@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.header_info {
  display: flex;
  align-items: center;
}

.header_info div {
  display: flex;
  align-items: center;
}

.header_info p {
  margin-bottom: 0;
  margin-right: 15px;
  font-family: lato;
}

.header_info i {
  padding-right: 10px;
}

.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_header {
  height: 45px;
  display: flex;
  flex-direction: column;
  padding: 0 70px;
  justify-content: center;
}

.socials_icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.socials_icons li {
  list-style: none;
  font-family: lato;
}

.socials_icons li a i {
  font-size: 18px;
  color: black;
  padding: 5px 6px;
  border: 1px solid black;
  border-radius: 35px;
}

.humburger_menu {
  display: none;
}

.navbar {
  /* height: 80px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  background: #000;
  box-shadow: 5px 10px 8px -11px #dad8d8;
  position: relative;
  /* z-index: 1; */
}

.nav-list {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 0;
}

.nav-list li {
  list-style: none;
}

.nav-list li a {
  color: white;
  font-size: 17px;
  font-family: lato;
  font-weight: 600;
  text-decoration: none;
}

.nav-list li a:hover {
  color: #bf9b30;
}

/* Hide submenu initially */
.submenu {
  display: none;
  position: absolute;
  background-color: white;
  /* padding: 10px 0; */
  padding-left: 0;
  list-style: none;
  top: 100%;
  left: -10%;
  min-width: 148px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.has-submenu {
  position: relative;
}

/* Show submenu on hover */
.has-submenu:hover .submenu {
  display: block;
}

.has-submenu a i {
  padding-left: 3px;
}

/* Optional Styling */
.submenu li a {
  display: block;
  padding: 6px 12px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
}

.submenu li a:hover {
  color: white;
  background-color: #bf9b30;
}

.enquiry_btn {
  color: white;
  border: none;
  font-weight: 600;
  background-color: #bf9b30;
  padding: 7px 14px;
  font-family: lato;
  display: block;
  /* border-radius: 10px; */
}

.enquiry_btn a {
  text-decoration: none;
  color: white;
}

.enquiry_btn:hover {
  color: white !important;
}

.card_btn {
  text-align: center;
}

.tour_btn {
  /* width: 100%; */
  font-size: 16px;
  border: none;
  padding: 10px 20px;
  /* border-radius: 5px; */
  background-color: #bf9b30;
  color: #000;
  /* margin: 0 6px; */
}

.tour_btn a {
  text-decoration: none;
  color: white;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #bf9b30;
  margin: auto;
  padding: 30px;
  border-radius: 15px;
  width: 550px;
  position: relative;
}

.model_head {
  text-align: center;
}

.modal-content h2 {
  color: white;
}

.modal-content p {
  color: #fff;
}

.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.banner {
  position: relative;
  height: 90vh;
}

.banner_slider {
  height: 90vh;
}

.banner_img {
  height: 100%;
  width: 100%;
}

.banner_img img {
  height: 100%;
  width: 100%;
}

.section_space {
  height: 5px;
  background-color: #fff;
}

/* about */

.about_banner {
  position: relative;
}

.about_page_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* or a specific height like 100vh */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* horizontal centering */
  align-items: center;
  /* vertical centering */
  text-align: center;
  /* optional: center-align text */
}

.about_page_head h2 {
  color: #bf9b30;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.about_page_head p {
  color: #000;
  max-width: 800px;
  font-family: lato;
}

.about_sec {
  padding: 40px 0;
  background-color: #f9f9f9;
  /* background-color: black; */
}

.about_details {
  padding-left: 10px;
}

.aboutus_image img {
  height: 345px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
}

.about_details h2 {
  color: #bf9b30;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.about_details p {
  font-family: lato;
  color: #000;
  padding: 1px 0;
}

.banner_subheading h2 {
  color: #bf9b30;
  font-size: 60px;
  /* background-color: #00000047; */
}

.banner_subheading p {
  color: white;
  font-size: 25px;
  font-weight: 700;
}

/* fade slider start */

.fade-gallery-slider {
  height: 90vh;
  width: 100%;
  max-width: 600px;
  /* height: auto; */
  overflow: hidden;
}

.fade-gallery-img {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
  /* z-index: 1; */
}

.fade-gallery-img.active {
  opacity: 1;
  /* z-index: 1; */
}

/* fade slider end */

.tour_select select {
  border: none;
  padding-left: 10px;
  appearance: none;
}

.banner_input {
  position: absolute;
  /* display: flex; */
  /* align-items: center; */
  left: 20%;
  bottom: 15%;
  background-color: #fff;
  height: 170px;
  width: 800px;
  border-radius: 12px;
  padding: 20px;
  z-index: 1;
  border: 2px solid #bf9b30;
}

