@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');
body {
    font-family: "Poppins", sans-serif;
    padding: 0px !important;
    margin: 0px !important;
}

/* Contact */
.contact-title {
font-size: 20px !important;
font-weight: 600;
margin-bottom: 30px;
color: #3a2d24;
text-align: center;
}
.contact-info-card {
background: white;
border-radius: 16px;
padding: 25px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.contact-info-card h5 {
font-weight: 600;
color: #5a4638;
margin-bottom: 15px;
font-size: 22px;
}
.contact-info-card p {
margin: 6px 0;
color: #4a4038;
}
.contact-map iframe {
width: 100%;
height: 870px;
border-radius: 16px;
border: none;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.contact-info-card .textarea{
max-width:100%;
min-width:100%;
min-height:20vh;
max-height: 20vh;
border-radius: 10px;
resize:none;
border:solid 1px #e6e6e6 !important;
padding:20px;
margin-top:1vh;
}

/* Modal */
.custom-modal {
    width: 500px !important;   /* Change modal width */
    max-height: 90vh !important;
    border-radius: 12px !important;
    animation: fadeInScale 0.4s ease;
    background:#D4CABE;
    padding:0px 10px;
}

/* Fade + zoom animation */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Title styling */
.modal-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

/* Text styling */
.modal-text {
    font-size: 16px;
    line-height: 1.5;
}

.contactbox{padding:0px 0px !important;}
.contactbox .fieldbox .fieldtitle {
    color: #0B090C;
    font-weight: 600;
    font-size: 14px;
}

.contactbox .fieldbox {
    margin-top: 0vh;
    padding: 5px 10px !important;
}

.contactbox .input-field {
    margin-top: 1vh !important;
    background:#ffffff;
    border:solid 1px #D4CABE !important;
    color:#D4CABE;
    border-radius: 5px;
    height: 50px;
    font-weight: 700;
}

.contactbox .textarea{
max-width:100%;
min-width:100%;
min-height:15vh;
max-height: 15vh;
border-radius: 10px;
background:#ffffff;
resize:none;
border:solid 1px #e6e6e6 !important;
padding:20px;
margin-top:1vh;
}

.contactbtn {
    width: 100%;
    background-color: #0B090C;
    color:#D4CABE;
    border-radius: 10px;
    font-weight: 500;
    float: left;
    font-size: 18px;
    height: auto;
    padding: 10px 40px !important;
    border:solid 1px #0B090C;
    line-height: 30px;
    margin: auto;
    text-transform: capitalize;
    cursor: pointer;
}

.contactbtn:hover{
    background: #0B090C;
    color:#ffffff;
    border:solid 1px #0B090C;
    border-bottom:solid 1px #0B090C;
}


/* Explore btn */
.explorebtn {
    width: auto;
    background-color: transparent;
    color:#ffffff;
    border:solid 1px #ffffff;
    border-radius: 50px;
    font-weight: 600;
    float: left;
    margin-top:1vh;
    float:left;
    font-size: 14px;
    height: auto;
    padding: 5px 20px !important;
    line-height: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.exploreicon {
    margin-right: 5px;
    color: #D4CABE;
    vertical-align: middle;
    margin-top: -0.3vh;
    font-weight:600;
}

.explorebtn:hover{
    background:#0B090C;
    border:solid 1px #0B090C;
}


/* FAQ Box */
.faq-box {
  border: none !important;
  margin-top:2vh;
  background: transparent;
  padding: 0;
  overflow: hidden;
  box-shadow:none !important;
}

/* Header Styling */
.faq-box .collapsible-header {
  font-size: 17px;
  font-weight: 600;
  padding: 18px 10px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  box-shadow:none !important;
}

/* Hover effect */
.faq-box .collapsible-header:hover {
  background: #D4CABE;
}

/* Icon color */
.faq-box .collapsible-header i {
  color: #6c63ff; /* Modern purple accent */
}

/* Body Styling */
.faq-box .collapsible-body {
  padding: 20px;
  background: white;
  line-height: 1.6;
  font-size: 15px;
  color: #444;
}

/* Remove border lines from default Materialize */
.collapsible > li {
  border-bottom: none !important;
}

.seemorebtn {
    width: auto;
    background-color: #806248;
    color:#ffffff;
    border:solid 1px #806248 !important;
    border-bottom:solid 1px #806248 !important;
    border-radius: 50px;
    font-weight: 600;
    margin-top:2vh;
    font-size: 14px;
    height: auto;
    padding: 5px 30px !important;
    line-height: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.seemorebtn:hover{
    background:transparent;
    border:solid 1px #0B090C !important;
    color:#0B090C !important;
}

/* Planner section */

.plannerbox {
    padding: 50px 150px 50px 150px !important;
    background: #0B090C;
}

.plannerbox .customtitle {
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #D4CABE !important;
}

.loginbox {
    width: 100%;
    margin-top: 2vh;
    background: transparent;
    padding:50px 10px !important;
    border-radius: 10px;
}

.loginbox h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #000000;
}

.loginbox .logobase img {
    float: left;
    margin-left: -2vh;
    width: 50px !important;
}

.plannerbox .text {
    color: #D4CABE;
    font-size: 16px;
    margin-top: 0px;
    line-height: 25px;
    font-weight: 400;
    margin-top:2vh;
}

.loginbase {
    margin-top: 5vh;
    padding: 0px !important;
}

.loginbox .fieldbox .fieldtitle {
    color: #D4CABE;
    font-weight: 600;
    font-size: 15px;
}

.loginbox .fieldbox {
    margin-top: 0vh;
    padding: 5px 10px !important;
}

.loginbox .input-field {
    margin-top: 1vh !important;
    background:transparent;
    border:solid 1px #D4CABE !important;
    color:#D4CABE;
    border-radius: 5px;
    height: 50px;
    font-weight: 700;
}

.getquote {
    width: auto;
    background-color: #D4CABE;
    color:#0B090C;
    border-radius: 10px;
    font-weight: 500;
    float: left;
    font-size: 18px;
    height: auto;
    padding: 10px 40px !important;
    border:solid 1px #D4CABE;
    line-height: 30px;
    margin: auto;
    text-transform: capitalize;
    cursor: pointer;
}

.getquote:hover{
    background: #D4CABE;
    color:#ffffff;
    border: solid 1px #806248;
}

/* Navbar */

nav {
    height: auto !important;
    box-shadow: 0px 0px;
    border: none !important;
    background: transparent !important;
}

.nav-wrapper {
    background: transparent !important;
    padding: 30px 170px !important;
    height: auto !important;
    box-shadow: 0px 0px;
    border: none !important;
}

.nav-wrapper .brand-logo img {
    float: left;
    margin-top: -6vh !important;
    width: 140px !important;
}

.nav-wrapper .brand-logo {
    width: auto !important;
}

.nav-wrapper .brand-logo h1 {
    margin-top: 3vh;
    float: left;
    line-height: 5px !important;
    font-size: 22px !important;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    margin-left: 2vh;
    text-transform: capitalize;
    margin-bottom: 0px !important;
    text-align: left;
}

.nav-wrapper ul {
    float: right !important;
    margin-top: -2.5vh;
    width: auto;
    text-transform: normal;
}

.nav-wrapper ul li {
    margin-right: 5vh;
    color: #000;
    margin-top: -3vh;
    text-transform: normal;
    padding: 0px !important;
}

.nav-wrapper ul li a {
    height: auto !important;
    line-height: 24px !important;
    font-size: 14px !important;
    padding: 0px 5px !important;
    color: #806248;
    font-weight: 400;
    text-transform: capitalize !important;
    cursor: default;
}

.nav-wrapper ul li a:hover {
    background: none;
}

.nav-wrapper ul .login {
    margin-top: -3vh;
    cursor: pointer;
    padding: 5px 10px !important;
    border-radius: 50px;
    border: solid 1px #D4CABE;
    color:#806248;
}

.nav-wrapper ul .login:hover {
    background: #D4CABE;
    border-radius: 50px;
}

.nav-wrapper ul .login .icon {
    vertical-align: middle;
    font-size: 25px !important;
    margin-top: 0vh;
    color: #806248;
}

.nav-wrapper ul .login a {
    margin-top: 0vh;
    cursor: pointer;
    font-size: 15px;
    color: #50311D;
    font-weight: 500;
}

.navbar {
    position: absolute;
    top: 0px;
    width: 100% !important;
    z-index: 2;
}

.navbar .nav-wrapper {
    background: #000 !important;
    padding: 10px 170px 30px 170px !important;
    height: auto !important;
    box-shadow: 0px 0px;
    border: none !important;
}

.navbar .nav-wrapper .brand-logo img {
    float: left;
    margin-top: -3vh !important;
    width: 200px;
}

.navbar .nav-wrapper ul {
    float: left !important;
    margin-left: 1vh;
    margin-top: 0px !important;
}

.navbar .nav-wrapper ul li {
    margin-right: 5vh;
    color: #f2f2f2;
    padding: 0px !important;
    align-items: center;
    margin-top: 0vh !important;
    vertical-align: middle;
    text-transform: uppercase !important;
}

.navbar .nav-wrapper ul li a {
    height: auto !important;
    line-height: 24px !important;
    font-size: 13px !important;
    padding: 0px 3px !important;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase !important;
}

.navbar .nav-wrapper ul li a:hover {
    background: none;
}

/* Slider Item */
.item{
    position:relative;
}

.slideinnerbox{
    position: absolute;
    top:40%;
    left:0;
    padding:20px !important;
    text-align: center;
    width:100%;
}
.slideinnerbox h2{
    font-size:35px;
    color:#ffffff;
    font-weight:600;
    margin-top:0vh;
    margin-bottom:10px;
}

/* Explore btn */
.sliderexplorebtn {
    width: auto;
    background-color: transparent;
    color:#ffffff;
    border:solid 1px #ffffff;
    border-radius: 50px;
    font-weight: 500;
    margin-top:0vh;
    font-size: 20px;
    height: auto;
    padding: 15px 40px !important;
    line-height: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.sliderexplorebtn:hover{
        color: #ffffff;
}

/* sliders controls */

.eventscontrol .owl-prev,
.tpeventscontrol .owl-prev {
    background: transparent;
    border: none;
    position: absolute;
    left: 10%;
    top: 45%;
    z-index: 2;
}

.eventscontrol .owl-next,
.tpeventscontrol .owl-next {
    background: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    right: 10%;
    top: 45%;
}

.eventscontrol .previous,
.tpeventscontrol .previous {
    position: absolute;
    left: 10%;
    top: 10%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px !important;
}

.eventscontrol .next,
.tpeventscontrol .next {
    position: absolute;
    right: -5px;
    top: 25%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    z-index: 2;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    padding: 10px !important;
}

.peventscontrol .owl-prev,
.tpeventscontrol .owl-prev {
    background: transparent;
    border: none;
    position: absolute;
    left: 2.5%;
    top: 60%;
    z-index: 2;
}

.peventscontrol .owl-next,
.tpeventscontrol .owl-next {
    background: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 60%;
}

.peventscontrol .previous,
.tpeventscontrol .previous {
    position: absolute;
    left: 10%;
    top: 10%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 25px;
    height: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px !important;
}

.peventscontrol .next,
.tpeventscontrol .next {
    position: absolute;
    right: -5px;
    top: 25%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    width: 25px;
    height: 25px;
    z-index: 2;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    padding: 10px !important;
}

.slidersection {
    width: 100% !important;
    position: relative;
    height: auto !important;
}

.page-footer {
    background: #222;
    padding: 30px 150px 50px 150px !important;
}

.footbox {
    background: #222;
}


/* Notice text */

.noticetext {
    background: #0B090C;
    padding: 5px 150px !important;
    margin-top: -8vh;
    z-index: 2;
}

.noticetext img {
    vertical-align: middle;
    width: 40px;
    float: left;
    margin-top: 1.5vh;
    margin-right: 2vh;
}

.noticetext p {
    line-height: 25px;
    color: #D4CABE;
    font-size: 18px;
    margin-left: 2vh !important;
    font-weight: 500;
}


/* Mainbox */

.mainbox {
    padding: 50px 150px 50px 150px !important;
}

.mainbox h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #0B090C;
}

.mainbox .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #000000;
}

.contentbox {
    margin-top: 3vh;
}


/* Package card */

.package-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-card img {
    height: 180px;
    object-fit: cover;
}

.package-content {
    padding: 15px;
}

.package-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
    min-height: 50px;
    /* keeps alignment neat */
}

.package-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
    font-size: 15px;
    color: #000;
    flex-wrap: wrap;
}

