/* Arabic Beauty E-commerce Website Styles */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');


/*--------------- Global----------------- */

*,
*::before,
*::after,
.container,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
::selection {
  color: var(--main-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "cairo", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
    font-family: "Readex Pro", sans-serif;
}
html:lang(ar) {
  direction: rtl;
}
html:lang(en) {
  direction: ltr;
}

 * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      :root {
        --main-dark: #0b1b2a;
        --accent: #e84c3d;
        --card-bg: #ffffff;
        --page-bg: #efefef;
      }
      body {
        font-family: "Lora", serif;
        background: var(--page-bg);
        color: #111;
      }
      a,
      ul,
      ol {
        text-decoration: none;
        list-style: none;
        color: inherit;
      }
      .shadow-lg {
        box-shadow: 0px 0px 9.43px 0px #00000038 !important;
      }
    
      /* NAV */
      .top-nav {
        background: white;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }
      .top-nav .nav-link {
        color: #1e1e1e;
        padding: 10px 18px;
        border-radius: 8px;
      }
      .top-nav .nav-link.active {
        background: #dddddd;
      }
      .logo {
            border: none !important
        /* width: 38px;
        height: 38px;
        border-radius: 6px;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center; */
      }
      .btn-sec {
        background-color: #ddd;
        color: #1e1e1e;
        border: 1px solid #999;
        padding: 3px 20px;
      }
      /* HERO */
      .hero {
        height: 630px;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.2) 100%
          ),
          url("./images/hero-Image.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
      }
      /*.hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0.28),
          rgba(0, 0, 0, 0.12)
        );
      }*/
      .hero-content {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 40px;
      }
      .hero-left {
        max-width: 720px;
        color: white;
      }
      .eyebrow {
        font-size: 14px;
        opacity: 0.9;
        letter-spacing: 1.5px;
      }
      .big-title {
        font-size: 60px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-top: 6px;
      }
      /*.meta{display:flex;gap:20px;align-items:center;margin-top:10px;font-weight:600}*/
      .separator {
        width: 3px;
        height: 60px;
        background-color: white;
        border-radius: 2px;
        display: inline-block;
      }
      /* AGENDA */
      .agenda-section {
        padding: 60px 16px;
      }
      .agenda-title {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 28px;
        color: var(--main-dark);
      }
      .day-card {
        position: relative;
        background-color: #f5f5f5;
        border-radius: 18px;
        padding: 22px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
        min-height: 420px;
      }
      .date-pill {
        width: 83.1px;
        height: 80.14px;
        border-radius: 17.5px;
        background: #fff;
        /* border: 1px solid rgba(0, 0, 0, 0.06); */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* position: absolute;
        top: -30px;
        left: 15px; */
      }
      .date-pill .day {
        font-weight: 800;
        color: var(--accent);
        font-size: 18px;
      }
      .date-pill .month {
        font-size: 10px;
        color: #999;
      }
      .slot {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 8px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.03);
      }
      .slot .time {
        width: 72px;
        font-size: 12px;
        color: #222;
      }
      .slot .desc {
        font-size: 13px;
        font-weight: 700;
        color: #222;
      }
      .slot .desc small {
        font-size: 11px;
        font-weight: 500;
      }

      /* OVERVIEW & VENUE */
      .info-section {
        
        padding: 80px 0;
        overflow: hidden;
      }
      .info-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
        margin-bottom: 80px;
      }
      .info-block:nth-child(even) {
        flex-direction: row-reverse;
      }
      .info-img {
        flex: 1;
        min-height: 320px;
        border-radius: 20px;
        overflow: hidden;
      }
      .info-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
      }
      .info-text {
        flex: 1;
      }
      .info-text h2 {
        font-size: 32px;
        font-weight: 700;
        color: var(--main-dark);
        margin-bottom: 15px;
      }
      .info-text p {
        font-size: 15px;
        color: #333;
        line-height: 1.8;
      }

      /* animations */
      .animate {
        opacity: 0;
        transform: translateX(100px);
        transition: all 0.8s ease-out;
      }
      .from-left {
        transform: translateX(-100px);
      }
      .show {
        opacity: 1;
        transform: translateX(0);
      }

      .location {
        
        padding-left: 6px;
      }
      .small-print {
        font-size: 12px;
        color: #111;
      }

      @media (max-width: 991px) {
        .hero {
          height: 360px;
        }
        .big-title {
          font-size: 40px;
        }
        .info-block {
          flex-direction: column !important;
          text-align: center;
        }
        .info-img {
          width: 100%;
        }
      }
      @media (max-width: 767px) {
        .hero {
          height: 320px;
        }
        .big-title {
          font-size: 30px;
        }
      }


     
  .promo-wrap { background: #000; } /* fallback bg */
  .promo-video {
    object-fit: cover;
    z-index: 1;
    /* ensure covers area */
  }
  .overlay {
    z-index: 2;
    /* gradient top dark -> slightly transparent bottom */
    background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
  }

  .promo-content { z-index: 3; color: #fff; }

  .promo-title { color: #ffffff; letter-spacing: -1px; }
  .promo-desc { color: rgba(255,255,255,0.85); }

  /* responsive heights */
  @media (max-width: 991px) {
    .promo-wrap { height: 340px !important; }
    .promo-title { font-size: 40px; }
  }
  @media (max-width: 575px) {
    .promo-wrap { height: 300px !important; }
    .promo-title { font-size: 28px; }
    .promo-desc { font-size: 15px; }
  }




      /* footer location */
      footer .location {
        margin-top: 80px;
        padding-left: 6px;
      }
      .small-print {
        font-size: 12px;
        color: #111;
      }

      /* responsiveness */
      @media (max-width: 991px) {
        .hero {
          height: 360px;
        }
        .big-title {
          font-size: 40px;
        }
      }
      @media (max-width: 767px) {
        .hero {
          height: 320px;
        }
        .big-title {
          font-size: 30px;
        }
      }

      section {
        padding: 80px 0;
      }

      .section-light {
        background-color: #f4f4f4;
      }

      .section-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #222;
      }

      .content-img {
        border-radius: 15px;
        width: 100%;
        object-fit: cover;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
      }

      .text-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      /* ====== Animation ====== */
      .reveal-section {
        opacity: 0;
        transform: translateY(60px);
        transition: all 0.8s ease;
      }

      .reveal-section.active {
        opacity: 1;
        transform: translateY(0);
      }

      /*.animate {
        opacity: 0;
        transform: translateY(50px);
        transition: all 0.8s ease;
      }

      .animate.visible {
        opacity: 1;
        transform: translateY(0);
      }

      /* ====== Footer ====== */
      footer {
        background-color: #676767;
        color: #fff;
        padding: 60px 0 20px;
      }

      footer h5 {
        font-weight: 700;
        margin-bottom: 20px;
      }

      footer a {
        color: #ccc;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
      }
      /*footer span {
        color: #ccc;
        font-size: 20px;
        margin: 0 10px;
        transition: color 0.3s;
      }*/

      footer a:hover {
        color: #fff;
      }
      /*footer span:hover {
        color: #fff;
      }*/

      .social-icons a {
        color: #fff;
        font-size: 20px;
        margin: 0 10px;
        transition: color 0.3s;
      }

      .social-icons a:hover {
        color: #ccc;
      }

      .footer-bottom {
        border-top: 1px solid #fff;
        margin-top: 30px;
        padding-top: 15px;
        font-size: 14px;
        text-align: center;
        color: #aaa;
      }


        :root{
        --main-dark: #0b1b2a;
        --second-dark: #2C2C2C;
        --accent: #e84c3d;
        --page-bg: #efefef;
        --card-bg: #ffffff;
        --icon-section-bg: #2f3336; /* dark grey as requested */
        --icon-border: rgba(255,255,255,0.08);
      }

      *{box-sizing:border-box}
      body{
        font-family: "Lora", serif;
        background: var(--page-bg);
        color: #111;
      }

      a, ul, ol { text-decoration:none; list-style:none; color:inherit; }

      /* Navbar */


      /* Top nav */
      .top-nav {
        background: white;
        border-bottom: 1px solid rgba(0,0,0,0.05);
      }
      .top-nav .nav-link {
        color: #1e1e1e;
        padding: 10px 18px;
        border-radius: 8px;
      }
      .top-nav .nav-link.active { background: #dddddd; }
      

      /* .logo {
        width: 70px;
        height: 70px;
        display:flex;
        align-items:center;
        justify-content:center;
      } */
      /* .btn-sec {
        background-color: #ddd;
        color: #1e1e1e;
        border: 1px solid #999;
        padding: 6px 20px;
        border-radius: 6px;
      } */

/* icons strip (secondary navbar style) */
.icons-strip {
  background: #f2f2f2; 
  padding: 16px 0;
}

.icons-strip .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 14px 10px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}

.icons-strip .icon-item .icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.icons-strip .icon-item span {
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
  color: #222;
}

.icons-strip .icon-item .icon-wrap:hover {
  background: #e0e0e0;
  transform: translateY(-4px);
}

.icons-strip .icon-item .icon-wrap.active {
  background: #ccc; 
  border-color: #aaa;
  transform: translateY(-4px);
}

      
      /* banner (wide image) */
      .hotel-banner {
        position: relative;
        /* height: 380px; */
        background-image: url('https://images.unsplash.com/photo-1508057198894-247b23fe5ade?auto=format&fit=crop&w=1600&q=60');
        background-size: cover;
        background-position: center center;
        border-radius: 12px;
        /* margin-top: 22px; */
        overflow: hidden;
        box-shadow: 0 12px 36px rgba(0,0,0,0.12);
      }
      .hotel-banner::after{
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0.05) 100%);
        z-index: 1;
      }
      .banner-title {
        position: absolute;
        z-index: 2;
        left: 40px;
        top: 30%;
        transform: translateY(-50%);
        color: #fff;
        /* font-family: "Montserrat", sans-serif; */
        font-weight: 700;
        font-size: 30px;
        /* max-width: 900px; */
        /* line-height: 1.05; */
        text-shadow: 0 6px 18px rgba(0,0,0,0.45);
      }

      /* description block under banner (left aligned on large screens) */
      .banner-desc-wrap {
        margin-top: 18px;
        margin-bottom: 26px;
      }
      .banner-desc {
        background: transparent;
        padding: 18px 32px;
        color: #111;
        font-size: 18px;
        line-height: 1.7;
        
        
      }
      @media (max-width: 768px) {
    .banner-title h2 {
        font-size: 26px !important;
    }
    .banner-title p {
        font-size: 12px !important;
    }
}




      /* page title */
      .page-title {
        padding: 36px 0 10px;
        text-align: center;
        color: var(--main-dark);
        font-size: 28px;
        font-weight: 700;
      }

      /* hotel cards grid */
      .hotels-grid {
        padding-bottom: 40px;
      }
      .hotel-card {
        border-radius: 12px;
        overflow: hidden;
        background: var(--card-bg);
        box-shadow: 0 8px 28px rgba(10,20,30,0.06);
        transition: transform .22s ease, box-shadow .22s ease;
        display:flex;
        flex-direction:column;
        height:100%;
      }
      .hotel-card:hover{
        transform: translateY(-8px);
        box-shadow: 0 18px 48px rgba(10,20,30,0.12);
      }
      .hotel-img {
        width:100%;
        height:170px;
        object-fit:cover;
        display:block;
      }
      .hotel-body {
        padding:14px;
        flex:1;
        display:flex;
        flex-direction:column;
        gap:10px;
      }
      .hotel-title { font-size:20px; font-weight:700; color:var(--main-dark);padding-right: 55px; margin-right: 20px;  }
      .hotel-meta { font-size:13px; color:#666; display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
      .stars { color:#f5b301; font-size:14px; }
      .hotel-footer {
        padding: 12px 14px;
        border-top:1px solid rgba(0,0,0,0.04);
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
      }
      .price { font-weight:800; color:var(--main-dark); }
      .book-btn { border-radius:8px; margin-left: -7px; padding:8px 20px; background:var(--second-dark); color:#fff; border:none; }
      .hotel-link {color: #0077FF; cursor: pointer;}



      .hotel-card {
  border-radius: 12px;
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: 0 8px 28px rgba(10,20,30,0.06);
  transition: transform .22s ease, box-shadow .22s ease;
  display:flex;
  flex-direction:column;
  height:100%;
  position: relative;
}

.hotel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 48px rgba(10,20,30,0.12);
}

.hotel-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.price-tag {
  position: absolute;
  bottom: -22px;
  right: 12px;
  background: #eee;
  color: #222;
  padding: 6px 7px;
  border-radius: 8px;
  font-size: 12px;
  text-align: right;
  line-height: 1.3;
}

.price-tag span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--accent);
}

.hotel-body {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotel-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-dark);
  padding-right: 55px;
}

