/* banner css */
.contact_banner_thumbs {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
    position: relative;
}
.contact_banner_thumbs:after {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: var(--neutral-800);
     transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    z-index:-1;
}
.contact_banner_thumbs .thumb_gray_box {
    width: 86px;
    height: 86px;
    background-color: var(--neutral-800);
    border-radius: 24px;
}
.contact_banner_thumbs .exlogo {
    position: absolute;
    top: 5px;
    right: 2px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.contact_banner_thumbs .thumbimg {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.contact_banner_thumb_row {
    gap: 16px;
}
.contact_banner_logo_thumbs:after {
    display: none;
}


@media screen and (max-width:1280px) {
    .contact_banner_thumbs.contact_banner_logo_thumbs {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .contact_banner_thumbs {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:1199px) {
    .contact_banner_thumb_row {
        gap: 10px;
    }
    .contact_banner_thumbs {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
        position: relative;
    }
}
@media screen and (max-width:991px) {
    .contact_banner_images {
        justify-content: flex-start !important;
    }   
}
/* banner css */

/* ========================================
   ABOUT STATISTICS CARD
======================================== */
.about_statistics_section {
    padding: 40px 0;
    border-top: 1px solid var(--white_color_10);
    border-bottom: 1px solid var(--white_color_10);
    background: var(--white_color_4);
    overflow: hidden;
}
.about_statistics_Card {
    width: 100%;
}


/* ========================================
   STATISTICS ROW
======================================== */

.about_statistics_Card .about_statistics_row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    margin: 0;
}


/* ========================================
   STATISTICS COLUMN
======================================== */

.about_statistics_Card .about_statistics_Colm {
    padding: 20px 16px;
    border-right: 1px solid var(--white_color_10);
    margin: 0;
    text-align: center;
}
/* Remove right border from last column */
.about_statistics_Card
.about_statistics_Colm:last-child {
    border-right: 0;
}


/* ========================================
   STATISTICS TEXT
======================================== */

.about_statistics_Card .stats_text {
    width: 100%;
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 16px;
    line-height: 24px;
}
/* Card Title */
.about_statistics_Card .stats_num_title {
    margin: 0;
    font-weight: 700;
}


/* ========================================
   RESPONSIVE
======================================== */

/* Tablet */
@media (max-width: 1199px) { 
    .about_statistics_Card .about_statistics_Colm {
        padding: 14px 12px;
    }
    .about_statistics_Card .stats_text {
        font-size: 14px;
        line-height: 20px;
    }
    .about_statistics_Card .stats_num_title {
        font-size: 30px;
    line-height: 40px;
    }
}
@media (max-width: 991.98px) {

    .about_statistics_Card {
        padding: 16px;
    }

    .about_statistics_Card
    .about_statistics_Colm {
        padding: 16px;
        border-right: 1px solid var(--white_color_10);
    }

    /* Remove right border from 2nd and 4th items */
    .about_statistics_Card
    .about_statistics_Colm:nth-child(2n) {
        border-right: 0;
    }

}


/* Mobile */
@media (max-width: 575.98px) {
    .about_statistics_Card {
        padding: 16px;
    }
    .about_statistics_Card
    .about_statistics_Colm {
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid var(--white_color_10);
    }
    .about_statistics_Card
    .about_statistics_Colm:last-child {
        border-bottom: 0;
    }

}

/* ========================================
   ABOUT STATISTICS CARD
======================================== */

.contact_benefits_checklist .list_items {
    width: 100%;
    margin-bottom: 8px;
}
.contact_benefits_section .section_heading {
    position: sticky;
    top: 100px;
    left: 0;
    margin-bottom: 0;
}
/* reqest access form */


/* ========================================
   REQUEST ACCESS FORM
======================================== */
.requst_access_form {
    width: 100%;
    max-width: 100%;
    padding: 19px;
    border: 1px solid var(--primary_color_20);
    border-radius: 12px;
    background: var(--white_color_4);
    min-height: 100%;
}
.requst_access_form select option {
    background: var(--bg_black_main);
    color: #fff;
}
/* ========================================
   FORM TITLE
======================================== */

.requst_access_form .form_title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 4px;
}
.requst_access_form .form_description {
    margin: 0 0 32px;
    font-size: 14px;
    line-height: 20px;
    color: var(--neutral-200);
}

/* ========================================
   FORM GROUP
======================================== */

.requst_access_form .form_group {
    margin-bottom: 20px;
}
.requst_access_form .form_group label {
    display: block;
    margin-bottom: 8px;
    color: var(--body_white_color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.requst_access_form .form_label_text {
    display: block;
    margin-top:32px;
    margin-bottom: 24px;
    color: var(--body_white_color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/* ========================================
   INPUT / SELECT / TEXTAREA
======================================== */

.requst_access_form .form_control {
    width: 100%;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid var(--neutral-initial-border);
    border-radius: 6px;
    outline: none;
    background: transparent;
    color: var(--neutral-200);
    font-size: 14px;
    line-height: 18px;
    transition: all 0.2s ease;
}

.requst_access_form .form_control::placeholder {
    color: var(--neutral-200);
}

.requst_access_form .form_control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--neutral-200);
}
.requst_access_form .form_control::-moz-placeholder { /* Firefox 19+ */
  color: var(--neutral-200);
}
.requst_access_form .form_control:-ms-input-placeholder { /* IE 10+ */
  color: var(--neutral-200);
}
.requst_access_form .form_control:-moz-placeholder { /* Firefox 18- */
  color: var(--neutral-200);
}


.requst_access_form .form_control:focus {
    border-color: var(--primary);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.08);
}


/* Select */
.requst_access_form select.form_control {
    cursor: pointer;
    appearance: auto;
}


/* Textarea */
.requst_access_form textarea.form_control {
    min-height: 80px;
    resize: vertical;
    resize: none;
}


/* ========================================
   CUSTOM CHECKBOX
======================================== */

.requst_access_form .custom_checkbox_group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}


/* Checkbox Wrapper */
.requst_access_form .custom_checkboxwit_border {
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid var(--white_color_10);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
    transition: all 0.2s ease;
}


/* Hide Native Checkbox */
.requst_access_form
.custom_checkboxwit_border input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}


/* Custom Checkbox */
.requst_access_form .custom_checkboxwit_border .checkbox_box {
    position: relative;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    border: 1px solid var(--neutral-800);
    border-radius: 3px;
    background: transparent;
}

/* Checked State */
.requst_access_form
.custom_checkboxwit_border
input[type="checkbox"]:checked
~ .checkbox_box {
    border-color: var(--primary);
    background: var(--primary);
}


/* Checkmark */
.requst_access_form
.custom_checkboxwit_border
input[type="checkbox"]:checked
~ .checkbox_box::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border: solid var(--body_white_color);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}


