/* --- Root Variables & Reset --- */
:root {
    --primary-maroon: #5c0120; /* As per your screenshot Register button */
    --primary-maroon-light: #9e274e;
    --maroon-card: #800020;
    --accent-gold: #ffc107;
    --dark-overlay: rgb(0 0 0 / 17%);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --glass-blur: blur(12px);
    --border-white: white;
    --purple: #5c0120;
}

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

body {
    font-family: "Inter", sans-serif;
    color: #fff;
}
/* 1. Website ka horizontal scroll khatam karne ke liye */
html,
body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

select option {
    background: #fff !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color:#000;
}

.py-50 {
    padding: 50px 0px;
}

.px-50 {
    padding: 0px 50px;
}

.mt-100 {
    margin-top: 100px;
}
.py-80 {
    padding: 80px 0px;
}

.px-80 {
    padding: 0px 80px;
}

.py-100 {
    padding: 100px 0px;
}

.pyb-100 {
    padding: 100px 0px 50px;
}

.py-150 {
    padding: 150px 0px;
}

.py-200 {
    padding: 200px 0px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.justify-left {
    justify-content: flex-start !important;
}

/* --- Text Animation Initial State --- */
.hero-title,
.hero-subtitle,
.section-title,
.section-subtitle,
.card-title,
.card-text,
.occ-title,
.feat-title,
.feat-desc,
.vendor-name,
.vendor-desc,
.cta-title,
.cta-subtitle,
.footer-heading,
.footer-tagline,
.footer-links li,
.copyright-text {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 445px) {
    .d-sm-none {
        display: none;
    }
    .py-100 {
        padding: 60px 0px;
    }
    .px-80 {
        padding: 0px 30px !important;
    }
}

@media (max-width: 768px) {
    .d-md-none {
        display: none;
    }
}

@media (max-width: 1024px) {
    .d-tb-none {
        display: none;
    }
}
/* --- Navigation Styling --- */
.eventix-header {
    background: var(--dark-overlay);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0;
    position: absolute;
    width: 100%;
}

/* Logo Area */
.logo-icon {
    height: auto;
    filter: brightness(0) invert(1); /* Makes image white if it's dark */
    margin-right: 10px;
}

.logo-text {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #fff;
    text-transform: lowercase;
}

/* Nav Links */
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 400;
    font-size: 0.95rem;
    margin: 0 10px;
    transition: var(--transition);
}

.navbar-nav .nav-link:hover {
    color: var(--primary-maroon-light) !important;
}

/* Mega Menu Support */
.has-megamenu {
    position: static;
}

.megamenu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(15, 15, 15, 0.98) !important;
    margin-top: 0 !important;
}

.megamenu-title {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.megamenu-list li a {
    color: #aaa;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    font-size: 16px;
    transition: var(--transition);
}

.megamenu-list li a:hover {
    color: #fff;
    padding-left: 5px;
}

.mega-promo-box {
    background: var(--primary-maroon-light);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    color: white;
}

/* Right Side Buttons */
.btn-login {
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: var(--transition);
}

.btn-login:hover {
    opacity: 0.8;
}

.btn-register {
    background-color: var(--primary-maroon) !important;
    border: none;
    color: white !important;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: var(--transition);
}

.btn-register:hover {
    background-color: var(--primary-maroon-light) !important;
    transform: translateY(-2px);
}

/* Language Switcher */
.lang-link {
    font-size: 0.9rem;
}

.flag-icon {
    width: 18px;
    border-radius: 2px;
}

.dropdown-dark {
    background: #111 !important;
    color: #fff;
}

.dropdown-dark .dropdown-item {
    color: #ccc;
    font-size: 0.9rem;
}

.dropdown-dark .dropdown-item:hover {
    background: var(--primary-maroon);
    color: #fff;
}

.mr-auto {
    margin-right: auto !important;
    margin-left: 0px !important;
}
/* Responsive Fixes */
@media (max-width: 991.98px) {
    .mb-align-items-center {
        align-items: self-start !important;
        padding: 10px;
    }
    .border-start {
        border-left: none !important;
    }
}

/* --- Desktop vs Mobile Fixes --- */

/* Mobile par Register button aur chota */
@media (max-width: 576px) {
    .btn-sm-mobile {
        padding: 5px 12px !important;
        font-size: 10px !important;
    }
    .btn-login-sm {
        font-size: 11px;
        font-weight: 600;
    }
    .logo-icon {
        height: 25px;
    }
    .navbar-brand {
        margin-right: 5px;
    }
}

/* Dropdown Bug Fix: Mobile par dropdown content ko sahi dikhane ke liye */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #111;
        padding: 15px;
        border-radius: 12px;
        margin-top: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Ensure dropdowns take full width on mobile */
    /* .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        background: rgba(255, 255, 255, 0.05) !important;
        box-shadow: none !important;
        margin-top: 5px !important;
    } */

    .megamenu {
        padding: 10px !important;
    }
}

/* --- Offcanvas Mobile Specific Styling --- */
@media (max-width: 991.98px) {
    .offcanvas {
        width: 280px !important;
        background: rgba(15, 15, 15, 0.98) !important;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border-left: 2px solid #70011b; /* Maroon highlight */
    }

    .navbar-nav .nav-link {
        padding: 12px 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    /* Megamenu adjustment inside sidebar */
    .megamenu {
        position: static !important;
        width: 100% !important;
        background: rgba(255, 255, 255, 0.05) !important;
        box-shadow: none !important;
        margin: 10px 0 !important;
    }
}

/* --- Keep it horizontal on Desktop --- */
@media (min-width: 992px) {
    .offcanvas {
        position: static !important;
        visibility: visible !important;
        transform: none !important;
        background: transparent !important;
        border: none !important;
        width: auto !important;
        display: flex;
        flex-grow: 1;
    }
    .offcanvas-body {
        display: flex;
        padding: 0;
        overflow: visible;
    }
}

#eventixNav {
    height: 100vh;
}

.offcanvas {
    background-color: #0a0a0a !important;
}

/* 3. Backdrop (Piche ka kala parda) ko smooth banana */
.offcanvas-backdrop.show {
    opacity: 0.7 !important;
    transition: opacity 0.5s ease;
}

/* 4. Desktop par menu ko stable rakhne ke liye */
@media (min-width: 992px) {
    .offcanvas {
        transform: none !important;
        visibility: visible !important;
        transition: none !important; /* Desktop par animation nahi chahiye */
        background-color: transparent !important;
    }
}

/* Mobile specific fixes */
@media (max-width: 991.98px) {
    .offcanvas-body {
        padding: 2rem 1.5rem !important;
    }
}

/* --- Hero Section Specific --- */
.hero-section {
    min-height: 100vh;
    position: relative;
    padding: 200px 0 30px 0;
    overflow: hidden;
}

/* Diagonal Overlay Shape (Left Side maroon tint) */
.hero-overlay-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(110deg, rgba(32, 0, 8, 0) 30%, transparent 80%);
    z-index: 1;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

/* Text Styling */
.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem); /* Responsive Font Size */
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
}

.text-yellow {
    color: #ffc800; /* Gold/Yellow from screenshot */
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 550px;
    text-align: left;
}

/* Button Styling */
.btn-maroon {
    background-color: var(--primary-maroon) !important;
    border: 1px solid var(--border-white);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    transition: var(--transition);
}

.btn-maroon:hover {
    background-color: var(--primary-maroon-light) !important;
}

.btn-maroon-outline {
    background-color: var(--primary-maroon) !important;
    border: 1px solid var(--primary-maroon);
    background: rgba(112, 1, 27, 0.2);
    color: #fff;
    border-radius: 50px;
    float: left;
}

.btn-maroon-outline:hover {
    background-color: var(--primary-maroon-light) !important;
}

/* --- Search Card (Glassmorphism) --- */
.search-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    text-align: left;
}

.form-label {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

.hero-input {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 12px 20px;
}

.hero-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-select.hero-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.partner-img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
    .hero-section {
        padding: 200px 0 50px 0;
        text-align: center;
    }
    .hero-overlay-shape {
        width: 100%;
    }
    .choose-grid-row {
        padding-top: 0px;
        padding-bottom: 80px;
    }
    .partner-logos-wrapper {
        justify-content: center !important;
    }
}

.partner-slider {
    width: 100%;
    padding: 20px 0;
    overflow: hidden; /* Bahar ke logos hide karne ke liye */
}

