/* Navbar brand logo */
.navbar-brand img {
  height: 40px;
  width: auto;
}

/* Navbar base */
.navbar {
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  background-color: #fff;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  transition: color 0.2s ease;
}
.navbar-nav .nav-link:hover {
  color: #6f42c1;
}

/* Dropdown menu desktop */
.dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(111, 66, 193, 0.2);
}

/* Offcanvas menu (mobile only) */
.offcanvas-body {
  padding: 2rem 1.5rem;
  background-color: #f8f9fa;
}
.offcanvas-body .navbar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-body .nav-item {
  margin: 0;
}
.offcanvas-body .nav-link {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #212529;
  text-decoration: none;
}
.offcanvas-body .nav-link:hover {
  background-color: #f1f1f1;
  border-radius: 0.25rem;
}

/* Collapse submenu inside offcanvas */
.offcanvas-body .collapse ul {
  padding-left: 1rem;
}

/* Close button purple style */
.btn-close {
  filter: invert(30%) sepia(60%) saturate(500%) hue-rotate(260deg);
}





.gallery-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 6PX;
}

.gallery-img:hover {
  transform: scale(1.05);
}

.city-item img {
   
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* maintains square shape */
    display: block;
    
  }

.city-item p {
    margin-top: 0.5rem;
  }

.h1 {
  text-align: center;
  margin: 3px 0px 3px 0px;
  font-size: 36px;
  font-weight: bold;
}

.h2 {
  text-align: center;
  margin: 8px 0px 8px 0px !important;
  font-size: 32px;
  font-weight: bold;
}





/* image section */

.image-text-section img {
  width: 100%;
  height: auto;
  padding: 0px;
  0px;
  10px;
  0px;
  object-fit: cover;

  border-radius: 5px;
}



/* Why Choice Us */



    body {
      font-family: Arial, sans-serif;
      background-color: #f8f9fa;
    }

    section {
      padding: 3px 0px 3px 0px; 
    }

    .counter-box {
      background: #fff;
      border-radius: 8px;
      padding: 20px 25px;
      display: flex;
      align-items: center;
      gap: 15px;
      width: 100%;
      max-width: 260px;
      margin: 0 auto;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
    }

    .counter-box:hover {
      transform: translateY(-5px);
    }

    .icon {
      width: 50px;
      height: 50px;
      background-color: #f52470;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      color: white;
    }

    .counter-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .number {
      font-size: 24px;
      font-weight: bold;
      color: #111;
    }

    .label {
      font-size: 14px;
      color: #555;
    }


/* End Why Choice Us */


/* image section */

/* media 425 */

@media (max-width: 425px) {
  .h1 {

    font-size: 25px;
  }

  .h2 {
    text-align: center;
    margin: 8px 0px 8px 0px !important;
    font-size: 25px !important;
  }

  .city-item p {
    font-size: 15px;

  }
  /*  Why Choice Us 425px */


  .label {
    font-size: 11px;
    color: #555;
    font-weight: bold;
  }
  .number {
    font-size: 20px;
    font-weight: bold;
    color: #111;
  }
  
}


/* media 320 */
@media (max-width:320px) {
  .h1 {

    font-size: 23px;
  }

  .h2 {
    text-align: center;
    margin: 8px 0px 8px 0px !important;
    font-size: 21px;
  }

  .city-item p {
    font-size: 13px;
  }
/*  Why Choice Us 320px */

  
}


/*  citytour page */

 
.card-titlecity {
    margin-bottom: var(--bs-card-title-spacer-y) !important;
    color: #e91173 !important;
    font-size: 32px !important;
    text-align: center !important;
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y) !important;
    color: #272526 !important;
    text-align: center !important;
}



  .icon-list {

      display: flex;

      flex-wrap: wrap;

      padding: 0;

      list-style: none;

    }

    .icon-list li {

      display: flex;

      flex-direction: column;

      align-items: center;

      text-align: center;

      min-width: 72px;

      margin-bottom: 0.5rem;

    }

    .offer-img {

      width: 200px;

      height: 200px;

      object-fit: cover;

      aspect-ratio: 1/1;

    }

    /* FAQ section container */

    .faq-section {

      padding: 3px 0px 3px 0px;

    }



    .faq-title {

      text-align: center;

      font-weight: bold;

      margin-bottom: 50px;

      font-size: 2rem;

    }



    .faq-item {

      background: white;

      border-radius: 10px;

      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);

      margin-bottom: 15px;

      transition: all 0.3s ease;

    }



    .faq-item:hover {

      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    }



    .faq-button {

      padding: 15px 20px;

      font-size: 1rem;

      font-weight: 600;

      background: transparent;

      border: none;

      width: 100%;

      display: flex;

      justify-content: space-between;

      align-items: center;

      cursor: pointer;

    }



    .faq-button:focus {

      outline: none;

      box-shadow: none;

    }



    .faq-body {

      padding: 0 20px 15px;

      color: #6c757d;

    }



    .arrow-icon {

      transition: transform 0.3s ease;

    }



    .faq-button[aria-expanded="true"] .arrow-icon {

      transform: rotate(180deg);

    }


