body * {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

body {
    background: #fff;
}

html,
body {
    /* overflow-x: hidden; */
    max-width: 100vw;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000 !important;
    /* ya koi high value */
}






a.country-box.d-flex.align-items-center.p-2.border.rounded.text-decoration-none {
    font-size: 15px !important;
}


h5 {
    font-weight: bold !important;
}

/* h1 {
    font-size: 30px !important;
} */

.btn-explore {
    color: #0064ac !important;
    border: 2px solid #0064ac !important;
    border-radius: 8px;
    font-weight: bold !important;
}

.btn-explore:hover {
    color: white !important;
    background: #007bff !important;
}

.btn-explore:hover::after {
    background: #0056b3;
}

.btn-explore i {
    font-style: normal;
    font-weight: bold;
}

/* Hide carousel arrows completely */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none !important;
}

/* Blue indicators */
.carousel-indicators [data-bs-target] {
    background-color: blue !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: darkblue !important;
}

.carousel-indicators::marker {
    display: none !important;
}

.carousel-indicators {
    list-style-type: none;
    /* Hide 1. 2. 3. */
    margin: 0;
    padding: 0;
}

/* navbar css end here */

/* Common button styling */
.btn-gradient {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Live Counselling gradient */
.btn-counselling {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: white !important;
    padding: 10px 10px;
}

.btn-counselling:hover {
    background: linear-gradient(135deg, #ff4b2b, #ff416c);
    color: #fff !important;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 16px rgba(255, 65, 108, 0.4);
}

/* Events gradient */
.btn-events {
    background: linear-gradient(135deg, #ff512f, #dd2476);
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: white !important;
    padding: 10px 10px;
}

.btn-events:hover {
    background: linear-gradient(135deg, #dd2476, #ff512f);
    color: #fff !important;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 16px rgba(221, 36, 118, 0.4);
}



.hero-img {
    max-width: 100%;
    height: auto;
}

/* Country Box */
.country-box {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 34%);
    font-size: 16px;
}

/* Form Box */
.form-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.form-box .btn {
    background: linear-gradient(45deg, #0064ac, #009fab);
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
}

.form-box .btn:hover {
    background: linear-gradient(to right, #0033cc, #0066cc);
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }

    .country-box {
        font-size: 12px;
    }
}


/* banner css end here  */

.section-title {
    text-align: justify;
    font-size: 30px;
    font-weight: bold;
    color: #0064ac;
}

/* Tablet */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 26px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .section-title {
        font-size: 22px;
    }
}

.university-card {
    border: 2px solid rgb(180, 177, 177);
    border-radius: 12px;
    background: #fff;
    /* transition: all 0.3s ease-in-out; */
}

.university-card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 6px 14px rgba(0, 0, 0, 0.20); */
}

.d-flex.align-items-center.mb-3 {
    height: 75px !important;
}

.card-body {
    background-color: #fefefe;
    padding: 10px !important;
    border-radius: 10px;
}

.logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.card-title {
    font-size: 18px;
    font-weight: 600 !important;
    margin: 0;
    color: #000;
}

@media (max-width: 991.98px) {
    .card-title {
        font-size: 18px;
    }
}

.location {
    font-size: 0.9rem;
    color: #000000;
}

.divider {
    border-top: 2px solid #c0c0c0;
    margin: 10 px 0;
}

.fee {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 991.98px) {
    .fee {
        font-size: 16px;
    }
}

.note {
    font-size: 14px;
    color: #000000;
}

.btn-custom {
    background: linear-gradient(45deg, #0064ac, #009fab);
    color: #fff !important;
    font-weight: 500;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 16px !important;
}

.btn-custom:hover {
    background: linear-gradient(45deg, #009fab, #0064ac);
    color: white !important;
}

button.btn.red.btn-icon {
    padding: 10px 10px;
}

a.btn.btn-custom {
    padding: 5px 10px;
    font-weight: 500;
}

/* img.logo.me-3 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
} */

.header2 {
    position: sticky;
    top: 0;
    z-index: 100;
    /* or whatever works for your layout */
}

.header2.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    /* Change this to match your header bg */
}

/************************** 2nd section Css End here  **********************************/
/************************** 3nd section Css Start here  **********************************/

h2.section-title {
    font-size: 30px;
    color: #0064ac;
}

.splide__arrow--prev {
    left: -1em !important;
}

.splide__arrow--next {
    right: -1em !important;
}

h2.section-title span {
    color: #0d6efd;
}

/* Card Styling */
.splide__slide .card {
    background: linear-gradient(135deg, #ffffff, #93beff);
    border-radius: 12px;
    padding: 16px;
    height: auto;
    box-sizing: border-box;
    border: 2px solid #ccc;
    text-align: center;
}

.splide__slide .card img.logo {
    width: 100%;
    height: 90px;
    object-fit: contain;
    border-radius: 8px;
}

/* Card Title */
.card .subtitle {
    font-weight: 600;
    font-size: 18px;
    margin: 8px 0;
    color: #0d6efd;
}

/* Card Description */
.card .desc {
    font-size: 14px;
    color: #444;
    margin-top: 6px;
}

/* Tags */
.tags {
    margin-top: 12px;
}

.tag {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 10px;
    margin: 4px 6px 0 0;
    color: #fff;
}

.tag.blue {
    background-color: #007bff;
}

.tag.purple {
    background-color: #6f42c1;
}

.tag.green {
    background-color: #28a745;
}

.tag.orange {
    background-color: #fdae6b;
    color: #333;
}

/* Read More Button */
.read-more {
    display: inline-block;
    margin-top: 14px;
    color: #007bff !important;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.read-more::after {
    content: " âž";
}

/* Arrows */
.splide__arrow {
    background: #fff;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.splide__arrow svg {
    fill: #000;
    width: 14px;
    height: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .splide__slide .card {
        padding: 12px;
    }

    .splide__slide .card img.logo {
        height: 120px;
    }
}

/************************** 3rd section Css End here  **********************************/
/************************** 5th section Css Start here  **********************************/
.consultation-box {
    background: #e0f0fc;
    padding: 24px 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 16px rgb(0 0 0 / 38%);
    flex-wrap: wrap;
}

.consultation-box h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #121212;
}

.consultation-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.btn.red {
    background-color: #e63946;
    color: #fff;
}

.btn.green {
    background-color: #1c7c54;
    color: #fff;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Red Button Hover */
.btn.red:hover {
    background-color: #a30707;
    color: white;
}

/* Green Button Hover */
.btn.green:hover {
    background-color: #198754;
    color: white;
}

.btn-icon img {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .consultation-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/************************** 5th section Css End here  **********************************/
/************************** about section Css Start here  **********************************/

.row.align-items-start {
    margin-top: 1rem;
}

.about-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #777;
    margin-bottom: 8px;
}

.one_line {
    display: flex;
    justify-content: space-between;
}

.about-heading {
    font-size: 30px;
    font-weight: bold;
    color: #0064ac;
    border-bottom: 2px solid #cce5ff;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.about-text {
    font-size: 16px;
    line-height: 1.7;
    color: #1F1F1F !important;
    text-align: justify;
    /* margin-bottom: 16px; */
}

.stat-box {
    background-color: #b3e0ff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    border: 2px solid #afafaf;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(90deg, #003b85, #0068ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
    letter-spacing: 1px;
}


.stat-label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

section.about-section.container {
    padding: 0;
}

@media (max-width: 768px) {
    .about-heading {
        font-size: 28px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-box {
        padding: 24px 16px;
    }
}

/************************** about section Css End here  **********************************/
/************************** button  section Css Start here  **********************************/

.button-card_section {
    width: 100%;
    margin-top: 3rem;
    background: #f1f6ff;
    padding: 30px;
}

.heading {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.heading span {
    color: #007bff;
}

.sub-text {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}

.grid444 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    /* small buttons, auto-fit */
    gap: 15px;
}

.button-card {
    background: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    height: 45px;
    width: auto;
    min-width: 120px;
    /* minimum width */
}

.button-card:hover {
    transform: translateY(-4px);
    background: #f0f8ff;
    box-shadow: 0 4px 12px rgb(53 106 231 / 30%);
    border: 2px solid #007bff;
}

.button-card span {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

/* arrow as circle button */
.arrow33 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.button-card:hover .arrow33 {
    background: #0056b3;
    transform: scale(1.1);
}

/* Responsive text */
@media (max-width: 600px) {
    .heading {
        font-size: 22px;
    }

    .sub-text {
        font-size: 13px;
    }

    .button-card span {
        font-size: 13px;
    }
}

/************************** button  section Css End here  **********************************/
/************************** highlight  section Css Start here  **********************************/

.highlight_section {
    margin-top: 3rem;
}

/* .section-title {
  font-size: 38px;
  font-weight: 900;
  color: #0064AC;
} */

.section-subtext {
    font-size: 16px;
    color: #000000;
    text-align: justify;
}

.service-box {
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    color: #fff;
    /* transition: all 0.1s ease; */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.service-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
}

.service-icon {
    font-size: 45px;
    margin: 12px 0;
    transition: 0.3s;
}

.service-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 15px;
    line-height: 1.6;
}

.service-box:hover {
    /* transform: translateY(-12px) scale(1.05); */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.service-box:hover .service-icon {
    transform: scale(1.2) rotate(6deg);
}

/* Gradient Variants */
.gradient-blue {
    /* background: linear-gradient(135deg, #007bff, #00d4ff); */
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-purple {
    /* background: linear-gradient(135deg, #6a11cb, #2575fc); */
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-green {
    /* background: linear-gradient(135deg, #11998e, #38ef7d); */
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-orange {
    /* background: linear-gradient(135deg, #ff8008, #ffc837); */
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-pink {
    /* background: linear-gradient(135deg, #ff5f6d, #ffc371); */
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-red {
    /* background: linear-gradient(135deg, #e52d27, #b31217); */
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-cyan {
    /* background: linear-gradient(135deg, #00c6ff, #0072ff); */
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-teal {
    background: linear-gradient(135deg, #43cea2, #185a9d);
}

@media (max-width: 767px) {
    .service-box {
        padding: 25px 20px;
    }

    .service-img {
        width: 60px;
        height: 60px;
    }

    .service-icon {
        font-size: 38px;
    }
}

/************************** highlight  section Css End here  **********************************/

/************************** testimonails  section Css Start here  **********************************/

.partner-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.partner-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.student-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.partner-box:hover .student-img {
    transform: scale(1.05);
}

.testimonial-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
}

.testimonial-overlay h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
}

.testimonial-overlay p {
    margin: 2px 0;
    font-size: 14px;
}

.view-all button {
    background: linear-gradient(45deg, #0064ac, #009fab);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.view-all button:hover {
    background: linear-gradient(45deg, #009fab, #0064ac);

    transform: scale(1.05);
}

/************************** testimonails  section Css End here  **********************************/
/************************** Blogs  section Css Start here  **********************************/

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /* side by side on desktop */
}

/* On tablet and mobile, stack vertically */
@media (max-width: 991.98px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        /* align left */
        gap: 10px;
        /* space between title and button */
    }
}

.card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
}

.card-content small {
    color: #000000;
}

.card-content h4 {
    color: #0064ac !important;

    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.card-content p {
    font-size: 16px;
    color: #000000;
}

.card-content a {
    display: inline-block;
    margin-top: 10px;
    color: #007bff !important;
    text-decoration: none;
    font-weight: bold;
}

/************************** Blogs  section Css End here  **********************************/

/************************** Logo and last   section Css Start here  **********************************/

/* Heading */
.media-heading h2 span:first-child {
    color: #00b4d8;
    font-weight: bold;
}

.media-heading .text-red-600 {
    color: #ff0054;
    font-weight: bold;
}

/* Premium Logo Box */
.media-logo-box {
    width: 220px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(145deg, #43ffb0, rgba(255, 255, 255, 0.05));
    /* backdrop-filter: blur(10px); */
    border: 2px solid #afafaf;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

/* Glow Border Effect */
.media-logo-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #ff4d6d, #007bff, #00ffcc);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
}

.media-logo-box:hover::before {
    opacity: 1;
}

.media-logo-box:hover {
    background: linear-gradient(-145deg, rgba(255, 255, 255, 0.05), #43ffb0);
    border: none;
}

/* Logo Image */
.media-logo-img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    filter: grayscale(50%) brightness(0.9);
    transition: all 0.5s ease;
    z-index: 2;
}

.media-logo-box:hover .media-logo-img {
    filter: grayscale(0%) brightness(1.1) drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}

/************************** Logo and last   section Css End here  **********************************/
/************************** Footer  section Css Start here  **********************************/

header {
    background: #cbf8fe;
    /* padding: 20px 40px; */
}

.logo-section img {
    max-height: 70px;
}

.tagline {
    font-size: 16px;
    color: #333;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: none !important;
}

.contact-info a {
    text-decoration: none;
    color: #000;
}

/* Colleges Section */
.college-section {
    background: #cbf8fe;
    /* padding: 50px 0; */
}

.college-section h2 {
    color: #0064ac;
    font-weight: 700;
    /* margin-bottom: 30px; */
}

.college-section h3 {
    font-size: 24px;
    color: #0064ac;
    font-weight: 600;
    margin-bottom: 15px;
}

.college-section h4 {
    color: #0064ac;
    font-size: 24px;
    color: #0064ac;
    font-weight: 600;
    margin-bottom: 15px;

}



.college-section ul {
    list-style: none;
    padding: 0;
}

.college-section li {
    margin-bottom: -2px;
}

/* a:hover {
    color: #0064ac !important;
    text-decoration: underline !important;
} */

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0080ac !important;
}

.heading_footer {
    font-weight: 600;
    color: #0064ac;
}

/* Footer */
footer {
    background: #eefffb;
    padding: 0px 0;
}

.footer-links a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
}

.social-icons img {
    height: 50px;
    margin: 0 5px;
}

@media (max-width: 768px) {
    header .row {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-right {
        margin-top: 20px;
    }
}

p.small {
    color: white !important;
}


@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 1rem !important;
    }
}


/* Sticky Button Right */
.sticky-apply-right {
    position: fixed;
    top: 85%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
}

/* Apply Button Styling */
.apply-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f68c2a;
    /* Orange Theme */
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(246, 140, 42, 0.6),
        0 0 30px rgba(246, 140, 42, 0.4) !important;
    animation: pulseGlow 2s infinite;
    transition: transform 0.3s ease;
}

.apply-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(246, 140, 42, 0.9),
        0 0 40px rgba(246, 140, 42, 0.7) !important;
}

/* Pulse Animation */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 10px rgba(246, 140, 42, 0.6) !important;
    }

    50% {
        box-shadow: 0 0 25px rgba(246, 140, 42, 0.9) !important;
    }

    100% {
        box-shadow: 0 0 10px rgba(246, 140, 42, 0.6) !important;
    }
}

/************************** Footer  section Css End here  **********************************/
/* stricky button css here  */
/* Sticky Button Left - Centered Vertically */
.sticky-social-left {
    position: fixed;
    top: 85%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* WhatsApp Button Styling */
.social-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #25d266;
    /* WhatsApp green */
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.6),
        0 0 30px rgba(37, 211, 102, 0.4);
    animation: pulseGlow 2s infinite;
    transition: transform 0.3s ease;
}

.social-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.9),
        0 0 40px rgba(37, 211, 102, 0.7);
}

/* Glow Pulse Effect */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 15px rgba(37, 211, 102, 0.6),
            0 0 30px rgba(37, 211, 102, 0.4);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 25px rgba(37, 211, 102, 1),
            0 0 50px rgba(37, 211, 102, 0.8);
        transform: scale(1.08);
    }

    100% {
        box-shadow: 0 0 15px rgba(37, 211, 102, 0.6),
            0 0 30px rgba(37, 211, 102, 0.4);
        transform: scale(1);
    }
}

/* faq footer css start here */

/* Accordion Container Styling */
.accordion {
    --bs-accordion-border-color: none !important;
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
}

/* Button Style (Closed) */
.accordion-button.collapsed {
    background: #effffb;
    color: #0064ac;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {

    /* Hide arrows on desktop */
    #splideGrid .splide__arrows {
        display: none;
    }
}

