/* ====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-lt-discription {
    font-size: 1.0rem;
        line-height: 1.5rem;

  }
  .tour-about-lt{
      font-size: 3.3rem;
  }

}
/* ====Main Banner END==== */
.gt-up-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  padding: 0px 82px;
  padding-bottom: 20px;
    
}
.gt-contact-up-box{
  width: 100%;
  padding: 0px;
    padding-bottom: 20px;
}

.contect-gt{
  border: 3px solid #fcbf19;
  padding: 20px 0px;

}
.gt-up-head{
  padding-bottom: 5px;
  border-bottom: 3px solid #fcbf19;
}
.contact-gt-mail-icon{
 filter: invert(89%) sepia(37%) saturate(4975%) hue-rotate(350deg) brightness(100%) contrast(95%);
  width: 60px;
  margin: 20px 0px;
  cursor: pointer;
}
.link-gt{
  cursor: pointer;
  color: #282828;
}
.gt-p-tag{
  margin-top: 20px;
  cursor: pointer;
}
.gt-up-loc{
  color: #fcbf19;
}
.gt-info-content{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
cursor: pointer;
}


.form-gt-control::placeholder {
  color: rgb(255, 255, 255) !important; /* apna favorite color likh de yahan */
  opacity: 1;  /* optional: full visible placeholder */
}

.gt-contact-map{
  display: flex;
  justify-content: center;
}


.tour-nt-contact-section {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.tour-nt-contact-card {
  background: #fff;
  box-shadow: none;
  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: 0 6px 20px rgba(0,0,0,0.12);
}


.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::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: 900px) {
  .tour-nt-main-section {
    flex-direction: column;
    gap: 30px;
  }
  .tour-nt-right,
  .tour-nt-left {
    min-width: 0;
    width: 100%;
  }
  .tour-nt-img-container {
    min-height: 210px;
    max-width: 100%;
  }
  .tour-nt-title {
    font-size: 32px;
  }
}

@media (max-width: 650px) {
  .tour-nt-wrapper {
    padding: 16px 4px;
  }
  .tour-nt-desc {
    font-size: 16px;
  }
  .tour-nt-book-btn {
    font-size:15px;
    padding:10px 0;
  }
  .tour-nt-contact-card {
    min-width: 160px;
    padding:18px 8px 16px 8px;
  }
  .tour-nt-contact-info {
    font-size:15px;
  }
}

@media (max-width: 500px) {
  .tour-nt-main-section,
  .tour-nt-contact-section {
    gap: 14px;
  }
  .tour-nt-package-label{
    width: 40%;
    padding: 50px 14px 12px 14px;
  }
  .tour-nt-title {
    font-size: 24px;
  }
  .tour-nt-img-num {
    font-size: 20px;
  }
  .tour-nt-img-label {
    font-size: 13px;
  }
  .tour-nt-contact-label {
    font-size: 15px;
  }
  .gt-up-container{
      padding: 0px 10px;
  }
}