
*{
  
  font-family: "Poppins",  sans-serif;
}
/* ====Main Banner START==== */
.tour-sx-main {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-sx-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.tour-sx-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.tour-sx-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 35px 40px;
  box-sizing: border-box;
  gap: 10px;
}
@media (min-width: 1400px) {
    .container-gt {
        max-width: 1220px !important;
    }
}
.tour-lt-about-head , .tour-lt-about-discription{
  display: flex;
  justify-content: center;
  align-self: center;
}
.tour-about-lt{
  font-size: 4.3rem;
  color: white;
}
.tour-lt-discription{
    color: white;
    font-size: 1.4rem;
    text-align: center;
    width: 75%;
    line-height: 2.4rem;
}

/* Breadcrumbs Container */
.breadcrumbs-gt {
  font-family: 'Poppins', sans-serif;
    font-size: 22px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 200px;
    position: relative;
    bottom: -170px;
}

/* Ordered List Reset */
.breadcrumbs-ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Breadcrumb Item */
.breadcrumbs-li {
  margin: 0;
  display: flex;
  align-items: center;
}

/* Breadcrumb Links */
.breadcrumbs-li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s ease;
}

.breadcrumbs-li a:hover {
  color: #ffffff;
}

/* Separator ( / ) */
.breadcrumbs-li + .breadcrumbs-li::before,
.breadcrumbs-li + .current-gt::before {
  content: "/";
  color: #ffffff; /* you can change this if needed */
  margin: 0 10px;
  font-weight: bold;
}


/* Current Page */
.current-gt {
  color: #fcbf19;
  font-weight: 600;
}

/* Responsive Style */
@media (max-width: 480px) {
  .breadcrumbs-gt {
    font-size: 16px;
    padding: 8px 12px;
    bottom: 0;
  }
  .breadcrumbs-li + .breadcrumbs-li::before,
  .breadcrumbs-li + .current-gt::before {
    margin: 0 6px;
  }
  .tour-about-lt{
     font-size: 2.0rem;
  color: white; 
  }
  .tour-lt-discription {
    font-size: 1.0rem;
        line-height: 1.5rem;

  }
  

}
/* ====Main Banner END==== */


.gt-top-heading{
      margin-top: 50px;
    font-size: 40px;
    font-family: "Poppins",  sans-serif;
    color: black;
}
.gt-top-heading-second{
      margin-bottom: 35px ;
    font-size: 26px;
    color: #fcbf19;
}
.gt-discription{
  color: rgba(81, 80, 80, 0.787);
}
.gallery-gt-arrow {
  background: none;
  font-size: 1.5rem !important;
  width: 2.5rem;
  height: 2.5rem;
  color: #2a2929c7 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.2s;
  border: none !important;
}

.gt-more-ex{
  display: flex;
  justify-content: center;
}
.Explore-gt{
  background-color: #fcbf19;
  width: 70%;
  padding: 20px 40px ;
  border: none;
}




.tour-nt-contact-section {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.tour-nt-contact-card {
  background: #fff;
  padding: 28px 24px 24px 24px;
  min-width: 230px;
  max-width: 340px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease; /* smooth animation */
}

/* ✅ Lift-up hover effect */
.tour-nt-contact-card:hover {
  transform: translateY(-8px);
  box-shadow: none;
}
.tour-nt-contact-label {
  font-size: 19px;
  color: #111;
  font-weight: 600;
}

.tour-nt-contact-icon {
  margin-bottom: 8px;
  font-size: 38px;
}

.tour-nt-device-icon,
.tour-nt-whatsapp-icon {
  display: inline-block;
  width: 38px
  height: 38px;
  border: 2px solid #111;
  border-radius: 0px;
  background: none;
  position: relative;
}

.tour-nt-device-icon::before {
  content: '';
  display: block;
  width: 26px;
  height: 34px;
  background: #fafafa;
  position: absolute;
  top: 3px; left: 6px;
  border-radius: 0px;
  box-shadow: 0 1px 2px #ccc;
}

.tour-nt-whatsapp-icon {
  border-radius:50%;
  border-color:#25d366;
}

.tour-nt-whatsapp-icon::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px; left: 7px;
  background: url('your-whatsapp-icon.svg') no-repeat center center/contain;
}

.tour-nt-qrcode {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.tour-nt-contact-info {
  font-size: 19px;
  color: #222;
  line-height: 1.35;
  font-weight: 500;
}


@media (max-width: 650px) {
  
  .tour-nt-contact-card {
    min-width: 160px;
    padding:18px 8px 16px 8px;
  }
  .gallery-gt-head {
    font-size: 2rem;
  }
  .gallery-gt-sub-head {
    font-size: 1rem;
  }
  .gallery-gt-link{
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  .tour-nt-main-section,
  .tour-nt-contact-section {
    gap: 14px;
  }
   .tour-nt-contact-label {
    font-size: 15px;
  }
}