.banner_input input:focus {
  outline: none;
  border: none;
}

.banner_btn {
  position: absolute;
  right: 15px;
  font-size: 20px;
  border: none;
  /* top: 10px; */
  padding: 7px 45px;
  border-radius: 10px;
  background-color: #bf9b30;
  color: white;
  z-index: 999;
}

.tour_container {
  display: flex;
  align-items: center;
  /* flex-wrap: nowrap; */
  gap: 3%;
}

.tour_main_container {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.tour_box {
  border: 1px solid #bf9b30;
  border-radius: 10px;
  padding: 10px 30px 10px 10px;
}

.tour_select {
  position: relative;
  display: flex;
  padding-top: 10px;
  align-items: center;
}

.tour_select .fa-angle-down {
  pointer-events: none;
  position: absolute;
  right: -20px;
  bottom: 6%;
  margin-left: 10px;
}

.tour_select i {
  color: #bf9b30;
}

.tour_button button {
  padding: 5px 20px;
  border: 0;
  background: #bf9b30;
  color: white;
  border-radius: 20px;
}

.travel_card_head {


  text-align: center;
  background-color: #000;
  margin-bottom: 20px;
  /* padding-left: 72px; */
}

.our_tour_services {
  display: block;
  text-align: center;
}


.card_box {
  position: relative;
  /* border: 1px solid #808080a8; */
  padding: 10px;
  border-radius: 25px;
  text-align: center;
  transition: transform 0.5s ease-in-out;
}

.card_box:hover {
  transform: scale(1.04);
}

/* .card_box:hover {
  opacity: 1;
  border-radius: 0;
  background-color: #bf9b3096;
} */

/* .card_box{
   transition: transform 0.5s ease-in-out;
 } */

.card_img {
  position: relative;
  height: 295px;
  /* background-color: #bf9b30; */
  z-index: -1;
}

.card_img img {
  height: 100%;
  object-fit: cover;
}

.btn_icon {
  /* color: #fff; */
  padding: 5px 12px;
  border: 1px solid #bf9b30;
  background: white;
  border-radius: 42px;
}

.btn_icon a i {
  color: #000;
}

.counter_card {
  padding: 0 2px;
  text-align: center;
  /* padding: 35px 15px; */
  /* border: 2px solid gold; */
  /* border-radius: 10px; */
  /* box-shadow: 0px 0px 9px 3px #8080806b; */
  /* box-shadow: 0px 0px 9px 1px #bf9b30; */
}

/* card */

.serrvice_section {
  padding: 40px 0;
}

.serrvice_section .container {
  padding: 0;
}

.card_div {
  /* box-shadow: 0 2px 5px #0003;
  border: 1px solid black; */
  border: 1px solid #e4d5d5cc;
}

/* .card_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
} */

/*  */

/* .card_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;  
} */



/*  */

.card_div_img>img {
  height: 235px;
  width: 100%;
  /* border-radius: 16px 16px 0 0; */
  object-fit: cover;
  border-radius: 5px;
}

.card_div_details {
  padding: 30px 20px 20px;
}

.card_div_details h2 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  /* text-align: center; */
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 5px;
  border-bottom: 2px solid #bf9b30;
  /* border-bottom: 2px solid #bf9b30; */
}

.card_div_details p {
  padding-top: 5px;
}

.card_div_details {
  font-size: 18px;
  text-align: left;
}

.card_div_img {
  position: relative;
  padding: 20px 20px 0 20px;
}

.ser_float {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 30px;
  height: 50px;
  width: 52px;
  border-radius: 35px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}

.ser_float img {
  width: 38px;
}

.service_icon {
  display: flex;
  gap: 10px;
  text-align: center;
  padding-top: 10px;
  justify-content: center;
  display: none;
}

.sicon_img img {
  height: 50px;
  width: 50px;
  border-radius: 30px;
  border: 1px solid grey;
  padding: 4px;
}

.sicon_img p {
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 10px;
}