/* Button Style (Open) with your colors and box-shadow */
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #41545a;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Remove default border and shadow */
.accordion-button {
    box-shadow: none !important;
    border: none;
    padding: 12px 16px;
}

/* Body Style */
.accordion-body {
    padding: 12px 16px;
    background: #f7f7f7;
    border-radius: 0 0 12px 12px;
    margin-top: -10px;
}

/* Optional: Accordion Item Spacing */
.accordion-item {
    margin-bottom: 12px;
    border: none;
}

/* Remove last itemâ€™s radius override */
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px;
}

/* Hover effect */
.accordion-button:hover {
    filter: brightness(0.95);
}

/* faq footer css End here */

/* popup css here */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    width: 850px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
}

.popup h2 {
    text-align: center;
    font-size: 28px;
    color: #111;
    margin-bottom: 30px;
}

.popup-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.popup-content img {
    width: 100%;
    border-radius: 10px;
    max-width: 370px;
}

.form-container {
    flex: 1;
}

@media (max-width: 768px) {
    h2.section-title {
        font-size: 23px;
        color: #0064ac;
    }
}

input,
select {
    width: 100%;
    padding: 12px;
    /* margin-bottom: 15px !important; */
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
}

.phone-row {
    display: flex;
    gap: 10px;
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 50%;
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    background-color: #d32f2f;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}

/* .submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #b71c1c;
    z-index: 0;
    transition: width 0.4s ease;
} */

.submit-btn:hover::before {
    width: 100%;
}

.submit-btn span {
    position: relative;
    z-index: 1;
}

.open-popup-btn {
    margin: 60px auto;
    display: block;
    padding: 15px 30px;
    font-size: 18px;
    background-color: #1976d2;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.open-popup-btn:hover {
    background-color: #0d47a1;
}

@media screen and (max-width: 768px) {
    .popup {
        width: 90%;
        padding: 20px;
    }

    .popup-content {
        flex-direction: column;
        align-items: center;
    }

    .popup-content img {
        max-width: 100%;
    }

    .submit-btn {
        font-size: 15px;
    }
}

img.me-23 {
    width: 25px !important;
}

a.dropdown-item.d-flex.align-items-center {
    gap: 8px;
}

/* Custom arrows heading ke right side */
.custom-arrows {
    display: flex;
    gap: 10px;
}

.custom-arrows button {
    background: linear-gradient(45deg, rgb(0, 100, 172), rgb(0, 159, 171));
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: 0.3s;
}

.custom-arrows button:hover {
    background: linear-gradient(45deg, rgb(0, 159, 171), rgb(0, 100, 172));
}



.ckeditorData {
    width: 100%;
    padding: 0px;
}

/* Headings */
.ckeditorData h1 span,
.ckeditorData h2 span,
.ckeditorData h3 span,
.ckeditorData h4 span,
.ckeditorData h5 span,
.ckeditorData h6 span {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    color: #0164ac !important;
    font-weight: 600 !important;
    /* font-family: var(--font-poppins), sans-serif; */
    line-height: 1.4;
}

.ckeditorData h1 span {
    font-size: 34px !important;
}

.ckeditorData h2 span {
    font-size: 32px !important;
}

.ckeditorData h3 span {
    font-size: 28px !important;
}

.ckeditorData h4 span {
    font-size: 24px !important;
}

.ckeditorData h5 span {
    font-size: 20px !important;
}

.ckeditorData h6 span {
    font-size: 16px !important;
}

/* Paragraphs */
.ckeditorData p {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    /* font-family: var(--font-poppins), sans-serif; */
    font-size: 14px !important;
    line-height: 1.6;
    text-align: justify !important;
    /* color: #1F1F1F; */
    font-weight: 400;
}

/* Paragraph inner styling */
.ckeditorData p strong,
.ckeditorData p span {
    /* font-family: var(--font-poppins), sans-serif; */
    font-size: 13px !important;
    line-height: 1.5;
    color: #1F1F1F;
    font-weight: 400;
}


/* Lists */
.ckeditorData ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

ul span {
    font-size: 14px !important;
}




.ckeditorData ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.ckeditorData li {
    margin-bottom: 0.5rem;
}

/* Images inside paragraphs */
.ckeditorData p img {
    width: 100%;
    display: block;
    margin: 1rem 0;
}

/* Tables */
/* .ckeditorData table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border: 1px solid #000 !important;
}

.ckeditorData table td,
.ckeditorData table th {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
    border: 1px solid #000 !important;
}



.ckeditorData table th {
    background-color: #2d7594;
    font-weight: bold;
}
.ckeditorData * + * {
    margin-top: 0;
    margin: 0px !important;
} */
.ckeditorData table {
    /* width: 100% !important; */
    border-collapse: collapse !important;
    margin: 1.5rem 0 !important;
    border: 1px solid #000 !important;
}

/* Header */
.ckeditorData table th {
    background: #2d7594 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 14px 16px !important;
    border: 1px solid #000 !important;
    text-align: left !important;
}

/* Body Cells */
.ckeditorData table td {
    padding: 0px 11px !important;
    border: 1px solid #000 !important;
    vertical-align: middle !important;
    font-size: 15px !important;
}

/* Remove CKEditor margin override */
.ckeditorData *+* {
    margin-top: 0 !important;
}

/* Zebra effect for cleaner rows */
.ckeditorData table tr:nth-child(even) td {
    background: #f7f7f7 !important;
}




/* @media (max-width: 768px) {
    .topbar.border-bottom {
        display: none;
    }
} */


/* ===== MOBILE VIEW CONTROL ===== */
@media (max-width: 768px) {

    /* hide email */
    .d-flex.align-items-center.gap-2.topbar-email {
        display: none !important;
    }

    /* hide announcement marquee */
    .d-flex.align-items-center.gap-2.topbar-announcement {
        display: none !important;
    }

    /* hide live counselling */
    .topbar-counselling.d-flex.align-items-center.gap-2.px-4.py-2.rounded-pill {
        display: none !important;
    }

    /* show only phone + events */
    .d-flex.align-items-center.gap-2.topbar-phone,
    .topbar-events {
        display: flex !important;
    }

    /* spacing adjust */
    .topbar .container {
        justify-content: space-between !important;
    }
}



select.form-select.border.border-secondary.ps-3 {
    height: 35px;
}

/* Responsive Adjustments */




/* floating input for hero section form  */
/* Floating Label Wrapper */
input {
    height: 40px;
}


.floating-group {
    position: relative;
    margin-bottom: 1.2rem;
}

/* Input */
.floating-group input {
    width: 100%;
    /* padding: 12px 12px; */
    border: 1px solid #6c757d;
    border-radius: .375rem;
    outline: none;
    background: #fff;
}

/* Label */
.floating-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    color: #6c757d;
    background: #fff;
    padding: 0 6px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all .2s ease;
}