.pointsbox {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}

.package-icons .icon {
    color: #A5907B;
    font-size: 22px;
}

.package-price {
    font-size: 22px;
    font-weight: 600;
    color: #806248;
    margin: 10px 0;
}

.package-price span {
    font-size: 15px;
    color: #806248;
    font-weight: 500;
}

.package-card .btn-custom {
    width: 100%;
    background-color: #0B090C;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    height: auto;
    padding: 5px !important;
    line-height: 30px;
    margin: auto;
    text-transform: capitalize;
}

.package-card .btn-custom:hover{
    background: #806248;
}

/* Package card ends */


/* Article */

.article-card {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
}

.article-card img {
    height: 180px;
    object-fit: cover;
    border-radius: 10px !important;
}

.article-content {
    padding: 10px 0px;
}

.article-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
    color: #222;
    letter-spacing: 0.20px;
    line-height: 22px;
}

.publishedon {
    color: #806248;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-top:0px;
    width: 100%;
    float: left;
}

.articledate {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 1vh;
    width: 100%;
    float: left;
}

.aarticletext {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 2vh !important;
    width: 100%;
    float: left;
}

.readbtn {
    border: solid 1px #806248;
    background:#806248;
    padding: 5px 15px !important;
    border-radius: 5px;
    line-height: 25px;
    color: #ffffff;
    font-size: 15px;
    float: left;
    margin-top: 1vh;
}

