.contact_banner {
    position: relative;
}

.contact_banner::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.8%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.breadcrumb-wrap.breadcrumb_section {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.breadcrumb-link {
    color: var(--white);
    font-size: var(--fs-16);
}

.current-breadcrumb {
    color: var(--text-color);
    font-size: var(--fs-16);
}

.contact_gruop {
    position: relative;
    margin-bottom: 6px;
}

.contact_container {
    position: relative;
    z-index: 2;
    padding: 90px 0 60px;
}

.contact_row {
    display: flex;
    justify-content: space-between;
    gap: var(--space-32);
}

.contact_grid {
    flex: 1;
    width: 50%;
}

.contactFromWrap {
    position: relative;
    padding: 24px;
    border-radius: 32px;
    background: var(--white);
    height: 100%;
}

.contact_gruop br {
    display: none;
}

.checkboxGroup label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkboxGroup label label {
    display: block;
}

.checkboxGroup span {
    display: inline-block;
    margin-left: 0 !important;
}

.checkboxGroup {
    color: var(--black);
    font-size: var(--fs-14);
    font-weight: 400;
    margin-bottom: 15px;
}

.checkboxGroup p {
    margin-bottom: 0;
}

.checkboxInput {
    height: 20px;
    width: 20px;
    min-width: 20px;
}

.anchorTagpri {
    font-weight: 500;
    color: var(--black);
    text-decoration: underline;
}

.anchorTagpri:hover {
    color: var(--theme-color);
}

.fromSubmit_button {
    background: var(--theme-color);
    border: 0;
    color: var(--white);
    font-size: var(--fs-16);
    font-weight: 500;
    width: 100%;
    padding: 10px;
    border-radius: 32px;
    margin-top: 16px;
}

.fromSubmit_button:hover {
    background: #2759CC;
}



/* ── Input base ── */

.contact_gruop input {
    width: 100%;
    height: 50px;
    padding: 23px 0px 8px;
    border: 0;
    border-bottom: 1px solid var(--text-color);
    border-radius: 0px;
    outline: none;
    font-size: var(--fs-16);
    background: transparent;
    color: var(--black);
    transition: border-color 0.25s ease;
    font-weight: 500;
}

.contact_gruop input::placeholder,
textarea::placeholder {
    font-weight: 400;
    color: #434343;
}

textarea {
    width: 100%;
    padding: 7px 0px 8px;
    border: 0;
    border-bottom: 1px solid var(--text-color);
    border-radius: 0px;
    outline: none;
    background: transparent;
    color: var(--black);
    height: 100px;
    border-top: 20px solid #fff;
    max-height: 100px;
    min-height: 100px;
    resize: none;
}

/* ── Focus ring on border ── */

.contact_gruop input:focus,

.contact_gruop select:focus {
    outline: none;
    border-bottom-color: var(--primary-color, #1a1a1a);
}

/* ── Floating label base ── */

.contact_gruop .input_label {
    position: absolute;
    top: 19px;
    left: 0;
    font-size: var(--fs-14);
    color: #434343;
    transition: top 0.25s ease, font-size 0.25s ease, color 0.25s ease;
    pointer-events: none;
    font-weight: 400;

}

/* ── Float label on focus (input & select) ── */

.contact_gruop:focus-within .input_label,
.group-has-value .input_label {
    top: 0;
    font-size: 12px;
    color: var(--primary-color, #1a1a1a);

}

/* Float on focus */
.contact_gruop input:focus~.input_label,
.contact_gruop textarea:focus~.input_label {
    top: 0px;
    font-size: 12px;
    color: var(--primary-color, #1a1a1a);
}

/* Float when input HAS a value (not placeholder shown) */
.contact_gruop input:not(:placeholder-shown)~.input_label,
.contact_gruop textarea:not(:placeholder-shown)~.input_label {
    top: 0px;
    font-size: 12px;
    color: #434343;
}

.required {
    color: #e53935;
}

/* new autofile suggesstion css */
@keyframes onAutoFillStart {
    from {}

    to {}
}

@keyframes onAutoFillCancel {
    from {}

    to {}
}

.contact_gruop input:-webkit-autofill {
    animation-name: onAutoFillStart;
    animation-duration: 0.001s;
    /* Fix autofill background color */
    -webkit-box-shadow: 0 0 0px 1000px var(--white, #fff) inset !important;
    -webkit-text-fill-color: var(--black, #000) !important;
}

.contact_gruop input:not(:-webkit-autofill) {
    animation-name: onAutoFillCancel;
    animation-duration: 0.001s;
}

/* ── Autofill label float (CSS only) ── */
.contact_gruop input:-webkit-autofill~.input_label,
.contact_gruop input:-webkit-autofill+.input_label {
    top: -8px;
    font-size: 12px;
    color: #434343;
}

/* new autofile suggesstion css */



/* contact_grid1 */
.contact_grid1 {
    position: relative;
    padding: 32px 32px 155px 32px;
    border-radius: 32px;
    background: #000000CC;
    min-height: 620px;
}

.contactHeroImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bigtitle {
    font-size: 44px;
    font-weight: 500;
    line-height: 120%;
    color: var(--white);
}

.sub_headingGet {
    font-size: var(--fs-16);
    line-height: 160%;
    font-weight: 400;
    margin: 12px 0 32px 0;
}

.mail-listtext {
    background: #28282866;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #434343;
    list-style: none;
    margin-bottom: 45px;
}

.contactWrap {
    display: flex;
    gap: 13px;
    align-items: center;
}

.contactWrap img {
    height: auto;
    width: 18px;
}

.bothwrap {
    display: flex;
    flex-direction: column;
}

.mail-listtext li:first-child {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #434343;
}

.bothwrap label {
    font-size: var(--fs-14);
    color: var(--text-color);
    line-height: 14px;
    margin-bottom: 2px;
}

.bothwrap a:hover {
    text-decoration: underline;
}

.contactTitle {
    font-size: 20px;
    line-height: 150%;
    color: var(--white);
    margin-bottom: 16px;
}

.whatNextUl {
    margin: 0;
    list-style: none;
    padding-inline-start: 5px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #28282866;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #434343;
}

.whatNextUl li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--light-text);
    font-size: var(--fs-16);
    line-height: 160%;
}

.wpcf7-not-valid-tip {
    color: #FF4141 !important;
    font-weight: 400 !important;
    margin-top: 0px;
    font-size: 14px !important;
}

input[type=checkbox] {
    accent-color: #2759CC;
}

.whatNextUl li::marker {
    height: 20px;
    width: 20px;
    position: relative;
}

.mainHero_enterpriseWrap {
    justify-content: flex-start;
    align-items: baseline;
    gap: 16px !important;
    padding: 0 !important;
    position: absolute !important;
    width: calc(100% - 64px);
    left: 32px;
    bottom: 32px;
}

.trust_top {
    display: none;
}

.mobile_heading {
    display: none;
}

.mainHero_enterpriseTitle {
    font-size: 20px !important;
}

.trust_topHead {
    align-items: self-start !important;
    justify-content: flex-start !important;
    text-align: left;
}

.contact-details .container {
    padding: 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.adani-new-logo .enterpriseLogo_chip .img {
    height: 80% !important;
}

.wpcf7-spinner {
    padding: 0;
    margin: 15px auto;
    z-index: 12;
    display: none;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
    display: block;
}

.wpcf7-response-output {
    display: none !important;
}

.failed .wpcf7-response-output {
    display: block !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    background: #dc323273;
    text-align: center;
    font-size: 14px !important;
    font-weight: 400;
    color: #000;
    border-radius: 5px;
    padding: 5px 9px;
}



.template-get-in-touch-counter-section {
    padding-top: var(--space-60);
}

.template-get-in-touch-counter-section .Services_stats_grid {
    grid-template-columns: repeat(4, 1fr) !important;
}

.template-get-in-touch-counter-section .whyQ3_metricBox {
   position: relative;
}
.template-get-in-touch-counter-section .whyQ3_metricBox img {
    position: absolute;
    top: 16px;
    right: 16px;
}
.clientReview_title{
    line-height: 120% !important;
}
@media screen and (max-width:992px) {
    .template-get-in-touch-counter-section .Services_stats_grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .template-get-in-touch-counter-section .Services_stats_grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 16px !important;
    }

}

/* success message css */
#cf7-success-message {
    display: none;
    height: 100%;
}

.successWrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    text-align: center;
}

.success_container {
    max-width: 489px;
    margin: auto;
}

.thanyouTitle {
    font-size: var(--fs-24);
    font-weight: 500;
    margin: 20px 0 7px 0;
}

.thnakuText {
    color: var(--black);
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.thankLink {
    color: inherit;
    text-decoration: underline;
    font-weight: 500;
}

.thankLink:hover {
    color: var(--theme-color);
}


@media screen and (max-width:600px) {
    .thanyouTitle {
        font-size: var(--fs-20);
        margin: 10px 0 0px 0;
    }

    .success_container img {
        height: 55px;
        width: 55px;
    }

    .thnakuText,
    .thankLink {
        font-size: var(--fs-14);
    }

}

/* success message css end */

.mega_security {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.mega_security p {
    font-size: var(--fs-14);
    color: var(--black);
    font-weight: 400;
    margin-bottom: 0;
}

.mega_security img {
    height: 24px;
}

@media screen and (max-width:1200px) {
    .mainHero_enterpriseWrap {
        position: absolute;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }

    .bigtitle {
        font-size: var(--fs-24);
        margin-bottom: 10px;
    }

    .sub_headingGet {
        margin: 3px 0 16px 0;
        font-family: var(--fs-14);
    }

    .bothwrap a {
        font-size: var(--fs-12);
    }

    .bothwrap label {
        font-size: var(--fs-12);
    }

    .mail-listtext {
        padding: 16px;
        margin-bottom: 24px;
    }

    .mail-listtext li:first-child {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .contactTitle {
        margin-bottom: 12px;
    }

    .whatNextUl {
        padding: 16px;
        gap: 8px;
    }

    .ulLIImage {
        height: 17px;
    }

    .whatNextUl li {
        gap: 2px;
        font-size: var(--fs-12);
    }

    .contact_grid1 {
        padding: 20px;
    }

    .contact_row {
        gap: var(--space-16);
    }

    .checkboxGroup label,
    .mega_security p {
        font-size: var(--fs-14);
    }
}

@media screen and (max-width:991px) {
    .template-get-in-touch-counter-section {
        padding-top: var(--space-40);
        padding-bottom: 0 !important;
    }

    .contact-details {
        gap: var(--space-16);
    }
}

@media screen and (max-width:767px) {
    .bigtitle {
        font-size: var(--fs-20);
    }

    .contact_banner::after {
        display: none;
    }

    .mobile_heading {
        display: block;
    }

    .whatNextUl li {
        font-size: var(--fs-16);
    }

    .desktop_heading {
        display: none;
    }

    .contact_grid1 {
        min-height: auto;
    }

    .mainHero_enterpriseWrap::before {
        display: none !important;
    }



    .contact_row {
        gap: var(--space-24);
        flex-direction: column-reverse;
    }

    .contact_grid {
        width: 100%;
        border-radius: 16px;
    }

    .contactFromWrap {
        border-radius: 16px;
        padding: 20px;
    }

    .contact_container {
        padding: 90px 0 40px;
    }

    .mail-listtext {
        padding: 16px;
    }



    .numberList a,
    .bothwrap a {
        font-size: 14px;
        font-weight: 500;
    }

    h2.contactTitle,
    .mainHero_enterpriseTitle {
        font-size: var(--fs-16) !important;
    }

    .bothwrap label {
        font-size: var(--fs-12);
    }

    .mainHero_enterpriseWrap {
        position: relative !important;
        width: 100%;
        left: auto;
        bottom: auto;
    }

    .mega_security p {
        font-size: var(--fs-14);
    }

    .mega_security img {
        height: 18px;
    }

    .contact-details .mainHero_enterpriseWrap {
        margin-top: 16px;
    }
}



/* trsuted brand logo css */


@media screen and (max-width:576px) {
    .whatNextUl li {
        gap: 10px;
        font-size: var(--fs-14);
    }

    .bigtitle {
        font-size: var(--fs-24);
    }

    .ulLIImage {
        height: 20px;
    }

}