@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Instrument Sans", sans-serif !important;
}

body {
  font-family: "Instrument Sans", sans-serif !important;
}

.container {
  width: 1140px !important;
  padding: 0 15px;
  margin: 0 auto;
}

/* ------------- hero-section -------------- */

.hero-section {
  /* background-image: url(../images/triptwo.webp); */
  padding: 167px 0 30px;
  background-size: cover;
  /* background: center; */
}

.heading {
  line-height: 80px;
}

.media {
  background: rgba(196, 105, 58, 0.7);
}

/* jaipurHeritageSection */

.jaipurHeritageSection {
  padding: 40px 0;
}

.jaipurHeritageSection .albert-hall-bg,
.jaipurHeritageSection .hawa-mahal-bg,
.jaipurHeritageSection .patrika-gate-bg {
  background-image: url("../images/update-img-1.webp");
  height: 550px;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  padding: 10px;
}

.jaipurHeritageSection .hawa-mahal-bg {
  background-image: url("../images/hawa-mahal.webp");
  height: 290px;
  background-position: top;
}

.jaipurHeritageSection .patrika-gate-bg {
  background-image: url("../images/patrika-gate.webp");
  height: 240px;
  margin-top: 20px;
}

/* contact page */

.contact-heding {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.contact-heding h1 {
  font-size: 50px;
}

.contact-baner {
  position: relative;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 500px;
  color: white;
}

.sub-heding {
  padding: 40px;
}

.sub-heding h2 {
  font-size: 54px;
}

.sub-heding p {
  font-size: 22px;
}

.contact-detailes {
  padding-bottom: 50px;
}

.contact-wrapper {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
}

.left-section {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.left-section img {
  height: 550px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 16px;
}

.form-section {
  padding: 30px 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.form-group {
  margin-bottom: 16px;
}

.right-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-card {
  background: #fff;
  padding: 28px 30px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;

  width: 100%;
}

.info-card i {
  font-size: 20px;
  border: none;
  padding: 10px;
}

.info-text p {
  font-size: 18px;
  color: #00000066;
}

.info-text strong {
  display: block;
  font-weight: 600;
}

iframe {
  height: 500px;
}

/* gallery  */

.gallery-hero-section {
  background-image: url("../images/architecturel-city-palace-min.webp");
  padding: 170px 0;
  background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
  width: 10px !important;
  height: 10px !important;
  font-size: 10px !important;
}

.tour-trip-col {
  background-image: url("../images/albert-hall.jpg");
  height: 360px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  position: relative;
}

/* contact-hero-section */

.contact-hero-section {
  background-image: url("../images/hawa-mahal.webp");
  padding: 170px 0;
  background-size: cover;
  background-position: center;
}

.tour-details-hero-section {
  background-image: url("../images/hawa-mahal.webp");
  padding: 170px 0;
  background-size: cover;
  background-position: center;
}

.tour-details-hero-section {
  padding: 200px 0;
}

@media only screen and (max-width: 992px) {
  .heading {
    line-height: 38px;
  }

  .left-section img {
    height: 400px;
  }

  .form-section {
    padding: 30px 20px;
  }

  .form-section input::placeholder,
  .form-section textarea::placeholder {
    font-size: 14px;
  }

  .form-section button {
    font-size: 14px;
  }

  .jaipurHeritageSection .albert-hall-bg,
  .jaipurHeritageSection .hawa-mahal-bg,
  .jaipurHeritageSection .patrika-gate-bg {
    height: 290px !important;
  }

  .gallery-hero-section,
  .contact-hero-section {
    padding: 100px 0;
  }

  /* Force custom size */
  .custom-arrow {
    display: none !important;
  }

  iframe {
    height: 200px;
  }

  .tour-details-hero-section {
    padding: 170px 0;
  }
}

/* Remove default Swiper arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

/* Force custom size */
.custom-arrow {
  display: flex;
  width: 50px !important;
  height: 50px !important;
  background-color: #a95c32;
  /* optional */
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  z-index: 10 !important;
  padding: 10px !important;
}

/* Arrow container positioning */
.swiper-button-prev,
.swiper-button-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.swiper-slide .sliderImage {
  width: 90% !important;
  margin: 0 auto;
}

.contact-baner {
  position: relative;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 500px;
  color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.heding {
  text-align: center;
  padding: 50px 0px;
}

.slide {
  border: 1px solid #cac9c9;
  padding: 8px;
}

.object-cover {
  object-fit: cover;
  border-radius: 10px;
}

.book-btn {
  border: 1px solid #a95c32;
  border-radius: 23px;
  color: #a95c32;
}

.money {
  font-size: 24px;
}

/* custom css  */

footer {
  padding-bottom: 40px;
}

.f-icon {
  color: #000 !important;
}

/* .tour-custom{  width: 100%;  height: 84vh;}    */
/* 
#contactLinks img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

#contactLinks.scrolled img {
  filter: brightness(0) invert(0);
}

#contactLinks svg path {
  fill: white;
  transition: fill 0.3s ease;
}

#contactLinks.scrolled svg path {
  fill: black;
} */

.info-text b {
  font-size: 14px;
}

.why-c {
  height: 100%;
}

/* Social Icons Container */
.footer-social {
  display: flex;
  justify-content: center;
  /* mobile me center */
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .footer-social {
    justify-content: flex-start;
    /* desktop me left align */
  }
}

/* Individual SVG Icon Style */
.footer-social a svg {
  width: 36px;
  /* size */
  height: 36px;
  background-color: #333;
  /* circle background */
  color: #fff;
  /* icon color */
  padding: 6px;
  /* space inside circle */
  border-radius: 50%;
  /* make it circular */
  transition: all 0.3s ease;
}

/* Hover effect */
.footer-social a:hover svg {
  color: #c4693a;
  /* icon color on hover */
  transform: scale(1.1);
  /* slight zoom */
}

.tour-detail-custom {
  /* background-color: #fff; */
  max-width: 600px;
  /* border-radius: 8px; 
  padding: 0; */
}

.tour-detail-custom H2 {
  font-weight: 500;
  font-size: 20px;
  background-color: #cc8d6c6e;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  width: 750px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.tour-detail-custom P {
  font-weight: 400;
  font-size: 15px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 18px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* FAQ Section Styling */
.faq-section {
  /* background: #f9fafb; */
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #222;
}

/* FAQ Item */
.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  outline: none;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 22px;
  transition: transform 0.3s;
}

/* Answer (Initially Hidden) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fafafa;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer p {
  padding: 15px 0;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 200px;
  /* adjust based on content */
  padding: 0 20px 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  /* + turns into × */
}

/* Section Padding */
.tour-section {
  padding: 40px 20px;
  background: #fafafa;
}

/* Title */
.section-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
  color: #222;
}

/* Grid Layout */
.tour-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Box */
.tour-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Subtitle */
.tour-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tour-subtitle.included {
  color: green;
}

.tour-subtitle.excluded {
  color: red;
}

/* List Items */
.tour-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tour-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.tour-list li p {
  font-size: 16px;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

/* Icons */
.icon {
  font-size: 20px;
  flex-shrink: 0;
}

.icon.included {
  color: green;
}

.icon.excluded {
  color: red;
}
.custom-91{
  padding: 9px 0px 9px 4px !important;
}
.custom-91-tour{
    background-color: transparent !important;
    padding: 12px 0px 12px 4px !important;
}
/* Responsive */
@media (max-width: 768px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    text-align: center;
  }
  .custom-91{
    padding: 6px 0px 6px 4px !important;
  }
  .custom-91-tour{
    padding: 9px 0px 9px 4px !important;
  }
  .rt5-input {
    padding: 12px 8px !important;
}
  
}

/* form css  */
.form-container {
  width: 35%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

.form-container h2 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
  border-bottom: 2px solid #ddd;
  padding-bottom: 6px;
}

.form-group {
  margin-bottom: 18px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #444;
}
/* 
input,
select,
textarea {
  width: 100%;
  padding: 10px 12px !important;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px !important;
  outline: none;
  background-color: #fff;
  appearance: none;
  transition: border 0.3s, box-shadow 0.3s;
} */

input:focus,
select:focus,
textarea:focus {
  border-color: #c96a3b;
  box-shadow: 0 0 5px rgba(201, 106, 59, 0.4);
}

/* Select ke liye arrow style */
select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 35px;
  cursor: pointer;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.checkbox-group label {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.form-actions {
  text-align: center;
  margin-top: 25px;
}

.form-actions button {
  background: #d39270;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.form-actions button:hover {
  background: #a55229;
  transform: translateY(-2px);
}

.custom-flex {
  display: flex;
  justify-content: space-between;
}

.c-p-t {
  text-align: justify !important;
  font-size: 13px !important;
}

.book-btn {
  font-size: 12px;
  padding: 8px 8px !important;
}

/* custom responsive css  */



@media (max-width: 1024px) {
  .tour-detail-custom H2 {
    width: 450px;
  }

  .tour-detail-custom P {
     width: 450px;
}
.main-heading h1{
 margin-top: 65px;

}
}
@media (max-width: 850px){
  .form-container {
    width: 38%;
    padding: 20px;
}

}

.custom-sade {
  background-color: #00000045;
  padding: 15px 15px;
  border-radius: 20px;
}

.hero-section h1 {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6),
    0px 0px 15px rgba(255, 255, 255, 0.5);
  filter: brightness(1.2);
}
.hero-section p {
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6),
    0px 0px 15px rgba(255, 255, 255, 0.5);
  filter: brightness(1.2);
}

.about-section {
  padding: 30px 0;
  background-color: #fdfdfd;
}

/* Flex Layout for two sides */
.about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

/* Text Section */
.about-text {
  flex: 1 1 50%;
}

.about-text h2 {
  font-size: 40px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.btn-custom {
  display: inline-block;
  background: #d59574;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: #e6b800;
  color: #fff;
  transform: translateY(-2px);
}

/* Image Section */
.about-image {
  flex: 1 1 45%;
  text-align: center;
}

.about-image img {
  width: 90%;
  margin: 0px auto;
  border-radius: 15px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s;
}
.about-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-row {
    flex-direction: column;
    text-align: center;
  }

  .about-text,
  .about-image {
    flex: 1 1 100%;
  }

  .about-text h2 {
    font-size: 22px;
  }
  .about-section {
    padding: 25px 0;
    background-color: #fdfdfd;
  }
  .container-fluid {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .about-image img {
    width: 100%;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#navLinks li a {
  color: #000;
}
.rt5-booktour-section {
  background: #f8fbfd;
  padding: 60px 5%;
  font-family: 'Poppins', sans-serif;
}

.rt5-form-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 50px 40px;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.rt5-form-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: #0d3c61;
  margin-bottom: 40px;
}

.rt5-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.rt5-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rt5-group label {
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 12px;
}

.rt5-input {
  padding: 12px 16px !important;
  border: 1px solid #b0b0b0;
  border-radius: 12px;
  font-size: 15px !important;
  transition: all 0.3s ease;
  background: #fff;
  appearance: none;
}

.rt5-input:focus {
  border-color: #d49574;
  box-shadow: 0 0 6px #f3ba9c;
  outline: none;
}

/* Radio Buttons */
.rt5-radio-row {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.rt5-radio {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.rt5-radio input {
  position: absolute;
  opacity: 0;
}

.rt5-radio span {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  border: 2px solid #d49574;
  border-radius: 50%;
  transition: all 0.3s;
}

.rt5-radio input:checked + span {
  background: #d49574;
}

.rt5-radio span:after {
  content: "";
  position: absolute;
  display: none;
}

.rt5-radio input:checked + span:after {
  display: block;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Button */
.rt5-btn {
  width: 100%;
  margin-top: 35px;
  background: #a95c32;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: 14px;
  cursor: pointer;
  font-size: 17px;
  transition: 0.3s;
}

.rt5-btn:hover {
  background: #d49574;
}

.rt5-note {
  font-size: 15px;
  color: #666;
  margin-top: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .rt5-row { flex-direction: column; }
  .rt5-form-container {
    padding: 25px 15px;
  }
  .rt5-form-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .rt5-row {
    gap: 10px;
}
.rt5-radio-row {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}
.rt5-group label {
  margin-top: 0px;
}
.rt5-booktour-section {
   padding: 25px 20px;
}
.c-flex{
  flex-direction: column !important;
  gap: 5px !important;
}
.date-display, .time-display {
  padding: 6px 8px;
  border-radius: 10px;

}
.whyChooseUsSection {
  padding-top: 11PX;
}

#heroSlider{
  display: none;
}
.pro-bar{
  display: none;
}
.about-row {
  gap: 10px;
}
.tour-detail-custom H2 {
  width: 400px;
}
.tour-detail-custom P {
  width: 400px;
}
.form-container {
  width: 42%;
}
.hero-section {
  padding: 161px 0 160px !important;
}



}


.c-flex{
  flex-direction: row;
  gap: 20px;
}

.custom-datetime {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.custom-date-field, .custom-time-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* .date-input, .time-input {
  padding: 12px 16px;
  border: 1px solid #b0b0b0;
  border-radius: 12px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
} */

.date-input:focus, .time-input:focus {
  border-color: #17acf8;
  box-shadow: 0 0 6px rgba(23,172,248,0.4);
  outline: none;
}



.tourPackagesSection{
  margin-top: 20PX !important;
  margin-bottom: 20PX !important;
}

.trans {
  background-color: #0000004a;
  padding: 20px;
  border-radius: 20px;
}

.slider-trans{
  background-color: #0000005c;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
  

}


.tour-detail-form input,select,textarea{
  background-color: #f5f0ed !important;
}


@media (max-width: 575px) {
  /* .tour-custom{  width: 100%;  height: auto;}   */
  footer {
    margin-bottom: 40px;
  }

  .jaipurHeritageSection {
    padding: 40px 0;
  }

  footer {
    padding-top: 25px !important;
  }

  .tour-detail-custom H2 {
    width: 100% !important;
    font-size: 15px;
  }

  .faq-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .tour-detail-custom {
    max-width: 100%;
  }

  .faq-section {
    padding: 25px 0px;
  }

  .faq-question {
    padding: 10px 10px;
  }

  .t-p-s {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .custom-pack-btn {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .custom-pack-btn a {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .custom-flex {
    flex-direction: column;
  }

  .form-container {
    width: 100% !important;
    padding: 12px;
    margin-bottom: 15px;
  }

  input,
  select,
  textarea {
    padding: 5px 5px !important;
    font-size: 12px !important;
  }

  .form-group {
    margin-bottom: 8px;
  }

  .form-actions button {
    padding: 3px 20px;
    font-size: 13px;
  }

  .flex-h {
    margin-top: 14px !important;
    margin-bottom: -27px !important;
  }

  .tour-detail-custom P {
    font-size: 12px;
    width: 100% !important;
}

  .book-btn {
    font-size: 12px;
    padding: 6px 6px !important;
  }

  .hero-section {
    padding: 100px 0 75px !important;
}
.custom-rt5{
  padding: 10px 7px !important;
}
.email-margin-mobile{
  margin-top: 8px;
}

}


.red-star{
  color: red;
}