.readbtn:hover {
    background: #0B090C;
    color: #ffffff;
}


/* Article ends */


/* Why choose us */

.feature-section {
    background: #0B090C !important;
    padding: 20px 30px 10px 30px !important;
    color: #fff;
    text-align: center;
}

.feature-box {
    padding: 30px 50px !important;
    border-right: solid 2px #999;
}

.feature-box img {
    width: 40%;
    object-fit: contain;
    margin-bottom: 15px;
}

.feature-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #D4CABE;
}

.feature-text {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #D4CABE;
}


/* Reviews */

.reviewsbox {
    padding: 50px 150px 250px 150px !important;
    position: relative;
}

.reviewsbox h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #000000;
}

.backimg {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5;
}

.reviews-slider {
    margin-top: 5vh;
}

.review-card {
    overflow: hidden;
    border-radius: 0px;
    border-right: solid 1px #999999 !important;
    box-shadow: none !important;
    padding: 20px 30px 20px 0px !important;
}

.review-card .img {
    width: 80px !important;
    border-radius: 50px;
    border:solid 1px #0B090C;
}

.review-card h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #0B090C;
}

.review-card .designation {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #0B090C;
}

.review-card h4 {
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #806248;
}

.review-card p {
    font-size: 14px;
    font-weight: 100;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #50311D;
}

.review-card .star {
    margin-top: 2vh;
    font-size: 18px;
    background: #806248;
    padding: 5px;
    border-radius: 50px;
    color: #ffffff;
}


/* Gallery */

.gallery-section {
    background: #ffffff;
    padding: 50px 150px 50px 150px !important;
}

.gallery-section h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 5vh;
    color: #ffffff;
}

.gallery-section .imagebox {
    padding: 2px 5px !important;
}

.gallery-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0px;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.see-more {
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px !important;
    color: #fff;
    background:#806248;
    text-decoration: none;
    border: solid 1px #806248;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 30px !important;
    text-transform: capitalize;
}


/* About section */

.about-section {
    padding: 50px 200px 10px 200px !important;
    color: white;
    position: relative;
    text-align: left;
}

.about-section img.profile-img {
    width: 100%;
    height: 100%;
    background: #ccc;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top:0.2vh;
}

.about-section .aboutbase{
    margin-top:5vh;
    padding:0px !important;
}

.about-section .aboutbase .col{
    padding:0px !important;
}

.about-section .aboutbase .textbase{
    padding:0px 20px !important;
}

.about-section h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 24px;
    color:#0B090C;
    margin-top:5vh;
}

.about-section h3 {
    font-weight: 500;
    margin-top:0px;
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 17px !important;
    color:#0B090C;
}

.about-section p {
    font-weight: normal !important;
    line-height: 25px;
    font-size: 15px !important;
    color:#806248;
}

.mountain-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70% !important;
    background-size: cover !important;
    opacity: 0.70;
}


/* Footer */

footer {
    background: #222;
    padding: 40px 150px 10px 150px !important;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 0px;
    color:#D4CABE;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links li a {
    color: #D4CABE;
    font-size: 16px;
    font-weight: 500;
    margin-top: 1.2vh;
    float: left;
}

.footer-links li a:hover {
    color: #D4CABE;
}

.footer-subscribe input {
    background: #ffffff !important;
    padding: 0.4px 12px !important;
    border: none;
    box-shadow: none !important;
    margin-top: 1vh !important;
}

.footer-subscribe .btn {
    background: #806248;
    height: 46px;
    border-radius: 0px !important;
    line-height: 45px;
    box-shadow: none !important;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid #D4CABE;
    margin-top: 20px;
    padding-top: 10px !important;
    font-size: 14px;
    text-align: center;
    color:#D4CABE;
}

.footer-bottom a {
    color: #ffffff;
    font-weight: 600;
}

