@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&display=swap');


* { margin: 0;padding: 0; box-sizing: border-box;}
ol, ul {
    padding-left: 0;
}
img {  max-width: 100%;}
a,a:hover,a:focus,a:visited,a:active {  text-decoration: none;}
p,ul,li {  padding: 0;  margin: 0;}
p{  font-family: "Poppins", sans-serif;}
h1,h2,h3,h4,h5,h6,strong,small{   font-family: "Poppins", sans-serif;}
li,label,input,select,button,a,span , .countdown{ font-family: "Poppins", sans-serif !important;}
body {  background-color: #f8f9fa;  margin: 0;  padding: 0;}
html {  scroll-behavior: smooth;}




.sec-title{  font-size: 35px;    color: #000;}
.sec-subtitle {  color: #767676;  font-size: 16px;  font-weight: 500;}
.tab-btn .active{  background-color: #ff5d38 !important;}

.sec-bottom-btn {  display: inline-block;  padding: 10px 24px;  border: 2px solid #ff5d38;  color: #ff5d38;  font-size: 15px;  font-weight: 600;  text-decoration: none;
  border-radius: 30px;  transition: all 0.3s ease;  text-align: center !important;  margin-top: 25px;}
.sec-bottom-btn:hover {  background-color: #ff5d38;  color: #fff;}
/* header */

.offcanvas-title img {  width: 54px;}
.offcanvas{  width: 100% !important;}
header {  position: absolute;  left: 0;  right: 0;   z-index: 99;}
header .nav-link {  color: #000;  font-size: 16px;  font-weight: 500;  transition: .5s;  position: relative;  padding: 0px 0px !important;  /* text-transform: uppercase; */}
header .nav-link-d{  color: #000;  font-size: 16px;  font-weight: 500;  transition: .5s;  position: relative;  padding: 0px 0px !important;  /* text-transform: uppercase; */}

header .nav-link::after {  content: '';background-color: #000; width: 0%; height: 2px; position: absolute;  bottom: -5px;  left: 0;transition: .5s;}
header .nav-link:hover::after {  width: 100%;}

header .nav-link:hover,
header .nav-link:focus {  color: #000;}
header .navbar-nav {  gap: 28px;}
header .navbar-toggler {
  border: none;
  background: none;
  padding: 8px;
  outline: none;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

.menu-dots {
  display: grid;
  grid-template-columns: repeat(2, 8px); /* 2 columns */
  grid-gap: 6px;
}

.menu-dots span {
  width: 8px;
  height: 8px;
  background-color: #ff5d38; /* circle color */
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Hover effect (optional) */
.custom-toggler:hover .menu-dots span {
  background-color: #db4b1e;
  transform: scale(1.1);
}
header .navbar-brand {  width: 6%;}
header .navbar-nav {  position: relative;  align-items: center;}
.sticky {  left: 0;  right: 0;  z-index: 999;  position: fixed !important;  top: 0px;  animation: slideDown .5s ease-out; background-color: #fff;  box-shadow: 0 0 10px #00000021;
}
@keyframes slideDown {  from {    transform: translateY(-100%);  }

  to {    transform: translateY(10);  }
}
.whatsapp li a { display: inline-block; padding: 5px 20px; border-radius: 50px; transition: .5s;  color: #fff;  transition: .5s;  background: linear-gradient(180deg, #ef8741 0%, #ff5d38 100%);  border: 1px solid #ff5d38;}
.whatsapp li a:hover {  color: #000;  background: linear-gradient(180deg,  #ff5d38 0%, #ef8741 100%);}
/* Mobile specific (inside offcanvas) */
@media (max-width: 991px) {  .offcanvas-body .dropdown-menu { position: relative;  box-shadow: none;margin-top: 5px;  }
}

/* main hero css  */
#main-hero { position: relative; background-repeat: repeat; background-position: center; background-image: url(../images/banner/banner.png);  width: 100%;  height: 100%;  padding: 100px 0px;  overflow: hidden;}
#main-hero::before {  content: ""; position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: #21252936; z-index: 1;}
#main-hero>* {  position: relative;  z-index: 2;}
#main-hero .main-content {  width: 60%;  height: auto;  margin: 0px auto;  z-index: 1;  text-align: center;}
.main-content a {  display: inline-block;   text-decoration: none;  color: #fff;  background: #ff5d38;  padding: 5px 14px;  text-align: center;  margin: 0 auto;  border-radius: 10px;  font-size: 16px;  font-weight: bold;  color: #fff;}
#main-hero h1 {  margin: 15px 0px;  font-size: 50px;  text-align: center;  font-weight: 400;  color: #fff;}
#main-hero h1 span {  color: #ff5d38;  text-shadow: 12px 13px 15px #00000085;}
#main-hero h6 {  font-size: 20px;  text-align: center;  color: #fff;}
#main-hero p {  width: 74%;  font-size: 18px;  color: #fff;  margin: 25px auto; }
.search-box {  background-color: #fff;  border-radius: 15px !important;  padding: 10px !important;  margin: 20px auto;  width: 60%;  }
.search-box .form-label {  font-weight: 500;  font-size: 14px;}
.search-box .form-select,.search-box .form-control {  border-radius: 8px;  padding: 8px 10px;  font-size: 14px;  border: none; }
 .form-select option {  background-color: #e77f3b;   color: #fff;   border: none !important;}
 .form-select:focus {  outline: none;  box-shadow: 0 0 5px #ff5d38;}
.btn-search {  background: #ff5d38;   color: #fff;  border-radius: 50px;  padding: 10px 0;  font-size: 16px;  font-weight: 500;  transition: 0.3s;}
.btn-search:hover {  background: #fa6e4e;}
.input-box{  border-right: 2px solid #cbc2c2;}
.btn-search {  background: linear-gradient(180deg,  #ef8741 0%, #ff5d38 100%);  color: #fff;  border: none;  padding: 8px 8px;  font-weight: 500;  border-radius: 50px;  transition: 0.3s; width: 70%; text-align: center; margin: 0px auto;}
.btn-search:hover { background: linear-gradient(180deg, #ff5d38 0%, #ef8741 100%); opacity: 0.95;}

.tour-info {border-radius: 12px;  box-shadow: 0 4px 12px rgba(0,0,0,0.1);  max-width: 600px;  margin: auto;}
.top-icons .icon-item {  display: flex;  align-items: center;  gap: 5px;  font-size: 14px;  color: #fff;  font-weight: 500;}
.bottom-buttons .btn-quote {  background: linear-gradient(180deg,  #ef8741 0%, #ff5d38 100%);  color: #fff;  border: none;  padding: 10px 20px;  border-radius: 10px;}
.bottom-buttons .btn-view {  background: #fff; color: #ff5d38;  padding: 10px 20px;}
.bottom-buttons .btn-quote:hover {  opacity: 0.9;}
.bottom-buttons .btn-view:hover {  background: #ef8741;  color: #fff;}
.icon-item .text-info,.text-success{  color: #ff5d38 !important;}

/* icon slider css  */
.icon-slider {  padding: 40px 20px;  position: relative;  border-bottom: 1px solid #80808069;}
.s-icon-item {  text-align: center;}
.s-icon-item a {  background: #F2F2F2;  padding: 12px;  border-radius: 12px;  display: inline-block;}
.s-icon-item a img {  width: 22px;  height: 22px;}
.s-icon-item p {  font-size: 13px;  margin-top: 8px;}

/* Custom styled arrows */
.owl-nav button {  position: absolute;  top: 50%;  transform: translateY(-50%);  background: #333;  color: #fff;  width: 35px;  height: 35px;  border-radius: 50%;  border: none;  display: flex;  align-items: center;  justify-content: center;  font-size: 18px;  transition: all 0.3s;  z-index: 1000;}
.owl-nav .owl-prev {  left: -20px;}
.owl-nav .owl-next {  right: -20px;}
.owl-nav button:hover {  background: #ff6b6b;  color: #fff;}
/* Optional: smaller dots if you want */
.owl-dots {  margin-top: 15px;}
.owl-theme .owl-dots .owl-dot span {  width: 8px;  height: 8px;  background: #333;  opacity: 0.5;  transition: opacity 0.3s;}
.owl-theme .owl-dots .owl-dot.active span {  opacity: 1;}
/* explore css  */
#explore {  padding: 50px 30px;  background-color: #fff;  border-bottom: solid 1px rgb(218, 215, 215);}
#explore .ex-top{  display: flex;  justify-content: space-between;  list-style: none;  align-items: center;  margin-bottom: 40px;}
#explore .ex-top h2 {  font-size: 35px;  color: #000;}
.h2-color { color: #ff5d38; }
#explore .ex-top a {  color: #ff5d38;  font-weight: bold;}
.explore-card {  border: 1px solid #c7bcbc;  border-radius: 12px;  background: #fff;  overflow: hidden;  transition: 0.3s;  height: 100%;}
.explore-card:hover {  box-shadow: 0 6px 16px rgba(0,0,0,0.1);}
.img-wrapper {  position: relative;  flex: 0 0 50%;}
.img-wrapper img {  width: 100%;  height: 208px; border-top-left-radius: 12px;  border-bottom-left-radius: 12px;}

.heart {  position: absolute;  top: 8px;  left: 8px;  border: none;  background: #fff;  border-radius: 50%;  width: 30px;  height: 30px;  display: flex;  align-items: center;  justify-content: center;  font-size: 14px;  box-shadow: 0 2px 6px rgba(0,0,0,0.15);  cursor: pointer;}
.discount-badge { position: absolute; top: 8px; right: 0; background: #ffc107; color: #000;  font-size: 13px; font-weight: bold;  padding: 3px 8px;  border-radius: 0 12px 0 12px;}

.content-wrapper {  flex: 1;  padding: 15px;}
.title {  font-size: 20px;  font-weight: 600;  margin: 0; color: #000;}
.subtitle {font-size: 13px; color: #1e1d1d; margin-bottom: 5px;  font-weight: bold; margin-top: 5px;}
.info {  font-size: 12px;  color: #555;  margin-bottom: 10px;}
.includes {  display: flex;  gap: 10px;  padding: 0;  margin: 0 0 10px;  list-style: none;  flex-wrap: wrap;}
.includes li {  font-size: 12px;  color: #666;  display: flex;  align-items: center;  gap: 5px;}

.price-section {  display: flex;  align-items: center;  gap: 10px;  flex-wrap: wrap;}
.price-section a{  background-color: #ff5d38 ;  border: none;  color: #fff;  transition: all 0.3s;}
.price-section a:hover{  background-color: #e6dcdc ;  color: #000;}
.price {  color: #000;  font-weight: bold;}
.old-price {  text-decoration: line-through;  color: #888;  font-size: 13px;}

/* tour-package css*/
#tour-package{  padding: 60px 0px;}
.tour-card {    margin: 10px 0px;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 4px 12px rgba(0,0,0,0.1);  position: relative;  overflow: hidden;  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.tour-card .card-body a{  background-color: #ff5d38;  color: #fff;  transition: 0.3s;}
/* .tour-card a:hover{ background-color: #fff; border: 1px solid #ff5d38;  color:  #000;} */
.card-img-wrapper {  position: relative;}
.tour-card img {  height: 220px;  object-fit: cover;  width: 100%;}

/* Wishlist Heart Icon */
.wishlist-btn {  position: absolute;  top: 10px;  right: 10px;  border: none;  background: #fff;  border-radius: 50%;  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);  cursor: pointer;  height: 35px;  width: 35px;  text-align: center;  padding: 8px;}
.wishlist-btn i {  font-size: 20px;    color: #333;}
/* Price Styling */
.price {  font-weight: bold;  color: #000;  font-size: 14px;}
.price del {  color: #888;  font-size: 14px;  margin-left: 5px;}

/* Countdown */
.countdown {  font-size: 14px;  color: #dc3545;}

.card-body .badge {  position: absolute;  top: 211px;  right: 24px;  padding: 5px 7px;  background-color: #faf4f4;  color: #353739;  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);  font-size: 12px;}

/* Owl Carousel Arrows */
.owl-nav {  position: absolute;  top: 40%;  width: 100%;  display: flex;  justify-content: space-between;}
.owl-prev-icon, .owl-next-icon {  font-size: 30px;  background: #fff;  border-radius: 50%;  padding: 5px;  box-shadow: 0 2px 6px rgba(0,0,0,0.2);  cursor: pointer;  transition: 0.3s;}
.owl-prev-icon:hover, .owl-next-icon:hover {  background: #ff5d38;  color: #fff;}

 /* why choose css  */
 #why-choose{  padding: 60px 20PX;  background-color: #EDFEFF; }
 .why-item {  background-color: #f87f25c2;  border-radius: 10px;  padding: 10px; display: flex;  justify-content: space-between; }
 .why-item .icon {  background-color: #fff;  width: 20%;  height: 50px;  display: flex; justify-content: center;  align-items: center; border-radius: 10px;  padding: 5px;}
 .why-item .icon img {  width: 35px;  height: 35px;  margin: 0px auto;  align-items: center;}
 .why-content{  width: 75%; }
 .why-content h4{  font-size: 16px;  color: #fff;  margin-bottom: 0; }
 .why-content p{  font-size: 12px;  color: #fff; }
 .why-card-row{  margin-top: 20px;  row-gap: 20px; }

 .image-grid { display: grid;  grid-template-columns: 1fr 1fr;  gap: 15px;}
.image-grid .card {  border: none;  border-radius: 12px;  box-shadow: 0 4px 12px rgba(0,0,0,0.15);}
.image-grid .card img {  width: 100%;  height: 100%;  display: block;  object-fit: cover;}
.corner-box {  position: absolute; top: -25px;  right: 6px; background: #FFFFFFB5; padding: 8px 12px;  border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);  z-index: 10;  text-align: center;}
.corner-box span {  display: block;  font-size: 18px;  font-weight: bold;  color: #FF6D3C; }
.corner-box p {  margin: 0;  font-size: 16px;  color: #616161;}
.corner-box.bottom-left {  top: auto;  right: auto;  bottom: -18px;  left: 7px;}

/* gallery css  */

#gallery {padding: 50px 0px;}
#gallery img {  display: block;  max-width: 100%;  height: auto;}
.gallery-card {  position: relative;  border-radius: 12px;  overflow: hidden;}
.gallery-card img {  width: 100%;  height: auto;  display: block;  transition: transform .4s ease;}
.gallery-card:hover img {  transform: scale(1.1);}
.gallery-card .overlay { position: absolute;  inset: 0;  display: flex;  align-items: center;  justify-content: center;  background: rgba(0,0,0,0.5);  opacity: 0;  transition: opacity .3s ease;}
.gallery-card:hover .overlay {  opacity: 1;}
.gallery-card .btn {  font-size: 14px;  padding: 6px 14px;  border-radius: 30px;}
.tab-btn .btn:focus,.tab-btn .btn:active,.tab-btn .btn.active,.tab-btn .btn.show {  background-color: inherit !important;  color: inherit !important;  box-shadow: none !important;  outline: none !important;}
.tab-btn .btn{  background-color: #dee2e6;}
.tab-btn .btn.active {  background: linear-gradient(to right, #ff5d38, #db6c21);  color: #fff !important;  border: none !important;}

/* testimonials css  */
.testimonial-section { text-align: center; padding: 60px 20px; background: #fff;}
.testimonial-section .title {font-size: 28px; font-weight: bold; margin-bottom: 10px;}
.testimonial-section .title span {  color: #ff5d38; /* Travelers blue highlight */}
.testimonial-section .subtitle { font-size: 15px; color: #555; max-width: 600px; margin: 0 auto 40px;}
.testimonial-carousel .testimonial-item { background: linear-gradient(to bottom, #f36f0db8, #ff5d3852); padding: 25px 20px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);  text-align: center;  transition: transform 0.3s ease;}
.testimonial-carousel .testimonial-item:hover {  transform: translateY(-5px);}
.testimonial-carousel .avatar {  display: inline-block !important;  width: 60px !important;  height: 60px;  border-radius: 50%;  margin-bottom: 15px;  background-color: aliceblue;}
.testimonial-carousel .text {  font-size: 15px;  color: #444;  margin-bottom: 15px;}
.testimonial-carousel .name {  font-size: 16px;  font-weight: 700;  color: #000;  margin-bottom: 3px;}
.testimonial-carousel .role {  font-size: 14px;  color: #777;}

/* news letter css  */
.subscribe-section {  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  padding: 60px 20px;  background: linear-gradient(to bottom, #ff5d38, #db6c21);  color: #fff;}
.subscribe-section h2 {  font-size: 28px;  margin-bottom: 10px;}
.subscribe-section p {  font-size: 16px;  margin-bottom: 25px;  max-width: 500px;}
.subscribe-form {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 10px;  width: 100%;  max-width: 500px;}
.subscribe-form input[type="email"] {  flex: 1;  padding: 9px 15px;  border: none;  border-radius: 12px;  outline: none;  font-size: 16px;}
.subscribe-form button {  padding: 12px 25px;  border: none;  border-radius: 12px;  background: #fff;  color: #ff5d38; font-weight: bold; cursor: pointer;  transition: 0.3s;}
.subscribe-form button:hover { background: #ff5d38; color: #fff;}

/* footer  */
.site-footer {  position: relative;  background: url(../images/footer-bg.jpg) no-repeat center center/cover;}
.site-footer .footer-overlay {  background-color: rgb(0 0 0 / 28%);  width: 100%;  height: auto;}
.site-footer .f-logo{  max-width: 80px;}
.site-footer p,.site-footer a,.site-footer h5,.site-footer h6 {  color: #fff;}
.site-footer .site-footer a {text-decoration: none;  color: #ddd;  transition: color 0.3s;}
.site-footer .site-footer a:hover { color: #f39c12;}
.site-footer .footer-title {  font-weight: bold;  margin-bottom: 15px;}
.site-footer .social-icons a { display: inline-block;  width: 35px;  height: 35px;  margin-right: 10px;  text-align: center;  line-height: 35px;  background: #ff5d38;  border-radius: 50%;  color: #fff;  transition: all 0.3s;}
.site-footer .social-icons a:hover { background: #fff; color: #000;}
.site-footer .footer-bottom {  border-top: 1px solid rgba(255, 255, 255, 0.2);  padding: 10px 30px;}
.site-footer .fb-ul{  display: flex;  justify-content: space-between;}
.site-footer .footer-bottom a {  color: #fff;}
.site-footer .f-ul{  DISPLAY: flex;  list-style: none;  gap: 16px;}
.site-footer .payment-icons .pay-btn {  border: none;  background: #ff5d38;  border-radius: 8px;  padding: 6px 16px;  font-size: 14px;  font-weight: 600;  color: #fff;  transition: all 0.3s ease;  cursor: pointer;}
.site-footer .payment-icons .pay-btn:hover {  background: #fff;  color: #000;  transform: translateY(-2px);}
.site-footer .social-icons a i{  line-height: 2;}

/* about page css  */
.h1-color{  color: #ff5d38;}
.breadcrumb-section {  position: relative;  background: url('../images/footer-bg.jpg') center/cover no-repeat;  height: 350px;  display: flex;  align-items: center;  justify-content: center;  color: #fff;}
.breadcrumb-section .overlay {  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0; background: #db6c2191; }
.breadcrumb-content {  position: relative;  z-index: 1;  max-width: 700px;  margin: auto;}
.btn-our-story {  display: inline-block;  background: #ffffff80;  color: #fff;  padding: 8px 18px;  border-radius: 30px;  font-size: 14px;  font-weight: 600;  text-decoration: none;  transition: all 0.3s ease;}
.btn-our-story:hover {  background: #ff5d38;  color: #fff;}
.breadcrumb-heading {  font-size: 36px;  font-weight: 700;  margin: 15px 0 10px;}
.breadcrumb-text {  font-size: 16px;  line-height: 1.6;}

/* about secction  css  */
.about-section{  padding: 60px 0px;}
.about-section .about-content .about-title {  font-size: 32px;  font-weight: 700;  margin-bottom: 15px;}
.about-section .about-content .about-text {  font-size: 16px;  line-height: 1.6;  margin-bottom: 20px;}
.about-section .about-image { position: relative;  display: inline-block;}
.about-section .about-image img {  border-radius: 12px;}
.about-section .corner-box {  position: absolute;  background: #FFFFFFB5;  color: #fff;  padding: 12px 18px;  border-radius: 8px;  text-align: center;  min-width: 120px;}
.about-section .corner-box h4 {  margin: 0;  font-size: 20px;  font-weight: 700;  color: #FF6D3C;}
.about-section .corner-box p {  margin: 0;  font-size: 14px;}

/* Positions */
.about-section.corner-box.top-right {  top: -20px;  right: -9px;}
.about-section.corner-box.bottom-left {  bottom: -15px;  left: -9px;}

/* achivement css  */
#achievements{  padding: 60px 0px;}
#achievements .achievements-box { background: #ef874194; border-radius: 16px;}
#achievements h2 {  font-size: 24px;  font-weight: 700;}
#achievements .achievement-item h4 { font-size: 20px; font-weight: 700;  color: #ff5d38;  margin-bottom: 5px;}
#achievements.achievement-item p {  font-size: 14px;  color: #333;  margin: 0;}
#achievements .achievement-item .icon i {  font-size: 24px;  color: #fff;  background-color: #ff5d38;  padding: 25px 0px;  border-radius: 50%;  height: 50px;  width: 50px;  text-align: center;  line-height: 0px;}

/* core values css */
#core-values{  padding: 60px 0px;}
#core-values h2 {  font-size: 28px;  font-weight: 700;}
#core-values h2 span {  color: #ff5d38;}
#core-values p {  font-size: 15px;  color: #333;}
#core-values .value-card {  background: #f87f25c2;  border-radius: 12px;  padding: 20px;  text-align: left;  display: flex;  gap: 15px;  align-items: flex-start;  height: 100%;  transition: transform 0.3s ease, box-shadow 0.3s ease;}
#core-values .value-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 18px rgba(0,0,0,0.08);}
#core-values .value-card .icon {  font-size: 28px;  color: #ff5d38;  flex-shrink: 0;  background-color: #ffffffcf;  padding: 5px;  border-radius: 5px;}
#core-values .value-card h4 {font-size: 18px; font-weight: 600;  margin-bottom: 6px; color: #fff;}
#core-values .value-card p {  font-size: 14px;  margin: 0;  color: #fff;}

/* our team */
#our-team{  padding: 60px 0px;  background-color: #EBFBFC;}
#our-team h2 {  font-size: 28px;  font-weight: 700;}
#our-team h2 span {  color: #ff5d38;}
#our-team p {  font-size: 15px;  color: #333;}
#our-team .team-card {  background: #fff;  border-radius: 12px;  text-align: center;  height: 100%;  transition: transform 0.3s ease, box-shadow 0.3s ease;}
#our-team .team-card .img-box {  background-color: #ff5d38;  border-radius: 15px;}
#our-team .team-card:hover {  transform: translateY(-5px); box-shadow: 0 6px 18px rgba(0,0,0,0.08);}
#our-team .team-card img { border-radius: 12px; }
#our-team .team-content h5 {  font-size: 18px;  font-weight: 600;  margin-bottom: 5px;}
#our-team .team-content .designation {  font-size: 14px;  font-weight: 500;  color: #ff5d38;  margin-bottom: 10px;}
#our-team .team-content .desc {  font-size: 14px;  color: #444;  margin-bottom: 12px;}
#our-team .social-icons a {  display: inline-block;    margin: 0 6px;  color: #fff;  font-size: 16px; transition: color 0.3s; background-color: #ff5d38;  height: 30px;  width: 30px; text-align: center; padding: 7px 8px; line-height: 18px;   border-radius: 50%; margin-bottom: 10px;}
#our-team .social-icons a:hover { color: #ff5d38;}

/* contact page css  */
#contact-section{  padding: 60px 0px;}
#contact-section .form-card { border: 1px solid #c9c6c6; border-radius: 20px; background-color: #fff;}
#contact-section .form-control, #contact-section .form-select {  border-radius: 8px;  padding: 10px 12px;  border: none;  background-color: #F7F7F7;}
#contact-section button.btn { background-color: #ff5d38;  color: #fff;  font-weight: 500; padding: 10px; border-radius: 8px; transition: background 0.3s;}
#contact-section button.btn:hover {  background-color: #ff5d38;}
#contact-section .why-contact {  background-color: #ff5d38;  color: #fff; border-radius: 10px;}
#contact-section .why-contact i {  color: #fff;}
#contact-section form label {  font-size: 18px;  font-weight: bold;  margin-bottom: 8px;}
#contact-section .right-card{  border: 1px solid #c9c6c6;  border-radius: 20px;}
#contact-section .right-card h6 {  font-size: 20px;  margin-bottom: 16px;}
#contact-section .right-card p {  font-size: 20px;  margin-bottom: 10px;}

/* faq section  */
#faq-section{   padding: 60px 0px;}
#faq-section .accordion-button {  background: #f8f9fa;  font-weight: 500;  border-radius: 6px;}
#faq-section .accordion-item {  margin-bottom: 25px;  border: none;  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);  border-radius: 8px;  padding: 7px;}
#faq-section .accordion-button:not(.collapsed) {  color: #ff5d38;  background-color: #ed85405e;  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);}

/* tour page css  */
.btn-teal {  background-color: #ff5d38;  color: #fff;  border-radius: 8px;}
.btn-teal:hover {  background-color: #ff5d38;  color: #fff;}
.selected-filters .badge {
  font-size: 14px;  font-weight: 500;  background: #f8f9fa;  border-radius: 20px;  cursor: pointer;  transition: all 0.2s;}
.selected-filters .badge:hover {  background: #e2e6ea;}
.tour-fillter{  margin-bottom: 20px;}
.tour-card:hover {  transform: translateY(-8px);  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);}
/* Image zoom effect */.tour-card img {  transition: transform 0.4s ease;}
.tour-card:hover img {  transform: scale(1.05);}
.input-group {  width: 70%;  margin: 15px auto;}
.input-group .form-control:focus {  box-shadow: none;  border-color: #ff5d38;}
.input-group-text {  background: #fff;  border-radius: 50%;}
.input-group button{  border-radius: 0px 50px 50px 0px;  background-color: #ff5d38;  border: none;}
.input-group button:hover{  background-color: #ff5d38;}

/* why book my css  */
#why-book{  padding: 60px 0px;  background: #EDFEFF;}
.why-book-img-box {  background-color: #ff5d38;  width: 55px;  height: 55px;  border-radius: 50%;  align-items: center;  text-align: center;  margin: 10px auto;}
.why-book-img-box img {  width: 40px;  height: 40px;  padding: auto;  margin-top: 7px;}
#why-book h3{  font-size: 18px;}
#why-book p{  font-size: 15px;}

/* tour detail page css  */
#tour-detail{  padding: 60px 0px;  border-top: 1px solid #b3adad;}
.main-slider img {  border-radius: 15px;  height: 380px;  object-fit: cover;  width: 100%;}
.thumb-slider img {  border-radius: 10px;  height: 90px;  object-fit: cover;  cursor: pointer;  opacity: 0.7;  transition: all 0.3s ease;}
.thumb-slider .owl-item.current img,.thumb-slider img:hover {  border: 2px solid #ff5d38;  opacity: 1;}
.tour-info-card {  border-radius: 15px;  padding: 25px;  background: #fff;  box-shadow: 0px 5px 20px rgba(0,0,0,0.08);}
.tour-info-card h4 {  font-weight: 700;  margin-bottom: 10px;}
.tour-info-card h3 {  font-weight: 700;  color: #ff5d38;}
.tour-info-card del {  color: #999;  margin-left: 8px;}
.tour-info-card .badge { font-size: 12px;  padding: 5px 10px;  border-radius: 20px;}
.tour-info-card .btn {  border-radius: 10px;  padding: 12px;  font-weight: 600;}
.tour-info-card .btn-primary {  background: #ff5d38;  border: none;}
.tour-info-card .btn-outline-info {  border: 2px solid #ff5d38;  color: #ff5d38;}
.tour-info-card .btn-outline-info:hover { background: #ff5d38;  color: #fff;}
.qty-box {  display: flex;  align-items: center;  border: 1px solid #ddd;  border-radius: 5px;  overflow: hidden;  width: 15%;}
.qty-box input {  width: 100%;  border: none;  text-align: center;}
.qty-box button {  flex: 1;  border: none;}
.image-top-buttons{  position: absolute;  top: 11px;  left: 25px;  z-index: 1;}

/* tab scss  */
.custom-tabs{  display: flex;  justify-content: space-evenly;  background-color: #ff5d38;  margin-bottom: 20PX;  padding: 5PX;  border-radius: 20px;}
#tour-tab{  padding: 60px 0px;}
.custom-tabs .nav-link {  border: none;  color: #fff !important;  font-weight: 500;  padding: 10px 20px;}
.custom-tabs .nav-link.active {  background: #f98026;  color: #951f22  !important;  border-radius: 20px;}
#tourTabsContent{  border: 1px solid #d9cece;  border-radius: 20px;}
/* Timeline Itinerary */
.timeline {  border-left: 3px dashed #ff5d38;  margin-left: 20px;  padding-left: 20px;  margin-top: 25px;}
/* Review Avatar */
.avatar {  width: 40px;  height: 40px;  border-radius: 50%;  background: #ff5d38;  color: #fff;  display: flex;  align-items: center;
  justify-content: center;  font-weight: bold;}
.btn-teal {  background: #ff5d38;  color: #fff;}
.btn-teal:hover {  background: #ff5d38;}
.timeline-day {  position: relative;}
.day-circle {  position: absolute;  left: -53px;  top: 0;  background: linear-gradient(180deg, #ff5d38 0%, #ff5d38 100%);
  color: #fff;   border-radius: 50%;  padding: 18px 10px;  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);}
.day-card {  background: #f8f9fa;  border-radius: 10px;  padding: 30px;}
.day-card h5 {  margin-bottom: 10px;}
.arrivel-card {  background-color: #fc854c45;  padding: 25px;  border-radius: 20px;}
.arrivel-ul{  display: flex;  justify-content: space-between;  list-style-type: none;}
.arrivel-ul .badge{  background-color: #ff5d38;  padding: 5px;}
.arrivel-ul h5,h6{  color: #ff5d38;}
.daily-activities {  list-style: none;  padding-left: 0;  padding: 25px;  border: 1px solid #babdbf;  border-radius: 20px;  margin-top: 20px;  background-color: #fff;}

.daily-activities li {  margin-bottom: 5px;  font-size: 15px;}
.daily-item {  background: #F8F8F8;  border-radius: 8px;  transition: 0.3s;}
.icon-circle {  width: 40px;  height: 40px;  background: #f9dacb;  border-radius: 50%;  display: flex;  align-items: center;  justify-content: center;
  color: #ff5d38;  font-size: 18px;}

.time-badge {  background: #f4f4f4;  border-radius: 4px;  padding: 2px 8px;  font-size: 12px;  font-weight: 500;}
.info-box {  background: #f9f9f9;  border-radius: 10px;  padding: 15px;  font-size: 14px;  font-weight: 500;  border: 1px solid transparent;}
.blue-box {  border-color: #b3d4ff;  background: #ef874161;  color: #2a6edc;}
.green-box {  border-color: #a8e6cf;  background: #f0fff9;  color: #2d9d65;}
.purple-box {  border-color: #d8bfff;  background: #f9f4ff;  color: #7d3fc0;}
.small-badge {  display: inline-block;  background: white;  border: 1px solid currentColor;  border-radius: 6px;  padding: 2px 8px;  font-size: 12px;}
.travel-tip-box {  background: #fff8e1;  border-radius: 10px;  border-left: 4px solid #ff5d38;}
.tag { display: inline-block;  background: #f9d1b7;  color: #ff5d38;  border: 1px solid #f87f25c2;  border-radius: 15px;  padding: 3px 10px;    font-size: 12px;  margin-right: 5px;}
#tour-tab .accordion-button {  background: linear-gradient(135deg, #ff5d38, #f87f25c2);  color: #fff;  font-weight: 600;  padding: 12px 16px;  transition: all 0.3s ease;}
#tour-tab .accordion-button:not(.collapsed) {  background: linear-gradient(135deg, #ff5d38 #f87f25c2);  box-shadow: 0 4px 8px rgba(0,0,0,0.15);}
#tour-tab .accordion-button:hover {  background: linear-gradient(135deg, #ff5d38, #f87f25c2);}

/* incluson css */
#inclusion ul{margin-left: 10px;}
#review,#customize,#photos{  padding: 10px;}

/* Arrows Common Style */
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {  position: absolute;  top: 50%;  transform: translateY(-50%);  background: #ff5d38;   color: #fff;                /* Arrow icon color */
  border: none;  padding: 12px 16px;  border-radius: 50%;  font-size: 20px;  transition: all 0.3s ease;  z-index: 10;}
/* Left Arrow */
.owl-carousel .owl-nav button.owl-prev {  left: -15px;}
/* Right Arrow */
.owl-carousel .owl-nav button.owl-next {  right: -15px;}
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {  background: #ff5d38;   color: #fff;}
.owl-carousel .owl-nav button span {  font-size: 24px;  font-weight: bold;  line-height: 12px;}
.quickcontact {  width: 40px;  position: fixed;  bottom: 30px;  right: 15px;  z-index: 102;}

/* Modal Box */
.booking-box {  border-radius: 15px;  overflow: hidden;  box-shadow: 0 8px 25px rgba(0,0,0,0.25);  border: none;}
.booking-box .modal-header {  background: linear-gradient(135deg, #ff5d38, #f87f25c2);  color: #fff;  border: none;}
.booking-box .form-control,.booking-box .form-select {  border-radius: 10px;  padding: 10px;  border: 1px solid #ddd;  transition: 0.3s;}
.booking-box .form-control:focus,.booking-box .form-select:focus {  border-color: #ff5d38;  box-shadow: 0 0 8px rgba(67, 164, 177, 0.3);}
.booking-box .modal-btn {  border-radius: 25px;  font-size: 16px;  padding: 10px 25px;  background-color: #ff5d38;  color: #fff;  transition: all 0.3s;}
.booking-box .modal-btn:hover{  background-color: #dad8d8;  color: #000;}

/* Mega Dropdown */
.mega-dropdown .dropdown-menu { width: 500px;height: 280px; border-radius: 10px; border: none;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);}
/* Left Menu */
.left-menu {  border-right: 1px solid #eee;  max-height: 250px;  overflow-y: auto;  overflow-x: hidden;  padding-right: 5px;}
.left-menu ul li {  padding: 8px 15px;  cursor: pointer;  display: flex;  justify-content: space-between;  align-items: center;  transition: background 0.3s;}
.left-menu ul li:hover,.left-menu ul li.active {  background: #f0f8ff;  font-weight: 600;}
.left-menu .icon {  display: flex;  align-items: center;  gap: 20px;}
.left-menu .icon img {  width: 35px;  height: 35px;  padding: 4px;  border: solid 1px #c9bfbf;  border-radius: 5px;}
.left-menu .icon h6 {  margin-bottom: 0;}
/* Right Menu */
.right-menu {  padding: 15px;}
.right-menu .scrollable {  max-height: 200px;  overflow-y: auto;  overflow-x: hidden;  padding-right: 5px;}
.scrollable li i{  margin-right: 5px;}
.scrollable li {  padding: 8px 0;  cursor: pointer;  color: #000;  font-size: 13px;}
.scrollable li:hover {  color: #ff5d38;}.scrollable li a:hover {  color: #ff5d38;}
.submenu ul li a {  color: #000;}
/* Submenu */
.submenu {  display: none;}
.submenu.active {  display: block;  animation: fadeIn 0.4s ease;}
@keyframes fadeIn {  from { opacity: 0; transform: translateY(10px); }  to { opacity: 1; transform: translateY(0); }}
/* Scrollbar Styling (Chrome, Edge, Safari) */
.left-menu::-webkit-scrollbar,.right-menu .scrollable::-webkit-scrollbar {  width: 8px;}
.left-menu::-webkit-scrollbar-track,.right-menu .scrollable::-webkit-scrollbar-track {  background: #f1f1f1;  border-radius: 10px;}
.left-menu::-webkit-scrollbar-thumb,
.right-menu .scrollable::-webkit-scrollbar-thumb {  background: linear-gradient(180deg, #97eaee, #ff5d38);  border-radius: 10px;}
.left-menu::-webkit-scrollbar-thumb:hover,.right-menu .scrollable::-webkit-scrollbar-thumb:hover {  background: linear-gradient(180deg, #96e8ec, #ff5d38);
}
/* Firefox Scrollbar */
.left-menu,.right-menu .scrollable {  scrollbar-width: thin;  scrollbar-color: #ff5d38 #f1f1f1;}
/* Dropdown arrow */
.custom-dropdown::after {  content: "›";  display: inline-block;  margin-left: 4px;  transition: transform 0.3s ease;  font-size: 16px;  transform: rotate(90deg);}
.dropdown.show > .custom-dropdown::after {  transform: rotate(-90deg);}

/* cards button css */
.btn-gradient { display: inline-block;  padding: 8px 16px;  font-size: 15px;  font-weight: 600;   color: #fff;  background: linear-gradient(135deg, #ff5d38, #ef874194);   border: none;    border-radius: 6px;
    text-decoration: none; transition: all 0.3s ease;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}
.btn-gradient:hover { background: linear-gradient(135deg, #ef8741, #ff5d38); transform: translateY(-2px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}
/* Desktop Hover for Mega Menu */
@media (min-width: 992px) {  .mega-dropdown:hover .dropdown-menu {    display: block;  }
  .left-menu li:hover + .right-menu .submenu,  .left-menu li.active + .right-menu .submenu {    display: block;  }} #tour-tab .accordion-button::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");}

/* Tour Enquiry Modal CSS */
.tour-enquiry-box .form-control {  border-radius: 8px;  border: 1px solid #ddd;}
.tour-enquiry-box .form-label {  font-weight: 600;}
.tour-enquiry-box .modal-header { border-bottom: none;}
.tour-enquiry-box .modal-footer { border-top: none;}
.tour-enquiry-box .tour-header-gradient {  background: linear-gradient(to right, #ff5d38, #db6c21);}
.tour-submit-btn { background: linear-gradient(to right, #ff5d38, #db6c21);  color: #fff;  padding: 10px 20px;  border: none;  border-radius: 50px;  font-size: 16px; cursor: pointer;}
.tour-submit-btn:hover { opacity: 0.9;}
#enquiryBtn { display: inline-block; width: 100%;   padding: 12px 0;  background: linear-gradient(to right, #ff5d38, #db6c21);  color: #fff; text-align: center;
    text-decoration: none;  border-radius: 50px;   font-size: 16px;  font-weight: 600;  cursor: pointer;   transition: opacity 0.3s;}
#enquiryBtn:hover {   opacity: 0.9;}

/* contry code select css  */
.input-with-code{position: relative; width: 100%;}
.code-select{position: absolute; left: 8px;  top: 50%;  transform: translateY(-50%);  border: none;  background: transparent;  font-size: 14px;  outline: none;  cursor: pointer;}
.input-with-code .form-control{ padding-left: 60px !important;}
 

/* custom css  */
.arrivel-card h6 {
    font-size: 13px;
    color: #951f1d;
    margin-bottom: 15px;
}
.arrivel-card p{
  text-align: justify;
  font-size: 14px;
}

.highlits-cont ul{
  margin-left: 28px;
}
.highlits-cont ul li p {
    font-size: 15px;
    margin-bottom: 7px;
}


.cus-accordian button {
    padding: 8px 8px !important;
    background-color: transparent !important;
    background: linear-gradient(135deg, #f9dacb, #f9dacb) !important;
    color: #951f1d !important;
    border: 2px solid #951f1d;

}
.cus-accordian{
  margin-top: 15px;
}

.cus-accordian .accordion-button::after {
  background-image: url("../images/down-arrow.png") !important;
  background-size: contain;      
  background-repeat: no-repeat; 
  background-position: center;   
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0;                
  content: "" !important;        
  transform: none !important;   
}
.cus-accordian .accordion-body{
  background-color: #f9dacb;
  border-left: 2px solid #951f1d;  
  border-right: 2px solid #951f1d; 
  border-bottom: 2px solid #951f1d; 
  border-radius: 0px 0px 5px 5px;          
      
}
.cus-accordian .accordion-body ul{
  margin-left: 20px;
}
.cus-accordian .accordion-body ul li{
  font-size: 14px;
}

.mobile-day-badge{
  display: none;
}

.offcanvas-header .btn-close {
  border: 1px solid #ff5d38;
}