/* <!-- ====CSS Code START==== --> */
/* ====Reset & Body START==== */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* ====Reset & Body END==== */
.tour-sx-root {
  width: 100%;
  /* max-width: 1320px;  */
  box-sizing: border-box;
 
}

/* ====Navbar Section START==== */
.tour-sx-navbar {
  background: #ffc700;
  display: flex;
  align-items: center;
  justify-content: space-between; /* ye teen div ko spread karega */
  gap: 20px; /* divs ke beech 20px gap */
  height: 82px;
  padding: 4px 10px 4px 28px;
  font-family: "Poppins", sans-serif;
  position: fixed;
  top: 20px;
  z-index: 10;


}

.tour-sx-logo-section {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tour-sx-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.tour-sx-agency-title {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  color: #111;
  font-size: 12px; /* default for desktop */
}

.tour-sx-agency-title .sub {
  display: block;
  margin-top: 4px;
  font-weight: 600;
  font-size: 12px; /* slightly smaller */
}

/* ✅ Laptop screens */
@media (max-width: 1200px) {
 
  .tour-sx-agency-title .sub {
    font-size: 16px;
  }
}

/* ✅ Tablet screens */
@media (max-width: 768px) {
 
  .tour-sx-agency-title .sub {
    font-size: 18px;
  }
}

/* ✅ Mobile screens */
@media (max-width: 480px) {
 
  .tour-sx-agency-title .sub {
    font-size: 10px;
  }
}


.tour-sx-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.tour-sx-link {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: color 0.1s;
  letter-spacing: 1px;
  position: relative;
}
.tour-sx-link.tour-sx-active,
.tour-sx-link:hover {
  color: #000;
}
.tour-sx-search-section {
  display: flex;
  align-items: center;
  position: relative;
}
.tour-sx-search-btn {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.tour-sx-search-icon {
  width: 38px;
  height: 38px;
  stroke: #fff;
  transition: stroke 0.2s;
  filter: invert(1);
}
.tour-sx-search-btn:focus svg,
.tour-sx-search-btn:hover svg {
  stroke: #000;
}
.tour-sx-search-input {
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%) translateX(30px);
  width: 0;
  opacity: 0;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s;
  padding: 6px 8px;
  border: none;
  font-size: 18px;
  background: #fff;
  outline: none;
  color: #181818;
  box-shadow: 0 2px 8px #0001;
  z-index: 10;
  pointer-events: none;
}
.tour-sx-search-input.tour-sx-input-active {
  width: 160px;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: auto;
}
/* Existing input */
.tour-sx-search-input {
  transition: all 0.3s;
  position: absolute;
  top: 18px; /* adjust as per your nav bar height */
  right: 50px; /* adjust as per search position */
  opacity: 0;
  pointer-events: none;
}
/* Active state */
.tour-sx-search-input.tour-sx-input-active {
  opacity: 1;
  pointer-events: auto;
}

/* For moving links */
.tour-sx-links {
  transition: transform 0.3s;
}

/* Move links down when input is active */
.tour-sx-links.search-active {
  transform: translateX(-45px); /* change as needed to clear space for input */
}
.tour-sx-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-left: 18px;
  z-index: 20;
}
.tour-sx-hamburger span {
  display: block;
  height: 4px;
  width: 28px;
  background: #fff;
  border-radius: 2px;
  transition: background 0.2s;
}
/* ====Navbar Section END==== */

/* ====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-video {
  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;
  background: rgb(107 107 107 / 75%);
  z-index: 2;
}
.tour-sx-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 35px 40px;
  box-sizing: border-box;
  gap: 80px;
}
.tour-sx-box2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 30px;
  gap: 100px;
}
.tour-sx-box1 {
  width: 100%;
}
.tour-sx-left {
  max-width: 55%;
}
.tour-sx-title {
  font-size: 55px;
  font-weight: 600;
  color: #ffcc00;
  margin-bottom: 18px;
}
.tour-sx-description {
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 30px;
}
.tour-sx-buttons {
  display: flex;
  gap: 20px;
}
.tour-sx-btn {
  width: 200px;
  background: rgb(60 59 59 / 46%);
  border: none;
  color: #fff;
  padding: 15px 25px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
}
.tour-sx-btn:hover {
  background: #fcbf19;
  color: #222;
}
.tour-sx-form {
  background: rgb(60 59 59 / 46%);
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: none;
  box-sizing: border-box;
}
.tour-sx-form-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  color: white !important;
}
.tour-sx-select,
.tour-sx-input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 1rem;
  border-radius: 3px;
  margin-bottom: 6px;
}
.tour-sx-dates,
.tour-sx-people {
  display: flex;
  gap: 10px;
}

.tour-sx-select:focus,
.tour-sx-input:focus {
  outline: none;
  border-color: #ffc700;
  box-shadow: 0 0 5px rgba(255, 199, 0, 0.5);
}

/* Base form styling */
.tour-sx-form1 {
  max-width: 500px;
  /* margin: auto; */
  font-family: "Poppins", sans-serif;
}



/* Custom dropdown container */
.custom-select {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  user-select: none;
}

