* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html,
body {
    overflow-x: hidden;
    font-family: "Teachers", sans-serif;
}

a {
    text-decoration: none;
}

li {
    text-decoration: none;
    list-style: none;
}

body {
    margin: 0;

    background: #f9f9f7;
    color: #333;
}

img {
    width: 100%;
}

/* ============main-background-area============== */
/* HERO */
.em-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;

    /* replace with your background image path */
    background-image: url("../images/mainareaback.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* dark overlay */
.em-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgb(0 0 0 / 11%),
        rgba(0, 0, 0, 0.5)
    );
}

/* content */
.em-hero-content {
    position: relative;
    max-width: 850px;
    padding: 0 1.5rem;
}

.em-hero-logo img {
    width: 170px;
    margin-bottom: 2rem;
}

.em-hero-title {
    font-size: 2.64rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.em-hero-text {
    font-size: 1.078rem;
    max-width: 600px;
    margin: 0 auto 2.2rem;
    opacity: 0.9;
}

/* buttons */
.em-hero-actions {
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.em-btn {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    font-size: 0.99rem;
    font-weight: 500;
    /* border-radius: 999px; */
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.em-btn-primary {
    background-color: #ed1d28;
    color: #ffffff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.45);
}

.em-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.6);
}

.em-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.em-btn-secondary:hover {
    background-color: #ffffff;
    color: #111111;
}

/* responsive tweaks */
@media (max-width: 768px) {
    .em-hero-title {
        font-size: 2.09rem;
    }

    .em-hero-text {
        font-size: 0.99rem;
    }

    .em-hero-logo img {
        height: auto;
    }
}

/* ============main-background-area============== */

/* ====================Header==================== */
.page {
    background: #ffffff;
}

/* ============== TOGGLE (controls sidebar) ============== */
.nav-toggle {
    display: none;
}

/* ============== HEADER ============== */
.header {
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    background: #ffffff;
    position: relative;
    z-index: 5;
}

.header-inner {
    width: min(1180px, 100% - 48px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* left: logo */
.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo img {
    width: 111px;
    display: block;
}

/* right group: search + 2 icons */
.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* search */
.search-box {
    position: relative;
    width: 360px;
    max-width: 60vw;
    background: #ffffff;
    /* border-radius: 999px; */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    padding: 0 24px 0 48px;
    display: flex;
    align-items: center;
}

.search-box input {
    border: none;
    background: transparent;
    width: 100%;
    height: 50px;
    font-size: 16px;
    outline: none;
    color: #444;
}

.search-box input::placeholder {
    color: #9b9b9b;
}

.search-icon {
    position: absolute;
    left: 18px;
    font-size: 16.8px;
    color: #444;
}

/* icons */
.icon-btn {
    width: 38px;
    height: 38px;

    border: none;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17.92px;
    cursor: pointer;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease,
        background 0.2s ease;
}

.icon-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.icon-btn i {
    color: #222;
}

.menu-toggle {
    cursor: pointer;
}

/* ============== RIGHT SIDE PANEL + OVERLAY ============== */

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 20;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;

    max-width: 80%;
    background: #ffffff;
    /* NO DROPSHADOW HERE ANYMORE */
    /* box-shadow: -22px 0 40px rgba(0, 0, 0, 0.4); */
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 21;
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    border-left: 1px solid #eeeeee;
    /* thin clean edge */
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-title {
    font-size: 22.4px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar-close {
    cursor: pointer;
    font-size: 22.4px;
    margin-bottom: 20px;
}

.sidebar-close i {
    color: #111;
}

.sidebar-menu {
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 19px;
    letter-spacing: 0.16em;
    text-transform: capitalize;
    font-size: 14px;
}

.sidebar-menu a {
    text-decoration: none;
    color: #000;
    position: relative;
    padding-bottom: 4px;
    transition: color 0.25s ease;
}

.sidebar-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #111;
    transition: width 0.3s ease;
}

.sidebar-menu a:hover {
    color: #111;
}

.sidebar-menu a:hover::after {
    width: 32px;
}

/* toggle on */
.nav-toggle:checked ~ .overlay {
    opacity: 1;
    pointer-events: auto;
}

.nav-toggle:checked ~ .sidebar {
    transform: translateX(0);
}

.sidebar ul {
    padding-left: 0;
}

/* small screens */
@media (max-width: 700px) {
    .search-box {
        flex: 1;
        min-width: 0;
        max-width: 100%;
        width: auto;
    }

    .ev-hero-slider {
        min-height: auto !important;
    }

    .nwwidth {
        width: 100% !important;
    }

    .evm-test-section {
        width: 100% !important;
    }

    .af-faq-section {
        width: 100% !important;
    }
}

/* ====================Header==================== */

/* ====================banner-area==================== */
/* ================= HERO SLIDER ================= */

.ev-hero-slider {
    position: relative;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
    background: #000;
}

.ev-hero-track {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.ev-hero-slide {
    position: relative;
    min-width: 100%;
    height: 460px;
    overflow: hidden;
    color: #fff;
}

.ev-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ev-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* dark + red gradient overlay */
.ev-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top left,
            rgb(38 35 35 / 31%),
            transparent 55%
        ),
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.7) 35%,
            rgba(0, 0, 0, 0.25) 70%,
            transparent 100%
        );
    z-index: 1;
}

.ev-hero-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 6vw;
}

.ev-hero-copy {
    max-width: 430px;
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.ev-hero-slide.is-active .ev-hero-copy {
    opacity: 1;
    transform: translateY(0);
}

.ev-hero-badge {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14.56px;
    background: #000;
    border-left: 4px solid #ff2b2b;
    margin-bottom: 22px;
}

.ev-hero-title {
    font-size: 42.56px;
    line-height: 1.15;
    margin-bottom: 18px;
    font-weight: 600;
}

.ev-hero-meta {
    font-size: 16.8px;
    margin-bottom: 6px;
}

.ev-hero-price {
    font-size: 16.8px;
    margin-bottom: 26px;
}

.ev-hero-btn {
    display: inline-block;
    padding: 12px 32px;
    border: none;
    background: #ff2b2b;
    color: #fff;
    font-size: 16.8px;
    cursor: pointer;
    border-radius: 2px;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.ev-hero-btn:hover {
    background: #ff4949;
    transform: translateY(-1px);
}

/* pagination bars */
.ev-hero-pagination {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3;
}

.ev-hero-dot {
    width: 28px;
    height: 3px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        opacity 0.25s ease;
    opacity: 0.7;
}

.ev-hero-dot.is-active {
    background: #ffffff;
    opacity: 1;
    transform: translateY(-1px);
}

/* ========== Responsive tweaks ========== */

@media (max-width: 900px) {
    .ev-hero-slide {
        height: 420px;
    }

    .ev-hero-title {
        font-size: 35.84px;
    }

    .ev-hero-inner {
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .ev-hero-slide {
        height: 380px;
    }

    .ev-hero-title {
        font-size: 29.12px;
    }

    .ev-hero-badge {
        font-size: 12.32px;
        padding: 6px 14px;
    }

    .ev-hero-pagination {
        bottom: 18px;
    }
}

/* ====================banner-area==================== */
/* ====================navtab-area==================== */

.events-section {
    max-width: 1180px;
    margin: 40px auto 60px;
    padding: 0 24px 40px;
}

/* ===== Heading & filter row ===== */
.events-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.events-heading-row h2 {
    font-size: 29.12px;
    font-weight: 600;
}

.events-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #d7d7d7;
    background: #fff;
    font-size: 14.56px;
    cursor: pointer;
}

.events-filter-btn i {
    font-size: 14.56px;
}

/* ===== Tabs ===== */
.events-tabs-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ececec;
    margin-bottom: 24px;
}

.events-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
}

.events-tab {
    position: relative;
    padding-bottom: 8px;
    font-size: 15.68px;
    color: #777;
    cursor: pointer;
    transition: color 0.25s ease;
    white-space: nowrap;
}

.events-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ff2b2b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.events-tab.is-active {
    color: #111;
    font-weight: 500;
}

.events-tab.is-active::after {
    transform: scaleX(1);
}