/* When input focused or filled */
.floating-group input:focus+label,
.floating-group input:not(:placeholder-shown)+label {
    top: -6px;
    font-size: 12px;
    color: #0d6efd;
}

/* Error text */
.error-text {
    font-size: 12px;
}

/* event start here css */



@media (min-width: 768px) {
    .floating-event-teaser {
        position: fixed;
        bottom: -200px;
        right: 20px;
        width: 320px;
        max-width: 90vw;
        background: #fff;
        border-radius: 1.2rem;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        cursor: pointer;
        border: 1px solid #e9ecef;
        transition: bottom 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    .floating-event-teaser.show {
        bottom: 25px;
    }

    .teaser-header {
        background: linear-gradient(135deg, #0431ff, #ae003a);
        color: #fff;
        padding: 1rem 1.5rem;
        border-radius: 1.2rem 1.2rem 0 0;
        text-align: center;
        position: relative;
    }

    .teaser-badge {
        display: inline-block;
        background: #ff0000;
        color: #fff;
        padding: 0.4rem 1rem;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
    }

    .teaser-body {
        padding: 1.5rem;
    }

    .ckeditorData p span a {
        color: #1155cc !important;
    }


    .teaser-title {
        font-size: 1.3rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .teaser-date {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        color: #6c757d;
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .teaser-date i {
        color: #667eea;
        font-size: 1.2rem;
    }

    .teaser-btn {
        width: 100%;
        background: linear-gradient(135deg, #0431ff, #ae003a);
        color: #fff;
        border: none;
        padding: 0.8rem 1.5rem;
        border-radius: 0.8rem;
        font-weight: 600;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
    }

    .teaser-close {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        color: #fff;
        border: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

/* Mobile (767px se neeche) - Mast Icon Wala Design */
@media (max-width: 767px) {
    .floating-event-teaser {
        position: fixed;
        bottom: -120px;
        right: 20px;
        width: 90px;
        height: 90px;
        background: linear-gradient(135deg, #667eea, #764ba2, #f093fb, #f5576c);
        background-size: 400% 400%;
        border-radius: 50%;
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.6);
        z-index: 1000;
        cursor: pointer;
        transition: bottom 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        animation: gradientShift 10s ease infinite, pulseGlow 2.5s infinite alternate;
    }

    .floating-event-teaser.show {
        bottom: 30px;
    }

    @keyframes gradientShift {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    @keyframes pulseGlow {
        0% {
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.6);
        }

        100% {
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.8);
        }
    }

    .mobile-badge {
        position: absolute;
        top: -10px;
        background: #ff0000;
        color: #fff;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: bold;
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.5);
    }

    .mobile-icon {
        font-size: 2.6rem;
        /* Bootstrap event icon */
    }

    .mobile-text {
        font-size: 0.75rem;
        font-weight: bold;
        margin-top: 4px;
    }

    .mobile-close {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 22px;
        height: 22px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* event end here css */


.event-hero {
    position: relative;
    overflow: hidden;
    /* background:#0f172a; */
}

/* image wrapper */
.hero-media {
    position: relative;
    /* height:520px; */
    width: 100%;
    overflow: hidden;
}

/* banner image */
/* .hero-media img {
            width: 100%;
            height: 420px;
            object-fit: cover;

        } */

@media(max-width:768px) {
    .hero-media {
        height: 300px;
    }

    /* .hero-media img {
                width: 110%;
                transform: none;
            } */
}

.rating-summary .progress {
    background: rgba(255, 255, 255, .25);
    border-radius: 10px;
}

.rating-summary .progress-bar {
    border-radius: 10px;
}

.overflow-hidden {
    height: 70vh !important;
}

.badge-featured {
    background: #ffd43b;
    color: #212529;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
}


.info-card {
    border-radius: 18px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s ease;
}

.info-card h6 {
    font-weight: 600;
    margin-top: 14px;
}

.info-card p {
    margin-bottom: 0;
    color: #475569;
    font-size: 14px;
}

.info-card:hover {
    transform: translateY(-6px);
}

/* ICON */
.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

/* COLOR THEMES */
.bg-soft-green {
    background: #ecfdf5;
}

.bg-soft-yellow {
    background: #fff7ed;
}

.bg-soft-blue {
    background: #eff6ff;
}

.bg-soft-purple {
    background: #f5f3ff;
}

.icon-box.green {
    background: #22c55e;
}

.icon-box.yellow {
    background: #f59e0b;
}

.icon-box.blue {
    background: #3b82f6;
}

.icon-box.purple {
    background: #8b5cf6;
}

/* CTA wrapper */
.event-cta {
    position: relative;
}

/* MAIN BUTTON */
.event-btn {
    padding: 14px 48px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #0ea5e9, #22c55e);
    border: none;
    box-shadow:
        0 12px 25px rgba(37, 99, 235, .35),
        0 0 0 6px rgba(34, 197, 94, .12);
    transition: all .35s ease;
    text-decoration: none;
    display: inline-block;
}

/* HOVER MAGIC */
.event-btn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow:
        0 18px 40px rgba(37, 99, 235, .45),
        0 0 0 10px rgba(34, 197, 94, .18);
    color: #fff;
}

/* CTA TEXT */
.cta-note {
    font-size: 14px;
    font-weight: 500;
    color: #16a34a;
    letter-spacing: .3px;
}

/* Mobile */
@media(max-width:768px) {
    .event-btn {
        padding: 14px 36px;
        font-size: 16px;
    }
}



.benefit-card {
    position: relative;
    padding: 26px 22px;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .35s ease;
}

.benefit-card h6 {
    font-weight: 600;
    margin-top: 18px;
}

.benefit-card p {
    font-size: 14px;
    color: #475569;
    margin-bottom: 0;
}

.benefit-card:hover {
    transform: translateY(-6px);
}

/* ICON */
.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

/* BACKGROUNDS */
.bg-soft-green {
    background: #d5ffeb;
}

.bg-soft-blue {
    background: #daeaff;
}

.bg-soft-yellow {
    background: #f8ead9;
}

.bg-soft-pink {
    background: #f9dfed;
}

.bg-soft-purple {
    background: #e8e4fb;
}

.bg-soft-mint {
    background: #d7f5f6;
}

/* ICON COLORS */
.green {
    background: #22c55e;
}

.blue {
    background: #3b82f6;
}

.yellow {
    background: #f59e0b;
}

.pink {
    background: #ec4899;
}

.purple {
    background: #8b5cf6;
}

.mint {
    background: #06b6d4;
}






/* SECTION BG */
.review-section {
    background: linear-gradient(180deg, #f8fafc, #eef2ff);
}

/* MAIN CARD */
.review-wrapper {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, .12);
    position: relative;
    overflow: hidden;
}

/* subtle gradient strip */
.review-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(37, 99, 235, .08),
            rgba(14, 165, 233, .06),
            rgba(34, 197, 94, .05));
    pointer-events: none;
}

/* LEFT FORM TITLE */
.review-section h3 {
    font-weight: 800;
    background: linear-gradient(90deg, #2563eb, #0ea5e9, #22c55e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* INPUTS */
.review-section .form-control,
.review-section .form-select {
    border: 1px solid #e5e7eb;
    padding: 12px 18px;
}

.review-section textarea {
    border-radius: 16px;
}

/* STAR INPUT */
.star-container {
    position: relative;
    font-size: 28px;
    cursor: pointer;
}

.star-bg {
    color: #e5e7eb;
}

.star-full,
.star-half {
    position: absolute;
    top: 0;
    left: 0;
    color: #facc15;
    opacity: 0;
    transition: .2s;
}

.star-container.active .star-full {
    opacity: 1;
}

.star-container.half .star-half {
    opacity: 1;
}

/* SUBMIT BUTTON */
.review-section .btn-primary {
    background: linear-gradient(135deg, #2563eb, #0ea5e9, #22c55e);
    border: none;
    padding: 12px 40px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(37, 99, 235, .35);
}

.review-section .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(37, 99, 235, .45);
}

/* RIGHT SUMMARY */
.rating-summary {
    background: linear-gradient(180deg, #0f172a, #1e293b);
    color: #fff !important;
    border-radius: 20px;
    padding: 30px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

/* BIG RATING */
.rating-summary h1 {
    font-weight: 800;
    background: linear-gradient(90deg, #fde047, #facc15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* PROGRESS */
.rating-summary .progress {
    background: rgba(255, 255, 255, .15);
    border-radius: 10px;
}

.rating-summary .progress-bar {
    background: linear-gradient(90deg, #fde047, #facc15);
}

/* MOBILE */
@media(max-width:768px) {
    .rating-summary {
        margin-top: 30px;
    }
}



/* SECTION TITLE */
.section-titles {
    font-weight: 800;
    background: linear-gradient(90deg, #2563eb, #0ea5e9, #22c55e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* CARD */
.prev-event-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .15);
    transition: .4s ease;
    background: #000;
}

/* IMAGE */
.prev-event-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform .6s ease;
}

/* OVERLAY */
.prev-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, .05) 0%,
            rgba(0, 0, 0, .55) 55%,
            rgba(0, 0, 0, .85) 100%);
    transition: .4s ease;
}

/* YEAR TAG */
.event-year {
    align-self: flex-start;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 10px;
}

/* TITLE */
.event-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.2;
}

/* VIEW MORE */
.view-more {
    color: #22c55e;
    font-weight: 600;
    font-size: 14px;
    opacity: .85;
}

/* HOVER EFFECTS */
.prev-event-card:hover .prev-event-img {
    transform: scale(1.12);
}

.prev-event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, .25);
}

.prev-event-card:hover .view-more {
    opacity: 1;
}

/* MOBILE */
@media(max-width:768px) {
    .prev-event-img {
        height: 240px;
    }
}






@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('https://www.affinityeducation.in/admin/vendor/fontawesome-free/webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('https://www.affinityeducation.in/admin/vendor/fontawesome-free/webfonts/fa-brands-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://www.affinityeducation.in/admin/vendor/fontawesome-free/webfonts/fa-solid-900.woff2') format('woff2');
}





/* ===== KEYFRAMES ===== */
@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== SECTION TITLE ===== */
.section-title2323 {
    font-size: 13px;
    font-weight: 700;
    color: #ff0101;
    border-bottom: 2px solid #e0eaff;
    padding-bottom: 6px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* ===== ITEM LINKS ===== */
.item-link {
    display: block;
    padding: 4px 0;
    color: #444;
    text-decoration: none;
    font-size: 12.5px;
    border-bottom: 1px solid #f3f3f3;
    transition: color 0.18s, padding-left 0.18s;
    line-height: 1.5;
}

.item-link:hover {
    color: #ff0101;
    padding-left: 4px;
}

/* ===== EXPLORE SEE MORE / LESS ===== */
.explore-col-wrap {
    position: relative;
}

.explore-col-wrap .item-link.hidden-item {
    display: none;
}

.explore-col-wrap .item-link.hidden-item.visible {
    display: block;
}

.see-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: #e8f0fe;
    color: #ff0101;
    transition: 0.2s;
}

.see-more-btn:hover {
    background: #ff0101;
    color: #fff;
}

/* ===== EXPLORE BUTTON ===== */
button#exploreBtn {
    background: linear-gradient(135deg, #ff0101, #0099cc);
    color: #fff;
    border: none;
    padding: 7px 18px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 22px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(0, 86, 210, 0.3);
    letter-spacing: 0.3px;
}

button#exploreBtn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 18px rgba(0, 86, 210, 0.4);
    background: linear-gradient(135deg, #0047b3, #0088bb);
}

button#exploreBtn[data-open="1"] {
    background: linear-gradient(135deg, #003fa0, #007aaa);
    box-shadow: 0 4px 16px rgba(0, 86, 210, 0.5);
}

button#exploreBtn .explore-grid-icon {
    font-size: 13px;
}

button#exploreBtn .explore-arrow {
    font-size: 11px;
    transition: transform 0.25s ease;
    display: inline-block;
}

button#exploreBtn[data-open="1"] .explore-arrow {
    transform: rotate(180deg);
}

#exploreBtnWrap {
    position: static;
}