/* Visible selected box */
.custom-select .selected {
  border: 1px solid #ccc;
  padding: 12px 14px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-select  .selected:hover {
  border-color: #888;
}

/* Hidden dropdown list */
.custom-select .options {
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: #1d1d1d;
  border: 1px solid #0f0e0e;
  z-index: 99;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* For Chrome, Edge, Safari */
.tour-sx-input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* makes the icon white */
  cursor: pointer;
}

/* Optional — for better visibility on darker backgrounds */
.tour-sx-input[type="date"] {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease;
}
.tour-sx-input[type="date"]:hover {
   border-color: #888;
}


/* Each list item */
.custom-select .options li {
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.25s ease;
}

.custom-select .options li:hover {
  background: linear-gradient(120deg,#ffcc00);
  color: black;
}

/* When dropdown is active */
.custom-select.active .options {
  display: block;
}

/* Dates and people layout */
.tour-sx-dates,
.tour-sx-people {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  
}

.tour-sx-input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
}

/* Submit button */

.tour-sx-submit-btn {
  width: 100%;
  background: rgb(60 59 59 / 46%);
  border: none;
  padding: 12px 0;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  margin-top: 25px;
  font-size: 1rem;
  transition: background 0.2s;
}
.tour-sx-submit-btn:hover {
  background: #fcbf19;
  color: #222;
}



/* Search container: icon and input */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: width 0.3s ease;
  width: 60px; /* Initially just icon width */
  cursor: pointer;
}

/* Search icon styles */
.search-icon {
  font-size: 1.4rem;
  padding: 6px;
  z-index: 2;
  flex-shrink: 0;
}

/* Hidden input initially */
.search-input {
  width: 0;
  padding: 6px 8px;
  font-size: 1rem;
  border: 1px solid #ddd;
  outline: none;
  transition: width 0.3s ease, padding 0.3s ease;
  opacity: 0;
  margin-right: 8px;
}

/* When active, expand input width smoothly */
.search-container.active {
  width: 200px; /* expanded width with input visible */
  cursor: text;
}

.search-container.active .search-input {
  width: 100%;
  opacity: 1;
  padding: 6px 8px;
}

/* Shift nav menu smoothly when search is active */
.search-container.active ~ #navmenu {
  margin-right: 220px; /* input width + some margin */
  transition: margin-right 0.3s ease;
}

/* Default nav style with margin */
#navmenu {
  transition: margin-right 0.3s ease;
  margin-right: 0;
}

/* ====Main Banner END==== */
.tour-gt-main-container{
  margin: 0;
    padding: 100px 0px 0px 0px;
    background: linear-gradient(166deg, #ffffff 0%, #ffffff 40%, #f5f2ef 70%, #ea1342 100%);

}
/* ====2ND Banner START==== */
.tour-xs-hero {
  width: 100%;
  padding: 50px 40px;
  /* background: linear-gradient(120deg, #fafaf2 0%, #fcf3d7 100%); */
}
.tour-xs-hero-content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  flex-wrap: wrap;
}
.tour-xs-hero-content-card {
  max-width: 1300px;
  margin: 0 auto;
  gap: 48px;
  padding: 0 20px;
  flex-wrap: wrap;
}
.tour-xt--More-btn{
  border: none;
  background-color: #fcbf19;
  padding: 10px 20px;
}
.tour-xs-left {
  flex: 1 1 400px;
  min-width: 340px;
  max-width: 560px;
}
.tour-xs-title {
  font-size: 48px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 18px;
   font-family: "Poppins", sans-serif;
  line-height: 1.1;
}
.tour-xs-desc {
  font-size: 24px;
  color: #939393;
  font-weight: 400;
  margin-bottom: 36px;
  line-height: 1.4;
}
.tour-xs-numbers-row {
  display: flex;
  gap: 44px;
  margin-bottom: 36px;
  margin-top: 8px;
}
.tour-xs-number {
  font-size: 38px;
  font-weight: 600;
  color: #191919;
  display: block;
  line-height: 1.1;
}
.tour-xs-num-label {
  font-size: 22px;
  color: #939393;
  display: block;
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.tour-xs-btn {
  display: block;
  background: #ffc700;
  color: #191919;
  font-size: 22px;
  font-weight: 500;
  border-radius: 3px;
  padding: 20px 0 20px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 2px #ffd244a3;
  margin-top: 12px;
  transition: background 0.2s, color 0.2s;
}
.tour-xs-btn:hover {
  background: #ffc600e6;
  color: #000;
}
.tour-xs-right {
  flex: 1 1 370px;
  min-width: 300px;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tour-xs-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 530px;
  box-shadow: 0 0 20px #00000020;
  overflow: hidden;
}
.tour-xs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tour-xs-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f2f2f282;
  padding: 35px 22px 15px 18px;
  margin: 0px 0px 20px 15px;
}
.tour-xs-badge-num {
  font-size: 22px;
  font-weight: 600;
  color: #191919;
  line-height: 1;
}
.tour-xs-badge-label {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  margin-top: 2px;
  line-height: 1.1;
}
/* ====2ND Banner END==== */