/* ===== Cards grid ===== */
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.event-card {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.2s ease;
}

.event-card:hover {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.event-card.is-hidden {
    display: none;
}

.event-card.is-appearing {
    opacity: 0;
    transform: translateY(6px);
    animation: cardFadeIn 0.35s ease forwards;
}

@keyframes cardFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.event-card-img-wrap {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.event-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-card-tag {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 12.32px;
    text-transform: none;
    border-radius: 2px;
}

.event-card-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.event-title {
    font-size: 19.04px;
    font-weight: 600;
    margin-bottom: 6px;
}

.event-meta {
    font-size: 14.56px;
    color: #555;
    margin-bottom: 2px;
}

.event-meta + .event-meta {
    margin-top: 2px;
}

.event-featured-label {
    font-size: 13.44px;
    color: #777;
    margin-top: 12px;
    margin-bottom: 6px;
}

.event-artists {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.event-artist-chip {
    padding: 5px 10px;
    font-size: 12.32px;
    border-radius: 2px;
    background: #ffecec;
    color: #e53939;
    border: 1px solid #ffd0d0;
}

.event-card-footer {
    margin-top: auto;
}

.event-btn {
    width: 100%;
    background: #ff2b2b;
    border: none;
    color: #fff;
    font-size: 15.68px;
    padding: 11px 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    transition: background 0.25s ease;
}

.event-btn:hover {
    background: #ff4747;
}

/* View All button (optional) */
.events-view-all {
    margin-top: 32px;
    text-align: center;
}

.view-all-btn {
    padding: 10px 26px;

    border: 1px solid #d7d7d7;
    background: #000;
    font-size: 14.56px;
    cursor: pointer;
    color: #fff;
}

/* ===== Responsiveness ===== */
@media (max-width: 1024px) {
    .events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .events-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .events-tabs-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .events-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ====================navtab-area==================== */
/* ====================testimonals-area================= */
/* ===== Testimonial Section ===== */

.tmn-section {
    background: #121212;
    color: #ffffff;
    padding: 60px 24px 80px;
}

.tmn-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.tmn-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
}

.tmn-header h2 {
    font-size: 31.36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tmn-header p {
    font-size: 15.68px;
    color: #d0d0d0;
    max-width: 520px;
    line-height: 1.6;
}

.tmn-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 4px;
}

.tmn-arrow + .tmn-arrow {
    margin-left: 8px;
}

.tmn-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: transparent;
    color: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15.68px;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.1s ease;
}

.tmn-arrow:hover {
    background: #f5f5f5;
    color: #111;
    border-color: #f5f5f5;
    transform: translateY(-1px);
}

/* ===== Slider ===== */

.tmn-slider {
    overflow: hidden;
    position: relative;
}

.tmn-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
}

/* Each slide = one card */
.tmn-slide {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 12px;
    box-sizing: border-box;
}

/* Mobile: one slide/card full width */
@media (max-width: 768px) {
    .tmn-slide {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.tmn-card {
    background: #2d2d2d;
    padding: 26px 26px 24px;
    min-height: 313px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tmn-quote-icon {
    font-size: 80.64px;
    color: #ff3a3a;
}

.tmn-text {
    font-size: 15.68px;
    line-height: 1.7;
    color: #f3f3f3;
    margin-top: -34px;
}

.tmn-name {
    font-size: 15.68px;
    font-weight: 600;
    color: #ff3a3a;
    margin-bottom: 4px;
}

.tmn-role {
    font-size: 13.44px;
    color: #c2c2c2;
}

/* Little animation when slide becomes active (optional) */
.tmn-slide.is-active .tmn-card {
    animation: tmnFadeUp 0.6s ease forwards;
}

@keyframes tmnFadeUp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Extra small layout tweaks */
@media (max-width: 640px) {
    .tmn-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tmn-header {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .tmn-arrows {
        margin-top: 12px;
    }
}

/* ====================testimonals-area================= */

/* ====================Get-in-touch================== */
/* ===== GET IN TOUCH SECTION ===== */

.gt-section {
    padding: 70px 24px 60px;
}

.gt-inner {
    max-width: 960px;
    margin: 0 auto;
}

.gt-heading {
    text-align: center;
    margin-bottom: 40px;
}

.gt-heading h2 {
    font-size: 33.6px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gt-heading p {
    font-size: 15.68px;
    color: #777;
    line-height: 1.6;
}

/* form wrapper */

.gt-form-wrap {
    background: #ffefef;
    padding: 32px 40px 40px;
}

.gt-form-header {
    margin-bottom: 22px;
}

.gt-form-title {
    font-size: 31.36px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.gt-form-subtitle {
    font-size: 14.56px;
    color: #666;
    max-width: 460px;
}

/* form layout */

.gt-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    font-size: 14.56px;
}

.gt-form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.gt-form-group.full {
    grid-column: 1 / -1;
}

.gt-label {
    font-size: 16.8px;
    color: #000;
    font-weight: 500;
    margin-bottom: 6px;
}

.gt-input,
.gt-select,
.gt-textarea {
    width: 100%;
    border: none;
    padding: 10px 12px;
    background: #ffffff;
    font-size: 14.56px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.gt-input::placeholder,
.gt-textarea::placeholder {
    color: #999;
}

.gt-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #777 50%),
        linear-gradient(135deg, #777 50%, transparent 50%);
    background-position:
        calc(100% - 14px) 10px,
        calc(100% - 9px) 10px;
    background-size:
        6px 6px,
        6px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gt-textarea {
    min-height: 40px;
    resize: vertical;
    line-height: 0.5;
}

.gt-submit-wrap {
    grid-column: 1 / -1;
    margin-top: 6px;
}

.gt-submit-btn {
    width: 100%;
    border: none;
    background: #ff2b2b;
    color: #fff;
    padding: 12px 18px;
    font-size: 15.68px;
    cursor: pointer;
    transition: background 0.25s ease;
}

.gt-submit-btn:hover {
    background: #ff4646;
}

/* responsive */

@media (max-width: 768px) {
    .gt-form-wrap {
        padding: 24px 18px 30px;
    }

    .gt-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .gt-form-group.full {
        grid-column: 1 / 2;
    }

    /* Prevent iOS Safari from zooming on input focus (font-size must be >= 16px) */
    .gt-input,
    .gt-select,
    .gt-textarea {
        font-size: 16px;
    }
}

/* ====================Get-in-touch================== */

/* ====================Footer-section================= */
/* ===== FOOTER ===== */

.ev-footer {
    background: linear-gradient(90deg, #1d1d1d 0%, #232323 100%);
    color: #ffffff;
    padding: 50px 38px 36px;
}

.ev-footer-inner {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 0.5fr 0.5fr 1.5fr;
    gap: 50px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ev-footer-col-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #ffffff;
}

/* brand */
.ev-footer-logo {
    margin-bottom: 14px;
}

.ev-footer-logo img {
    width: 120px;
    display: block;
    background: #fff;
    padding: 4px;
}

.ev-footer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #e5e5e5;

    margin-bottom: 16px;
}

.ev-footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ev-footer-social a {
    width: 22px;
    height: 22px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    transition: all 0.25s ease;
}

.ev-footer-social a:hover {
    background: #ffffff;
    color: #1c1c1c;
}

.ev-footer-brand {
    position: relative;
}

/* links */
.ev-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ev-footer-links li + li {
    margin-top: 24px;
}

.ev-footer-links a {
    color: #f3f3f3;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: color 0.25s ease;
}

.ev-footer-links a:hover {
    color: #ffffff;
}

/* contact */
.ev-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ev-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #f3f3f3;
    font-size: 17px;
    line-height: 1.5;
    flex-wrap: wrap;
}

.ev-footer-contact a {
    color: #f3f3f3;
    text-decoration: none;
    transition: color 0.25s ease;
}

.ev-footer-contact a:hover {
    color: #ffffff;
}

.ev-icon {
    width: 18px;
    min-width: 18px;
    display: inline-flex;
    justify-content: center;
    margin-top: 2px;
    font-size: 15px;
    color: #ffffff;
}

.ev-divider {
    color: #cfcfcf;
    margin: 0 3px;
}

/* proud members */
.ev-footer-members {
    max-width: 1220px;
    margin: 14px auto 0;
    text-align: center;
}

.ev-footer-members h5 {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
}

.ev-footer-member-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ev-member-box {
    background: #ffffff;
    padding: 6px 10px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ev-member-box img {
    max-height: 30px;
    max-width: 90px;
    object-fit: contain;
    display: block;
}

/* responsive */
@media (max-width: 991px) {
    .ev-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 35px 28px;
    }

    .ev-footer-text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ev-footer {
        padding: 26px 20px 30px;
    }

    .ev-footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ev-footer-links li + li {
        margin-top: 16px;
    }

    .ev-footer-contact li {
        margin-bottom: 12px;
    }

    .ev-footer-member-logos {
        flex-wrap: nowrap;
        gap: 6px;
        justify-content: center;
    }

    .ev-member-box {
        flex: 1;
        min-width: 0;
        max-width: 25%;
        padding: 4px 6px;
        height: 40px;
    }

    .ev-member-box img {
        max-width: 100%;
        max-height: 26px;
        width: 100%;
        object-fit: contain;
    }
}

/* ====================Footer-section================= */

/* ====================Event-detailsrea===================== */

.event-page {
    padding: 40px 0px 10px;
}

/* .event-inner {
    margin: 0 auto;
} */

.nwwidth {
    width: 698px;
}

.nwwidth1 {
    width: 773px;
}

/* ===== Title ===== */
.ep-title {
    font-size: 31.36px;
    font-weight: 500;
    margin-bottom: 22px;
}

/* ===== HERO (image + card) ===== */
.ep-hero {
    display: grid;
    grid-template-columns: minmax(0, 2.15fr) minmax(280px, 1.2fr);
    gap: 30px;
}

.ep-main-img img {
    width: 100%;
    display: block;
}

.ep-side-card {
    background: #fff;

    height: 263px;
}

.ep-info-list {
    list-style: none;
    font-size: 15.68px;
    margin-bottom: 12px;
    padding-top: 20px;
}

.ep-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.ep-info-label {
    display: block;
    font-size: 12px;
    color: #888888;
    margin-bottom: 2px;
}

.ep-info-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
}

.ep-info-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffe1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3b3b;
    font-size: 16.8px;
    flex-shrink: 0;
}

.ep-info-text {
    display: flex;
    flex-direction: column;
    font-size: 15.68px;
    color: #111111;
}

.ep-info-label {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    margin-bottom: 2px;
}

.ep-divider {
    border: none;
    border-top: 1px solid #ececec;
    margin: 12px 0 14px;
}

/* price + button */
.ep-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    padding: 0px 22px 0px;
}

.ep-price-label {
    font-size: 14.56px;
    color: #666666;
    margin-bottom: 2px;
}

.ep-price-value {
    font-size: 20.16px;
    font-weight: 500;
}

.ep-book-btn {
    padding: 10px 22px;
    background: #ff3b3b;
    border: none;
    color: #ffffff;
    font-size: 14.56px;
    cursor: pointer;
    white-space: nowrap;
}

.ep-book-btn:hover {
    background: #ff5252;
}

.ep-offer-bar {
    margin-top: 4px;
    background: #111111;
    color: #ffffff;
    font-size: 13.44px;
    padding: 8px 12px;
    text-align: center;
}

.ep-brochure-row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14.56px;
    color: #ff3b3b;
}

.ep-brochure-row a {
    text-decoration: none;
    color: #ff3b3b;
}

.ep-brochure-row i {
    font-size: 15.68px;
}

/* ===== ABOUT SECTION ===== */
.ep-section-divider {
    height: 1px;
    background: #ececec;
    margin: 28px 0 22px;
}

.ep-about-title {
    font-size: 20.16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.ep-about-text p {
    font-size: 15.68px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 10px;
}

/* ===== EVENT GUIDE ===== */
.ep-guide-title {
    font-size: 20.16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.ep-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 18px;
}

.ep-guide-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ep-guide-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 4px;
    background: #fff1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3b3b;
    font-size: 22.4px;
    flex-shrink: 0;
}

.ep-guide-label {
    font-size: 13.44px;
    color: #666666;
    margin-bottom: 4px;
}

.ep-guide-value {
    font-size: 15.68px;
    font-weight: 500;
}

@media (max-width: 900px) {
    .ep-hero {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    /* .event-page {
        padding-inline: 16px;
    } */

    .ep-title {
        font-size: 26.88px;
    }

    .ep-guide-grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 16px;
    }
}

/* ====================Event-detailsrea===================== */

/* ===================Event-gallery==================== */
.gallery-section {
    width: 700px;
    margin-bottom: 60px;
}

.ev-footer-contact a {
    color: #fff;
}

.gallery-title {
    font-size: 20.16px;
    font-weight: 500;
    margin-bottom: 18px;
}

/* main grid: 3 columns */
.gallery-grid {
    display: grid;
    gap: 16px;
    align-items: flex-start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-col {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gallery-row {
    display: flex;
    gap: 16px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

figure {
    margin: 0;
}

/* specific heights to mimic the reference layout */
/* .g-left-large {
      height: 320px;
    }

    .g-left-small {
      height: 140px;
    }

    .g-mid-small {
      height: 140px;
    }

    .g-mid-large {
      height: 320px;
    }

    .g-right-large {
      height: 210px;
    }

    .g-right-small {
      height: 140px;
    } */

/* basic responsive: stack columns on small screens */
@media (max-width: 900px) {
    .gallery-grid {
        flex-direction: column;
    }
}

/* ===================Event-gallery==================== */
/* ===================Event Testimonials=============== */

/* ===== Testimonials ===== */

.evm-test-section {
    width: 701px;
    margin: 50px 0;
}

.evm-test-title {
    font-size: 20.16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.evm-test-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.evm-test-card {
    background: #ffecec;
    padding: 24px 26px 22px;
    font-size: 15.68px;
    color: #333333;
}

.evm-test-quote-icon {
    font-size: 24.64px;
    color: #ff3232;
    margin-bottom: 12px;
}

.evm-test-text {
    line-height: 1.7;
    margin-bottom: 18px;
}

.evm-test-name {
    font-size: 15.68px;
    font-weight: 600;
    color: #ff3232;
    margin-bottom: 4px;
}

.evm-test-role {
    font-size: 13.44px;
    color: #555555;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .evm-test-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .gallery-section {
        width: 100%;
    }
    .gallery-grid {
        display: grid;
        gap: 16px;
        align-items: flex-start;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ===================Event Testimonials=============== */

/* ===================Event Faq================== */

.af-faq-section {
    width: 700px;
    margin-bottom: 60px;
}

.af-faq-title {
    font-size: 20.16px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #111111;
}

.af-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.af-faq-item {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.af-faq-header {
    width: 100%;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14.56px;
    color: #222222;
}

.af-faq-header-text {
    text-align: left;
}

.af-faq-icon {
    width: 14px;
    height: 14px;
    position: relative;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.af-faq-icon::before,
.af-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #999999;
    transform: translate(-50%, -50%);
}

.af-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.af-faq-item.af-faq-open .af-faq-icon {
    transform: rotate(180deg);
}

.af-faq-item.af-faq-open .af-faq-icon::after {
    opacity: 0;
    /* turn + into – */
}

.af-faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    padding: 0 20px;
    box-sizing: border-box;
}

.af-faq-body-inner {
    padding: 0 0 16px 0;
    font-size: 14.56px;
    line-height: 1.5;
    color: #555555;
}

/* ===================Event Faq================== */

/* ===================Arist-area================= */
.ag-page-wrapper {
    min-height: 100vh;
    background: linear-gradient(to bottom, #ffeef4 0, #ffffff 260px);
    padding: 40px 24px 60px;
    box-sizing: border-box;
}

.ag-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.ag-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.ag-title {
    font-size: 31.36px;
    font-weight: 500;
    line-height: 1.3;
}

.ag-title span.ag-title-highlight {
    color: #ff4b6a;
    font-weight: 600;
}

.ag-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #dddddd;
    background: #ffffff;
    font-size: 14.56px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.ag-filter-btn:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.ag-filter-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #333333;
    position: relative;
}

.ag-filter-icon::before,
.ag-filter-icon::after {
    content: "";
    position: absolute;
    background: #333333;
    border-radius: 2px;
}

.ag-filter-icon::before {
    width: 8px;
    height: 2px;
    top: 4px;
    left: 3px;
}

.ag-filter-icon::after {
    width: 4px;
    height: 2px;
    bottom: 4px;
    right: 3px;
}

/* Grid */
.ag-artist-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.ag-artist-card {
    -webkit-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
    max-width: calc(25% - 16px);
    margin: 8px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.ag-artist-thumb {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

/* Responsive For Artist IMAGE — explicit heights as base (Safari < 15 fallback) */
@media (max-width: 1024px) {
    .ag-artist-thumb {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .ag-artist-thumb {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .ag-artist-thumb {
        height: 260px;
    }
}

/* aspect-ratio progressive enhancement for Safari 15+ / Chrome */
@supports (aspect-ratio: 4/3) {
    @media (max-width: 1024px) {
        .ag-artist-thumb {
            height: auto;
            aspect-ratio: 4/3;
        }
    }

    @media (max-width: 768px) {
        .ag-artist-thumb {
            height: auto;
            aspect-ratio: 16/9;
        }
    }

    @media (max-width: 480px) {
        .ag-artist-thumb {
            height: auto;
            aspect-ratio: 1/1;
        }
    }
}




.ag-artist-content {
    padding: 23px 12px 23px;
}

.ag-artist-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
    text-align: center;
}

.ag-artist-meta {
    font-size: 15px;
    color: #666666;
}

/* Bottom button */
.ag-footer-actions {
    text-align: center;
    margin-top: 28px;
}

.ag-view-more-btn {
    padding: 10px 32px;
    /* border-radius: 999px; */
    border: none;
    background: #111111;
    color: #ffffff;
    font-size: 14.56px;
    cursor: pointer;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ag-view-more-btn:hover {
    background: #000000;
}

/* Responsive */
@media (max-width: 1024px) {
    .ag-artist-card {
        -webkit-flex-basis: calc(33.333% - 16px);
        flex-basis: calc(33.333% - 16px);
        max-width: calc(33.333% - 16px);
    }
}

@media (max-width: 768px) {
    .ag-header {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .ag-artist-card {
        -webkit-flex-basis: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
}

@media (max-width: 480px) {
    .ag-artist-card {
        -webkit-flex-basis: calc(100% - 16px);
        flex-basis: calc(100% - 16px);
        max-width: calc(100% - 16px);
    }

    .ag-title {
        font-size: 24.64px;
    }
}

/* ===================Arist-area================= */

/* ===================Artist-Detailsarea====================== */

.artist-profile-wrapper {
    max-width: 1100px;
    margin: 60px auto;
    padding: 40px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.artist-profile-image-box {
    -webkit-flex: 0 0 420px;
    flex: 0 0 420px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-radius: 4px;
    overflow: visible;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    background: #000;
    margin-right: 60px;
}

.artist-profile-image-box img {
    display: block;
    width: 100%;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.artist-profile-content {
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    max-height: 100%;
    overflow-y: auto;
    color: #222222;
}

.artist-profile-title {
    font-size: 35.84px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    width: 384px;
}

.artist-profile-subtitle {
    font-size: 14.56px;
    color: #777777;
    margin-bottom: 24px;
}

.artist-profile-section-title {
    font-size: 22px;
    font-weight: 600;
    color: #ff305a;
    margin-bottom: 6px;
}

.artist-profile-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
    max-width: 520px;
}

.artist-profile-section {
    margin-bottom: 22px;
}

.artist-profile-social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.artist-profile-social-icons a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #222222;
    font-size: 13.44px;
    text-decoration: none;
    color: #222222;
    margin-right: 8px;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        -webkit-transform 0.2s ease,
        transform 0.2s ease;
}

.artist-profile-social-icons a:last-child {
    margin-right: 0;
}

.artist-profile-social-icons a:hover {
    background: #222222;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .artist-profile-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 30px 16px;
        margin: 20px 0;
    }

    .artist-profile-image-box {
        -webkit-flex: none;
        flex: none;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .artist-profile-image-box img {
        -webkit-flex: none;
        flex: none;
        height: auto;
        width: 100%;
    }

    .artist-profile-title {
        width: 100%;
        font-size: 26px;
    }

    .artist-profile-text {
        max-width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .artist-profile-content {
        width: 100%;
        min-width: 0;
        max-height: none;
        overflow-y: visible;
    }
}

/* ===================Artist-Detailsarea====================== */
/* ===================upcoming-concerts======================= */
/* Overall section */
.uc-section {
    padding: 60px 16px;
    background: #ffffff;
}

.uc-container {
    max-width: 960px;
    margin: 0 auto;
}

/* Heading */
.uc-heading {
    font-size: 31.36px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 24px;
}

/* Cards */
.uc-card {
    display: flex;
    align-items: center;
    background: #ffeef1;
    /* light blush pink like design */
    padding: 18px 24px;
    margin-bottom: 16px;
    gap: 24px;
}

.uc-card-img {
    flex: 0 0 170px;
    max-width: 170px;
}

.uc-card-img img {
    display: block;
    width: 100%;
    height: 127px;
}

/* Text content */
.uc-card-content {
    flex: 1 1 auto;
}

.uc-card-title {
    font-size: 22.4px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 6px;
}

.uc-card-subtitle {
    font-size: 15.68px;
    line-height: 1.5;
    color: #555555;
    margin-bottom: 6px;
}

.uc-card-date {
    font-size: 15.68px;
    font-weight: 600;
    color: #e50019;
    /* red date text */
}

/* Button */
.uc-card-action {
    flex: 0 0 auto;
}

.uc-btn {
    display: inline-block;
    padding: 10px 26px;
    font-size: 15.68px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.uc-btn-primary {
    background: #e50019;
    /* bright red */
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .uc-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .uc-card-img {
        width: 100%;
        max-width: 100%;
    }

    .uc-card-action {
        margin-top: 10px;
    }
}

/* ===================upcoming-concerts======================= */

/* ===================Artist Merchandise====================== */
.am-section {
    padding: 20px 16px;
    background: #ffffff;
}

.am-container {
    max-width: 1180px;
    margin: 0 auto;
}

/* Header */
.am-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.am-title {
    font-size: 31.36px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 6px;
}

.am-subtitle {
    font-size: 15.68px;
    color: #666666;
    max-width: 460px;
    line-height: 1.6;
}

/* Arrows */
.am-arrows {
    display: flex;
    gap: 8px;
}

.am-arrow {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    cursor: pointer;
    font-size: 20.16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-arrow:hover {
    background: #f3f3f3;
}

/* Slider */
.am-slider {
    overflow: hidden;
}

.am-slider-track {
    display: flex;
    gap: 24px;
    padding: 4px 0 16px;
}

/* Cards */
.am-card {
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    overflow: hidden;
    flex: 0 0 calc(25% - 18px);
    /* 4 cards on desktop */
}

.am-card-img img {
    display: block;
    width: 100%;
    height: auto;
}

.am-card-body {
    padding: 16px 14px 18px;
}

.am-card-title {
    font-size: 15.68px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 4px;
}

.am-card-price {
    font-size: 14.56px;
    font-weight: 500;
    color: #e30613;
    /* red price like design */
}

/* Responsive */
@media (max-width: 900px) {
    .am-card {
        flex: 0 0 calc(50% - 18px);
        /* optional: 2 on tablet */
    }
}

@media (max-width: 600px) {
    .am-header {
        flex-direction: column;
    }

    .am-card {
        flex: 0 0 100%;
        /* 1 card on mobile */
    }
}

/* ===================Artist Merchandise====================== */

/* ==================Video-section==================== */
.vc-section {
    padding: 30px 16px;
    background: #ffffff;
}

.vc-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #111111;
}

.vc-tag {
    font-size: 12.32px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e30613;
    /* red tag text */
    margin-bottom: 18px;
}

.vc-title {
    font-size: 22.4px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 auto 32px;
    max-width: 720px;
    color: #222222;
}

/* Video area */

.vc-video-wrapper {
    position: relative;
    margin: 0 auto 28px;
    max-width: 900px;
    overflow: hidden;
}

.vc-video-image {
    display: block;
    width: 100%;
    height: auto;
}

/* Play button overlay */

.vc-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14.56px;
}

.vc-play-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
    box-sizing: border-box;
}

.vc-play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #ffffff;
}

.vc-play-text {
    font-weight: 400;
}

/* Caption */

.vc-caption {
    font-size: 15.68px;
    line-height: 1.7;
    color: #555555;
    max-width: 720px;
    margin: 0 auto;
}

/* Responsive */

@media (max-width: 768px) {
    .vc-section {
        padding: 60px 16px;
    }

    .vc-title {
        font-size: 20.16px;
    }

    .vc-caption {
        font-size: 14.56px;
    }
}

/* ==================Video-section==================== */
/* =================artist-gallery=================== */
.gm-gallery {
    padding: 60px 16px;
    background: #ffffff;
}

.gm-gallery-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.gm-gallery-heading {
    text-align: center;
    font-size: 29.12px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 24px;
}

/* GRID */

.gm-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns */
    grid-auto-rows: 190px;
    /* row height */
    gap: 12px;
}

/* Base item style */

.gm-gallery-item {
    position: relative;
    overflow: hidden;
}

.gm-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Explicit placement to match the design */

/* Tall left image: 2 rows, column 1 */
.gm-item-1 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

/* Top-row three images */
.gm-item-2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.gm-item-3 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
}

.gm-item-4 {
    grid-row: 1 / 3;
    grid-column: 4 / 5;
}

/* Bottom wide image across columns 2–4 */
.gm-item-5 {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
}

/* Responsive */

@media (max-width: 900px) {
    .gm-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 170px;
    }

    /* Let items flow naturally on smaller screens */
    .gm-item-1,
    .gm-item-2,
    .gm-item-3,
    .gm-item-4,
    .gm-item-5 {
        grid-row: auto;
        grid-column: auto;
    }
}

@media (max-width: 550px) {
    .gm-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 180px;
    }
}

/* =================artist-gallery=================== */

/* ===================artists-merchandise================ */
.prd-container {
    max-width: 1180px;
    margin: 40px auto;
    padding: 0 16px;
}

.prd-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: flex-start;
}

/* LEFT: IMAGE AREA */

.prd-media-box {
    background: #fff;
    padding: 16px;
}

.prd-main-photo {
    width: 100%;
    aspect-ratio: 4 / 4;
    overflow: hidden;
    margin-bottom: 14px;
}

.prd-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prd-thumb-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.prd-thumb-item {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.prd-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid #eee;
}

.prd-thumb-item.prd-thumb-active::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #e53935;
    pointer-events: none;
}

/* RIGHT: INFO */

.prd-info-panel {
    background: #fff;
    padding: 24px 32px 28px;
}

.prd-breadcrumbs {
    font-size: 13.44px;
    color: #999;
    margin-bottom: 18px;
}

.prd-breadcrumbs span {
    cursor: pointer;
}

.prd-breadcrumbs span:hover {
    text-decoration: underline;
}

.prd-artist-name {
    font-size: 15.68px;
    color: #e53935;
    margin-bottom: 6px;
}

.prd-main-title {
    font-size: 31.36px;
    font-weight: 600;
    margin-bottom: 14px;
}

.prd-description {
    font-size: 14.56px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 18px;
}

.prd-price-tag {
    font-size: 24.64px;
    font-weight: 600;
    color: #e53935;
    margin-bottom: 22px;
}

.prd-size-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.prd-size-label {
    font-size: 14.56px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.prd-size-chart-btn {
    font-size: 13.44px;
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: underline;
    color: #444;
}

.prd-size-chart-btn:hover {
    color: #e53935;
}

.prd-size-group {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.prd-size-btn {
    width: 40px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 14.56px;
    text-transform: uppercase;
}

.prd-size-btn.prd-size-active {
    border-color: #111;
    background: #111;
    color: #fff;
}

.prd-size-note {
    font-size: 13.44px;
    line-height: 1.7;
    color: #777;
    margin-bottom: 22px;
}

.prd-actions-row {
    display: flex;
    gap: 18px;
    align-items: center;
}

.prd-qty-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    height: 40px;
}

.prd-qty-btn {
    width: 36px;
    height: 38px;
    border: none;
    background: #f6f6f6;
    cursor: pointer;
    font-size: 20.16px;
    line-height: 1;
}

.prd-qty-btn:active {
    transform: translateY(1px);
}

.prd-qty-field {
    width: 40px;
    border: none;
    text-align: center;
    font-size: 15.68px;
    outline: none;
}

.prd-buy-btn {
    border: none;
    height: 40px;
    padding: 0 32px;
    background: #e53935;
    color: #fff;
    font-size: 14.56px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
}

.prd-buy-btn:hover {
    filter: brightness(0.92);
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .prd-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .prd-info-panel {
        padding: 20px;
    }
}

.bg {
    background: linear-gradient(
        360deg,
        rgba(255, 241, 242, 0) 0%,
        rgba(255, 241, 242, 0.5) 100%
    );
}

.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: #ffffff;
    border: 1px solid #3b3b3b;
    border-radius: 2px;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.filter-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2e2e2e;
}

.filter-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
}

.filter-icon svg path {
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* optional tiny hover like modern UI */
.filter-btn:hover {
    background: #f7f7f7;
}

/* ================gallery================= */
.mbl-section {
    max-width: 1160px;
    margin: 0 auto;
    padding: 60px 24px 80px;
}

.mbl-heading {
    margin: 0 0 16px;
    font-size: 31.36px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 1.1;
}

.mbl-heading span {
    color: #e20000;
    /* red "Brought" */
}

.mbl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mbl-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #eee;
}

.mbl-card img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
    object-position: top;
}

.mbl-card-original {
    display: none !important;
}

.mbl-card-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 8px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 900px) {
    .mbl-section {
        padding: 24px 16px 32px;
    }

    .mbl-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mbl-card img {
        width: 100%;
        height: 240px;
        display: block;
        object-fit: cover;
        object-position: top;
    }
}

@media (max-width: 560px) {
    .mbl-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .mbl-card img {
        width: 100%;
        height: 140px;
        display: block;
        object-fit: cover;
        object-position: top;
    }
}

.ptn-wrap {
    max-width: 700px;
    margin-bottom: 40px;
}

.ptn-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #4f46e5;
    /* purple */
    font-weight: 700;
}

.ptn-title {
    margin: 0 0 34px;
    font-size: clamp(24px, 3.2vw, 36px);
    line-height: 1.2;
    font-weight: 700;
    color: #0b1220;
}

.ptn-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: stretch;
}

.ptn-card {
    height: 78px;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

/* If you use images */
.ptn-logo {
    max-height: 61px;
    max-width: 160px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    filter: saturate(1.05);
}

/* If you want text-only placeholders (optional) */
.ptn-text {
    font-weight: 700;
    font-size: 20px;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.ptn-text.muted {
    font-weight: 600;
    color: #334155;
}

/* Responsive */
@media (max-width: 900px) {
    .ptn-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ptn-card {
        height: 76px;
    }
}

@media (max-width: 420px) {
    .ptn-wrap {
        padding: 44px 14px 56px;
    }

    .ptn-grid {
        gap: 14px;
    }

    .ptn-card {
        height: 74px;
        border-radius: 11px;
    }

    .mbl-card img {
        width: 100%;
        height: 100px;
        display: block;
        object-fit: cover;
        object-position: top;
    }

}

.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: #ffffff;
    border: 1px solid #3b3b3b;
    border-radius: 2px;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.filter-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2e2e2e;
}

.filter-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
}

.filter-icon svg path {
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* optional tiny hover like modern UI */
.filter-btn:hover {
    background: #f7f7f7;
}

.ev-shell {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

.ev-terms {
    background: #f6f8fb;
}

/* Hero */
.ev-terms__hero {
    background:
        radial-gradient(
            1200px 600px at 10% 20%,
            rgba(242, 172, 34, 0.18),
            transparent 60%
        ),
        radial-gradient(
            900px 500px at 90% 10%,
            rgba(34, 76, 104, 0.16),
            transparent 55%
        ),
        linear-gradient(180deg, #ffffff, #f6f8fb);
    border-bottom: 1px solid #e8eef5;
}

.ev-terms__heroInner {
    padding: 44px 0 26px;
}

.ev-crumbs {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: #6b7a8a;
    margin-bottom: 10px;
}

.ev-crumbs__link {
    color: #224c68;
    text-decoration: none;
    font-weight: 600;
}

.ev-crumbs__link:hover {
    text-decoration: underline;
}

.ev-crumbs__sep {
    opacity: 0.6;
}

.ev-crumbs__current {
    color: #4b5a6a;
    font-weight: 600;
}

.ev-terms__title {
    margin: 0 0 10px;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.1;
    color: #0b1e3c;
    font-weight: 800;
    letter-spacing: -0.3px;
}

.ev-terms__lead {
    margin: 0 0 14px;
    color: #4b5a6a;
    font-size: 15px;
    line-height: 1.7;
    max-width: 780px;
}

.ev-terms__meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ev-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e8eef5;
    font-size: 13px;
    color: #224c68;
    font-weight: 700;
}

.ev-pill--soft {
    color: #0b1e3c;
    background: rgba(242, 172, 34, 0.12);
    border-color: rgba(242, 172, 34, 0.22);
}

.tcheading {
    text-align: center;
    margin-top: 40px;
}

.ev-footer-contact a {
    color: #fff;
}

/* Layout */
.ev-terms__grid {
    display: grid;

    gap: 18px;
    padding: 22px 0 44px;
    align-items: start;
}

/* Cards */
.ev-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(11, 30, 60, 0.05);
    padding: 18px;
}

.ev-card__title {
    margin: 0 0 10px;
    color: #0b1e3c;
    font-size: 18px;
    font-weight: 800;
}

.ev-muted {
    color: #667789;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 10px 0 0;
}

.ev-list {
    margin: 10px 0 0;
    padding-left: 18px;
    color: #4b5a6a;
    line-height: 1.8;
    font-size: 14px;
}

.ev-list li {
    margin: 2px 0;
}

.ev-terms__content {
    display: grid;
    gap: 14px;
}

.ev-terms__section p {
    margin: 0;
    color: #4b5a6a;
    line-height: 1.85;
    font-size: 14px;
}

.ev-terms__section p + p {
    margin-top: 10px;
}

.ev-callout {
    margin-top: 12px;
    padding: 12px 12px;
    border-radius: 12px;
    background: rgba(34, 76, 104, 0.06);
    border: 1px solid rgba(34, 76, 104, 0.14);
    color: #224c68;
    font-size: 14px;
    line-height: 1.7;
}

/* Aside TOC */
.ev-terms__aside {
    position: sticky;
    top: 16px;
    height: fit-content;
}

.ev-terms__toc {
    padding: 16px;
}

.ev-terms__tocTitle {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 900;
    color: #0b1e3c;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.ev-toc {
    display: grid;
    gap: 6px;
}

.ev-toc__link {
    display: block;
    padding: 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #224c68;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid transparent;
    background: #f7f9fc;
    transition: 0.2s ease;
}

.ev-toc__link:hover {
    border-color: rgba(242, 172, 34, 0.4);
    background: rgba(242, 172, 34, 0.12);
    transform: translateY(-1px);
}

.ev-mini {
    margin-top: 12px;
    border-top: 1px solid #e8eef5;
    padding-top: 12px;
    display: grid;
    gap: 10px;
}

.ev-mini__row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
}

.ev-mini__label {
    color: #667789;
    font-weight: 700;
}

.ev-mini__value {
    color: #0b1e3c;
    font-weight: 800;
}

/* Contact */
.ev-contact {
    margin-top: 12px;
    display: grid;
    gap: 10px;
}

.ev-contact__item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    background: #f7f9fc;
    border: 1px solid #e8eef5;
}

.ev-contact__label {
    font-size: 13px;
    font-weight: 900;
    color: #224c68;
}

.ev-contact__value {
    font-size: 13px;
    font-weight: 800;
    color: #0b1e3c;
    text-decoration: none;
    text-align: right;
    word-break: break-word;
}

.ev-contact__value:hover {
    text-decoration: underline;
}

.ev-terms__endNote {
    padding: 8px 2px 0;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .ev-terms__grid {
        grid-template-columns: 1fr;
    }

    .ev-terms__aside {
        position: static;
        order: -1;
        /* show TOC on top for tablet/mobile */
    }

    .ev-terms__tocTitle {
        text-transform: none;
        font-size: 16px;
    }

    .ev-toc {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ev-toc__link {
        padding: 10px;
    }
}

@media (max-width: 560px) {
    .ev-terms__heroInner {
        padding: 34px 0 20px;
    }

    .ev-card {
        padding: 14px;
        border-radius: 12px;
    }

    .ev-toc {
        grid-template-columns: 1fr;
    }

    .ev-contact__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .ev-contact__value {
        text-align: left;
    }
}

/* ========================== */
.ventures-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 20px 50px;

    text-align: center;
}

.ventures-title {
    font-size: 30px;
    font-weight: 700;
    color: #ed1d28;
    margin-bottom: 35px;
}

.ventures-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
    flex-wrap: wrap;
}

