/* .desktop-header-menu {
    backdrop-filter: blur(24px);
} */

.home-services-inner .home-sticky-section .gradient-text {
    color: transparent;
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#masthead {
    z-index: 99999 !important;
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;

    /* Remove all CSS transitions. We are now animating this perfectly smoothly */
    transition: none !important;
}

.header-main {
    /* background-color: rgba(20, 30, 55, 0.18) !important; */
    /* -webkit-backdrop-filter: blur(6px) !important; */
    /* backdrop-filter: blur(6px) !important; */

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 0 1px rgba(50, 130, 255, 0.1);

    border-radius: 100px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* body.scrolled .header-main {
    background-color: rgba(20, 30, 55, 0.5) !important;

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.09),
        0 0 0 1px rgba(50, 130, 255, 0.13),
        0 12px 40px rgba(0, 0, 0, 0.15);
} */

/* .header_main_menu .hfe-nav-menu .sub-menu .menu-item {
    backdrop-filter: blur(16px);
    background-color: transparent !important;
} */




footer .footer-want-to-start p span {
    margin-bottom: 6px;
}

footer .footer-contact-us p strong {
    font-family: Geist;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    color: #FAFAFA;
}

footer .footer-contact-us p {
    font-family: Geist;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    color: #FAFAFA;
}

footer .footer-contact-us p:first-child {
    margin-bottom: 6px;
}

footer .footer-contact-us p a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    cursor: pointer;
    color: #FAFAFA;
}

footer .footer-contact-us p:last-child {
    margin-top: 6px;
}

.icon-d-block .elementor-icon {
    display: block;
}

.solutions-section .icon-d-block {
    cursor: pointer;
    transition: all 0.2s;
}

.solutions-section .solution-block::before {
    content: "";
    background-color: #0B1222;
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 24px;
    opacity: 1;
    z-index: 0;
    border-width: 0;
}