/* ====3RD Banner START==== */
.tour-xs-why {
  width: 100%;
   padding: 100px 50px 0px 50px;
}
.tour-xs-why-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
.tour-xs-why-title {
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #181818;
  margin-bottom: 18px;
  line-height: 1.14;
}
.tour-xs-why-desc {
  font-size: 26px;
  color: #909090;
  margin-bottom: 34px;
  font-weight: 400;
  line-height: 1.3;
}
.tour-xs-why-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  cursor: pointer;
}
.tour-xs-why-cards > .tour-xs-why-card {
  flex: 0 0 calc(33.333% - 34px); /* 3 div ek row me */
  box-sizing: border-box;
}
.tour-xs-why-card {
  background: #fff;
  color: black;
  box-shadow: 0 8px 36px #0001;
  min-width: 220px;
  max-width: 330px;
  flex: 1 1 209px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}


.tour-xs-why-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 17px;
}
.tour-xt-icon{
  filter: invert(86%) sepia(94%) saturate(475%) hue-rotate(0deg) brightness(105%) contrast(105%);
}
.tour-xs-why-cardtitle {
  font-size: 20px;
  font-weight: 600;
  color: #080808;
  margin-bottom: 12px;
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
}
.tour-xs-why-carddesc {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}

.tour-xs-why-card {
  background: #fff;
  transition: all 0.3s ease;
  text-align: center;
  padding: 50px 20px;
    transition: all 0.5s ease;
 
}

.tour-xs-why-icon img {
  width: 60px;
  transition: filter 0.3s ease;
}

/* Hover effect */
.tour-xs-why-card:hover {
  background: #ffc704; /* Yellow background */

  box-shadow: 0 8px 30px color-mix(in srgb, var(--default-color), transparent 80%);
   transform: translateY(-8px);
}

/* When card is hovered → make icon black */
.tour-xs-why-card:hover  .tour-xs-why-icon img {
  filter: brightness(0) invert(0); /* turns yellow or white icon to black */
}


/* ====3RD Banner END==== */