.hotel-footer {
  padding: 12px 14px;
  border-top: 1px solid rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.book-btn {
  border-radius: 8px;
  padding: 8px 20px;
  background: var(--second-dark, #333);
  color: #fff;
  border: none;
  transition: background 0.2s ease;
}

.book-btn:hover {
  background: #555;
}

.hotel-link {
  color: #0077FF;
  text-decoration: none;
  font-weight: 500;
}

.booking-form {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.form-label {
  color: #555;
}

.booking-form input,
.booking-form textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: #0077ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 255, 0.1);
}

.booking-form label {
  color: #333;
}

.booking-form button {
  background: var(--second-dark);
  color: #fff;
  border: none;
}

.booking-form button:hover {
  background: #000;
}

.booking-summary {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.booking-summary table {
  border-radius: 10px;
  overflow: hidden;
}

.booking-summary th {
  background: #333 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
}

.booking-summary td {
  font-size: 14px;
  color: #444;
}

.total-box {
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.08);
  min-width: 250px;
}



      /* reveal animation classes */
      .animate {
        opacity: 0;
        transform: translateY(30px);
        transition: all .6s cubic-bezier(.2,.9,.2,1);
      }
      .animate.show {
        opacity:1;
        transform: translateY(0);
      }

      /* footer */
      footer{
        background-color: #676767;
        color: #fff;
        padding: 60px 0 20px;
        /* margin-top: 20px; */
      }
      footer h5 { font-weight:700; margin-bottom:20px; }
      footer a { color:#ccc; text-decoration:none; display:block; margin-bottom:8px; }
      .social-icons a { color:#fff; font-size:20px; margin:0 10px; transition:color .2s; }
      .footer-bottom { border-top:1px solid #fff; margin-top:30px; padding-top:15px; font-size:14px; text-align:center; color:#aaa; }

      /* responsive tweaks */
      @media (max-width: 1199px){
        .hotel-img { height:160px; }
      }
      @media (max-width: 991px){
        .icons-strip .icon-item { max-width:120px; padding:10px; }
        .hotel-img { height:150px; }
      }
      @media (max-width: 767px){
        .hero { height:320px; }
        .page-title { font-size:22px; padding: 20px 0; }
        .hotel-img { height:140px; }
      }

  #sponsors {
    position: relative;
    overflow: hidden;
  }

  .sponsor-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sponsor-card img {
    max-height: 50px;
    /* filter: grayscale(100%); */
    opacity: 0.8;
    transition: all 0.4s ease;
  }

  .sponsor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  .sponsor-card:hover img {
    filter: none;
    opacity: 1;
  }

  /* Animation */
  .sponsor-card {
    animation: fadeUp 0.8s ease forwards;
    opacity: 0;
  }

  .sponsor-card:nth-child(1) { animation-delay: 0.1s; }
  .sponsor-card:nth-child(2) { animation-delay: 0.2s; }
  .sponsor-card:nth-child(3) { animation-delay: 0.3s; }
  .sponsor-card:nth-child(4) { animation-delay: 0.4s; }
  .sponsor-card:nth-child(5) { animation-delay: 0.5s; }
  .sponsor-card:nth-child(6) { animation-delay: 0.6s; }

  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 768px) {
    .sponsor-card {
      height: 100px;
    }
    .sponsor-card img {
      max-height: 40px;
    }
  }



  /* transfer */

   .transfer-card {
      background: white;
      border-radius: 12px;
      /* padding: 1.5rem; */
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      /* height: 100%; */
    }

    .transfer-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .vehicle-img {
      width: 100%;
      max-width: 180px;
      height: auto;
      margin-bottom: 1rem;
    }

    .price {
      font-size: 1.3rem;
      font-weight: bold;
      color: #212529;
      margin: 0.5rem 0;
    }

    .capacity {
      font-size: 0.875rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }

    .book-btn {
      background-color: #212529;
      color: white;
      border: none;
      padding: 0.5rem 1.5rem;
      border-radius: 6px;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }

    .book-btn:hover {
      background-color: #000;
    }

    .section-title {
      font-weight: 600;
      color: #212529;
      margin-bottom: 1rem;
      font-size: 1.25rem;
    }

    .list-unstyled li {
      margin-bottom: 0.5rem;
      position: relative;
      padding-left: 1.5rem;
    }

    .list-unstyled li::before {
      content: "•";
      color: #007bff;
      font-weight: bold;
      position: absolute;
      left: 0;
    }

    .entry-visa-btn {
      background-color: #6c757d;
      color: white;
      border: none;
      padding: 0.5rem 1.5rem;
      border-radius: 6px;
      font-size: 0.9rem;
    }

    .entry-visa-btn:hover {
      background-color: #5a6268;
    }

    @media (max-width: 768px) {
      .transfer-card {
        margin-bottom: 1.5rem;
      }
    }




       a, ul, ol { text-decoration: none; list-style: none; color: inherit; }

    /* === NAVBAR (Fully Responsive) === */
    .top-nav {
      background: white;
      border-bottom: 1px solid rgba(0,0,0,0.05);
      padding: 0.75rem 0;
    }
    .logo img { width: 80px; height: auto; }
    .nav-link {
      color: #1e1e1e;
      padding: 8px 20px;
      border-radius: 8px;
      font-weight: 500;
      transition: all 0.2s;
      font-family:  sans-serif !important;
    }
    .nav-link:hover, .nav-link.active {
      background: #e0e0e0;
      color: #000;
    }
    .btn-login {
      background: #ddd;
      color: #1e1e1e;
      border: 1px solid #999;
      padding: 6px 18px;
      border-radius: 6px;
      font-size: 0.9rem;
    }
 
@media (max-width: 991px) {
  .btn-login {
    max-width: 200px;
    margin: 0 auto;
    font-size: 1rem;
  }
  .navbar-collapse {
    padding: 1rem;
    border-radius: 12px;
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    margin-top: 0.5rem;
  }
}

    /* Mobile Menu Toggle */
    @media (max-width: 991px) {
      .navbar-collapse {
        background: white;
        margin-top: 1rem;
        border-radius: 8px;
        padding: 1rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      }
    }

    /* === ICONS STRIP === */
    .icons-strip {
      background: #f2f2f2;
      padding: 1rem 0;
    }
    .icon-item {
      text-align: center;
      padding: 0.75rem;
      border-radius: 12px;
      transition: all 0.3s ease;
    }
    .icon-item .icon-wrap {
      width: 60px; height: 60px;
      margin: 0 auto 0.5rem;
      background: white;
      border: 1px solid #ddd;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s;
    }
    .icon-item img { width: 36px; }
    .icon-item span {
      font-size: 0.875rem;
      font-weight: 600;
      color: #222;
    }
    .icon-item:hover .icon-wrap,
    .icon-item.active .icon-wrap {
      background: #ccc;
      border-color: #aaa;
      transform: translateY(-3px);
    }


    
    /* === ICONS STRIP === */
    .icons-strip {
      background: #f2f2f2;
      padding: 1rem 0;
    }
    .icon-item {
      text-align: center;
      padding: 0.75rem;
      border-radius: 12px;
      transition: all 0.3s ease;
    }
    .icon-item .icon-wrap {
      width: 60px; height: 60px;
      margin: 0 auto 0.5rem;
      background: white;
      border: 1px solid #ddd;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s;
    }
    .icon-item img { width: 36px; }
    .icon-item span {
      font-size: 0.875rem;
      font-weight: 600;
      color: #222;
    }
    .icon-item:hover .icon-wrap,
    .icon-item.active .icon-wrap {
      background: #ccc;
      border-color: #aaa;
      transform: translateY(-3px);
    }

     .icons-strip .icon-item span {
      font-family: "ABeeZee", sans-serif !important;
      font-weight: 400;
     }

    /* === BANNER === */
    .hotel-banner {
      position: relative;
      height: 400px;
      background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url('./images/elegant-car-taxi-services.jpg') center/cover no-repeat;
      border-radius: 16px;
      overflow: hidden;
      margin: 1.5rem 0;
      box-shadow: 0 12px 36px rgba(0,0,0,0.15);
    }
    .banner-title {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      color: white;
      z-index: 2;
      max-width: 90%;
    }
    .banner-title h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 2.5rem;
      text-shadow: 0 4px 12px rgba(0,0,0,0.6);
    }
    .banner-title p {
      font-weight: 400;
      font-size: 1rem;
      margin-top: 0.5rem;
      opacity: 0.95;
    }

    .pricing-section {
  background: #fff;
}

.pricing-box {
  border-radius: 12px;
}

.price-item h4 {
  font-size: 1.6rem;
}

.divider {
  width: 1px;
  height: 50px;
  background: #272727;
}

.book-btn {
  background-color: #c12d1f !important;
}
.book-btn:hover {
  background-color: #6e1a12 !important;
}

footer {
  font-family: 'Poppins', sans-serif;
}
footer h6 {
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

hr {
  opacity: 0.2;
}

.list-unstyled li {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
}

.book-btn {
  font-family: 'montserrat',sans-serif !important;
}
body {
  overflow-x: hidden;
}
.price-tag {
    font-family: 'Montserrat', sans-serif !important;
}
.price-tag span {
  color: #434343 !important;
  font-family: 'lora', serif !important;
}

.banner-title h2 {
  font-size:50px !important; 
  font-weight: 600 !important;
   font-family:'lora', 'serif' !important;
}

@media (max-width:865px){
  .banner-title h2 {
    font-size: 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 250px !important;
  }
  .banner-title p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
   .hotel-footer a {
  font-size: 14px;
}
   .hotel-footer  {
  font-size: 12px;
}
  
.hotel-footer .book-btn {
  font-size: 12px;
  padding: 10px;
}

.hotel-meta {
  flex-wrap: nowrap;
  /* margin-top: -15px; */
}
}
@media (min-width: 767px) and (max-width: 1200px){
   .hotel-footer a {
  font-size: 14px;
}
   .hotel-footer  {
  font-size: 12px;
}
  
.hotel-footer .book-btn {
  font-size: 12px;
  padding: 10px;
}

.hotel-meta {
  flex-wrap: nowrap;
  /* margin-top: -15px; */
}
}

 .hotel-body .different .hotel-meta {
  font-size: 12.5px !important;
}






/* ----- */

.nav-link1.active .date-pill {
  background-color: #D8D8D8;
}


.agenda-modern-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 0;
  margin: 10px 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.07);
  overflow: hidden;
  border: 1.18px solid #E7E7E7;
  box-shadow: 0px 0px 9.43px 0px #00000038;
}


.agenda-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 20px;
  margin: 0 ;
  background: #fdfdfd;
  border-bottom: 1.4px solid #E5E5E5;
  
  transition: none;
}


