/* About Content Section */


.about-content-container {
    display: flex;
    gap: 50px;
    width: 100%;
    margin-bottom: 78px;
    align-items: center;
    position: relative;
}

.global-hero-left h1 {
    font-size: 55px;
}


.global-hero-left p {
    font-size: 22px;
}


.about-content-container::after {
    content: '';
    background: url('/wp-content/uploads/2025/12/Vector_33.svg');
    display: block;
    width: 43.8vw;
    height: 12vw;
    position: absolute;
    right: -29.5vw;
    background-size: 30.8vw !important;
    background-repeat: no-repeat;

}

.about-content-section {
    overflow: hidden;
}

.about-content-img {
    max-width: 45%;
}

.about-content-img img {
    width: 100%;
}

.about-content-main {
    max-width: 55%;
    background: white;
    border-radius: 21px;
    padding: 51px 83px 40px 59px;
    position: relative;
    z-index: 1;
}

.about-content-main h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 22px;
    margin-top: 0px;
}

.about-content-main p,
.ac-left-container p {
    color: #6d6d6e;
    font-size: 22px;
    font-family: 'Onest';
    margin: 0px;
    font-weight: 400;
}


.about-content-left-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.ac-left-container {
    max-width: 46%;
    width: 100%;
    background: white;
    padding: 54px 163px 54px 53px;
    border-radius: 21px;

}


.about-content-left-container {
    position: relative;
}

.about-content-left-container:after {
    content: '';
    background: url('/wp-content/uploads/2025/12/Vector_49.svg');
    display: block;
    width: 20vw;
    position: absolute;
    right: 0;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: 40vw;

}

.ac-right-container {
    max-width: 55%;
    width: 100%;
    margin-left: -100px;
    position: relative;
    z-index: 1;
}

.ac-right-container img {
    width: 100%;
    border-radius: 21px;
    object-fit: cover;
    max-height: 28.93vw;
}

.about-content-left-section {
    margin-bottom: 100px;
    overflow: hidden;
}

/* About Content Section Ends */



/* About Contact Us Section */


.about-contact-container h2 {
    font-family: "Onest";
    color: #000000;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 84px;
    font-weight: 700;


}


.heading-colored {
    color: rgb(121, 121, 121);
}



.about-contact-boxes {
    display: flex;
    gap: 63px;
    width: 100%;
}


.about-contact-box {
    width: 50%;
    background: #fff;
    border-radius: 21px;

}


.about-contact-box h4 {
    color: #6d6d6e;
    font-size: 25px;
    font-family: 'Onest';
    margin: 0px;
    font-weight: 400;
}

.about-contact-box h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Onest';
    margin: 0px;
    font-weight: 400;
}


.contact-number {
    margin-top: 13px !important;
    margin-bottom: 10px !important;
}

.contact-email {
    margin-bottom: 32px !important;
}


.about-contact-section {
    margin-bottom: 200px;
}


.about-contact-left {
    padding-top: 27px;
    padding-left: 56px;
    padding-bottom: 97px;
    box-sizing: border-box;
}


.about-contact-right {
    padding-top: 27px;
    padding-left: 56px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 214px;
    height: 59px;
    text-decoration: none;
    color: #ffffff;
    font-size: 20.631px;
    font-family: 'Onest';
    gap: 22px;
    font-weight: 400;
    border-radius: 50px;
    margin-top: 16px;
}


.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border: 1px solid #fbe147;
    border-radius: 100px;
}

.whatsapp-icon svg {
    width: 19px;
}


/* About Contact Us Section Ends */



/* About CTA Section Starts */

.about-cta-container {
    display: flex;
    gap: 50px;
    background-color: #1f1f1f;
    border-radius: 21px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 83px;
    max-width: 79.68vw;
    margin: 0 auto;
}

.global-hero-section {
    margin-bottom: 100px;
}


.global-hero-section::before {
    content: '';
    background: url('/wp-content/uploads/2025/12/svgviewer-output-16.svg');
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    width: 15.6vw;
    height: 16.5vw;
    position: absolute;
    top: 0;
    right: 25vw;

}


.about-cta-section {
    position: relative;
    padding-bottom: 200px;
}


.about-cta-section:before {
    content: '';
    background: url('/wp-content/uploads/2025/12/svgviewer-output-17.svg');
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
    top: -4vw;
    z-index: -1;
}

.about-cta-container img {
    max-width: 44vw;
}



.about-cta-left h2 {
    font-family: "Onest";
    color: #fff;
    font-weight: 500;
    margin: 0px;
    font-size: 30px;

}

.about-cta-circle {
    border-radius: 3000px 3000px 3000px 3000px;
    background-color: #fbe147;
    width: 2.0663vw;
    height: 2.0663vw;
    position: absolute;
    left: 6vw;
    top: -5vw;
}


.contact-form-right h2 {
    font-size: 23.805px;
    font-family: "Onest";
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 0px;
    text-align: center;

}