.card_div {
  position: relative;
  background: linear-gradient(to right, #000 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.5s ease;
  color: #000;
  /* Text color before hover */
  /* padding: 20px; */
  /* border-radius: 8px; */
}

/* On hover: slide black background from left */
.card_div:hover {
  background-position: left bottom;
  color: #fff;
  /* Text turns white on black background */
}

.card_div:hover .card_div_details h2 {
  color: #bf9b30;
}

.card_div:hover .sicon_img img {
  filter: brightness(0) saturate(100%) invert(89%) sepia(93%) saturate(1000%) hue-rotate(180deg);
}

/* .bg_change {
  border: 2px solid gold;
  background-color: #000;
} */

/* .bg_change .counter_subhead h4 {
  color: #bf9b30;
}

.bg_change .counter_subhead p {
  color: #fff;
} */

.counter_sec {
  background-color: #c1c1c140;
}

.counter_img img {
  height: 60px;
}

.counter_section {
  padding: 40px 0;
}

.counter_subhead {
  padding-top: 25px;
}

.counter_subhead h4 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #bf9b30;
}

.counter_subhead p {
  font-family: lato;
  padding-top: 4px;
  margin-bottom: 2px;
}

.popular_img {
  position: relative;
}

.popular_img img {
  /* border-radius: 20px 20px 0px 0px; */
  height: 240px !important;
  object-fit: cover;
  width: 100%;
}

.img_circle {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 20px;
  height: 50px;
  width: 52px;
  border-radius: 35px;
  background-color: gold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_circle:hover {
  background-color: #fff;
}

.img_circle i {
  color: black;
  rotate: 45deg;
  font-size: 23px;
}

.second-section {
  padding: 40px 0;
}

.card_a {
  text-decoration: none;
}

.card_details {
  /* text-align: center;
  position: absolute;
  bottom: 25px;
  width: 90%; */
  padding-top: 15px;
}

.card_details h4 {
  text-align: center;
  color: #000;
  /* padding-bottom: 10px; */
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.card_details p {
  text-align: justify;
}

.input_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}

.input_box label {
  color: #fff;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}

.input_box input {
  height: 40px;
  padding: 2px 8px;
  border: none;
  box-shadow: none;
  border-radius: 10px;
}

.input_box input:focus,
textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  /* border: none; */
}

.input_box textarea {
  color: #757575;
  padding: 2px 8px;
  border: none;
  box-shadow: none;
  border-radius: 10px;
}

.submit_btn {
  text-align: center;
  margin-top: 10px;
}

.submit_btn button {
  width: 100%;
  color: black;
  border: none;
  font-weight: 600;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 18px;
}

/* .travel_card {
  pointer-events: none;
} */

.card_btn {
  pointer-events: all;
}

.travel_card_head {
  padding-bottom: 10px;
}

.travel_card_head h2 {}

.travel_card_head p {
  font-family: lato;
  color: #fff;
  padding: 1px 0;
}

.card_details_tour {
  text-align: justify;
  padding: 30px 25px;
  background-color: #000;
}

.card_details_tour h4 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid gold;
}

.card_details_tour p {
  color: #fff;
  font-size: 16px;
  padding-top: 5px;
  font-family: lato;
  padding-bottom: 15px;
  text-align: justify;
}

.card_div_details p {
  font-family: lato;
}

.popular_box {
  /* border-radius: 16px; */
  /* box-shadow: 0 2px 5px #0003; */
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); */
}

.swiper {
  width: 100%;
  height: 100%;
}

.nav-list li {
  color: white;
  font-size: 17px;
  font-family: lato;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  /* display: block;
  width: 100%;
  height: 100%; */
  /* border-radius: 10px; */
  /* object-fit: cover; */
}

.popular_btn {
  color: white;
  border: none;
  font-weight: 400;
  background-color: #bf9b30;
  padding: 6px 18px;
  /* border-radius: 25px; */
  font-family: auto;
}

.popular_btn a {
  text-decoration: none;
  color: white;
}

/* testinomial */
.testinomial .swiper-slide {
  padding-top: 35px;
}

.test_head {
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
  color: #bf9b30;
}

.linecheck {
  content: "";
  /* top: 0; */
  bottom: 36px;
  height: 2px;
  left: 37%;
  width: 270px;
  background-color: #bf9b30;
  position: absolute;
}

.test_head h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.testinomial_box {
  position: relative;
  padding: 25px 20px;
}

.testinomail_slider {
  background: #f1f1f1;
  padding-bottom: 70px;
}

.testinomial_box {
  /* height: 300px; */
  /* width: 33.5%; */
  background-color: #efefef;
  border-radius: 10px;
  margin-left: 15px;
}

.tarvel_card_head {
  padding-bottom: 10px;
  /* padding: 50px 0 30px; */
  text-align: center;
}

.tarvel_card_head h2 {
  color: #bf9b30;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.tarvel_card_head p {
  font-family: lato;
  color: #000;
  padding: 1px 0;
}

.testinomial_head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testinomial_head h2 {
  color: #000;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */

  font-weight: 700;
  padding-bottom: 20px;
}