.footer-nav a {
    margin: 0 15px;
    color: #D4CABE;
    font-weight: 500;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footericon .tiny {
    font-size: 24px !important;
    vertical-align: middle;
    background: #D4CABE;
    border-radius: 50px;
    padding: 10px;
    color:#806248;
}

.footericon p{
    color:#D4CABE;
}

.social-icons a {
    margin-right: 10px;
    color: #D4CABE;
}


/* Package Page */

.packagebase {
    padding: 0px 150px 0px 150px !important;
}

.packagebase .leftside {
    padding: 0px 50px 10px 10px;
}

.leftside a {
    color: #806248;
    font-size: 16px;
}

.price-box {
    background: #f5f3f0;
    border-radius: 12px;
    padding: 30px 30px;
    text-align: center;
    margin-top: 5vh;
}

.packagebase h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #000000;
}

.price-box h5 {
    margin: 0;
    font-weight: bold;
    color: #806248;
    text-align: left;
    font-size: 30px;
    margin-bottom: 0.5vh;
}

.price-box p {
    margin: 0;
    font-weight: normal;
    color: #806248;
    text-align: left;
    font-weight: 500;
    text-shadow: 0.1px 0.1px #000;
}

.btn-custom {
    width: 100%;
    border-radius: 50px;
    margin-top: 3vh;
    box-shadow: none;
    font-size: 18px;
    padding: 10px 10px 5px 10px !important;
    height: 6vh;
    line-height: 26px;
    text-transform: capitalize;
}

.sendenquiry {
    width: 100%;
    border-radius: 50px;
    margin-top: 10px;
    box-shadow: none;
    font-size: 16px;
    padding: 10px 10px 5px 10px !important;
    height: 6vh;
    background: transparent;
    border: solid 1px #806248;
    color: #806248;
    text-transform: capitalize;
    line-height: 26px;
}
.sendenquiry:hover{
    background-color: #806248;
    color:#ffffff;
    border:solid 1px #806248;
}

.info-icons {
    margin-top: 2vh;
    margin-left: 0vh !important;
    width: 100%;
    border-top: solid 1px #D4CABE;
    border-bottom: solid 1px #D4CABE;
    padding: 10px 0px;
}

.info-icons span {
    display: flex;
    display: inline;
    vertical-align: middle;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
}

.info-icons i {
    margin-right: 5px;
    color: #806248;
    vertical-align: middle;
    margin-top: -0.5vh;
}

.packagedetailsbase {
    padding: 20px 270px 30px 150px !important;
    position: relative;
}

.packagedetailsbase .mountain-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    height: 15% !important;
    background-size: cover !important;
    opacity: 0.80;
}

.packagedetailsbase h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 3vh;
    margin-bottom: 0px;
    color: #000000;
}


/* Scrollspy */

.scrollspy {
    margin-top: 5vh;
    border-top: solid 1px #ddd;
    padding: 40px 0px 0px 0px;
}

.scrollspy h6 {
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: 3vh !important;
}

.scrollspy-nav {
    background: #0B090C;
    padding: 0px 150px 0px 150px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.scrollspy-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.scrollspy-nav li {
    list-style: none;
    margin: 0;
}

.scrollspy-nav a {
    display: block;
    padding: 15px 20px;
    color: #D4CABE;
    font-weight: 500;
}

.scrollspy-nav a.active {
    background: #806248;
    color: #fff;
}

.daybox {
    padding: 20px 30px !important;
    background: #f5f3f0;
    border-radius: 10px;
    margin-top: 3vh;
}

.day-header {
    background: transparent;
    color: #806248;
    padding: 0px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0.1px 0.1px #fff;
}

.scrollspy .itinerarytext {
    color: #0B090C;
    font-weight: 500;
    font-size: 16px !important;
}

.icon-section {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 20px;
}

.icon-section .iconbox {
    text-align: center;
    font-size: 14px;
    color: #806248;
}

.icon-section i {
    font-size: 30px;
    padding: 7px;
    display: block;
    margin-bottom: 5px;
    background-color: #D4CABE;
    color: #806248;
    border: solid 1px #D4CABE;
    border-radius: 50px;
}

.itineraryimgbase {
    padding: 8px !important;
}

.itinerary-img {
    border-radius: 10px;
    width: 100%;
}


/* Inclusions / exclusions */

.inclusions-exclusions {
    margin-top: 40px;
}

.inclusions-exclusions h6 {
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-bottom: 3vh !important;
}

.check-list li,
.cross-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #0B090C;
}

.check-list i {
    color: #4caf50;
    /* Green */
    margin-right: 10px;
}

.cross-list i {
    color: #f44336;
    /* Red */
    margin-right: 10px;
}


/* Photos */

.photos {
    padding: 2px 5px !important;
}

.photos .img {
    width: 100%;
    border-radius: 10px;
}


/* Dates and pricing */

.datepanel {
    border-radius: 12px;
    padding: 30px 0px 0px 30px;
    box-shadow: none;
    border: solid 1px #f5f3f0 !important;
    background: #f5f3f0;
}

.bookingpanel {  
    background-color: transparent;
    padding: 20px 10px 0px 10px !important;
    border-top:dashed 2px #D4CABE;
}
.bookingpanel .innerbox{
    padding:0px !important;
}

.date-btn {
    background: #ebe6e0;
    border: solid 1px #ebe6e0;
    border-radius: 10px;
    padding: 10px 12px !important;
    margin: 6px;
    margin-left: 1vh !important;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0px 0px 0.5px #806248;
    color: #806248;
    cursor: pointer;
    transition: all 0.2s ease;
}

.date-btn:hover {
    background: #D4CABE;
    color: #806248;
    border: solid 1px #806248;
}

.date-btn .icon{
    vertical-align: middle;
    font-size: 20px;
    color: #806248;
    margin-top:-0.5vh;
}

.datepanel .price-box {
    font-size: 30px !important;
    font-weight: bold;
    color: #806248;
    margin-bottom: 0px;
    margin-top:2vh;
    background: #f5f3f0;
    padding: 0px !important;
    text-align: left;
}

