@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');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "EB Garamond", 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: #000000;
}

.plannerbox .customtitle {
    font-size: 38px;
    font-weight: 600;
    line-height: 44px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    color: #ffffff !important;
}

.plannerbox .abouttext {
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 28px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #ffffff !important;
    text-shadow: 0.1px 0.1px #ffffff;
    font-family: 'Poppins', sans-serif;
}

.abouttextsecond {
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 28px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #ffffff !important;
    text-shadow: 0.1px 0.1px #ffffff;
    font-family: 'Poppins', sans-serif;
    width:80% !important;
}

.loginbox {
    width: 100%;
    margin-top: 5vh;
    background: #DBE1D6;
    padding:30px 20px 10px 20px !important;
    border-radius: 0px;
}

.plannerbox .formtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 0vh;
    margin-bottom: 2vh;
    letter-spacing: 0.5px;
    color: #000000 !important;
    font-family: 'Poppins', sans-serif;
}


.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: 0vh !important;
    background:#ffffff;
    border:solid 1px transparent !important;
    color:#D4CABE;
    border-radius: 0px;
    height: 45px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.getquote {
    width: auto;
    background-color: #E4C783;
    color:#000000;
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    height: auto;
    padding: 10px 40px !important;
    border:solid 1px #E4C783;
    line-height: 30px;
    margin: auto;
    text-transform: capitalize;
    cursor: pointer;
}

.getquote:hover{
    border: none;
}


/* Mainbox */

.mainbox {
    padding: 50px 150px 50px 150px !important;
}

.mainbox h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 5vh !important;
    color: #000000;
}

.memoriestitle {
    font-size: 30px;
    font-weight: 700;
    margin-top: 2vh;
    margin-bottom: 0vh !important;
    color: #ffffff !important;
}

.memoriestext {
    font-size: 18px;
    font-weight: 300;
    margin-top: -3vh !important;
    margin-bottom: 5vh !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}

.mainbox .title {
    font-size: 24px;
    font-weight: 700;
    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: 400px;
    object-fit: cover;
}

.package-content {
    padding: 15px;
}

.package-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    color: #FBE086;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.ring{
    width:30px !important;
    margin-right:2vh;
    margin-top:-0.5vh;
    vertical-align: middle;
}

.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: 15px;
    margin-bottom: 0px;
    color: #222;
    letter-spacing: 0.20px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
}

.publishedon {
    color: #806248;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    margin-top:5px;
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
}

.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 #222222;
    background:#222222;
    padding: 5px 15px !important;
    border-radius: 50px;
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin-top: 1vh;
    font-family: 'Poppins', sans-serif;
}

.readbtn:hover {
    background: #222222;
    color: #FBE086;
}