.venture-card {
    width: 220px;
    text-align: center;
}

.venture-logo {
    width: 170px;
    height: 170px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.venture-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.venture-name {
    font-size: 18px;
    color: #222;
    margin-bottom: 12px;
    margin: -29px 0px 0px 0px;
}

.learn-more-btn {
    background: none;
    border: none;
    color: #ed1d28;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.learn-more-btn:hover {
    text-decoration: underline;
}

.venture-content {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.4s ease,
        margin-top 0.3s ease;
    margin-top: 0;
}

.venture-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-top: 12px;
}

.venture-card.active .venture-content {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 10px;
}

@media (max-width: 900px) {
    .ventures-container {
        gap: 60px;
    }
}

@media (max-width: 600px) {
    .ventures-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
}

/* ========================== */
.leftnew {
    text-align: left !important;
}

.gallerynew .gallery-item {
    overflow: hidden;
    height: 100%;
}

.gallerynew .gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Side images */
.gallerynew .tall {
    height: 520px;
}

/* Top 2 center images */
.gallerynew .top-small {
    height: 250px;
}

/* Bottom center image */
.gallerynew .bottom-wide {
    height: 255px;
}

@media (max-width: 991px) {
    .gallerynew .tall {
        height: 320px;
    }

    .gallerynew .top-small {
        height: 153px;
    }

    .gallerynew .bottom-wide {
        height: 155px;
        margin-top: 0;
    }

    .gallerynew .gallery-item img {
        height: 100%;
    }
}