.testinomial_head h6 {
  font-size: 18px;
  font-weight: 700;
}

.testinomial_head img {
  width: 70px;
  background: white;
  border-radius: 35px;
}

.test_card {
  display: flex;
  align-items: center;
}

.test_card img {
  width: 42px;
  margin-right: 20px;
}

.testinomial_details {
  padding-top: 20px;
  text-align: justify;
}

.testinomial_details p {
  margin-bottom: 0;
}

.test_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.test_details h5 {
  text-align: center;
  color: #bf9b30;
  margin-bottom: 0;
}

.test_details p {
  margin-bottom: 0;
}

.test_pagination {
  font-size: 22px !important;
  bottom: 25% !important;
}

/* footer */

.mobile_footer {
  display: none;
}

.footer_list {}

.footer_list li {
  list-style: none;
}

.fab-container .btn:hover {
  transform: scale(1.1);
  transition: 0.3s ease;
}

.fab-container a {
  border-radius: 35px;
}

.fab-container a i {
  color: #fff;
  font-size: 22px;
  padding: 8px 4px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  /* padding: 12px 20px; */
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: floatPulse 2s ease-in-out infinite;
  z-index: 1000;
}

@keyframes floatPulse {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    /* Move up slightly */
  }
}

.bg_black {
  /* height: 250px; */
  background-color: #000;
  border-bottom: 1px solid grey;
}

.newsletter_container {
  display: flex;
  align-items: center;
  padding: 40px 0px;
  justify-content: space-between;
}

.newsletter_email {
  position: relative;
}

.newsletter_email input {
  height: 50px;
  width: 120px;
  border: none;
}

.newsletter_email input:focus {
  outline: none;
  border: none;
}

.newsletter_email button {
  position: absolute;
}

.newsletter_details h2 {
  font-size: 26px;
  color: white;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
}

.newsletter_details p {
  font-size: 18px;
  color: white;
  font-family: lato;
}

.newsletter_email {
  position: relative;
}

.newsletter_email input {
  height: 60px;
  width: 400px;
  border: none;
  font-size: 18px;
  padding-left: 15px;
  border-radius: 35px;
  /* position: absolute; */
}

.newsletter_email button {
  position: absolute;
  top: 8.5px;
  right: 12px;
  font-size: px;
  padding: 10px 30px;
  color: white;
  background: #bf9b30;
  border-radius: 35px;
  border: none;
}

/* blog  */

.blog_section {
  /* padding-bottom: 40px; */
  /* height: 400px; */
  /* background-color: #000; */
}

.blog_container {
  padding: 20px 0 20px;
}

.blog_box {
  padding: 20px 25px 20px;
  text-align: center;
  /* border: 1px solid #000; */
  /* border: 2px solid #bf9b30; */
  border-radius: 6px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  /* box-shadow: 4px 4px 40px 6px rgba(0, 0, 5, 0.16); */
  box-shadow: 17px 7px 59px 17px rgba(0, 0, -6, 0.16);
}

/* .blog_box:hover{
  background-color: #bf9b30;
} */

.other_line_check {
  background-color: #bf9b30;
}

.blog_head {
  text-align: center;
  padding-bottom: 20px;
}

.blog_head h2 {
  color: #000;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.blog_head p {
  font-family: lato;
  color: #000;
  padding: 1px 0;
}

.blog_img img {
  height: 60px;
  /* width: 220px; */
  border: 35px;
  /* padding: 5px; */
  /* border-radius: 50%; */
  /* border: 1px solid grey; */
}

.blog_details {
  text-align: left;
  padding-left: 25px;
  padding-top: 16px;
}

.blog_details h4 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  color: #bf9b30;
}

.blog_details p {
  font-family: lato;
}

/* footer */

footer {
  background-color: black;
}

.footer_container {
  padding: 40px 0px 5px;
}

.footer_image {
  padding: 12px;
}

.footer_list li {
  font-family: lato;
  list-style: none;
  color: white;
}

.footer_list {
  padding-left: 0;
  text-align: start;
  margin-bottom: 0;
  padding-top: 125px;
}

.footer_list h5 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.footer_address {
  padding-left: 0;
}

.logo_p {
  color: #fff;
  font-family: lato;
}

.footer_address li {
  color: #fff;
  font-family: lato;
  padding-bottom: 10px;
  list-style: none;
}

.footer_address li a {
  color: #fff;
}

.footer_address li i {
  padding-right: 10px;
}

.footer_address li a {
  /* color: gray; */
  text-decoration: none;
}

.copyright {
  height: 50px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}

.copyright p {
  color: #fff;
  font-family: lato;
}

