   /* Swiper card */
.coverflow-slider {
 max-width: 850px;
 margin-top: -50px;
}
/* For laptops 1024–1199px: make it full width */
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .coverflow-slider {
    max-width: 100%;
    margin-top: 0; /* Optional: reset margin so it doesn't break alignment */
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .slide-card {
    padding-top: 60%;
  }
}
/* Default styling for huge screens (1440px and up) */
@media (min-width: 1440px) {
  .coverflow-slider {
    max-width: 850px;
    margin-top: -50px;
  }
}

/* For everything under 1440px: let it fill .col-lg-8 */
@media (max-width: 1439.98px) {
  .coverflow-slider {
    max-width: 100%;
    margin-top: 0;
  }
}


.slide-card {
  height: 520px;
  width: 390px; /* Increased from 250px */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  display: flex;
  margin-top:20px;
  align-items: end;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.overlay-content {
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  text-align: center;
  color: white;
}

.slide-title {
  font-size: 18px;
  font-weight: bold;
  background: black;
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 5px;
}

.slide-subtitle {
  font-size: 14px;
  margin-bottom: 8px;
}

/* Arrow customizations */
.custom-arrow {
  background-color: white;
  color: black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.custom-arrow::after {
  font-size: 18px;
}

.apply-now-box,
.vote-now-box {
  width: 48%;
  font-size: 12px;
  padding: 15px;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
background: linear-gradient(
  to bottom,
  #b57b2b 0%,
  #c18a2f 20%,
  #f7e887 40%,
  #e6c557 60%,
  #d8b153 80%,
  #b57b2b 100%
);
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.vote-now-box {
  background: #0b0b0b; /* Pure black matte background */
  border-radius: 12px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 40px 40px -30px #000, inset 0 -40px 40px -30px #000;
}

/* Thin golden line */
.vote-now-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(to right, transparent, #c49b2f, #ffd700, #c49b2f, transparent);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}


.apply-now-box span,
.vote-now-box span {
  display: block;
  margin-top: 4px;
  font-weight: bold;
  color: red;
  font-size: 13px;
}

/* Blinking survey tag */
.survey-tag {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 8px;
  animation: blink 1s infinite;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
  text-decoration: none;
  z-index: 1;
}

.apply-link {
  display: inline-block;
  font-weight: bold;
  color: #fff; /* or your button text color */
  background: red; /* or your button background */
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 5px;
}

.vote-link {
  display: inline-block;
  font-weight: bold;
  color: red; /* or your button text color */
  background: red;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 5px;
  border-radius: 8px;
  animation: blink 1s infinite;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
  text-decoration: none;
}
.gold-effect {
  background: linear-gradient(
    to bottom,
    #b57b2b 0%,
    #c18a2f 20%,
    #f7e887 40%,
    #e6c557 60%,
    #d8b153 80%,
    #b57b2b 100%
  );
  color: #000; /* Adjust text for contrast */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
}


@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

    #events.events-modern {
        background: #ffffff;
        border-radius: 18px;
        margin-top: 24px !important;
        padding: 36px 0;
        box-shadow: none;
    }

    #events.events-modern .container-xl,
    .upcoming-magazines .container,
    .upcoming-magazines .mag-coverflow {
        max-width: 1280px;
    }

    #events.events-modern .events-head {
        text-align: center;
        margin-bottom: 24px;
    }

    #events.events-modern .events-kicker {
        display: inline-block;
        background: #25348B;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        padding: 6px 12px;
        border-radius: 999px;
        margin-bottom: 10px;
    }

    #events.events-modern .events-title {
        margin: 0;
        font-size: 28px;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.1;
        font-family: Poppins, sans-serif;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }

    #events.events-modern .events-title::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 72px;
        height: 3px;
        background: #2563eb;
        border-radius: 999px;
    }

    #events.events-modern .events-subtitle {
        margin: 8px 0 0;
        color: #475569;
        font-size: 14px;
    }

    #events.events-modern .events-main-row {
        align-items: stretch;
    }

    #events.events-modern .events-column {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #dbe7ff;
        border-radius: 14px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        min-height: 0;
        flex: 1 1 auto;
    }

    #events.events-modern .row.g-4 {
        align-items: stretch;
    }

    #events.events-modern .events-label {
        margin: 0 0 12px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 700;
        color: #25348B;
        border-left: 4px solid #1B9EDB;
        padding-left: 10px;
        font-family: Poppins, sans-serif;
    }

    #events.events-modern #admission-expo {
        flex: 1 1 auto;
        min-height: 0 !important;
        margin-top: 0 !important;
    }

    #events.events-modern #admission-expo .expo-card-min {
        min-height: 0;
    }

    #events.events-modern .conference-cards-row > .col {
        display: flex;
        flex-direction: column;
    }

    #events.events-modern .conference-cards-row .conference-event-card {
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
    }

    #events.events-modern .conference-cards-row .conference-event-card .card-body {
        flex: 1 1 auto;
    }

    #events.events-modern .expo-admission-carousel .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    #events.events-modern .expo-admission-carousel .carousel-control-prev,
    #events.events-modern .expo-admission-carousel .carousel-control-next {
        width: 2.25rem;
        opacity: 1;
    }

    /* Admission Expo: white panel; top-centre title; left meta + about, right image; ribbon; orange CTA */
    #events.events-modern .admission-expo-label {
        margin-bottom: 0.65rem;
        display: inline-block;
        padding: 0.35rem 0.85rem;
        border-radius: 6px;
        border-left: none;
        background: #00acef;
        color: #fff;
        font-size: 12px;
    }

    #events.events-modern .admission-expo-banner {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        padding: 1.35rem 1.15rem 1.1rem;
        background: #fff;
        border: 1px solid #e8eef5;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
        isolation: isolate;
    }

    #events.events-modern .admission-expo-banner > .row,
    #events.events-modern .admission-expo-banner .admission-expo-banner__body,
    #events.events-modern .admission-expo-banner .admission-expo-banner__footer {
        position: relative;
        z-index: 1;
    }

    #events.events-modern .admission-expo-banner__head {
        padding: 0 0 0.65rem;
        margin: 0 auto;
        max-width: 100%;
    }

    #events.events-modern .admission-expo-banner__year-title {
        display: inline-block;
        background: #00acef;
        color: #fff;
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-size: clamp(0.8rem, 2vw, 0.95rem);
        letter-spacing: 0.04em;
        padding: 0.45rem 1.1rem;
        border-radius: 999px;
        box-shadow: 0 4px 12px rgba(0, 140, 200, 0.22);
    }

    #events.events-modern .admission-expo-banner__body {
        margin-top: 0;
        align-items: flex-start !important;
    }

    #events.events-modern .admission-expo-banner__body > [class*='col-']:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #events.events-modern .admission-expo-banner__venue-wrap {
        text-align: left;
    }

    #events.events-modern .admission-expo-banner__venue-tag {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0.45rem 0.85rem 0.5rem;
        font-family: Poppins, sans-serif;
        font-size: clamp(0.72rem, 1.5vw, 0.82rem);
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0.02em;
        color: #fff;
        background: linear-gradient(135deg, #15803d 0%, #16a34a 55%, #22c55e 100%);
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(22, 101, 52, 0.28);
        border: 1px solid rgba(255, 255, 255, 0.35);
    }

    #events.events-modern .admission-expo-banner__venue-tag i {
        font-size: 1em;
        flex-shrink: 0;
    }

    @media (max-width: 575.98px) {
        #events.events-modern .admission-expo-banner__venue-wrap {
            text-align: center;
        }

        #events.events-modern .admission-expo-banner__venue-tag {
            justify-content: center;
            text-align: center;
            padding: 0.4rem 0.75rem;
        }
    }

    #events.events-modern .admission-expo-banner__info-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.6rem;
        margin-bottom: 0.75rem;
        font-family: Poppins, sans-serif;
    }

    @media (min-width: 576px) {
        #events.events-modern .admission-expo-banner__info-grid {
            grid-template-columns: 1fr 1fr;
            gap: 0.6rem;
        }
    }

    #events.events-modern .admission-expo-banner__info-card {
        display: flex;
        align-items: flex-start;
        gap: 0.65rem;
        padding: 0.65rem 0.85rem;
        border-radius: 12px;
        border: 1px solid rgba(0, 172, 239, 0.2);
        background: linear-gradient(135deg, rgba(0, 172, 239, 0.06) 0%, rgba(255, 255, 255, 0.95) 100%);
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
        transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }

    #events.events-modern .admission-expo-banner__info-card:hover {
        border-color: rgba(247, 152, 42, 0.35);
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    }

    #events.events-modern .admission-expo-banner__info-card--date .admission-expo-banner__info-icon {
        background: linear-gradient(145deg, #00acef 0%, #0095d4 100%);
        color: #fff;
    }

    #events.events-modern .admission-expo-banner__info-card--time .admission-expo-banner__info-icon {
        background: linear-gradient(145deg, #f7982a 0%, #e88920 100%);
        color: #fff;
    }

    #events.events-modern .admission-expo-banner__info-icon {
        flex-shrink: 0;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.15rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    #events.events-modern .admission-expo-banner__info-text {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        min-width: 0;
    }

    #events.events-modern .admission-expo-banner__info-label {
        font-size: 0.65rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #64748b;
    }

    #events.events-modern .admission-expo-banner__info-value {
        font-size: 0.9rem;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.35;
    }

    #events.events-modern .admission-expo-banner__about-card {
        padding: 0.9rem 1rem 1rem;
        border-radius: 12px;
        background: #f8fafc;
        border-left: 4px solid #f7982a;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    #events.events-modern .admission-expo-banner__about {
        color: #475569;
        font-size: 0.84rem;
        line-height: 1.58;
        max-width: 42rem;
    }

    #events.events-modern .admission-expo-banner__about:last-child {
        margin-bottom: 0 !important;
    }

    #events.events-modern .admission-expo-banner__body > [class*='col-']:last-child {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    /* Circular photo: 300×300 (scales down on very narrow viewports) */
    #events.events-modern .admission-expo-banner__figure {
        --ae-photo-size: min(300px, 92vw);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.4rem;
        width: 100%;
        max-width: none;
        margin: 0 auto;
        padding: 0;
    }

    /* Glow behind circle (centred on frame; frame height = --ae-photo-size + 10px) */
    #events.events-modern .admission-expo-banner__figure::before {
        content: '';
        position: absolute;
        width: calc(var(--ae-photo-size) + 28px);
        height: calc(var(--ae-photo-size) + 28px);
        left: 50%;
        top: calc((var(--ae-photo-size) + 10px) / 2);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: linear-gradient(145deg, rgba(0, 172, 239, 0.18) 0%, rgba(247, 152, 42, 0.14) 100%);
        z-index: 0;
        pointer-events: none;
    }

    #events.events-modern .admission-expo-banner__figure-frame {
        position: relative;
        z-index: 1;
        width: calc(var(--ae-photo-size) + 10px);
        height: calc(var(--ae-photo-size) + 10px);
        max-width: none;
        margin: 0 auto;
        padding: 5px;
        border-radius: 50%;
        background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 100%);
        box-shadow:
            0 3px 0 rgba(247, 152, 42, 0.22),
            0 12px 28px rgba(15, 23, 42, 0.1);
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #events.events-modern .admission-expo-banner__img {
        display: block;
        width: var(--ae-photo-size);
        height: var(--ae-photo-size);
        max-width: var(--ae-photo-size);
        max-height: var(--ae-photo-size);
        min-width: var(--ae-photo-size);
        min-height: var(--ae-photo-size);
        object-fit: cover;
        object-position: center top;
        border-radius: 50%;
    }

    #events.events-modern .admission-expo-banner__img-dim {
        position: relative;
        z-index: 1;
        font-size: 0.65rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        color: #94a3b8;
        text-transform: uppercase;
        margin-top: 0.1rem;
    }

    @media (min-width: 992px) {
        #events.events-modern .admission-expo-banner {
            padding: 1.5rem 1.35rem 1.15rem;
        }
    }

    #events.events-modern .admission-expo-banner__foot-link {
        color: #00acef;
        font-size: 0.85rem;
        font-weight: 600;
        word-break: break-word;
    }

    #events.events-modern .admission-expo-banner__foot-link:hover {
        color: #0088c7;
        text-decoration: underline !important;
        text-underline-offset: 3px;
    }

    #events.events-modern .admission-expo-banner__map-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        max-width: 100%;
        background: #fff !important;
        color: #15803d !important;
        border: 1px solid #16a34a !important;
        border-radius: 999px;
        padding: 0.5rem 1.35rem !important;
        font-family: Poppins, sans-serif;
        font-size: clamp(0.78rem, 1.5vw, 0.88rem);
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.2;
        text-transform: uppercase;
        box-shadow: 0 6px 16px rgba(22, 101, 52, 0.18);
        white-space: nowrap;
    }

    #events.events-modern .admission-expo-banner__map-btn i {
        font-size: 1em;
        flex-shrink: 0;
    }

    #events.events-modern .admission-expo-banner__map-btn:hover {
        background: #f0fdf4 !important;
        color: #14532d !important;
        border-color: #15803d !important;
    }

    @media (max-width: 575.98px) {
        #events.events-modern .admission-expo-banner__map-btn {
            font-size: clamp(0.72rem, 3.2vw, 0.82rem);
            padding: 0.45rem 1rem !important;
            letter-spacing: 0.04em;
            white-space: normal;
            text-align: center;
        }
    }

    #events.events-modern .admission-expo-banner__site-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: Poppins, sans-serif;
        font-size: clamp(0.82rem, 1.6vw, 0.95rem);
        font-weight: 700;
        color: #00acef !important;
        letter-spacing: 0.01em;
        overflow-wrap: anywhere;
    }

    #events.events-modern .admission-expo-banner__site-link:hover {
        color: #0088c7 !important;
        text-decoration: underline !important;
        text-underline-offset: 3px;
    }

    #events.events-modern .admission-expo-banner__site-link i {
        font-size: 1em;
    }

    #events.events-modern .admission-expo-banner__cta {
        background: #f7982a !important;
        color: #fff !important;
        border: none;
        border-radius: 999px;
        padding: 0.5rem 1.35rem !important;
        font-family: Poppins, sans-serif;
        font-size: clamp(0.78rem, 1.5vw, 0.88rem);
        font-weight: 700;
        letter-spacing: 0.06em;
        box-shadow: 0 6px 16px rgba(247, 152, 42, 0.3);
        min-width: min(100%, 170px);
    }

    #events.events-modern .admission-expo-banner__cta:hover {
        background: #e88920 !important;
        color: #fff !important;
    }

    #events.events-modern .admission-expo-banner__ribbon {
        position: absolute;
        top: 0;
        right: 0.75rem;
        z-index: 3;
        background: linear-gradient(180deg, #f59e0b 0%, #f7982a 100%);
        color: #fff;
        font-family: Poppins, sans-serif;
        font-weight: 700;
        font-size: clamp(0.62rem, 1.35vw, 0.72rem);
        line-height: 1.25;
        max-width: min(150px, 88vw);
        text-align: center;
        padding: 0.38rem 0.65rem 0.45rem;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 6px 14px rgba(247, 152, 42, 0.32);
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    #events.events-modern .admission-expo-banner .admission-expo-banner__footer.row {
        margin-top: 0.75rem !important;
    }

    @media (max-width: 991.98px) {
        #events.events-modern .admission-expo-banner {
            padding-top: 1.75rem;
        }

        #events.events-modern .admission-expo-banner__ribbon {
            right: 50%;
            transform: translateX(50%);
            border-radius: 0 0 10px 10px;
            padding: 0.4rem 0.75rem 0.48rem;
        }

        #events.events-modern .admission-expo-banner__figure::before {
            width: calc(var(--ae-photo-size) + 24px);
            height: calc(var(--ae-photo-size) + 24px);
        }
    }

    /* Admission Expo: Bootstrap carousel (3 slides, same card design) */
    #events.events-modern .admission-expo-carousel {
        position: relative;
        padding-bottom: 2.75rem;
    }

    #events.events-modern .admission-expo-carousel .carousel-item {
        transition: transform 0.55s ease-in-out;
    }

    #events.events-modern .admission-expo-carousel__indicators {
        margin-bottom: 0;
        bottom: 0;
        gap: 0.35rem;
    }

    #events.events-modern .admission-expo-carousel__indicators [data-bs-target] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        margin: 0;
        background-color: #cbd5e1;
        border: none;
        opacity: 1;
    }

    #events.events-modern .admission-expo-carousel__indicators [data-bs-target].active {
        background-color: #00acef;
        transform: scale(1.15);
    }

    #events.events-modern .admission-expo-carousel__control {
        width: 2.75rem;
        height: 2.75rem;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        opacity: 1;
    }

    #events.events-modern .admission-expo-carousel .carousel-control-prev {
        left: -0.25rem;
    }

    #events.events-modern .admission-expo-carousel .carousel-control-next {
        right: -0.25rem;
    }

    @media (min-width: 992px) {
        #events.events-modern .admission-expo-carousel .carousel-control-prev {
            left: -0.5rem;
        }

        #events.events-modern .admission-expo-carousel .carousel-control-next {
            right: -0.5rem;
        }
    }

    #events.events-modern .admission-expo-carousel__control-icon {
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.95);
        background-size: 45% 45%;
        background-position: center;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
        border: 1px solid rgba(0, 172, 239, 0.25);
    }

    #events.events-modern .admission-expo-carousel .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300acef'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

    #events.events-modern .admission-expo-carousel .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300acef'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    @media (max-width: 575.98px) {
        #events.events-modern .admission-expo-carousel__control {
            width: 2.25rem;
            height: 2.25rem;
        }

        #events.events-modern .admission-expo-carousel .carousel-control-prev {
            left: 0;
        }

        #events.events-modern .admission-expo-carousel .carousel-control-next {
            right: 0;
        }
    }

    .upcoming-magazines {
        background: #ffffff;
        padding: 36px 0;
    }

    .upcoming-magazines .mag-head {
        text-align: center;
        margin-bottom: 16px;
    }

    .upcoming-magazines .mag-head h2 {
        margin: 0;
        font-family: Poppins, sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #111827;
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
    }

    .upcoming-magazines .mag-head h2::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 72px;
        height: 3px;
        background: #2563eb;
        border-radius: 999px;
    }

    .upcoming-magazines .mag-head p {
        margin: 6px 0 0;
        color: #64748b;
        font-size: 14px;
        text-align: center;
    }

    .upcoming-magazines .mag-coverflow {
        margin: 0 auto;
        padding: 10px 18px 10px;
    }

    .upcoming-magazines .swiper-slide {
        width: 340px;
    }

    .upcoming-magazines .mag-slide {
        height: 540px;
        border-radius: 14px;
        background-size: cover;
        background-position: center;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26);
    }

    .upcoming-magazines .swiper-button-prev,
    .upcoming-magazines .swiper-button-next {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
        color: #111827;
    }

    .upcoming-magazines .swiper-button-prev:after,
    .upcoming-magazines .swiper-button-next:after {
        font-size: 16px;
        font-weight: 700;
    }

    .upcoming-magazines .swiper-pagination-bullet-active {
        background: #25348B;
    }

    .group-et {
        background: #ffffff;
        padding: 36px 0;
    }

    .group-et .group-head {
        text-align: center;
        margin-bottom: 20px;
    }

    .group-et .group-head h2 {
        margin: 0;
        font-size: 32px;
        font-weight: 700;
        color: #111827;
        font-family: Poppins, sans-serif;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }

    .group-et .group-head h2::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 72px;
        height: 3px;
        background: #2563eb;
        border-radius: 999px;
    }

    .group-et .group-head p {
        margin: 8px 0 0;
        color: #64748b;
        font-size: 14px;
    }

    .group-et .group-grid {
        max-width: 1280px;
        margin: 0 auto;
    }

    .group-et .group-card {
        position: relative;
        display: block;
        text-decoration: none;
        border-radius: 18px;
        overflow: hidden;
        min-height: 320px;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
        transition: transform .25s ease, box-shadow .25s ease;
        color: #fff;
    }

    .group-et .group-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.2);
    }

    .group-et .group-card-body {
        position: relative;
        z-index: 2;
        height: 100%;
        padding: 24px 22px 108px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .group-et .group-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        max-width: min(260px, 100%);
        margin: 0 auto 14px;
        padding: 10px 12px;
        background: rgba(255, 255, 255, 0.98);
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    }

    .group-et .group-logo img {
        display: block;
        max-width: min(236px, 100%);
        max-height: 120px;
        width: auto;
        height: auto;
        object-fit: contain;
        object-position: center center;
    }

    .group-et .group-title {
        font-size: 26px;
        font-weight: 700;
        margin: 16px 0 8px;
        font-family: Poppins, sans-serif;
    }

    .group-et .group-desc {
        font-size: 14px;
        line-height: 1.55;
        opacity: .96;
        margin: 0;
        max-width: 100%;
    }

    .group-et .group-card-body > div:first-child {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .group-et .group-footer {
        margin-top: auto;
        padding-top: 32px;
        padding-bottom: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: rgba(255, 255, 255, 0.98) !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    }

    .group-et .group-card:hover .group-footer {
        color: #fff !important;
    }

    .group-et .group-wave {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 112px;
        z-index: 1;
        pointer-events: none;
    }

    .group-et .msa-card { background: linear-gradient(180deg, #f97316 0%, #fb923c 100%); }
    .group-et .edhr-card { background: linear-gradient(180deg, #008080 0%, #0a6b6b 100%); }
    .group-et .enn-card { background: linear-gradient(180deg, #06b6d4 0%, #22d3ee 100%); }

    .group-et .msa-card .group-wave { fill: #fff7ed; }
    .group-et .edhr-card .group-wave { fill: #f0fdfa; }
    .group-et .enn-card .group-wave { fill: #e0f2fe; }

    .our-services-et {
        background: #ffffff;
        padding: 36px 0;
    }

    .our-services-et .service-head {
        text-align: center;
        margin-bottom: 22px;
    }

    .our-services-et .service-head h2 {
        margin: 0;
        font-size: 32px;
        font-weight: 700;
        color: #111827;
        font-family: Poppins, sans-serif;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }

    .our-services-et .service-head h2::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 72px;
        height: 3px;
        background: #2563eb;
        border-radius: 999px;
    }

    .our-services-et .service-head p {
        margin: 8px 0 0;
        max-width: none;
        color: #64748b;
        font-size: 14px;
        text-align: center;
    }

    .our-services-et .service-grid {
        max-width: 1280px;
        margin: 0 auto;
    }

    .our-services-et .service-card {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 22px 16px 18px;
        text-align: center;
        height: 100%;
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .our-services-et .service-card:hover {
        transform: translateY(-5px);
        border-color: #cbd5e1;
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    }

    .our-services-et .service-icon {
        width: 62px;
        height: 62px;
        margin: 0 auto 12px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
    }

    .our-services-et .service-title {
        margin: 0 0 8px;
        font-size: 20px;
        font-weight: 700;
        color: #111827;
        font-family: Poppins, sans-serif;
    }

    .our-services-et .service-text {
        margin: 0;
        color: #475569;
        font-size: 14px;
        line-height: 1.55;
    }

    .our-services-et .icon-magazine { background: #4f46e5; }
    .our-services-et .icon-events { background: #f97316; }
    .our-services-et .icon-news { background: #0ea5e9; }
    .our-services-et .icon-survey { background: #7c3aed; }
    .our-services-et .icon-voting { background: #16a34a; }
    .our-services-et .icon-ecosystem { background: #0f766e; }

    @media (max-width: 991.98px) {
        #events.events-modern .events-title {
            font-size: 24px;
        }

        .upcoming-magazines .mag-head h2 {
            font-size: 24px;
        }

        .upcoming-magazines .mag-slide {
            height: 420px;
        }

        .group-et .group-head h2 {
            font-size: 26px;
        }

        .our-services-et .service-head h2 {
            font-size: 26px;
        }

        .upcoming-magazines .swiper-slide {
            width: 270px;
        }

        #events.events-modern .events-column {
            min-height: auto;
        }

        /* Ensure equal-looking tiles on tablet */
        .enn-top-tile-card {
            min-height: 265px;
            padding: 18px 12px 16px;
        }

        .our-services-et .service-card {
            padding: 18px 14px 16px;
        }

        .group-et .group-card {
            min-height: 270px;
        }

    }

    @media (max-width: 767.98px) {
        /* Upcoming Events */
        #events.events-modern {
            padding: 26px 0;
        }
        #events.events-modern .events-head {
            margin-bottom: 16px;
        }
        #events.events-modern .events-title {
            font-size: 22px;
        }
        #events.events-modern .events-column {
            padding: 14px;
        }

        /* Upcoming Magazines carousel */
        .upcoming-magazines .mag-coverflow {
            padding-left: 0;
            padding-right: 0;
        }
        .upcoming-magazines .mag-slide {
            height: 380px;
            border-radius: 12px;
        }
        .upcoming-magazines .swiper-slide {
            width: 240px;
        }

        /* Group cards */
        .group-et {
            padding: 26px 0;
        }
        .group-et .group-card {
            min-height: 240px;
        }
        .group-et .group-card-body {
            padding: 20px 18px 100px;
        }
        .group-et .group-title {
            font-size: 22px;
        }
        .group-et .group-logo {
            max-width: min(240px, 100%);
            padding: 8px 10px;
        }
        .group-et .group-logo img {
            max-width: min(220px, 100%);
            max-height: 96px;
        }

        /* Our services */
        .our-services-et {
            padding: 26px 0;
        }
        .our-services-et .service-card {
            padding: 18px 14px 16px;
            min-height: 210px;
        }
        .our-services-et .service-title {
            font-size: 18px;
        }

        /* THEENN tiles */
        .enn-top-tile-card {
            min-height: 245px;
            padding: 18px 12px 16px;
        }
        .enn-top-title {
            font-size: 16px;
        }
        .enn-top-text {
            font-size: 12px;
        }

    }

    /* Avoid global width override that caused section/card overlap */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Force 3 cards per row */
    .ranking-card {
        width: 100%;
        height: 100%;
        padding: 10px;
        background-color: #f9f9f9; /* Optional background */
        border-radius: 8px;
        text-align: center;
    }

    /* Set fixed width for col on tablet */
    .col-md-2.col-sm-6 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    /* Adjust image height in tablet */
    .ranking-card img {
        width: 100%;
        height: 180px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    /* Optional: Fix card height */
    .ranking-card {
        height: 360px; /* or whatever consistent height you want */
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .tablet-stacked .col-md-6,
    .tablet-stacked .col-md-4,
    .tablet-stacked .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tablet-stacked .col-md-6,
    .tablet-stacked .col-md-4,
    .tablet-stacked .col-md-2 {
        margin-top: 20px !important; /* add spacing between stacked sections */
    }

    /* Optional: Align text center if needed */
    .tablet-stacked .section-heading {
        text-align: center;
    }

    /* Optional: Social icons alignment center */
    .tablet-stacked .social-icons {
        justify-content: center;
    }

    /* Optional: Make YouTube button full-width on tablet */
    .tablet-stacked .youtube-subscribe a {
        width: 100%;
        max-width: 320px;
    }
}
/* Keep slides big */
.slide-card {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  .coverflow-slider .swiper-slide {
    transform: scale(0.85);
  }
  .coverflow-slider .swiper-wrapper {
    gap: 0 !important;
  }
}

    .news-card {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.12);
        padding: 15px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-title {
        font-family: Poppins;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 18px;
    }

    /* THEENN service tiles (replaces Top/Previous/Daily/Weekly News cards) */
    .enn-top-tile-link {
        text-decoration: none;
        color: inherit;
        width: 100%;
    }

    .enn-top-tile-card {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        padding: 22px 16px 18px;
        border: 1px solid rgba(148, 163, 184, 0.35);
        transition: transform .22s ease, box-shadow .22s ease;
        box-shadow: 0 8px 22px rgba(2, 6, 23, 0.06);
        display: flex;
        align-items: center;
        background: #ffffff !important;
        min-height: 285px;
    }

    .enn-top-tile-link:hover .enn-top-tile-card {
        transform: translateY(-4px);
        box-shadow: 0 16px 34px rgba(2, 6, 23, 0.12);
    }

    .enn-top-tile-inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .enn-top-banner {
        width: 100%;
        height: 132px;
        border-radius: 10px;
        border: 1px solid rgba(148, 163, 184, 0.28);
        object-fit: cover;
    }

    .enn-top-banner-placeholder {
        width: 100%;
        height: 132px;
        border-radius: 10px;
        border: 1px solid rgba(148, 163, 184, 0.35);
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .enn-top-title {
        margin: 0;
        font-family: Poppins, sans-serif;
        font-size: 19px;
        font-weight: 700;
        color: #0f172a;
        letter-spacing: 0.2px;
        text-align: center;
    }

    .enn-top-text {
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
        color: #64748b;
        text-align: center;
    }

    .enn-tile-1 { background: #d9f7ff; }
    .enn-tile-2 { background: #ffe9c2; }
    .enn-tile-3 { background: #ffd7d9; }
    .enn-tile-4 { background: #c9ffec; }

    /* Keep all 4 cards neutral/white and equal */
    .enn-top-tile-card.enn-tile-1,
    .enn-top-tile-card.enn-tile-2,
    .enn-top-tile-card.enn-tile-3,
    .enn-top-tile-card.enn-tile-4 {
        background: #ffffff !important;
        background-image: none !important;
    }
#daily-news {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.daily-news-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.daily-news-item:last-child {
    border-bottom: none;
}

.dn-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px; /* <-- IMPORTANT: SPACE BEFORE DATE */
    word-wrap: break-word;
}

.dn-date {
    font-size: 13px;
    color: #777;
    margin: 0; /* no overlap */
    display: block; /* forces date to stay below title */
}

/* Migrated from welcome.blade.php inline styles */
html,
body {
    overflow-x: hidden;
}

.home-header-spacer {
    margin-top: 15px;
}

.home-hero-banners.home-header-spacer {
    margin-top: -30px;
}

/* Survey + Voting strips: horizontal scroll, nav, hidden scrollbar */
.et-nomination-section {
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.et-nomination-section .events-label {
    margin: 0 0 12px;
    text-align: center;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 700;
    color: #1d2433;
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.et-nomination-section .events-label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 72px;
    height: 3px;
    background: #2563eb;
    border-radius: 999px;
}

.et-nomination-strip-wrap {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.et-nomination-strip-nav {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #1a1a1a;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.15s ease, transform 0.15s ease;
}

.et-nomination-strip-nav:hover {
    background: #f8f8f8;
}

.et-nomination-strip-nav:active {
    transform: scale(0.96);
}

.et-nomination-strip-nav:focus-visible {
    outline: 2px solid #0a0a0a;
    outline-offset: 2px;
}

.et-nomination-scroll--survey,
.et-nomination-scroll--voting {
    --strip-gap: 0.75rem;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--strip-gap);
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.2rem 0.15rem 0.35rem;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-padding-inline: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.et-nomination-scroll--survey::-webkit-scrollbar,
.et-nomination-scroll--voting::-webkit-scrollbar {
    display: none;
}

/* Whole cards only: 2 per view on small screens, 4 per view from md up (no half-card peek) */
.et-nomination-card {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 calc((100% - 1 * var(--strip-gap, 0.75rem)) / 2);
    min-width: 0;
    max-width: calc((100% - 1 * var(--strip-gap, 0.75rem)) / 2);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    background: linear-gradient(
        118deg,
        #efbc15 0%,
        #fae652 22%,
        #e6ad0d 42%,
        #f19e1b 58%,
        #fae652 78%,
        #efbc15 100%
    );
    background-size: 200% 100%;
    border: 1px solid rgba(180, 120, 0, 0.35);
}

/* Small red corner tag (replaces diagonal ribbon) */
.et-nomination-card__tag,
.et-voting-card__tag {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 3;
    padding: 3px 7px;
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    background: #ff0900;
    border-radius: 999px;
    line-height: 1.25;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    pointer-events: none;
    max-width: calc(100% - 12px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.et-nomination-card__tag {
    text-transform: uppercase;
}

.et-voting-card__tag {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.et-nomination-card__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 0;
    padding: 1.45rem 0.75rem 0.85rem;
    gap: 0.55rem;
}

.et-nomination-card__title {
    margin: 0;
    font-size: clamp(0.8rem, 2.4vw, 0.92rem);
    font-weight: 800;
    line-height: 1.22;
    color: #0a0a0a;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.et-nomination-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1.35rem;
    background: #ff0900;
    color: #fff !important;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 999px;
    border: none;
    box-shadow: 0 3px 10px rgba(255, 9, 0, 0.32);
    transition: filter 0.15s ease, transform 0.15s ease;
}

.et-nomination-card__btn:hover {
    filter: brightness(1.05);
    color: #fff !important;
    transform: translateY(-1px);
}

.et-nomination-card__btn:focus-visible {
    outline: 2px solid #0a0a0a;
    outline-offset: 3px;
}

/* Voting cards: same flex sizing as survey */
.et-voting-card {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 calc((100% - 1 * var(--strip-gap, 0.75rem)) / 2);
    min-width: 0;
    max-width: calc((100% - 1 * var(--strip-gap, 0.75rem)) / 2);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #1b1b1b 0%, #453021 50%, #1b1b1b 100%);
    border: 1px solid rgba(0, 0, 0, 0.45);
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.et-voting-card__top {
    position: relative;
    z-index: 1;
    padding: 1.35rem 0.65rem 0.45rem;
    text-align: center;
}

.et-voting-card__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(0.78rem, 2.5vw, 0.95rem);
    font-weight: 800;
    line-height: 1.28;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.et-voting-card__divider {
    height: 2px;
    margin: 0;
    border: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(145, 117, 64, 0.25) 18%,
        #917540 50%,
        rgba(145, 117, 64, 0.25) 82%,
        transparent 100%
    );
    box-shadow:
        0 0 10px 2px rgba(145, 117, 64, 0.45),
        0 0 20px 4px rgba(145, 117, 64, 0.2);
}

.et-voting-card__bottom {
    padding: 0.55rem 1rem 0.75rem;
    text-align: center;
}

.et-voting-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42%;
    padding: 0.45rem 1.25rem;
    color: #fff !important;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff2a22 0%, #ff0900 42%, #c40700 100%);
    box-shadow:
        0 3px 0 rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: filter 0.15s ease, transform 0.15s ease;
}

.et-voting-card__btn:hover {
    filter: brightness(1.06);
    color: #fff !important;
}

.et-voting-card__btn:focus-visible {
    outline: 2px solid #917540;
    outline-offset: 3px;
}

@media (min-width: 768px) {
    .et-nomination-card,
    .et-voting-card {
        flex: 0 0 calc((100% - 3 * var(--strip-gap, 0.75rem)) / 4);
        max-width: calc((100% - 3 * var(--strip-gap, 0.75rem)) / 4);
    }
}

@media (max-width: 575.98px) {
    .et-nomination-strip-nav {
        width: 34px;
        height: 34px;
        font-size: 1.2rem;
    }
}

/* Latest News section (under Admission) */
.latest-news-modern {
    background: #ffffff;
}

.latest-news-modern__head {
    text-align: center;
}

.latest-news-modern__head h2 {
    margin: 0 0 18px;
    font-size: clamp(1.65rem, 2vw, 2.2rem);
    font-weight: 700;
    color: #1d2433;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.latest-news-modern__head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 72px;
    height: 3px;
    background: #2563eb;
    border-radius: 999px;
}

/* Unified heading underline: bigger width + requested gradient */
.upcoming-magazines .mag-head h2::after,
#events.events-modern .events-title::after,
.group-et .group-head h2::after,
.our-services-et .service-head h2::after,
.et-nomination-section .events-label::after,
.latest-news-modern__head h2::after {
    width: 115px;
    height: 4px;
    background: linear-gradient(180deg, #221b6e 0%, #1a0a78 45%, #151056 100%);
}

.latest-news-feature {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(203, 213, 225, 0.6);
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.latest-news-feature__link,
.latest-news-side-item__link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.latest-news-feature__img {
    width: 100%;
    height: clamp(250px, 28vw, 410px);
    object-fit: cover;
    display: block;
}

.latest-news-feature__body {
    padding: 16px 18px 18px;
}

.latest-news-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    background: #f4e9c2;
    color: #66510c;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.latest-news-feature h3 {
    margin: 0 0 8px;
    font-size: clamp(1.3rem, 1.5vw, 2rem);
    line-height: 1.3;
    color: #1e293b;
    font-weight: 700;
}

.latest-news-feature p {
    margin: 0 0 14px;
    color: #475569;
    line-height: 1.6;
}

.latest-news-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.latest-news-meta span {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f4e9c2;
    color: #6b5517;
}

.latest-news-side-list {
    display: grid;
    gap: 14px;
}

.latest-news-side-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(203, 213, 225, 0.62);
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.05);
}

.latest-news-side-item__link {
    padding: 16px 16px 14px;
}

.latest-news-side-item h4 {
    margin: 0 0 8px;
    font-size: clamp(1.03rem, 1.18vw, 1.28rem);
    line-height: 1.35;
    color: #1e293b;
    font-weight: 700;
}

.latest-news-side-item p {
    margin: 0 0 12px;
    color: #64748b;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Home hero: full-width rotating banners below main header */
.home-hero-banners {
    width: 100%;
    max-width: 100%;
}

.home-hero-banners .home-hero-carousel-inner {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.1);
}

.home-hero-banner-link {
    display: block;
    position: relative;
    background: #e8edf5;
}

.home-hero-banner-img {
    display: block;
    width: 100%;
    height: clamp(260px, 38vw, 480px);
    object-fit: cover;
    object-position: center;
}

.home-hero-banner-placeholder {
    width: 100%;
    height: clamp(260px, 38vw, 480px);
    background: linear-gradient(135deg, #e8edf5 0%, #dbe4f3 45%, #cfd9ea 100%);
}

.home-hero-indicators {
    margin-bottom: 0.75rem;
}

.home-hero-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background-color: rgba(15, 23, 42, 0.28);
    opacity: 1;
}

.home-hero-indicators [data-bs-target].active {
    background-color: rgba(15, 23, 42, 0.65);
    transform: scale(1.15);
}

.home-hero-control {
    width: 10%;
    min-width: 44px;
    opacity: 1;
}

.home-hero-control .carousel-control-prev-icon,
.home-hero-control .carousel-control-next-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: rgba(15, 23, 42, 0.45);
    background-size: 50% 50%;
}

.home-hero-control:hover .carousel-control-prev-icon,
.home-hero-control:hover .carousel-control-next-icon {
    background-color: rgba(15, 23, 42, 0.65);
}

@media (max-width: 575.98px) {
    .home-hero-banner-img,
    .home-hero-banner-placeholder {
        height: clamp(220px, 52vw, 320px);
    }

    .home-hero-control {
        width: 12%;
    }
}

.upcoming-magazines .mag-slide.mag-slide-july {
    background-image: url("/assets/images/july.jpeg");
}

.upcoming-magazines .mag-slide.mag-slide-august {
    background-image: url("/assets/images/august.jpeg");
}

.upcoming-magazines .mag-slide.mag-slide-september {
    background-image: url("/assets/images/september.jpeg");
}

.ads-banner-img {
    max-width: 1300px;
}

.panel-discussion-heading {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #111827;
}

    /* Panel Discussion — 4 cards (no image: header strip + badges, title, date footer) */
    .panel-discussion-section {
        background: #f8fafc;
    }

    .panel-discussion-grid {
        --panel-card-radius: 14px;
    }

    .panel-discussion-card {
        height: 100%;
    }

    .panel-discussion-card__link {
        display: flex;
        flex-direction: column;
        height: 100%;
        text-decoration: none;
        color: inherit;
        background: #fff;
        border-radius: var(--panel-card-radius);
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, 0.25);
        transition: transform 0.22s ease, box-shadow 0.22s ease;
    }

    .panel-discussion-card__link:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    }

    .panel-discussion-card__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 16px 14px 18px;
        background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
        border-radius: var(--panel-card-radius) var(--panel-card-radius) 0 0;
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .panel-discussion-card__badge {
        font-family: Poppins, sans-serif;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .panel-discussion-card__badge--time {
        align-self: flex-end;
        background: #0f172a;
        color: #fff;
        padding: 5px 12px;
        border-radius: 999px;
        white-space: nowrap;
    }

    .panel-discussion-card__badge--year {
        background: #2563eb;
        color: #fff;
        padding: 6px 18px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 700;
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    }

    .panel-discussion-card__body {
        flex: 1 1 auto;
        padding: 18px 16px 14px;
        text-align: center;
    }

    .panel-discussion-card__title {
        margin: 0;
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.45;
        color: #0f172a;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .panel-discussion-card__footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 14px 18px;
        font-size: 13px;
        color: #64748b;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
        margin-top: auto;
    }

    .panel-discussion-card__footer .bi {
        font-size: 15px;
        color: #94a3b8;
    }

    @media (max-width: 575.98px) {
        .panel-discussion-heading {
            font-size: 26px;
        }

        .panel-discussion-card__title {
            font-size: 12px;
        }
    }

.banner-ad-img {
    margin-left: 10px;
}

a.blog-card-title-link {
    color: #000 !important;
}

.expo-card-min {
    min-height: 420px;
}

.expo-thumb {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.expo-year-badge-wrap {
    top: 180px;
    z-index: 2;
}

.expo-excerpt {
    font-size: 14px;
}

.carousel-ctrl-icon {
    width: 2rem;
    height: 2rem;
}

.carousel-ctrl-icon strong {
    font-size: 1.25rem;
}

/* If legacy panel HTML is uncommented */
.panel-col-mt {
    margin-top: 50px;
}

.panel-year-ml {
    margin-left: 90px;
}

.container-ranking-mt {
    margin-top: 70px;
}

/* public/assets/js/home.js — injected markup uses classes only (no inline styles) */
.home-top-news-img {
    height: 230px;
    object-fit: cover;
    border-radius: 4px;
}

.home-top-news-date {
    font-size: 12px;
}

.home-top-news-heading {
    font-size: 14px;
}

.home-top-news-title-link {
    text-decoration: none;
}

.home-top-news-excerpt {
    font-size: 14px;
}

.home-readmore-primary {
    width: 100px;
    text-transform: capitalize;
    background-color: #2487ce;
    border-color: #2487ce;
}

.home-readmore-primary:hover {
    background-color: #1e6fad;
    border-color: #1e6fad;
}

.home-top-news-thumb-col {
    width: 80px;
    flex-shrink: 0;
}

.home-top-news-list-thumb {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.home-top-news-list-heading {
    font-size: 12px;
    margin-bottom: 2px;
}

.home-top-news-list-meta {
    font-size: 12px;
}

.home-legacy-readmore-fixed {
    width: 120px;
}

.home-legacy-feature-img {
    width: 306px;
    height: 190px;
    object-fit: cover;
}

.home-career-readmore-btn {
    width: 120px;
    background-color: #2487ce;
    color: #fff;
    border: none;
}

.home-career-readmore-btn:hover {
    background-color: #1e6fad;
    color: #fff;
}

/* Referenced from commented templates in home.js */
.home-legacy-prev-img {
    width: 250px;
    height: 170px;
    object-fit: cover;
    border-radius: 5px;
}