.contact-form-right input {
    width: 100%;
    height: 79.34px;
    background: transparent;
    outline: 0px ! IMPORTANT;
    box-shadow: unset !important;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 8px;
    font-size: 23.805px;
    font-family: "Onest";
    padding-left: 20px;
    color: rgb(161, 161, 161);
    box-sizing: border-box;

}


.contact-form-right .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
}



.contact-form-right .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
}

.contact-form-right p {
    margin-bottom: 32px;
}

.contact-form-right .form-submit {
    background-color: #fbe147;
    font-family: 'Onest';
    border-radius: 8px;
    color: #1b1b1e;
    font-size: 22.218px;
    transition: 0.5s;
    cursor: pointer;
}

.iti__selected-dial-code {
    font-size: 23.805px;
    font-family: "Onest";
    color: #a1a1a1;
}

.iti__selected-dial-code {
    order: 3;
}

.iti__flag.iti__gb {
    order: 1;
}

.iti__arrow {
    order: 2;
}

.iti__flag-container {
    padding-left: 20px !important;
}

.iti input {
    padding-left: 135px !important;
}

.iti__arrow {
    margin-left: 6px;
    width: 0px;
    height: 0px;

    border-width: 7px 6px 0 !important;
    border-style: solid !important;
    border-color: #9a9a9a transparent transparent !important;
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 20px;
}

.contact-form-text span {
    color: #ffffff;
    font-size: 14.283px;
    font-family: 'Onest';
    text-align: center !important;
    font-weight: 400;
    opacity: 0.5;
    display: flex;
}

.wpcf7-form>p {
    margin-bottom: 0px;
}

.contact-form-section {
    margin-bottom: 224px;
}


div#wpcf7-f95-o1 {
    padding-left: 15px;
    padding-right: 15px;
}

.about-cta-left {
    max-width: 67%;
    width: 100%;
}

.about-cta-right {
    max-width: 35%;
    width: 100%;
}

/* About CTA Section Ends */




@media(min-widh: 1025px) and (max-width: 1600px) {










    .about-contact-box {
        padding: 40px !important;
    }

    .about-contact-left {

        display: flex;
        flex-direction: column;
        justify-content: center;
    }





    .about-contact-section {
        margin-bottom: 150px;
    }
}

@media (min-width: 1025px) and (max-width: 1185px) {
    .about-content-main h2 br {
        display: none !important;
    }

    .about-content-container {
        gap: 20px;
    }

    .about-content-img,
    .about-content-main {
        max-width: 50% !important;
        width: 100%;
    }

    .about-content-main {
        padding: 40px;
    }
}

@media(min-width: 1025px) and (max-width: 1319px) {
    .ac-left-container {
        max-width: 41%;
        padding: 40px 133px 40px 40px;

    }
}


@media(min-width: 1025px) and (max-width: 1199px) {


    .ac-left-container {
        max-width: 50%;
    }
}


@media(min-width:1025px) and (max-width: 1700px) {
    .contact-form-right input {
        height: 70px !important;
        font-size: 18px !important;
    }

    .iti__selected-dial-code {
        font-size: 18px !important;
    }


    .contact-form-text span {
        font-size: 12px;
    }

    .iti input {
        padding-left: 115px !important;
    }
}



@media(min-width:1025px) and (max-width: 1500px) {
    div#wpcf7-f95-o1 {
        padding: 0px;

    }


    .contact-form-right input {
        height: 60px !important;
        font-size: 16px !important;
    }

    .iti__selected-dial-code {
        font-size: 16px !important;
    }

    .iti input {
        padding-left: 109px !important;
    }


}

@media (min-width: 1025px) and (max-width: 1420px) {
    .contact-form-text span {
        font-size: 10px;
    }

    .contact-form-right input {
        height: 55px !important;
    }

    .about-cta-container {
        gap: 30px;
        padding-right: 40px;
    }
}


@media (min-width: 1025px) and (max-width: 1340px) {
    .contact-form-text span {
        font-size: 10px;
    }

    .about-cta-left {
        max-width: 60%;
    }

    .about-cta-right {
        max-width: 40%;
    }

    .about-cta-container {
        padding-right: 30px;
    }

    .contact-form-right h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}


@media (min-width: 1025px) and (max-width: 1220px) {

    .contact-form-right input {
        height: 50px !important;
    }



    .about-cta-container {
        padding-right: 25px;
        padding-left: 30px;
    }

    .contact-form-text span {
        font-size: 8px;
    }

}

@media (min-width: 1025px) and (max-width: 1100px) {
    .contact-form-right input {
        height: 43px !important;
        font-size: 14px !important;
    }
}

.btn-mobile {
    display: none;
}