.solutions-section .solution-block:hover {
    background-image: linear-gradient(90deg, #531A8B 0%, #223368 50%, #4050D0 100%);
    box-shadow: none;
}

.solutions-section .solution-block:hover .icon-d-block.icon-hover {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
}

@media (max-width: 767px) {
    .footer-acc-item {
        margin: 0;
        padding: 0;
        border: none;
    }

    .footer-acc-item .accordion-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 15px 0;
        border-bottom: 1px solid #FAFAFA33;
    }

    .footer-acc-item .accordion-heading .elementor-heading-title {
        margin: 0;
    }

    .footer-acc-item .accordion-heading::after {
        content: "+";
        font-size: 28px;
        line-height: 1;
        color: #4da3ff;
    }

    .footer-acc-item.is-open .accordion-heading::after {
        content: "−";
    }

    .footer-acc-item .accordion-body {
        display: none;
        padding-top: 12px;
    }

    .footer-acc-item .accordion-body .elementor-icon-list-items {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-acc-item .accordion-body .elementor-icon-list-item {
        width: 50%;
        box-sizing: border-box;
        padding: 6px 0;
    }

    .footer-acc-item .accordion-body .elementor-icon-list-text {
        color: #9fb0c9;
    }
}

.home-services-inner .home-sticky-section {
    position: sticky;
    top: 100px;
    /* adjust based on header height */
}

@media screen and (max-width: 1024px) {
    .home-services-inner .home-sticky-section {
        position: static;
    }
}

.cta-contact-form,
.career-form-wrapper {
    background: radial-gradient(38% 104.1% at -2.42% 102.62%, #0162BF 0%, #00267E 100%);
}

.cta-contact-form .custom-contact-form,
.career-form-wrapper .custom-contact-form {
    max-width: 720px;
    margin: 0 auto;
}

/* Grid Layout */
.cta-contact-form .form-grid,
.career-form-wrapper .form-grid {
    display: flex;
    gap: 12px;
    margin-bottom: 60px;
}

.cta-contact-form .form-left,
.career-form-wrapper .form-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cta-contact-form .form-right,
.career-form-wrapper .form-right {
    flex: 1;
}

/* Inputs */
.cta-contact-form .custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #FAFAFA;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    backdrop-filter: blur(60px);
    border: 1px solid #FAFAFA14;
    font-weight: 400;
    line-height: 20px;
}

/* Placeholder */
.cta-contact-form .custom-contact-form input::placeholder,
.cta-contact-form .custom-contact-form textarea::placeholder,
.contact-us-form .contact-form-v2 input::placeholder,
.contact-us-form .contact-form-v2 textarea::placeholder,
.cta-contact-form .custom-contact-form input::placeholder,
.cta-contact-form .custom-contact-form textarea::placeholder,
.career-form-wrapper .custom-contact-form input::placeholder,
.career-form-wrapper .custom-contact-form textarea::placeholder {
    color: #FAFAFA !important;
}

/* Focus Effect */
.cta-contact-form .custom-contact-form input:focus,
.cta-contact-form .custom-contact-form textarea:focus,
.contact-us-form .contact-form-v2 input:focus,
.contact-us-form .contact-form-v2 textarea:focus,
.career-form-wrapper .custom-contact-form input:focus,
.career-form-wrapper .custom-contact-form textarea:focus,
.career-form-wrapper .custom-contact-form select:focus
 {
    border: 1px solid #FAFAFA;
    background: rgba(255, 255, 255, 0.08);
    color: #FAFAFA;
}

/* Textarea Height */
.cta-contact-form .custom-contact-form textarea {
    height: 100%;
    min-height: 130px;
    resize: none;
}

/* Buttons */
.cta-contact-form .form-actions,
.career-form-wrapper .form-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cta-contact-form .form-actions .btn-outline,
.cta-contact-form .form-actions .btn-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Outline Button */
.cta-contact-form .form-actions .btn-outline {
    padding: 28px 40px;
    border-radius: 40px;
    border: 2px solid #FAFAFA4D;
    color: #FAFAFA !important;
    text-decoration: none;
    transition: 0.2s ease;
    background-color: #FAFAFA14;
    font-family: Geist;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;

}

.cta-contact-form .form-actions .btn-outline:hover {
    background-color: #FAFAFA;
    color: #000 !important;
    cursor: pointer;
    transition: 0.2s ease;
}

.cta-contact-form .form-actions .btn-outline:visited,
.cta-contact-form .form-actions .btn-outline:active,
.cta-contact-form .form-actions .btn-outline:focus {
    background: #FAFAFA !important;
    color: #000000 !important;
}

/* Solid Button */
.cta-contact-form .form-actions .btn-solid,
.contact-us-form .contact-btn {
    padding: 28px 40px;
    border-radius: 40px;
    border: none;
    background: #FAFAFA;
    color: #000;
    cursor: pointer;
    transition: 0.2s ease;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.cta-contact-form .form-actions .btn-solid span {
    margin-left: 10px;
}

/* Hover */
.cta-contact-form .form-actions .btn-solid:hover,
.contact-us-form .contact-btn:hover,
.header-get-in-btn .elementor-button:hover {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    color: #FAFAFA !important;
    transition: all .2s ease-in-out;
    background-size: 200% auto;
}

.cta-contact-form .form-actions .btn-arrow,
.contact-us-form .contact-btn.btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cta-contact-form .form-actions .btn-arrow::after,
.contact-us-form .contact-btn::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url('./assets/images/send-arrow-icon.webp') no-repeat center;
    background-size: contain;
    position: relative;
    top: 1px;
}

.cta-contact-form .form-actions .btn-solid.btn-arrow:hover::after,
.contact-form-v2 .contact-btn.btn-arrow:hover::after {
    background: url('./assets/images/white-arrow-icon.webp') no-repeat center;
    background-size: contain;
}

.cta-contact-form .home-sticky-inner::before {
    content: "";
    transition: all .2s ease-out;
    background-image: url("./assets/images/blue-line.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -1px;
    left: 1px;
    width: 100%;
    border: none;
    height: 1px;
    opacity: 1;
    z-index: 0;
}

.cta-contact-form .home-sticky-inner::after {
    content: "";
    transition: all .2s ease-out;
    background-image: url("./assets/images/blue-line.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 1;
    z-index: 0;
}

/* CTA Form */
.cta-contact-form .custom-contact-form input.error,
.cta-contact-form .custom-contact-form textarea.error,
.contact-form-v2 input.error,
.contact-form-v2 textarea.error {
    border-color: #ff4444 !important;
}

.cta-contact-form .custom-contact-form .error-msg,
.contact-form-v2 .error-msg {
    color: #ff4444;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.cta-contact-form .custom-contact-form .btn-solid:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

button,
input,
select,
optgroup,
textarea {
    font-family: 'Geist';
}

.cta-contact-form .form-response,
.contact-form-v2 .form-response {
    margin-top: 15px;
    font-size: 14px;
    display: none;
}

.cta-contact-form .form-response.success,
.contact-form-v2 .form-response.success {
    color: #28a745;
    display: block;
}

.cta-contact-form .form-response.error,
.contact-form-v2 .form-response.error {
    color: #ff4d4f;
    display: block;
}

.cta-contact-form .custom-contact-form select.custom-select,
.contact-form-v2 select.full {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #FAFAFA;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    backdrop-filter: blur(60px);
    border: 1px solid #FAFAFA14;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.cta-contact-form .custom-contact-form select.custom-select option,
.contact-form-v2 select.full option {
    color: #000;
}

.cta-contact-form .custom-contact-form select.custom-select,
.contact-form-v2 select.full {
    background-image: url("./assets/images/dropdown-option.webp");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
}

.cta-contact-form .phone-group .code-select,
.contact-form-v2 .phone-box select.code {
    width: 30% !important;
    min-width: 80px;
}

.cta-contact-form .custom-contact-form select:focus,
.contact-form-v2 .phone-box select:focus {
    border: 1px solid #FAFAFA;
    background-color: rgba(255, 255, 255, 0.08);
}

.custom-contact-form .form-field {
    position: relative;
    margin-bottom: 20px;
}

.custom-contact-form .form-field .error-msg {
    display: block;
    color: #ff4d4f;
    font-size: 12px;
    margin-top: 6px;
}

.custom-contact-form .form-field.has-error input,
.custom-contact-form .form-field.has-error select,
.custom-contact-form .form-field.has-error textarea {
    border-color: #ff4d4f;
}

/* PHONE GROUP */
.custom-contact-form .phone-group {
    display: flex;
    gap: 10px;
}

.custom-contact-form .phone-group select {
    width: 120px;
}

.custom-contact-form .phone-group+.error-msg {
    width: 100%;
}

/* Responsive */
@media (max-width: 1024px) {
    .cta-contact-form .form-grid {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .cta-contact-form .form-grid {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .cta-contact-form .form-actions {
        flex-direction: column;
        align-items: center;
    }

    .cta-contact-form .form-actions a.btn-outline,
    .cta-contact-form .form-actions .btn-solid {
        width: 100%;
        padding: 22px 0;
        font-size: 18px;
        line-height: 16px;
    }

    .cta-contact-form .form-actions .btn-outline {
        padding: 1px;
    }

    .cta-contact-form {
        padding: 15px;
    }
}

/* 23rd Apr 2026 > Contact us Page > Form Adjustment */
.contact-form-v2 input,
.contact-form-v2 select,
.contact-form-v2 textarea {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #FAFAFA;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    backdrop-filter: blur(60px);
    border: 1px solid #FAFAFA14;
    font-weight: 400;
    line-height: 20px;
}

.contact-form-v2 textarea {
    height: 224px;
    resize: none;
}

/* ------- Grid Row (2 columns except where needed) ------- */
.contact-form-v2 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

/* Full-width select on left */
.contact-form-v2 .row .full {
    grid-column: span 1;
}

/* Phone group */
.phone-box {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 10px;
}

/* ------- Submit Button ------- */
.contact-us-form .contact-btn {
    width: 100%;
    margin-top: 50px;
}

/* ---------- FORM FIELD WRAPPER ---------- */
.contact-form-v2 .field {
    display: flex;
    flex-direction: column;
}

.mind-contact-us-page {
    width: 100%;
    padding: 194px 0 72px;
}

.mind-contact-us-page .banner-title .elementor-widget-heading h1 span {
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(270deg, #155DFC 0%, #00B8DB 100%);
    -webkit-background-clip: text;
}

@media (max-width: 1024px) {
    .contact-form-v2 .row {
        gap: 12px;
    }

    .contact-form-v2 .contact-btn {
        padding: 22px;
    }

    .mind-contact-us-page {
        padding: 184px 0 50px;
    }
}

/* ------- Mobile (≤ 767px) ------- */
@media (max-width: 767px) {

    /* Stack all rows to 1 column */
    .contact-form-v2 .row {
        grid-template-columns: 1fr;
    }

    .contact-form-v2 .contact-btn {
        font-size: 16px;
        padding: 14px;
        margin-top: 25px;
    }

    .mind-contact-us-page {
        width: 100%;
        padding: 134px 0 0px;
    }
}

/* End */

/*Privacy Policy Pages Css*/
/* Wrapper defines sticky boundary */
/* Sticky container boundary */
/* Sticky container boundary */

/* Allow sticky to work inside nested Elementor containers */
/* ===========================================================
   1. FIX ELEMENTOR WRAPPERS TO ALLOW STICKY
   =========================================================== */
.policy-box,
.policy-box .e-con-inner,
.policy-container {
    overflow: visible !important;
    position: relative !important;
}

/* ===========================================================
   2. TWO-COLUMN FLEX LAYOUT (BOUNDARY FOR STICKY)
   =========================================================== */
.policy-container {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /* sticky boundary */
}

/* ===========================================================
   3. LEFT COLUMN
   =========================================================== */
.policy-left {
    width: 80px;
    position: relative;
    flex-shrink: 0;
}

/* ===========================================================
   4. STICKY NAV (correct)
   =========================================================== */
.policy-scroll-nav {
    position: sticky;
    top: 150px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

/* ===========================================================
   5. FIGMA STYLE NAV LINES
   =========================================================== */
.policy-scroll-nav a {
    display: block;
    width: 24px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.policy-scroll-nav a.active {
    width: 34px;
    background: #ffffff;
}

/* ===========================================================
   6. TOOLTIP
   =========================================================== */
.policy-scroll-nav a::after {
    content: attr(data-title);
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.25s;
}

.policy-scroll-nav a:hover::after {
    opacity: 1;
}

/*End*/

.career-form-wrapper .custom-contact-form input,
.career-form-wrapper .custom-contact-form textarea,
.career-form-wrapper .custom-contact-form select,
.career-form-wrapper .custom-contact-form p.career-country-code {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #FAFAFA;
    font-size: 14px;
    border: 1px solid #FAFAFA14;
    backdrop-filter: blur(60px);
    outline: none;
    transition: 0.3s ease;
}
.career-form-wrapper .custom-contact-form p.career-country-code{
    width: auto;
}
.career-form-wrapper .file-upload {
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    flex-grow: 1;               /* absorbs extra height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 147px;
}

.career-form-wrapper .file-upload span {
    color: #FAFAFA;
    font-size: 14px;
}

.career-form-wrapper .file-upload input[type="file"] {
    display: none;
}

.career-form-wrapper .file-upload small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.career-form-wrapper .btn-solid {
    padding: 28px 40px;
    border-radius: 40px;
    font-weight: 600;
}
/* ===== Career form fixes ===== */
.career-form-wrapper .custom-contact-form textarea {
    height: auto;
    min-height: 150px;
    resize: vertical;
    flex-shrink: 0;
}

/* Make right column NOT stretch */
.career-form-wrapper .form-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

/* Ensure grid items don't stretch height */
.career-form-wrapper .form-grid {
    align-items: stretch;
}
/* ===== EQUAL HEIGHT FIX ===== */
.career-form-wrapper .form-left,
.career-form-wrapper .form-right {
    align-self: stretch;
}
/* Wrapper for each input + its error message */
.career-form-wrapper .form-field {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Error below field */
.career-form-wrapper .error-msg {
    margin-top: 6px;
    font-size: 12px;
    color: #ff4d4f;
}
.file-upload.drag-active {
    border-color: #4cd5ff;
    background: rgba(255, 255, 255, 0.08);
}
/* Career Job Vacancies and Description*/

        .job-section .job-container {
            max-width: 1165px;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        /* CARD */
        .job-section .job-card {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 12px 12px 30px;
            border-radius: 138px;
            background: #020618;
            border: 1px solid rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(12px);
            transition: 0.3s ease;
            gap: 20px;
        }

        /* Hover */
        .job-section .job-card:hover {
            /* border: 1px solid rgba(0, 200, 255, 0.6); */
            /* box-shadow: 0 0 20px rgba(0, 200, 255, 0.25); */
            border: 1px solid #00D3F380;
            box-shadow: 0px 0px 15px 0px #00D3F359;
            background: #111A35;
        }

        /* Active */
        .job-section .job-card.active {
            border: 1px solid rgba(0, 200, 255, 0.8);
            /* box-shadow: 0 0 25px rgba(0, 200, 255, 0.4); */
            background: rgba(0, 120, 255, 0.08);
        }

        /* LEFT / MIDDLE / RIGHT */
        .job-section .job-left,
        .job-section .job-middle {
            display: flex;
            align-items: center;
        }

        .job-section .job-left {
            width: 50%;
            justify-content: space-between;
        }

        .job-section .job-middle {
            /* min-width: 200px; */
        }

        .job-section .title {
            font-family: Geist;
            font-weight: 400;
            font-size: 26px;
            line-height: 35px;
            letter-spacing: 0px;
            color: #FAFAFA;
        }

        .job-section .exp {
            font-family: Geist;
            font-weight: 400;
            font-size: 26px;
            line-height: 35px;
            letter-spacing: 0px;
            color: #FAFAFA;
        }

        .job-section .job-right {
            display: flex;
            gap: 20px;
        }

        /* BUTTONS */
        .job-section button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.2s ease;
            padding: 22px 24px;
            border-radius: 100px;
            gap: 10px;
            font-size: 18px;
            line-height: 16px;
            font-weight: 600;
            color: #FAFAFA;
        }

        .job-section .btn-outline {
            position: relative;
            overflow: hidden;
            /* border-top: 1px solid #FAFAFA3B !important; */
            border: 1px solid #FFFFFF3B !important;
            background: #080c1d;
        }

        .job-section .btn-outline::after {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: 0.5s;
        }

        .job-section .btn-outline:hover::after {
            left: 100%;
        }

        .job-section .btn-outline:hover::before {
            opacity: 1;
        }

        .job-section .btn-outline:hover {
            border: 1px solid #FAFAFA4D !important;
            background: #FFFFFF;
            color: #000000;
            transition: 0.5s;
        }

        .job-section .btn-gradient {
            background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
            background-size: 200% auto;
            border: none;
        }

        .job-section .btn-gradient:hover {
            background-position: right center;
        }

        /* ACCORDION */
        .job-section .job-description {
            /* max-height: 0; */
            /* overflow: hidden; */
            /* opacity: 0; */
            /* transition: all 0.4s ease; */
            padding: 0 20px;
            color: #cfe6ff;
            font-size: 14px;
            line-height: 1.6;

            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.4s ease, opacity 0.3s ease;
        }

        .job-section .job-description.open {
            /* max-height: fit-content; */
            opacity: 1;
            margin-bottom: 10px;
            border: 1px solid rgba(0, 200, 255, 0.8);
            /* box-shadow: 0 0 25px rgba(0, 200, 255, 0.4); */
            background: rgba(0, 120, 255, 0.08);
            display: flex;
            justify-content: space-between;
            border-radius: 20px;
            backdrop-filter: blur(12px);
            transition: 0.3s ease;
            flex-direction: column;
            /* padding: 30px; */
        }



        .job-section .job-description p {
            margin: 10px 0;
        }

        .job-section .job-description ul {
            padding-left: 20px;
        }

        @media screen and (max-width: 1024px) {
            .job-section .job-container {
                padding: 0px 48px;
            }

            .job-section .title {
                font-weight: 400;
                font-size: 22px;
                line-height: 28px;
                letter-spacing: 0.3px;
                vertical-align: middle;
            }

            .job-section .exp {
                font-weight: 400;
                font-size: 22px;
                line-height: 28px;
                letter-spacing: 0.3px;
            }

            .job-section button {
                font-weight: 600;
                font-size: 18px;
                line-height: 22px;
                letter-spacing: 0px;
                text-align: center;
            }

        }

        @media screen and (max-width: 767px) {
            .job-section .job-card {
                flex-wrap: wrap;
                border-radius: 10px;
                padding: 15px;
                gap: 30px;
            }

            .job-section .job-left {
                width: 100%;
                justify-content: space-evenly;
            }

            .job-section .job-right {
                width: 100%;
                flex-direction: column;
            }


            .job-section .title {
                font-weight: 400;
                font-size: 22px;
                line-height: 28px;
                letter-spacing: 0.3px;
            }

            .job-section .exp {
                font-weight: 400;
                font-size: 22px;
                line-height: 28px;
                letter-spacing: 0.3px;
            }

            .job-section .job-description.open {
                border-radius: 10px;

            }

        }
/* End*/