
  * { margin: 0; padding: 0; box-sizing: border-box; }


  /* h1, h2, h3 {
    font-family: Georgia, 'Times New Roman', serif;
  } */
   @font-face {
     font-family: "Playfair Display";
    src: url(font/PlayfairDisplay-Regular.ttf);
}

  .cont{
    width: 85%;
    margin: 0 auto;
    /* max-width: 1200px; */
  }

  img { display: block; width: 100%; height: 100%; object-fit: cover; }

  /* ---- utility classes ---- */
  .flx { display: flex; }
  .item-c { align-items: center; }

  /* ============ HEADER ============ */
header {
    justify-content: space-between;
    padding: 16px 0px;
    background: #fff;

}

  .logo-group { gap: 10px; }
  .logo-easemytrip { font-weight: 800; font-size: 20px; color: #1e3a8a; }
  .logo-easemytrip span { color: #e11d48; }
  .divider { width: 1px; height: 32px; background: #d1d5db; margin: 0 6px; }
  .logo-outletcity { font-size: 20px; font-weight: 700; letter-spacing: 1px; color: #111; }
  .logo-outletcity .sub { display: block; font-size: 10px; letter-spacing: 3px; color: #6b7280; font-weight: 500; }

  nav.flx { gap: 32px; }
  nav a { text-decoration: none; color: #030303E5; font-size: 15px; font-weight: 500; font-family: inter; }
  nav a:hover { color: #e11d48; }

  .header-right { gap: 24px; }
  .phone {
    gap: 8px;
    font-size: 15px;
    color: #030303E5;
    font-weight: 500;
    font-family: 'inter';
}

 .plan-trip-btn {
    background: #DB2B33;
    color: #fff;
    border: none;
    padding: 15px 22px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0px 8px 20px 0px #D8344740;
    text-decoration: none;
    font-family: 'inter';
}
  .plan-trip-btn:hover { background: #c81440; }

  /* ============ HERO ============ */
  .hero {
    position: relative; min-height: 565px;
    background:

      url('https://images.emtcontent.com/tourism/outlet-city/banner-outlet1.png')
      center/cover no-repeat;
    color: #fff; align-items: center;
  }
  .hero-content { max-width: 620px;

    /* padding: 0 60px; */
  }
  .badge {
    display: inline-flex; background: #fff; color: #DB2B33; font-weight: 600; font-size: 13px;
    letter-spacing: 0.5px; padding: 12px 22px; border-radius: 12px; margin-bottom: 28px;
    font-family: 'inter';
  }
  .hero h1 { font-size: 56px; font-weight: 700; line-height: 1.1; margin-bottom: 24px;
  font-family: 'Playfair Display'; letter-spacing: 4px;
  }
  .hero p { font-size: 17px; line-height: 1.7; color: #f1f1f1; margin-bottom: 36px; max-width: 560px;
font-family: 'inter';
  }
  .hero-actions { gap: 18px; flex-wrap: wrap; }
  .btn { border: none; padding: 16px 26px; border-radius: 30px; font-size: 15px; font-weight: 600; gap: 10px; cursor: pointer; }
  .btn-primary { background: #DB2B33; color: #fff; }
  .btn-primary:hover { background: #db2b34de; }
  .btn-secondary {
    color: #fff;
    border: 1px solid rgb(255 255 255 / 83%);

    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}
  .btn-secondary:hover { background: rgba(60,60,60,0.75); }

  /* ============ ABOUT SECTION ============ */
  .about-section {
    background: #FFF3F8;
    padding: 90px 0px 27px;
}
 .about-heading {

    font-size: 17px;
    color: #53555E;
    /* max-width: 800px; */
    margin: 0 auto 50px;
    font-family: 'inter';
    line-height: 1.7;
}
  .about-grid {
    gap: 48px;
    align-items: flex-start;
  }
  .about-left { flex: 1; max-width: 480px; }
  .photo-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }
  .photo-tall { grid-row: 1 / 3; border-radius: 16px; overflow: hidden;   min-height: 348px; }
  .photo-small { border-radius: 16px; overflow: hidden; min-height: 170px; }

  .heritage-card {
    margin-top: 40px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    gap: 18px;
    border: 1px solid #E3DDD8;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  }
  .heritage-icon {
    width: 48px; height: 48px; border-radius: 50%; background: #f3f4f6;
    flex-shrink: 0; justify-content: center; font-size: 20px; color: #e11d48;
  }
  .heritage-card h3 { font-size: 16px; margin-bottom: 4px; color: #111;  font-family: 'Playfair Display';}
  .heritage-card p { font-size: 14px; color: #6b7280; font-family: 'inter'; }

  .about-right { flex: 1; padding-top: 4px; }
  .about-right p { font-size: 17px; line-height: 1.7; color: #191628D9; margin-bottom: 28px; }

  .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 10px;
  }
 .info-card {
    background: #fff;
    border-radius: 14px;
    padding: 27px;
    gap: 14px;
    align-items: flex-start;
     border: 1px solid #E3DDD8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
  .info-icon { color: #e11d48; font-size: 18px; margin-top: 2px; }
  .info-card h4 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 4px;
    font-family: 'inter';
    font-weight: 600;
}
  .info-card p { font-size: 14px; color: #53555E; line-height: 1.5; margin-bottom: 0px !important;  font-family: 'inter';}

  /* ============ STATS SECTION ============ */
  .stats-section {
    background: #fdf1f4;
    padding: 0px 0px 90px;
  }
  .stats-grid { gap: 24px; margin-bottom: 44px; }
  .stat-card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 34px 30px;
    border: 1px solid #E3DDD8;
  }
  .stat-number {
    font-size: 44px;
    font-style: inherit;
    font-weight: 600;
    color: #e11d48;
    margin-bottom: 18px;
    font-family: 'Playfair Display';
}
.stat-card h4 {
    font-size: 17px;
    color: #10111A;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Playfair Display';
}
  .stat-card p {
    font-size: 15px;
    color: #53555E;
    line-height: 1.6;
    font-family: 'inter';
}

  .brands-strip {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    border: 1px solid #E3DDD8;
  }
  .brands-label {
    color: #DB2B33;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 28px;
    font-family: 'inter';
}
  .brands-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 34px;
    margin-bottom: 17px;
    font-size: 18px;
    color: #4b5563;
    font-weight: 600;
    font-family: 'Playfair Display';
}

  /* ============ EVENTS SECTION ============ */
  .events-section {
    position: relative;
    padding: 45px 0px;
    background:
      url('https://images.emtcontent.com/tourism/outlet-city/registe-now.webp')
      center/cover no-repeat;
    color: #fff;
  }
  .events-section h2 { text-align: center; font-size: 42px; margin-bottom: 50px; }
  .events-grid { gap: 24px; }
  .event-card {
    flex: 1;
    background: rgba(255,255,255,0.06);
        border: 1px solid rgb(255 255 255 / 39%);
    border-radius: 18px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 420px;
  }
  /* Card Hover */
.event-card:hover {
    background: #000000; /* Card Background */
    color: #fff;
}

/* Tag Change on Card Hover */
.event-card:hover .event-tag {
    background: red;
    color: #ffff;
}
 .event-tag {
    display: inline-flex;
    align-self: flex-start;
    background: #ffebeb;
    color: #ff6b8a;
    border: 1px solid rgba(255, 107, 138, 0.4);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: 'inter';
}
  .event-card h3 { font-size: 20px; margin-bottom: 16px;  font-family: 'Playfair Display';}
  .event-card p { font-size: 14.5px; line-height: 1.7; color: #e5e0e2; flex-grow: 1;  font-family: 'inter';}
  .view-more-btn {
    align-self: flex-start; margin-top: 24px;
    background: #FFFFFF21; border: 1px solid rgba(255,255,255,0.35); color: #fff;
    font-size: 13px; font-weight: 600; padding: 10px 20px; border-radius: 30px; cursor: pointer;
    text-decoration: none; font-family: 'inter';
  }
  .view-more-btn:hover { background: rgba(255,255,255,0.2); }

  /* ============ CURATED EXPERIENCE ============ */
  .experience-section { padding: 80px 0px 50px; text-align: center; }
  /* .experience-section h2 { font-size: 36px; margin-bottom: 16px; } */
  .experience-section > p { font-size: 17px; color: #6b7280; max-width: 620px; margin: 0 auto 50px; }

  .experience-track {
    gap: 24px; overflow-x: auto; padding-bottom: 10px; text-align: left;
  }
  .exp-card {
    flex: 0 0 280px;
    background: #fff;
    border: 1px solid #E3DDD8;
    border-radius: 16px;
    padding: 26px;
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        text-align: left;

  }
  .exp-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    /* background: #fdeef1; */
    justify-content: center;
    font-size: 20px;
    color: #e11d48;
    margin-bottom: 18px;
    background: #7A26401A;
}
  .exp-card h3 { font-size: 18px; margin-bottom: 10px; color: #111; font-family: 'Playfair Display'; }
  .exp-card p { font-size: 14px; color: #53555E; line-height: 1.6;  font-family: 'inter';}

  .carousel-controls { justify-content: center; gap: 14px; margin-top: 36px; }
  .carousel-btn {
    width: 42px; height: 42px; border-radius: 50%; border: 1px solid #f3c4cf; background: #fff;
    color: #e11d48; font-size: 16px; cursor: pointer; justify-content: center;
  }
  .carousel-btn:hover { background: #fdeef1; }

  /* ============ CTA BANNER ============ */
  .cta-banner {
    position: relative;
    min-height: 530px;
    align-items: center;
    background:
      url('https://images.emtcontent.com/tourism/outlet-city/new-bgotn.webp')
      center/cover no-repeat;
  }
  .cta-content { max-width: 590px; padding: 0 0px; }
  /* .cta-content h2 { font-size: 42px; line-height: 1.2; margin-bottom: 22px; color: #111; } */
  .cta-content p { font-size: 17px; line-height: 1.7; color: #374151; margin-top: 15px; margin-bottom: 30px; font-family: 'inter'; }
  .cta-btn {
    background: #DB2B33; color: #fff; border: none; padding: 16px 45px; border-radius: 30px;
    font-size: 15px; font-weight: 600; cursor: pointer;font-family: 'inter'; text-decoration: none;
  }
  .cta-btn:hover {     background: #db2b34bf;}

  .footnote {
    padding: 22px 60px; font-size: 13px; color: #000000;
    font-family: 'inter';
  }
  .footnote a { color: #4b5563; }

footer {

    background: #000000;
    color: #FFF8F2;
    text-align: center;
    padding: 17px;
    font-family: 'Playfair Display';
    font-size: 16px;
    font-weight: 500;
}

 .book_hotel_slider.owl-carousel .owl-nav.disabled {
    display: block !important;
    margin-top: 30px;
}
.book_hotel_slider .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    border: 1px solid #DB2B33 !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #FFF6F6 !important;
}
.book_hotel_slider .owl-nav button img {
    width: 7px !important;
    height: 12px !important;
}

.mt-40{
  margin-top: 40px;
}
.phone img{
  width: 14px;
  height: 14px;
}
.plan-trip-btn img{
  width: 20px;
  height: 20px;
}
.btn-primary img{
  width: 20px;
}
.btn-secondary img{
   width: 20px;
}
.ab-bdg {
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #DB2B33;
    background: #BEA15A0D;
    border: 0.8px solid #BEA15A66;
    width: 211px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'inter';
    text-align: center;
}
.hdr{
  font-size: 42px;
  font-family: 'Playfair Display';
  color: #000000;
  font-weight: 600;
  letter-spacing: 2px;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.txt-c{
  text-align: center;
}
.exp-icon img{
  width: 30px !important;
  height: 30px !important;
}
.info-icon img{
  width: 20px;
}
  /* ============ RESPONSIVE ============ */
  @media (max-width: 960px) {
    nav.flx { display: none; }
    header { padding: 14px 20px; }
        .hero h1 {
        font-size: 23px;
        letter-spacing: 2px;
    }
    .header{
      justify-content: center;

    }
    .hero p {font-size: 16px;}
    .experience-section {    padding: 40px 0px 50px;
}

    .about-grid, .stats-grid, .events-grid { flex-direction: column; }
    .info-grid { grid-template-columns: 1fr; }
    .photo-grid { grid-template-columns: 1fr; }
    .photo-tall { grid-row: auto; min-height: 300px; }
    /* .cta-banner { background-position: right; } */
    .cta-content { max-width: 100%; }
    .header-right{
      display: none;
    }
    .hero{
     min-height: 250px;
      padding: 30px 0;
    }
    .cta-banner{
      min-height: 403px !important;
    }
    .about-heading{
      font-size: 15px;
    }
    .btn-secondary{
      padding: 16px 44px;
    }
    .about-section{padding: 40px 0;}
    .cont{width: 90%; margin: 0 auto;}
    .hdr{
      font-size: 23px;
    }
    .about-grid{
      gap: 27px;
    }
    .stat-card{
      padding: 30px;
    }
    .brands-strip {
      padding: 20px;
    }
    .brands-row{
      color:#000000;
      font-size: 16px;
      font-weight: 500;
    }
.stats-section{
  padding-bottom: 40px;
}
.events-section h2{
  font-size: 23px;
}
.about-right p{
  font-size: 15px;
}
.cta-content p{
  font-size: 16px;
}
.stat-number{
  font-size: 30px;
}
  }