@media (max-width: 480px) {
    .gallerynew .tall {
        height: 180px;
    }

    .gallerynew .top-small {
        height: 85px;
    }

    .gallerynew .bottom-wide {
        height: 88px;
    }
}

.event-banner {
    position: relative;
    width: 100%;
    min-height: 580px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.event-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.event-banner--no-overlay::before {
    display: none;
}

@media (max-width: 768px) {
    .event-banner {
        height: 280px;
        min-height: unset;
        background-size: cover;
        background-position: center;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
    }

    .event-banner .banner-content h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .event-banner .breadcrumb {
        font-size: 12px;
        gap: 4px;
    }
    .mbl-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .search-box input {
        font-size: 10px;
    }
}

.banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 12px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 14px;
}

.breadcrumb a,
.breadcrumb span {
    color: #fff;
    text-decoration: none;
}

/* Campus Events Section */
.campus-events-section {
    padding: 22px 20px 12px;
}

.campus-events-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.campus-events-title {
    margin: 0 0 16px;
    font-size: 29px;
    font-weight: 600;
    color: #222;
}

.campus-events-text {
    margin: 0 auto;
    max-width: 600px;
    font-size: 17px;
    line-height: 1.45;
    color: #3a3a3a;
}

.campus-events-text + .campus-events-text {
    margin-top: 16px;
}

