:root {
      --primary: #1f6b2d;
      --secondary: #f4a300;
      --dark: #143d1f;
      --light-bg: #f7fbf7;
      --text: #222;
      --white: #ffffff;
      --border: #dce8dc;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
      color: var(--text);
      background: #fff;
      line-height: 1.7;
    }

    a {
      text-decoration: none;
    }

    .navbar {
      background: rgba(20, 61, 31, 0.96);
      backdrop-filter: blur(8px);
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    }

    .navbar-brand {
      font-weight: 800;
      color: #fff !important;
      font-size: 1.1rem;
      line-height: 1.3;
    }

    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      margin-left: 10px;
    }
    .section {
      padding: 80px 0;
    }

    .section-light {
      background: var(--light-bg);
    }
      .section-light1 {
      background: #fff;
    }

    .section-title {
      text-align: center;
      margin-bottom: 45px;
    }

    .section-title h2 {
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--dark);
      margin-bottom: 12px;
    }

    .section-title p {
      max-width: 850px;
      margin: 0 auto;
      color: #555;
      font-size: 1rem;
    }

    .about-box {
      background: #fff;
      /* border: 1px solid var(--border); */
      /* border-radius: 20px; */
      padding: 35px;
      /* box-shadow: 0 12px 35px rgba(0,0,0,0.04); */
      text-align: justify;
    }

    .info-strip {
      background: linear-gradient(135deg, var(--primary), var(--dark));
      border-radius: 20px;
      padding: 30px;
      color: #fff;
      margin-top: 35px;
    }

    .info-strip h4 {
      font-weight: 700;
      margin-bottom: 10px;
    }

    .card-box {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 28px 24px;
      height: 100%;
      box-shadow: 0 10px 25px rgba(0,0,0,0.04);
      transition: 0.3s ease;
    }

    .card-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    }

    .card-box h4 {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 18px;
    }

    .custom-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

    .custom-list li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 12px;
      color: #333;
    }

    .custom-list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--primary);
      font-weight: 700;
    }

    .highlight-box {
      background: #fff;
      border-left: 5px solid var(--secondary);
      border-radius: 14px;
      padding: 20px 20px 20px 22px;
      margin-bottom: 20px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    }

    .highlight-box h5 {
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 8px;
    }

    .cta-section {
      background:
        linear-gradient(rgba(20, 61, 31, 0.9), rgba(20, 61, 31, 0.9)),
        url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
      color: #fff;
      text-align: center;
    }

    .cta-section h2 {
      font-size: 2.3rem;
      font-weight: 800;
      margin-bottom: 15px;
    }

    .cta-section p {
      max-width: 820px;
      margin: 0 auto 30px;
      color: #eef8ef;
    }

    .contact-card {
      background: #fff;
      border-radius: 20px;
      padding: 35px;
      color: #222;
      box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    }

    .contact-card h3 {
      font-size: 1.8rem;
      font-weight: 800;
      color: var(--dark);
      margin-bottom: 20px;
    }

    .contact-item {
      margin-bottom: 16px;
      font-size: 1rem;
    }

    .contact-item strong {
      color: var(--dark);
    }

    .footer {
      background: #0f2d17;
      color: #dce9dd;
      padding: 25px 0;
      text-align: center;
      font-size: 14px;
    }

    .footer a {
      color: #fff;
    }

    @media (max-width: 991px) {
      .hero {
        min-height: auto;
        padding: 130px 0 70px;
      }

      .hero h1 {
        font-size: 2.3rem;
      }

      .section-title h2 {
        font-size: 1.8rem;
      }
    }

    @media (max-width: 767px) {
      .hero h1 {
        font-size: 1.9rem;
      }

      .hero .tagline {
        font-size: 1rem;
      }

      .btn-outline-light-custom {
        margin-left: 0;
        margin-top: 12px;
      }

      .about-box,
      .contact-card,
      .card-box {
        padding: 24px 20px;
      }

      .section {
        padding: 60px 0;
      }
    }


    .custom-modal {
  border: none;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.custom-modal .modal-header,
.custom-modal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

.custom-modal .modal-header {
  padding-top: 26px;
}

.custom-modal .modal-body {
  padding-bottom: 30px;
}

.form-label {
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
}

.custom-input {
  border-radius: 12px;
  border: 1px solid #cedccf;
  padding: 14px 16px;
  min-height: 52px;
  box-shadow: none;
  transition: all 0.3s ease;
}

.custom-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(31, 107, 45, 0.12);
}