.sub-text {
    font-size: 16px;
    color: #222222;
    margin-top: -2vh !important;
    text-shadow: 0.1px 0.1px #000;
    font-weight: 500;
    line-height: 25px;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 0px;
}

.datepanel .btn-custom {
    border-radius: 25px;
    font-weight: 500;
    padding: 13px 25px !important;
    line-height: 25px !important;
    height: 7vh !important;
    background-color: #0B090C;
    color: #ffffff;
    margin-right: 0vh !important;
    width: 45%;
    text-transform: capitalize;
    font-size: 16px;
}

.datepanel .btn-custom:hover {
    box-shadow: none;
    background: #806248;
    color:#ffffff;
}

.datepanel .btn-custom .icon{
    vertical-align: middle;
    font-size: 22px;
    color: #ffffff;
    margin-top:-0.5vh;
}

.datepanel .btn-outline {
    border-radius: 25px;
    font-weight: 500;
    padding: 13px 25px !important;
    line-height: 25px !important;
    height: 7vh !important;
    background-color: transparent;
    color: #806248;
    border: solid 1px #806248;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 16px;
    width: 45%;
    margin-top: 3vh;
}

.datepanel .btn-outline:hover {
    background: #806248;
    color: #fff;
    transition: none;
    box-shadow: none;
}

/* Card visual tweaks */
.dest-card{position:relative; overflow:hidden; border-radius:14px; box-shadow:0 12px 30px rgba(18,35,76,0.09); transition:transform .28s ease, box-shadow .28s ease}
.dest-card:hover{transform:translateY(-6px); box-shadow:0 24px 50px rgba(18,35,76,0.14)}


.dest-card .card-image img{height:260px; object-fit:cover; width:100%; display:block; filter:contrast(1.02) saturate(1.05)}


/* Gradient overlay that becomes stronger on hover */
.dest-overlay{
position:absolute;
bottom:0; left:0; right:0;
padding:18px;
background:linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.48) 60%);
color:#fff;
display:flex; align-items:flex-end; justify-content:space-between;
gap:12px; transition:background .25s ease, transform .28s ease;
pointer-events:none;
}
.dest-card:hover .dest-overlay{background:linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.62) 40%)}


/* Text blocks inside overlay */
.dest-info{pointer-events:auto}
.dest-title{font-size:1.05rem; font-weight:700; letter-spacing:0.2px}
.dest-meta{font-size:0.86rem; opacity:0.95}

/* Rating stars */
.stars{display:inline-flex; gap:4px; align-items:center}
.stars i{font-size:15px; vertical-align:middle}


/* For very small screens slightly reduce height */
@media (max-width:600px){ .dest-card .card-image img{height:200px} }


/*----------- For Mobile Devices ---------------- */

@media only screen and (max-width: 700px) {

    /* Notice text */

.noticetext {
    background: #0B090C;
    padding: 1px 10px !important;
    margin-top: -8.5vh;
    z-index: 2;
}

.noticetext img {
    vertical-align: middle;
    width: 25px;
    float: left;
    margin-top: 1.5vh;
    margin-right: 2vh;
    display:none;
}

.noticetext p {
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    margin-left: 0vh !important;
    font-weight: 500;
}

    /* Mainbox */

.mainbox {
    padding: 20px !important;
}

.mainbox h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #000000;
}

.mainbox .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #000000;
}

.contentbox {
    margin-top: 2vh;
}

/* Navbar */

nav {
    height: auto !important;
    box-shadow: 0px 0px;
    border: none !important;
    background: transparent !important;
}

.nav-wrapper {
    background: transparent !important;
    padding: 10px 10px 10px 20px !important;
    height: auto !important;
    box-shadow: 0px 0px;
    border: none !important;
}

.nav-wrapper .brand-logo img {
    float: left !important;
    margin-top: -4vh !important;
    width: 100px !important;
}

.nav-wrapper .brand-logo {
    width: auto !important;
}

.nav-wrapper .brand-logo h1 {
    margin-top: 0vh;
    float: left;
    line-height: 5px !important;
    font-size: 22px !important;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    margin-left: 2vh;
    text-transform: capitalize;
    margin-bottom: 0px !important;
    text-align: left;
}

.nav-wrapper ul {
    float: right !important;
    margin-top: -2.5vh;
    width: auto;
    text-transform: normal;
}

.nav-wrapper ul li {
    margin-right: 5vh;
    color: #000;
    margin-top: -3vh;
    text-transform: normal;
    padding: 0px !important;
}

.nav-wrapper ul li a {
    height: auto !important;
    line-height: 24px !important;
    font-size: 14px !important;
    padding: 0px 5px !important;
    color: #000;
    font-weight: 400;
    text-transform: capitalize !important;
    cursor: default;
}

.nav-wrapper ul li a:hover {
    background: none;
}

.nav-wrapper ul .login {
    margin-top: -3vh;
    cursor: pointer;
    border: solid 1px #50311D;
    padding: 5px 2px !important;
}

.nav-wrapper ul .login:hover {
    background: #e6faff;
}

.nav-wrapper ul .login .icon {
    vertical-align: middle;
    font-size: 35px !important;
    margin-top: 0vh;
    color: #50311D;
}

.nav-wrapper ul .login a {
    margin-top: 0vh;
    cursor: pointer;
    font-size: 15px;
    color: #50311D;
    font-weight: 500;
}

.sidenav-trigger.sidenav-trigger .icon {
      font-size: 30px;
    color: #999;
    float: right;
    border: none !important;
    padding: 0px;
}


/* sliders controls */

.eventscontrol .owl-prev,
.tpeventscontrol .owl-prev {
    background: transparent;
    border: none;
    position: absolute;
    left: 3%;
    top: 45%;
    z-index: 2;
}

.eventscontrol .owl-next,
.tpeventscontrol .owl-next {
    background: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 45%;
}

.eventscontrol .previous,
.tpeventscontrol .previous {
    position: absolute;
    left: 10%;
    top: 10%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 10px;
    height: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px !important;
}