/* Our Clients Section */
.our-clients-section {
    padding: 18px 20px 40px;
}

.our-clients-container {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.our-clients-title {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.clients-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.client-card {
    background: #fff;
    flex: 0 0 calc(20% - 8px);
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 6px;
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.1),
        0 1px 4px rgba(0, 0, 0, 0.06);
}

.client-card img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    display: block;
}

/* Responsive */
@media (max-width: 767px) {
    .clients-grid {
        gap: 8px;
    }

    .client-card {
        flex: 0 0 calc(33.33% - 6px);
    }

    .campus-events-title,
    .our-clients-title {
        font-size: 18px;
    }

    .campus-events-text {
        max-width: 100%;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .client-card {
        flex: 0 0 calc(33.33% - 6px);
        height: 100px;
    }
}

.event-gallery-section {
    background: #f3f3f3;
    padding: 20px 20px 40px;
}

.event-gallery-container {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.event-gallery-title {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    margin: 0 0 20px;
}

.event-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.event-gallery-item {
    grid-column: span 2;
    overflow: hidden;
    background: #ddd;
}

.event-gallery-item.is-centered-single {
    grid-column: 3 / span 2;
}

.event-gallery-item.is-centered-pair-left {
    grid-column: 2 / span 2;
}

.event-gallery-item.is-centered-pair-right {
    grid-column: 4 / span 2;
}

.event-gallery-item img {
    width: 100%;

    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.event-gallery-item:hover img {
    transform: scale(1.05);
}

.event-gallery-extra {
    display: none;
}

.event-gallery-btn-wrap {
    margin-top: 22px;
}

.event-gallery-btn {
    min-width: 110px;
    height: 42px;
    border: none;
    background: #1f1f1f;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0 22px;
    transition: background 0.3s ease;
}

.event-gallery-btn:hover {
    background: #000;
}

@media (max-width: 767px) {
    .event-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-gallery-item.is-centered-single,
    .event-gallery-item.is-centered-pair-left,
    .event-gallery-item.is-centered-pair-right {
        grid-column: auto;
    }

    .event-gallery-item img {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .event-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-gallery-item.is-centered-single,
    .event-gallery-item.is-centered-pair-left,
    .event-gallery-item.is-centered-pair-right {
        grid-column: auto;
    }

    .event-gallery-item img {
        height: 160px;
    }
}

.nhere {
    max-width: 1120px;
}

.zxev-showcase-wrap {
    width: 100%;
    padding: 24px;
    margin-top: 40px;
}

.zxev-showcase-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.zxev-event-card {
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.zxev-event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.zxev-event-image-box {
    width: 100%;
    height: 235px;
    overflow: hidden;
    flex-shrink: 0;
}

.zxev-event-image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.zxev-event-content {
    padding: 22px 18px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.zxev-event-title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.zxev-event-date {
    font-size: 13px;
    line-height: 1.5;
    color: #777777;
    margin-bottom: 4px;
}

.zxev-event-location {
    font-size: 13px;
    line-height: 1.5;
    color: #777777;
    margin-bottom: 22px;
}

.zxev-event-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    text-align: center;
    background: #ed1d28;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 14px 12px;
    transition: background 0.3s ease;
}

.zxev-event-btn:hover {
    background: #e41422;
}

.zxev-single-preview {
    max-width: 430px;
}

@media (max-width: 991px) {
    .zxev-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .zxev-showcase-wrap {
        padding: 14px;
    }

    .zxev-showcase-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .zxev-event-image-box {
        height: 220px;
    }

    .zxev-event-content {
        padding: 18px 16px 22px;
    }

    .zxev-event-title {
        font-size: 14px;
    }

    .zxev-event-date,
    .zxev-event-location {
        font-size: 12px;
    }

    .zxev-event-btn {
        min-height: 46px;
        font-size: 12px;
    }
}

.lefthkkk {
    text-align: left !important;
}

.campus-events-text1 {
    margin: 0 auto;
    max-width: 700px;
    font-size: 17px;
    line-height: 27px;
    color: #3a3a3a;
}

.nhmr {
    margin-top: 40px;
}

.qv-about-section {
    width: 100%;
    background: #ffffff;
    padding: 48px 20px;
}

.qv-about-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.qv-about-top {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.qv-about-image {
    width: 38%;
    flex: 0 0 38%;
}

.qv-about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.qv-about-content {
    flex: 1;
    padding-top: 0;
}

.qv-about-block + .qv-about-block {
    margin-top: 28px;
}

.qv-about-heading {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #e8192c;
    margin-bottom: 14px;
}

.qv-about-list {
    list-style: none;
    padding-left: 0;
}

.qv-about-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #222222;
    padding-left: 0;
}

.qv-about-list li::before {
    content: "• ";
    color: #222222;
}

.qv-about-text {
    font-size: 15px;
    line-height: 1.7;
    color: #222222;
    margin-bottom: 6px;
}

.qv-about-highlight {
    font-size: 23px;
    line-height: 1.4;

    color: #111111;
}

.qv-about-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #ececec;
}

.qv-about-bottom p {
    margin: 0 auto;
    font-size: 27px;
    line-height: 1.5;

    color: #111111;
}

@media (max-width: 991px) {
    .qv-about-top {
        gap: 28px;
    }

    .qv-about-image {
        width: 42%;
        flex: 0 0 42%;
    }

    .qv-about-heading {
        font-size: 22px;
    }

    .qv-about-bottom p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .qv-about-top {
        flex-direction: column;
    }

    .qv-about-image {
        width: 100%;
        flex: 0 0 100%;
    }

    .qv-about-image img {
        width: 100%;
        height: auto;
    }

    .qv-about-container {
        padding: 0 16px;
    }

    .qv-about-heading {
        font-size: 20px;
    }

    .qv-about-highlight {
        font-size: 17px;
    }

    .qv-about-bottom {
        margin-top: 24px;
    }

    .qv-about-bottom p {
        font-size: 15px;
    }
}

.fdk-founder-section {
    width: 100%;
    background: #000000;
    padding: 36px 20px;
}

.fdk-founder-container {
    max-width: 1180px;
    margin: 0 auto;

    padding: 40px 48px;
    background: #000000;
}

.fdk-founder-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: center;
    gap: 40px;
}

.fdk-founder-image-wrap {
    width: 100%;
}

.fdk-founder-image {
    width: 100%;
    height: auto;
    display: block;
}

.fdk-founder-content {
    color: #ffffff;
    padding-top: 0;
}

.fdk-founder-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #bdbdbd;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

.fdk-founder-text {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 100%;
}

.fdk-founder-thanks {
    margin-bottom: 28px;
}

.fdk-founder-signoff {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fdk-founder-regards {
    font-size: 12px;
    line-height: 1.6;
    color: #d0d0d0;
}

.fdk-founder-name {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #ff1d25;
    margin: 0;
}

.fdk-founder-role {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

@media (max-width: 991px) {
    .fdk-founder-container {
        padding: 30px 24px;
    }

    .fdk-founder-grid {
        grid-template-columns: 280px 1fr;
        gap: 28px;
    }

    .fdk-founder-title {
        font-size: 16px;
    }

    .fdk-founder-text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .fdk-founder-name {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .fdk-founder-section {
        padding: 20px 12px;
    }

    .fdk-founder-container {
        padding: 18px;
    }

    .fdk-founder-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .fdk-founder-image {
        height: auto;
        max-height: 420px;
    }

    .fdk-founder-content {
        padding-top: 0;
    }

    .fdk-founder-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fdk-founder-text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 18px;
        max-width: 100%;
    }

    .fdk-founder-thanks {
        margin-bottom: 24px;
    }

    .fdk-founder-name {
        font-size: 24px;
    }

    .fdk-founder-role {
        font-size: 14px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nxct-contact-strip {
    width: 100%;
    margin-top: 50px;
    padding: 20px 20px;
}

.nxct-contact-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.nxct-contact-card {
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border: 1px solid #e8e0e0;
    border-radius: 4px;
}

.nxct-contact-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border: 1.5px solid #555555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 17px;
    line-height: 1;
}

.nxct-contact-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.nxct-contact-text a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.nxct-contact-text a:hover {
    color: #ff1d25;
}

.nxct-contact-text-multi a {
    line-height: 1.5;
}

@media (max-width: 767px) {
    .nxct-contact-wrap {
        grid-template-columns: 1fr;
    }

    .nxct-contact-card {
        padding: 10px 12px;
    }

    .nxct-contact-text a {
        font-size: 13px;
    }
}

/* ── News Grid ── */
.news-grid-section {
    width: 100%;
    background: #ffffff;
    padding: 48px 20px;
}

.news-grid-container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.news-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden;
}

.news-card-img {
    width: 100%;

    overflow: hidden;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-img img {
    transform: scale(1.04);
}

.news-card-body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.news-card-date {
    font-size: 16.5px;
    color: #e8191f;
    font-weight: 400;
}

.news-card-title {
    font-size: 17px;
    font-weight: 600;
    color: #111111;
    line-height: 1.45;
    margin: 0;
}

.news-card-author {
    font-size: 13px;
    color: #777777;
    margin: 0;
}

.news-card-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #e8191f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news-card-link:hover {
    color: #bb0f14;
}

@media (max-width: 991px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .news-card-img {
        height: auto !important;
    }
}

/* ── Lightbox ── */
.mbl-card[data-lightbox] {
    cursor: zoom-in;
}

.lbx-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.lbx-overlay.lbx-active {
    display: flex;
}

.lbx-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90vw;
    max-height: 90vh;
}

.lbx-content img {
    max-width: 90vw;
    max-height: 82vh;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

.lbx-caption {
    color: #cccccc;
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
}

.lbx-close {
    position: fixed;
    top: 18px;
    right: 24px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    z-index: 10000;
    opacity: 0.85;
}

.lbx-close:hover {
    opacity: 1;
}

.lbx-nav {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
    cursor: pointer;
    padding: 0 20px;
    opacity: 0.7;
    flex-shrink: 0;
    user-select: none;
}

.lbx-nav:hover {
    opacity: 1;
}

@media (max-width: 600px) {
    .lbx-nav {
        font-size: 40px;
        padding: 0 10px;
    }

    .lbx-close {
        font-size: 32px;
        top: 12px;
        right: 14px;
    }
}

/* ── Gallery Show More ── */
.mbl-card-hidden {
    display: none;
}

.mbl-show-more-wrap {
    text-align: center;
    margin-top: 32px;
}

.mbl-show-more-btn {
    display: inline-block;
    padding: 12px 40px;
    background: transparent;
    border: 2px solid #e8192c;
    color: #e8192c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 2px;
    transition:
        background 0.2s,
        color 0.2s;
}

.mbl-show-more-btn:hover {
    background: #e8192c;
    color: #ffffff;
}

.amrit-player-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 34px;
    margin-top: 40px;
}

.amrit-player-card {
    width: 100%;
    max-width: 765px;
    /* background: linear-gradient(180deg,
            #980013 0%,
            #8f0010 48%,
            #9d1d22 48%,
            #9d1d22 100%); */
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.amrit-player-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 14px 10px;
}

.amrit-player-profile {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.amrit-player-image {
    width: 78px;
    height: 78px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}

.amrit-player-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.amrit-player-info h2 {
    margin: 10px 0 4px;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 700;
}

.amrit-player-subtitle {
    margin: 0 0 10px;
    font-size: 14px;
    color: #f4c8ce;
}

.amrit-follow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
}

.amrit-menu-btn {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    margin-top: 2px;
}

.amrit-menu-btn span {
    width: 10px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    display: block;
}

.amrit-player-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 14px;
}

.amrit-control-btn {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.95;
}

.amrit-play-btn {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #9b0817;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 2px;
}

.amrit-track-list {
    padding: 8px 16px 14px;
}

.amrit-track-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 8px 0;
}

.amrit-track-left {
    display: flex;
    gap: 12px;
    min-width: 0;
}

.amrit-track-number {
    font-size: 12px;
    color: #f8d1d5;
    width: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

.amrit-track-text {
    min-width: 0;
}

.amrit-track-text h4 {
    margin: 0 0 3px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}

.amrit-track-text p {
    margin: 0;
    font-size: 9px;
    line-height: 1.35;
    color: #f1c6cb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 305px;
}

.amrit-track-time {
    font-size: 11px;
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}

.amrit-scroll-indicator {
    position: absolute;
    top: 108px;
    right: 7px;
    width: 4px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 520px) {
    .amrit-player-wrap {
        padding: 20px;
    }

    .amrit-player-info h2 {
        font-size: 24px;
    }

    .amrit-track-text p {
        max-width: 210px;
    }
}

.event-category-section {
    background: #f3f3f3;
    padding: 26px 18px;
}

.event-category-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.event-card {
    position: relative;
    overflow: hidden;
    background: #000;
    min-height: 360px;
}

.event-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    object-fit: cover;
}

.event-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.28) 35%,
        rgba(0, 0, 0, 0.05) 65%,
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
}