/* ===== EXPLORE OVERLAY ===== */
#exploreSection {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    z-index: 10000;
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}

#exploreSection .explore-inner {
    width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #ff0101;
    overflow: hidden;
    animation: fadeSlideDown 0.18s ease;
}

.explore-sidebar {
    background: #f7f9ff;
    border-right: 1px solid #e6ecf8;
    padding: 16px 10px;
    min-height: 300px;
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #333;
    border: 1.5px solid #dce6f5;
    margin-bottom: 4px;
    transition: 0.2s;
    background: #fff;
}

.category-header:hover,
.category-header.active {
    background: #ff0101;
    color: #fff;
    border-color: #ff0101;
}

.category-header.active .toggle-arrow,
.category-header:hover .toggle-arrow {
    color: #fff;
}

.country-link {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12.5px;
    color: #444;
    text-decoration: none;
    transition: 0.15s;
    margin-bottom: 2px;
}

.country-link:hover,
.country-link.active {
    background: #e8f0fe;
    color: #ff0101;
    font-weight: 600;
}

.country-link img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.explore-main {
    padding: 20px 22px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

nav.navbar {
    height: 60px;
}

/* ===== DESTINATION DROPDOWN ===== */
.destination-hover {
    position: relative;
}

.destination-hover .dropdown-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    min-width: 520px;
    z-index: 10001 !important;
    border: none !important;
    border-top: 2px solid #ff0101 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.14) !important;
    animation: fadeSlideDown 0.18s ease;
    margin-top: 6px !important;
    padding: 0 !important;
    overflow: visible !important;
}

