

    /* HERO BACKGROUND */
    /* HERO SECTION */
    section {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    h2 {
        font-family: 'Syne', sans-serif !important;
    }

    .hero-section {
        background: linear-gradient(90deg,
                rgba(1, 20, 100, 0.9) 0%,
                rgba(51, 65, 136, 0.8) 100%),
         url('../images/solutions/bg-mo-banner.jpg') center/cover no-repeat;

        padding: 70px 0;
        min-height: 90vh;
        
    }

    /* LEFT CONTENT */
    .hero-content {
        max-width: 550px;
    }

    .main-heading {
        font-size: 48px;
        font-weight: 700;
        color: #7fd3ff;
        line-height: 1.2;
          font-family: 'Syne', sans-serif !important;
    }

    .sub-heading {
        font-size: 26px;
        font-weight: 500;
    }

    .hero-para {
        font-size: 16px;
        margin-top: 20px;
        color: #f1f1f1;
    }

    /* FORM CARD */
    .form-card {
        position: relative;
        background: #f4f6fb;
        padding: 45px 30px 30px;
        border-radius: 16px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        max-width: 420px;
        margin-left: auto;
    }

    /* FLOATING TOP LINE */
    .top-line {
        position: absolute;
        top: 9px;
        left: 20px;
        right: 20px;
        height: 6px;
        /* background: linear-gradient(90deg, #1800AD, #423FBC); */
        background: linear-gradient(90deg,
                rgba(1, 20, 100, 0.9) 0%,
                rgba(51, 65, 136, 0.8) 100%);
        border-radius: 10px;
        /* box-shadow: 0 4px 10px rgba(66, 63, 188, 0.4); */
    }

    /* FORM TITLE */
    .form-title {
        color: #004AAD;
        font-weight: 700;
        margin-bottom: 20px;
    }


    /* INPUTS */
    .custom-input {
        background: #e9edf5 !important;
        border: none !important;
        border-radius: 12px !important;
        padding: 14px !important;
        font-size: 15px !important;
        transition: 0.3s;
    }

    .custom-input:focus {
        background: #fff !important;
        box-shadow: 0 0 0 2px rgba(0, 74, 173, 0.2);
    }

    /* PLACEHOLDER */
    .custom-input::placeholder {
        color: #004AAD !important;
        opacity: 0.7;
    }
.form-select {
    color: #004AAD !important;
        
}
    /* Select2 main box */
    .select2-container--default .select2-selection--single {
        background: #e9edf5 !important;
        border: none !important;
        border-radius: 12px !important;
        height: 52px;
        /* match input height */
        padding: 14px !important;
        display: flex;
        align-items: center;
        transition: 0.3s;
        font-size: 15px !important;
    }

    /* Text inside */
    /* .select2-container--default .select2-selection__rendered {
    color: #004AAD !important;
  font-size: 15px !important;
    line-height: normal !important;
} */
    /* .select2-container--default .select2-selection__rendered {
   color: #004AAD !important;
} */
    .select2-container--default .select2-selection__rendered {
        color: #004AAD !important;
        opacity: 1 !important;
        font-size: 15px !important;
    }

    /* Placeholder */
    .select2-container--default .select2-selection__placeholder {
        color: #004AAD !important;
        opacity: 1;
        font-size: 15px !important;
        font-weight: 400;
    }

    /* Dropdown arrow */
    .select2-container--default .select2-selection__arrow {
        height: 100%;
        right: 10px;
    }

    /* Focus effect (same as input) */
    .select2-container--default.select2-container--focus .select2-selection--single {
        background: #fff !important;
        box-shadow: 0 0 0 2px rgba(0, 74, 173, 0.2);
        color: #004AAD;
    }

    .select2-container--default .select2-results__option--selected {
        color: #004AAD !important;
        opacity: 1;
        font-size: 15px !important;
        font-weight: 400;
    }

    /* BUTTON */
    .enquiry-submit-btn {
        background: #163e82;
        color: #fff;
        padding: 12px;
        font-size: 20px;
        border-radius: 12px;
        font-weight: 700;
        transition: 0.3s;
    }

    .enquiry-submit-btn:hover {
    border: 2px solid #163e82 !important;
    background-color: #fff;
    color: #163e82;
    }

    .why-mybranch {
        background: #f8f9fb;
    }

    .why-mybranch .title {
        color: #0a2463;
        font-weight: 600;
    }

    /* Heading */
    .small-title {
        color: #1b2b5b;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .main-title {
        font-size: 48px;
        font-weight: 700;
        color: #0b3d91;
        line-height: 1.2;
    }

    .main-title em {
        font-style: italic;
        font-weight: 500;
        color: #1b2b5b;
    }

    .subtitle {
        max-width: 700px;
        margin-top: 15px;
        font-size: 18px;
        color: #0a2463;
        font-weight: 600;
    }

    /* Cards */
    .feature-box {
        background: #eef2ff;
        padding: 30px;
        border-radius: 16px;
        position: relative;
        border: 1px solid #dbe2ff;
        height: 100%;
        transition: 0.3s;
    }

    .feature-box:hover {
        transform: translateY(-5px);
    }

    /* Number */
    .feature-box .number {
        position: absolute;
        top: 20px;
        left: 25px;
        font-size: 3.5rem;
        font-weight: 700;
        color: rgba(11, 61, 145, 0.1);
          font-family: 'Montserrat', sans-serif;
    }

    /* Title */
    .feature-box h4 {
        margin-top: 70px;
        font-size: 2rem;
        font-weight: 700;
        color: #0b3d91;
    }

    /* Text */
    .feature-box p {
        margin-top: 12px;
        font-size: 16px;
        color: #5a6785;
        line-height: 1.7;
    }

    .feature-box b {
        color: #0b3d91;
    }

    /* Section */
.new-standard {
    background:
        url('../images/solutions/bg-new-standard-banner.png') center/cover no-repeat,
        linear-gradient(90deg, #011464 0%, #334188 100%);

    padding: 40px 0;
}

    /* FLEX ROW (fix spacing issue) */
    .stat-row {
        display: flex;
        gap: 45px;
    }

    /* Each item = equal width */
    .stat-item {
        flex: 1;
    }

    /* Outer Box */
    /* .stat-box {
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 14px;
        padding: 25px 20px;
       
        background: transparent;
        height: 100%;
        transition: 0.3s ease;
        color: #fff;
    } */


    .stat-box {
        position: relative;
        border-radius: 14px;
        padding: 25px 20px;
        background: transparent;
        height: 100%;
        transition: 0.3s ease;
        color: #fff;
    }

    /* Gradient border */
    .stat-box::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 3px;
        /* border thickness */
        border-radius: 14px;
        /* background: linear-gradient(90deg, #2c4494, #86a1d6); */
        background: linear-gradient(180deg, #2c4494, #86a1d6);

        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    /* Hover */
    .stat-box:hover {
        transform: translateY(-5px);
        border-color: #fff;
    }

    /* Number Box */
    /* .number-box {
        width: 135px;
        height: 87px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 26px;
    } */
    .number-box {
        position: relative;
        width: 135px;
        height: 87px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 26px;
    }

    /* Gradient border */
    .number-box::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        /* border thickness */
        border-radius: 10px;
        background: linear-gradient(0deg, #86a1d6, #2c4494);

        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    /* Number */
    .number-box h4 {
        font-size: 3rem;
        font-weight: 700;
        margin: 0;
        color: #d2dfff;
    }

    /* Content */
    .stat-box .content {
        font-size: 24px;
        line-height: 1.2;
        color: rgba(255, 255, 255, 0.85);
    }

    .feature-box .subtitle {
        color: #0a2463 !important;
        font-size: 18px;
        ;
    }


    /* Row */
    .choose-right .feature-row {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* Each item */
    .choose-right .feature-item {
        /* flex: 1; */
        width: 296px;
    }

    /* Card */
    .choose-right-box {
        background: #f1f5ff;
        border: 1px solid #dbe2ff;
        border-radius: 14px;
        padding: 25px;
        height: 100%;
        transition: 0.3s ease;
    }

    /* Hover */
    .choose-right .choose-right-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    /* Text */
    .choose-right .choose-right-box h4 {
        color: #0b3d91;
        font-weight: 700;
    }

    .choose-right .choose-right-box .subtitle {
        color: #5a6785;
        font-size: 15px;
    }

    /* Card wrapper */
    /* ===== DESKTOP (FLIP ENABLED) ===== */
    /* .flip-card {
        perspective: 1000px;
    }

    .flip-inner {
        position: relative;
        width: 100%;
        height: 220px;
    
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }

    .flip-card:hover .flip-inner {
        transform: rotateY(180deg);
    }

    .flip-front,
    .flip-back {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 14px;
        backface-visibility: hidden;
    }

  
    .flip-front {
        background: #f1f5ff;
        border: 1px solid #dbe2ff;
    }


    .flip-back {
        background: #0b3d91;
        color: #fff;
        transform: rotateY(180deg);
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    /* .stepper-container {
      max-width: 1100px;
      margin: 60px auto;
      background: white;
      border-radius: 20px;
      padding: 50px 40px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    } */

    .steps-row {
        display: flex;
        justify-content: space-between;
        position: relative;
        /* margin-bottom: 60px; */
    }

    /* Connecting Line */
    .steps-row::before {
        content: '';
        position: absolute;
        top: 29px;
        left: 15%;
        right: 15%;
        height: 5px;
        background: #004aad;
        z-index: 1;
    }

    .step-col {
        flex: 1;
        text-align: center;
        position: relative;
        /* cursor: pointer; */
        z-index: 2;
        padding: 0 20px;
    }

    .step-circle {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: white;
        border: 3px solid #004aad;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: bold;
        color: #004aad;
        margin: 0 auto 15px;
        transition: all 0.3s ease;
    }
.step-circle:hover {
    background: white !important; 
    border: 3px solid #004aad;
    color: #004aad !important;
}
    .step-col.active .step-circle {
        background: #004aad;
        color: white;
        transform: scale(1.1);
    }

    .stage-subtitle {
        font-size: 0.85rem;
        color: #85A7C6;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .stage-title {
        /* font-size: 1.50rem;
        font-weight: 700;
        color: #08265B;
        margin-bottom: 20px; */
        font-size: 1.25rem;
        font-weight: 700;
        color: #08265B;
        margin-bottom: 20px;

        min-height: 71px;
        /* adjust if needed */
        display: flex;
        align-items: start;
        justify-content: center;
        text-align: center;
    }

    /* Content Below Each Stage */
    /* .content-area {
        
        display: block;
        min-height: 210px;
        padding: 22px 18px;      
        background: #f8fbff;   
        margin-top: 10px;
    } */
    .content-area {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 210px;
        padding: 22px 18px;
        background: #f8fbff;
        margin-top: 10px;
        text-align: left;
    }

    .content-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .content-text.expanded {
        -webkit-line-clamp: unset;
    }

    .content-text ul {
        display: none;
    }

    .content-text.expanded ul {
        display: block;
    }

    .content-text p {
        margin-bottom: 10px;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .badge-custom {
        background: #e7f1ff;
        color: #004aad;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 0.93rem;
        font-weight: 500;
        display: inline-block;
        margin-top: 15px;
    }

    .read-more-btn {
        /* cursor: pointer;
    align-self: flex-start; */
        cursor: pointer;
        align-self: center;
        /* THIS centers it horizontally */
        text-align: center;
    }

    /* FAQ */

    /*.office-faq-section .container{
    width:100% !important;
}*/
    .office-faq-section .accordion .accordion-item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0.5rem;

        color: #070632;
        font-size: 1rem;

        border: 1px solid #e5e5e5;
        border-radius: 10px;
        text-decoration: none;
    }

    .office-faq-section .accordion .accordion-item p {
        text-align: left !important;
        color: #070632 !important;
        display: flex;
        /* put text and + on same line */
        justify-content: space-between;
        /* space between text and + */
        align-items: center;
        /* align vertically */
        margin: 0;
        padding: 0.5rem 1.5rem;
        cursor: pointer;
        font-weight: 600;
    }

    .office-faq-section .accordion .accordion-item:hover,
    .office-faq-section .accordion .accordion-item:hover::after {
        cursor: pointer;

        background-color: #0b3d91;

    }

    .office-faq-section .accordion .accordion-item:hover p {
        color: #fff !important;
    }

    .office-faq-section .accordion .accordion-item:hover::after {
        border: 3px solid #F36F28;
    }

    .office-faq-section .accordion .accordion-item :hover .plusminus {


        color: #fff;
    }

    .office-faq-section .accordion .accordion-item.active {
        color: #F36F28;
        border-bottom: 3px solid #F36F28;
    }

    .office-faq-section .accordion .accordion-item .plusminus {
        font-size: 24px;
        font-weight: bold;
        color: #2C3D80;
        line-height: 1;
        margin-left: 10px;
    }

    .office-faq-section .accordion .accordion-content ul {
        padding-left: 30px !important;
    }

    .office-faq-section .accordion .accordion-content {
        font-size: 15px;
        font-weight: 600;
        line-height: 28px;
        margin: 5px 0 20px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 15px !important;
        background-color: #fff;
        color: #2C3D80;
        text-align: justify;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        /* border-top:1px solid #F36F28; */

    }

    .office-faq-section .accordion .accordion-content ul li {
        font-size: 15px;
        font-weight: 600;
        line-height: 28px;
        margin: 0 0 20px;
        /* padding-top: 15px!important; */
        text-align: justify;

    }

    .office-row {
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
    }

    /* CARD */
 /* CARD WRAPPER */
.choose-right-flip-card {
    flex: 1;
    min-width: 280px;
    height: 260px;
    perspective: 1000px;
}

/* INNER */
.choose-right-flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
}

/* HOVER FLIP */
.choose-right-flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* FRONT & BACK COMMON */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    padding: 30px;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.flip-card-front {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
}
/* FRONT DESIGN (YOUR GRADIENT + IMAGE) */
/* .card-1 .flip-card-front {
    background: 
        linear-gradient(
            90deg,
            rgba(1, 20, 100, 0.8) 0%,
            rgba(51, 65, 136, 0.8) 100%
        ),
        url('../images/solutions/large-card.jpg') center / cover no-repeat;
} */
 .card-1 .flip-card-front {
    background: 
        linear-gradient(186deg,rgb(0 0 0 / 17%) 52%,rgb(41 66 141) 100%),
        url('../images/solutions/large-card.jpg') center / cover no-repeat;
}
.card-2 .flip-card-front {
     background: 
       linear-gradient(186deg,rgb(0 0 0 / 17%) 52%,rgb(41 66 141) 100%),
        url('../images/solutions/medium-card.jpg') center / cover no-repeat;

    
}

.card-3 .flip-card-front {
   background: 
         linear-gradient(186deg,rgb(0 0 0 / 17%) 52%,rgb(41 66 141) 100%),
        url('../images/solutions/lite-card.jpg') center / cover no-repeat;

    
}

/* ZOOM EFFECT ON HOVER */
.choose-right-flip-card:hover .flip-card-front {
    transform: scale(1.05);
}

/* FRONT HEADING */
.flip-card-front h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

/* BACK DESIGN */
.choose-right-flip-card .flip-card-back {
    /* background: #0b3d91; */
    background:  linear-gradient(
            90deg,
            rgba(1, 20, 100, 0.9) 0%,
            rgba(51, 65, 136, 0.85) 100%
        );
    color: #fff;
    transform: rotateY(180deg);
    text-align: center;
}

/* BACK TEXT */
.flip-card-back p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.95;
}

/* OPTIONAL SHADOW FOR DEPTH */
.choose-right-flip-card .flip-card-front,
.choose-right-flip-card .flip-card-back {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

    /* TEXT */
    /* .choose-right-flip-card h3 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .choose-right-flip-card p {
        font-size: 18px;
    } */

    /* MOBILE (no hover issue) */
   
    /* RESPONSIVE */
    @media (max-width: 992px) {
        .hero-content {
            text-align: center;
            margin-bottom: 30px;
        }

        .main-heading {
            font-size: 36px;
        }

        .sub-heading {
            font-size: 22px;
        }

        /* .stat-row {
            flex-wrap: wrap;
            gap: 25px;
        }

        .stat-item {
            flex: 0 0 48%;
           
        } */

        .stat-box .content {
            font-size: 20px;
        }

        .number-box {
            width: 110px;
            height: 75px;
        }

        .number-box h4 {
            font-size: 2.5rem;
        }

        .step-col {
            padding: 0 10px;
        }

        .stage-title {
            font-size: 1.2rem;
        }

        .content-area {
            min-height: auto;
            padding: 18px;
        }

        .steps-row::before {
            left: 10%;
            right: 10%;
        }
    }


    @media (max-width: 768px) {
        .main-title {
            font-size: 32px;
        }

        .feature-box .number {
            font-size: 40px;
        }

        .office-faq-section .faq-img {
            width: 50%;
        }

        .steps-row {
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
        }

        /* REMOVE HORIZONTAL LINE */
        .steps-row::before {
            display: none;
        }

        /* ADD VERTICAL LINE */
        .steps-row::after {
            content: '';
            position: absolute;
            top: 0;
            left: 28px;
            width: 4px;
            height: 100%;
            background: #004aad;
            z-index: 1;
        }

        .step-col {
            display: flex;
            align-items: flex-start;
            text-align: left;
            gap: 15px;
            width: 100%;
            padding: 0;
        }

        .step-circle {
            margin: 0;
            min-width: 56px;
            z-index: 2;
        }

        .stage-subtitle {
            font-size: 0.75rem;
        }

        .stage-title {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

        .content-area {
            margin-top: 10px;
        }
.choose-right-flip-card:hover .flip-card-inner {
        transform: none;
    }

    /* Flip when active class is added */
    .choose-right-flip-card.active .flip-card-inner {
        transform: rotateY(180deg);
    }
       .choose-right-flip-card {
    flex: 1;
    min-width: 200px;
    height: 260px;
    perspective: 1000px;
}
    }

    /* ===== MOBILE (≤ 576px) ===== */
    @media (max-width: 576px) {
        /* .stat-row {
            flex-direction: column;
            gap: 20px;
        }

        .stat-item {
            flex: 0 0 100%;
          
        } */

        .stat-box {
            padding: 20px 15px;
        }

        .number-box {
            width: 90px;
            height: 65px;
            margin-bottom: 15px;
        }

        .number-box h4 {
            font-size: 2rem;
        }

        .stat-box .content {
            font-size: 16px;
            line-height: 1.4;
        }
    }

    /* @media (max-width: 425px) {
    .stat-row {
        flex-direction: column;
        align-items: center; 
    }

    .stat-item {
        width: 90%;     
        max-width: 320px; 
    }
} */
    @media (max-width: 425px) {
        .stat-row {
            flex-direction: row;
            /* keep row */
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }

        .stat-item {
            flex: 0 0 48%;
            /* 2 columns */
            max-width: 48%;
        }
    }

    @media (max-width: 320px) {
        .stat-row {
            flex-direction: column;
            align-items: center;
        }

        .stat-item {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

