.container-support {
    /* background-image: url(../images/support/support-section-1.png); */
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0.5vw 0;
}

.iti__selected-flag {
    left: 0 !important;
}

.learn-more-section {
    width: 75vw;
}

.container-learn-more p {
    width: 100% !important;
    margin-bottom: 1vw !important;
    font-size: 0.9vw;
}

.content-support {
    flex: 1;
    position: absolute;
    transform: translateY(-35%);
    top: 50%;
    /* top: 60%; */
    left: 50px;
    /* left: 15px; */
    width: 30%;
}

.content-support p {
    font-size: 0.9rem;
    text-wrap: balance;
    /* padding: 0 10px; */
}

.title {
    font-size: 3.7rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 3.5rem;
    color: #1C46F0;
    text-transform: uppercase;
}

.subtitle {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.text-muted {
    color: white;
}

.image-container {
    flex: 1;
    position: relative;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.support-text {
    position: absolute;
    top: 58vh;
    right: 12%;
    transform: translateY(-50%) !important;
    font-size: 5vw;
    writing-mode: vertical-rl;
    text-align: center;
    color: white;
    z-index: 100;
    /* font-size: 3rem; */
    font-weight: 700;
}

.sp-img-container img {
    width: auto !important;
    height: 85%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 18%;
}


.container-learn-more {
    position: relative;
    z-index: 300;
}

.desktop-dots {
    position: absolute;
    transform: rotate(90deg) translate(-20vh, -75vh);
    width: 100px;
}

/* 
.custom-container-2 {
    padding: 50px;
} */

.title-section {
    background-color: #1C46F0;
    padding: 10px 10px;
    color: white;
    /* background-image: url(../images/support/qualification-bg.png); */

}

.qualificationTitle {
    /* font-size:vw !important; */
}

.steps-section {
    display: flex;
    align-items: center;
    /* padding: 30px; */
}

.steps {
    flex: 0;
}

.step-box {
    /* background-color: #1C46F0; */
    color: #ffffff;
    padding: 15px;
    border-radius: 0;
    cursor: pointer;
    width: 7vw;
    text-align: center;
    /* font-weight: 700; */
    height: 8vw;
}

#step1 {
    background-color: #A4B5F9;
}

#step2 {
    background-color: #7790F6;
}

#step3 {
    background-color: #496BF3;
}

#step4 {
    background-color: #1C46F0;
}

.step-box h3 {
    font-size: 3rem;
    font-weight: 700;
    margin: 1vw;
}

.description {
    flex: 2;
    padding-left: 30px;
}

/* .description div {
    margin-bottom: 20px;
    display: none;
}

.description div.active {
    display: block;
} */

.description div span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #4c6eff;
    margin: 20px;
    vertical-align: middle;
}

.logo {
    text-align: left;
    /* margin-top: 20px; */
}

.logo img {
    width: 50px;
}

.Qualification-section {
    width: 100%;
    margin-top: 60px;
}

.title-section p {
    font-size: 1vw;
}

.desc-group {
    display: none;
    color: white;
}

.desc-group.active {
    display: block;
}

.div2 {
    width: 100%;
    text-wrap: balance;
}

.div2 h4 {
    font-size: 1.3rem;
}


.div2 p {
    font-size: 1vw;
}

.container-account {
    height: auto !important;
    width: 95% !important;
    padding: 12px;
    margin-top: 0 !important;
}


#support-request-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#support-form-container {
    display: flex;
    justify-content: space-between;
}

#instrument-details,
#services-details {
    width: 48%;
}

#instrument-details h3,
#services-details h3 {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 10px;
}

#highlight-bar-instrument,
#highlight-bar-services {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #3764FF;
    margin-right: 5px;
}

#instrument-name,
#phone-number,
#serial-no,
#client-name,
#company-name,
#request-type,
#serial-number,
#problem-description {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    font-size: 1em;
    background-color: #f1f1f1;
    color: #000;
}

.email-two {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    font-size: 1em;
    background-color: #f1f1f1;
    color: #000;
}

#problem-description {
    height: 100px;
    resize: none;
}

#services-details label {
    display: block;
    text-align: left;
    margin: 30px 0;
}

#services-details input[type="checkbox"] {
    margin-right: 10px;
}

#check-note {
    font-size: 0.8em;
    margin: 15px 0;
    text-align: left;
}