textarea.custom-input {
  min-height: 130px;
  resize: vertical;
}

.modal .btn-close {
  box-shadow: none;
}

@media (max-width: 767px) {
  .custom-modal .modal-header,
  .custom-modal .modal-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .custom-modal .modal-header {
    padding-top: 20px;
  }

  .custom-modal .modal-body {
    padding-bottom: 20px;
  }
}


.hero-banner {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .hero-wrapper {
      position: relative;
      min-height: 100vh;
    }

    .hero-img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      display: block;
    }

    .hero-content {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0.35) 40%,
        rgba(0, 0, 0, 0.05) 100%
      );
      z-index: 2;
    }

    .hero-text-box {
      color: #fff;
      max-width: 550px;
    }

    .badge-edition {
      display: inline-block;
      background: #ff7a00;
      color: #fff;
      padding: 8px 18px;
      border-radius: 30px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .hero-text-box h1 {
      font-size: 3rem;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 15px;
    }

    .hero-tagline {
      font-size: 1.1rem;
      margin-bottom: 15px;
      color: #f1f1f1;
    }

    .hero-details {
      color: #fff;
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .btn-theme {
      background: #ff7a00;
      color: #fff;
      border: none;
      padding: 12px 24px;
      border-radius: 8px;
      font-weight: 600;
    }

    .btn-theme:hover {
      background: #e26900;
      color: #fff;
    }

    .btn-outline-light-custom {
      border: 2px solid #fff;
      color: #fff;
      padding: 12px 24px;
      border-radius: 8px;
      font-weight: 600;
      background: transparent;
    }

    .btn-outline-light-custom:hover {
      background: #fff;
      color: #000;
    }

    @media (max-width: 991px) {
      .hero-wrapper,
      .hero-img {
        height: 80vh;
        min-height: 80vh;
      }

      .hero-text-box h1 {
        font-size: 2.2rem;
      }
    }

    @media (max-width: 576px) {
      .hero-wrapper,
      .hero-img {
        height: 70vh;
        min-height: 70vh;
      }

      .hero-content {
        text-align: center;
        justify-content: center;
        padding: 20px;
      }

      .hero-text-box {
        margin: 0 auto;
      }

      .hero-text-box h1 {
        font-size: 1.8rem;
      }

      .hero-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
      }
    }



.countdown-wrapper {
  margin-top: 20px;
}

.countdown-title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.countdown-box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.time-box {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  padding: 12px 18px;
  border-radius: 12px;
  text-align: center;
  min-width: 70px;
}

.time-box span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  display: block;
}

.time-box small {
  color: #ddd;
  font-size: 12px;
}

/* Mobile */
@media (max-width: 576px) {
  .countdown-box {
    justify-content: center;
  }

  .time-box {
    min-width: 60px;
    padding: 10px;
  }

  .time-box span {
    font-size: 1.2rem;
  }
}





/* home page */