@media(max-width:1024px) {
    .btn-desktop {
        display: none;
    }

    .btn-mobile {
        display: flex;

    }

    .global-hero-right .global-btn-yellow {
        max-width: 100%;
        font-size: 18px;
        height: 70px;
    }

    .global-hero-container {
        flex-direction: column;
        gap: 20px;
    }

    .global-hero-left,
    .global-hero-right {
        max-width: 100%;
    }



    .global-hero-section {
        margin-top: 100px;
    }


    .global-hero-right {
        max-height: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .about-content-container {

        flex-direction: column;
        margin-bottom: 30px;
    }

    .about-content-img {
        max-width: 100%;
    }

    .about-content-main {
        max-width: 100%;
        padding: 30px;
    }


    .about-content-main h2 br {
        display: none;
    }


    .about-content-left-container {

        flex-direction: column-reverse;
        gap: 30px;
    }

    .ac-left-container {
        max-width: 100%;
        width: auto;
        padding: 30px;
    }

    .ac-right-container img {
        max-height: 100%;
    }

    .ac-right-container {
        max-width: 100%;
        margin: 0px;
    }

    .about-content-left-container:after {
        display: none;
    }

    .about-content-left-section {

        width: 100%;
    }



    .about-contact-boxes {
        flex-direction: column;
        gap: 30px;
    }

    .about-contact-box {
        max-width: 100%;
        width: 100%;
        padding: 30px;
    }






    .about-contact-container h2 {

        text-align: center;
    }


    .whatsapp-btn {
        gap: 10px;
        font-size: 16px;
        padding: 0px 20px;
        height: 50px;
        width: fit-content;
    }

    .about-cta-section:before,
    .about-cta-circle {
        display: none !important;
    }

    .about-cta-container {
        padding-left: 6vw !important;
        padding-right: 6vw !important;
        flex-direction: column !important;
        max-width: 100%;
    }

    .about-cta-left {
        max-width: 100%;
        width: auto;
    }



    .about-cta-left h2 br {
        display: none;
    }

    .about-cta-container {
        background: unset;
        gap: 15px;
    }

    .about-cta-left,
    .about-cta-right {
        background: #1f1f1f;
        padding: 30px;
        border-radius: 21px;
        width: auto;
        max-width: 100%;
    }

    .about-cta-container img {
        max-width: 100%;
    }

    .about-cta-left {
        padding-bottom: 0px;
    }

    div#wpcf7-f95-o1 {
        padding: 0px;
    }

    .contact-form-right input {
        font-size: 16px;
        height: 55px;
    }

    .contact-form-text span {
        font-size: 12px;
    }

    .iti__selected-dial-code {
        font-size: 16px;
    }

    .iti input {
        padding-left: 107px !important;
    }

    .contact-form-right .form-submit {
        font-size: 16px;
    }

    .about-contact-section {
        margin-bottom: 0px;
    }

    .about-cta-section {

        padding-bottom: 100px;
    }

    .iti {
        width: 100%;
    }
}


@media(min-width: 768px) and (max-width: 1024px) {
    .global-hero-container {
        flex-direction: row;
        gap: 100px;
        align-items: center;
    }

    .global-hero-left,
    .global-hero-right {
        max-width: 50%;
    }

    .btn-mobile {
        display: none;
    }

    .btn-desktop {
        display: flex;
    }

    .global-hero-right {
        max-height: 26vw;
    }

    .global-hero-section::before {
        width: 25.6vw;
        height: 23.5vw;
        right: 7vw;
    }

    .about-content-container {
        flex-direction: row;
    }

    .about-content-left-container {
        flex-direction: row;
    }

    .about-content-main {
        max-width: 55% !important;
    }

    .about-content-container {
        gap: 30px;
    }

    .ac-left-container {
        max-width: 46% !important;
        padding-right: 163px;
    }

    .ac-right-container {
        max-width: 55% !important;
        margin-left: -100px !important;
    }
}


@media(min-width:768px) and (max-width: 1550px) {
    p {
        font-size: 18px !important;
    }

    .global-hero-left h1,
    .about-contact-container h2 {
        font-size: 40px !important;
    }

    .about-content-main h2,
    .about-contact-box h3,
    .about-cta-left h2 {
        font-size: 25px !important;
    }

    .about-contact-box h4 {
        font-size: 20px !important;
    }
}


@media(max-width: 767px) {

    .global-hero-left h1,
    .about-contact-container h2 {
        font-size: 30px !important;
    }

    .global-hero-left h1 {
        margin-bottom: 30px;
    }

    .global-hero-left p
    {
        margin-bottom: 20px !important;
    }

    .about-content-container::after
    {
        display: none;
    }

    .about-contact-container h2
    {
        margin-bottom: 30px;
    }

    .about-cta-container
    {
        padding-top: 100px;
    }

    p {
        font-size: 13px !important;
    }

    .about-content-main h2,
    .about-contact-box h3,
    .about-cta-left h2 {
        font-size: 20px !important;
    }

    .about-contact-box h4 {
        font-size: 18px;
    }
}