input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill ,
  option:-webkit-autofill {
    background-color: transparent !important; /* Your desired background color */
    -webkit-box-shadow:none !important; /* Ensures full background color coverage */
    transition: background-color 5000s ease-in-out 0s; /* Prevents the color from resetting quickly */
    color: #000; /* Optional: Ensures the text color is visible */
}


::-moz-selection { /* Code for Firefox */
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

::selection {
  color: #ffffff;
  background: rgb(0, 0, 0);
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    /* scrollbar-color: #8f54a0 #ffffff; */
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 7px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
    
  }

  *::-webkit-scrollbar-thumb {
    background-color: #D9860B;
    /* border-radius: 10px; */
    /* border: 3px solid #ffffff; */
  }






html {
  scroll-behavior: smooth;
}
body {
  font-family: "Ubuntu", sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
}
nav .container-fluid {
  width: 90%;
}

p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}
.web-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 199;
  transition: all 0.3s;
  /* background-color: rgba(255, 255, 255, 0.61); */
  padding: 20px 0 !important;
}
@media (max-width: 992px) {
  .web-navbar {
    /* background-color: white; */
    opacity: 1;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 1000;
}
@media (max-width: 992px) { /* Bootstrap breakpoint for lg */
  .navbar {
    position: absolute !important;
    background-color: white !important;
  }
}

@media (max-width: 992px) {
  .web-navbar {
    background-color: transparent !important;
  }

  .navbar-collapse {
    /* background-color: transparent !important; */
    background-color: white !important;
  }

  .navbar-nav {
    background-color: transparent !important;
  }
}



.web-navbar.fixed-top {
  background-color: #04152cad;
  top: 0;
  padding: 10px 0;
}
.web-navbar.fixed-top .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
.web-navbar.fixed-top .navbar-brand img {
  max-height: 100px;
}
.web-navbar .nav-item .nav-link {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  /* font-weight: 500; */
  font-style: normal;
}
.web-navbar .get-in-touch {
  min-width: 122px;
  height: 42px;
  font-size: 15px;
  font-family: "Titillium Web";
  color: #fff;
  background-color: #AB5E27;
  border-radius: 21px;
  border: none;
  margin-top: -3px;
  outline: none;
  transition: .5s ease all;
}
.web-navbar .get-in-touch:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}

.web-navbar .navbar-nav .nav-link.active {
  color: white;
}
.web-navbar .nav-item .dropdown-item {
  font-size: 14px;
  text-transform: capitalize;
}
.navbar-toggler {
  color: #ffffff;
  padding: 2px !important;
  border-color: #fff;
}
.navbar-toggler-icon {
  color: #031a3b;
  font-size: 25px;
}
.egc-mega-menu ul {
  padding-left: 0;
}
.egc-mega-menu ul li {
  list-style: none;
}
.egc-mega-menu ul li a {
  color: #000;
  padding: 7px 25px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}
.egc-mega-menu ul li a:hover {
  background-color: #8da037;
  color: #fff;
}
.egc-mega-menu .dropdown-menu.mega-menu {
  top: 100%;
}
.dropdown-menu.mega-menu.services-menu {
  max-width: 340px;
  margin: auto;
  top: 99%;
}
li.nav-item {
  padding-left: 4px;
  padding-right: 4px;
}
li.nav-item .nav-link {
  position: relative;
  transition: all 2s;
}
/* li.nav-item .nav-link::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: auto;
  margin: auto;
  width: 0%;
  content: " ";
  opacity: 0;
  background: #04a9ff;
  height: 3px;
} */
li.nav-item .nav-link.show::before,
li.nav-item .nav-link.active::before {
  width: 100%;
  opacity: 1;
  right: 0;
}
li.nav-item .nav-link:hover::before {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 3px;
  }
  50% {
    width: 100%;
    height: 3px;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home-banner .container {
    flex-direction: column;
  }
  .web-navbar .nav-item .nav-link {
    color: #D9860B;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 200;
  }
}
.banner-2 {
  margin-top: -115px;
  position: relative;
  z-index: 1;

}



.banner-2 .rounder{
  width: 60px;
  height: 60px;
  background-color: #D9860B;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border: 5px solid #a56607;
  

}

.banner-2 .fa-plane-departure{
font-size: 20px;
}