.expo-hero-banner {
  width: 100%;
  position: relative;
  overflow: hidden;

  background: 
    linear-gradient(
      rgba(255,255,255,0.75), 
      rgba(255,255,255,0.75)
    ),
    url('../images/hero-banner.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.expo-banner-inner {
  position: relative;
  z-index: 2;
}

    .top-strip,
    .bottom-strip {
      height: 16px;
      background: #1f1f1f;
      width: 100%;
    }

    .expo-banner-inner {
      max-width: 100%;
      margin: 0 auto;
      padding: 80px 20px 50px;
      text-align: center;
    }

    .present-text {
      margin: 0 0 28px;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 8px;
      color: #000;
    }

    .present-text span {
      font-weight: 400;
      letter-spacing: 6px;
    }

    .main-title {
      margin: 0;
      font-size: 82px;
      line-height: 1;
      font-weight: 900;
      color: #000;
      text-transform: uppercase;
      letter-spacing: -1px;
    }

    .expo-logo-wrap {
      position: relative;
      margin: 18px auto 26px;
      width: fit-content;
      padding: 20px 40px;
    }

    .expo-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      filter: drop-shadow(0 10px 6px rgba(0,0,0,0.28));
    }

    .expo-text {
      font-size: 130px;
      font-weight: 900;
      line-height: 1;
      text-transform: lowercase;
      letter-spacing: -5px;
      background: linear-gradient(
        90deg,
        #ffcc00 0%,
        #ff9a00 18%,
        #ff4d6d 38%,
        #ff7a00 55%,
        #cf3cff 75%,
        #ff3d3d 100%
      );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      font-family: Arial Black, Arial, sans-serif;
    }

    .year-box {
      font-size: 76px;
      font-weight: 900;
      color: #fff;
      padding: 14px 28px;
      line-height: 1;
      border-radius: 4px;
      background: linear-gradient(90deg, #8c1eff 0%, #ff2a2a 35%, #ff8c00 60%, #8ad400 100%);
      box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    }

    .star {
      position: absolute;
      width: 14px;
      height: 14px;
      transform: rotate(45deg);
    }

    .star-1 { background: #f44336; left: 10px; top: 48px; }
    .star-2 { background: #8bc34a; left: 28px; top: 88px; width: 10px; height: 10px; }
    .star-3 { background: #1e3a8a; left: 46px; top: 136px; width: 12px; height: 12px; }
    .star-4 { background: #8bc34a; right: 30px; top: 52px; width: 12px; height: 12px; }
    .star-5 { background: #f44336; right: 6px; top: 92px; width: 10px; height: 10px; }

    .tagline-wrap {
      max-width: 900px;
      margin: 0 auto 24px;
    }

    .tagline-wrap .line {
      display: block;
      width: 100%;
      height: 1px;
      background: #777;
    }

    .tagline-wrap h2 {
      margin: 18px 0;
      font-size: 38px;
      line-height: 1.2;
      font-weight: 900;
      text-transform: uppercase;
      color: #000;
    }

    .date-location-box {
      max-width: 920px;
      margin: 0 auto;
      border: 2px solid #2e2e2e;
      border-radius: 34px;
      padding: 24px 28px 22px;
      background: transparent;
    }

    .date-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: nowrap;
      margin-bottom: 18px;
    }

    .month-text {
      font-size: 96px;
      line-height: 1;
      font-weight: 900;
      color: #000;
      text-transform: uppercase;
    }

    .date-badge {
      width: 118px;
      height: 118px;
      background: #149740;
      color: #fff;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 74px;
      font-weight: 900;
      line-height: 1;
    }

    .year-vertical {
      font-size: 54px;
      font-weight: 900;
      color: #149740;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      line-height: 1;
    }

    .location-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      text-align: left;
    }

    .city-text {
      font-size: 74px;
      font-weight: 900;
      color: #d62828;
      line-height: 1;
      text-transform: uppercase;
    }

    .location-divider {
      width: 2px;
      align-self: stretch;
      background: #444;
    }

    .venue-text {
      font-size: 34px;
      font-weight: 800;
      color: #000;
      line-height: 1.15;
      text-transform: uppercase;
    }

    .venue-text strong {
      font-weight: 900;
    }

    @media (max-width: 991px) {
      .present-text {
        font-size: 18px;
        letter-spacing: 5px;
      }

      .main-title {
        font-size: 54px;
      }

      .expo-text {
        font-size: 92px;
      }

      .year-box {
        font-size: 52px;
        padding: 10px 20px;
      }

      .tagline-wrap h2 {
        font-size: 28px;
      }

      .month-text {
        font-size: 64px;
      }

      .date-badge {
        width: 86px;
        height: 86px;
        font-size: 52px;
      }

      .year-vertical {
        font-size: 40px;
      }

      .city-text {
        font-size: 52px;
      }

      .venue-text {
        font-size: 24px;
      }
    }

    @media (max-width: 767px) {
      .top-strip,
      .bottom-strip {
        height: 10px;
      }

      .expo-banner-inner {
        padding: 100px 14px 34px;
      }
.navbar-brand
{
  font-size: 1rem;
}
      .present-text {
        font-size: 14px;
        letter-spacing: 3px;
        margin-bottom: 18px;
      }

      .present-text span {
        letter-spacing: 2px;
      }

      .main-title {
        font-size: 34px;
      }

      .expo-logo-wrap {
        padding: 8px 10px 16px;
      }

      .expo-logo {
        gap: 8px;
      }

      .expo-text {
        font-size: 58px;
        letter-spacing: -2px;
      }

      .year-box {
        font-size: 30px;
        padding: 8px 14px;
      }

      .tagline-wrap h2 {
        font-size: 18px;
        margin: 12px 0;
      }

      .date-location-box {
        padding: 18px 14px;
        border-radius: 24px;
      }

      .date-row {
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 14px;
      }

      .month-text {
        width: 100%;
        font-size: 48px;
        text-align: center;
        margin-bottom: 6px;
      }

      .date-badge {
        width: 68px;
        height: 68px;
        font-size: 38px;
        border-radius: 10px;
      }

      .year-vertical {
        writing-mode: initial;
        transform: none;
        font-size: 28px;
        width: 100%;
        text-align: center;
        margin-top: 6px;
      }

      .location-row {
        flex-direction: column;
        gap: 10px;
        text-align: center;
      }

      .location-divider {
        width: 60%;
        height: 2px;
      }

      .city-text {
        font-size: 42px;
      }

      .venue-text {
        font-size: 18px;
        text-align: center;
      }
    }


    /* Header Phone Numbers */
.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-contact a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
}

.header-contact a:hover {
  color: #ffc107;
}

/* Desktop spacing fix */
@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
  }
}

/* Mobile fix */
@media (max-width: 991px) {
  .header-contact {
    align-items: flex-start;
    margin-top: 10px;
  }
}


.navbar{
  position: static !important;
  width: 100%;
  z-index: 10;
}

.header-contact{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}

.header-contact a{
  font-size:22px;
  font-weight:800;
  color:#fff;
  text-decoration:none;
  line-height:1.25;
}

.header-contact a:hover{
  color:#ffd56a;
}

.home-slider{
  margin-top:0;
}

.home-slider .carousel-item{
  min-height:75vh;
  position:relative;
  background-size:contain;
  background-position:center;
  background-repeat: no-repeat;
  background-color: #143d1f;
}

.home-slider .carousel-item::before{
  content:"";
  position:absolute;
  inset:0;
  /* background:linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.25) 100%); */
}

.home-slider .slider-content{
  position:relative;
  z-index:2;
  min-height:80vh;
  display:flex;
  align-items:center;
  padding:80px 0;
  color:#fff;
}

.home-slider .slider-box{
  max-width:720px;
}

.home-slider .slider-subtitle{
  display:inline-block;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.25);
  padding:8px 16px;
  border-radius:50px;
  margin-bottom:18px;
  font-size:14px;
  letter-spacing:.5px;
}