.eventscontrol .next,
.tpeventscontrol .next {
    position: absolute;
    right: -5px;
    top: 25%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    width: 10px;
    height: 10px;
    z-index: 2;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    padding: 10px !important;
}

.peventscontrol .owl-prev,
.tpeventscontrol .owl-prev {
    background: transparent;
    border: none;
    position: absolute;
    left: 2.5%;
    top: 60%;
    z-index: 2;
}

.peventscontrol .owl-next,
.tpeventscontrol .owl-next {
    background: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 60%;
}

.peventscontrol .previous,
.tpeventscontrol .previous {
    position: absolute;
    left: 10%;
    top: 10%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 25px;
    height: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px !important;
}

.peventscontrol .next,
.tpeventscontrol .next {
    position: absolute;
    right: -5px;
    top: 25%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    width: 25px;
    height: 25px;
    z-index: 2;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    padding: 10px !important;
}

.slidersection {
    width: 100% !important;
    position: relative;
    height: auto !important;
}

.page-footer {
    background: #222;
    padding: 20px !important;
}

.footbox {
    background: #222;
}


/* Package card */

.package-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    padding:0px;
    background-color: #f2f2f2;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-card img {
    height: 180px;
    object-fit: cover;
}

.package-content {
    padding: 5px 5px;
}

.package-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
    color: #222;
    min-height: 50px;
    /* keeps alignment neat */
}

.package-icons {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 10px 0;
    font-size: 13px;
    color: #000;
    flex-wrap: wrap;
}

.pointsbox {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding:0px !important;
}

.package-icons .icon {
    color: #A5907B;
    font-size: 18px;
}

.package-price {
    font-size: 16px;
    font-weight: 600;
    color: #806248;
    margin: 10px 0;
    margin-top:2vh;
    float:left;
}
.package-price span {
    font-size: 12px;
    color: #806248;
    font-weight: 500;
}

.package-card .btn-custom {
    width: 100%;
    background-color: #0B090C;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
    height: auto;
    padding: 5px 5px !important;
    line-height: 30px;
    margin: auto;
    text-transform: capitalize;
}
.package-card .btn-custom:hover{
    background:#806248;
}
/* Package card ends */

/* Why choose us */

.feature-section {
    background: #777777 !important;
    padding: 20px !important;
    color: #fff;
    text-align: center;
}

.feature-box {
    padding: 20px !important;
    border: solid 2px #999 !important;
    margin-top:1vh;
}

.feature-box img {
    width: 25%;
    object-fit: contain;
    margin-bottom: 15px;
}

.feature-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #fff;
}

.feature-text {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 100;
    color: #f1f1f1;
}

/* Article */

.article-card {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
}

.article-card img {
    height: 180px;
    object-fit: cover;
    border-radius: 10px !important;
}

.article-content {
    padding: 10px 0px;
}

.article-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
    color: #222;
    letter-spacing: 0.40px;
    line-height: 20px;
    min-height: 50px;
    /* keeps alignment neat */
}

.publishedon {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin-top:-10px;
    line-height: 25px;
    width: 100%;
    float: left;
}

.articledate {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 1vh;
    width: 100%;
    float: left;
}

.aarticletext {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 2vh !important;
    width: 100%;
    float: left;
}

.readbtn {
    border: solid 1px #806248;
    padding: 5px 15px !important;
    border-radius: 5px;
    line-height: 25px;
    color: #ffffff;
    font-size: 12px;
    float: left;
    margin-top: 1vh;
}

.readbtn:hover {
    background: #1486A6;
    color: #ffffff;
}


/* Article ends */

/* Reviews */

.reviewsbox {
    padding: 30px 20px 20px 20px !important;
    position: relative;
}

.reviewsbox h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #000000;
}

.backimg {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5;
}

.reviews-slider {
    margin-top: 5vh;
}

.review-card {
    overflow: hidden;
    border-radius: 0px;
    border-right: none !important;
    box-shadow: none !important;
    padding: 0px 30px 20px 0px !important;
}

.review-card .img {
    width: 60px !important;
    border-radius: 50px;
}

.review-card h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #222222;
}

.review-card .designation {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #000000;
}

.review-card h4 {
    font-size: 13px;
    font-weight: 700 !important;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #222222;
}

.review-card p {
    font-size: 13px;
    font-weight: 100;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #000000;
}

.review-card .star {
    margin-top: 2vh;
    font-size: 18px;
    background: #E7B93A;
    padding: 5px;
    border-radius: 50px;
    color: #ffffff;
}


/* Gallery */

.gallery-section {
    background: #333333;
    padding: 50px 20px 20px 20px !important;
}

.gallery-section h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 5vh;
    color: #ffffff;
}

.gallery-section .imagebox {
    padding: 2px 5px !important;
}

.gallery-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0px;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.see-more {
    margin-top: 0px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px !important;
    color: #fff;
    text-decoration: none;
    border: solid 1px #f2f2f2;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px !important;
    text-transform: capitalize;
}


/* About section */

.about-section {
    background: #1486A6;
    padding: 30px 0px 70px 0px;
    color: white;
    position: relative;
    text-align: left;
}

.about-section img.profile-img {
    width: 100%;
    height: 100%;
    background: #ccc;
    border-radius: 5px;
    margin-bottom: 0px;
}

.about-section h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
}

.about-section h3 {
    font-weight: 500;
    margin-top:20px;
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 14px !important;
}

.about-section p {
    font-weight: normal !important;
    line-height: 25px;
    font-size: 13px !important;
    font-weight: 500;
}

.mountain-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20% !important;
    background-size: cover !important;
    opacity: 0.70;
}


/* Footer */