.banner-2 .rounder2{
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border: 5px solid #ffffff;
  

}
.banner-2 .text{
  margin-left: 21px;
  margin-top: 10px;
}
.banner-2 .rounder2:hover{
  transition: .7s all;
  background-color: #D9860B;
  border: 5px solid #a56607;

}

.banner-2 .fa-cc-visa{
  font-size: 20px;
}


@media(max-width:992px){
  .banner-2 {
    /* margin-top: -115px; */
      margin-top: 0px;
  }
}

.banner-2 .jumbotron {
  position: relative;
  height: 100vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  color: white;
  /* text-align: center; */
  overflow: hidden;
  padding-top: 15%;
  margin-bottom: 0;
}


.banner-2 .jumbotron video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.banner-2 .jumbotron .container {
  /* position: relative; */
  z-index: 1;
  text-align: center;
}
.banner-2 .jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.338);
  z-index: 0;
}
.banner-2 .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  
  /* margin-top: 20% !important; */
}

@media(max-width:992px){
  .banner-2 .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 50% !important;
  }
}


.banner-2 .main-head .form-control {
  display: block;
  width: 100%;
 height: 60px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  outline: none;
  box-shadow: none;
  color-scheme: red;
  margin-top: 15px;
}


.banner-2 .main-head input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 1;
  filter: invert(0.8);
}

.banner-2 .main-head input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1
}

.banner-2 .main-head .form-control:focus {
  outline: none;
}

.banner-2 .main-head .form-control::placeholder {
 font-size: 20px;
  color: white;
}


.banner-2 .main-head .home-search{
  width: 170px;
  height: 60px;
  border: none;
  background-color: #D9860B ;
  color: white;
  font-size: 20px;
  margin-top: 15px;
  outline: none;
}





.banner-2 .main-head .single-item{
width: 70%;
height: 150px;
width: 80%;
margin: 0 auto;
margin-top: 20px;
background-color: rgba(0, 0, 0, 0.329);
}

@media(max-width:992px){
  .banner-2 .main-head .single-item{
    width: 70%;
    height: auto !important;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.329);
     
    }
}


.banner-2 .main-head .slider-card{
padding: 10px;

}

.banner-2 .main-head .slider-card .money-deals{
height: 50px;
border: 1px solid white; 
margin-top: 10px;
border-radius: 10px;
padding: 10px;
}

.banner-2 .main-head .slider-card .country-name{
text-align: left;
font-size: 20px;
color: white;
text-transform: uppercase;
}


.banner-2 .main-head .slider-card .country-price-name{
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  margin-right: 10px;
}


.banner-2 .main-head .slider-card .country-price{
  text-transform: uppercase;
  font-size: 20px;
  color: #D9860B;
  margin-right: 10px;
}






.banner-2 .autocomplete-list {
  position: absolute;
  z-index: 1;
  /* border: 1px solid #ffffff; */
  border-radius: 4px;
  max-height: 150px;
  overflow-y: auto;
  background-color: black;
  width: 94%;

}

.banner-2 .autocomplete-item {
  padding: 8px;
  cursor: pointer;
}

.banner-2 .autocomplete-item:hover {
  background-color: #D9860B;
  color: white;
}







.banner-strip-sec{
  padding-top: 60px;
  padding-bottom: 60px;
}


.banner-strip-sec .container-fluid{
  width: 90%;
}

.banner-strip-sec .container-fluid .count{
 font-size: 20px;
 font-weight: bold;
 color: #000;
}

.banner-strip-sec .container-fluid .name{
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
 }
 






.popupar-sec{
  background-color: #ededed;
  padding-top: 60px;
  padding-bottom: 100px;
}


.popupar-sec .sub-head{
  color: #D9860B;
  font-size: 35px;
  text-transform: uppercase;

}



.popupar-sec .main-head{
  text-transform: capitalize;
  font-size: 50px;
  color: black;
}


.popupar-sec .container-fluid{
  width: 90%;
}


.popupar-sec .main-card{
  margin-top: 40px;
  background-color: white;
  padding: 20px;
  transition: .5s all;
}


.popupar-sec .main-card:hover{
  
    box-shadow: 5px 5px 10px 5px #808080a3;
}





.popupar-sec .main-card .category{
  font-size: 20px;
  color: black;

}


.popupar-sec .card{
  border: none;
  margin-top: 10px;
}