.destination-hover .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #ff0101;
}

.destination-hover .dropdown-menu::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}

.destination-hover:hover .dropdown-menu {
    display: block !important;
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    padding: 16px 16px 14px;
}

.destination-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background: #fff;
    border-radius: 7px;
    text-decoration: none;
    color: #333;
    border: 1.5px solid #808080;
    transition: 0.18s;
    font-size: 13px;
    white-space: nowrap;
}

.destination-item:hover {
    background: #e8f0fe;
    border-color: #ff0101;
    color: #ff0101;
}

.destination-item:hover .arrow-icon {
    color: #ff0101;
    opacity: 1;
}

.destination-item div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.flag {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

.arrow-icon {
    font-size: 11px;
    color: #1b1b1b !important;
    opacity: 0.7;
}

/* ===== NEET UG MEGA DROPDOWN ===== */
.neet-mega-dropdown {
    position: fixed !important;
    z-index: 10001 !important;
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #ff0101;
    padding: 0;
    min-width: 800px;
    display: none;
    animation: fadeSlideDown 0.18s ease;
}

.neet-mega-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}

.neet-col {
    padding: 20px 22px;
}

.neet-col:first-child {
    border-right: 1px solid #e8eef8;
    background: #f7f9ff;
}

.neet-col-title {
    font-size: 11.5px;
    font-weight: 800;
    color: #ff0101;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-bottom: 2px solid #d0deff;
    padding-bottom: 7px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.neet-col-title i {
    font-size: 13px;
}

.neet-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 2px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #f0f4ff;
    transition: color 0.15s, padding-left 0.15s;
    line-height: 1.5;
}