.home-slider h1{
  font-size:clamp(34px, 5vw, 64px);
  font-weight:800;
  line-height:1.1;
  margin-bottom:16px;
  color:#fff;
}

.home-slider p{
  font-size:18px;
  line-height:1.8;
  margin-bottom:28px;
  color:#f4f4f4;
  max-width:640px;
}

.slider-btn-group{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.home-slider .carousel-indicators [data-bs-target]{
  width:12px;
  height:12px;
  border-radius:50%;
}

.home-slider .carousel-control-prev,
.home-slider .carousel-control-next{
  width:8%;
}

.auto-popup-highlight{
  background:#f8f9fa;
  border:1px solid #e6e6e6;
  padding:14px 16px;
  border-radius:12px;
  margin-bottom:18px;
  font-size:14px;
  color:#555;
}

@media (max-width: 991px){
  .header-contact{
    align-items:flex-start;
    margin-top:12px;
  }

  .header-contact a{
    font-size:18px;
  }

  .home-slider .carousel-item,
  .home-slider .slider-content{
    /* min-height:70vh; */
  }
}

@media (max-width: 767px){
  .home-slider p{
    font-size:16px;
  }
}

/* new header */

/* ===== HEADER MATCHING SCREENSHOT ===== */
.expo-navbar{
  background: #154f24;
  padding: 0;
  min-height: 88px;
  position: relative;
  z-index: 999;
}

.expo-header-container{
  display: flex;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

/* Left white logo block */
.expo-logo-box{
  background: #ffffff;
  width: 320px;
  min-width: 320px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 20px;
}

.expo-logo-img{
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
}

/* Right full green area */
.expo-right-area{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 42px;
  background: #154f24;
}

/* Center menu */
.expo-menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
}

.expo-menu .nav-item{
  list-style: none;
}

.expo-menu .nav-link{
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 10px !important;
  text-align: center;
}

/* Right phone numbers */
.header-contact{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 170px;
  margin-left: 20px;
}

.header-contact a{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.header-contact a:hover{
  color: #ffd54f;
}

.navbar-toggler{
  margin-right: 15px;
  margin-left: auto;
  align-self: center;
  box-shadow: none !important;
  border: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px){
  .expo-navbar{
    min-height: auto;
    padding: 10px 0;
  }

  .expo-header-container{
    padding-left: 12px;
    padding-right: 12px;
  }

  .expo-logo-box{
    width: 220px;
    min-width: 220px;
    height: 72px;
    padding: 8px 12px;
  }

  .expo-logo-img{
    max-width: 180px;
  }

  .expo-right-area{
    background: #154f24;
    padding: 15px 10px 5px;
    margin-top: 10px;
    width: 100%;
  }

  .expo-menu{
    width: 100%;
    align-items: flex-start;
    gap: 0;
  }

  .expo-menu .nav-item{
    width: 100%;
  }

  .expo-menu .nav-link{
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0 !important;
    font-size: 15px;
  }

  .header-contact{
    margin-left: 0;
    margin-top: 10px;
    min-width: 100%;
  }

  .header-contact a{
    font-size: 16px;
  }
}


/* Menu layout */
.expo-menu{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
}

/* Push numbers to right */
.expo-phone{
  margin-left:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}

/* Big phone numbers */
.expo-phone a{
  font-size:20px;
  font-weight:900;
  color:#fff;
  text-decoration:none;
  line-height:1.2;
}

.expo-phone a:hover{
  color:#ffd54f;
}

@media (max-width: 991px){
  .expo-menu{
    flex-direction:column;
    align-items:flex-start;
  }

  .expo-phone{
    align-items:flex-start;
    margin-left:0;
    margin-top:10px;
  }

  .expo-phone a{
    font-size:18px;
  }
}

/* RIGHT AREA FULL WIDTH */
.expo-right-area{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  width:100%;
}

/* LEFT SPACE (balances logo width) */
.expo-left-space{
  width:320px; /* SAME as logo box width */
}

/* CENTER MENU */
.expo-menu{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin:0 auto;
}

/* MENU TEXT */
.expo-menu .nav-link{
  color:#fff !important;
  font-size:16px;
  font-weight:600;
  text-align:center;
}

/* RIGHT PHONE */
.expo-phone{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  min-width:200px;
}

.expo-phone a{
  font-size:18px;
  font-weight:900;
  color:#fff;
  text-decoration:none;
  line-height:1.3;
}



/* Desktop */
.home-slider .carousel-item{
  height: 80vh;
  background-size: cover;
  background-position: center;
}

/* Mobile Fix */
@media (max-width: 768px){
 .home-slider .carousel-item{
    /* height: 420px !important;
    min-height: 420px !important; */
    overflow: hidden;
  }
.home-slider .carousel-item
{
   height: 102vh;
  background-size: contain;
  background-position: center;
}
  .home-slider .carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .home-slider .slider-content{
    padding: 20px;
  }

  .slider-btn-group{
    flex-direction: column;
    gap: 10px;
  }

  .slider-btn-group .btn{
    width: 100%;
  }
}


/* =========================
   HEADER
========================= */
.expo-navbar{
  background:#154f24;
  padding:0;
  position:relative;
  z-index:1000;
}

.expo-header-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-left:0;
  padding-right:0;
}

.expo-logo-box{
  background:#fff;
  width:320px;
  min-width:320px;
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:8px 20px;
}

.expo-logo-img{
  max-width:250px;
  width:100%;
  height:auto;
  display:block;
}

/* Desktop menu */
.expo-desktop-right{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 36px;
}

.expo-menu-desktop{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:0 auto;
  padding:0;
}

.expo-menu-desktop .nav-link{
  color:#fff !important;
  font-size:15px;
  font-weight:600;
  padding:0 8px !important;
  text-align:center;
}

.expo-phone-desktop{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  min-width:210px;
  margin-left:20px;
}

.expo-phone-desktop a{
  color:#fff;
  text-decoration:none;
  font-size:18px;
  font-weight:900;
  line-height:1.3;
}

.expo-phone-desktop a:hover,
.expo-menu-desktop .nav-link:hover{
  color:#ffd54f !important;
}

/* Mobile toggler */
.expo-toggler{
  border:none;
  background:#fff;
  width:54px;
  height:40px;
  border-radius:6px;
  margin-right:16px;
  box-shadow:none !important;
}

.expo-toggler-icon{
  position:relative;
  display:block;
  width:24px;
  height:2px;
  background:#666;
  margin:0 auto;
}

.expo-toggler-icon::before,
.expo-toggler-icon::after{
  content:"";
  position:absolute;
  left:0;
  width:24px;
  height:2px;
  background:#666;
}

.expo-toggler-icon::before{ top:-7px; }
.expo-toggler-icon::after{ top:7px; }

/* =========================
   MOBILE OFFCANVAS
========================= */
.expo-mobile-menu{
  background:#154f24;
  width:86% !important;
  max-width:340px;
  border-left:none;
}

.expo-mobile-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px;
  border-bottom:none;
}