.social_icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social_icon li {
  color: #fff;
  list-style: none;
  font-family: lato;
}

.social_icon li a {
  color: #fff;
}

.social_icon li a i {
  font-size: 20px;
  padding: 8px;
  border: 1px solid white;
  border-radius: 35px;
}

.footer_inner {
  display: none;
  /* height: 100px;
  width: 100%;
  border: 1px solid white;
  border-radius: 15px; */
}

.banner_subheading {
  position: absolute;
  /* bottom: 45%; */
  top: 25%;
  left: 30%;
  transform: translate(-50%, 30px);
  color: white;
  text-align: justify;
  z-index: 2;
}

.booknow_btn {
  padding: 7px 38px;
  background: black;
  color: gold;
  border: 2px solid gold;
}

.image_slider {}

.image_slider img {
  height: 90vh;
  width: 100%;
}

.progress_container {
  position: absolute;
  bottom: 120px;
  height: 4px;
  left: 65px;
  width: 600px;
  background: white;
  z-index: 1;
  border-radius: 20px;
  /* border: 1px solid red; */
}

/* Initial hidden state */
.banner_subheading h2,
.banner_subheading p {
  opacity: 0;
  transform: translateX(0);
  transition: all 1s ease;
}

/* Animate from left */
.banner_subheading h2.animate-left {
  opacity: 1;
  transform: translateX(0);
  animation: slideInLeft 1s forwards;
}

/* Animate from right */
.banner_subheading p.animate-right {
  opacity: 1;
  transform: translateX(0);
  animation: slideInRight 1s forwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #ffc107;
  transition: width 5s linear;
}

.banner_timer {
  position: absolute;
  bottom: 40px;
  right: 20px;
  font-size: 18px;
  color: white;
  background-color: transparent;
  padding: 9px 14px;
  border-radius: 36px;
  z-index: 20;
  color: white;
  border: 2px solid black;
}

.fade-image {
  opacity: 0;
  /* transform: scale(2); */
  transition: opacity 0.7s ease-in-out;
}

.fade-in {
  opacity: 1;
  position: relative;
  z-index: 0;
  /* transform: scale(2); */
}

.testimonials {
  padding: 40px 0;
  background: #f1f1f1;
  color: #000;
  text-align: center;
  border-radius: 20px;
  margin-right: 25px;
}

.testinommial_slider p {
  color: #000 !important;
  font-size: 16px;
}