.agenda-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


.time-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 170px;
  font-weight: 600;
  font-size: 15px;
  color: #2c3e50;
}

.time-badge i {
  width: 38px;
  height: 38px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #777;
  flex-shrink: 0;
}


.session-info h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
      max-width: 500px;
  color: #000;
  line-height: 1.4;
  font-family: 'Lora', serif;

}

.session-info p {
  margin: 0;
  font-size: 15px;
  color: #111;
  line-height: 1.5;
  padding-bottom: 5px;
  font-family: 'lora', serif;
}

/* Responsive */
@media (max-width: 768px) {
  .agenda-modern-card {
    padding: 20px 0;
    border-radius: 20px;
  }
  .agenda-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px;
    margin: 0 16px 12px 16px;
  }
  .time-badge {
    min-width: auto;
  }
}

.agenda-row::after {
  content: '';
  position: absolute;
  left: 190px;
  top: 0px;
  bottom: 0px;
  width: 1.2px;
  /* background: linear-gradient(to bottom, transparent, #eaeaea 20%, #eaeaea 80%, transparent);
  border-radius: 1px; */
  
}


/* ===== AGENDA SECTION  ===== */
.agenda-section {
  padding: 80px 16px;
  direction: ltr;
}

.agenda-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--main-dark);
 
}



