/* Vacasky - Tour & Travel Agency HTML Template */

/* 
	
	font-family: 'Poppins', sans-serif;
	font-family: 'Oswald', sans-serif;
	
*/
/* Google Fonts  */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700;800&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");

@import url("bootstrap.css");
@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("sidebar.css");
@import url("icofont.css");
@import url("font-awesome.css");
@import url("flaticon_sky-flat.css");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery-ui.css");
@import url("preloader.css");
@import url("custom-animate.css");
@import url("magnific-popup.css");
@import url("odometer-theme-default.css");
@import url("select2.css");
@import url("flatpickr.css");
@import url("custom.css");
@import url("responsive.css");

.best-selling-text {
  padding: 50px 0 25px;
}

.best-selling-img h5 {
  padding: 15px 0px;
  font-size: 20px;
}

.best-selling-img img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  height: 210px;
}

.best-selling-img {
  margin: 0 20px 30px;
}

.best-selling-img img:hover {
  transform: scale(1.02);
}

.why-card-icon {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 16px;
  border: 2px solid #0000002e;
}

.why-card h5 {
  padding: 12px 0;
  font-size: 20px;
}

.why-card p {
  /* padding: 10px 0; */
  font-size: 15px;
}

.why-card {
  padding: 30px;
  background: white;
  border-radius: 20px;
  text-align: center;
  height: 321px;
  outline: 5px double grey;
  outline-offset: -15px;
  transition: all 0.5s ease;
}

.why-card:hover {
  outline: 5px double #eb1c24;
  transform: scale(1.02);
}

.why-card:hover .why-card-icon img {
  filter: invert(0);
}

.logo {
  width: 100px;
}

.why-card-icon img {
  filter: invert(10);
  transition: all 0.5s ease;
}

.packages-section {
  padding: 40px 0 20px;
}