.popupar-sec .card .fixed-height {
  height: 270px; /* Set your desired fixed height */
  width: 100%; /* Ensures the image takes the full width of the container */
  object-fit: cover; /* Ensures the image covers the entire height while maintaining aspect ratio */
  transition: transform 0.3s ease; /* Smooth transition for the hover effect */
}

.popupar-sec .card .img-hover-zoom:hover .fixed-height {
  transform: scale(1.1); /* Zooms in the image on hover */
}

.popupar-sec .card .img-hover-zoom {
  overflow: hidden; /* Ensures the zoomed image doesn't overflow out of the container */
}

.popupar-sec .main-card .card-body{
  padding: 0;
  margin-top: 30px;
}
.popupar-sec .main-card .card-body .inclu{
  height: 16px;
  background-color: #e7e7e7;
  width: 78px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  
}

.popupar-sec .main-card .card-body .custom-hr {
  color: black;
  border-top: 1px dashed rgba(0, 0, 0, 0.379);
  width: 100%; /* Ensures the hr takes the full width of the container */
  margin: 0; /* Removes default margins */
  margin-top: 8px;

}

.popupar-sec .main-card .card-body .text-icon{
  font-size: 10px;
}


  .popupar-sec .main-card .card-body .price{
    font-size: 30px;
    font-weight: 500;
    margin-top: -2px;
    color: #D9860B;
    
  }

  .popupar-sec .main-card .card-body .per-person{
    font-size: 13px;
    margin-top: -45px;
    margin-left: 6px;
    color: #8c8787;
  
  }

  .popupar-sec .main-card .card-body .more-details{
    text-transform: uppercase;
    min-width: 140px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #D9860B;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    color: #D9860B;
    transition: background-color 0.3s ease, color 0.3s ease; 
  }


  .popupar-sec .main-card .card-body .more-details:hover{
    background-color: #D9860B;
    color: white;
  }
  .popupar-sec .main-card .card-body .send-enquiry{
    text-transform: uppercase;
    min-width: 140px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #000000;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    color: #000000;
    transition: background-color 0.3s ease, color 0.3s ease; 

    
  }

  .popupar-sec .main-card .card-body .send-enquiry:hover{
    background-color: black;
    color: rgb(255, 255, 255);
  }


  .promo-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color:#D9860B ;
    
  }

  .promo-section .container{
    /* background-color: white; */

  }




  .promo-section .container .main-head{
    color: white;
    font-size: 25px;
    margin-left: 20px;
  }

  .promo-section .container .main-head .sub{
    font-size: 18px;
  }


  .promo-section .form-control:focus {
    color: #ffffff;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    /* border: none; */
    box-shadow: none;
    /* box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25); */
}

.promo-section .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    outline: none;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.promo-section .form-control::placeholder{
  color: white;
}


.promo-section .sign{
  width: 140px;
  border: none;
  background-color: white;
  box-shadow: none;
  outline: none;
  height: 45px;
  transition: background-color 0.3s ease, color 0.3s ease; 
  color: #000;
}

.promo-section .sign:hover{
  background-color: rgb(0, 0, 0);
  color: #ffffff;
}


.review-section{
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #ededed;

  }


  .review-section .main-head{
    font-size: 30px;

  }

  .review-section .sub-head{
    font-size: 16px;
    font-weight: 200;

  }


  .review-section .card{
    height: 300px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    transition: .5s all;

  }

  .review-section .card:hover{
    box-shadow: 5px 5px 10px 5px #808080a3;
  }

  .review-section .card .round{
    height: 50px;
    width: 50px;
    background-color: #D9860B;
    border-radius: 50%;
    margin-left: 30px;
    margin-top: -20px;
    
    text-align: center;
  }


  .review-section .card .round .fa-quote-left{
    font-size: 30px;
    margin-top: 10px;
  }

  .review-section .card .main-title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
  }

  .review-section .card .main-body{
    font-size: 16px;
    font-weight: 200;
    margin-top: 15px;
  }

  .review-section .card .round-shape{
    
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid #000; /* Add border */

  }

  .review-section .card .star{
    display: flex;
    font-size: 17px;
  }

  .review-section .card .name{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
  }

  .review-section .card .date{
    font-size: 15px;
    font-weight: 200;
    
  }


  .review-section .add-review{
    margin-top: 30px;
  }


  .review-section .add-review .add {
    width: 60px;
    height: 60px;
    text-align: center;
    border: none;
    color: white;
    font-size: 18px;
    outline: none;
    border-radius: 50%;
    background-color: #000;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Added transform transition */
    transform: scale(1); /* Initial scale */
}