.agenda-modern-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 9.43px 0px #00000038;
  border: 1.2px solid #e7e7e7;
}




.time-badge i {
  width: 38px;
  height: 38px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #777;
  flex-shrink: 0;
}

.session-info h5 {
  margin: 0 0 8px 0;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  font-family: 'Lora', serif;
}

.session-info p {
  margin: 0;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  font-family: 'Lora', serif;
}




.agenda-row::after {
  content: '';
  position: absolute;
  left: 190px;
  top: 0px;
  bottom: 0px;
  width: 1.4px;
  background-color: #E5E5E5;
  
  
}


/* ========= RESPONSIVE========== */


@media (max-width: 992px) {
  .agenda-title {
    font-size: 36px;
  }
  .agenda-section p.lead {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .agenda-section {
    padding: 60px 12px;
  }

  .agenda-title {
    font-size: 32px;
  }

  .agenda-section p.lead {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .agenda-modern-card {
    border-radius: 16px;
  }

  .agenda-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px;
    gap: 16px;
  }


  .agenda-row::after {
    display: none;
  }

  .time-badge {
    min-width: auto;
    width: 100%;
    justify-content: flex-start;
  }

  .session-info h5 {
    font-size: 16px;
  }

  .session-info p {
    font-size: 14.5px;
  }
}

@media (max-width: 480px) {
  .agenda-title {
    font-size: 28px;
  }

  .agenda-section p.lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .agenda-row {
    padding: 18px 16px;
  }

  .time-badge {
    font-size: 14.5px;
  }

  .time-badge i {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .session-info h5 {
    font-size: 15.5px;
  }
}