.event-card-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    z-index: 2;
}

.event-card-content h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    max-width: 58%;
}

.event-btn-group {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.event-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 50px;
    padding: 0 22px;
    background: #ff1f1f;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.event-btn:hover {
    background: #e01414;
    transform: translateY(-1px);
    color: #fff;
}

.event-card-content--multi h3 {
    max-width: 42%;
}

/* laptop */
@media (max-width: 1199px) {
    .event-card {
        min-height: 320px;
    }

    .event-card img {
        min-height: 320px;
    }

    .event-card-content h3 {
        font-size: 18px;
    }

    .event-btn {
        min-width: 122px;
        height: 46px;
        font-size: 13px;
        padding: 0 18px;
    }
}

/* tablet */
@media (max-width: 768px) {
    .event-category-grid {
        grid-template-columns: 1fr;
    }

    .event-card,
    .event-card img {
        min-height: 300px;
    }

    .event-card-content {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .event-card-content h3 {
        font-size: 18px;
        max-width: 100%;
    }

    .event-card-content,
    .event-card-content--multi {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .event-btn-group {
        justify-content: flex-start;
    }
}

/* mobile */
@media (max-width: 480px) {
    .event-category-section {
        padding: 14px 10px;
    }

    .event-category-grid {
        gap: 10px;
    }

    .event-card,
    .event-card img {
        min-height: 260px;
    }

    .event-card-content,
    .event-card-content--multi {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .event-card-content h3 {
        font-size: 16px;
        max-width: 55%;
    }

    .event-btn {
        min-width: 118px;
        height: 42px;
        font-size: 12px;
        padding: 0 16px;
    }

    .event-btn-group {
        flex-wrap: nowrap;
        gap: 6px;
    }

    .event-btn1 {
        min-width: 0;
        padding: 0 10px;
        height: 40px;
        font-size: 11px;
        white-space: nowrap;
    }
}

/* ============ WhatsApp Floating Button ============ */
.wa-float-wrap {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.wa-popup {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    padding: 16px 18px;
    width: 240px;
    display: none;
    animation: waFadeUp 0.25s ease;
}

.wa-popup.open {
    display: block;
}

@keyframes waFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wa-popup-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.wa-popup-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wa-popup-avatar i {
    color: #fff;
    font-size: 20px;
}

.wa-popup-name {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
}

.wa-popup-status {
    font-size: 11px;
    color: #25d366;
}

.wa-popup-msg {
    background: #f0f4f8;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 12px;
}

.wa-popup-btn {
    display: block;
    width: 100%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.wa-popup-btn:hover {
    background: #1ebe5d;
    color: #fff;
}

.wa-fab {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    border: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.wa-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.6);
}

.wa-fab i {
    color: #fff;
    font-size: 28px;
}

@media (max-width: 480px) {
    .wa-float-wrap {
        bottom: 18px;
        right: 16px;
    }
    .wa-popup {
        width: 210px;
    }
}
/* ============ WhatsApp Floating Button ============ */