#get-quote-btn {
    background-color: #ff0f39;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 20px;
}




#pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid #ffffff;
}

#pagination-controls button {
    background-color: #ffffff;
    color: #0b0d28;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 1.2em;
}

.triangle-bg {
    position: absolute;
    z-index: -1;
    transform: translate(-58%, 5%);
    height: 670px;
    width: 1000px;
}

/* new css */

.custom-section-title {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Anton', sans-serif;
}

.custom-section-subtitle {
    font-size: 0.9rem;

}



.step-box.active {
    border: 2px solid #FFF;
    background-color: #f0f0f0;
    color: #000;
    transition: all 0.3s ease;
    transform: scale(1.05);

}


.step-box:hover {
    border: 2px solid #FFF;
    background-color: #f0f0f0;
    color: #000;
    transition: all 0.3s ease;
    transform: scale(1.05);
}


@media only screen and (min-width: 1200px) and (max-width:1500px) {

    .triangle-bg {
        height: 550px;
        width: 740px;
        top: 50px;
        left: 19%;
    }

}

.container-support {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-support {
    flex: 1;
    position: absolute;
    transform: translateY(-35%);
    top: 50%;
    left: 50px;
    width: 30%;
    z-index: 200;
}

.content-support p {
    font-size: 0.9rem;
    text-wrap: balance;
}

.title {
    font-size: 3.7rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 3.5rem;
    color: #1C46F0;
    text-transform: uppercase;
}

.subtitle {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

#support-request-section {
    padding: 2vw 0vw;
    border-radius: 10px;
    text-align: center;
    color: white;
    width: 100%;
    height: 45vw;
    transform: scale(0.9) !important;
}

#support-request-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#support-form-container {
    display: flex;
    justify-content: space-between;
}

#instrument-details,
#services-details {
    width: 48%;
    /* position: relative; */
    /* Removed to let flow naturally */
    /* height: 35vw; */
    /* Removed fixed height */
    display: flex;
    flex-direction: column;
}



#instrument-details h3,
#services-details h3 {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

#highlight-bar-instrument,
#highlight-bar-services {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #3764FF;
    margin-right: 5px;
}

#instrument-name,
#phone-number,
#serial-no,
#problem-description {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    font-size: 1em;
    background-color: #f1f1f1;
    color: #000;
}

#problem-description {
    height: 100px;
    resize: none;
}

#services-details label {
    display: flex;
    /* Use flex for alignment */
    align-items: center;
    /* Center vertically */
    text-align: left;
    margin: 15px 0;
    /* Reduced from 30px */
    cursor: pointer;
}

#services-details input[type="checkbox"] {
    margin-right: 15px;
    /* Increased spacing */
    min-width: 20px;
    min-height: 20px;
}

#check-note {
    font-size: 0.8em;
    margin: 15px 0;
    text-align: left;
}

/*#get-quote-btn {*/
/*    background-color: #ff0f39;*/
/*    color: #ffffff;*/
/*    padding: 10px 20px;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    font-size: 1em;*/
/*    cursor: pointer;*/
/*    margin-top: 20px;*/
/*    position: absolute;*/
/*    left: 5%;*/
/*    bottom: 5%;*/
/*}*/


#get-quote-btn {
    background-color: #ff0f39;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    /* Fixed unit instead of vw */
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #050A30 50%, #ff3131 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    /* position: absolute; */
    /* Removed absolute positioning */
    /* left: 5%; */
    /* bottom: 5%; */
    margin-top: 20px;
    align-self: flex-start;
    /* Align left in flex container */
    border-radius: 5px;
    cursor: pointer;
    color: white;
}



#get-quote-btn:hover {
    background-position: left bottom;
    color: #FFF;
    border-color: #FFF;
}

.triangle-bg {
    position: absolute;
    z-index: -1;
    transform: translate(-58%, 5%);
    height: 670px;
    width: 1000px;
}

.custom-section-title {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Anton', sans-serif;
}

.custom-section-subtitle {
    font-size: 0.9rem;
}

.custom-input-pnone-no {
    color: black;
    padding: 10px;
    width: 23.7vw !important;
    margin: 1vw 0.9vw !important;
    border-radius: 5px;
    background-color: whitesmoke;
    border: none;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width:1500px) {
    .triangle-bg {
        height: 550px;
        width: 740px;
        top: 50px;
        left: 19%;
    }
}