.why-choose-us {
  /* background-image: url("../images/why-bg.jpg"); */
  background: linear-gradient(45deg, #eb1c24, #30569d);
}

.why-text {
  top: 0px !important;
  margin-bottom: 40px;
}

.logo-text {
  text-transform: uppercase;
  margin: auto 0;
}

.logo-text h3 {
  font-size: 20px;
  font-family: "emblema";
  transform: scaleY(1.7) scaleX(1.1);
  padding-left: 15px;
  font-weight: 600;
  padding-top: 3px;
  background: -webkit-linear-gradient(200deg, #173bec, #172b51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo {
  width: 400px;
  display: flex;
}

.logo-img a {
  width: 90px;
  padding-right: 10px;
}

.footer-logo img {
  width: 80px;
}

.footer-logo-text {
  color: white;
}

.top-header {
  background-color: rgb(0 1 58);
}

.top-contact ul {
  display: flex;
  padding: 5px 0px;
}

.top-contact ul li {
  padding: 0 10px;
}

.top-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.top-social ul {
  display: flex;
  padding: 5px 0px;
}

.top-social ul > li {
  padding: 0 10px;
  font-size: 15px;
  /* color: aliceblue; */
}

.top-social ul > li a {
  color: aliceblue;
}

.logo-text p {
  margin-bottom: 0px;
  text-align: start;
  font-size: 15px;
  font-weight: 600;
  font-family: "bebas";
  letter-spacing: 1.5px;
  /* font-style: italic; */
  color: #31579b;
  -webkit-text-stroke: 0.01px black;
  transform: skewX(-5deg);
}

.top-contact ul li {
  color: white;
  font-size: 13px;
  line-height: 1.25;
}

.quote-img {
  position: absolute;
  top: 47%;
  right: 12px;
  opacity: 0.1;
  transform: scale(0.8);
}

.testimonial-block_one {
  background-image: url("../images/testi-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  background-color: #ffffffba;
}

.main-footer {
  /* background-image: url("../images/footer-bg.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #00012c;
}

.footer-h2 {
  color: white;
  margin-bottom: 0px;
  padding-top: 18px;
}

.footer-ul li a {
  color: white;
}

.footer-ul {
  padding: 16px 0;
  display: flex;
  justify-content: left;
  gap: 0 40px;
  flex-wrap: wrap;
}

.footer-ul li {
  padding: 10px 0;
  list-style: none;
  margin-left: 10px;
}

.footer-social_box {
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.about-page {
  padding: 100px 0;
}

.about-home-head {
  font-size: 35px;
}

.contact-section {
  padding: 70px 0;
}

.contact-ul li {
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  background: #eb1c24;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.contact-info h2 {
  padding-bottom: 26px;
}

.contact-ul {
  margin-left: 25px;
}

.contact-info h4 {
  font-size: 25px;
}

.contact-form {
  box-shadow: 0px 2px 5px black;
  padding: 20px 35px;
  border-radius: 20px;
}

.contact-form h2 {
  font-size: 35px;
  padding-bottom: 20px;
  font-weight: 400;
}

.contact-input input {
  width: 100%;
  border: 1px solid black;
  padding: 14px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-textarea textarea {
  width: 100%;
  border: 1px solid black;
  padding: 9px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 100px;
}

.contact-btn button {
  padding: 15px 40px;
  background-color: #eb1c24;
  border-radius: 10px;
  color: white;
}

.package-section {
  padding: 80px 0;
}

.package-content h3 {
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  color: white;
}

.package-content {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
}

.package-box {
  position: relative;
  margin-bottom: 30px;
}

/* 

.package-box:hover .package-img img {
	transform: scale(1.02);
} */

.package-box:hover .package-overlay {
  opacity: 0.6;
  /* z-index: 0; */
}

.package-overlay {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: all 0.5s ease;
}

.package-img {
  overflow: hidden;
}

.package-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  /* border-radius: 10px; */
  transition: all 0.5s ease;
}

.details-img {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}

.details-img img:hover {
  transform: scale(1.02);
}

.details-img img {
  /* border-radius: 20px; */
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.big-img {
  padding: 0px !important;
}

.details-img2 {
  padding: 0px 0px 20px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.details-img2 img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.details-img2 img:hover {
  transform: scale(1.02);
}

.details-page {
  padding: 50px 0 10px;
}

.details-content h3 {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 27px;
}

.enquire-btn {
  background-color: #fea21b;
  border: none;
  padding: 10px 30px;
}

.details-price {
  padding-bottom: 20px;
}

.details-price h4 {
  font-size: 24px;
}

.info-text {
  padding-bottom: 30px;
}

.list-item {
  padding-bottom: 15px;
}

.list-item h5 {
  padding-bottom: 10px;
  font-size: 20px;
}

.list-item p {
  margin-left: 20px;
  font-size: 14px;
}

.extra-buttons button {
  padding: 10px 41px;
  border-radius: 10px;
  background-color: #fea21b;
  font-size: 17px;
  margin-right: 20px;
}

.extra-buttons {
  padding-bottom: 40px;
}

.extra-buttons button > a {
  color: white;
}

.package-content2 {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
}

.package-box2 {
  position: relative;
  margin-bottom: 30px;
}

.package-content2 h3 {
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  color: white;
}

.right-content {
  /* padding-left: 40px; */
  /* background-image: url("../images/get-bg.jpg"); */
  background-color: #4b008226;
}

.package-img2 {
  width: 100%;
  height: 230px;
}

.package-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.package-overlay2 {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 10px;
}

.info-text2 {
  padding: 35px 0 20px;
}

.info-list {
  padding-bottom: 26px;
}

.day-text {
  background-color: #172d64;
  color: white;
  padding: 0px 8px;
  border-radius: 5px;
}

.enquire {
  line-height: 60px;
  color: #fe1b1b;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 600;
}

.details-img-small {
  width: 100%;
  height: 263px;
  padding-bottom: 10px;
  overflow: hidden;
}

.details-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 20px; */
  transition: all 0.5s ease;
}

.details-img-small img:hover {
  transform: scale(1.02);
}

.details-content {
  padding: 40px 0px 0px;
}

.about-img-section {
  padding-right: 0px;
}

.top-contact ul li i {
  padding-right: 5px;
}

@font-face {
  font-family: "bebas";
  src: url("../fonts/bebas.ttf");
}

@font-face {
  font-family: "emblema";
  src: url("../fonts/emblema.ttf");
}

.ft-ql {
  padding-top: 0;
  font-size: 30px;
}

.footer-logo {
  text-align: center;
}

.footer-ul li i {
  padding: 5px;
  color: #eb1c24;
  background: white;
  border-radius: 100%;
  margin-right: 8px;
  font-size: 12px;
}

.ftr-o {
  display: flex;
  flex: 0 0 44%;
}

.ftr-a {
  display: flex;
  flex: 0 0 100%;
}

.car-rental-banner {
  background-color: #28477e;
  /* height: 320px !important; */
}

.car-rental-inner {
  top: 39px;
}

.car-rental-banner {
  padding: 40px;
  background: linear-gradient(45deg, #050f5b, transparent);
  border-radius: 20px;
}

.car-banner-text {
  margin-bottom: 30px !important;
}

.car-banner-text h2 {
  font-size: 30px !important;
  color: white;
}

.car-rental-info h2 {
  font-size: 80px;
  padding-bottom: 25px;
  color: white;
}

.car-rental-info p {
  font-size: 27px;
  /* padding-top: 10px; */
  font-weight: 600;
  color: white;
  background-color: #eb1c24;
  height: 50px;
  width: 258px;
  text-align: center;
  border-radius: 10px;
  padding-top: 12px;
  margin-top: 20px;
}

.hotel-box {
  padding: 15px 0px 15px 20px;
  background: #eb1c24;
  border-radius: 20px;
  color: white;
}

.hotel-box p {
  margin-bottom: 0px;
  font-size: 15px;
}

.hotel-box h5 {
  font-size: 20px;
  padding-bottom: 5px;
}

.hotel-text {
  padding-bottom: 20px;
}

.hotel-section {
  margin-bottom: 50px;
}

.detail-contact-form {
  margin: 40px 0;
  padding: 40px 50px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.281);
  background: #ffffffba;
}

@media only screen and (max-width: 500px) {
  .logo-img a {
    width: 53px;
    padding-right: 10px;
  }

  .logo-text h3 {
    font-size: 11px !important;
    padding-left: 8px !important;
  }

  .slide {
    height: 350px;
  }

  .banner-one.style-two .slide {
    padding: 60px 0px 70px;
  }

  .banner-one .owl-stage-outer {
    height: 350px;
  }

  .quality-one {
    padding: 50px 0px 30px;
  }

  .quality-one_text {
    margin-bottom: 15px !important;
  }

  .progress-one {
    padding: 10px 0px 10px !important;
  }

  .quality-one {
    padding: 30px 0px 40px !important;
  }

  .car-rental-banner {
    padding: 15px 13px !important;
  }

  .car-banner-text h2 {
    font-size: 17px !important;
  }

  .car-rental-info h2 {
    font-size: 26px !important;
    padding-bottom: 6px !important;
    padding-top: 7px !important;
  }

  .car-rental-info p {
    font-size: 10px !important;
    padding-top: 0px !important;
    height: 30px !important;
    width: 92px !important;
    padding-top: 4px !important;
    margin-top: 0px !important;
  }

  .car-banner-text {
    margin-bottom: -17px !important;
  }

  .quality-one_counter-box .counter-one_counter,
  .quality-one_counter-box .counter-one_counter-text {
    text-align: center !important;
  }

  .owl-carousel .owl-item img {
    height: 350px !important;
    object-fit: cover !important;
  }

  .vocation-one {
    padding: 0px 0px 40px !important;
  }

  .vocation-one_image {
    border-radius: 15px;
    height: 200px;
  }

  .vocation-one_heading {
    display: block;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .vocation-one_title {
    display: block;
    font-size: 15px;
  }

  .book-block_two-btn {
    padding: 10px 18px;
  }

  .vocation-one_content {
    top: 50px;
  }

  .testimonial-block_one {
    margin: 0px !important;
    padding: 17px !important;
  }

  .testimonial-one {
    padding: 24px 0px 30px !important;
  }

  .main-footer {
    padding: 35px 0px 10px !important;
  }

  .footer-social_box {
    padding-top: 0px !important;
    padding-bottom: 45px !important;
  }

  .footer-ul {
    justify-content: center !important;
  }

  .ftr-a {
    justify-content: center !important;
  }

  .q-links {
    display: block;
  }

  .logo {
    width: 270px !important;
  }

  .mr_menu_toggle .toggle_line {
    background: rgb(0 0 0) !important;
  }

  .top-contact ul li {
    font-size: 10px !important;
  }

  .details-content {
    padding: 20px 0px 0px;
  }

  .details-content h3 {
    font-size: 25px !important;
  }

  .hotel-box {
    padding: 10px 0px 10px 11px !important;
    border-radius: 10px !important;
    height: 90px !important;
  }

  .hotel-box h5 {
    font-size: 15px !important;
  }

  .hotel-box p {
    font-size: 13px !important;
  }

  .list-item h5 {
    line-height: 1.7 !important;
  }

  .page-banner {
    padding: 50px 0px 61px !important;
  }

  .gallery-five {
    padding: 50px 0px 50px !important;
  }

  .contact-form {
    box-shadow: 0px 2px 10px #0000006b !important;
    padding: 20px 35px;
    margin: 26px 0 !important;
  }

  .contact-section {
    padding: 35px 0;
  }

  .contact-info h2 {
    padding-bottom: 26px;
    padding-left: 25px;
  }
  
}

.about-btn button {
  padding: 15px 50px;
  border-radius: 20px;
  background-color: #173bec;
  color: white;
  transition: all 0.5s ease-in-out;
}

.about-btn button:hover {
  background-color: #050f5b;
}

.package-head {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}

.package-para {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 30px;
}

.package-card {
  text-align: center;
  padding: 10px;
  box-shadow: 0px 2px 10px #00000052;
  border-radius: 10px;
  height: 345px;
  margin-bottom: 30px;
  background-color: white;
}

.package-imgs {
  width: 100%;
  height: 270px;
  padding-bottom: 15px;
}

.package-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card h5 {
    font-size: 18px;
    line-height: 1.25;
}

.car-rental {
  padding: 55px 0 50px;
}

.package-section {
  /* background-color: bisque; */
}

.pack-by-section {
  background-image: url("../images/package-bg.jpg") !important;
}

.tab-panel {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 500px;
  display: flex;
  flex-direction: column;
}
.tab-button {
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border: none;
  cursor: default;
  border-radius: 8px;
  margin-bottom: 10px;
  flex: 0 0 auto;
}
.packages {
  margin-top: 0;
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
}
.package-item {
  background: linear-gradient(135deg, #f0f4f8, #ffffff);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}
.package-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.package-item a {
  text-decoration: none;
  color: #007bff;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.package-item a:hover {
  color: #ff4d4d;
}

.pack-by-section {
  padding: 50px 0;
  background: linear-gradient(3deg, #172e70, transparent, #172f7095);
}

.star-img {
  width: 120px !important;
  padding-top: 20px;
}

.home-contact-section {
  padding: 20px 0 50px;
}

.home-con-icon {
  padding: 10px;
  background: antiquewhite;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-con-input input {
  width: 100%;
  border: 1px solid #00000054;
  padding: 15px 12px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.home-con-input textarea {
  width: 100%;
  border: 1px solid #00000054;
  padding: 15px 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 100px;
}

.home-con-btn {
  text-align: center;
  border: 1px solid #ffffff;
  padding: 5px 43px;
  background-color: red;
  color: white;
  border-radius: 10px;
}

.home-con-btn a {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.home-contact-info h3 {
  font-weight: 500;
  padding-bottom: 10px;
  color: white;
}

.home-contact-info > p {
  padding-bottom: 20px;
  color: white;
}

.home-contact-icon {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
}

.home-contact-info {
  padding: 25px 40px 0px;
  background: #01034b;
  border-radius: 20px;
  height: 420px;
}

.get-in {
  padding-bottom: 40px;
  color: #514d4d;
}

.about-home-info {
  margin-left: 45px;
}

.home-con-phone {
  color: white;
}

/* fliter-section */

.search-container {
  background: linear-gradient(135deg, #ff6b6b, #ff8e53);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
  /* max-width: 800px; */
}

.search-container .form-control {
  padding: 15px;
  border: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-container .btn {
  padding: 15px;
  background-color: #ff4d4d;
  border: none;
  color: white;
  transition: background-color 0.3s;
}

.search-container .btn:hover {
  background-color: #e60000;
}

.search-container label {
  color: white;
  font-size: 18px;
  margin-right: 10px;
}

.search-text {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: white;
}

/* tour-items */

.tour-container {
  height: 292px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.373);
  padding: 15px;
  max-width: 800px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}
.tour-image {
  width: 100%;
  height: 262px;
  /* padding: 10px; */
}
.tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.tour-details {
  /* padding: 10px; */
  color: #333;
}
.tour-details h2 {
  color: #2a6fd6;
  font-size: 27px;
  font-weight: 600;
  padding-bottom: 5px;
}
.tour-details p {
  margin: 2px 0 8px;
  font-size: 14px;
}
.tour-icons {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.tour-icons img {
  width: 24px;
  height: 24px;
}
.tour-price {
  /* text-align: center; */
  /* padding: 10px; */
  color: #ff4d4d;
  padding-top: 5px;
  font-weight: bold;
}
.tour-price button {
  background-color: #2a6fd6;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
}
.tour-price button:hover {
  background-color: #1a5ed6;
}
.tour-price p {
  padding-bottom: 5px;
}
.tour-page-section {
  padding: 40px 0 60px;
}
.pack-by-text h1 {
  padding-bottom: 30px;
  padding-top: 10px;
  line-height: 1.3;
  font-size: 50px;
  background: -webkit-linear-gradient(#b80d0d, #33333385);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pack-by-text {
  text-align: center;
}

.pack-by-text p {
  font-size: 16px;
  line-height: 1.8;
}

.tour-container {
  display: none;
}
.tour-container.active {
  display: block;
}
.pagination {
  display: block;
  text-align: center;
  margin: 35px auto 0px;
}
.pagination button {
  background-color: #2a6fd6;
  color: white;
  border: none;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}
.pagination button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.similar-img {
  width: 100%;
  height: 100%;
}

.similar-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.similar-tour-item {
  padding-bottom: 20px;
}

.similar-tour {
  margin-top: 40px;
}

.similar-head-text {
  padding-bottom: 20px;
}

.similar-head-text h3 {
  font-weight: 400;
}

.similar-info h5 {
  padding-bottom: 5px;
  font-size: 18px;
}

.contact2-section {
  padding: 90px 0;
}

/* popup form */

.open-form-btn {
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.open-form-btn:hover {
  background-color: #45a049;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.form-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  width: 90%;
  max-width: 450px;
  /* max-height: 80vh; */
  overflow-y: auto;
  box-sizing: border-box;
}
.form-popup h2 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 1.5em;
}
.form-group {
  margin-bottom: 7px;
}
.form-group label {
  display: block;
  margin-bottom: 3px;
  font-size: 0.9em;
  font-weight: 600;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.9em;
}
.form-group textarea {
  resize: vertical;
  min-height: 60px;
}
.submit-btn {
  margin-top: 5px;
  width: 100%;
  padding: 10px;
  background-color: #0d27a9;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s;
}
.submit-btn:hover {
  background-color: #45a049;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
/* Mobile-specific styles */
@media (max-width: 600px) {
  .open-form-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .form-popup {
    padding: 15px;
    width: 95%;
    max-height: 85vh;
  }
  .form-popup h2 {
    font-size: 1.2em;
  }
  .form-group label {
    font-size: 0.85em;
  }
  .form-group input,
  .form-group textarea {
    padding: 6px;
    font-size: 0.85em;
  }
  .submit-btn {
    padding: 8px;
    font-size: 0.9em;
  }
  .close-btn {
    font-size: 18px;
  }
}

.service-section {
  padding: 60px 0 80px;
}

.service-info {
  border: 1px solid #0000002e;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
      height: 129px;
}

.service-info h4 {
  font-size: 26px;
  padding-bottom: 10px;
}

.service-img {
  width: 100%;
  height: 250px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.whatsapp-btn {
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  /* border: 1px solid black; */
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #2dad2d;
}

.whatsapp-logo {
  font-size: 30px;
  color: white;
}

.whatsapp-text h5 {
  color: white;
  font-size: 20px;
}


.tour-link {
  color: black;
}
.pic {
      width: 100%;
      height: 250px;
      object-fit: cover;
      margin-bottom: 25px;
}
.details-page img {
  height: 370px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}
.whatsapp-button {
    position: fixed;
    right: 25px;
    bottom: 100px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 1000;
    transition: background-color 0.3sease, transform 0.3sease;
}


@media screen and (max-width: 499px) {
      .package-card {
    padding: 10px 10px 20px;
    height: auto;
}

.star-img {
        height: 40px !important;
        object-fit: cover !important;
}
}