.neet-link:last-child {
    border-bottom: none;
}

.neet-link:hover {
    color: #ff0101;
    padding-left: 6px;
}

.neet-link i {
    font-size: 10px;
    color: #ff0101;
    opacity: 0.6;
    flex-shrink: 0;
}

/* ===== SIDE ENQUIRY ===== */
.side-enquiry {
    position: fixed;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
    z-index: 9999;
}

.side-enquiry button {
    background: linear-gradient(90deg, #0064ac, #009fab);
    color: #fff;
    border: none;
    padding: 7px 17px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    transform: rotate(-90deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .side-enquiry {
        display: none;
    }
}

/* ===== DROPDOWN MENUS ===== */
.dropdown-menu {
    border: none;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-top: 2px solid #ff0101;
}

.dropdown-item {
    font-size: 13px;
    padding: 6px 14px;
    color: #333;
    transition: 0.15s;
}

.dropdown-item:hover {
    background: #e8f0fe;
    color: #ff0101;
}

/* ===== DISCOVER DROPDOWN ===== */
.dropdown-chat {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.chat-dropdown-box {
    position: fixed !important;
    z-index: 10001 !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.13);
    padding: 6px 8px 8px;
    min-width: 300px;
    display: none;
    border: 1px solid #e8eef8;
    border-top: 2px solid #ff0101;
    overflow: visible;
    animation: fadeSlideDown 0.18s ease;
}

.chat-dropdown-box::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ff0101;
}

.chat-dropdown-box::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 26px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.dropdown-link {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    color: #333;
    font-size: 12.5px;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.15s;
    margin-bottom: 1px;
}

.dropdown-link:hover {
    background: #e8f0fe;
    color: #ff0101;
}

/* ===== TEST PREP MEGA DROPDOWN ===== */
.testprep-mega {
    min-width: 360px !important;
    padding: 0 !important;
    border-radius: 0 0 14px 14px !important;
    overflow: hidden;
}

.testprep-header {
    background: linear-gradient(135deg, #ff0101 0%, #1976d2 100%);
    padding: 4px 10px 9px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.testprep-header i {
    color: #fff;
    font-size: 18px;
}

.testprep-header span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.testprep-header small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    width: 100%;
    margin-top: -4px;
    margin-left: 26px;
}

.testprep-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 8px 10px 6px;
    background: #fff;
}

.testprep-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 9px;
    text-decoration: none !important;
    transition: background 0.15s, box-shadow 0.15s;
    position: relative;
    margin: 3px;
    border: 1.5px solid transparent;
}