.review-section .add-review .add:hover {
    background-color: #D9860B;
    transform: scale(1.1);
}

  footer{
background-color:#D9860B ;
padding-top: 70px;
padding-bottom: 80px;

  }

  footer .main-head{
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
  }

  footer .companies{
    margin-top: 30px;
  }

  footer .companies a{
    display: block;
    font-size: 17px;
    color: white;
    text-decoration: none;
    margin-top: 5px;
  }

  footer .communicate{
    margin-top: 30px;
  }

  footer .communicate .fa-phone{
    font-size: 18px;
    color: white;

  }

  footer .communicate .fa-location-dot{
    font-size: 18px;
    color: white;
  }

  footer .rounded {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    transition: .4s ease;
    cursor: pointer;
}

footer .rounded:hover {
  transition: .4s ease;
  background-color: black;
  color: white;
}





.product-details-section{
  background-color: #edeef2;
  padding-top: 20px;
  padding-bottom: 60px;

}


.product-details-section .container{
  background-color: white;
  padding: 30px;
}

.product-details-section .container .main-head{
  font-size: 30px;
  color: #000;

} 

.product-details-section .container .main-body{
  font-size: 18px;
  color: #000;
}

/* .product-details-section .container .main-image{
  border: 10px solid black;
  width: auto;
} */
.product-details-section .container .main-image img {
  border: 10px solid #edeef2;
  height: 426px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


/* .product-details-section .container .body-section{
display: block;
} */

.product-details-section .container .custom{
  border: none;
  font-size: 15px;
  min-width: 73px;
  height: 23px;
  outline: none;
  cursor:default;
  background-color: #D9860B ;
  color: white;
  text-transform: capitalize;
} 

.product-details-section .container .inclu {
  height: 18px;
  min-width: 78px;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 30px;
  padding-bottom: 10px;
  border: 1px solid #D9860B;
  color: #D9860B;
  background-color: white;
}


.product-details-section .available-sec{
  min-height: 94px;
  width: 100%;
  border: 1px solid #00000045;
  margin-top: 30px;
  box-shadow: 5px 5px 20px 3px #808080a3;
  position: relative;
  padding-bottom: 20px;

}


.product-details-section .available-sec .available-btn{
  font-size: 10px;
  min-width: 70px;
  height: 20px;
  border: none;
  margin-left: 20px;
  margin-top: -11px !important;
  outline: none;
  position: absolute;
}

.product-details-section .available-sec .date{
  font-size: 13px;
  border: none;
  min-height: 40px;
  min-width: 130px;
  color: white;
  background-color: black;
  margin-left: 20px;
  margin-top: 20px;
}


.product-details-section .available-sec .fa-calendar-days{
  color: white;
  font-size: 20px;
}

.product-details-section .price{
  font-size: 30px;
    font-weight: 500;
    margin-top: -2px;
    color: #D9860B;
}

.product-details-section .per-person {
  font-size: 13px;
  margin-top: -18px;
  color: #8c8787;
}

.product-details-section .book-now{
  width: 100%;
  height: 45px;
  outline: none;
  background-color: #D9860B;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease; 
  color: white;
  font-size: 20px;
  font-weight: bold;

}

.product-details-section .book-now:hover{
  color: #D9860B;
  border: 1px solid #D9860B;
  background-color: transparent;
}


.product-details-section .send-nquiry{
  width: 100%;
  height: 45px;
  outline: none;
  background-color: #000000;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease; 
  color: white;
  font-size: 20px;
  font-weight: bold;

}

.product-details-section .send-nquiry:hover{
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}


.tabs-section {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}

.tabs-section .tabs {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  justify-content: center; /* Center align buttons on mobile */
}

.tabs-section .tab-button {
  padding: 10px 40px;
  border: none;
  cursor: pointer;
  background-color: #ddd;
  margin-right: 5px;
  margin-bottom: 10px; /* Add margin to the bottom for spacing on wrap */
  font-size: 16px;
  transition: background-color 0.3s;
  outline: none;
  flex: 1 1 auto; /* Make buttons grow to fit the container */
  text-align: center;
  white-space: nowrap;
}

.tabs-section .tab-button.active {
  background-color: #D9860B;
  color: white;
}

.tabs-section .tab-content {
  display: none;
}

.tabs-section .tab-content.active {
  display: block;
}

.tabs-section .tab-button:hover {
  background-color: #D9860B;
  color: white;
}

/* Tablet view adjustments */
@media (max-width: 768px) {
  .tabs-section .tab-button {
      padding: 10px 30px; /* Adjust padding on tablets */
      font-size: 14px; /* Smaller font size */
  }
}

/* Mobile view adjustments */
@media (max-width: 480px) {
  .tabs-section .tabs {
      flex-direction: column; /* Stack buttons vertically */
      align-items: stretch; /* Make buttons full width */
  }

  .tabs-section .tab-button {
      padding: 10px 20px; /* Further adjust padding */
      font-size: 14px; /* Maintain readability */
      margin-right: 0; /* Remove right margin for full-width buttons */
      margin-bottom: 5px; /* Adjust spacing between buttons */
  }
}






.tabs-section .first-sec{

}

.tabs-section .first-sec .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: background-color 0.4s;
  position: relative;
  margin-top: 15px;
}