/* Checkbox Text */
.requst_access_form .custom_checkboxwit_border .checkbox_text {
    color: var(--white_color_70);
    font-size: 12px;
    line-height: 18px;
}

/* Hover */
.requst_access_form
.custom_checkboxwit_border:hover {
    border-color: var(--white_color_20);
    background: rgba(255, 255, 255, 0.04);
}


/* Checked Card */
.requst_access_form
.custom_checkboxwit_border:has(input[type="checkbox"]:checked) {
    border-color: rgba(255, 122, 0, 0.45);
    background: rgba(255, 122, 0, 0.05);
}


/* ========================================
   SUBMIT BUTTON
======================================== */

.requst_access_form .request_access_btn {
   
    transition: all 0.2s ease;
}

.requst_access_form .request_access_btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}


/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .contact_benefits_section .section_heading {
        margin-bottom: 40px;
    }
}
@media (max-width: 767.98px) {
    .requst_access_form .form_title {
        font-size: 20px;
        line-height: 24px;
    }
    .requst_access_form {
        padding: 20px;
    }

    .requst_access_form
    .custom_checkbox_group {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 575.98px) {

    .requst_access_form {
        padding: 16px;
        border-radius: 8px;
    }

    .requst_access_form .form_title {
        font-size: 18px;
        line-height: 22px;
    }

}
/* reqest access form */

.scale_security_section {
    position: relative;
}
.contact_bottom_Sec .red_gradient {
   
}

.excruit-contact-success-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--primary_color_20);
    border-radius: 12px;
    background: #121212;
    color: var(--body_white_color);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.excruit-contact-success-modal .modal-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255, 122, 0, 0.18), transparent 42%);
    pointer-events: none;
}

.excruit-contact-success-modal .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    filter: invert(1) grayscale(1);
    opacity: 0.85;
}

.excruit-contact-success-modal .modal-body {
    position: relative;
    z-index: 1;
    padding: 46px 34px 34px;
}

.excruit-contact-success-modal .contact-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.13);
    border: 1px solid rgba(255, 122, 0, 0.35);
}

.excruit-contact-success-modal .contact-success-icon span {
    width: 28px;
    height: 16px;
    border-left: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
    transform: rotate(-45deg) translate(2px, -2px);
}

.excruit-contact-success-modal h3 {
    margin: 0 0 12px;
    color: var(--body_white_color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.excruit-contact-success-modal p {
    max-width: 390px;
    margin: 0 auto 26px;
    color: var(--neutral-200);
    font-size: 14px;
    line-height: 22px;
}

.excruit-contact-success-modal .btns {
    min-width: 120px;
}

.requst_access_form .wpcf7 form.sent .wpcf7-response-output {
    display: none;
}




/* Remove CF7 default spacing */
.custom_checkbox_group .wpcf7-list-item{
    display:block;
    margin:0;
    width:100%;
}

/* Your Custom Box */
.custom_checkbox_group .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:10px;
    border:1px solid #3c3c3c;
    border-radius:6px;
    padding:12px;
    cursor:pointer;
    width:100%;
    color:#fff;
    transition:.3s;
}

/* Hide default checkbox */
.custom_checkbox_group input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    width:18px;
    height:18px;
    border:2px solid #666;
    border-radius:4px;
    position:relative;
    cursor:pointer;
    flex-shrink:0;
}

/* Checked */
.custom_checkbox_group input[type="checkbox"]:checked{
    background:#ff6b00;
    border-color:#ff6b00;
}

.custom_checkbox_group input[type="checkbox"]:checked::after{
    content:"✓";
    position:absolute;
    color:#fff;
    font-size:12px;
    top:-2px;
    left:2px;
}

/* Hover */
.custom_checkbox_group .wpcf7-list-item label:hover{
    border-color:#ff6b00;
}

.custom_checkbox_group #recruitmentChallenge{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}



.wpcf7-response-output {
    font-size: 14px;
    border-color: var(--warning_color) !important;
}


.requst_access_form .wpcf7 form.sent .wpcf7-response-output {
    display: none;
}