.testprep-card:hover {
    background: #e2ecff;
    border-color: #0762ec;
    box-shadow: 0 2px 10px rgba(0, 86, 210, 0.08);
}

.testprep-card-logo {
    width: 42px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testprep-card-logo img {
    max-width: 42px;
    max-height: 28px;
    object-fit: contain;
}

.testprep-card-info {
    flex: 1;
    min-width: 0;
}

.testprep-card-name {
    font-size: 13px;
    font-weight: 700;
    color: #1a2a4a;
    line-height: 1.2;
}

.testprep-card-desc {
    font-size: 10.5px;
    color: #7a90b0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testprep-card-arrow {
    font-size: 17px;
    color: #b0c4de;
    flex-shrink: 0;
    transition: color 0.15s, transform 0.15s;
}

.testprep-card:hover .testprep-card-arrow {
    color: #ff0101;
    transform: translateX(2px);
}

.testprep-card:hover .testprep-card-name {
    color: #ff0101;
}

.testprep-footer {
    background: #f4f8ff;
    border-top: 1px solid #e2ecfa;
    padding: 9px 16px;
    text-align: center;
}

.testprep-footer a {
    color: #ff0101;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.testprep-footer a:hover {
    color: #003da5;
    text-decoration: underline;
}

.std-hover-dropdown {
    position: fixed !important;
    z-index: 10001 !important;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.13);
    border-top: 2px solid #ff0101;
    padding: 6px 0;
    min-width: 220px;
    display: none;
    animation: fadeSlideDown 0.18s ease;
    list-style: none;
    margin: 0;
}

.std-hover-dropdown .dropdown-item {
    font-size: 13px;
    padding: 7px 16px;
    color: #333;
    transition: 0.15s;
    white-space: nowrap;
}

.std-hover-dropdown .dropdown-item:hover {
    background: #e8f0fe;
    color: #ff0101;
}

/* =============================================
       ===== MOBILE DRAWER STYLES =====
       ============================================= */
@keyframes mobileSlideIn {
    from {
        right: -110%;
    }

    to {
        right: 0;
    }
}

/* Hide mobile-only elements on desktop */
@media (min-width: 992px) {
    .mob-backdrop {
        display: none !important;
    }

    .mob-drawer {
        display: none !important;
    }
}

/* Mobile Navbar Bar */
.mob-navbar {
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 86, 210, 0.10);
    padding: 0 14px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mob-cta-btn {
    background: linear-gradient(90deg, #0064ac, #009fab);
    color: #fff !important;
    border: none;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(233, 30, 58, 0.3);
    transition: 0.2s;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.mob-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 16px rgba(233, 30, 58, 0.4);
    color: #fff !important;
}

/* Hamburger */
.mob-hamburger {
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 10px;
    transition: background 0.2s;
    padding: 0;
}

.mob-hamburger:hover {
    background: #f0f4ff;
}

.mob-hamburger span {
    display: block;
    width: 22px;
    height: 2.5px;
    background: #ff0101;
    border-radius: 4px;
    transition: all 0.35s cubic-bezier(.77, 0, .175, 1);
    transform-origin: center;
}

.mob-hamburger.is-open span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.mob-hamburger.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mob-hamburger.is-open span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

/* Backdrop */
.mob-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 20, 60, 0.5);
    z-index: 10997;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(3px);
}

.mob-backdrop.show {
    opacity: 1;
    pointer-events: all;
}