.testimonial-inner {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border {
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

/* .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} */

.col {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}

.testinomial_sec {
  padding: 40px 0;
  /* background-color: #c1c1c1; */
  background-color: #dadfe4;
}

.testimonial {
  /* background: #fff; */
  /* padding: 30px; */
  /* margin-right: 25px; */
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 17px;
}

.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testinomial_c_d {
  text-align: center;
  padding-top: 22px;
}

.testinommial_icon {
  text-align: center;
  padding-bottom: 20px;
}

.testinomial_c_d h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.testinomial_c_d p {
  color: grey;
  font-size: 18px;
  font-family: lato;
}

.read_btn {
  color: #000;
  text-align: center;
  padding-top: 5px;
  font-weight: 900;
  font-size: 16px;
}

.name {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars {
  color: #f0932b;
  margin-bottom: 20px;
}

/* @media screen and (max-width: 960px) {
  .col {
    flex: 100%;
    max-width: 80%;
  }
} */

/* .testinomail_slider */

/* body{
  font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  background-color:#222831 ;
  display: grid;
  place-items: center;
  height: 100vh;
  overflow: hidden;
  padding: 10px;
} */

.testinomial_card {
  display: flex;
  align-items: center;
  gap: 40px;
}

.testinomial_top {
  display: flex;
  gap: 15px;
  align-items: center;
}

.testinomial_top img {
  width: 115px;
}

.testinomial_top p {
  color: navy;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.testinomial_left {
  width: 40%;
  height: 450px;
  padding: 26px 35px;
  background-color: #fff;
}

.testimonial-container {
  width: 60%;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  /* margin: 20px auto; */
  /* padding: 50px 80px; */
  /* max-width: 768px; */
  position: relative;
}

.testinomial_bottom h3 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.testinomial_bottom p {
  padding-top: 15px;
  font-family: lato;
}

.fa-quote {
  color: #ffd369;
  font-size: 28px;
  position: absolute;
  top: 70px;
}

.fa-quote-right {
  left: 40px;
}

.fa-quote-left {
  right: 40px;
}

.testimonial {
  line-height: 1.7;
  text-align: justify;
  /* margin-bottom: 30px; */
  text-align: center;
  margin-bottom: 0;
  font-family: lato;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user .user-image {
  border-radius: 50%;
  border: 3px solid #ffd369;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: normal;
  margin: 10px 0;
}

.progress-bar {
  background-color: #ffd369;
  height: 4px;
  width: 100%;
  margin-bottom: 15px;
  animation: grow 10s linear infinite;
  transform-origin: left;
}

.testinommial_slider {
  padding: 60px 65px;
}

.testinomial_prev,
.testinomial_next {
  height: 50px !important;
  width: 50px !important;
  color: black;
  border: 1px solid black;
  border-radius: 25px;
  display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.testinomial_prev img,
.testinomial_next img {
  width: 35px;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

/* .swiper-wrapper {
  transition-timing-function: linear !important;
} */

/* About us  */

.about_banner {
  height: 50vh;
  width: 100%;
}

.about_banner img {
  height: 100%;
  width: 100%;
  /*object-fit: cover;*/
  object-position: bottom;
}

.about_us_section {
  padding: 30px 0;
}

.about_page_details {
  padding-right: 15px;
}

.about_page_img img {
  height: 180px;
  width: 265px;
  border-radius: 15px;
  margin-bottom: 8px;
  margin-right: 5px;
}

.about_page_details h2 {
  color: #000;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.about_page_details p {
  font-family: lato;
  /* font-weight: 700; */
}

.why_choose_us {
  text-align: center;
}

.why_choose_us h2 {
  color: #000;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.our_team {
  display: flex;
  align-items: center;
  gap: 20px;
}

.our_team_sec {
  background-color: #000;
  padding: 40px 0;
}

.our_team>div {
  /* width: calc((100% / 4)); */
}

.bg_team_black {
  background-color: black !important;
}

.our_team_heading {
  padding-bottom: 20px;
}

.about_wh_card {
  background: white;
  padding: 15px 20px;
  border: 1px solid white;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.about_wh_card:hover {
  box-shadow: 10px 10px #bf9b30;
}

.our_team_heading p {
  font-family: lato;
}

.choose_img img {
  height: auto;
  width: 65px;
}

.choose_details h4 {
  color: #bf9b30;
  /* font-size: 2.125rem; */
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  padding-top: 15px;
}

.choose_details p {
  font-family: lato;
}

.our_team_heading h2 {
  color: #bf9b30;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 10px;
}

.our_team_heading p {
  color: #fff;
  max-width: 900px;
}

.about_wh_card {
  border: 1px solid white;
}

.team_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team_img {
  height: 310px;
  width: 275px;
}

.team_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team_details {
  text-align: center;
}

.team_details h4 {
  color: #bf9b30;
  padding-top: 15px;
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.team_details p {
  font-size: 18px;
  color: white;
  font-family: lato;
}

/* mission */

.our_mv {
  padding: 40px 0;
}

.p_section {
  padding: 0;
}

.our_vision_details {
  padding: 40px 30px;
}

.mission_details {
  /* padding-top: 40px; */
  padding-right: 30px;
}

.mission_details h2 {
  color: #000;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.mission_details p {
  font-family: lato;
}

.our_vision_details h2 {
  color: #000;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.our_vision_details p {
  font-family: lato;
}

/* .bg_border{
  border: 1px solid black;
} */

.about_why_us {}

/* contact section */

/* .contact_wid {
  display: flex;
  justify-content: center;
} */

#bg-chack {
  background-color: black;

}

.contact_sec {
  /* background-color: #f9f5f0; */
  padding: 40px 0;
}

.contact_sec .container {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.contact_details {
  /* background: #f9f5f0; */
  /* background-color: #f1e6d8; */
  background-color: #f1e6d8a1;
  padding: 40px 45px;
  margin-left: 30px;
  /* border-radius: 15px; */
}

.contact_left {
  /* wi/ */
}

.contact_address {
  padding-bottom: 15px;
}

.contact_address h2 {
  color: #fff;
  margin-bottom: 4px;
}

.contact_address p {
  color: #fff;
  font-family: lato;
}

.contact_icon img {
  width: 55px;
  height: auto;
}

.contact_icon_det {
  padding-top: 15px;
  /* text-align: center; */
}

.contact_icon_det h4 {
  color: #bf9b30;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.contact_icon_det p {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-family: lato;
}

.contact_details_head h2 {
  color: #bf9b30;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.contact_details_head p {
  font-family: lato;
}

.contact-container {
  display: flex;
  /* flex-direction: column; */
  gap: 35px;
  align-items: center;
  padding-bottom: 22px;
  padding: 20px 200px 20px 0;
  border-bottom: 4px solid black;
}

.contact_address {
  text-align: center;
}

.contact_head {
  padding-bottom: 24px;
}

.contact_address h2 {
  color: #bf9b30;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 42px;
}

.contact_address p {
  color: #000;
  font-family: lato;
}

.contact_add_det {
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 35px; */
}

.contact_details_head {
  padding-bottom: 20px;
}

.contact_input input {
  height: 45px;
  width: 400px;
  margin-bottom: 15px;
  padding-left: 10px;
  background-color: transparent;
}

.contact_input textarea {
  padding-left: 10px;
  padding-top: 10px;
  background: transparent;
}

.contact_input textarea:focus {
  border: 1px solid grey;
  border-radius: 0;
}

.contact_btn {
  border: navajowhite;
  color: #fff;
  padding: 8px 20px;
  background-color: #bf9b30;
  font-size: 18px;
  margin-top: 12px;
  width: 100%;
}

.contact_left {
  /* padding: 40px 0 40px 0; */
}

.contact_button {
  text-align: end;
}

.contact_location iframe {
  display: flex;
  width: 100%;
  /* margin-top: 40px; */
}

.contact_social_icon {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-left: 0;
}

.contact_social_icon li {
  display: flex;
}

.contact_social_icon li a i {
  color: #000;
  font-size: 20px;
  padding: 8px;
  border: 1px solid black;
  border-radius: 35px;
}

/* tour packages */

.tour_banner_container {
  position: relative;
}

.tr_banner_img {}

.tr_banner_img {
  height: 90vh;
  width: 100%;
}

.tr_banner_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tour_sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tour_heading {
  text-align: center;
  padding-bottom: 20px;
}

.tour_heading h2 {
  color: #bf9b30;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.tour_heading p {
  font-family: lato;
}

.tr_banner_details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* or a specific height like 100vh */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* horizontal centering */
  align-items: center;
  /* vertical centering */
  text-align: center;
}

.tr_banner_details h2 {
  color: #bf9b30;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.tr_banner_details p {
  max-width: 800px;
  font-family: lato;
}

.tour_img {
  height: 245px;
  width: 100%;
}

.tour_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.tour_card {
  border: 1px solid grey;
  border-radius: 10px;
}

.tr_inner_details h2 {
  color: #000;
  /* color: #bf9b30; */
  /* font-size: 2.125rem; */
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
}

.tr_inner_details p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  font-family: lato;
  /* padding-bottom: 8px; */
}

.tr_inner_d i {
  color: #000;
}

.tr_inner_d p {
  color: #000;
  font-family: lato;
}

.tour_details {
  text-align: left;
}

.tr_inner_details {
  text-align: left;
}

.tr_inner_d {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tour_details {
  padding: 15px 15px;
}

.tr_inner_d p {
  margin-bottom: 0;
  font-size: 16px;
}

.tour_card_details {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-top: 20px;
}

.tr_package_btn button {
  padding: 7px 14px;
  border: none;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-family: lato;
}

.tr_package_btn button i {
  padding-left: 3px;
}

.tr_inner_details p span {
  font-size: 22px;
}

/* gallery  */

.gallery_sec {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: black;
}

.gallery_head {
  text-align: center;
  padding-bottom: 35px;
}

.gallery_head h2 {
  color: #bf9b30;
  font-size: 2.125rem;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 700;
}

.gallery_head p {
  color: #fff;
  font-family: lato;
}

.gallery_grid {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.galler_card {
  height: 230px;
  width: 200px;
  /* border: 1px solid black; */
  border-radius: 15px;
}

.galler_card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  /* overflow: hidden; */
}

.second_gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.third_gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.g_height {
  height: 480px;
}

.gallery_secs {
  padding: 40px 0;
}

.exp_circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.exp_circle_bg {
  font-weight: 500;
  text-transform: uppercase;
}

.exp_count {
  font-size: 45px;
  font-weight: 700;
}

.exp_counter {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* .exp_circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: lightgreen;
  padding: 15px;
  margin: 20px;
} */

/* .exp_circle_bg{
  padding: 25px;
    background: #bf9b30;

} */
.exp_circle_bg {
  color: #000;
}

.gallery_sec {
  padding: 40px 0;
}

/* Move odd children to top row */

/* Image stack positioning */
.image-stack {
  position: relative;
  padding-top: 50px;
}

.image-1 {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.image-2 {
  width: 60%;
  position: absolute;
  top: 100px;
  left: 80px;
  border-radius: 10px;
}

.image-3 {
  width: 70%;
  position: absolute;
  top: 220px;
  left: 20px;
  border-radius: 10px;
}

/* Highlight stats box */
.stats-box {
  position: absolute;
  top: 130px;
  left: 150px;
  background-color: #ff5200;
  padding: 20px 25px;
  border-radius: 8px;
  text-align: center;
  z-index: 10;
}

/* Custom color */
.text-orange {
  color: #ff5200;
}

.btn-orange {
  background-color: #ff5200;
  color: white;
  border: none;
  border-radius: 30px;
}

.btn-orange:hover {
  background-color: #e14700;
  color: white;
}

.about-logistics::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 65px;
  height: 120px;
  transform: translateY(-50%);
  background-image: url(../assets/circle-bg.jpg) !important;
  background-size: cover;
}

.about-logistics::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  rotate: 180deg;
  width: 65px;
  height: 120px;
  transform: translateY(-50%);
  background-image: url(../assets/circle-bg.jpg) !important;
  background-size: cover;
}

.title-m {
  color: #bf9b30 !important;
  font-family: "Montserrat", sans-serif;
}

.chnge-p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  color: black;
}

.title-w {
  color: white !important;
}

p {
  font-family: "Montserrat", sans-serif;
}


.swiper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 40px;
  max-height: 540px;
}

.serviceSwiperCustom {
  max-height: 600px;
  overflow: hidden;
}

.swiper-slide {
  height: 100%;
}

.service_card_box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  max-height: 600px !important;
}

.service_card_box:hover {
  transform: translateY(-6px);
}

.service_card_img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.service_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service_card_icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  padding: 6px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_card_icon img {
  width: 24px;
  height: 24px;
}

.service_card_content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: black;
  max-height: 325px !important;
}

.service_card_content h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
}

.service_card_content p {
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.5;
  flex-grow: 1;
}

.service_card_features {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  gap: 10px;

  flex-wrap: wrap;
}

/* .s-400{
    filter: brightness(0) invert(1);
} */

.service_card_features div {
  text-align: center;
  flex: 1;
}

.service_card_features img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.service_card_features p {
  font-size: 10px;
  color: #ffffff;
}

.serviceSwiperCustom {

  overflow: hidden;
  z-index: 9999 !important;
}

.swiper-slide {
  height: 100%;
}


.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-card {
  background: #000000;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.profile-pic img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid #007BFF;
}

.contact-form h2 {
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
}

button[type="submit"] {
  margin-top: 10px;
  padding: 10px 25px;
  font-size: 1rem;
  background: #007BFF;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}

button[type="submit"]:hover {
  background: #0056b3;
}

#bg-c {
  background-color: black;
  padding: 20px;
  border-radius: 20px !important;

}


#bg-c h2 {
  color: white;
}

#bg-c p {
  color: white;
}