.partner-img {
    height: 30px; /* Logos ki height set karein */
    width: auto;
    max-width: 150px;
    filter: brightness(0) invert(1); /* Logos ko white karne ke liye */
    opacity: 0.6;
    transition: var(--transition);
    object-fit: contain;
}

.partner-img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Swiper wrapper alignment fix */
.swiper-wrapper {
    transition-timing-function: linear !important; /* Smooth continuous movement ke liye */
}

/* --- Services Section Styling --- */

.section-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.section-subtitle {
    max-width: 600px;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

/* Card Styling */
.service-card {
    padding: 40px 20px;
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    transition: var(--transition);
    height: 100%;
    cursor: pointer;
}

/* Screenshot Highlight Effect (Maroon Gradient) */
.service-card.active,
.service-card:hover {
    background: linear-gradient(
        180deg,
        rgba(112, 1, 27, 0) 0%,
        rgba(112, 1, 27, 0.4) 100%
    );
    /* border-bottom: 2px solid var(--primary-maroon); */
}

.card-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 20px;
}

.card-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

/* Icon Box Styling */
.icon-box {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.5rem;
}

/* Custom Icon Colors (Matching Screenshot) */
.icon-red i {
    color: #f43f5e;
}
.icon-blue i {
    color: #3b82f6;
}
.icon-purple i {
    color: #a855f7;
}
.icon-orange i {
    color: #f97316;
}
.icon-pink i {
    color: #ec4899;
}
.icon-yellow i {
    color: #eab308;
}
.icon-green i {
    color: #22c55e;
}
.icon-indigo i {
    color: #6366f1;
}

/* Desktop Grid specific (5 Columns) */
@media (min-width: 1024px) {
    .service-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Center bottom items */
    }
    .service-grid .swiper-slide {
        width: 20%; /* Exact 5 columns */
    }
    /* Grid Lines Fix for Desktop */
    .service-grid .swiper-slide:nth-child(5n) .service-card {
        border-right: none;
    }
    .service-grid .swiper-slide:nth-child(n + 6) .service-card {
        border-bottom: none;
    }
}

/* Button Outline */
.btn-outline-maroon {
    border: 2px solid var(--border-white);
    background: var(--primary-maroon);
    color: #fff;
    border-radius: 50px;
    transition: var(--transition);
    margin-top: 50px;
}

.btn-outline-maroon:hover {
    background: var(--primary-maroon-light);
    color: #fff;
}

@media (max-width: 1023px) {
    /* 1. Slider ke neeche extra space taaki dots cards se door rahein */
    .service-swiper {
        padding-bottom: 70px !important; /* Increased padding for dots */
        overflow: visible !important; /* Taaki scale hone wale cards cut na hon */
    }

    /* 2. Bullets ki position adjust karna */
    .swiper-pagination {
        bottom: 20px !important; /* Card ke bilkul neeche lekin button se upar */
    }

    /* 3. Button ko dots se door karne ke liye extra margin */
    .view-all-wrapper {
        margin-top: 10px !important; /* Dots aur Button ke darmiyan gap */
    }

    /* Active slide scaling fix (Mobile par thoda chota scale rakha hai space ke liye) */
    .swiper-slide-active .service-card {
        transform: scale(1.02);
    }
}

/* Bullets Styling */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3) !important;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #70011b !important; /* Maroon color */
    width: 25px; /* Active bullet thoda lamba (Premium look) */
    border-radius: 10px;
}

/* Button responsive padding */
@media (max-width: 576px) {
    .btn-outline-maroon {
        width: 80%; /* Mobile par button thoda bada aur center */
        font-size: 0.9rem;
    }
}

/* Ads Section */

/* --- Ads Section Styling --- */
.ads-section {
    background-color: #ffffff; /* Deep dark background */
}

.ad-wrapper {
    display: flex;
    gap: 10px;
    transition: all 0.5s ease;
}

.ad-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.ad-img {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 0px;
}

/* Hover Effect */
.ad-box:hover .ad-img {
    transform: scale(1.03);
}

.ad-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ad-box:hover .ad-overlay {
    opacity: 1;
}

/* --- OPTION 1: Full Width Wide Banner --- */
.ad-layout-wide {
    flex-direction: column;
}

.ad-layout-wide .secondary-ad {
    display: none; /* Only one ad shown in wide mode */
}

/* --- OPTION 2: Split Double Ads (Desktop) --- */
@media (min-width: 992px) {
    .ad-layout-split {
        flex-direction: row;
    }
    .ad-layout-split .ad-box {
        width: 100%;
    }
    /* .ad-layout-split .ad-img {
        height: 300px;
    } */
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
    .ad-wrapper {
        flex-direction: column !important; /* Mobile par hamesha stacked */
        gap: 15px;
    }
    .ad-img {
        height: 180px; /* Mobile par smaller height */
    }
    .ad-overlay {
        opacity: 1; /* Mobile par hamesha button dikhega */
    }
}

/* Occassions Area */

.occasions-section {
    padding: 100px 0px;
}
.occasion-card {
    position: relative;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.occasion-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(70, 1, 20, 0.7); /* Deep Maroon Overlay */
    transition: all 0.4s ease;
    z-index: 1;
}

.occasion-card:hover::before,
.occasion-card.active::before {
    background: rgba(0, 0, 0, 0.1); /* Clear image on hover */
}

.occasion-card:hover,
.occasion-card.active {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.occ-icon,
.occ-title {
    position: relative;
    z-index: 2;
}

/* Icon Styling (White Rounded Box) */
.occ-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #460114; /* Maroon Icon */
    transition: all 0.3s ease;
}

.occasion-card:hover .occ-icon,
.occasion-card.active .occ-icon {
    background: white;
    /* color: #fff; */
}

/* Title Styling */
.occ-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

/* Wide Card Adjustments */
@media (min-width: 992px) {
    .wide-card {
        height: 300px; /* Same height, double width */
    }
}

/* Mobile Spacing */
@media (max-width: 768px) {
    .occasion-card {
        height: 250px;
    }
    .text-center h2 {
        font-size: 1.8rem;
    }
}