/*  tour d css */

 body {
      background-color: #f8f9fa;
      font-family: 'Segoe UI', sans-serif;
    }

    /* carousel-inner */

    .carousel-inner img {
      width: 100%;
      height: 430px;
      object-fit: cover;
    }
/* Tablet & small devices (max-width: 425px) */
@media (max-width: 600px) {
  .carousel-inner img {
    height: 250px;
  }
}

/* Extra small devices (max-width: 320px) */
@media (max-width: 320px) {
  .carousel-inner img {
    height: 250px;
  }
}
    /* carousel-inner */

    /* Youtube video */
    .youtube-facade {
      position: relative;
      width: 100%;
      max-width: 560px;
      aspect-ratio: 16 / 9;
      cursor: pointer;
      background-color: #000;
      background-size: cover;
      background-position: center;
    }

    .youtube-facade::before {
      content: "";
      display: block;
      padding-top: 56.25%;
    }

    .youtube-facade img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .youtube-facade .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 68px;
      height: 48px;
      background: url('https://img.icons8.com/ios-filled/50/ffffff/play--v1.png') no-repeat center center;
      background-size: contain;
      transform: translate(-50%, -50%);
    }

    /* Youtube video */

    /* Chat now */
    .profile-card {
      background-color: #f8f9fa;
      padding: 0px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      max-width: 100%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }

    .profile-img {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      object-fit: cover;
      margin-right: 15px;
    }

    .profile-info {
      flex-grow: 1;
    }

    .profile-name {
      font-weight: 600;
      margin-bottom: 2px;
    }

    .profile-role,
    .profile-contact {
      font-size: 0.9rem;
      color: #6c757d;
    }

    .chat-btn {
      background-color: #e9d9ff;
      color: #8b44ff;
      font-weight: 500;
      border-radius: 20px;
      padding: 6px 12px;
      text-decoration: none;
    }

    .chat-btn:hover {
      background-color: #d3b9ff;
      text-decoration: none;
    }

    /* Locations */
    .location-card {
      background-color: #c6e1cc;
      padding: 20px;
      border-radius: 20px;
      max-width: 100%;
      font-family: Arial, sans-serif;
    }

    .location-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 6px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .location-row:last-child {
      border-bottom: none;
    }

    .location-text {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #000;
    }

    .location-icon {
      color: red;
    }

    .time-text {
      font-weight: 700;
      font-size: 1.1rem;
      color: #000;
    }

    .btn-whatsapp {
      background-color: #ff3c2f;
      color: #fff;
      font-weight: bold;
      padding: 12px;
      border-radius: 25px;
      text-transform: uppercase;
      width: 100%;
      border: none;
      margin-top: 20px;
    }

    .btn-whatsapp:hover {
      background-color: #e73327;
    }

    /* FAQ section container */
    .faq-section {
      padding: 3px 0px 3px 0px;
    }

    .faq-title {
      text-align: center;
      font-weight: bold;
      margin-bottom: 50px;
      font-size: 2rem;
    }

    .faq-item {
      background: white;
      border-radius: 10px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 15px;
      transition: all 0.3s ease;
    }

    .faq-item:hover {
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .faq-button {
      padding: 15px 20px;
      font-size: 1rem;
      font-weight: 600;
      background: transparent;
      border: none;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .faq-button:focus {
      outline: none;
      box-shadow: none;
    }

    .faq-body {
      padding: 0 20px 15px;
      color: #6c757d;
    }

    .arrow-icon {
      transition: transform 0.3s ease;
    }

    .faq-button[aria-expanded="true"] .arrow-icon {
      transform: rotate(180deg);
    }

    /* Product Header */
    .product-header {
      font-size: 18px;
      font-weight: bold;
    }

    .info-box {
      display: flex;
      flex-wrap: nowrap;
      background: #f8f9fa;
      max-width: 800px;
      margin: 0 auto;
      border: 1px solid #dee2e6;
    }

    .info-item {
      flex: 0 0 33.33%;
      background: #fff;
      padding: 15px 10px;
      text-align: center;
      border-right: 1px solid #dee2e6;
    }

    .info-item:last-child {
      border-right: none;
    }

    .info-item i {
      font-size: 1.5rem;
      color: #007bff;
      margin-bottom: 8px;
      display: block;
    }

    .info-item h4 {
      margin: 0;
      color: #333;
      font-size: 1rem;
      font-weight: 600;
    }

    .info-item p {
      margin: 8px 0 0;
      color: #555;
      font-size: 0.9rem;
    }

    @media (max-width: 600px) {
      .info-box {
        flex-wrap: nowrap;
      }

      .info-item {
        flex: 0 0 33.33%;
      }
          }

    .dropdown-content {
      display: none;
      padding: 10px;
      background: white;
      border: 1px solid #ddd;
      border-radius: 5px;
    }

    .dropdown-toggle {
      cursor: pointer;
      color: green;
      font-weight: bold;
    }

    .price {
      font-size: 22px;
      font-weight: bold;
      color: #000;
    }

    .add-to-cart {
      background: green;
      color: white;
      padding: 10px 15px;
      border: none;
      cursor: pointer;
      width: 100%;
      border-radius: 5px;
    }

    .product-details {
      border-top: 1px solid #ddd;
      margin-top: 10px;
      padding-top: 10px;
    }

    /* Removed accordion-button styles */

    /* Cab Card Styles */
    .cab-name {
      font-size: 18px;
      font-weight: bold;
      margin-top: 10px;
    }

    .cab-price {
      font-size: 18px;
      color: #f02314;
      font-weight: bold;
    }

    .add-btn {
      background: #008768;
      color: white;
      border: none;
      padding: 8px 15px;
      cursor: pointer;
      border-radius: 5px;
    }

    .card-img-top {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    @media (max-width: 320px) {
      .card-title {
        font-size: 14px;
      }

      .cab-price {
        font-size: 17px;
        color: green;
        font-weight: bold;
      }

      .add-btn {
        height: 25px;
        width: 50px;
        font-size: 14px;
        font-weight: bold;
        padding: 4px;
      }
      
      
      
      
      
    }

    /* Inter linking */
    .section-title {
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .link-list a {
      display: inline-block;
      margin: 0.25rem 0.75rem 0.25rem 0;
      color: #000000;
      text-decoration: none;
    }

    .link-list a:hover {
      text-decoration: underline;
    }

    .font {
      font-size: 12px;
    }

    /* Get in touch */
    .sabt-info-box {
      background-color: #f0f7ff;
      padding: 20px;
      border-radius: 10px;
      text-align: left;
      height: 100%;
    }

    .sabt-icon-box {
      width: 50px;
      height: 50px;
      background-color: #00c3ff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      color: white;
      font-size: 24px;
      margin-right: 15px;
    }

    .sabt-info-header {
      font-weight: 600;
    }

    .from {
      padding: 3px 0px 3px 3px;
    }

    ul {
      list-style: none;
      margin-left: -42px;
    }

    li {
      padding-top: 5px;
    }


    /* Accordion Styles */
    .accordion-button {
      background: #f8f8f8;
      border: none;
      font-weight: bold;
      padding: 15px;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .accordion-button:focus {
      outline: none;
      box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
      background-color: #e9ecef;
      color: #000;
    }

    .accordion-item {
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-radius: 6px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .accordion-body {
      padding: 15px 20px;
      background-color: #fff;
      color: #6c757d;
      font-size: 0.95rem;
    }

    /* Optional: Smooth collapse animation */
    .accordion-collapse {
      transition: height 0.35s ease;

    }





    :root{
      --brand:#6f42c1; /* indigo */
      --brand-2:#0d6efd; /* primary */
    }
    body{background:linear-gradient(180deg,#ffffff, #f8f9ff);}    
    .glass{
      background: rgba(255,255,255,.65);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,.6);
      box-shadow: 0 .75rem 1.5rem rgba(13,110,253,.08);
    }

    /* Stepper tour packd */
    .step-line{
      position:absolute;
      left:50%;
      top:0;
      bottom:0;
      width:4px;
      background:linear-gradient(180deg,var(--brand),var(--brand-2));
      border-radius:6px;
    }
    .node{
      width:24px;height:24px;border-radius:50%;
      display:flex;align-items:center;justify-content:center;
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 .5rem 1rem rgba(111,66,193,.2);
    }
    .step-card{transition:transform .2s ease, box-shadow .2s ease;}
    .step-card:hover{transform:translateY(-2px); box-shadow:0 1.25rem 2rem rgba(13,110,253,.12);}
    @media(min-width:992px){
      .col-left{padding-right:3rem; text-align:right}
      .col-right{padding-left:3rem}
      .connector{position:absolute; left:50%; top:1rem; transform:translate(-50%, -50%);} 
    }


