@font-face {
  font-family:'Poppins';
  src: url('../fonts/Poppins-Medium.ttf');
}
:root{
  --green:rgba(0, 76, 79, 1);
  --dark:#004f4f;
  --text:rgba(1, 50, 51, 1);
}

body{
  margin:0;
  /* font-family: Arial, sans-serif; */
  font-family:'Poppins' !important;
  background:#fff;
  color:var(--text);
}
a{
  text-decoration: none !important;
  color:#fff !important;
}
.top-header{
  background:var(--green);
  padding:6px 0;
}

.navbar-brand{
  font-size:26px;
  font-weight:800;
  color:#fff !important;
}

.navbar-brand span{
  border:3px solid #fff;
  border-radius:50%;
  padding:0 6px;
  margin-right:2px;
}

.nav-link{
  color:#fff !important;
  font-size:13px;
  margin:0 12px;
  font-weight:600;
}

.call-btn{
  color:#fff;
  border:1px solid #fff;
  border-radius:4px;
  padding:10px 18px;
  text-decoration:none;
  font-size:13px;
}
.navbar-toggler{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.navbar-toggler-icon{
    background-image:none !important;
    width:auto;
    height:auto;
    color:#fff;
    font-size:22px;
}

.icon-close{
    font-size:24px;
}
.hero{
  padding:50px 0 40px;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
}

.hero h1{
  font-size:58px;
  font-weight:900;
  color:var(--green);
  margin-top: 32px;
}

.hero h1 span{
  font-weight:500;
  text-transform: uppercase;
}

.hero h2{
  font-size:30px;
  font-weight:700;
  color:var(--green);
  margin-top: 22px;
  text-transform: uppercase;

}
.text-clr{
  /* color:var(--green) !important; */
}
.hero h2 span{
  font-weight:500;
}
.hero p{
  max-width:580px;
  font-size:20px;
  line-height:1.4;
  font-weight:500;
  text-transform:uppercase;
  margin-top: 18px;
  margin-bottom: 35px;
  color: rgba(1, 50, 51, 1);
}
.hero article{
  font-size:20px;
  font-weight:500;
  margin-top: 18px;
  /* margin-bottom: 35px; */
  color: rgba(1, 50, 51, 1);
}

.hero .btnn{
  background:var(--green);
  color:#fff;
  padding:14px 45px;
  border-radius:4px;
  font-size:16px;
  font-weight:500;
  margin-top:25px;
  text-decoration: none;
}

.tour-section{
  padding-top:50px;
}

.section-title{
  background:var(--green);
  color:#fff;
  padding:10px 12px;
  border-radius:5px;
  font-size:20px;
  font-weight:600;
  text-transform:uppercase;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
}

.section-title span{
  width:30px;
  height:30px;
  background:#fff;
  color:var(--green);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:900;
}

.tour-card{
  background:#fff;
  border:1px solid #c9dada;
  border-radius:6px;
  padding:10px;
  box-shadow:0 4px 9px rgba(0,0,0,.22);
  height:100%;
}

.tour-card img{
  width:100%;
  height:280px;
  object-fit:cover;
  border-radius:5px;
}

.tour-card h5{
  font-size:15px;
  font-weight:600;
  margin-top:18px;
  margin-bottom:7px;
  text-transform:uppercase;
}

.days{
  font-size:14px;
  font-weight:500;
  margin-bottom:15px;
}

.route{
  font-size:14px;
  color:rgba(1, 50, 51, 0.7);
  font-weight:500;
  margin-bottom:18px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.price{
  font-size: 20px;
  color: rgba(0, 145, 87, 1);
  font-weight: 700;
  margin-bottom: 15px;
}

.price del {
  color: rgba(1, 50, 51, 1);
  font-size: 14px;
  margin-left: 6px;
  font-weight: 500;
}

.card-btns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}


.request-btn {
  background: var(--green);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 8px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.request-btn:hover{

}
.view-btn {
  background: #fff;
  color: #111 !important;
  border: 1px solid var(--green);
  border-radius: 8px;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.swiper{
  padding:0 0 10px !important;
}

.swiper-button-next,
.swiper-button-prev{
  width:32px !important;
  height:32px !important;
  background:var(--green) !important;
  border-radius:50% !important;
  color:#fff ;
}

.swiper-button-prev{
  background:#ccc !important;
}
.swiper-button-prev:hover{
    background:var(--green) !important;
  }

.swiper-button-next:after,
.swiper-button-prev:after{
  font-size:13px !important;
  font-weight:900;
  color :#fff !important;
}

.footer{
  background:var(--green);
  color:#fff;
  margin-top:70px;
  padding:55px 0 35px;
}

.footer-logo img{
 height: 65px;
 margin-bottom: 20px;
}

.footer p,
.footer li {
  font-size:14px;
  line-height:28px;
  color:#fff;
  font-weight: 400;
}

.footer h6{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.footer ul{
  padding-left:18px;
}

.social a{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--green) !important;
  border-radius:50%;
  margin-right:8px;
  font-weight:900;
  text-decoration:none;
}

.copyright{
  background:rgba(1, 50, 51, 1);
  color:#fff;
  text-align:center;
  padding:14px;
  font-size:14px;
  font-weight:500;
}

@media(max-width:768px){
  .hero h1{font-size:42px;margin-top: 0px !important;}
  .hero{padding:36px 0 45px !important;}
  .tour-card img{height:220px;}
  .hero p {font-size: 15px;}
  .section-title span {width: 28px;height: 28px;}
  .section-title {font-size: 16px;padding: 8px 12px;}
  .footer-left::after{
    display: none !important;
    
  }
  .side-img{
    margin-bottom: 0px !important;   
  }
  .package-detail-page h1 {
    font-size: 24px !important;
  }
  .section-space {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.custom-close-btn {
  right: 0px !important;
}

.modal-body {
position: static !important;
}
}
.footer-left{
  position: relative;
}

.footer-left::after{
  content: "";
  position: absolute;
  top: 5%;
  right: 26px;
  width: 2px;
  height: 100%;
  background: linear-gradient(
      to bottom,
      transparent,
      rgba(255,255,255,.18),
      rgba(255,255,255,.25),
      rgba(255,255,255,.18),
      transparent
  );
  filter: blur(0.5px);
}

.hero-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 4px;
}

.side-img {
    width: 100%;
    height: 167px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 24px;
}

.breadcrumb-custom {
    margin-bottom: 20px;
    font-size: 13px;
    color: #435;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.package-detail-page h1 {
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;
    font-weight: 600;
}

.content-text {
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.7;
    font-size: 15px;
}

/* Enquiry Box */
.enquiry-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    background: #fff;
    position: sticky;
    top: 20px;
}

.enquiry-head {
    background: var(--green);
    color: #fff;
    padding: 18px;
}

.pricee {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.old-price {
    display: block;
    color: #b7d1d1;
    font-size: 16px;
    text-decoration: line-through;
    margin-top: 6px;
    font-weight: 500;
}

.enquiry-title {
    margin-top: 10px;
    font-size: 20px;
}

.form-area {
    padding: 14px;
}

.form-control,
.input-group-text {
    background: rgba(238, 238, 238, 1) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    height: 45px;
    font-size: 12px;
    border-radius: 6px;
}

textarea.form-control {
    height: 85px;
    resize: none;
}

.send-btn {
    background: var(--green);
    color: #fff;
    border: none;
    height: 45px;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 8px;
}

/* Highlight Box */
.info-box {
    border: 1px solid #bbb;
    margin-top: 35px;
}

.info-title {
    padding: 12px 18px;
    border-bottom: 1px solid #bbb;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 700;
}

.check-list {
    list-style: none;
    padding: 18px;
    margin: 0;
}

.check-list li {
    margin-bottom: 14px;
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.icon-check,
.icon-cross {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex: 0 0 18px;
    margin-top: 1px;
}

.icon-check {
    border: 2px solid #17b463;
    color: #17b463;
}

.icon-cross {
    border: 2px solid #ff3434;
    color: #ff3434;
}


.tour-accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
}

.tour-accordion .accordion-button {
    background: #eee;
    color: rgb(0, 0, 0, 0.8);
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
    padding: 16px;
}

.tour-accordion .accordion-button::after {
    background-image: none;
    content: "⌄";
    background: var(--green);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 18px;
    transform: none;
    padding-bottom: 5px;
}

.tour-accordion .accordion-button:not(.collapsed)::after {
    content: "⌃";
    padding-top: 5px;
}

/* Inclusions */
.inc-box {
    border: 1px solid #bbb;
    min-height: 330px;
    padding-bottom: 10px;
}

.inc-title {
    padding: 14px;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #bbb;
}

.headings-title {
    padding: 18px 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 700;
}

/* FAQ */
.faq-accordion .accordion-button::after {
    display: none !important;
}

.faq-accordion .accordion-button {
    background: var(--green);
    color: #fff;
    box-shadow: none;
    position: relative;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.faq-icon {
    width: 20px;
    text-align: center;
    margin-left: auto;
    text-align: center;
    margin-left: auto;
    background: #fff;
    color: var(--green);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 900;
}

.faq-icon .fa-angle-up {
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed) .fa-angle-down {
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed) .fa-angle-up {
    display: inline-block;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--green);
    color: #fff;
}

.faq-accordion .accordion-item {
    margin-bottom: 16px;
}

/* .headings-title */



@media(max-width:991px) {

    .side-img {
        height: 180px;
    }

    .enquiry-box {
        position: static;
        margin-top: 30px;
    }


}

@media(max-width:575px) {

    .breadcrumb-custom {
        gap: 12px;
        margin-top: 15px;
    }

}

/* Remove Bootstrap default arrow */
.tour-accordion .accordion-button::after {
    display: none !important;
}

.tour-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tour-icon {
    margin-left: auto;
    min-width: 20px;
    text-align: center;
    margin-left: auto;
    background: var(--green);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 900;
}

.tour-icon .fa-angle-up {
    display: none;
}

/* Open State */
.tour-accordion .accordion-button:not(.collapsed) .fa-angle-down {
    display: none;
}

.tour-accordion .accordion-button:not(.collapsed) .fa-angle-up {
    display: inline-block;
}

.tour-accordion .accordion-button:focus {
    box-shadow: none;
}
.section-space{
  margin-top: 60px;
  margin-bottom: 60px;
}

 .contact-card {
     background: #fff;
     border: 1px solid #dcdcdc;
     border-radius: 10px;
     padding: 30px;
     box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
 }
 .contact-titlee {
     color: var(--green);
     font-weight: 700;
     margin-bottom: 10px;
     font-size: 30px;
 }
 .contact-desc {
     color: var(--green);
     font-weight: 500;
     line-height: 1.6;
     font-size: 16px;
 }
 .info-heading {
     font-size: 26px;
     font-weight: 700;
     color: var(--green);
     margin-bottom: 10px;
 }
 .label-titlee {
     font-weight: 700;
     color: var(--green);
     text-transform: uppercase;
     margin-bottom: 10px;
     font-size: 18px;
 }
 .info-text {
     color: rgba(1, 50, 51, 0.8);
     ;
     font-weight: 500;
     margin-bottom: 8px;
     font-size: 15px;
 }
 .footer-textt {
     margin-top: 25px;
     color: rgba(1, 50, 51, 0.8);
     font-weight: 600;
     font-size: 15px;
 }
 

.custom-close-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #ff4d3a;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  right: -46px;
}

.custom-close-btn:hover {
  background: #ff3b28;
  transform: scale(1.05);
}

.custom-close-btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255,77,58,0.25);
}
.modal-dialog {
  max-width: 1000px !important;
}

@media (min-width:769px) and (max-width:1280px) {
  .custom-close-btn {
      right: -2px !important;
  }
}
.pop-text{
font-weight: 400;
font-size: 14px;
text-align: center;
color: rgba(0, 0, 0, 0.7);

}
.travelHeaderBoxV2 {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 10px;
}
.travelCallIconBoxV2 {
  width: 54px;
  height: 54px;
  /* min-width: 60px; */
  border-radius: 50%;
  background: #eafaf8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 32px;
}
.travelHeaderBoxV2 h2 {
  font-size: 20px !important;
  font-weight: 600;
}
.travelHeaderBoxV2 p {
  font-size: 13px;
  color: #7b8794;
  margin-bottom: 10px;
}

.price-on-request { 
	color:red;
	padding-bottom:15px;
}