footer {
    background: #222;
    padding: 20px !important;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    float: left;
    width:100%;
    padding:20px 0px 0px 0px;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links li a {
    color: #D4CABE;
    font-size: 14px;
    font-weight: 500;
    margin-top: 1.2vh;
    float: left;
}

.footer-links li a:hover {
    color: #0A9AC2;
}

.footer-subscribe input {
    background: #D4CABE !important;
    padding: 0.5px 12px !important;
    border: none;
    box-shadow: none !important;
    margin-top: 1vh !important;
    font-size: 14px;
}

.footer-subscribe .btn {
    background: #806248;
    height: 45px;
    border-radius: 0px !important;
    line-height: 45px;
    box-shadow: none !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
}

.footer-bottom {
    border-top: 1px solid #D4CABE;
    margin-top: 20px;
    padding-top: 10px !important;
    font-size: 12px;
    text-align: center;
}

.footer-bottom a {
    color: #D4CABE;
    font-weight: 500;
    font-size: 12px;
}

.footer-nav a {
    margin: 0 15px;
    color: #D4CABE;
    font-size: 12px;
    font-weight: 500;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footericon .tiny {
    font-size: 18px !important;
    vertical-align: middle;
    background: #D4CABE;
    border-radius: 50px;
    padding: 10px;
}

.social-icons a {
    margin-right: 10px;
    color: #222222;
}


/* Gradient overlay that becomes stronger on hover */
.dest-overlay{
position:absolute;
bottom:0; left:0; right:0;
padding:10px;
background:linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.48) 60%);
color:#fff;
display:flex; align-items:flex-end; justify-content:space-between;
gap:12px; transition:background .25s ease, transform .28s ease;
pointer-events:none;
}
.dest-card:hover .dest-overlay{background:linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.62) 40%)}


/* Text blocks inside overlay */
.dest-info{pointer-events:auto}
.dest-title{font-size:1.05rem; font-weight:700; letter-spacing:0.2px}
.dest-meta{font-size:0.86rem; opacity:0.95}

/* Rating stars */
.stars{display:inline-flex; gap:4px; align-items:center}
.stars i{font-size:15px; vertical-align:middle}

/* Package Page */

.packagebase {
    padding: 0px 20px !important;
}

.packagebase .leftside {
    padding: 0px;
    margin-top:-4vh;
}

.leftside a {
    color: #806248;
    font-size: 14px;
}

.price-box {
    background: #f5f3f0;
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    margin-top: 2vh;
}

.packagebase h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 0px;
    color: #000000;
}

.price-box h5 {
    margin: 0;
    font-weight: bold;
    color: #806248;
    text-align: left;
    font-size: 22px;
    margin-bottom: 0.5vh;
}

.price-box p {
    margin: 0;
    font-weight: normal;
    color: #222222;
    text-align: left;
    font-weight: 500;
    text-shadow: 0.1px 0.1px #000;
}

.btn-custom {
    width: 47%;
    border-radius: 10px;
    margin-top: 3vh;
    margin-left:-10px;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 20px !important;
    height: auto;
    line-height: 26px;
}

.sendenquiry {
    width: 47%;
    border-radius: 10px;
    margin-top: 3vh;
    box-shadow: none;
    margin-left:1vh;
    font-size: 14px;
    padding:10px 20px !important;
    height: auto;
    background: transparent;
    border: solid 1px #806248;
    color: #806248;
    text-transform: capitalize;
    line-height: 26px;
}
.sendenquiry:hover{
    background-color: #806248;
    color:#ffffff;
    border:solid 1px #806248;
}

.info-icons {
    margin-top: 2vh;
    margin-left: 0vh !important;
    width: 100%;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 10px 0px;
}

.info-icons span {
    display: flex;
    display: inline;
    vertical-align: middle;
    align-items: center;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 300;
}

.info-icons i {
    margin-right: 5px;
    color: #806248;
    vertical-align: middle;
    margin-top: -0.5vh;
}

.packagedetailsbase {
    padding: 20px !important;
    position: relative;
}

.packagedetailsbase .mountain-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    height: 15% !important;
    background-size: cover !important;
    opacity: 0.80;
}

.packagedetailsbase h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 3vh;
    margin-bottom: 0px;
    color: #000000;
}


/* Scrollspy */

.scrollspy {
    margin-top: 5vh;
    border-top: solid 1px #ddd;
    padding: 20px 0px 0px 0px;
}

.scrollspy h6 {
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 3vh !important;
}

.scrollspy-nav::-webkit-scrollbar {
    height: 4px;   /* decrease scrollbar height */
}

.scrollspy-nav::-webkit-scrollbar-track {
    background: transparent;
}

.scrollspy-nav::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}

.scrollspy-nav {
    background: #0B090C;
    padding: 0px 10px;
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE */
    scrollbar-width: none;     /* Firefox */
    scrollbar-width: thin;   /* auto | thin | none */
    scrollbar-color: #444 transparent;
}

.scrollspy-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.scrollspy-nav li {
    list-style: none;
    margin: 0;
}

.scrollspy-nav a {
    display: block;
    padding: 15px 10px;
    color: white;
    font-weight: 500;
    font-size:12px;
}

.scrollspy-nav a.active {
    background: #806248;
    color: #fff;
}

.daybox {
    padding: 5px 10px !important;
    background: #f5f3f0;
    border-radius: 10px;
    margin-top: 3vh;
}

.day-header {
    background: transparent;
    color: #806248;
    padding: 0px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0.1px 0.1px #fff;
}

.scrollspy .itinerarytext {
    color: #0B090C;
    font-weight: 500;
    font-size: 13px !important;
}

.icon-section {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 20px;
}

.icon-section .iconbox {
    text-align: center;
    font-size: 12px;
    color: #806248;
}

.icon-section i {
    font-size: 24px;
    padding: 7px;
    display: block;
    margin-bottom: 5px;
    background-color: #D4CABE;
    color: #806248;
    border: solid 1px #D4CABE;
    border-radius: 50px;
}

.itineraryimgbase {
    padding: 8px !important;
}

.itinerary-img {
    border-radius: 10px;
    width: 100%;
}


/* Inclusions / exclusions */

.inclusions-exclusions {
    margin-top: 40px;
}

.inclusions-exclusions h6 {
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 3vh !important;
}

.check-list li,
.cross-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
}