/* Why Choose Area */
.feature-card {
    height: 200px;
    border-radius: 20px;
    overflow: hidden; /* Bahar wala content chhupane ke liye */
    position: relative;
    background: rgba(255, 255, 255, 0.05); /* Default Glass look */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

/* Front State (Icon + Heading) */
.card-front {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease;
}

/* Reveal State (Description + Maroon BG) */
.card-reveal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #70011b; /* Exact Maroon */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Shuru mein ye neeche chhupa hoga */
    transform: translateY(101%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- HOVER & ACTIVE LOGIC --- */

/* Jab card hover ho ya active class ho */
.feature-card:hover .card-reveal,
.feature-card.active .card-reveal {
    transform: translateY(0); /* Upar slide hokar aa jayega */
}

.feature-card:hover .card-front,
.feature-card.active .card-front {
    transform: translateY(-50px); /* Front content thoda upar move hoga */
    opacity: 0;
}

/* Feature Icon Box */
.feat-icon-box {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #460114;
    margin-bottom: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.feat-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
}

.feat-desc {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* Button & Desktop Grid (Same as before) */
@media (min-width: 992px) {
    .choose-grid-row {
        display: flex !important;
        transform: none !important;
    }
    .choose-grid-row .swiper-slide {
        width: 25% !important;
        padding: 10px;
    }
}

/* Featured Vendors */

.vendor-card {
    background: #fff;
    border-radius: 25px;
    overflow: visible; /* Button ko bahar nikalne ke liye */
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    min-height: 480px !important;
    margin-bottom: 40px; /* Space for quote button */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
}

.vendor-img-wrapper {
    position: relative;
    padding: 15px; /* Screenshot jaisa padding border ke andar */
}

.vendor-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
}

/* Tags & Badges */
.badge-rating {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.badge-sponsored {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #000;
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
}

.vendor-tag {
    background: rgba(0, 0, 0, 0.05);
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    color: #666;
}

.vendor-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.vendor-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* --- ACTIVE / HOVER STATE --- */
.vendor-card.active,
.vendor-card:hover {
    background: var(--maroon-card);
    box-shadow: 0 10px 10px rgba(112, 1, 27, 0.2);
}

.vendor-card.active .vendor-name,
.vendor-card.active .vendor-desc,
.vendor-card:hover .vendor-name,
.vendor-card:hover .vendor-desc {
    color: #fff !important;
}

.vendor-card.active .vendor-tag,
.vendor-card:hover .vendor-tag {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* --- GET QUOTE BUTTON --- */
.btn-get-quote {
    position: absolute;
    bottom: -20px;
    left: 25px;
    background: #111;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
}

.btn-get-quote:hover {
    background: var(--border-white);
    color: var(--primary-maroon);
}
.vendor-card.active .btn-get-quote,
.vendor-card:hover .btn-get-quote {
    opacity: 1;
    transform: translateY(0);
}

/* --- CUSTOM NAVIGATION ARROWS --- */
.vendor-nav-wrapper {
    margin-top: 20px;
}

.vendor-prev,
.vendor-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.vendor-prev {
    background: #70011b; /* Maroon */
    color: #fff;
}

.vendor-next {
    background: #111; /* Black */
    color: #fff;
}

.vendor-prev:hover,
.vendor-next:hover {
    transform: scale(1.1);
}

/* --- Popular Locations Card Styling --- */

.location-card {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    overflow: hidden;
}

/* Dark gradient at bottom for text readability */
.location-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
}

.loc-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.loc-name {
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

.loc-badge {
    background: #fff;
    color: #000;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* --- DESKTOP GRID LAYOUT (992px+) --- */
@media (min-width: 992px) {
    .locations-grid-wrapper {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        grid-template-rows: repeat(3, 260px) !important;
        gap: 20px !important;
        transform: none !important; /* Cancel Swiper logic */
    }

    .locations-grid-wrapper .swiper-slide {
        margin-right: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* 1. Sofia: Spans 2 columns */
    .loc-sofia {
        grid-column: span 2;
    }

    /* 2. Plovdiv: Spans 2 rows (Extra Tall) */
    .loc-plovdiv {
        grid-row: span 2;
        grid-column: 3 / 4;
    }

    /* Bottom Wide Cards */
    .loc-pleven {
        grid-column: span 2;
    }
    .loc-veliko {
        grid-column: span 2;
    }

    /* Hover effect */
    .location-card:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
}

/* --- MOBILE & TABLET SLIDER --- */
@media (max-width: 991px) {
    .locations-swiper {
        padding-bottom: 50px !important;
    }
    /* .swiper-slide {
        height: 400px;
    } */
    .location-card {
        min-height: 350px !important;
    }
    .btn-outline-white {
        border: 2px solid var(--border-white) !important;
    }
}

.locations-swiper .swiper-pagination {
    bottom: 0px !important;
}

.locations-swiper .swiper-pagination-bullet {
    background: var(--primary-maroon) !important;
    bottom: 0px !important;
}

.locations-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-maroon-light) !important;
}
/* --- Vendor CTA Banner Styling --- */

.cta-banner-wrapper {
    position: relative;
    background: #460114; /* Base Dark Maroon */
    border-radius: 30px; /* Screenshot jaisa rounded corner */
    min-height: 500px;
    overflow: hidden;
    z-index: 1;
}

/* Background Diagonal Decoration */
.cta-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    /* Screenshot wali diagonal goldish color */
    background: linear-gradient(
        110deg,
        #460114 45%,
        #d97706 45.1%,
        #d97706 60%,
        #460114 60.1%
    );
    opacity: 0.8;
    z-index: -1;
}

/* Extra overlay for texture */
.cta-banner-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.transparenttextures.com/patterns/carbon-fibre.png"); /* Subtle texture */
    opacity: 0.1;
    z-index: -1;
}

.cta-title {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.2;
}

.cta-title span {
    font-weight: 400;
}

.cta-subtitle {
    font-size: 1rem;
    max-width: 550px;
}

/* Model Image Styling */
.model-img-container {
    position: absolute;
    bottom: 0px; /* Thoda bahar nikalta hua */
    right: 0;
    width: 100%;
    height: 100%; /* Container se badi image */
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.model-img {
    height: 100%;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(-20px 0 30px rgba(0, 0, 0, 0.3)); /* Premium Shadow */
}

/* --- BUTTONS --- */
.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background: #fff;
    color: #460114;
}

/* --- RESPONSIVENESS --- */

@media (max-width: 991px) {
    .cta-banner-wrapper {
        text-align: center;
        padding: 40px 0;
    }

    .cta-bg-shape {
        width: 100%;
        background: #460114; /* Simple maroon on mobile */
    }

    .cta-subtitle {
        margin: 0 auto 2rem auto;
    }

    .vendor-cta-section .d-flex {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cta-title {
        font-size: 1.8rem;
    }
    .cta-banner-wrapper {
        border-radius: 20px;
        margin: 0 10px;
    }
}

/* --- Footer Styling --- */
.bg-dark-eventix {
    background-color: #080808 !important; /* Pure Dark Background */
}

.footer-logo {
    /* max-height: 45px; */
    height: 100%;
}

.footer-tagline {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-heading {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

/* Footer Links */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: var(--primary-maroon-light); /* Maroon hover */
    padding-left: 5px;
}

/* Social Icons (Exactly like Screenshot) */
.social-icon-box {
    width: 42px;
    height: 42px;
    background: var(--primary-maroon); /* Deep Maroon */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; /* Slightly rounded corners */
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-box:hover {
    background: var(--primary-maroon-light);
    transform: translateY(-5px);
}

/* Footer Bottom Area */
.copyright-text {
    line-height: 1.8;
}

.footer-bottom-links a {
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--primary-maroon-light) !important;
}

/* --- RESPONSIVE ADJUSTMENTS --- */

@media (max-width: 991px) {
    .footer-section {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .footer-heading {
        margin-top: 10px;
    }
    .footer-bottom-links {
        flex-direction: column;
        gap: 15px !important;
    }
    .footer-section {
        padding-bottom: 30px;
    }
}

/* ======================================================================
   INNER PAGES MERGED STYLES
====================================================================== */
/* --- Shared Inner Page Hero --- */
.inner-page-hero {
    min-height: 430px;
    padding: 175px 0 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-page-hero .hero-title {
    text-align: center;
    font-size: clamp(2.6rem, 4.6vw, 4.2rem);
    line-height: 1.08;
    max-width: 980px;
    margin-inline: auto;
}

.inner-page-hero .hero-subtitle {
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
}

/* --- Events Page --- */
.inner-events-hero {
    min-height: 460px;
    padding: 175px 0 100px;
}

.inner-events-hero .hero-title {
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.1;
    text-align: center;
}

.inner-events-hero .hero-subtitle {
    max-width: 840px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    text-align: center;
}

.events-listing-section {
    color: #161616;
}

.side-ad-card {
    display: block;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.side-ad-card img {
    width: 100%;
    height: 308px;
    object-fit: cover;
    display: block;
}

.side-ad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.event-type-card {
    position: relative;
    min-height: 280px;
    border-radius: 24px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.event-type-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.22),
        rgba(0, 0, 0, 0.03)
    );
}

.event-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
}

.event-type-card .occ-title {
    position: relative;
    z-index: 2;
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.event-type-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-maroon);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.event-type-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.event-type-icon i {
    font-size: 1.1rem;
}

.featured-event-card {
    min-height: 356px;
}

.dark-event-card .event-type-icon {
    color: #13233d;
}

.event-page-ad-wrapper {
    max-width: 100%;
    margin-inline: auto;
}

.event-page-ad-wrapper .ad-box {
    overflow: hidden;
}

.event-search-cta {
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 255, 255, 0.08),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #430014 0%,
            #5c0120 38%,
            #86153b 72%,
            #b63a23 100%
        );
    position: relative;
}

.event-search-cta::before,
.event-search-cta::after {
    content: "";
    position: absolute;
    background: rgba(255, 180, 0, 0.7);
    transform: skewX(-28deg);
    z-index: 1;
}

.event-search-cta::before {
    width: 70px;
    height: 115%;
    right: 22%;
    top: -8%;
}

.event-search-cta::after {
    width: 42px;
    height: 115%;
    right: 14%;
    top: -8%;
    background: rgba(255, 145, 0, 0.85);
}

.event-search-cta .row,
.event-search-cta .cta-title,
.event-search-cta .cta-subtitle,
.event-search-cta .btn,
.event-search-person {
    position: relative;
    z-index: 2;
}

.event-search-person {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* --- Shared Request / Form Pages --- */
.quote-page-section,
.business-page-section {
    color: #222;
}

.quote-intro {
    max-width: 760px;
    padding-top: 18px;
}

.quote-heading {
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
    color: #6c082b;
    letter-spacing: -0.03em;
}

.quote-copy {
    max-width: 720px;
    margin-inline: auto;
    font-size: 1.1rem;
    line-height: 1.72;
    color: #6e6e6e;
}

.quote-form-shell {
    max-width: 980px;
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    border-radius: 38px;
    padding: 64px 78px 60px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.04);
}

.quote-form-top {
    margin-bottom: 22px;
}

.quote-form-title {
    font-size: clamp(1.8rem, 2.6vw, 2.6rem);
    font-weight: 800;
    color: #6c082b;
    letter-spacing: -0.03em;
}

.quote-form-subtitle {
    font-size: 1.08rem;
    color: #666;
}

.quote-label {
    display: block;
    margin-bottom: 10px;
    color: #8f8f8f;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.quote-input,
.quote-select {
    height: 58px;
    border-radius: 16px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: none !important;
    padding: 14px 18px;
    color: #434343;
    font-size: 1rem;
}

.quote-input::placeholder {
    color: #b4b4b4;
}

.quote-input:focus,
.quote-select:focus {
    border-color: rgba(108, 8, 43, 0.35);
}

.quote-select {
    padding-right: 48px;
}

.quote-input-icon-wrap,
.quote-budget-wrap {
    position: relative;
}

.quote-input-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c8c8c;
    pointer-events: none;
}

.quote-budget-input {
    padding-right: 72px;
}

.budget-currency {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.95rem;
    font-weight: 600;
    color: #8c8c8c;
}

.quote-textarea {
    height: 118px;
    min-height: 118px;
    border-radius: 18px;
    resize: none;
    padding-top: 16px;
}

.quote-submit-btn {
    min-width: 280px;
    font-size: 1.1rem;
    font-weight: 700;
    border: 0 !important;
    box-shadow: 0 14px 30px rgba(98, 2, 34, 0.22);
}

.quote-page-ad-wrapper {
    /* max-width: 1440px; */
    margin-inline: auto;
    padding-inline: 0;
}

.quote-page-ad-wrapper .ad-box {
    border-radius: 0;
    border: 0;
    background: transparent;
}

.quote-ad-img {
    height: auto;
    max-height: 210px;
    object-fit: cover;
}

/* ======================================================================
   Get A Quote Page
====================================================================== */
.quote-hero {
    min-height: 460px;
    padding: 175px 0 100px;
}

.quote-hero .hero-title {
    text-align: center;
    font-size: clamp(2.6rem, 4.6vw, 4.2rem);
    line-height: 1.08;
}

/* --- List Your Business Page --- */
.business-hero {
    min-height: 460px;
    padding: 175px 0 100px;
}

.business-hero .hero-title {
    text-align: center;
    font-size: clamp(2.5rem, 4.3vw, 3rem);
    line-height: 1.08;
    max-width: 980px;
    margin-inline: auto;
}

.business-hero .hero-subtitle {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
}

.business-form-shell {
    max-width: 1180px;
    padding: 72px 170px 56px;
}

.business-form-shell .quote-form-top {
    margin-bottom: 28px;
}

@media (max-width: 1199px) {
    .event-type-card .occ-title {
        font-size: 1.6rem;
    }

    .quote-form-shell {
        max-width: 920px;
        padding: 56px 56px 54px;
    }

    .business-form-shell {
        max-width: 1000px;
        padding: 60px 90px 48px;
    }
}

@media (max-width: 991px) {
    .inner-events-hero {
        min-height: 390px;
        padding: 160px 0 90px;
    }

    .events-layout-grid {
        row-gap: 24px;
    }

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

    .event-search-cta {
        padding-top: 18px;
    }

    .event-search-cta::before {
        right: 16%;
    }

    .event-search-cta::after {
        right: 8%;
    }

    .quote-hero,
    .business-hero {
        min-height: 360px;
        padding: 150px 0 86px;
    }

    .quote-heading {
        font-size: 2.8rem;
    }

    .quote-copy {
        font-size: 1rem;
    }

    .quote-form-shell {
        border-radius: 28px;
        padding: 44px 28px 44px;
    }

    .business-form-shell {
        padding: 48px 34px 42px;
    }

    .quote-submit-btn {
        min-width: 240px;
    }
}

@media (max-width: 767px) {
    .inner-events-hero .hero-title,
    .quote-hero .hero-title,
    .business-hero .hero-title {
        font-size: 2.2rem;
    }

    .inner-events-hero .hero-subtitle,
    .business-hero .hero-subtitle {
        font-size: 0.95rem;
    }

    .event-type-card,
    .featured-event-card {
        min-height: 240px;
        border-radius: 20px;
    }

    .event-type-card .occ-title {
        font-size: 1.45rem;
    }

    .event-type-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .event-search-cta {
        border-radius: 22px;
    }

    .event-search-cta::before,
    .event-search-cta::after {
        display: none;
    }

    .event-search-person {
        max-width: 240px;
    }

    .quote-heading {
        font-size: 2.2rem;
    }

    .quote-copy {
        line-height: 1.6;
    }

    .quote-form-shell,
    .business-form-shell {
        padding: 34px 18px 36px;
        border-radius: 24px;
    }

    .quote-form-title {
        font-size: 1.8rem;
    }

    .quote-input,
    .quote-select {
        height: 54px;
        border-radius: 14px;
        font-size: 0.95rem;
    }

    .quote-textarea {
        height: 110px;
        min-height: 110px;
    }

    .quote-submit-btn {
        width: 100%;
        min-width: 0;
    }
}

/* ==========================================
   Blogs Page
========================================== */
.blogs-page {
    background: #f5f5f5;
    color: #171717;
}

.blogs-page .hero-title,
.blogs-page .hero-subtitle {
    text-align: center;
}

.blogs-hero {
    min-height: 460px;
    padding: 175px 0 100px;
}

.blogs-hero .hero-title {
    font-size: clamp(2.8rem, 4.4vw, 4.45rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 16px;
    color: #fff;
    text-align: center;
}

.blogs-hero .hero-subtitle {
    max-width: 880px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
}

.blogs-search-shell {
    max-width: 1000px;
    margin: 28px auto -34px;
    position: relative;
    z-index: 3;
}

.blogs-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0;
    background: #fff;
    border: 1.5px solid rgba(115, 4, 36, 0.42);
    border-radius: 999px;
    box-shadow: 0 14px 35px rgba(47, 11, 24, 0.12);
    overflow: hidden;
    min-height: 62px;
}

.blogs-search-field {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 62px;
    padding-left: 26px;
}

.blogs-search-field i {
    color: #7f1838;
    font-size: 0.98rem;
    margin-right: 14px;
}

.blogs-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    color: #2a2a2a;
    padding-right: 18px;
}

.blogs-search-input::placeholder {
    color: #8f8f8f;
}

.blogs-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 230px;
    min-height: 62px;
    border: 0;
    background: linear-gradient(135deg, #750125 0%, #980235 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0 22px;
    transition: var(--transition);
}

.blogs-search-submit:hover {
    background: linear-gradient(135deg, #5c0120 0%, #7a0029 100%);
}

.blogs-search-submit-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.blogs-content-section {
    padding: 92px 0 110px;
}

.blogs-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 28px;
}

.blogs-toolbar-field {
    position: relative;
    min-width: 280px;
}

.blogs-toolbar-select {
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    border: 1.5px solid rgba(115, 4, 36, 0.42);
    background: #f9f8f8;
    color: #3a3a3a;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 48px 0 22px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.blogs-toolbar-field i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #8d3550;
    pointer-events: none;
    font-size: 0.95rem;
}

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

/* .blog-card {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 24px;
    padding: 14px 14px 18px;
    color: #181818;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.01);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease,
        border-color 0.28s ease,
        color 0.28s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    border-color: #7f022b;
    background: linear-gradient(180deg, #8f0030 0%, #690221 100%);
    box-shadow: 0 18px 32px rgba(95, 7, 33, 0.18);
    color: #fff;
}

.blog-card:hover .blog-card-media img {
    transform: scale(1.045);
}

.blog-card-media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1.18 / 1;
    margin-bottom: 18px;
    background: #e7e1e4;
    transition: transform 0.35s ease;
}

.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

.blog-card {
    display: block;
    text-decoration: none;
    color: #232323;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 22px;
    padding: 14px 14px 18px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease,
        border-color 0.28s ease,
        color 0.28s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    border-color: #7f022b;
    background: linear-gradient(180deg, #8f0030 0%, #690221 100%);
    box-shadow: 0 18px 32px rgba(95, 7, 33, 0.18);
    color: #fff;
}

.blog-card:hover * {
    color: #fff;
}

.blog-card-media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 1.36 / 1;
    background: #e7e1e4;
}

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

.blog-card:hover .blog-card-media img {
    transform: scale(1.045);
}

.blog-card-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(123, 2, 39, 0.94);
    color: #fff;
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1;
}

.blog-card-title {
    font-size: 2rem;
    line-height: 1.06;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #141414;
    margin-bottom: 14px;
}

.blog-card-copy {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #505050;
    margin-bottom: 18px;
    text-transform: none;
}

.blog-card-btn {
    align-self: flex-start;
    min-width: 122px;
    min-height: 42px;
    border-radius: 999px;
    background: #7a0028;
    color: #fff;
    font-size: 0.96rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    transition: var(--transition);
    margin-top: auto;
}

.blog-card-btn:hover {
    background: #5c0120;
    color: #fff;
}

.blogs-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 62px;
}

.blogs-load-more-btn {
    min-width: 205px;
    min-height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #7a0028;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 26px;
    transition: var(--transition);
}

.blogs-load-more-btn:hover {
    background: #5c0120;
    color: #fff;
}

.blogs-page .quote-ad-section {
    margin-top: 0;
}

.blogs-page .quote-page-ad-wrapper {
    max-width: 100%;
}

.blogs-page .quote-page-ad-wrapper .ad-box {
    margin: 0;
    border-radius: 0;
}

.blogs-page .quote-ad-img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .blogs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .blogs-hero {
        min-height: 370px;
        padding: 148px 0 82px;
    }

    .blogs-search-shell {
        margin-bottom: -56px;
    }

    .blogs-content-section {
        padding-top: 108px;
    }
}

@media (max-width: 767px) {
    .blogs-hero .hero-title {
        font-size: 2.45rem;
    }

    .blogs-hero .hero-subtitle {
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .blogs-search-form {
        grid-template-columns: 1fr;
        border-radius: 28px;
        overflow: visible;
        padding: 12px;
        gap: 10px;
        min-height: 0;
    }

    .blogs-search-field {
        min-height: 54px;
        border: 1px solid #ece6e8;
        border-radius: 16px;
        padding-left: 18px;
    }

    .blogs-search-submit {
        width: 100%;
        min-height: 54px;
        border-radius: 16px;
    }

    .blogs-toolbar {
        justify-content: stretch;
    }

    .blogs-toolbar-field {
        width: 100%;
        min-width: 0;
    }

    .blogs-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .blog-card-title {
        font-size: 1.7rem;
    }

    .blogs-load-more-btn {
        width: 100%;
        min-width: 0;
    }
}

/* ==============================
   Blogs page small fixes only
============================== */
.blogs-page .btn-login,
.blogs-page .btn-login-sm,
.blogs-page .lang-link-clean,
.blogs-page .lang-link-clean .lang-code,
.blogs-page .lang-link-clean.dropdown-toggle,
.blogs-page .navbar-nav .nav-link,
.blogs-page .navbar-toggler i {
    color: #fff !important;
}

.blogs-page .lang-link-clean::after,
.blogs-page .lang-link-clean.dropdown-toggle::after {
    border-top-color: #fff !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    vertical-align: middle;
}

.blogs-page .lang-link-clean {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent !important;
}

.blogs-page .lang-code {
    font-weight: 500;
    letter-spacing: 0.02em;
}

.blogs-page .lang-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.blogs-page .lang-flag-svg {
    display: block;
    width: 18px;
    height: 12px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.blogs-page .blog-card {
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease,
        border-color 0.28s ease,
        color 0.28s ease;
}

.blogs-page .blog-card:hover {
    transform: translateY(-4px);
    border-color: #7f022b;
    background: linear-gradient(180deg, #8f0030 0%, #690221 100%);
    box-shadow: 0 18px 32px rgba(95, 7, 33, 0.18);
    color: #fff;
}

.blogs-page .blog-card:hover .blog-card-title {
    color: #fff;
}

.blogs-page .blog-card:hover .blog-card-copy {
    color: rgba(255, 255, 255, 0.86);
}

.blogs-page .blog-card:hover .blog-card-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.blogs-page .blog-card:hover .blog-card-btn {
    background: #111;
    color: #fff;
}

.blogs-page .blog-card:hover .blog-card-media img {
    transform: scale(1.045);
}

/* ======================================================================
   LOCATIONS PAGE
====================================================================== */
body.locations-page {
    background: #ffffff;
    color: #1f1f1f;
}

.locations-page .eventix-header {
    background: rgba(52, 41, 34, 0.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.eventix-header .lang-link {
    color: #fff !important;
}

.eventix-header .lang-link .flag-icon,
.eventix-header .dropdown-item img {
    filter: none !important;
    mix-blend-mode: normal;
    background: transparent !important;
    box-shadow: none !important;
}

.locations-hero {
    position: relative;
    min-height: 460px;
    padding: 175px 0 100px;
}

.locations-hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.62) 100%
    );
    pointer-events: none;
}

.locations-hero .container {
    position: relative;
    z-index: 2;
}

.locations-hero .hero-title {
    color: #fff;
    text-align: center;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 16px;
    visibility: visible;
    opacity: 1;
}

.locations-hero .hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    font-size: 1.02rem;
    line-height: 1.7;
    max-width: 840px;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
}

.locations-filter-wrap,
.locations-filter-shell {
    position: relative;
    z-index: 5;
    margin-top: 28px;
    margin-bottom: -32px;
}

.locations-filter-bar,
.locations-filter-form {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr auto;
    align-items: center;
    gap: 0;
    background: #fff;
    border: 2px solid rgba(92, 1, 32, 0.18);
    border-radius: 999px;
    box-shadow: 0 18px 36px rgba(33, 18, 23, 0.12);
    overflow: hidden;
}

.locations-filter-item,
.locations-filter-field {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 0 22px;
    background: #fff;
    color: #3d3d3d;
    font-size: 0.97rem;
    font-weight: 500;
}

.locations-filter-item + .locations-filter-item,
.locations-filter-field + .locations-filter-field {
    border-left: 1px solid #ebe6e8;
}

.locations-filter-item i,
.locations-filter-field i {
    color: #8e153d;
    font-size: 0.92rem;
    flex-shrink: 0;
}

.locations-filter-item .ms-auto {
    color: #8e153d;
    font-size: 0.76rem;
}

.locations-filter-placeholder,
.locations-filter-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.locations-filter-placeholder {
    color: #8b8b8b;
}

.locations-filter-control {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #383838;
    font-size: 0.97rem;
    font-weight: 500;
    box-shadow: none !important;
}

.locations-filter-control::placeholder {
    color: #8b8b8b;
}

.locations-filter-field select.locations-filter-control {
    appearance: none;
    padding-right: 24px;
    cursor: pointer;
}

.locations-filter-chevron {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #8e153d;
    font-size: 0.76rem;
    pointer-events: none;
}

.locations-filter-cta,
.locations-filter-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    min-height: 68px;
    padding: 0 28px;
    border: 0;
    background: linear-gradient(180deg, #8f0030 0%, #680122 100%);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.28s ease;
}

.locations-filter-cta:hover,
.locations-filter-submit:hover {
    background: linear-gradient(180deg, #a50339 0%, #750226 100%);
    color: #fff;
}

.locations-filter-cta span:last-child,
.locations-filter-submit-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    font-size: 0.85rem;
}

.locations-tags-section {
    padding: 82px 0 22px;
    background: #fff;
}

.locations-tags-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.locations-tags-label {
    color: #4d4d4d;
    font-size: 0.95rem;
    font-weight: 500;
}

.locations-tag,
.locations-tag-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #efefef;
    color: #6a6a6a;
    font-size: 0.93rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.locations-tag:hover,
.locations-tag-link:hover,
.locations-tag.active,
.locations-tag-link.active {
    background: #8b052f;
    color: #fff;
}

.locations-results-section {
    padding: 24px 0 92px;
    background: #fff;
}

.locations-results-wrap {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.locations-sidebar {
    position: sticky;
    top: 110px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.locations-sidebar-panel {
    background: #f3f3f3;
    border-radius: 24px;
    padding: 26px 18px 18px;
}

.locations-sidebar-box {
    background: #f3f3f3;
    border-radius: 24px;
    padding: 26px 18px 18px;
}

.locations-sidebar-title {
    margin: 0 0 18px;
    color: #1e1e1e;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
}

.locations-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.locations-sidebar-list li + li {
    margin-top: 10px;
}

.locations-sidebar-link {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 14px;
    background: #fff;
    color: #292929;
    font-size: 0.98rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.locations-sidebar-link.active,
.locations-sidebar-link:hover {
    background: #8b052f;
    color: #fff;
}

.locations-sidebar-ad {
    display: block;
    margin-top: 30px;
    overflow: hidden;
    text-decoration: none;
    background: transparent;
    border-radius: 0;
}

.locations-sidebar-ad img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.locations-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.location-listing-card {
    display: block;
    text-decoration: none;
    color: #232323;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 22px;
    padding: 14px 14px 18px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease,
        border-color 0.28s ease,
        color 0.28s ease;
}

.location-listing-card:hover {
    transform: translateY(-4px);
    border-color: #7f022b;
    background: linear-gradient(180deg, #8f0030 0%, #690221 100%);
    box-shadow: 0 18px 32px rgba(95, 7, 33, 0.18);
    color: #fff;
}

.location-listing-card.is-featured {
    background: linear-gradient(180deg, #8f0030 0%, #690221 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 18px 32px rgba(95, 7, 33, 0.18);
}

.location-listing-card-media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 1.36 / 1;
}

.location-listing-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.location-listing-card:hover .location-listing-card-media img {
    transform: scale(1.045);
}

.location-sponsored-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.location-rating-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #fff;
    color: #4b4b4b;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.location-rating-badge i {
    color: #f7bf38;
}

.location-rating-badge span {
    color: #9a9a9a;
    font-weight: 600;
}

.location-category-chip {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f3dce3;
    color: #8b4662;
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.location-listing-card.is-featured .location-category-chip,
.location-listing-card:hover .location-category-chip {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.location-card-title {
    margin: 0 0 10px;
    font-size: 2rem;
    line-height: 1.08;
    font-weight: 700;
    color: inherit;
}

.locations-results-grid
    .location-listing-card:not(.is-featured)
    .location-card-title {
    font-size: 1.72rem;
}

.location-card-copy {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(35, 35, 35, 0.78);
}

.location-listing-card.is-featured .location-card-copy,
.location-listing-card:hover .location-card-copy {
    color: rgba(255, 255, 255, 0.86);
}

.location-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    min-height: 36px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    margin-top: 16px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.location-listing-card:not(.is-featured) .location-card-action {
    background: #8b052f;
    color: #fff;
}

.location-listing-card:hover .location-card-action {
    background: #111;
    color: #fff;
}

.locations-vertical-ad {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: #f2dfcf;
    min-height: 360px;
}

.locations-vertical-ad img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    object-fit: cover;
}

.locations-load-more {
    padding-top: 42px;
    text-align: center;
}

.locations-load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 255px;
    min-height: 54px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #8b052f;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.28s ease;
}

.locations-load-more-btn:hover {
    background: #6d0225;
    color: #fff;
}

.locations-page .quote-ad-section {
    margin-top: 0;
}

.locations-page .quote-page-ad-wrapper {
    max-width: 100%;
}

.locations-page .quote-page-ad-wrapper .ad-box,
.locations-page .quote-page-ad-wrapper .ad-box a {
    display: block;
    width: 100%;
}

.locations-page .quote-ad-img {
    width: 100%;
    max-height: none;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 1399px) {
    .locations-results-grid
        .location-listing-card:not(.is-featured)
        .location-card-title {
        font-size: 1.56rem;
    }
}

@media (max-width: 1199px) {
    .locations-filter-bar,
    .locations-filter-form {
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 28px;
        overflow: visible;
        gap: 12px;
        padding: 14px;
        background: #fff;
    }

    .locations-filter-item,
    .locations-filter-field {
        min-height: 58px;
        border: 1px solid #ece7e9;
        border-radius: 16px;
    }

    .locations-filter-item + .locations-filter-item,
    .locations-filter-field + .locations-filter-field {
        border-left: 1px solid #ece7e9;
    }

    .locations-filter-cta,
    .locations-filter-submit {
        min-height: 58px;
        border-radius: 16px;
        min-width: 100%;
        grid-column: 1 / -1;
        margin-right: 0;
    }

    .locations-results-wrap {
        grid-template-columns: 1fr;
    }

    .locations-sidebar {
        position: static;
    }

    .locations-sidebar-ad {
        max-width: 260px;
    }
}

@media (max-width: 991px) {
    .locations-hero {
        min-height: 400px;
        padding: 138px 0 46px;
    }

    .locations-tags-section {
        padding-top: 78px;
    }

    .locations-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .locations-hero .hero-title {
        font-size: 2.15rem;
    }

    .locations-hero .hero-subtitle {
        font-size: 0.93rem;
        line-height: 1.6;
    }

    .locations-filter-wrap,
    .locations-filter-shell {
        margin-top: 24px;
        margin-bottom: -88px;
    }

    .locations-filter-bar,
    .locations-filter-form {
        grid-template-columns: 1fr;
        border-radius: 24px;
        gap: 10px;
        padding: 12px;
    }

    .locations-filter-item,
    .locations-filter-field,
    .locations-filter-cta,
    .locations-filter-submit {
        min-height: 54px;
        border-radius: 14px;
    }

    .locations-tags-section {
        padding-top: 116px;
    }

    .locations-sidebar-title {
        font-size: 1.8rem;
    }

    .locations-results-grid {
        grid-template-columns: 1fr;
    }

    .location-card-title,
    .locations-results-grid
        .location-listing-card:not(.is-featured)
        .location-card-title {
        font-size: 1.65rem;
    }

    .locations-load-more-btn {
        width: 100%;
        min-width: 0;
    }
}

/* ======================================================================
   WHY CHOOSE EVENTIX PAGE
====================================================================== */
.why-eventix-hero {
    min-height: 460px;
    padding: 175px 0 100px;
}

.why-eventix-hero .hero-title {
    text-align: center;
    font-size: clamp(2.5rem, 4.3vw, 4rem);
    line-height: 1.08;
    max-width: 980px;
    margin-inline: auto;
}

.why-eventix-hero .hero-subtitle {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
}

.why-eventix-page,
.why-eventix-benefits {
    color: #191919;
}

.why-eventix-intro-wrap {
    max-width: 1320px;
    margin-inline: auto;
}

.why-eventix-image-card {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
    background: #f4f4f4;
}

.why-eventix-image-card img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.why-eventix-content {
    padding-left: 18px;
}

.why-eventix-title {
    font-size: clamp(2.3rem, 3.6vw, 3.5rem);
    line-height: 1.06;
    font-weight: 800;
    color: #171717;
    letter-spacing: -0.03em;
}

.why-eventix-highlight {
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    line-height: 1.22;
    font-weight: 800;
    color: #6c082b;
    max-width: 520px;
}

.why-eventix-copy {
    max-width: 560px;
    color: #404040;
    font-size: 1rem;
    line-height: 1.78;
}

.why-eventix-btn {
    min-width: 220px;
    padding: 14px 28px;
    font-size: 1rem;
    border: 0 !important;
}

.why-eventix-benefits {
    background: #efefef;
}

.why-eventix-benefits-wrap {
    max-width: 1320px;
    margin-inline: auto;
}

.why-eventix-section-title {
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #171717;
}

.why-eventix-section-copy {
    max-width: 920px;
    margin-inline: auto;
    color: #4d4d4d;
    font-size: 1rem;
    line-height: 1.7;
}

.why-eventix-feature-card {
    background: #1b1b1b;
    color: #fff;
    border-radius: 18px;
    padding: 26px 22px 24px;
    min-height: 168px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.why-eventix-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.1);
}

.why-eventix-feature-card.is-active {
    background: linear-gradient(135deg, #5c0120 0%, #83042d 100%);
}

.why-eventix-feature-title {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
}

.why-eventix-feature-text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.why-eventix-form-section {
    color: #222;
}

@media (max-width: 1199px) {
    .why-eventix-image-card img {
        min-height: 460px;
    }

    .why-eventix-content {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .why-eventix-hero {
        min-height: 360px;
        padding: 150px 0 86px;
    }

    .why-eventix-image-card img {
        min-height: 380px;
    }

    .why-eventix-copy {
        max-width: none;
    }

    .why-eventix-feature-card {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .why-eventix-hero .hero-title {
        font-size: 2.2rem;
    }

    .why-eventix-hero .hero-subtitle {
        font-size: 0.95rem;
    }

    .why-eventix-image-card {
        border-radius: 22px;
    }

    .why-eventix-image-card img {
        min-height: 300px;
    }

    .why-eventix-title {
        font-size: 2.2rem;
    }

    .why-eventix-highlight {
        font-size: 1.45rem;
    }

    .why-eventix-section-title {
        font-size: 2rem;
    }

    .why-eventix-feature-card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .why-eventix-feature-title {
        font-size: 1.05rem;
    }

    .why-eventix-feature-text {
        font-size: 0.92rem;
    }

    .why-eventix-btn {
        width: 100%;
        min-width: 0;
    }
}

/* ======================================================================
   OUR STORY PAGE
====================================================================== */
.our-story-hero {
    min-height: 460px;
    padding: 175px 0 100px;
}

.our-story-hero .hero-title {
    text-align: center;
    font-size: clamp(2.5rem, 4.2vw, 4rem);
    line-height: 1.08;
    max-width: 980px;
    margin-inline: auto;
}

.our-story-hero .hero-subtitle {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
}

.our-story-page,
.our-story-values,
.our-story-ahead {
    color: #181818;
}

.our-story-intro-wrap,
.our-story-values-wrap,
.our-story-ahead-wrap {
    /* max-width: 1320px; */
    margin-inline: auto;
}

.our-story-image-card {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
    background: #f4f4f4;
}

.our-story-image-card img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    display: block;
}

.our-story-content {
    padding-left: 22px;
}

.our-story-title {
    font-size: clamp(2.4rem, 3.8vw, 4rem);
    line-height: 1.06;
    font-weight: 800;
    color: #171717;
    letter-spacing: -0.03em;
}

.our-story-highlight {
    font-size: clamp(1.3rem, 2vw, 2rem);
    line-height: 1.22;
    font-weight: 800;
    color: #6c082b;
    max-width: 580px;
}

.our-story-copy {
    max-width: 620px;
    color: #3f3f3f;
    font-size: 1rem;
    line-height: 1.78;
    margin-bottom: 14px;
}

.our-story-values {
    background: #fff;
    padding-top: 10px;
}

.our-story-panel {
    border-radius: 26px;
    padding: 42px 36px 36px;
    min-height: 285px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.our-story-panel--mission {
    background: linear-gradient(135deg, #5c0120 0%, #83042d 100%);
    color: #fff;
}

.our-story-panel--vision {
    background: #1a1a1a;
    color: #fff;
}

.our-story-panel-title {
    font-size: clamp(1.8rem, 2.4vw, 2.5rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.our-story-panel-copy,
.our-story-panel-list {
    position: relative;
    z-index: 2;
}

.our-story-panel-copy {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 520px;
}

.our-story-panel-list {
    padding-left: 18px;
    margin: 0;
}

.our-story-panel-list li {
    color: rgba(255, 255, 255, 0.96);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 10px;
    font-weight: 600;
}

.our-story-panel-icon {
    position: absolute;
    right: 22px;
    top: 18px;
    font-size: 4.4rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.12);
    z-index: 1;
}

.our-story-ahead {
    padding-top: 10px;
}

.our-story-ahead-banner {
    min-height: 430px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.our-story-ahead-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.15) 70%,
        rgba(0, 0, 0, 0.08) 100%
    );
}

.our-story-ahead-card {
    position: absolute;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 610px;
    padding: 34px 34px 30px;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.26);
    z-index: 2;
}

.our-story-ahead-title {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

.our-story-ahead-copy {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 0;
    max-width: 520px;
}

@media (max-width: 1199px) {
    .our-story-image-card img {
        min-height: 490px;
    }

    .our-story-content {
        padding-left: 0;
    }

    .our-story-ahead-card {
        left: 40px;
        max-width: 560px;
    }
}

@media (max-width: 991px) {
    .our-story-hero {
        min-height: 360px;
        padding: 150px 0 86px;
    }

    .our-story-image-card img {
        min-height: 380px;
    }

    .our-story-copy {
        max-width: none;
    }

    .our-story-panel {
        min-height: 0;
    }

    .our-story-ahead-banner {
        min-height: 360px;
    }

    .our-story-ahead-card {
        left: 24px;
        right: 24px;
        max-width: none;
        padding: 28px 24px 24px;
    }
}

@media (max-width: 767px) {
    .our-story-hero .hero-title {
        font-size: 2.2rem;
    }

    .our-story-hero .hero-subtitle {
        font-size: 0.95rem;
    }

    .our-story-image-card {
        border-radius: 22px;
    }

    .our-story-image-card img {
        min-height: 300px;
    }

    .our-story-title {
        font-size: 2.2rem;
    }

    .our-story-highlight {
        font-size: 1.45rem;
    }

    .our-story-panel {
        border-radius: 22px;
        padding: 28px 20px 24px;
    }

    .our-story-panel-title {
        font-size: 1.7rem;
        margin-bottom: 16px;
    }

    .our-story-panel-copy,
    .our-story-panel-list li,
    .our-story-ahead-copy {
        font-size: 0.95rem;
    }

    .our-story-panel-icon {
        font-size: 3.2rem;
        right: 16px;
        top: 14px;
    }

    .our-story-ahead-banner {
        min-height: 320px;
    }

    .our-story-ahead-card {
        left: 16px;
        right: 16px;
        border-radius: 22px;
        padding: 22px 18px 20px;
    }

    .our-story-ahead-title {
        font-size: 2rem;
        margin-bottom: 12px;
    }
}

/* =========================================================
   BLOG DETAIL PAGE
========================================================= */
.blog-detail-hero {
    position: relative;
    min-height: 460px;
    padding: 175px 0 100px;
}

.blog-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.62) 100%
    );
    pointer-events: none;
}

.blog-detail-hero .container {
    position: relative;
    z-index: 2;
}

.blog-detail-hero .hero-title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: clamp(2.5rem, 4vw, 4.25rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.02em;
    visibility: visible;
    opacity: 1;
}

.blog-detail-main {
    padding: 76px 0 72px;
    background: #f5f5f5;
}

.blog-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) 260px;
    gap: 42px;
    align-items: start;
}

.blog-detail-article {
    min-width: 0;
}

/* .blog-detail-hero-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 28px;
    margin-bottom: 26px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
} */

.blog-detail-hero-canvas {
    height: clamp(360px, 38vw, 560px);
    border-radius: 18px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blog-detail-hero-canvas img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.blog-detail-title {
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.08;
    font-weight: 800;
    color: #6f0c2e;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}

.blog-detail-copy {
    margin: 0;
    color: #2b2b2b;
    font-size: 1.04rem;
    line-height: 1.78;
    font-weight: 400;
}

.blog-detail-copy + .blog-detail-copy {
    margin-top: 10px;
}

/* Split section with left image */
.blog-detail-split {
    display: grid;
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-top: 28px;
}

.blog-detail-split-media {
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    min-height: auto;
    box-shadow: none;
}

.blog-detail-split-media img {
    width: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.blog-detail-split-copy h2 {
    margin: 0 0 16px;
    color: #6f0c2e;
    font-size: clamp(1.65rem, 2.3vw, 2.45rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.02em;
    max-width: 760px;
}

.blog-detail-split-copy p {
    margin: 0;
    color: #2b2b2b;
    font-size: 1.03rem;
    line-height: 1.78;
    max-width: 760px;
}

/* Disable old mockup styles if present */
.blog-detail-phone-graphic,
.blog-detail-phone-screen {
    display: none !important;
}

.blog-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog-detail-ad-link {
    display: block;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    background: transparent;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.blog-detail-ad-link:hover {
    transform: translateY(-3px);
    opacity: 0.96;
}

.blog-detail-ad-link img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.blog-detail-footer-ad {
    padding: 0;
    margin: 0;
}

.blog-detail-footer-ad .quote-page-ad-wrapper,
.blog-detail-footer-ad .ad-box,
.blog-detail-footer-ad a,
.blog-detail-footer-ad img {
    width: 100%;
    display: block;
}

.blog-detail-footer-ad .quote-page-ad-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

@media (max-width: 1199px) {
    .blog-detail-grid {
        grid-template-columns: minmax(0, 1fr) 230px;
        gap: 28px;
    }

    .blog-detail-hero-card {
        padding: 22px;
    }

    .blog-detail-split {
        grid-template-columns: 240px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .blog-detail-main {
        padding: 56px 0 60px;
    }

    .blog-detail-grid {
        grid-template-columns: 1fr;
    }

    .blog-detail-sidebar {
        order: 2;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .blog-detail-article {
        order: 1;
    }
}

@media (max-width: 767px) {
    .blog-detail-hero {
        min-height: 260px;
        padding: 104px 0 48px;
    }

    .blog-detail-hero .hero-title {
        font-size: 2.3rem;
    }

    .blog-detail-main {
        padding: 40px 0 48px;
    }

    .blog-detail-hero-card {
        padding: 16px;
        border-radius: 18px;
        margin-bottom: 20px;
    }

    .blog-detail-hero-canvas {
        height: 290px;
        border-radius: 14px;
    }

    .blog-detail-hero-canvas img {
        border-radius: 14px;
    }

    .blog-detail-title {
        font-size: 2rem;
    }

    .blog-detail-copy {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .blog-detail-split {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 22px;
    }

    .blog-detail-split-media img {
        width: 100%;
    }

    .blog-detail-sidebar {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   EVENT DETAIL PAGE
========================================================= */
.event-detail-hero {
    position: relative;
    min-height: 460px;
    padding: 175px 0 100px;
    overflow: hidden;
}

.event-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 28%,
        rgba(0, 0, 0, 0.56) 100%
    );
    pointer-events: none;
}

.event-detail-hero .container {
    position: relative;
    z-index: 2;
}

.event-detail-hero-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 134px;
    text-align: center;
}

.event-detail-hero .hero-title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.55rem, 4vw, 4.2rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
    visibility: visible;
    opacity: 1;
}

.event-detail-main {
    padding: 56px 0 64px;
    background: #f5f5f5;
}

.event-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 265px;
    gap: 42px;
    align-items: start;
}

.event-detail-content {
    min-width: 0;
}

.event-detail-top {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
    margin-bottom: 34px;
}

.event-detail-gallery {
    min-width: 0;
}

.event-detail-main-image {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.03);
}

.event-detail-main-image img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
}

.event-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.event-detail-thumb {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.event-detail-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.event-detail-thumb img {
    width: 100%;
    height: 86px;
    object-fit: cover;
    display: block;
}

.event-detail-summary {
    min-width: 0;
    padding-top: 4px;
}

.event-detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.9rem;
    color: #5b5b5b;
}

.event-detail-breadcrumb i {
    color: #7a7a7a;
}

.event-detail-breadcrumb .sep {
    color: #9a9a9a;
}

.event-detail-breadcrumb a {
    color: #7b002d;
    text-decoration: none;
    font-weight: 600;
}

.event-detail-title {
    margin: 0 0 14px;
    color: #191919;
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.event-detail-title span {
    display: block;
    color: #7b002d;
    font-weight: 500;
}

.event-detail-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.event-detail-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 11px;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #2b2b2b;
}

.event-detail-info-list li i {
    width: 18px;
    font-size: 0.92rem;
    color: #7b002d;
    margin-top: 3px;
    flex-shrink: 0;
}

.event-detail-info-list li a {
    color: #7b002d;
    text-decoration: none;
    font-weight: 700;
}

.event-detail-primary-btn,
.event-detail-outline-btn,
.event-detail-cta-btn,
.event-detail-fixed-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    background: #7b002d;
    color: #fff;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 600;
    border: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
    box-shadow: 0 8px 18px rgba(123, 0, 45, 0.18);
}

.event-detail-primary-btn:hover,
.event-detail-outline-btn:hover,
.event-detail-cta-btn:hover,
.event-detail-fixed-quote:hover {
    background: #660024;
    color: #fff;
    transform: translateY(-2px);
}

.event-detail-description {
    margin-top: 18px;
}

.event-detail-description p {
    margin: 0 0 10px;
    color: #5b5b5b;
    font-size: 1rem;
    line-height: 1.72;
}

.event-detail-section {
    margin-top: 18px;
    padding-top: 8px;
}

.event-detail-section-head {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 18px;
}

.event-detail-section-head h3 {
    margin: 0;
    color: #181818;
    font-size: clamp(1.7rem, 2.1vw, 2.1rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

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

.event-detail-capacity-card {
    background: #f2ecef;
    border-radius: 16px;
    padding: 22px 14px 18px;
    text-align: center;
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(123, 0, 45, 0.06);
}

.event-detail-capacity-card .icon {
    font-size: 1.95rem;
    color: #7b002d;
    margin-bottom: 14px;
}

.event-detail-capacity-card h4 {
    margin: 0 0 6px;
    font-size: 1.55rem;
    line-height: 1.1;
    font-weight: 800;
    color: #7b002d;
}

.event-detail-capacity-card p {
    margin: 0;
    color: #8c8c8c;
    font-size: 0.86rem;
    line-height: 1.4;
}

.event-detail-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 18px;
    margin-bottom: 22px;
}

.event-detail-services-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 16px;
    background: #f2ecef;
    border-radius: 10px;
    text-decoration: none;
    color: #303030;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgba(123, 0, 45, 0.06);
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.event-detail-services-grid a:hover {
    background: #7b002d;
    color: #fff;
    transform: translateY(-2px);
}

.event-detail-inline-banner {
    margin-top: 36px;
}

.event-detail-inline-banner img {
    width: 100%;
    display: block;
    border-radius: 0;
}

.event-detail-sidebar {
    position: relative;
}

.event-detail-planner-card {
    background: #efefef;
    border-radius: 18px;
    padding: 20px 18px;
    margin-bottom: 22px;
}

.event-detail-planner-card h3 {
    margin: 0 0 18px;
    font-size: 1.95rem;
    line-height: 1;
    color: #1b1b1b;
    font-weight: 700;
}

.event-detail-planner-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.event-detail-planner-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    background: #fff;
    color: #2b2b2b;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.event-detail-planner-links a.active,
.event-detail-planner-links a:hover {
    background: #7b002d;
    color: #fff;
}

.event-detail-sidebar-ads {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.event-detail-side-ad {
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.event-detail-side-ad:hover {
    transform: translateY(-3px);
}

.event-detail-side-ad img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.event-detail-fixed-quote {
    position: fixed;
    top: 360px;
    right: max(18px, calc((100vw - 1320px) / 2 + 6px));
    z-index: 120;
    min-height: 54px;
    padding: 0 30px;
    font-size: 1rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.event-detail-footer-strip {
    padding: 0;
    margin: 0;
}

.event-detail-footer-strip img {
    width: 100%;
    display: block;
}

.event-detail-cta {
    padding: 56px 0 40px;
    background: #f5f5f5;
}

.event-detail-cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 330px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: center;
    padding: 40px 44px;
    background: url("assets/img/banners/right-service-banner.png") center/cover
        no-repeat;
}

.event-detail-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(73, 0, 20, 0.18) 0%,
        rgba(73, 0, 20, 0.1) 40%,
        rgba(73, 0, 20, 0.04) 100%
    );
    pointer-events: none;
}

.event-detail-cta-box::after {
    display: none;
}

.event-detail-cta-content,
.event-detail-cta-image {
    position: relative;
    z-index: 2;
}

.event-detail-cta-content h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.event-detail-cta-content p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.6;
}

.event-detail-cta-btn {
    background: #8f0b34;
}

.event-detail-cta-image {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
}

.event-detail-cta-image img {
    max-width: 100%;
    width: 295px;
    display: block;
    object-fit: contain;
}

@media (max-width: 1399px) {
    .event-detail-layout {
        grid-template-columns: minmax(0, 1fr) 240px;
        gap: 30px;
    }

    .event-detail-top {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    }

    .event-detail-fixed-quote {
        right: 18px;
    }
}

@media (max-width: 1199px) {
    .event-detail-top {
        grid-template-columns: 1fr;
    }

    .event-detail-layout {
        grid-template-columns: 1fr;
    }

    .event-detail-sidebar {
        display: grid;
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 20px;
        align-items: start;
    }

    .event-detail-sidebar-ads {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .event-detail-fixed-quote {
        position: static;
        margin: 0 0 18px auto;
        display: inline-flex;
    }
}

@media (max-width: 991px) {
    .event-detail-main {
        padding: 44px 0 54px;
    }

    .event-detail-capacity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-detail-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-detail-cta-box {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 34px 28px;
        text-align: center;
        background-position: center;
    }

    .event-detail-cta-image {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .event-detail-hero {
        min-height: 260px;
        padding: 104px 0 48px;
    }

    .event-detail-hero .hero-title {
        font-size: 2.25rem;
    }

    .event-detail-main {
        padding: 34px 0 48px;
    }

    .event-detail-thumbs {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .event-detail-thumb img {
        height: 72px;
    }

    .event-detail-title {
        font-size: 2rem;
    }

    .event-detail-capacity-grid,
    .event-detail-services-grid {
        grid-template-columns: 1fr;
    }

    .event-detail-sidebar {
        grid-template-columns: 1fr;
    }

    .event-detail-sidebar-ads {
        grid-template-columns: 1fr;
    }

    .event-detail-fixed-quote {
        width: 100%;
        justify-content: center;
        position: static;
    }

    .event-detail-cta-content h2 {
        font-size: 2.35rem;
    }
}
