/*
 * PALMEX Thailand 2026
 * Custom Premium Stylesheet
 * Override default layouts with high-end, enterprise-grade visuals.
 */

/* Premium Combined Header Layout */
.centered-header {
    position: relative;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 70px 0 60px 0 !important; /* Shorter spacing */
    overflow: hidden;
}

.centered-header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.75) 100%) !important;
    z-index: 1;
}

.centered-header .container {
    position: relative;
    z-index: 2;
}

.centered-header .header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.centered-header .title {
    font-family: 'Poppins', 'Outfit', sans-serif !important;
    font-size: 38px !important; /* Slightly smaller to fit shorter spacing */
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 14px !important; /* Shorter spacing */
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    letter-spacing: -0.5px !important;
}

/* Glassmorphism Breadcrumb Navigation inside Header */
.premium-breadcrumbs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 16px; /* Shorter padding */
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 100px !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.premium-breadcrumbs:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 12px 40px 0 rgba(127, 193, 84, 0.25) !important; /* Brand Accent #7FC154 */
    transform: translateY(-1.5px) !important;
}

.premium-breadcrumbs .crumb-item-home {
    display: inline-flex !important;
    align-items: center !important;
    float: none !important;
}

.premium-breadcrumbs .crumb-item-home a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    font-family: 'Poppins', 'Inter', sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 5px 12px !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.premium-breadcrumbs .crumb-item-home a::before {
    content: "\f015" !important;
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
    color: #7FC154 !important; /* Brand Accent #7FC154 */
    font-size: 13.5px !important;
    transition: transform 0.3s ease !important;
}

.premium-breadcrumbs .crumb-item-home a:hover {
    color: #ffffff !important;
    background: rgba(127, 193, 84, 0.25) !important; /* Brand Accent #7FC154 */
    border-color: rgba(127, 193, 84, 0.3) !important;
    box-shadow: 0 4px 12px rgba(127, 193, 84, 0.2) !important;
}

.premium-breadcrumbs .crumb-item-home a:hover::before {
    transform: scale(1.15) rotate(-5deg) !important;
}

.premium-breadcrumbs .crumb-list-current {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
}

.premium-breadcrumbs .crumb-list-current li {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    font-family: 'Poppins', 'Inter', sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.premium-breadcrumbs .crumb-list-current li::before {
    content: "\f105" !important;
    font-family: "FontAwesome" !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

/* Fallback/Default Breadcrumb Styles for other pages */
.bread-crumb {
    background: transparent !important;
    padding: 24px 0 !important;
    box-shadow: none !important;
}

.bread-crumb .content-box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 10px 24px !important;
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 100px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), 0 1px 8px rgba(0, 0, 0, 0.015) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bread-crumb .content-box:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 36px rgba(127, 193, 84, 0.08), 0 1px 12px rgba(127, 193, 84, 0.03) !important;
    border-color: rgba(127, 193, 84, 0.25) !important;
    background: rgba(255, 255, 255, 0.85) !important;
}