.expo-mobile-logo-box{
  background:#fff;
  width:190px;
  min-width:190px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
}

.expo-mobile-logo-img{
  max-width:150px;
  width:100%;
  height:auto;
  display:block;
}

.expo-mobile-close{
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#fff;
  color:#154f24;
  font-size:28px;
  font-weight:700;
  line-height:1;
}

.expo-mobile-body{
  padding:10px 20px 30px;
}

.expo-mobile-nav{
  margin:0;
  padding:0;
}

.expo-mobile-nav .nav-item{
  list-style:none;
}

.expo-mobile-nav .nav-link{
  color:#fff !important;
  font-size:22px;
  font-weight:700;
  padding:12px 0 !important;
  border-bottom:1px solid rgba(255,255,255,0.08);
  text-align:left;
}

.expo-mobile-phone{
  margin-top:22px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.12);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.expo-mobile-phone a{
  color:#fff;
  text-decoration:none;
  font-size:22px;
  font-weight:900;
  line-height:1.45;
}

/* =========================
   MOBILE WHATSAPP
========================= */
.mobile-whatsapp-btn{
  position:fixed;
  right:16px;
  bottom:90px;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.22);
  z-index:1060;
}

/* =========================
   MOBILE FIXED CTA
========================= */
.mobile-fixed-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background:#ffffff;
  padding:5px 14px calc(5px + env(safe-area-inset-bottom));
  box-shadow:0 -8px 20px rgba(0,0,0,0.12);
  z-index:1060;
  display:none!important;
}

.mobile-book-btn{
  width:100%;
  background:#f4a300;
  color:#000;
  font-size:18px;
  font-weight:800;
  border:none;
  border-radius:10px;
  padding:14px 16px;
}

.mobile-book-btn:hover{
  background:#e29a00;
  color:#000;
}

/* =========================
   MOBILE ONLY
========================= */
@media (max-width: 991.98px){
  body{
    padding-bottom:76px;
  }

  .expo-navbar{
    padding:14px 0;
    position: relative !important;
    z-index: 1000;
  }

  .expo-header-container{
    padding-left:14px;
    padding-right:14px;
  }

  .expo-logo-box{
    width:220px;
    min-width:220px;
    height:72px;
    padding:8px 12px;
  }

  .expo-logo-img{
    max-width:180px;
  }
}

/* Optional: desktop hide mobile CTA */
@media (min-width: 992px){
  .mobile-whatsapp-btn,
  .mobile-fixed-cta{
    display:none !important;
  }
}