.tabs-section .first-sec .accordion .icon {
  position: absolute;
  right: 20px;
  font-size: 18px;
}

.tabs-section .first-sec .active, .accordion:hover {
  background-color: #D9860B;
  color: white;
}

.tabs-section .first-sec .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  background-color: white;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  opacity: 0;
}

.tabs-section .first-sec .panel.show {
  opacity: 1;
  max-height: 500px; /* Adjust to fit your content */
  padding-top: 15px;
  padding-bottom: 15px;
  color: black;
}

.tabs-section .first-sec .panel.show p{
  font-size: 18px;
}



.tabs-section .second-sec{

}

.tabs-section .second-sec .main-head{ 
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}


.tabs-section .second-sec .body{
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}


.tabs-section .second-sec .body .fa-star{
font-size: 15px;
margin-top: 3px !important;
color: #D9860B;

}

.tabs-section .third-sec{
  color: black;
  font-size: 17px;
  margin-top: 50px;
}


.hotel-sec{
  padding-top: 50px;
  /* padding-bottom: 50px;   */

background-color: #edeef2;
}


.hotel-sec .main-sec{
  background-color: #D9860B;
  padding-top: 20px;
  padding-bottom: 20px;
  
}
.hotel-sec .main-sec .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.hotel-sec .main-sec .round{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color:transparent;
  border: 1px solid white;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

@media(max-width:992px){
  .hotel-sec .main-sec .round{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
  }
}


.hotel-sec .main-sec .hotel{
  margin-left: 10px;
  font-size: 30px;
  color: white;
}


.hotels-section{
  padding-top: 78px;
  padding-bottom: 100px;
  background-color:#edeef2 ;
}

.hotels-section .main-card {
  margin-top: 40px;
  background-color: white;
  padding: 20px;
}

.hotels-section .card {
  border: none;
  margin-top: 10px;
}

.hotels-section .card .img-hover-zoom {
  overflow: hidden;
}

.hotels-section .card .img-hover-zoom:hover .fixed-height {
  transform: scale(1.1);
}

.hotels-section .card .fixed-height {
  height: 270px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hotels-section .card .card-body-text{
  margin-top: 20px;
}

.hotels-section .card .card-body-text .hotel-name{
color: black;
font-size: 18px;

}

.hotels-section .card .card-body-text .location-name{
font-size: 16px;
color: #000;
margin-left: 6px;
margin-top: -4px;

}

.hotels-section .card .card-body-text .star{
  font-size: 15px;
  display: flex;
  color: #D9860B;
}

.hotels-section .card .card-body-text .hotel-details{
 
  min-width: 140px;
  height: 40px;
  background-color: transparent;
  color: #D9860B;
  outline: none;
  font-size: 18px;
  border: 1px solid #D9860B;
  transition: background-color 0.3s ease, color 0.3s ease; 
  }


  .hotels-section .card .card-body-text .hotel-details:hover{
    background-color: #D9860B;
    color: white;
  }


  .travel-insurance{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:#edeef2 ;
  }

  .travel-insurance .main-card{
    min-height: 100px;
    background-color: white;
    box-shadow: 5px 5px 20px 3px #808080a3;
    margin-top: 35px;
    padding: 20px;
    transition: .5s all;
  }

  .travel-insurance .main-card:hover{
    box-shadow: 15px 15px 30px 13px #808080a3;
  }

  .travel-insurance .main-card .main-head{
    font-size: 20px;
    color: #000;
    width: 70%;
  }

  

  .travel-insurance .main-card .value{
    color: #D9860B;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
  }

  .travel-insurance .main-card .price{
    color: #D9860B;
    font-size: 36px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: -10px;
  }

  .travel-insurance .main-card .per-person{
    color: #000000a2;
    font-size: 14px;
    float: right;
    margin-top: -15px;
    
  }

  .travel-insurance .main-card .details{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

.travel-insurance .main-card .details button{
min-width: 140px;
height: 40px;
border: 1px solid #D9860B;
outline: none;
background-color: transparent;
color: #D9860B;
transition: background-color 0.3s ease, color 0.3s ease; 
}



.travel-insurance .main-card .details button:hover{
  background-color: #D9860B;
  color: white;
}


.form-section{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#edeef2 ;
}



@media(min-width:993px){
  .form-section .padding{
    padding: 0;
    }
}

@media(max-width:992px){
  .form-section .padding{
    padding-right: 0 !important;
    }
}


@media(min-width:993px){
  .form-section .padding-main{
    padding-left: 0 !important;
    padding-right: 13px;
    }
}

@media(max-width:992px){
  .form-section .padding-main{
    /* padding-right: 0 !important; */
    }
}

.select-option {
  overflow: visible;
}


/* .form-section  select{
  border: 1px solid rgba(0, 0, 0, 0.604);
background-color: transparent ;
outline: none;
height: 50px;
} */

.form-section select {
  border: 1px solid rgba(0, 0, 0, 0.604);
  background-color: transparent;
  outline: none;
  height: 50px;
  /* padding: 0 0px 0 15px;  */
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 20 20"><path fill="%23D9860B" d="M0 0h20l-10 10z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
  transition: all 0.3s ease; /* Smooth transition for select element */
  color: #0000009d;
}

.form-section select option {
  background-color: white; /* Option background color */
  color: black; /* Option text color */
}

.form-section select::-ms-expand {
  display: none; /* Hide default arrow in IE */
}

/* Smooth transition for dropdown display */
.form-section select:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form-section .name{
  border: 1px solid black;
  height: 50px;
}

.form-section label{
  color: #00000090;
}
.form-section  .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color:transparent;
  background-clip: padding-box;
  border: none;
  outline: none;
  /* border-radius: .25rem; */
  /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

.form-section .form-control:focus {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow:none;
}
.form-section .name .bi-person{
  color:rgba(0, 0, 0, 0.579);
  font-size: 20px;
  margin-top: 10px;
  margin-left: 10px;
}


.form-section .name .bi-envelope{
  color:rgba(0, 0, 0, 0.579);
  font-size: 20px;
  margin-top: 10px;
  margin-left: 10px; 
}

.form-section .name .bi-telephone {
  color: rgba(0, 0, 0, 0.579);
  font-size: 20px;
  margin-top: 10px;
  margin-left: 10px;
}


.form-section .name .bi-calendar {
  color: rgba(0, 0, 0, 0.579);
  font-size: 20px;
  margin-top: 10px;
  margin-left: 10px;
}

.form-section .button{
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-section .button .book-now{
  min-width: 140px;
  height: 50px;
  background-color: #D9860B;
  border: none;
  color: white;
  font-size: 16px;
  text-align: center;
  outline: none;
 transition: .7s all;

}

.form-section .button .book-now:hover{
  border: 1px solid #D9860B;
  background-color: transparent;
  color: #D9860B;
}












/* visa */

.visa-section {
background-position: center;
background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0 60px 0;
  /* min-height: 200px; */
  position: relative;
}





.visa-section .first-sec{
  padding: 10px;
  height: 100px;
  background-color: white;
  margin-top: 20px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.visa-section .form-control:focus {
  color: #000000;
  background-color: #fff;
  outline: none;
  
}
.visa-section .form-control {
  margin-top: 5px;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  outline: none;
  box-shadow: none;
}

.visa-section .apply-btn{
  height: 100px;
  width: 100%;
  border: none;
  background-color: #D9860B;
  outline: none;
  color: white;
  font-size: 25px;
  text-transform: capitalize;
  margin-top: 20px;
}

.visa-section .container{
  
}


.visa-section .sub-container{
  max-width: 85%;
  /* height: 100px; */
  margin: 0 auto;
}

.visa-section .sub-container .visa{
  display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* .visa-section .sub-container .fa-address-card{
  font-size: 50px;
  color: #D9860B;
  margin-top: 20px;
  transition: transform 0.3s ease; 

} 

.visa-section .sub-container .fa-address-card:hover{
  transform: scale(1.2); 

}  */

.visa-section .sub-container .like {
  font-size: 50px;
  color: #D9860B;
  margin-top: 20px;
  transition: transform 0.3s ease; 
}

.visa-section .sub-container .like:hover{
  transform: scale(1.2); 
}




.visa-section .sub-container .visa .body-text{
  color: white;
  line-height: 0px;
  margin-top: 30px;
  font-size: 17px;
  text-transform: uppercase;
}

/* .visa-section .sub-container .visa .line{
  line-height: 0px;
} */

@media(max-width:992px){
.visa-section .sub-container .visa .line{
  line-height: 26px !important;
}
}



.most-visa{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#edeef2 ;
}

.most-visa .main-head{
  font-size: 30px;
}



/* .most-visa .main-card{
  margin-top: 30px;
} */

.most-visa .c-name{
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-top: -18px;
}


.most-visa .main-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.most-visa .c-image {
  height: 100px;
  width: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.most-visa .c-image .img-fluid {
  height: 50px;
  width: auto;
  object-fit: cover;
}

.most-visa .second-sec{
  padding-left: 60px;
  padding-right: 30px;
  margin-top: 40px;
}

.most-visa .second-sec .round{
  width: 140px;
  height: 140px;
  background-color: #D9860B;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}


.most-visa .second-sec .round .font{
 
  color: white;
} 

.most-visa .second-sec .round .font .body{
  line-height: 21px;
  text-align: center;
  font-size: 20px;
} 

.most-visa .second-sec .round .font .text{
  line-height: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
} 













.style-nav ul,li{
  margin: 0;
  padding: 0;
}
.style-nav .main{
  position:absolute;
  z-index:1;
  
}

.style-nav .main li{
  list-style:none;
  background: transparent;
  width:100px;
  /* padding: 0px 5px; */
  font-size: 15px;
  /* border: 1px solid black; */
  height: 30px;
  /* line-height: 30px; */
  -webkit-transition: all .5s ease-in-out;
  
}

.style-nav .main li:nth-child(odd){
  
  -webkit-transform-origin: top;
  -webkit-transform: perspective(350px) rotateX(-90deg);
}

.style-nav .main li:nth-child(even){
   margin-top:-65px;
  -webkit-transform-origin: bottom;
  -webkit-transform: perspective(350px) rotateX(90deg);
}

/*.main {
  
  -webkit-transition: all .5s ease-in-out;
  -webkit-transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
}

.hov:hover .main {
  
  -webkit-transform-origin: top;
  -webkit-transform: perspective(350px) rotateX(0deg);
}*/

.style-nav .hov:hover li:nth-child(odd){
  -webkit-transform-origin: top;
  -webkit-transform: perspective(350px) rotateX(0deg);
  margin-top:0;
}

.style-nav .hov:hover li:nth-child(even){
  -webkit-transform-origin: bottom;
  -webkit-transform: perspective(350px) rotateX(0deg);
   margin-top:0;
}

.style-nav .main li:first-child{
  margin-top:0;
}

.style-nav .hov{
  position:relative;
  /* height: 40px;
  width:112px;
  background: transparent; */
  color: #D9860B;
  font-size: 13px;
  /* text-align: center; */
  /* line-height: 40px; */
  list-style:none;
  z-index:2;
  margin-top: 7px;
  margin-left: 0px;
  
}



@media(max-width:992px){
  .style-nav .hov{
    position:relative;
    /* height: 40px;
    width:112px;
    background: transparent; */
    color: #D9860B;
    font-size: 13px;
    /* text-align: center; */
    /* line-height: 40px; */
    list-style:none;
    z-index:2;
    margin-top: 7px;
    margin-left: 10px;
    
  }
  
}

.cke_notifications_area{
  display: none !important;
}


.whatsapp-float-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 60px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #0000000c;
 padding-top: 5px;
  z-index: 100;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Added transform transition */
  transform: scale(1); 

}


.whatsapp-float-icon:hover{
  transform: scale(1.1); 
}

.whatsapp-float-icon .bi-whatsapp {
  position: relative;
  color: rgb(255, 255, 255);
  z-index: 101;
  margin-top: 2px;
}


@media(max-width:992px){
  .whatsapp-float-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #0000000c;
   padding-top: 5px;
    z-index: 100;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Added transform transition */
    transform: scale(1); 
  
  }
  
}


.about-sabeel{
    /* background-color: rgb(237, 237, 237);
    padding-top: 60px;
    padding-bottom: 100px; */
    background-color: #D9860B;
}
  
.about-sabeel h1 span{
  color: #D9860B !important;
}


.about-sabeel .about-theme{
  
  /* padding-top: 50px;
  padding-bottom:50px; */
  /* color: white; */
  text-align: justify;
}

.about-sabeel   img{
   margin-top: 50px;
}






.service-sec{
  background-color: #ededed;
  padding-top: 60px;
  padding-bottom: 100px;
}


.service-sec .sub-head{
  color: #D9860B;
  font-size: 35px;
  text-transform: uppercase;

}



.service-sec .main-head{
  text-transform: capitalize;
  font-size: 50px;
  color: black;
}


.service-sec .container-fluid{
  width: 90%;
}


.service-sec .main-card{
  margin-top: 40px;
  background-color: white;
  padding: 20px;
  transition: .5s all;
}


.service-sec .main-card:hover{
  
    box-shadow: 5px 5px 10px 5px #808080a3;
}





.service-sec .main-card .category{
  font-size: 20px;
  color: black;

}


.service-sec .card{
  border: none;
  margin-top: 10px;
}

.service-sec .card .fixed-height {
  height: 270px; /* Set your desired fixed height */
  width: 100%; /* Ensures the image takes the full width of the container */
  object-fit: cover; /* Ensures the image covers the entire height while maintaining aspect ratio */
  transition: transform 0.3s ease; /* Smooth transition for the hover effect */
}

.service-sec .card .img-hover-zoom:hover .fixed-height {
  transform: scale(1.1); /* Zooms in the image on hover */
}

.service-sec .card .img-hover-zoom {
  overflow: hidden; /* Ensures the zoomed image doesn't overflow out of the container */
}

.service-sec .main-card .card-body{
  padding: 0;
  margin-top: 30px;
}
.service-sec .main-card .card-body .inclu{
  height: 16px;
  background-color: #e7e7e7;
  width: 78px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  
}

.service-sec .main-card .card-body .custom-hr {
  color: black;
  border-top: 1px dashed rgba(0, 0, 0, 0.379);
  width: 100%; /* Ensures the hr takes the full width of the container */
  margin: 0; /* Removes default margins */
  margin-top: 8px;

}

.service-sec .main-card .card-body .text-icon{
  font-size: 10px;
}


  .service-sec .main-card .card-body .price{
    font-size: 30px;
    font-weight: 500;
    margin-top: -2px;
    color: #D9860B;
    
  }

  .service-sec .main-card .card-body .per-person{
    font-size: 13px;
    margin-top: -45px;
    margin-left: 6px;
    color: #8c8787;
  
  }

  .service-sec .main-card .card-body .more-details{
    text-transform: uppercase;
     width:100% !important;
    height: 40px;
    font-size: 15px;
    border: 1px solid #D9860B;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    color: #D9860B;
    transition: background-color 0.3s ease, color 0.3s ease; 
  }


  .service-sec .main-card .card-body .more-details:hover{
    background-color: #D9860B;
    color: white;
  }
  .service-sec .main-card .card-body .send-enquiry{
    text-transform: uppercase;
     width:100% !important;
    height: 40px;
    font-size: 15px;
    border: 1px solid #000000;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    color: #000000;
    transition: background-color 0.3s ease, color 0.3s ease; 

    
  }

  .service-sec .main-card .card-body .send-enquiry:hover{
    background-color: black;
    color: rgb(255, 255, 255);
  }

@media(max-width:992px){
  .mobile-view{
    margin-top: 100px !important;
  }
}