.bread-crumb .link {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.bread-crumb .link a {
    color: #475569 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Poppins', 'Inter', sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    background: rgba(127, 193, 84, 0.05) !important;
    border: 1px solid rgba(127, 193, 84, 0.08) !important;
}

.bread-crumb .link a::before {
    content: "\f015" !important;
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
    color: #7FC154 !important;
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
}

.bread-crumb .link a:hover {
    color: #7FC154 !important;
    background: rgba(127, 193, 84, 0.12) !important;
    border-color: rgba(127, 193, 84, 0.2) !important;
    transform: scale(1.02) !important;
}

.bread-crumb .link a:hover::before {
    transform: scale(1.15) rotate(-5deg) !important;
}

.bread-crumb .list {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.bread-crumb .list li {
    color: #0f172a !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: 'Poppins', 'Inter', sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bread-crumb .list li::before {
    content: "\f105" !important;
    font-family: "FontAwesome" !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    color: #94a3b8 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.page-premium-green {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 8% 12%, rgba(127, 193, 84, 0.16), transparent 30%), linear-gradient(135deg, #f7fbf3 0%, #ffffff 46%, #edf8e8 100%);
}

.page-premium-green:before {
    content: '';
    position: absolute;
    inset: 44px auto auto -120px;
    width: 300px;
    height: 300px;
    border: 36px solid rgba(127, 193, 84, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.page-premium-green:after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: 70px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(127, 193, 84, 0.12), transparent 68%);
    pointer-events: none;
}

.page-premium-green .container {
    position: relative;
    z-index: 1;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    border: 1px solid rgba(127, 193, 84, 0.34);
    border-radius: 999px;
    color: #4a8d2a;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 32px rgba(42, 86, 26, 0.08);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-kicker i {
    color: #7FC154;
}

.premium-section-title {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

.premium-section-title h2 {
    margin: 18px 0 12px;
    color: #172512;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 900;
}

.premium-section-title p {
    margin: 0;
    color: #61705a;
    font-size: 16px;
    line-height: 1.75;
}

.exhibitor-categories .section-title-wrap {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.exhibitor-categories .section-title-wrap h2 {
    margin: 18px 0 12px;
    color: #172512;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 900;
}

.exhibitor-categories .section-title-wrap p {
    margin: 0;
    color: #61705a;
    font-size: 16px;
    line-height: 1.75;
}

.exhibitor-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    position: relative;
    z-index: 1;
}

.exhibitor-category-card {
    position: relative;
    min-height: 100%;
    padding: 26px;
    border: 1px solid rgba(127, 193, 84, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 60px rgba(34, 65, 24, 0.1);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    overflow: hidden;
}

.exhibitor-category-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #7FC154, #b8e986);
}

.exhibitor-category-card:hover {
    transform: translateY(-8px);
    border-color: rgba(127, 193, 84, 0.48);
    box-shadow: 0 30px 75px rgba(34, 65, 24, 0.16);
}

.exhibitor-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.exhibitor-card-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.exhibitor-card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, #7FC154, #4d9a2e);
    box-shadow: 0 12px 24px rgba(127, 193, 84, 0.28);
    font-size: 17px;
    flex: 0 0 42px;
}

.exhibitor-card-head h3 {
    margin: 0 0 7px;
    color: #1d2d17;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 850;
}

.exhibitor-card-head span {
    display: inline-flex;
    color: #6d7b66;
    font-size: 13px;
    font-weight: 700;
}

.exhibitor-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.exhibitor-category-list li {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #314329;
    background: #f3f8ef;
    border: 1px solid rgba(127, 193, 84, 0.16);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 650;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.exhibitor-category-list li:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: #7FC154;
}

.venue-premium-section {
    font-family: 'Inter', 'Outfit', 'Roboto', sans-serif;
    padding: 80px 0;
}

.venue-premium-section:before {
    right: -130px;
    left: auto;
    top: 90px;
    width: 340px;
    height: 340px;
    border-width: 42px;
}

.venue-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(34, 65, 24, 0.13);
    overflow: hidden;
    border: 1px solid rgba(127, 193, 84, 0.18);
}

.venue-hero {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.venue-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.venue-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(8, 18, 5, 0.08) 0%, rgba(8, 18, 5, 0.34) 42%, rgba(8, 18, 5, 0.88) 100%);
    padding: 60px 46px 38px;
    color: white;
}

.venue-hero-overlay:before {
    content: 'Official Venue';
    display: inline-flex;
    width: max-content;
    margin-bottom: 16px;
    padding: 9px 16px;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 999px;
    background: rgba(127, 193, 84, 0.9);
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 14px 32px rgba(0,0,0,0.2);
}

.venue-hero-overlay h2 {
    color: white !important;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 900;
    margin: 0 0 8px 0;
    letter-spacing: 0;
    text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.venue-hero-overlay p {
    font-size: 17px;
    margin: 0;
    opacity: 0.92;
    font-weight: 650;
}

.venue-body {
    padding: 48px;
}

.venue-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #516148;
    margin-bottom: 34px;
    text-align: center;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.venue-intro strong {
    color: #203218;
    font-weight: 850;
}

.venue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-bottom: 34px;
}