/* ====Responsive Styles START==== */
@media (max-width: 1300px) {
  .tour-sx-content,
  .tour-xs-hero-content,
  .tour-xs-why-content {
    max-width: 98vw;
  }
}
@media (max-width: 1100px) {
  .tour-sx-navbar {
    padding: 0 12px;
  }
  .tour-sx-links {
    gap: 18px;
  }
  .tour-xs-why-title {
    font-size: 27px;
  }
  .tour-xs-why-desc {
    font-size: 17px;
  }
  .tour-xs-why-card {
    max-width: 230px;
    min-width: 160px;
    padding: 23px 8px 17px 8px;
  }
  .tour-xs-why-icon img {
    width: 37px;
    height: 37px;
    margin-bottom: 8px;
  }
  .tour-xs-why-cardtitle {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .tour-xs-why-carddesc {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .tour-xs-hero-content {
    flex-direction: column;
    align-items: stretch;
    gap: 38px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tour-xs-why {
    padding: 4px;
  }
  .tour-xs-left,
  .tour-xs-right {
    max-width: 100%;
    min-width: 0;
    flex: 1 1 230px
  }
  .tour-xs-title {
    font-size: 32px;
  }
  .tour-xs-desc {
    font-size: 18px;
  }
  .tour-xs-number {
    font-size: 28px;
  }
  .tour-xs-num-label {
    font-size: 16px;
  }
  .tour-xs-btn {
    font-size: 18px;
    padding: 15px 0;
  }
  .tour-xs-img-wrap {
    max-width: 100%;
    aspect-ratio: 1.8 / 1;
  }
  .tour-xs-badge-num {
    font-size: 22px;
  }
  .tour-xs-badge-label {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .tour-sx-links {
    position: absolute;
    left: 0;
    top: 62px;
    background: #ffc700;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    display: none;
    padding: 0;
    z-index: 15;
    box-shadow: 0 3px 18px #0002;
  }
  .tour-sx-search-icon {
    display: none;
  }
  .tour-sx-links.tour-sx-show {
    display: flex;
  }
  .tour-sx-link {
    width: 100vw;
    font-size: 16px;
    padding: 10px 25px;
    color: #111;
    border-bottom: 1px solid #fff3;
    text-align: left;
  }
  .tour-sx-hamburger {
    display: flex;
  }
  .tour-sx-box2 {
    flex-direction: column;
    gap: 42px;
    padding: 0px 6px;
    margin-top: 50px;
  }
  .tour-sx-description {
    font-size: 20px;
  }
  .tour-sx-btn{
    padding: 10px 22px;
  }
  .tour-sx-submit-btn {
    margin-bottom: 15px;
  }
  .why-us .content h3 {
  font-size: 2rem;
  margin-bottom: 2.0rem;
  }
  .why-us .content p {
      font-size: 1.2rem;
  }
  .tour-nt-book-more-btn {
    padding: 10px 0px;
    font-size: 18px;
  }
  .tour-sx-left,
  .tour-sx-form {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .tour-xs-why-cards {
    gap: 16px 0;
  }
  .tour-xs-why-card {
    min-width: 95vw;
    max-width: 95vw;
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .tour-sx-logo {
    width: 56px;
    height: 54px;
  }
  .tour-sx-agency-title {
    font-size: 16px;
  }
  .tour-sx-navbar {
    min-height: 62px;
    height: 62px;
  }
}
@media (max-width: 600px) {
  .tour-sx-form,
  .tour-sx-left {
    padding: 0;
  }
  .tour-sx-content {
    padding: 18px 6px;
    margin-top: 30px;
  }
  .tour-xs-hero-content-card {
  padding: 0 12px;

}
  .tour-sx-title {
    font-size: 1.5rem;
  }
  .tour-sx-form-title {
    font-size: 1rem;
  }
  .tour-sx-form {
    padding: 12px;
  }
  .tour-sx-dates,
  .tour-sx-people {
    flex-direction: column;
    gap: 8px;
  }
  .tour-xs-hero {
    padding: 18px 0 24px 0;
  }
  .tour-xs-title {
    font-size: 20px;
  }
  .tour-xs-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tour-xs-number {
    font-size: 17px;
  }
  .tour-xs-num-label {
    font-size: 12px;
  }
  .tour-xs-btn {
    font-size: 15px;
    padding: 11px 0;
    margin-bottom: 5px;
  }
  .tour-xs-img-wrap {
    aspect-ratio: 1.4 / 1;
  }
  .tour-xs-badge {
    padding: 8px 14px 7px 10px;
  }
  .tour-xs-badge-num {
    font-size: 14px;
  }
  .tour-xs-badge-label {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .tour-xs-why-title {
    font-size: 20px;
  }
  .tour-xs-why-desc {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .tour-xs-why-cardtitle {
    font-size: 11px;
  }
  .tour-xs-why-carddesc {
    font-size: 8px;
  }
  .tour-xs-why-card {
    padding: 10px 3px 7px 3px;
  }
  .tour-xs-why-icon img {
    width: 23px;
    height: 23px;
    margin-bottom: 3px;
  }
}
/* Extra for smallest phones (320px to 400px or so) */
@media (max-width: 425px) {
  .tour-sx-navbar {
    height: 56px;
  }
  .tour-sx-logo {
    width: 38px;
    height: 38px;
  }
  .tour-sx-agency-title {
    font-size: 9px;
  }
  .tour-sx-content {
    padding: 4px;
    margin-top: 30px;
  }
  .tour-xs-hero-content {
    padding: 4px;
  }
  .tour-xs-why-content {
    padding: 30px 0px;
  }
}
/* ====Responsive Styles END==== */




     /* ====5RD Banner Section Start css====  */

     .tour-gt-container {
  max-width: 1200px;
  /* margin: 40px auto; */
  /* padding: 32px 16px; */
  font-family: "Poppins", sans-serif;
  /* background: #faf8f1; */
}

.tour-gt-featured {
  background: #fcbf19;
  display: inline-block;
  padding: 8px 28px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.tour-gt-title {
  margin: 12px 0 50px 0;
  font-size: 2rem;
  font-weight: 500;
}

.tour-gt-title-main {
  color: #222;
  margin-right: 8px;
}

.tour-gt-title-highlight {
  color: #ffca28;
}

.tour-gt-cards {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}


.tour-gt-card {
  background: #fff;
  width: 340px;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  cursor: pointer;
 
}

.tour-gt-card:hover {
 transform: translateY(-8px);
  box-shadow: none;
}

.tour-gt-card-image {
  width: 100%;
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #ccc;
}
.tour-gt-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tour-gt-xt{
  display: flex;
    flex-direction: column;
    gap: 10px;
}
.tour-tx-badge{
   background: #202020ab;
  color: #fff;
     padding: 3px 10px ;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.tour-tx-price{
     background:#202020ab;
  color: #fff;
   padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
    text-align: left;
}
.tour-gt-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
.tour-gt-badge-price {
  top: 16px;
  left: unset;
  right: 16px;
 
  font-weight: 500;
}

.tour-gt-card:nth-child(-n+3) {
  display: block;
}
.tour-gt-cards.show-all .tour-gt-card {
  display: block;
  opacity: 1;
}
.tour-gt-badge-top {
  left: 16px;
}
.tour-gt-card-body {
  padding: 22px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tour-gt-card-title {
  font-size: 1.17rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #232323;
}
.tour-gt-card-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #757575;
  font-size: 0.93rem;
  margin-bottom: 10px;
}
.tour-gt-clock-icon{
  width: 18px;
  align-items: center;
}
.tour-gt-card-info-span{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.tour-gt-card-desc {
  font-size: 0.96rem;
  margin-bottom: 40px;
  color: #757575;
  min-height: 44px;
}
.tour-gt-card-tags {
  margin-bottom: 12px;
  display: flex;
  gap: 30px;
}
.tour-gt-card-tags span {
  font-size: 0.88rem;
  color: #757575;
  background: #e2e2e2;
  padding: 4px 8px;
  border-radius: 3px;
}
.tour-gt-card-actions {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-gt-enquire {
  background: #111;
  color: #fff;
  padding: 6px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  transition: background .2s;
}
.tour-gt-enquire:hover {
  background: #ffd600;
  color: #222;
}
.tour-gt-rating {
  font-size: 14px;
  color: #efcc05;
  margin-left: 12px;
}
.tour-gt-rating-no{
   font-size: 14px;
  color: #242424;
  margin-left: 12px;
}
.tour-gt-viewall {
  width: 100%;
  text-align: center;
  margin-top: 22px;
}
.tour-gt-viewall-btn {
  width: 100%;
  background: #ffcc00;
  color: #222;
  padding: 22px 42px;
  border: none;
  border-radius: 3px;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}
.tour-gt-viewall-btn:hover {
  background: #ffc107;
}

/* Responsive Styles */
@media (max-width: 1100px) {
  .tour-gt-cards {
    gap: 1.2rem;
  }
  .tour-gt-card {
    width: 310px;
  }
}
@media (max-width: 900px) {
  .tour-gt-cards {
    flex-direction: column;
    align-items: center;
  }
  .tour-gt-card {
    width: 95%;
    max-width: 420px;
  }
}

@media (max-width: 600px) {
  .tour-gt-container {
    padding: 10px 3vw;
  }
  .tour-gt-title {
    font-size: 1.3rem;
    margin: 20px 0;
  }
  .tour-gt-card-body {
    padding: 15px 7px 12px 7px;
  }
  .tour-gt-featured {
    font-size: 0.95rem;
    padding: 7px 12px;
  }
}


          /* ====5RD Banner Section End css====  */


.tour-xd-section {
  width: 100%;
  padding: 100px 50px 0px 50px;
  box-sizing: border-box;
  /* background: linear-gradient(120deg, #f1eae0 60%, #dbeff8 100%); */
}
.tour-xd-featured {
  margin-bottom: 18px;
}
.tour-xd-featured-label {
  background: #ffcc00;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 28px;
  display: inline-block;
  border-radius: none;
  letter-spacing: 1px;
}

.tour-xd-heading {
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #222;
}

.tour-xd-main {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Highlight left side card */
.tour-xd-highlight-card {
  flex: 1.2 1 500px;
  min-width: 300px;
  max-width: 600px;
  position: relative;
  aspect-ratio: 1.2/1;
  background: #E1F7FA;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  align-items: stretch;
      height: -webkit-fill-available;
}
.tour-xd-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.tour-xd-highlight-overlay {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.65);
  padding: 32px 24px 28px 24px;

  margin: 45px;
  display: flex;
  flex-direction: column;
}
.tour-xd-popular {
  background: #101c35;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 14px;
  display: inline-block;
  width: fit-content;
}
.tour-xd-highlight-title {
  font-size: 1.9rem;
 font-family: "Poppins", sans-serif;
  font-weight: 900;
  margin-bottom: 6px;
  color: #212121;
}
.tour-xd-highlight-desc {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.5;
}
.tour-xd-highlight-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 6px;
}
.tour-xd-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.tour-xd-highlight-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.tour-xd-highlight-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #131b2a;
}
.tour-xd-enquire-btn {
  background: #101c35;
  color: #fff;
  border: none;
  font-size: 1.06rem;
  font-weight: 500;
  padding: 6px 22px;
  cursor: pointer;
}

/* Right Destination List */
.tour-xd-right-list {
  flex: 2 1 490px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tour-xd-list-card {
  background-color: rgb(239, 233, 233);
  display: flex;
  overflow: hidden;
  align-items: stretch;
  cursor: pointer;
}
.tour-xd-list-img-wrap {
  position: relative;
  min-width: 135px;
  max-width: 160px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tour-xd-list-img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tour-xd-best-value {
  position: absolute;
  top: 14px;
  left: 10px;
  background: #ffb300;
  color: #222;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 11px;

}

.tour-xd-list-body {
  padding: 18px 16px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tour-xd-list-title {
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 0;
  color: #202020;
}
.tour-xd-list-location {
  display: flex;
  align-items: center;
  font-size: .95rem;
  color: #444;
  margin-bottom: 4px;
}
.tour-xd-list-desc {
  font-size: .97rem;
  color: #222;
  margin-bottom: 8px;
}
.tour-xd-list-details-row {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 4px;
  font-size: .96rem;
}
.tour-xd-list-price {
  font-weight: bold;
  color: #122380;
}
.tour-xd-list-view {
  margin-top: 5px;
  color: #253d97;
  font-weight: 700;
  font-size: .99rem;
  text-decoration: none;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
  .tour-xd-main {
    flex-direction: column;
    gap: 18px;
    align-items: anchor-center;
  }
  .tour-xd-highlight-desc {
    font-size: 21px;
  }
  .tour-xd-section{
    padding: 5px;
  }
}

@media (max-width: 700px) {
  .tour-xd-main {
    flex-direction: column;
    gap: 16px;
  }
  .tour-xd-heading {
    font-size: 2rem;
  }
  .tour-xd-highlight-overlay {
    padding: 22px 14px 14px 14px;
    margin: 12px;
  }
  .tour-xd-right-list {
    gap: 14px;
  }
}

@media (max-width: 500px) {
  .tour-xd-section {
    padding: 14px 4px;
  }
  .tour-xd-heading {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }
  .tour-xd-highlight-card {
    min-width: 230px;
    max-width: 100%;
    aspect-ratio: 1.1/1;
        flex: 1.2 1 430px;

  }
  .tour-xd-highlight-overlay {
    padding: 11px 7px 7px 7px;
    margin: 7px;
    font-size: .95rem;
    gap: 4px;
  }
  .tour-xd-popular {
    font-size: .85rem;
    padding: 3px 8px;
  }
  .tour-xd-highlight-title {
    font-size: 1.2rem;
  }
  .tour-xd-highlight-price {
    font-size: 1.05rem;
  }
  .tour-xd-enquire-btn {
    font-size: .92rem;
    padding: 7px 14px;
  }
  .tour-xd-list-card {
    flex-direction: column;
  }
  .tour-xd-list-img-wrap {
    width: 100%;
    height: 120px;
    min-width: unset;
    max-width: unset;
  }
  .tour-xd-list-body {
    padding: 10px 9px 8px;
  }
  .tour-xd-list-title {
    font-size: 1rem;
  }
  .tour-xd-highlight-desc {
    font-size: 17px;
  }
}
/*  ----------- 6  BANNER CSS START */ 
.tour-nt-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
  box-sizing: border-box;
}

.tour-nt-main-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
}

.tour-nt-left {
  flex: 1 1 350px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
}

.tour-nt-package-label {
  width: 30%;
  height: 30%;
  background: #fac800;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
    align-items: end;
}

.tour-nt-package-title {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.tour-nt-title {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #111;
  margin: 0;
  line-height: 1.08;
}

.tour-nt-desc {
  color: #939393;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  max-width: 540px;
}

.tour-nt-book-cta {
  margin-top: 16px;
}

.tour-nt-book-btn {
  background: #fcbf19;
  border: none;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 0;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s;
}

.tour-nt-book-btn:hover {
  background: #e3c200;
}

.tour-nt-right {
  flex: 1 1 420px;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-nt-img-container {
  position: relative;
  width: 100%;
  max-width: 510px;
  min-height: 320px;
  overflow: hidden;
  box-shadow: none;
}

.tour-nt-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tour-nt-img-info {
  position: absolute;
  bottom: 30px;
  left: 35px;
  display: flex;
  gap: 48px;
}

.tour-nt-img-block {
  text-align: left;
}

.tour-nt-img-num {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}

.tour-nt-img-label {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  margin-top:2px;
}

.tour-nt-contact-section {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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: 9px;
  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: 7px;
  box-shadow: none;
}

.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: 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;
  }
}

/*  ----------- 6  BANNER CSS START */ 

/* last panel with footer code start css */
.tour-gt-xt-wrapper {
  background: linear-gradient(120deg, #f4e8c4, #EEEAE0);
  min-width: 0;
  margin: 0;
    font-family: "Poppins", sans-serif;
}

/* Testimonials Section */
.tour-gt-xt-section {
  padding: 50px 0 28px 0;
  text-align: center;
}
.tour-gt-xt-section-label {
  display: inline-block;
  background: #ffd600;
  padding: 8px 36px;

  font-weight: 500;
  margin-bottom: 26px;
  letter-spacing: 0.5px;
  font-size: 1.08rem;
}
.tour-gt-xt-heading {
  margin: 28px 0 34px 0;
  font-size: 2.05rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.tour-gt-xt-highlight {
  color: #ffd600;
  margin-right: 5px;
}
.tour-gt-xt-testimonials {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 0px 100px;
  margin-bottom: 18px;
  flex-wrap: wrap;

}

.tour-gt-xt-testimonial {
  /* box-shadow: 0 2px 10px rgba(30,30,30,0.08); */
  border-radius: 6px;
  padding: 32px 20px 16px 20px;
  width: 320px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tour-gt-xt-quote {
  font-size: 1rem;
  color: #232323;
  line-height: 1.52;
text-align: justify;
  margin-bottom: 20px;
  min-height: 90px;
  position: relative;
  padding: 14px;
  border: 1px solid rgb(45, 45, 45);
}
.tour-gt-xt-quote-icon, .tour-gt-xt-quote-end {
  color: #232323;
  font-size: 1.65rem;
  position: absolute;
  left: -20px;
  top: -10px;
  font-style: normal;
}
.tour-gt-xt-quote-end {
  right: -20px;
  left: unset;
  top: unset;
  bottom: -10px;
}

.tour-gt-xt-quote-text{
  margin: 0px;
}
.quote-open,
.quote-close {
  font-size: 28px;
  color: #090909; /* ya apni theme color */
  font-weight: bold;
  font-family: serif;
  line-height: 0.4;
}

.quote-open {
  margin-right: 4px;
  display: flex;
    justify-content: start;
}

.quote-close {
  margin-left: 4px;
  display: flex;
    justify-content: end;
}

.tour-gt-xt-user {
  display: flex;
  align-items: center;
  margin-top: 2px;
  flex-direction: column;
}
.tour-gt-xt-avatar {
  width: 100px;
  height: 100px;
  background: #ccc;
  border: 10px solid #ffc800;
  margin-bottom: 4px;
}
.tour-gt-xt-user-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #232323;
}
.tour-gt-xt-user-role {
  color: #ffd600;
  font-size: 0.98rem;
  margin-top: 2px;
}
/* Dots */
.tour-gt-xt-carousel-dots {
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tour-gt-xt-carousel-dots span {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
}
.tour-gt-xt-dot-active {
  background: #ffd600 !important;
}
/* Responsive for large desktops */
@media (max-width: 1400px) {
  .tour-gt-xt-testimonials {
    margin: 0 60px;
    gap: 1.5rem;
  }
}

/* Laptop and large tablets: show 2 testimonials per row */
@media (max-width: 1024px) {
  .tour-gt-xt-testimonials {
    margin: 0 40px;
    gap: 1rem;
    justify-content: center;
  }
  .tour-gt-xt-testimonial {
    width: 45%;
    min-width: unset;
  }
}

/* Tablets and smaller: 2 testimonials per row */
@media (max-width: 768px) {
  .tour-gt-xt-testimonials {
    margin: 0 20px;
    gap: 12px;
  }
  .tour-gt-xt-testimonial {
    width: 48%;
    padding: 24px 16px 12px 16px;
  }
  .tour-gt-xt-quote {
    min-height: 80px;
    padding: 12px;
  }
  .tour-gt-xt-avatar {
    width: 80px;
    height: 80px;
    border-width: 8px;
  }
  .tour-gt-xt-user-name {
    font-size: 1rem;
  }
  .tour-gt-xt-user-role {
    font-size: 0.9rem;
  }
}

/* Mobile: show 1 testimonial per row */
@media (max-width: 480px) {
  .tour-gt-xt-testimonials {
    margin: 0 12px;
    gap: 10px;
  }
  .tour-gt-xt-heading{
    font-size: 1.3rem;
    margin: 10px 0 10px 0;
  }
  .tour-gt-xt-testimonial {
    width: 100%;
    padding: 20px 12px 10px 12px;
  }
  .tour-gt-xt-quote {
    min-height: 70px;
    padding: 10px;
    font-size: 0.9rem;
  }
  .tour-gt-xt-avatar {
    width: 70px;
    height: 70px;
    border-width: 6px;
  }
  .tour-gt-xt-user-name {
    font-size: 0.95rem;
  }
  .tour-gt-xt-user-role {
    font-size: 0.85rem;
  }
}



/* Newsletter Section */
.tour-gt-xt-newsletter-bg {
  /* width: 100%; */
  background: url('../../tour-homepage/newletter-bg-home.png') center center/cover;
  min-height: 350px;
  display: flex;
  align-items: center;
  margin: 0px 100px;
  margin-bottom: 200px;
}
.tour-gt-xt-newsletter-content {
  margin: 0 auto;
  width: 100%;
  background: rgba(255, 213, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 6vw 42px 12vw;
  border-radius: 8px;
}
.tour-gt-xt-newsletter-title {
  font-size: 2.15rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #232323;
  margin-bottom: 25px;
  letter-spacing: 0.1rem;
}
.tour-gt-xt-newsletter-icon {
  display: inline-block;
  font-size: 1.7rem;
  background: #ffffffa1;
  padding: 8px 18px 8px 13px;
  margin-right: 16px;
}
.tour-gt-newsletter-icon{
width: 50px;
}
.tour-gt-xt-newsletter-form {
  display: flex;
  align-items: stretch;
  width: 80vw;
  max-width: 800px;
  margin-bottom: 18px;
}
.tour-gt-xt-input {
     flex-grow: 1;
    border: none;
    padding: 13px 16px;
    font-size: 1.1rem;
    background: rgb(255 255 255 / 50%);
    color: #ffffff;
    text-align: left;
    outline: none; 
}
.tour-gt-xt-input::placeholder {
  color: rgb(255, 255, 255); /* white placeholder */
  opacity: 1; /* Safari ke liye zaroori hai */
}
.tour-gt-xt-submit {
  background: #ffffff;
  border: none;
  font-size: 1.5rem;
  padding: 0 16px;
  color: #222;
  cursor: pointer;
  font-weight: bold;
  transition: background .17s;
}
.tour-gt-xt-submit:hover {
  background: #ffb400;
}
.tour-gt-xt-privacy {
  display: flex;
  color: #fff;
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 1px #22222266;
}
.tour-gt-xt-privacy-icon {
  margin-right: 8px;
  font-size: 1.2rem;
}
.tour-gt-xt-unsubscribe {
  color: #ffffff;
  margin-left: 3px;
}
/* ================= Footer Section ================= */
.tour-gt-xt-footer {
  background: #111;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 1rem;
  
}

/* Footer Columns */
.tour-gt-xt-footer-cols {
  display: flex;
  justify-content: space-between;
  gap:  28px;
  flex-wrap: wrap;
  background: #fff;
  color: #222;
  margin: 0 auto;
  padding: 40px 5vw 30px 5vw;
  max-width: 1170px;

    box-shadow: 0px 0px 20px rgb(61 58 58 / 34%);
      position: relative;
      bottom: 50px;
}

/* Individual Column */
.tour-gt-xt-footer-col {
  flex: 1 1 170px;
  margin-bottom: 18px;
  min-width: 150px;
}

/* Footer Column Title */
.tour-gt-xt-footer-title {
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: 2px solid #111;
  width: fit-content;
  font-size: 1.08rem;
}

/* Footer Links */
.tour-gt-xt-footer-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 1rem;
  margin-top: 6px;
}
.tour-xt-footer-links{
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s, text-decoration 0.2s;
  cursor: pointer;
}
.tour-xt-footer-links:hover {
  text-decoration: underline;
    color: #fcbf19;

}



/* Footer Socials */
.tour-gt-xt-footer-socials {
  margin: 28px 0 8px 0;
  display: flex;
  gap: 18px;
  justify-content: center;
  font-size: 1.21rem;
}

.tour-gt-xt-footer-note {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 50px;

}
.tour-gd-footer{
  text-decoration: underline;
}

/* Footer Buttons */
.tour-gt-xt-footer-buttons {
  text-align: center;
  margin: 28px 0 28px 0;
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
      
}

.tour-gt-xt-footer-btn {
  background: #fcbf19;
  color: #222;
  padding: 12px 30px;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s;
}

.tour-gt-xt-footer-btn:hover {
  background: #ffb400;
}

/* ================= Social Media Section ================= */
.tour-gt-social-container {
  max-width: 1200px;
  /* margin: 20px auto 10px auto; */
  padding: 5px;
}
.tour-xt-card {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  gap: 20px;
  box-shadow: none;
}

/* for all social containers */
.tour-xt-socialContainer {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s, background-color 0.3s;
}

/* Instagram */
.tour-xt-containerOne:hover {
  background-color: #fcbf19;
}

/* Twitter */
.tour-xt-containerTwo:hover {
  background-color: #fcbf19;
}

/* LinkedIn */
.tour-xt-containerThree:hover {
  background-color:#fcbf19;
}

/* WhatsApp */
.tour-xt-containerFour:hover {
  background-color: #fcbf19;
}

.tour-xt-socialContainer:active {
  transform: scale(0.9);
}

.tour-xt-socialSvg {
  width: 24px;
}

.tour-xt-socialSvg path {
  fill: #fff;
}

.tour-xt-socialContainer:hover .tour-xt-socialSvg {
  animation: tour-xt-slide-in-top 0.3s both;
}

@keyframes tour-xt-slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* ================= Responsive ================= */
@media (max-width: 1024px) {
  .tour-gt-xt-footer-cols {
    gap: 20px;
    padding: 40px 3vw 30px 3vw;
  }
  .tour-gt-social-inner {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

@media (max-width: 900px) {
  .tour-gt-xt-footer-cols {
    flex-direction: column;
    gap: 18px;
    padding: 30px 4vw 30px 4vw;
  }
  .tour-gt-social-inner {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
  .tour-gt-xt-newsletter-bg {
  margin: 0px ;
  margin-bottom: 100px;
}
}

@media (max-width: 700px) {
  .tour-gt-xt-footer-cols {
    font-size: 0.95rem;
  }
  .tour-gt-xt-newsletter-title{
    font-size: 28px;
  }
  .tour-gt-xt-footer-btn {
    font-size: 0.95rem;
    padding: 10px 20px;
  }
    .tour-gt-xt-newsletter-bg {
  margin: 0px ;
  margin-bottom: 100px;
}
  .tour-gt-social-inner {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    gap: 10px;
  }
  .tour-gt-social-box {
    height: 70px;
    font-size: 16px;
  }
  .tour-gt-social-icon img {
    width: 35px;
    height: 35px;
  }
  .tour-gt-xt-privacy{
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .tour-gt-xt-footer-btn {
    font-size: 0.92rem;
    padding: 8px 16px;
  }
  .tour-gt-social-inner {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 8px;
  }
    .tour-gt-xt-newsletter-title{
    font-size: 16px;
  }
  .tour-gt-newsletter-icon {
    width: 30px;
  }
  .tour-gt-xt-privacy{
    font-size: 10px;
  }
  .tour-gt-xt-newsletter-content{
    padding: 28px 3vw 22px 3vw;
  }
  .tour-gt-xt-input{
    padding: 8px 10px;
  }
  .tour-gt-xt-submit {
    padding: 4px 8px;
  }
  .tour-gt-social-box {
    height: 60px;
    font-size: 14px;
  }
  .tour-gt-social-icon img {
    width: 30px;
    height: 30px;
  }
  .tour-gt-xt-footer-buttons{
        gap: 20px;
  }
  .tour-gt-xt-footer-note {
      font-size: 0.8rem;
    margin-bottom: 10px;
  }
}


@media (min-width: 1400px) {
    .container-gt {
        max-width: 1220px !important;
    }
}