body {
    background: #fff;
}
html,
body {
    /* overflow-x: hidden; */
    max-width: 100vw;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000 !important; /* ya koi high value */
}



/* Default (Desktop First) */
h1 {
  font-size: 30px !important;
  line-height: 48px !important;
}

h2 {
  font-size: 28px !important;
  line-height: 42px !important;
}

h3 {
  font-size: 26px !important;
  line-height: 36px !important;
}

h4 {
  font-size: 24px !important;
  line-height: 32px !important;
}

h5 {
  font-size: 20px !important;
  line-height: 28px !important;
}

h6 {
  font-size: 18px !important;
  line-height: 26px !important;
}


/* Tablet (768px and below) */
@media (max-width: 768px) {

  h1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  h2 {
    font-size: 26px !important;
    line-height: 34px !important;
  }

  h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

}


/* Small Mobile (480px and below) */
@media (max-width: 480px) {

  h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  h4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  h6 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

}



/* body {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
} */

/************************** 2nd section Css start here  **********************************/

p {
    font-size: 16px !important;
}



a.country-box.d-flex.align-items-center.p-2.border.rounded.text-decoration-none{
    font-size: 15px !important ;
}
/* a {
	text-decoration: none !important;
	color: #000 !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);
}

.container {
    padding: 0px;
}

.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;
    }
}

.row.align-items-center {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* 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;
            }
        }
   