.info-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(127, 193, 84, 0.18);
    border-radius: 18px;
    padding: 26px 24px;
    box-shadow: 0 18px 44px rgba(34, 65, 24, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    position: relative;
    overflow: hidden;
}

.info-card:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, #7FC154, #b8e986);
}

.info-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 62px rgba(34, 65, 24, 0.14);
    border-color: rgba(127, 193, 84, 0.45);
}

.info-icon {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #7FC154, #4d9a2e) !important;
    color: #ffffff !important;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
    box-shadow: 0 14px 28px rgba(127, 193, 84, 0.3);
}

.info-card:hover .info-icon {
    transform: translateY(-2px) rotate(4deg);
}

.info-icon svg {
    width: 22px;
    height: 22px;
}

.info-card h4 {
    font-size: 20px;
    font-weight: 850;
    color: #1d2d17;
    margin-top: 0;
    margin-bottom: 12px;
}

.info-card p {
    color: #5f6d59;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.info-card p strong {
    color: #2d3e25;
    font-weight: 800;
}

.info-card a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.info-card a:hover {
    color: #4d9a2e;
}

.venue-map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 58px rgba(34, 65, 24, 0.12);
    border: 1px solid rgba(127, 193, 84, 0.22);
    transition: box-shadow 0.3s ease;
    background: #ffffff;
}

.venue-map-container:hover {
    box-shadow: 0 30px 72px rgba(34, 65, 24, 0.18);
}

.venue-map-container iframe {
    min-height: 430px;
}

.booking-options {
    padding-bottom: 30px;
}

.booking-card {
    min-height: 100%;
    padding: 34px;
    border-radius: 22px;
    border: 1px solid rgba(127, 193, 84, 0.18);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(34, 65, 24, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.booking-card:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, #7FC154, #b8e986);
}

.booking-card:hover {
    transform: translateY(-8px);
    border-color: rgba(127, 193, 84, 0.48);
    box-shadow: 0 30px 75px rgba(34, 65, 24, 0.16);
}

.booking-card h4 {
    margin: 0 0 18px;
    color: #1d2d17;
    font-size: 24px;
    font-weight: 900;
}

.booking-card img {
    width: auto;
    max-width: 72%;
    height: 170px;
    object-fit: contain;
    margin-bottom: 22px;
}

.booking-card .stand-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    color: #314329;
    background: #f3f8ef;
    border: 1px solid rgba(127, 193, 84, 0.18);
    font-size: 13px;
    font-weight: 800;
}

.booking-card p {
    margin: 0;
    color: #5f6d59;
    font-size: 15px;
    line-height: 1.7;
}

.booking-options .shadow {
    min-height: 100%;
    padding: 34px !important;
    border-radius: 22px;
    border: 1px solid rgba(127, 193, 84, 0.18);
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 24px 60px rgba(34, 65, 24, 0.1) !important;
    position: relative;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.booking-options .shadow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, #7FC154, #b8e986);
}

.booking-options .shadow:hover {
    transform: translateY(-8px);
    border-color: rgba(127, 193, 84, 0.48);
    box-shadow: 0 30px 75px rgba(34, 65, 24, 0.16) !important;
}

.booking-options .shadow h4 {
    margin: 0 0 18px;
    color: #1d2d17;
    font-size: 24px;
    font-weight: 900;
}

.booking-options .shadow img {
    width: auto;
    max-width: 72%;
    height: 170px;
    object-fit: contain;
    margin-bottom: 16px;
}

.booking-options .shadow center {
    display: block;
    color: #5f6d59;
    font-size: 15px;
    line-height: 1.7;
}

.booking-form-section {
    padding-top: 48px;
}

.booking-form-panel {
    padding: 34px;
    border-radius: 22px;
    border: 1px solid rgba(127, 193, 84, 0.18);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(34, 65, 24, 0.1);
    overflow: hidden;
}

.booking-form-panel .news_tittle h4 {
    margin: 0 0 20px;
    color: #1d2d17;
    font-size: 22px;
    font-weight: 900;
}