/* ===== DRAWER — LEFT se, FULL SCREEN, FLEX LAYOUT ===== */
.mob-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    background: #fff;
    z-index: 10998;
    display: flex;
    flex-direction: column;
    transform: translateX(-110%);
    transition: transform 0.38s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 8px 0 40px rgba(0, 30, 100, 0.18);
    overflow: clip;
    /* clip = animation clipping without blocking sticky/scroll */
}

.mob-drawer.show {
    transform: translateX(0);
}

/* Drawer Header — fixed size, never shrink */
.mob-drawer-head {
    background: linear-gradient(135deg, #ff0101, #009fab);
    padding: 20px 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    flex-grow: 0;
}

.mob-drawer-brand {
    color: #fff;
}

.mob-drawer-brand-name {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.3px;
    display: block;
}

.mob-drawer-brand-sub {
    font-size: 11px;
    opacity: 0.75;
    font-weight: 400;
    margin-top: 2px;
    display: block;
}

.mob-drawer-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    line-height: 1;
}

.mob-drawer-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Quick Action Buttons — fixed size, never shrink */
.mob-quick {
    display: flex;
    gap: 6px;
    padding: 10px 14px;
    background: #f7f9ff;
    border-bottom: 1px solid #e8eef8;
    flex-shrink: 0;
    flex-grow: 0;
}

.mob-quick-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 8px 4px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    color: #ff0101;
    background: #fff;
    border: 1.5px solid #dde8ff;
    transition: 0.2s;
    cursor: pointer;
    font-family: inherit;
}

.mob-quick-btn i {
    font-size: 17px;
}

.mob-quick-btn:hover,
.mob-quick-btn:focus {
    background: #e8f0fe;
    border-color: #ff0101;
    color: #ff0101;
    text-decoration: none;
}

.mob-quick-btn.red {
    color: #e91e3a;
    border-color: #fce4e8;
}

.mob-quick-btn.red:hover {
    background: #fce4e8;
    border-color: #e91e3a;
}

/* ===== Menu Scroll — flex:1 fills ALL space between quick-btns and footer ===== */
.mob-menu-scroll {
    flex: 1 1 0;
    /* grow to fill, shrink if needed, base 0 */
    min-height: 0;
    /* critical: allows flex child to shrink below content size */
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 4px 0 16px;
}

.mob-menu-scroll::-webkit-scrollbar {
    width: 3px;
}

.mob-menu-scroll::-webkit-scrollbar-thumb {
    background: #c5d5f5;
    border-radius: 4px;
}

/* Section Label */
.mob-section-lbl {
    font-size: 9.5px;
    font-weight: 700;
    color: #aab8d8;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 18px 4px;
}

.mob-divider {
    height: 1px;
    background: #edf1fa;
    margin: 5px 16px;
}

/* Menu Row (has children) */
.mob-menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    cursor: pointer;
    transition: background 0.15s;
    user-select: none;
}

.mob-menu-row:hover {
    background: #f0f4ff;
}

.mob-menu-row.active-row {
    background: #f0f4ff;
}

.mob-menu-row.active-row .mob-menu-title {
    color: #ff0101;
}

.mob-menu-row.active-row .mob-chevron {
    transform: rotate(90deg);
    color: #ff0101;
}

.mob-menu-left {
    display: flex;
    align-items: center;
    gap: 11px;
}

.mob-menu-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.mob-menu-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a2a4a;
    line-height: 1.2;
}

.mob-menu-sub {
    font-size: 10px;
    color: #8a9ab8;
    font-weight: 400;
    margin-top: 1px;
}

.mob-chevron {
    font-size: 13px;
    color: #b0c4de;
    transition: transform 0.28s cubic-bezier(.77, 0, .175, 1), color 0.2s;
    flex-shrink: 0;
}

/* Direct link row */
.mob-direct-link {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 18px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
}

.mob-direct-link:hover {
    background: #f0f4ff;
    text-decoration: none;
    color: inherit;
}

.mob-direct-link .mob-menu-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a2a4a;
}

/* Submenu */
.mob-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(.77, 0, .175, 1);
    background: #f7f9ff;
    border-top: 1px solid #e8eef8;
    border-bottom: 1px solid #e8eef8;
}

.mob-submenu.open {
    max-height: 1000px;
}

.mob-sub-section {
    padding: 10px 16px 6px;
}

.mob-sub-title {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ff0101;
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1.5px solid #d8e8ff;
}

.mob-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.mob-sub-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 8px;
    text-decoration: none;
    color: #334;
    font-size: 12px;
    font-weight: 500;
    transition: 0.15s;
    line-height: 1.3;
}

.mob-sub-link:hover {
    background: #e0eaff;
    color: #ff0101;
    text-decoration: none;
}

.mob-sub-link img {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.mob-sub-link-full {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 8px;
    text-decoration: none;
    color: #334;
    font-size: 12px;
    font-weight: 500;
    transition: 0.15s;
    line-height: 1.3;
}

.mob-sub-link-full:hover {
    background: #e0eaff;
    color: #ff0101;
    text-decoration: none;
}

.mob-sub-link-full i {
    font-size: 12px;
    color: #ff0101;
    opacity: 0.7;
    flex-shrink: 0;
}

/* Badge */
.mob-badge {
    background: #e91e3a;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    padding: 2px 5px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-left: 4px;
    vertical-align: middle;
}

.mob-badge-new {
    background: #ff8f00;
}

/* ===== Drawer Footer — ABSOLUTELY PINNED to bottom, ALWAYS visible ===== */
/* ===== Footer — sticky bottom, always visible at all zoom levels ===== */
.mob-drawer-foot {
    position: sticky;
    bottom: 0;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 12px 14px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    background: #f7f9ff;
    border-top: 2px solid #e8eef8;
    display: flex;
    gap: 8px;
    align-items: center;
    box-shadow: 0 -4px 16px rgba(0, 86, 210, 0.07);
    z-index: 2;
}

.mob-foot-btn {
    flex: 1;
    padding: 10px;
    border-radius: 12px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.2s;
}

.mob-foot-primary {
    background: linear-gradient(135deg, #ff0101, #009fab);
    color: #fff;
    box-shadow: 0 3px 12px rgba(0, 86, 210, 0.3);
}

.mob-foot-primary:hover {
    transform: translateY(-1px);
}

.mob-foot-outline {
    background: #fff;
    color: #ff0101;
    border: 1.5px solid #d0e0ff !important;
}

.mob-foot-outline:hover {
    background: #e8f0fe;
}