.guided-tours h2 {
  color: #b8860b;
}

.tour-card img {
  height: 250px;
  object-fit: cover;
  border-bottom: 3px solid #b8860b;
}

.tour-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.tour-card .card-body {
  background-color: black;

}

.tour-card .card-body p {
  color: white;


}

.tour-card .card-body h5 {
  color: white;

}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}

.train-search-modern input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(40%);
}

.train-search-modern input::placeholder {
  color: #999;
  font-weight: 500;
}

.footer_list  li a{
    text-decoration: none;
    color: white;
}

.about-logistics{
    margin-top: 4rem;
}



.about_banner {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust as needed */
    overflow: hidden;
}

.about_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about_page_head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.about_page_head h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

.car_box_img img{
    width: 100% !important;
    height: 300px !important;
}

.car_box_con{
    background: #000;
    padding: 0.5rem 0.8rem;
    height: 170px !important;
}




.car_box_con h3{
    color: white;
    font-size: 22px;
}
.car_box_con h5{
    color: white;
    font-size: 17px;
}

.car_box{
    margin-left: 10px;
}
.car_box_con h6{
    color: white;
    font-size: 15px;
}

.car_box_con span{
    color: white;
}

.btn_1{
     background: #bf9b30;
    padding-bottom: 0.5rem;
    background: #000;
 padding-left:0.8rem ;
 padding-bottom: 2rem;
}



.btn_1 a{
    background: #bf9b30;
    padding: 0.4rem 1.2rem;
    color: white;
    text-decoration: none;
}

.car_box_img img{
    height: 100%;
}

.testimonials_wrapper__content h2{
    text-align: center;
    padding-bottom: 1.5rem;
}


@media(max-width:576px){
.car_box_img img{
    width: 100% !important;
    height: 300px !important;
}

.car_box_con{
    background: #000;
    padding: 2rem 0.8rem;
    height: auto !important;
}

}