.booking-form-panel .form-group strong {
    display: inline-flex;
    margin-bottom: 8px;
    color: #2d3e25;
    font-size: 14px;
    font-weight: 800;
}

.booking-form-panel .form-control {
    min-height: 48px;
    border: 1px solid rgba(127, 193, 84, 0.22);
    border-radius: 12px;
    box-shadow: none;
    transition: border-color .22s ease, box-shadow .22s ease;
}

.booking-form-panel .form-control:focus {
    border-color: #7FC154;
    box-shadow: 0 0 0 4px rgba(127, 193, 84, 0.14);
}

.booking-form-panel input[type="checkbox"] {
    accent-color: #7FC154;
}

.booking-form-panel .submit-button {
    float: none !important;
    width: 100%;
    padding: 6px 15px 0;
    clear: both;
}

.booking-form-panel .btn-one {
    float: none !important;
    width: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    min-height: 46px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7FC154, #4d9a2e) !important;
    border: 0 !important;
    box-shadow: 0 16px 34px rgba(127, 193, 84, 0.32);
}

.why-exhibit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.why-exhibit-card {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(127, 193, 84, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(34, 65, 24, 0.1);
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.why-exhibit-card:before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #7FC154, #b8e986);
}

.why-exhibit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(127, 193, 84, 0.45);
    box-shadow: 0 30px 75px rgba(34, 65, 24, 0.16);
}

.why-exhibit-card h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
    color: #1d2d17;
    font-size: 20px;
    line-height: 1.32;
    font-weight: 900;
}

.why-exhibit-card h3 i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #7FC154, #4d9a2e);
    box-shadow: 0 12px 24px rgba(127, 193, 84, 0.28);
    flex: 0 0 38px;
}

.why-exhibit-card p {
    margin: 0;
    color: #5f6d59;
    font-size: 15px;
    line-height: 1.75;
}

.why-exhibit-section .row {
    margin-left: 0;
    margin-right: 0;
}

.why-exhibit-section ul.li {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-exhibit-section ul.li li {
    position: relative;
    padding: 28px 28px 28px 34px;
    border: 1px solid rgba(127, 193, 84, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(34, 65, 24, 0.1);
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.why-exhibit-section ul.li li:before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #7FC154, #b8e986);
}

.why-exhibit-section ul.li li:hover {
    transform: translateY(-7px);
    border-color: rgba(127, 193, 84, 0.45);
    box-shadow: 0 30px 75px rgba(34, 65, 24, 0.16);
}

.why-exhibit-section ul.li strong {
    display: block;
    margin-bottom: 12px;
    color: #1d2d17;
    font-size: 20px;
    line-height: 1.32;
    font-weight: 900;
}

.why-exhibit-section ul.li p {
    margin: 0;
    color: #5f6d59;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .exhibitor-category-grid,
    .why-exhibit-grid,
    .why-exhibit-section ul.li {
        grid-template-columns: 1fr 1fr;
    }

    .premium-section-title h2,
    .exhibitor-categories .section-title-wrap h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .venue-premium-section,
    .page-premium-green {
        padding: 60px 0;
    }

    .venue-hero {
        height: 330px;
    }

    .venue-hero-overlay {
        padding: 38px 26px 26px;
    }

    .venue-hero-overlay h2 {
        font-size: 31px;
    }

    .venue-body {
        padding: 30px 22px;
    }

    .venue-intro {
        font-size: 16px;
        text-align: left;
    }

    .venue-map-container iframe {
        min-height: 360px;
    }

    .booking-card {
        padding: 26px;
    }

    .booking-form-panel {
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .exhibitor-category-grid,
    .why-exhibit-grid,
    .why-exhibit-section ul.li {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .exhibitor-category-card {
        padding: 22px;
        border-radius: 16px;
    }

    .exhibitor-card-head {
        align-items: flex-start;
    }

    .premium-section-title h2,
    .exhibitor-categories .section-title-wrap h2 {
        font-size: 27px;
    }
}
