* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #F4F9FF;
    color: #224172;
}

a{
    text-decoration: none;
}

/* ==================================start-of-navigation=========================== */


/* ===== TOP NAV ===== */
.jobVac-topnav {
    background: linear-gradient(90deg, #E3F3FB, #cfdeff);
    border-bottom: 1px solid #69BBDD;
    padding: 10px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.jobVac-topinner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jobVac-topmenu {
    display: flex;
    gap: 20px;
}

.jobVac-toplink {
    text-decoration: none;
    color: #0B1957;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.jobVac-toplink::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #5784E6;
    transition: width 0.3s ease;
}

.jobVac-toplink:hover {
    color: #5784E6;
}

.jobVac-toplink:hover::after {
    width: 100%;
}

/* Right section */
.jobVac-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.jobVac-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0B1957;
    font-size: 14px;
}

.jobVac-phone i {
    color: #5784E6;
}

.jobVac-lang {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jobVac-lang img {
    width: 20px;
    height: auto;
}

.jobVac-langselect {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #224172;
    outline: none;
}

/* ===== BOTTOM NAV ===== */
.jobVac-botnav {
    background-color: #E3F3FB;
    border-top: 2px solid #69BBDD;
    /* box-shadow: 0 4px 6px rgba(0,0,0,0.08); */
    padding: 12px 0;
}

.jobVac-botinner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Logo */
.jobVac-logowrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jobVac-logoimg {
    height: 48px;
     cursor: pointer;
}

.jobVac-brandwrap {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.jobVac-brand {
    font-size: 20px;
    font-weight: 700;
    color: #0B1957;
}

.jobVac-tagline {
    font-size: 13px;
    color: #5784E6;
}

/* Shop buttons */
.jobVac-shoparea {
    display: flex;
    align-items: center;
    gap: 15px;
}

.jobVac-buybtn {
    background-color: #5784E6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 3px 6px rgba(87, 132, 230, 0.25);
}

.jobVac-buybtn:hover {
    background-color: #69BBDD;
    transform: translateY(-2px);
}

.jobVac-buybtn a{
    color: #fff;

}

/* Cart button */
.jobVac-cartbtn {
    background-color: transparent;
    border: 2px solid #5784E6;
    padding: 8px 14px;
    border-radius: 6px;
    color: #0B1957;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease;
}

.jobVac-cartbtn:hover {
    background-color: #F8F3EA;
}

.jobVac-cartcount {
    background-color: #5784E6;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    position: absolute;
    top: -6px;
    right: -6px;
}

/* Auth buttons */
.jobVac-authwrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.jobVac-signin {
    color: #0B1957;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
}

.jobVac-signin:hover {
    color: #5784E6;
}

.jobVac-post {
    background-color: #69BBDD;
    color: #0B1957;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.jobVac-post:hover {
    background-color: #5784E6;
    color: #fff;
}

.jobVac-reg {
    /* background-color: #69BBDD; */
    color: #0B1957;
    outline: 1px solid #007BFF;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.jobVac-reg:hover {
    background-color: #5784E6;
    outline: none;
    color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .jobVac-topmenu {
        display: none;
    }

    .jobVac-botinner {
        flex-direction: column;
        gap: 15px;
    }

    .jobVac-shoparea {
        order: 3;
    }
}

/* ==================================end-of-navigation=========================== */



/* --------------------------start-banner-------------------------- */

.plan-ban-section {
    color: #1a1a1a;
    overflow: hidden;
}

/* Banner */
.plan-ban-bg {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(227, 243, 251, 0.9)),
        url('../images/business-meeting-office.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 100px 8%;
    min-height: 420px;
}

.plan-ban-content {
    max-width: 650px;
}

.plan-ban-heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #212121;
}

.plan-ban-heading span {
    color: #0077cc;
}

.plan-ban-buttons {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.plan-ban-btn {
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.plan-ban-btn.primary {
    background-color: #0077cc;
}

.plan-ban-btn.primary:hover {
    background-color: #005fa3;
}

.plan-ban-btn.secondary {
    background-color: white;
    border: 2px solid #0077cc;
    color: #0077cc;
}

.plan-ban-btn.secondary:hover {
    background-color: #e3f3fb;
}

.plan-ban-btn a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

/* Info Strip */
.plan-ban-info {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    background-color: #0B1957;
    border-radius: 16px;
    padding: 20px 40px 25px 40px;
    margin: -60px auto 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    max-width: 1200px;
    flex-wrap: wrap;
}

.plan-ban-card {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 12px 10px;
}

.plan-ban-icon {
    font-size: 56px;
    margin-bottom: 10px;
}

.plan-ban-title {
    font-size: 18px;
    font-weight: 600;
    color: #ede9e9;
}

.plan-ban-desc {
    color: #aeaaaa;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px;
}


/* --------------------------end-banner-------------------------- */






/* --=========================start- enquire Form============================ -- */


.enq-frm-demo-btn {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.enq-frm-demo-btn:hover {
    background-color: #005fc1;
}

/* Overlay */
.enq-frm-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Form Box */
.enq-frm-box {
    background: #fff;
    width: 380px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: enqSlideUp 0.4s ease;
}

/* Animation */
@keyframes enqSlideUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Close Button */
.enq-frm-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 26px;
    color: #333;
    cursor: pointer;
}

/* Titles */
.enq-frm-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0B3D60;
    margin-bottom: 5px;
}

.enq-frm-subtitle {
    font-size: 0.95rem;
    color: #4A5F6A;
    margin-bottom: 20px;
}

/* Inputs */
.enq-frm-form label {
    font-size: 0.9rem;
    color: #1a1a1a;
    display: block;
    margin-top: 12px;
}

.enq-frm-form input,
.enq-frm-form select {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s ease;
}

.enq-frm-form input:focus,
.enq-frm-form select:focus {
    border-color: #007BFF;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

/* Radio Group */
.enq-frm-radio-group {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.enq-frm-radio-group label {
    font-size: 0.9rem;
    color: #333;
}

/* Submit Button */
.enq-frm-btn {
    background-color: #007BFF;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin-top: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.enq-frm-btn:hover {
    background-color: #005fc1;
}

/* --=========================end- enquire Form============================ -- */



/* --------------------------start-plans-------------------------- */

.plan-sec {
    background-color: #f9fbfd;
    padding: 60px 6%;
    text-align: center;
}

.plan-sec-header {
    margin-bottom: 40px;
}

.plan-sec-subtitle {
    color: #e34b4b;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.plan-sec-title {
    font-size: 2rem;
    color: #1a1a1a;
    font-weight: 700;
    margin: 8px 0;
}

.plan-sec-desc {
    color: #555;
    max-width: 650px;
    margin: 0 auto;
    font-size: 15px;
}

.plan-sec-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.plan-sec-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 25px 20px 35px;
    width: 260px;
    transition: all 0.3s ease;
    position: relative;
}

.plan-sec-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.plan-sec-card.featured {
    border: 2px solid #0077cc;
    transform: scale(1.03);
}

.plan-sec-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0077cc;
    margin-bottom: 5px;
}

.plan-sec-name.free {
    color: #0cb24a;
}

.plan-sec-name.basic {
    color: #0077cc;
}

.plan-sec-name.pro {
    color: #004b8d;
}

.plan-sec-name.enterprise {
    color: #e34b4b;
}

.plan-sec-price {
    font-size: 2rem;
    font-weight: 700;
    margin: 5px 0;
    color: #1a1a1a;
}

.plan-sec-note {
    color: #777;
    font-size: 13px;
    margin-bottom: 15px;
}

.plan-sec-feat-head {
    color: #333;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.plan-sec-features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 auto 20px;
    font-size: 14px;
    color: #333;
}

.plan-sec-features li {
    margin: 8px 0;
    position: relative;
    padding-left: 22px;
}

.plan-sec-features li::before {
    content: "✔";
    color: #00b74a;
    position: absolute;
    left: 0;
    font-size: 14px;
}

.plan-sec-features li.disabled {
    color: #bbb;
}

.plan-sec-features li.disabled::before {
    content: "✖";
    color: #ccc;
}

.plan-sec-btn {
    background-color: #0077cc;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease;
}

.plan-sec-btn:hover {
    background-color: #005fa3;
}

.plan-sec-btn a {
    color: white;
    text-decoration: none;
}

.free-btn {
    background-color: #00b74a;
}

.free-btn:hover {
    background-color: #00993f;
}

.plan-sec-note-bottom {
    margin-top: 30px;
    text-align: left;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #444;
    background: #f4f9fc;
    border-radius: 10px;
    padding: 18px 25px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.plan-sec-note-bottom ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.plan-sec-note-bottom li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.plan-sec-note-bottom strong {
    color: #0077cc;
}


/* --------------------------end-plans-------------------------- */


/* -====================================--start-plan-guide-sec-====================================-- */


.plan-guide-sec {
    background: radial-gradient(circle at top left, #e3f4ff, #ffffff 70%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.plan-guide-sec::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: #b0e2ff;
    border-radius: 50%;
    opacity: 0.3;
}

.plan-guide-sec::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 250px;
    height: 250px;
    background: #d6f2ff;
    border-radius: 50%;
    opacity: 0.4;
}

.plan-guide-container {
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.plan-guide-heading {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    color: #003b5c;
    margin-bottom: 10px;
}

.plan-guide-subheading {
    text-align: center;
    font-size: 1.1rem;
    color: #01506b;
    max-width: 700px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.plan-guide-timeline {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}

.plan-guide-timeline::before {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #0078b7;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.plan-guide-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
}

.plan-guide-item.left {
    left: 0;
}

.plan-guide-item.right {
    left: 50%;
}

.plan-guide-item::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    right: -11px;
    background-color: #0078b7;
    border: 4px solid #fff;
    top: 30px;
    border-radius: 50%;
    z-index: 1;
}

.plan-guide-item.right::after {
    left: -11px;
}

.plan-guide-content {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.plan-guide-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.plan-guide-tag {
    display: inline-block;
    background: #0078b7;
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.plan-guide-content h3 {
    font-size: 1.4rem;
    color: #003b5c;
    margin-bottom: 10px;
}

.plan-guide-content p {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.plan-guide-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.plan-guide-content ul li {
    margin-bottom: 6px;
    color: #01506b;
    font-size: 0.93rem;
}

.plan-guide-btn {
    display: inline-block;
    background: #0078b7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.plan-guide-btn:hover {
    background: #005f8a;
    transform: scale(1.05);
}

/* Responsive */
@media screen and (max-width: 768px) {
    .plan-guide-timeline::before {
        left: 8px;
    }

    .plan-guide-item {
        width: 100%;
        padding-left: 35px;
        padding-right: 0;
    }

    .plan-guide-item.right {
        left: 0%;
    }

    .plan-guide-item::after {
        left: 0;
    }

    .plan-guide-content {
        text-align: left;
    }
}


/* -====================================--end-plan-guide-sec-====================================-- */


/* -====================================--start-callback-sec-====================================-  */

.plan-ban-callback {
    background: linear-gradient(90deg, #E3F3FB 0%, #ffffff 100%);
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 50px auto;
    max-width: 1050px;
    transition: all 0.3s ease;
}

.plan-ban-callback:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.plan-ban-callback-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.plan-ban-callback-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.plan-ban-callback-left img {
    width: 80px;
    height: 80px;
}

.clbck-l-content {
    padding: 0 2rem;
}

.plan-ban-callback-left .clbck-l-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #152c5b;
    margin-bottom: 4px;
}

.plan-ban-callback-left .clbck-l-content p {
    font-size: 0.95rem;
    color: #385874;
    max-width: 520px;
    line-height: 1.5;
}

.plan-ban-callback-btn {
    background-color: #0066ff;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.plan-ban-callback-btn:hover {
    background-color: #004ecc;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .plan-ban-callback-container {
        flex-direction: column;
        text-align: center;
    }

    .plan-ban-callback-left {
        flex-direction: column;
    }

    .plan-ban-callback-btn {
        width: 100%;
        max-width: 250px;
    }
}

/* -====================================--end-callback-sec-====================================-  */




/* -- --=========================start-faq============================ -- -- */


.comp-faq-section {
    background: linear-gradient(90deg, #D0EBFF 0%, #F8FCFF 100%);
    padding: 50px 6%;
    text-align: center;
}

.comp-faq-header {
    max-width: 750px;
    margin: 0 auto 60px;
}

.comp-faq-heading {
    font-size: 40px;
    color: #0B3D60;
    font-weight: 800;
}

.comp-faq-subheading {
    font-size: 18px;
    color: #31708E;
    margin-top: 10px;
}

.comp-faq-desc {
    font-size: 17px;
    color: #4A5F6A;
    margin-top: 15px;
    line-height: 1.6;
}

/* FAQ Container */
.comp-faq-container {
    max-width: 850px;
    margin: 0 auto;
    text-align: left;
}

.comp-faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.comp-faq-item.active {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Question */
.comp-faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 20px 25px;
    font-size: 1rem;
    font-weight: 600;
    color: #0B3D60;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: all 0.3s ease;
}

/* .comp-faq-question:hover {
    background-color: #A6D1FF;
    
} */

.comp-faq-icon {
    font-size: 1.5rem;
    color: #0098C7;
    transition: transform 0.3s ease;
}

.comp-faq-item.active .comp-faq-icon {
    transform: rotate(45deg);
}

/* Answer */
.comp-faq-answer {
    max-height: 0;
    overflow: hidden;
    background-color: #F8FCFF;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 25px;
}

.comp-faq-item.active .comp-faq-answer {
    max-height: 300px;
    padding: 20px 25px;
}

.comp-faq-answer p {
    color: #4A5F6A;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* -- --=========================end-faq============================ -- -- */











/* =========================start-of-footer===================================== */


.job-foot-footer {
  background: linear-gradient(180deg,#041033 0%, #02061a 100%);
  color: #dbe9ff;
  padding: 48px 6%;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  box-shadow: 0 -6px 30px rgba(2,8,30,0.25);
}

/* wrapper grid */
.job-foot-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 1fr;
  gap: 28px;
  align-items: start;
}

/* columns */
.job-foot-col {}

/* logo block */
.job-foot-logowrap {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.job-foot-logoimg {
  width: 58px;
  height: auto;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  padding: 6px;
}

.job-foot-brand {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}

.job-foot-tagline {
  margin: 2px 0 0;
  font-size: 13px;
  color: #8fc5ff;
  font-weight: 600;
}

/* short about */
.job-foot-about {
  margin-top: 10px;
  color: #bcd7ff;
  font-size: 14px;
  line-height: 1.6;
  max-width: 420px;
}

/* headings */
.job-foot-heading {
  margin: 0 0 12px 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}

/* link lists */
.job-foot-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-foot-links li {
  margin-bottom: 10px;
}

.job-foot-links a {
  color: #cfe2ff;
  text-decoration: none;
  font-size: 14px;
  transition: color .18s ease, transform .18s ease;
}

.job-foot-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* support column */
.job-foot-support {
  color: #dceeff;
  font-size: 14px;
  margin: 6px 0;
}

.job-foot-support a {
  color: #fff;
  text-decoration: underline;
}

/* CTA button in footer (subtle) */
.job-foot-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 14px;
  background: linear-gradient(90deg,#2c7bff,#6ab3ff);
  color: #001331;
  font-weight: 700;
  font-size: 13px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(66,133,244,0.12);
}

/* bottom copyright */
.job-foot-bottom {
  max-width: 1200px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}

.job-foot-bottom p {
  color: #9fb0d9;
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.2px;
}

/* responsiveness */
@media (max-width: 980px) {
  .job-foot-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .job-foot-about { max-width: 100%; }
}

@media (max-width: 640px) {
  .job-foot-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .job-foot-logowrap { align-items: flex-start; }
  .job-foot-cta { width: 100%; text-align: center; }
}
/* =========================end-of-footer===================================== */