:root {
    --red: #c8101e;
    --red-dark: #8f0812;
    --yellow: #ffe000;
    --ink: #121212;
    --muted: #666;
    --paper: #fff;
    --soft: #f5f6f8;
    --line: #e7e7e7;
    --shadow: 0 16px 40px rgba(0, 0, 0, .12);
    --radius: 18px;
    --max: 1300px;
    
}
*{box-sizing:border-box}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;line-height:1.6;font-family:Inter,Segoe UI,Arial,sans-serif;}

/* =========================
   HEADER LOGO FIX
========================= */

.site-header,
.main-header,
.navbar {
    overflow: visible;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    min-width: 175px;
    height: 95px;
    padding: 8px 0;
    overflow: visible;
}

.navbar-brand img,
.header-logo img,
.site-logo img {
    display: block;
    width: auto;
    max-width: 165px;
    height: auto;
    max-height: 88px;
    object-fit: contain;
    object-position: center;
}

.main-header .container {
    overflow: visible;
}

.main-navigation {
    min-height: 98px;
    overflow: visible;
}

a{color:inherit;text-decoration:none;font-family: "Inter Tight", sans-serif;}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.topbar{background:#111;color:#fff;font-size:14px;font-family: "Inter Tight", sans-serif;}
.topbar .container{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:8px 0}
.event-mini{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.event-mini strong{color:var(--yellow);letter-spacing:.03em}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:98px;gap:20px;font-family: "Inter Tight", sans-serif;}
/* .logo{width:158px;height:auto} */

.logo img {
    width: auto;
    height: 88px;
    max-width: 165px;
    object-fit: contain;
}



.nav{display:flex;gap:21px;align-items:center;font-size:13px;font-weight:800;letter-spacing:.03em}
.nav a{padding:28px 0;position:relative}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:3px;background:var(--red);transition:.25s}
.nav a:hover:after,.nav a.active:after{right:0}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 22px;font-weight:800;cursor:pointer;transition:.2s}
.btn-primary,.nav-cta{background:var(--red);color:#fff;box-shadow:0 9px 22px rgba(200,16,30,.24)}
.btn-primary:hover,.nav-cta:hover{transform:translateY(-2px);background:var(--red-dark)}
.btn-yellow{background:var(--yellow);color:#111;font-family: "Inter Tight", sans-serif;font-size: 13px;}
.btn-outline{border:1px solid #cfcfcf;background:#fff}
.menu-btn{display:none;border:0;background:#111;color:#fff;border-radius:10px;padding:10px 12px;font-size:18px}
.hero{min-height:630px;font-family: "Inter Tight", sans-serif;display:grid;align-items:center;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.52),rgba(0,0,0,.13)),url('../images/about-expo.jpg') center/cover no-repeat;color:#fff}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 25%,rgba(255,224,0,.22),transparent 35%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center;padding:84px 0}
.kicker{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--yellow);text-transform:uppercase;letter-spacing:.12em;font-size:13px}
.kicker:before{content:"";width:35px;height:3px;background:currentColor}
h1{font-size:clamp(42px,6vw,78px);line-height:.98;margin:18px 0 24px;letter-spacing:-.045em}
.hero p{font-size:19px;max-width:680px;color:#ededed;font-family: "Inter Tight", sans-serif;}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px;font-family: "Inter Tight", sans-serif;}
.event-stack{display:grid;gap:16px}
.event-card{background:rgba(255,255,255,.96);color:#111;border-radius:22px;padding:22px;box-shadow:var(--shadow);display:grid;grid-template-columns:185px 1fr;gap:18px;align-items:center;border-left:7px solid var(--red)}
.event-card.featured{border-left-color:var(--yellow)}
.date-block{background:#111;color:#fff;border-radius:14px;padding:12px;text-align:center}
.date-block .month{font-size:12px;font-weight:900;letter-spacing:.15em;color:var(--yellow);font-family: "Inter Tight", sans-serif;}
.date-block .days{font-size:27px;font-weight:950;line-height:1.15}
.event-card h3{margin:0 0 4px;font-size:24px}
.event-card p{margin:0;color:#555;font-size:14px}

/* =========================
   EVENT CARD FIX
========================= */



.event-date-box {
    flex: 0 0 125px;
    width: 125px;
    min-width: 125px;
    padding: 16px 10px;
    text-align: center;
    overflow: visible;
}

.event-date-box .month {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
    white-space: nowrap;
}

.event-date-box .dates {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    font-size: 19px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}



.section{padding:84px 0}
.section.soft{background:var(--soft)}
.section.dark{background:#111;color:#fff}
.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:34px}
.section-head h2,.page-hero h1{font-size:clamp(34px,4.5vw,55px);line-height:1.05;margin:0;letter-spacing:-.035em}
.section-head p{max-width:650px;color:var(--muted);margin:0}
.section.dark .section-head p{color:#bbb}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;font-family: "Inter Tight", sans-serif;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 30px rgba(0,0,0,.05)}
.card h3{margin:8px 0 8px;font-family: "Inter Tight", sans-serif;}
.card p{color:var(--muted);margin:0;font-family: "Inter Tight", sans-serif;}
.icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--yellow);font-size:24px}
.photo-frame{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);position:relative}
.photo-frame img{width:100%;height:460px;object-fit:cover}
.badge{display:inline-block;padding:7px 12px;background:#fff1f2;color:var(--red);font-weight:800;border-radius:999px;font-size:12px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px}
.stat{padding:22px;border-left:4px solid var(--yellow);background:#1c1c1c;border-radius:12px}
.stat strong{font-size:32px;display:block}
.countdown{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.count-box{min-width:85px;background:#fff;color:#111;padding:13px;border-radius:14px;text-align:center}
.count-box strong{font-size:26px;display:block}
.count-box span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#666}
.industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.industry{padding:20px 14px;border:1px solid var(--line);border-radius:15px;text-align:center;background:#fff;font-weight:750}
.industry span{display:block;font-size:27px;margin-bottom:8px}
.cta-band{background:linear-gradient(110deg,var(--red-dark),var(--red));border-radius:26px;padding:42px;color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center;box-shadow:var(--shadow)}
.page-hero{background:linear-gradient(100deg,rgba(0,0,0,.84),rgba(0,0,0,.38)),url('../images/gallery-5.jpg') center/cover no-repeat;color:#fff;padding:110px 0 90px}
.page-hero p{max-width:720px;font-size:18px;color:#e8e8e8}
.breadcrumb{font-size:13px;font-weight:800;color:var(--yellow);text-transform:uppercase;letter-spacing:.12em}
.list-clean{padding:0;margin:0;list-style:none}
.list-clean li{padding:11px 0;border-bottom:1px solid var(--line)}
.category-columns{columns:3;column-gap:36px}
.category-columns li{break-inside:avoid;padding:9px 0;border-bottom:1px solid #eee;font-family: "Inter Tight", sans-serif;}
.price-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.price-table th,.price-table td{padding:17px 18px;text-align:left;border-bottom:1px solid #eee;font-family: "Inter Tight", sans-serif;}
.price-table th{background:#111;color:#fff}
.price-table tr:last-child td{border-bottom:0}
.highlight-box{padding:26px;background:#fff9d9;border-left:5px solid var(--yellow);border-radius:14px;font-family: "Inter Tight", sans-serif;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;font-family: "Inter Tight", sans-serif;}
.field label{display:block;font-weight:800;font-size:13px;margin-bottom:7px;font-family: "Inter Tight", sans-serif;}
.field input,.field textarea,.field select{width:100%;padding:14px 15px;font-family: "Inter Tight", sans-serif;border:1px solid #d9d9d9;border-radius:11px;font:inherit;background:#fff}
.field textarea{min-height:130px;resize:vertical;font-family: "Inter Tight", sans-serif;}
.field.full{grid-column:1/-1}
.form-status{display:none;margin-top:14px;padding:12px;border-radius:10px;font-family: "Inter Tight", sans-serif;background:#eaf8ee;color:#146c2e;font-weight:700}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-grid a{display:block;border-radius:15px;overflow:hidden;position:relative}
.gallery-grid img{width:100%;height:260px;object-fit:cover;transition:.3s}
.gallery-grid a:hover img{transform:scale(1.04)}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:30px}
.map-placeholder{min-height:340px;background:linear-gradient(135deg,#eee,#ddd);border-radius:18px;display:grid;place-items:center;text-align:center;padding:30px}
.floor-plan{background:#f7f7f7;border:1px solid #ddd;border-radius:18px;padding:34px;text-align:center}
.floor-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin:25px 0}
.stall{padding:15px 4px;background:#fff;border:1px solid #bbb;border-radius:7px;font-size:12px;font-weight:800}
.stall.feature{background:var(--yellow)}
.footer{background:#080808;color:#ddd;padding:62px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:45px}
.footer .logo{filter:none;background:#fff;border-radius:12px;padding:8px}
.footer h4{color:#fff;margin-top:0}
.footer a{display:block;padding:5px 0;color:#bbb;font-family: "Inter Tight", sans-serif;}
.footer a:hover{color:var(--yellow);font-family: "Inter Tight", sans-serif;}
.copyright{border-top:1px solid #292929;margin-top:38px;padding-top:18px;font-size:13px;color:#888;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
.floating-wa{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;font-size:26px;box-shadow:var(--shadow);z-index:60}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.7);display:none;place-items:center;z-index:100;padding:20px}
.modal.open{display:grid}
.modal-box{background:#fff;border-radius:20px;width:min(620px,100%);padding:28px;position:relative;max-height:90vh;overflow:auto}
.modal-close{position:absolute;right:16px;top:12px;border:0;background:#eee;border-radius:50%;width:36px;height:36px;font-size:22px}
@media(max-width:980px){
  .nav{position:fixed;left:16px;right:16px;top:95px;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:stretch}
  .nav.open{display:flex}.nav a{padding:10px}.nav a:after{display:none}.menu-btn{display:block}.nav-cta{display:none}
  .hero-grid,.grid-2{grid-template-columns:1fr}.hero{min-height:auto}.event-stack{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:repeat(2,1fr)}.grid-4,.stats{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(3,1fr)}
  .category-columns{columns:2}.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.contact-cards{grid-template-columns:1fr}
}
@media(max-width:640px){
  .topbar .container{display:block}.event-mini{margin-bottom:4px}.hero-grid{padding:62px 0}.hero p{font-size:16px}.event-stack{grid-template-columns:1fr}.event-card{grid-template-columns:92px 1fr}.section{padding:62px 0}.section-head{display:block}.section-head p{margin-top:12px}.grid-3,.grid-4,.stats,.industry-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.category-columns{columns:1}.cta-band{display:block}.cta-band .btn{margin-top:18px}.page-hero{padding:85px 0 65px}.floor-grid{grid-template-columns:repeat(4,1fr)}
}

/* ===== Complete home-page additions ===== */
.edition-bar{background:#090909;color:#fff;border-bottom:4px solid var(--yellow)}
.edition-bar-inner{min-height:48px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;padding:7px 0}
.edition-pill{display:flex;align-items:center;gap:10px;padding:4px 13px;border-right:1px solid #444}
.edition-pill b{color:var(--yellow);font-size:13px;letter-spacing:.08em;font-family: "Inter Tight", sans-serif;}
.edition-pill span{font-weight:800;font-size:13px}
.edition-contact{margin-left:auto;display:flex;gap:9px;align-items:center;font-size:12px;font-weight:800}
.edition-contact span{color:#aaa}.edition-contact a{color:var(--yellow)}
.brand-link{display:flex;align-items:center;overflow:hidden;width:160px;height:58px}
/* .brand-link .logo{width:160px;transform:scale(1.02)} */
.hero-full{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.56),rgba(0,0,0,.24)),url('../images/banner.png') center/cover no-repeat}
.hero-copy{max-width:690px}
.btn-ghost{border:1px solid rgba(255,255,255,.72);background:transparent;color:#fff;font-family: "Inter Tight", sans-serif;}
.btn-ghost:hover{background:#fff;color:#111}
.countdown-wrap{margin-top:36px}
.inline-days{white-space:nowrap;font-size:22px!important;letter-spacing:-.04em}
.event-date-text{font-weight:900!important;color:var(--red)!important;margin-bottom:3px!important}
.display-heading{font-size:clamp(38px,4.6vw,58px);line-height:1.04;letter-spacing:-.04em;margin:16px 0 22px}
.image-collage{isolation:isolate}.image-collage:after{content:"";position:absolute;inset:20px -18px -18px 20px;border:5px solid var(--yellow);border-radius:24px;z-index:-1}
.image-badge{position:absolute;right:18px;bottom:18px;background:var(--red);color:#fff;border-radius:18px;width:102px;height:102px;display:grid;place-content:center;text-align:center;box-shadow:var(--shadow)}
.image-badge strong{font-size:35px;line-height:1}.image-badge span{text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.1em}
.keyword-marquee{background:var(--yellow);overflow:hidden;padding:14px 0;font-weight:950;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}
.keyword-marquee div{width:max-content;min-width:100%;animation:marquee 32s linear infinite}
.keyword-marquee b{color:var(--red);padding:0 16px}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-35%)}}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-card{position:relative;padding:26px 24px;border:1px solid var(--line);border-radius:18px;background:#fff;min-height:220px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.feature-card:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-40px;bottom:-40px;background:#fff3a5}
.number-tag{display:inline-grid;place-items:center;width:42px;height:42px;background:#111;color:var(--yellow);border-radius:50%;font-weight:950}
.feature-card h3,.exhibitor-card h3{font-size:20px;line-height:1.18;margin:17px 0 8px}.feature-card p,.exhibitor-card p{margin:0;color:var(--muted);font-size:14px}
.exhibitors-section{background:#fff}
.exhibitor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:expo}
.exhibitor-card{border-radius:20px;padding:27px;background:linear-gradient(145deg,#101010,#252525);color:#fff;min-height:225px;position:relative;overflow:hidden}
.exhibitor-card .number-tag{background:var(--yellow);color:#111}.exhibitor-card p{color:#c9c9c9}
.exhibitor-card:after{content:"";position:absolute;width:140px;height:140px;border:2px solid #383838;border-radius:50%;right:-55px;bottom:-60px}
.center-action{text-align:center;margin-top:32px}
.why-section{background:linear-gradient(125deg,#750710,#c8101e);color:#fff}
.section-head.light p{color:#ffd9dd}.badge-yellow{background:var(--yellow);color:#111}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.why-card{display:flex;gap:13px;padding:20px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);border-radius:16px;backdrop-filter:blur(5px)}
.why-card>span{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:#111;font-weight:950}
.why-card h3{margin:0 0 5px;font-size:17px;line-height:1.2}.why-card p{margin:0;color:#ffd9dd;font-size:13px}
.stats-bright .stat{background:#fff;color:#111;border-left-color:var(--yellow)}
.gallery-grid-home{grid-template-columns:repeat(4,1fr)}
.gallery-tile{position:relative;border-radius:16px;overflow:hidden;background:#111}
.gallery-tile img{width:100%;height:220px;object-fit:cover;transition:.35s}
.gallery-tile span{position:absolute;inset:auto 12px 12px;transform:translateY(15px);opacity:0;background:rgba(0,0,0,.8);color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:850;text-align:center;transition:.3s}
.gallery-tile:hover img{transform:scale(1.06);opacity:.78}.gallery-tile:hover span{transform:none;opacity:1}
.gallery-grid-full{grid-template-columns:repeat(4,1fr)}
.industry-image-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.industry-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:0 7px 24px rgba(0,0,0,.05);transition:.25s}
.industry-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(0,0,0,.1)}
.industry-card img{width:100%;height:145px;object-fit:cover}.industry-card div{padding:14px}.industry-card h3{font-size:16px;margin:0 0 3px}.industry-card p{font-size:12px;color:var(--muted);margin:0}
.review-section{background:#111;color:#fff}
.review-summary{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;margin-bottom:32px}.review-summary h2{font-size:clamp(36px,4vw,54px);margin:14px 0 7px}.review-summary p{color:#bbb;margin:0}
.rating-box{background:var(--yellow);color:#111;padding:24px 30px;border-radius:22px;text-align:center;min-width:190px;font-family: "Inter Tight", sans-serif;}.rating-box strong{font-size:48px;display:block;line-height:1}.rating-box span{display:block;letter-spacing:.12em;margin:7px 0}.rating-box small{font-weight:800}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial-card{background:#1b1b1b;border:1px solid #303030;border-radius:18px;padding:23px}.testimonial-card p{color:#d4d4d4;min-height:100px}.stars{color:var(--yellow);letter-spacing:.12em}
.reviewer{display:flex;align-items:center;gap:12px}.reviewer img{width:52px;height:52px;border-radius:50%;object-fit:cover}.reviewer strong,.reviewer span{display:block}.reviewer span{font-size:12px;color:#aaa}
.cta-band h2{font-size:clamp(32px,4vw,49px);line-height:1.05;margin:13px 0 8px}.cta-band p{margin:0;color:#ffe1e4}.cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.partner-strip{padding:28px 0;background:#fff;border-top:1px solid var(--line)}.partner-strip img{width:100%;max-height:105px;object-fit:contain}
.footer .logo{width:180px;height:78px;object-fit:contain;background:#fff}

@media(max-width:1100px){
 .feature-grid,.why-grid{grid-template-columns:repeat(2,1fr)}
 .industry-image-grid{grid-template-columns:repeat(3,1fr)}
 .gallery-grid-home,.gallery-grid-full{grid-template-columns:repeat(3,1fr)}
 .testimonial-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
 .edition-contact{margin-left:0}.edition-bar-inner{justify-content:flex-start}
 .exhibitor-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
 .edition-pill{width:100%;border-right:0;border-bottom:1px solid #333;justify-content:space-between}.edition-contact{width:100%;justify-content:space-between}
 .feature-grid,.why-grid,.exhibitor-grid,.testimonial-grid{grid-template-columns:1fr}
 .industry-image-grid{grid-template-columns:repeat(2,1fr)}
 .gallery-grid-home,.gallery-grid-full{grid-template-columns:repeat(2,1fr)}
 .review-summary{grid-template-columns:1fr}.rating-box{width:100%}
 .inline-days{font-size:18px!important}.event-card{grid-template-columns:1fr}.date-block{text-align:left}.cta-actions{justify-content:flex-start;margin-top:20px}
}
@media(max-width:480px){.industry-image-grid,.gallery-grid-home,.gallery-grid-full{grid-template-columns:1fr}.industry-card img,.gallery-tile img{height:220px}}


/* ===== Final logo and typography fixes ===== */

/* Apply Inter Tight to paragraphs and subtitle-style text */
p,
.hero p,
.section-head p,
.page-hero p,
.card p,
.feature-card p,
.exhibitor-card p,
.why-card p,
.event-card p,
.event-date-text,
.event-location,
.hero-description,
.subtitle,
.sub-title,
.section-subtitle,
.section-description,
.kicker,
.badge,
.breadcrumb {
  font-family: "Inter Tight", sans-serif;
}

/* Keep headings and navigation consistent */
h1, h2, h3, h4, h5, h6,
.nav,
.nav a,
.btn,
.nav-cta,
.edition-bar,
.date-block,
.count-box {
  font-family: "Inter Tight", sans-serif;
}

/* Header logo: prevent cropping and keep full logo visible */
.header,
.nav-wrap,
.brand-link,
.logo,
.navbar-brand,
.header-logo,
.site-logo {
  overflow: visible !important;
}

.nav-wrap {
  min-height: 104px;
}

.brand-link,
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 180px;
  width: 180px;
  min-width: 180px;
  height: 96px;
  padding: 4px 0;
}

.brand-link .logo,
.brand-link img,
.logo img,
.navbar-brand img,
.header-logo img,
.site-logo img {
  display: block;
  width: 170px !important;
  max-width: 170px !important;
  height: 88px !important;
  max-height: 88px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

/* Ensure the menu does not overlap the larger logo */
.nav {
  flex: 1 1 auto;
  justify-content: center;
}

@media (max-width: 980px) {
  .brand-link,
  .navbar-brand {
    flex-basis: 150px;
    width: 150px;
    min-width: 150px;
    height: 84px;
  }

  .brand-link .logo,
  .brand-link img,
  .logo img,
  .navbar-brand img,
  .header-logo img,
  .site-logo img {
    width: 145px !important;
    max-width: 145px !important;
    height: 76px !important;
    max-height: 76px !important;
  }
}

@media (max-width: 640px) {
  .nav-wrap {
    min-height: 82px;
  }

  .brand-link,
  .navbar-brand {
    flex-basis: 132px;
    width: 132px;
    min-width: 132px;
    height: 76px;
  }

  .brand-link .logo,
  .brand-link img,
  .logo img,
  .navbar-brand img,
  .header-logo img,
  .site-logo img {
    width: 128px !important;
    max-width: 128px !important;
    height: 68px !important;
    max-height: 68px !important;
  }
}

.form-alert {
    width: min(1300px, calc(100% - 32px));
    margin: 20px auto;
    padding: 14px 18px;
    border-radius: 10px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
}

.form-alert-success {
    color: #146c2e;
    background: #e9f8ee;
    border: 1px solid #b9e5c6;
}

.form-alert-error {
    color: #9f1420;
    background: #fff0f1;
    border: 1px solid #f1bcc1;
}