/* 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: 700;
    font-size: 24px !important;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #000000;
}

.feature-text {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    font-family: 'Poppins', sans-serif;
}


/* 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: #ffffff;
    padding: 30px 150px 10px 150px !important;
    font-family: 'Poppins', sans-serif;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 0px;
    color:#000000;
}

.footer-links li {
    margin-bottom: 6px;
    width:100% !important;
    float:left;
}

.footer-links li a {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 1.2vh;
    float: left;
    width:100%;
}

.footer-links li a:hover {
    color: #000000;
}

.footer-subscribe .btn {
    background: #f2f2f2;
    height: 46px;
    border-radius: 0px !important;
    line-height: 45px;
    box-shadow: none !important;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-bottom {
    border:none !important;
    margin-top: 0px;
    margin-top:-2vh;
    padding-top: 0px !important;
    font-size: 14px;
    color:#000000;
    text-align: left;
}

.footer-bottom a {
    color: #000000;
    font-weight: 600;
}


.footericon .tiny {
    font-size: 24px !important;
    vertical-align: middle;
    background: #000000;
    border-radius: 50px;
    padding: 10px;
    color:#ffffff;
}

.footericon p{
    color:#000000;
}

.social-icons a {
    margin-right: 10px;
    color: #000000;
}



/* 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{background:#222222;color:#FBE086;font-size:13px; font-weight:600;padding:8px 20px;border-radius:10px; letter-spacing:0.2px;font-family: 'Poppins', sans-serif;}
.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}


    
/* Gallery */
.tabs{
    padding:0px 0px 0px 0px;overflow:none;background:transparent;height:8vh;
}
.tabs .tab{margin-bottom:1vh;padding:10px 10px !important;height:40px;line-height:40px;}
.tabs .tab a{color:#222222;font-weight:600;font-size:14px !important;border-radius:25px;margin:0 1px;height:40px !important;background:#DDDDDD;text-transform:capitalize;font-family: 'Poppins', sans-serif;}
.tabs .tab a.active{background:#222222 !important;color:#E4C783 !important}
.tabs .indicator{display:none}
.gallery-grid{margin-top:30px}
.gallery-card{border-radius:0px;overflow:hidden;margin-bottom:20px}
.gallery-card img{width:100%;height:100%;object-fit:cover;transform:scale(1.08)}
.gallery-card:hover img{transform:scale(1.08)}
.masonry{column-count:3;column-gap:20px}
@media(max-width:992px){.masonry{column-count:2}}
@media(max-width:600px){.masonry{column-count:1}}
.masonry .item{break-inside:avoid;margin-bottom:20px}

input::placeholder {
  color: #222222;
  font-size:14px;
  font-weight:500;
}
 

/* FIXED NAVBAR OVER SLIDER */
nav{font-family: 'Poppins', sans-serif;background:transparent;box-shadow:none;position:absolute;top:0;width:100%;z-index:999;background:rgba(0,0,0,0.2);height:auto !important;padding:10px 0px 20px 0px;box-shadow:0px 0px 20px #000;border-bottom:solid 1px #999999;}
nav .brand-logo{font-weight:700}
.nav-wrapper{padding:0px 150px !important;}
.brand-logo img{width:11% !important;margin-top:-3.5vh;}
nav ul{margin-top:0vh;}
nav ul a{font-weight:400;background:transparent; color:#dddddd !important;z-index:3;margin-top:2vh;font-size:14px !important;margin-left:2vh;line-height:24px;padding:10px 15px !important;border-radius:10px;text-transform: uppercase;letter-spacing:0.60px;}
nav ul a:hover{color:#E4C783 !important;}
.planevent{background:transparent;color:#E4C783 !important;line-height:24px;padding:8px 15px !important;border-radius:5px;font-weight:600;margin-top:2vh;border:solid 1px #E4C783;}

/* FIX: give slider natural height so next section not hidden */
.slider{height:100vh !important}

.slider .slides li::after{
content:"";
position:absolute;
width:100%;height:100%;
background:rgba(0,0,0,0.35);
top:0;left:0;
}

.caption-custom{
position:absolute;
bottom:1%;left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:#fff;
z-index:5;
background:rgba(0,0,0,0.5);
padding:5px 40px;
width:90%;
}
.caption-custom h2{font-weight:400;font-size:40px;margin-top:1.5vh;color:#ffffff;margin-bottom:0px;}
.caption-custom h5{font-weight:300;font-size:16px;margin-top:10px;font-family: 'Poppins', sans-serif;}


.event-section{padding:80px 140px;background:#ffffff}
.event-title{font-weight:700;margin-bottom:40px;font-size:30px;}
.event-card{
background:#ffffff;
padding:25px 10px;
border-radius:16px;
border:1px solid #222222;
transition:0.3s;
}
.event-card img{width:70px;margin-bottom:5px}
.event-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,0.1)}
.event-card h5{font-weight:500;margin-top:0px;color:#222222;font-size:18px !important;margin-top:5px;font-family: 'Poppins', sans-serif;}
.event-btn{font-family: 'Poppins', sans-serif;margin-top:30px;border-radius:10px;padding:0 30px;font-weight:600;font-size:15px !important;text-transform:capitalize;background:#E4C783 !important;color:#222222;line-height:60px;}



/* updated */
   .pointersbox{
        padding:20px 140px !important;
    }
        .section-title {
      font-size: 32px;
      font-weight:700;
      letter-spacing: 1px;
      margin-bottom: 10px;
      margin-top:5vh !important;
    }

    .section-subtitle {
      max-width: 800px;
      margin: 0 auto 50px;
      font-size: 18px;
      color: #555;
    }

    .service-card {
      background: #fff;
      padding: 25px 20px;
      border-radius: 6px;
      border: 1px solid #e6e6e6;
      display: flex;
      align-items: center;
      transition: all 0.3s ease;
      min-height: 140px;
      margin-top:2vh;
    }

    .service-card:hover {
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      transform: translateY(-4px);
    }

    .service-icon {
      width: 80px;
      height: 80px;
      border: 1px solid #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 25px;
      color: #E4C783;
    }

    .serviceimage {
      width: 80px;
      height: 80px;
      border: 1px solid #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 25px;
      color: #E4C783;
    }

    .service-icon i {
      font-size: 40px;
    }

    .service-content h5 {
      margin: 0 0 5px;
      font-size: 24px;
      font-weight: 500;
      color: #222222;
    }

    .service-content p {
      margin: 0;
      font-size: 15px;
      color: #666;
      font-family: 'Poppins', sans-serif;
    }

    @media only screen and (max-width: 600px) {
      .service-card {
        flex-direction: column;
        text-align: center;
      }

      .service-icon {
        margin: 0 0 15px;
      }
    }



.wedding-section {
  padding: 80px 140px;
  background-color: #f8f8f6;
}

.wedding-row {
  margin-bottom: 0;
}

.wedding-content {
  padding-right: 40px;
}

.wedding-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.wedding-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
  color: #444;
}

.wedding-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.wedding-btn {
  background-color: #000;
  padding: 5px 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  height:auto;
  font-family: 'Poppins', sans-serif;
}

.wedding-btn:hover {
  background-color: #333;
}

.wedding-image img {
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}



.offerings-area {
  padding: 40px 140px;
  background-color: #ffffff;
}

.offerings-heading {
  font-size: 32px;
  font-weight:700;
  margin-bottom: 60px;
  color: #222;
}

.offer-card {
  background: #fff;
  padding: 40px 55px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  margin-bottom: 30px;
  min-height: 320px;
}

.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.offer-icon {
  width: 90px;
  margin-bottom: 20px;
}

.offer-card h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  color: #000000;
  font-weight:600;
}

.offer-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight:400;
  color: #222222;
  line-height: 1.7;
}

/* 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) {


    /* FIXED NAVBAR OVER SLIDER */
nav{background:transparent;box-shadow:none;position:relative;margin-top:0vh !important;width:100%;z-index:999}
nav .brand-logo{font-weight:700}
.nav-wrapper{padding:0px 20px 0px 0px !important;}
.brand-logo img{width:50% !important;margin-top:-2vh;margin-left:-15vh;z-index:5 !important;}
nav ul{margin-top:2vh;}
nav ul a{font-weight:500;background:rgba(228, 199, 131,0.1); color:#faf6ea !important;z-index:3;margin-top:0vh;font-size:12px !important;margin-left:0vh;line-height:24px;padding:5px 5px !important;border-radius:10px;}
.planevent{background:#E4C783;color:#222222 !important;line-height:24px;padding:2px 7px !important;font-size:10px !important;border-radius:5px;font-weight:600;margin-top:0vh;}

.slides{height:40vh !important;margin-top:0vh !important;}
/* FIX: give slider natural height so next section not hidden */
.slider{height:40vh !important;}

.slider .slides li img{height:100% !important;}
.slider .slides li::after{
content:"";
position:absolute;
width:100%;height:40vh;
background:transparent;
top:0;left:0;
}

.caption-custom{
position:absolute;
bottom:-5%;left:50%;
width:95%;
transform:translate(-50%,-50%);
text-align:center;
color:#fff;
z-index:5;
background:rgba(0,0,0,0.6);
padding:0px 10px;
border-radius:0px;
}
.caption-custom h2{font-weight:500;font-size:16px;margin-top:1.5vh;color:#ffffff;margin-bottom:0px;}
.caption-custom h5{font-weight:400;font-size:10px;margin-top:8px;}

.caption-customlogo{
position:absolute;
top:20%;left:50%;
width:100%;
transform:translate(-50%,-50%);
text-align:center;
color:#fff;
z-index:5;
background:rgba(0,0,0,0.8);
padding:0px 10px;
}
.caption-customlogo .logoimg{width:80% !important;z-index:5;margin-top:30vh;}

.event-section{padding:20px 10px;background:#ffffff}
.event-title{font-weight:700;margin-bottom:40px;font-size:30px;}
.event-card{
background:transparent;
padding:25px 10px;
border-radius:16px;
border:1px solid #222222;
transition:0.3s;
}
.event-card img{width:70px;margin-bottom:5px}
.event-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,0.1)}
.event-card h5{font-weight:600;margin-top:0px;font-size:18px !important;margin-top:10px;}
.event-btn{margin-top:30px;border-radius:10px;padding:0 30px;font-weight:700;font-size:15px !important;text-transform:capitalize;background:#E4C783 !important;color:#222222;line-height:60px;}


    /* Mainbox */

.mainbox {
    padding: 20px !important;
}

.mainbox h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 2vh !important;
    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;
}


/* Package card */

.package-card {
    border-radius: 5px;
    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: 400px !important;
    object-fit: cover;
}

.package-content {
    padding: 5px 5px;
}

.package-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: #FBE086;
    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: #000000 !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: #000000;
}

.feature-text {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #222222;
    font-family: 'Poppins', sans-serif;
}

/* Article */

.article-card {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
    padding:0px !important;
}

.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;
    font-family: 'Poppins', sans-serif;
    color: #222;
    letter-spacing: 0.40px;
    line-height: 15px;
    min-height: 50px;
    /* keeps alignment neat */
}

.publishedon {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin-top:0px;
    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 */


.event-section{padding:20px 20px;background:#ffffff}
.event-section .col{margin-top:2vh;}
.event-title{font-weight:700;margin-bottom:10px;font-size:20px;}
.event-card{
background:transparent;
padding:25px 10px;
border-radius:16px;
border:1px solid #222222;
transition:0.3s;
}
.event-card img{width:70px;margin-bottom:5px}
.event-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,0.1)}
.event-card h5{font-weight:600;margin-top:0px;font-size:14px !important;margin-top:10px;}
.event-btn{margin-top:30px;border-radius:10px;padding:0px 20px;font-weight:700;font-size:15px !important;text-transform:capitalize;background:#E4C783 !important;color:#222222;line-height:60px;}

.memoriestitle {
    font-size: 26px;
    font-weight: 700;
    margin-top: 2vh;
    margin-bottom: 2vh !important;
    color: #ffffff !important;
}

.memoriestext {
    font-size: 16px;
    font-weight: 400;
    margin-top: -1vh !important;
    margin-bottom: 5vh !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}



/* Gallery */
.tabs{
    padding:0px 0px 0px 0px;overflow:auto;background:transparent;height:8vh;
}
.tabs .tab{width:auto !important;margin-bottom:1vh;padding:10px 5px !important;height:40px;line-height:40px;}
.tabs .tab a{width:auto !important;color:#222222;font-weight:600;font-size:14px;border-radius:25px;margin:0 1px;height:40px !important;background:#DDDDDD;text-transform:capitalize;}
.tabs .tab a.active{background:#222222 !important;color:#E4C783 !important}
.tabs .indicator{display:none}
.gallery-grid{margin-top:30px}
.gallery-card{border-radius:0px;overflow:hidden;margin-bottom:20px}
.gallery-card img{width:100%;height:100%;object-fit:cover;transform:scale(1.08)}
.gallery-card:hover img{transform:scale(1.08)}
.masonry{column-count:3;column-gap:20px}
@media(max-width:992px){.masonry{column-count:2}}
@media(max-width:600px){.masonry{column-count:1}}
.masonry .item{break-inside:avoid;margin-bottom:20px}

input::placeholder {
  color: #222222;
  font-size:14px;
  font-weight:500;
}


/* Footer */

footer {
    background: #ffffff;
    padding: 20px !important;
}


.footer-links li {
    margin-bottom: 6px;
}

.footer-links li a {
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    margin-top: 1.2vh;
    float: left;
}

.footer-links li a:hover {
    color: #222222;
}

.footer-bottom {
    margin-top: 20px;
    padding-top: 10px !important;
    font-size: 12px;
    text-align: center;
}

.footer-bottom a {
    color: #222222;
    font-weight: 500;
    font-size: 12px;
}

.footer-nav a {
    margin: 0 15px;
    color: #222222;
    font-size: 11px;
    font-weight: 500;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footericon .tiny {
    font-size: 12px !important;
    vertical-align: middle;
    background: #222222;
    border-radius: 50px;
    padding: 5px;
}

.social-icons a {
    margin-right: 10px;
    color: #ffffff;
}


/* Gradient overlay that becomes stronger on hover */
.dest-overlay{
position:absolute;
bottom:0; left:0; right:0;
padding:10px 0px;
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:0.8rem; font-weight:600; 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: #222222;
}

.abouttextsecond {
    font-size: 15px;
    width:100%;
    font-weight: 500 !important;
    line-height: 25px;
    margin-top: 2vh;
    margin-bottom: 0px;
    color: #222222 !important;
    font-weight: 400;
    line-height: 30px;
}
.plannerbox .customtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    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: 5vh;
    background: #DBE1D6;
    padding:20px !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;
}


   .pointersbox{
        padding:20px 10px !important;
    }
        .section-title {
      font-size: 20px;
      font-weight:700;
      letter-spacing: 1px;
      margin-bottom: 10px;
      margin-top:5vh !important;
    }

    .section-subtitle {
      max-width: 800px;
      margin: 0 auto 50px;
      font-size: 16px;
      color: #555;
    }

    .service-card {
      background: #fff;
      padding: 25px 20px;
      border-radius: 6px;
      border: 1px solid #e6e6e6;
      display: flex;
      align-items: center;
      transition: all 0.3s ease;
      min-height: 140px;
      margin-top:2vh;
    }

    .service-card:hover {
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      transform: translateY(-4px);
    }

    .service-icon {
      width: 80px;
      height: 80px;
      border: 1px solid #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 25px;
      color: #E4C783;
    }

    .serviceimage {
      width: 80px;
      height: 80px;
      border: 1px solid #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 25px;
      color: #E4C783;
    }

    .service-icon i {
      font-size: 40px;
    }

    .service-content h5 {
      margin: 0 0 5px;
      font-size: 20px;
      font-weight: 500;
      color: #222222;
    }

    .service-content p {
      margin: 0;
      font-size: 13px;
      color: #666;
      font-family: 'Poppins', sans-serif;
    }

    @media only screen and (max-width: 600px) {
      .service-card {
        flex-direction: column;
        text-align: center;
      }

      .service-icon {
        margin: 0 0 15px;
      }
    }



.wedding-section {
  padding: 40px 20px !important;
  background-color: #f8f8f6;
}

.wedding-row {
  margin-bottom: 0;
}

.wedding-content {
  padding-right: 0px;
  width:100% !important;
}

.wedding-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.wedding-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
  color: #444;
}

.wedding-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.wedding-btn {
  background-color: #000;
  padding: 5px 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  height:auto;
  font-family: 'Poppins', sans-serif;
}

.wedding-btn:hover {
  background-color: #333;
}

.wedding-image img {
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}



.offerings-area {
  padding: 20px 20px;
  background-color: #ffffff;
}

.offerings-heading {
  font-size: 22px;
  font-weight:700;
  margin-bottom: 60px;
  color: #222;
}

.offer-card {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  margin-bottom: 30px;
  min-height: 320px;
}

.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.offer-icon {
  width: 90px;
  margin-bottom: 20px;
}

.offer-card h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  color: #000000;
  font-weight:600;
}

.offer-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight:400;
  color: #222222;
  line-height: 1.7;
}

}