.check-list i {
    color: #4caf50;
    /* Green */
    margin-right: 10px;
}

.cross-list i {
    color: #f44336;
    /* Red */
    margin-right: 10px;
}


/* Photos */

.photos {
    padding: 2px 5px !important;
}

.photos .img {
    width: 100%;
    border-radius: 10px;
}


/* Dates and pricing */

.datepanel {
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: none;
    border: solid 1px #f5f3f0 !important;
    background: #f5f3f0;
}

.bookingpanel {
    border-top: solid 1px #1486A6;
}

.date-btn {
    background: #ebe6e0;
    border: solid 1px #ebe6e0;
    border-radius: 10px;
    padding: 10px 6px !important;
    margin-left: 0vh !important;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 0.5px #806248;
    color: #806248;
    cursor: pointer;
    transition: all 0.2s ease;
}

.date-btn:hover {
    background: #D4CABE;
    color: #806248;
    border: solid 1px #806248;
}

.date-btn .icon{
    vertical-align: middle;
    font-size: 18px;
    color: #806248;
    margin-top:-0.5vh;
}

.datepanel .price-box {
    font-size: 24px !important;
    font-weight: bold;
    color: #806248;
    margin-bottom: 0px;
    background: transparent;
    padding: 0px !important;
    text-align: left;
}

.sub-text {
    font-size: 14px;
    color: #222222;
    margin-top: -2vh !important;
    text-shadow: 0.1px 0.1px #000;
    font-weight: 500;
    line-height: 20px;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 0px;
}

.datepanel .btn-custom {
    border-radius: 25px;
    font-weight: 500;
    padding: 13px 15px !important;
    line-height: 25px !important;
    height: 7vh !important;
    background-color: #0B090C;
    color: #ffffff;
    margin-right: 0vh !important;
    width: 45%;
    text-transform: capitalize;
    font-size: 14px;
}

.datepanel .btn-custom:hover {
    box-shadow: none;
    background: #806248;
    color:#ffffff;
}

.datepanel .btn-custom .icon{
    vertical-align: middle;
    font-size: 22px;
    color: #ffffff;
    margin-top:-0.5vh;
}

.datepanel .btn-outline {
    border-radius: 25px;
    font-weight: 500;
    padding: 13px 15px !important;
    line-height: 25px !important;
    height: 7vh !important;
    background-color: transparent;
    color: #806248;
    border: solid 1px #806248;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 14px;
    width: 45%;
    margin-top: 3vh;
}

.datepanel .btn-outline:hover {
    background: #806248;
    color: #fff;
    transition: none;
    box-shadow: none;
}

/* Planner section */

.plannerbox {
    padding: 20px 20px 20px 20px !important;
    background: #0B090C;
}

.plannerbox .customtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #D4CABE !important;
}

/* Modal */
.custom-modal {
    width: 90% !important;   /* Change modal width */
    max-height: 100vh !important;
    border-radius: 0px !important;
    animation: fadeInScale 0.4s ease;
    background:#D4CABE;
    padding:0px 0px;
    margin-top:-7vh;
}

/* Header Styling */
.faq-box .collapsible-header {
  font-size: 15px;
  font-weight: 600;
  padding: 18px 0px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  box-shadow:none !important;
}

/* Hover effect */
.faq-box .collapsible-header:hover {
  background: transparent;
}

/* Icon color */
.faq-box .collapsible-header i {
  color: #6c63ff; /* Modern purple accent */
}

/* Body Styling */
.faq-box .collapsible-body {
  padding: 20px 0px;
  background: white;
  line-height: 1.6;
  font-size: 15px;
  color: #444;
}

.slideinnerbox{
    position: absolute;
    top:30%;
    left:0;
    padding:20px !important;
    text-align: center;
    width:100%;
}
.slideinnerbox h2{
    font-size:16px;
    color:#ffffff;
    font-weight:600;
    margin-top:0vh;
    margin-bottom:0px;
}

/* Explore btn */
.sliderexplorebtn {
    width: auto;
    background-color: transparent;
    color:#ffffff;
    border:solid 1px #ffffff;
    border-radius: 50px;
    font-weight: 500;
    margin-top:0vh;
    font-size: 14px;
    height: auto;
    padding: 10px 20px !important;
    line-height: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.sliderexplorebtn:hover{
        color: #ffffff;
}

.loginbox {
    width: 100%;
    margin-top: 0vh;
    background: transparent;
    padding:10px 5px !important;
    border-radius: 10px;
}

/* Explore btn */
.explorebtn {
    width: auto;
    background-color: transparent;
    color:#ffffff;
    border:solid 1px #ffffff;
    border-radius: 50px;
    font-weight: 600;
    float: left;
    margin-top:1vh;
    float:left;
    font-size: 12px;
    height: auto;
    padding: 2px 15px !important;
    line-height: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.exploreicon {
    margin-right: 5px;
    color: #D4CABE;
    vertical-align: middle;
    margin-top: -0.3vh;
    font-weight:600;
}

.explorebtn:hover{
    background:#0B090C;
    border:solid 1px #0B090C;
}

/* Contact */
.contact-title {
font-size: 16px !important;
font-weight: 600;
margin-bottom: 30px;
color: #3a2d24;
text-align: center;
}
.contact-info-card {
background: white;
border-radius: 16px;
padding: 15px 20px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.contact-info-card .fieldbox{
    padding:0px !important;
}
.contact-info-card .fieldbox .fieldtitle{
    font-size:14px;
}
.contact-info-card h5 {
font-weight: 600;
color: #5a4638;
margin-bottom: 15px;
font-size: 18px;
}
.contact-info-card p {
margin: 6px 0;
color: #4a4038;
}
.contact-map iframe {
width: 100%;
height: 870px;
border-radius: 16px;
border: none;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.contact-info-card .textarea{
max-width:100%;
min-width:100%;
min-height:20vh;
max-height: 20vh;
border-radius: 10px;
resize:none;
border:solid 1px #e6e6e6 !important;
padding:20px;
margin-top:1vh;
}

}



