body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}



/* header start */

.navbar-custom {


    position: relative;

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 120px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.black-logo {
    display: none !important;
}

.sticky-scroll .white-logo {
    display: none !important;
}

.sticky-scroll .black-logo {
    display: block !important;
}

.sticky-scroll .navbar-nav a {
    color: #000000 !important;
}

.sticky-scroll .header-scoilmedia a {
    border: 1px solid #000000;
    color: #000000;
}



.sticky-scroll .navbar-toggler span {
    color: #000000 !important;
}

.offcanvas-body {

    display: flex !important;
    justify-content: left !important;
}


.navbar-nav {
    display: flex;
    justify-content: end;
}

.navbar-nav a {
    color: #ffffff !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;

    transition: color 0.3s ease;
    position: relative;

    /* text-align: center !important; */
}


.navbar-nav a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #bfbb5b;
    transition: width 0.3s ease;
}

.navbar-nav a:hover {
    color: #bfbb5b !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



/* .navbar-nav .active a {
    color: #bfbb5b !important;
} */




.navbar-toggler span {
    color: #ffffff !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}


/* header social media  */

.header-scoilmedia {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.header-scoilmedia a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;

    transition: all 0.4s ease;
}

.header-scoilmedia a i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-scoilmedia a:hover {
    border-color: #bfbb5b;
    color: #bfbb5b;
    transform: translateY(-3px);
}







@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn {
        display: none;
    }

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}


@media(max-width:432px) {
    .navbar-brand img {
        width: 105px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */




/* home  banner start */

.banner-section {
    width: 100%;
    position: relative;
}

.banner-section .item {
    width: 100%;
    min-height: 100vh;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
}



/* .banner-section .item:nth-child(1){
    background-image: url(../image/banner.jpg);
}

.banner-section .item:nth-child(2){
    background-image: url(../image/banner-2.jpg);
}

.banner-section .item:nth-child(3){
    background-image: url(../image/banner-3.jpg);
} */

.banner-one {
    background-image: url(../image/banner.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-two {
    background-image: url(../image/banner-2.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-three {
    background-image: url(../image/banner-3.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.banner-overlay {
    width: 100%;
    min-height: 100vh;

    /* background: rgba(33, 52, 69, 0.6); */
    /* background: rgba(77, 52, 16, 0.85); */
    background: rgba(0, 0, 0, 0.65);

    display: flex;
    align-items: center;
}



.banner-content-row {
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}



.banner-content {
    width: 100%;
}



.banner-content h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    font-family: "Marcellus", serif;

    /* font-family: "Josefin Sans", sans-serif; */
}

.banner-content h2 span {
    color: #bfbb5b;
}



.banner-content p {
    color: #ddd;
    font-size: 18px;
    line-height: 1.8;

    margin-bottom: 30px;
    text-align: center;
}



.banner-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 28px;

    background: #bfbb5b;
    color: #fff;

    font-weight: 500;
    text-decoration: none;

    border-radius: 30px;
    border: 2px solid transparent;

    transition: 0.4s ease;
}

.banner-btn i {
    margin-right: 8px;
}

.banner-btn:hover {
    background: transparent;
    border: 2px solid #bfbb5b;
    color: #bfbb5b;

    transform: translateY(-3px);
}



.banner-btn-outline {
    background: transparent;
    border: 2px solid #bfbb5b;
    color: #bfbb5b;
}

.banner-btn-outline:hover {
    background: #bfbb5b;
    color: #fff;
}



.banner-section .owl-dots {
    position: absolute;

    bottom: 30px;
    left: 50%;

    transform: translateX(-50%);
    z-index: 5;
}

.banner-section .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;

    margin: 5px;

    background: #fff;
    border-radius: 50%;

    transition: 0.4s ease;
}

.banner-section .owl-dots .owl-dot.active span {
    width: 30px;

    border-radius: 30px;

    background: #bfbb5b;
}



@media(max-width:768px) {

    .banner-content h2 {
        font-size: 45px;
    }

    .banner-content p {
        font-size: 15px;
    }
}

@media(max-width:432px) {

    .banner-content-row {
        min-height: 550px;
    }

    .banner-content h2 {
        font-size: 40px;
    }

    .banner-btn {
        padding: 8px 17px;
        font-size: 14px;
        font-weight: 400;
    }
}

@media(max-width:375px) {

    .banner-content h2 {
        font-size: 35px;
    }
}


/* banner end */




/* footer start */


.footer-section {
    background: #f8f6ef;
    padding: 40px 0;
}

.footer-box {
    background: #4d3410;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.footer-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #bfbb5b;
}

/* Logo */

.footer-logo img {
    width: 150px;
}

/* About */

.footer-about {
    margin-top: 20px;
}

.footer-about p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 25px;
}

/* Social Icons */

.social-icon {
    display: flex;
    gap: 12px;
}

.social-icon a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.social-icon a:hover {
    background: #bfbb5b;
    color: #4d3410;
    transform: translateY(-5px);
}

/* Menu */

.footer-menu h2 {
    color: #bfbb5b;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 14px;
}

.footer-menu ul li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: 0.4s;
    line-height: 28px;
}

.footer-menu ul li a:hover {
    color: #bfbb5b;
    padding-left: 8px;
}

/* Copyright */

.copy-right {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copy-right p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 15px;
}

.copy-right a {
    color: #bfbb5b;
    text-decoration: none;
}

.copy-right a:hover {
    color: #ffffff;
}

/* Responsive */

@media (max-width: 991px) {

    .footer-box {
        padding: 35px;
    }

    .copy-right {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 576px) {

    .footer-section {
        padding: 50px 0;
    }

    .footer-box {
        padding: 25px;
        border-radius: 15px;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-menu h2 {
        font-size: 20px;
    }

    .footer-about p,
    .footer-menu ul li a,
    .copy-right p {
        font-size: 14px;
    }
}

/* footer end */






/* testimonials start */

.guest-review-section {
    padding: 50px 0;
    /* background: #f8f6ef; */
    overflow: hidden;
}

.guest-review-heading {
    max-width: 750px;
    margin: auto;
    margin-bottom: 50px;
}

.guest-review-subtitle {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(191, 187, 91, 0.15);
    color: #4d3410;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.guest-review-heading h2 {
    font-size: 40px;
    color: #4d3410;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Marcellus", serif;
}

.guest-review-heading h2 span {
    color: #bfbb5b;
}

.guest-review-heading p {
    color: #666;
    line-height: 30px;
    font-size: 16px;
}

/* Review Card */

.guest-review-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    margin: 10px;
    position: relative;
    transition: 0.4s;
    border: 1px solid rgba(0,0,0,0.05);
    /* box-shadow: 0 10px 35px rgba(0,0,0,0.04); */
}

.guest-review-card:hover {
    transform: translateY(-10px);
    border-color: #bfbb5b;
}

.quote-icon {
    position: absolute;
    top: 25px;
    right: 25px;
}

.quote-icon i {
    font-size: 45px;
    color: rgba(191, 187, 91, 0.35);
}

.guest-review-card h4 {
    color: #4d3410;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.guest-type {
    color: #bfbb5b;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
}

.guest-review-card p {
    color: #666;
    line-height: 30px;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.review-stars {
    color: #ffc107;
    font-size: 18px;
    letter-spacing: 3px;
}

/* Owl Dots */

.guest-review-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.guest-review-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background: #d7d7d7 !important;
    border-radius: 50%;
    margin: 0 5px;
}

.guest-review-carousel .owl-dot.active {
    width: 30px;
    border-radius: 20px;
    background: #bfbb5b !important;
}

@media(max-width:768px){

    .guest-review-section{
        padding:70px 0;
    }

    .guest-review-heading h2{
        font-size:30px;
        line-height:42px;
    }

    .guest-review-card{
        padding:25px;
    }
}

/* testimonials end */






/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #bfbb5b;
}

/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #bfbb5b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 999;
}

/* end */


/* pages banner start */

.breadcrumb-section {
    position: relative;
    background: url(..//image/banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    color: #fff;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(77, 52, 16, 0.85); */
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Josefin Sans", sans-serif;
    color: #bfbb5b;
}

.breadcrumb-content p {
    font-size: 16px;
}

.breadcrumb-content a {
    color: #fff;
    text-decoration: none;

}

.breadcrumb-content a:hover {
    color: #bfbb5b;
}

/* pages banner start */







/* gallry pages start */



.travel-gallery-section {
    background: #f8f8f8;
}



.travel-gallery-title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #4d3410;
}

.travel-gallery-title h2 span {
    color: #bfbb5b;
    font-family: "Fugaz One", sans-serif;
}

.travel-gallery-title p {
    color: #666;
    font-size: 17px;
    margin-top: 12px;
}



.travel-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    cursor: pointer;
}



.travel-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 30px;

    transition: 0.5s ease;
}



.small-card {
    height: 350px;
}

.large-card {
    height: 350px;
}



.gallery-overlay {
    position: absolute;
    inset: 0;

    background: rgba(53, 74, 91, 0.6);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 30px;

    opacity: 0;
    transition: 0.4s ease;

    pointer-events: none;
}


.gallery-overlay i {
    width: 70px;
    height: 70px;

    background: #bfbb5b;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;

    transform: scale(0.7);
    transition: 0.4s ease;
}



.travel-gallery-card:hover img {
    transform: scale(1.08);
}

.travel-gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.travel-gallery-card:hover .gallery-overlay i {
    transform: scale(1);
}



.image-popup {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100vh;

    background: rgba(0, 0, 0, 0.92);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: 0.4s ease;

    z-index: 99999;
}



.image-popup.active {
    opacity: 1;
    visibility: visible;
}



.popup-image {
    width: 80%;
    max-height: 90vh;

    object-fit: contain;

    border-radius: 20px;

    transform: scale(0.8);
    transition: 0.4s ease;
}

.image-popup.active .popup-image {
    transform: scale(1);
}



.close-popup {
    position: absolute;

    top: 30px;
    right: 40px;

    width: 50px;
    height: 50px;

    background: #bfbb5b;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;

    cursor: pointer;

    transition: 0.3s ease;
}

.close-popup:hover {
    background: #4d3410;
}



@media(max-width:768px) {

    .travel-gallery-title h2 {
        font-size: 38px;
    }

    .small-card,
    .large-card {
        height: 280px;
    }

    .popup-image {
        width: 95%;
    }
}

@media(max-width:432px) {

    .travel-gallery-title h2 {
        font-size: 30px;
    }

    .travel-gallery-title p {
        font-size: 15px;
    }

    .small-card,
    .large-card {
        height: 220px;
    }

    .close-popup {
        width: 45px;
        height: 45px;

        top: 20px;
        right: 20px;
    }
}

/* gallery page end */









/* about page start */

.about-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 50px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: rgba(191, 187, 91, 0.08);
    border-radius: 50%;
    filter: blur(80px);
}

.about-image-wrapper {
    position: relative;
    padding-right: 40px;
}

.about-main-image {
    overflow: hidden;
    border-radius: 35px;
}

.about-main-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 35px;
    transition: 0.6s;
}

.about-main-image:hover img {
    transform: scale(1.05);
}

/* Floating Card */

.floating-card {
    position: absolute;
    bottom: 40px;
    right: 0;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #bfbb5b;
    animation: floatCard 3s ease-in-out infinite;
}

.floating-icon {
    width: 70px;
    height: 70px;
    background: #bfbb5b;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-icon i {
    color: #ffffff;
    font-size: 28px;
}

.floating-card h5 {
    margin-bottom: 5px;
    color: #4d3410;
    font-size: 18px;
    font-weight: 700;
}

.floating-card span {
    color: #777;
    font-size: 14px;
}

/* Content */

.about-content {
    padding-left: 15px;
}

.about-subtitle {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(191, 187, 91, 0.15);
    color: #4d3410;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: "Marcellus", serif;
}

.about-content h2 {
    font-size: 40px;
    line-height: 65px;
    color: #4d3410;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Marcellus", serif;
}

.about-content h2 span {
    color: #bfbb5b;
}

.about-content p {
    color: #666;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 20px;
}

/* Features */

.about-feature-list {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-item i {
    width: 35px;
    height: 35px;
    background: #4d3410;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item span {
    color: #4d3410;
    font-weight: 600;
}

/* Button */

.about-btn {
    margin-top: 35px;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #bfbb5b;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.4s;
}

.read-more-btn:hover {
    background: #4d3410;
    color: #ffffff;
    transform: translateY(-5px);
}

/* Animation */

@keyframes floatCard {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Responsive */

@media (max-width: 991px) {

    .about-image-wrapper {
        padding-right: 0;
    }

    .about-main-image img {
        height: 500px;
    }

    .about-content {
        padding-left: 0;
    }

    .about-content h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .floating-card {
        right: 20px;
    }
}

@media (max-width: 576px) {

    .about-section {
        padding: 70px 0;
    }

    .about-main-image img {
        height: 350px;
    }

    .about-content h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .about-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .floating-card {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
    }
}

/* about end */


/* contact page  */

.vimbi-contact-section{
    padding:50px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.vimbi-contact-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:#bfbb5b;
    opacity:.08;
    border-radius:50%;
    top:-150px;
    right:-150px;
}

.vimbi-contact-header{
    max-width:700px;
    margin:0 auto 60px;
}

.vimbi-contact-tag{
    display:inline-block;
    padding:8px 22px;
    background:#bfbb5b;
    color:#4d3410;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.vimbi-contact-header h2{
    font-size:40px;
    font-weight:600;
    color:#4d3410;
    margin-bottom:15px;
    font-family: "Marcellus", serif;
}

.vimbi-contact-header h2 span{
    color:#bfbb5b;
}

.vimbi-contact-header p{
    color:#666;
    line-height:1.8;
}

/* Contact Info */

.vimbi-contact-info{
    background:#4d3410;
    padding:45px;
    border-radius:30px;
    height:100%;
    position:relative;
    overflow:hidden;
}

.vimbi-contact-info::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:#bfbb5b;
    border-radius:50%;
    right:-80px;
    top:-80px;
    opacity:.2;
}

.vimbi-contact-card{
    display:flex;
    gap:20px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

.vimbi-contact-icon{
    width:65px;
    height:65px;
    min-width:65px;
    background:#bfbb5b;
    color:#4d3410;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.vimbi-contact-content h4{
    color:#ffffff;
    margin-bottom:10px;
    font-size:22px;
}

.vimbi-contact-content a,
.vimbi-contact-content p{
    display:block;
    color:#ffffff;
    text-decoration:none;
    margin-bottom:8px;
    opacity:.9;
}

/* Social */

.vimbi-social-links{
    margin-top:25px;
    display:flex;
    gap:15px;
    position:relative;
    z-index:2;
}

.vimbi-social-links a{
    width:50px;
    height:50px;
    background:#ffffff;
    color:#4d3410;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.4s;
    font-size:18px;
}

.vimbi-social-links a:hover{
    background:#bfbb5b;
    transform:translateY(-5px);
}

/* Form */

.vimbi-contact-form{
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.vimbi-contact-form h3{
    color:#4d3410;
    margin-bottom:30px;
    font-size:30px;
    font-family: "Marcellus", serif;
}

.vimbi-contact-form input,
.vimbi-contact-form textarea{
    width:100%;
    border:none;
    background:#f7f7f7;
    padding:18px 20px;
    margin-bottom:20px;
    border-radius:15px;
    outline:none;
}

.vimbi-contact-form input:focus,
.vimbi-contact-form textarea:focus{
    box-shadow:0 0 0 2px #bfbb5b;
}

.vimbi-contact-btn{
    background:#bfbb5b;
    color:#ffffff;
    border:none;
    padding:16px 40px;
    border-radius:50px;
    font-weight:500;
    transition:.4s;
}

.vimbi-contact-btn:hover{
    background:#4d3410;
    color:#ffffff;
}

/* Responsive */

@media(max-width:991px){

    .vimbi-contact-header h2{
        font-size:38px;
    }

    .vimbi-contact-info{
        margin-bottom:30px;
    }

    .vimbi-contact-form{
        padding:35px;
    }
}

@media(max-width:576px){

    .vimbi-contact-section{
        padding:70px 0;
    }

    .vimbi-contact-header h2{
        font-size:30px;
    }

    .vimbi-contact-info,
    .vimbi-contact-form{
        padding:25px;
        border-radius:20px;
    }

    .vimbi-contact-card{
        gap:15px;
    }

    .vimbi-contact-icon{
        width:55px;
        height:55px;
        min-width:55px;
        font-size:20px;
    }

    .vimbi-contact-content h4{
        font-size:18px;
    }
}

/* contact page end */



/* stay detail page start */

.homestay-details-section{
    padding:50px 0;
    background:#f8f7f1;
}

.homestay-main-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
}

.homestay-main-image img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:25px;
}

.homestay-badge{
    position:absolute;
    top:25px;
    left:25px;
    background:#bfbb5b;
    color:#4d3410;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;
}

.homestay-title{
    font-size:30px;
    color:#4d3410;
    margin-bottom:20px;
    margin-top:35px;
    font-family: "Marcellus", serif;
}

.homestay-meta-info{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    margin-bottom:25px;
}

.homestay-meta-info span{
    color:#666;
}

.homestay-meta-info i{
    color:#bfbb5b;
    margin-right:8px;
}

.homestay-details-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
    font-size: 15px;
}

.homestay-features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:35px;
}

/* Changed Class */

.detail-feature-item{
    background:#ffffff;
    border-radius:10px;
    padding:25px;
    text-align:center;
    /* box-shadow:0 5px 20px rgba(0,0,0,0.05); */
    transition:.4s;
}

.detail-feature-item:hover{
    transform:translateY(-6px);
}

.detail-feature-item i{
    font-size:30px;
    color:#bfbb5b;
    margin-bottom:15px;
    display:block;
}

.detail-feature-item h6{
    margin:0;
    color:#4d3410;
    font-weight:500;
    font-size: 15px;
}

/* Booking Form */

.homestay-booking-form{
    background:#4d3410;
    padding:35px;
    border-radius:25px;
    position:sticky;
    top:30px;
}

.booking-form-header{
    text-align:center;
    margin-bottom:25px;
}

.booking-form-header h3{
    color:#ffffff;
    margin-bottom:10px;
    font-family: "Marcellus", serif;
}

.booking-form-header p{
    color:#ddd;
}

.homestay-booking-form input,
.homestay-booking-form select,
.homestay-booking-form textarea{
    width:100%;
    padding:15px;
    border:none;
    border-radius:12px;
    margin-bottom:15px;
    outline:none;
}

.homestay-booking-form label{
    color:#ffffff;
    margin-bottom:8px;
    display:block;
}

.booking-submit-btn{
    width:100%;
    border:none;
    background:#bfbb5b;
    color:#ffffff;
    padding:16px;
    border-radius:50px;
    font-weight:500;
    transition:.4s;
}

.booking-submit-btn:hover{
    background: transparent;
    border: 1px solid #bfbb5b;
    color: #bfbb5b;
}

.booking-contact-box{
    margin-top:25px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,0.15);
    text-align:center;
}

.booking-contact-box h5{
    color:#ffffff;
    margin-bottom:15px;
}

.booking-contact-box a{
    color:#bfbb5b;
    text-decoration:none;
    font-weight:600;
}

.booking-contact-box i{
    margin-right:8px;
}

/* Responsive */

@media(max-width:991px){

    .homestay-booking-form{
        position:relative;
        top:0;
    }

    .homestay-main-image img{
        height:400px;
    }
}

@media(max-width:767px){

    .homestay-features-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .homestay-title{
        font-size:32px;
    }

    .homestay-main-image img{
        height:300px;
    }
}

@media(max-width:576px){

    .homestay-features-grid{
        grid-template-columns:1fr;
    }

    .homestay-title{
        font-size:28px;
    }
}


/* detail end */



/* detail slide stat */

.detail-gallery-section{
    padding:40px 0;
    background:#ffffff;
}

.detail-gallery-item{
    overflow:hidden;
    border-radius:20px;
}

.detail-gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:20px;
    transition:all .6s ease;
}

.detail-gallery-item:hover img{
    transform:scale(1.08);
}

/* Owl Custom */

.detail-gallery-slider .owl-stage{
    display:flex;
    align-items:center;
}

.detail-gallery-slider .owl-item{
    transition:all .5s ease;
}

.detail-gallery-slider .owl-dots{
    text-align:center;
    margin-top:30px;
}

.detail-gallery-slider .owl-dot span{
    width:10px;
    height:10px;
    margin:5px;
    background:#d8d8d8;
    display:block;
    border-radius:50%;
}

.detail-gallery-slider .owl-dot.active span{
    background:#bfbb5b;
}

@media(max-width:991px){

    .detail-gallery-item img{
        height:240px;
    }
}

@media(max-width:767px){

    .detail-gallery-item img{
        height:220px;
    }
}

@media(max-width:500px){

    .homestay-booking-form{
        padding: 20px;
    }

    .homestay-features-grid{
        grid-template-columns:repeat(2,2fr);
    }

    .detail-feature-item h6{
        font-size: 13px;
    }
}


/* slider end */



/* why choose  */

.whychoose-section{
    padding:50px 0;
    background:linear-gradient(135deg,#f8f6e9,#ffffff);
    overflow:hidden;
}

.whychoose-content{
    padding-right:40px;
}

.whychoose-tag{
    display:inline-block;
    background:#bfbb5b;
    color:#4d3410;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
    font-family: "Marcellus", serif;
}

.whychoose-content h2{
    font-size:40px;
    font-weight:600;
    color:#4d3410;
    line-height:1.2;
    margin-bottom:20px;
    font-family: "Marcellus", serif;
}

.whychoose-content h2 span{
    color:#bfbb5b;
}

.whychoose-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.whychoose-item{
    display:flex;
    gap:20px;
    margin-bottom:25px;
}

.whychoose-icon{
    width:70px;
    height:70px;
    min-width:70px;
    background:#bfbb5b;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#4d3410;
    font-size:26px;
}

.whychoose-item h5{
    color:#4d3410;
    margin-bottom:8px;
}

.whychoose-item p{
    margin:0;
}

/* Right Side Cards */

.whychoose-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.whychoose-card{
    padding:40px 25px;
    border-radius:25px;
    text-align:center;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.whychoose-card:hover{
    transform:translateY(-10px);
}

.whychoose-card i{
    font-size:40px;
    margin-bottom:15px;
}

.whychoose-card h3{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.card-one{
    background:#4d3410;
    color:#fff;
}

.card-two{
    background:#bfbb5b;
    color:#4d3410;
    margin-top:50px;
}

.card-three{
    background:#ffffff;
    color:#4d3410;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.card-four{
    background:#e8e1b5;
    color:#4d3410;
    margin-top:50px;
}

@media(max-width:991px){

    .whychoose-content{
        padding-right:0;
        margin-bottom:40px;
    }

    .whychoose-content h2{
        font-size:38px;
    }
}

@media(max-width:576px){

    .whychoose-cards{
        grid-template-columns:1fr;
    }

    .card-two,
    .card-four{
        margin-top:0;
    }

    .whychoose-content h2{
        font-size:30px;
        line-height: 42px;
    }

    .whychoose-icon{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:22px;
    }
}
/* whychoose end */


/* mission start */

.mission-vision-section{
    padding:50px 0;
    background:#f8f7f1;
    overflow:hidden;
}

.mission-section-title{
    margin-bottom:60px;
}

.mission-section-title span{
    display:inline-block;
    background:#bfbb5b;
    color:#4d3410;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.mission-section-title h2{
    font-size:40px;
    color:#4d3410;
    font-weight:600;
    font-family: "Marcellus", serif;
}

.mission-vision-image{
    position:relative;
}

.mission-vision-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.mission-vision-content{
    padding-left:40px;
}

.mission-card,
.vision-card{
    display:flex;
    gap:25px;
    padding:35px;
    border-radius:25px;
    margin-bottom:25px;
    transition:.4s;
}

.mission-card{
    background:#ffffff;
    border-left:6px solid #bfbb5b;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.vision-card{
    background:#4d3410;
    color:#ffffff;
}

.mission-card:hover,
.vision-card:hover{
    transform:translateY(-8px);
}

.mission-icon,
.vision-icon{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.mission-icon{
    background:#bfbb5b;
    color:#4d3410;
}

.vision-icon{
    background:#bfbb5b;
    color:#4d3410;
}

.mission-text h3,
.vision-text h3{
    margin-bottom:15px;
    font-size:25px;
    font-weight:600;
}

.mission-text h3{
    color:#4d3410;
}

.vision-text h3{
    color:#ffffff;
}

.mission-text p{
    color:#666;
    line-height:1.9;
    margin:0;
}

.vision-text p{
    color:#e8e8e8;
    line-height:1.9;
    margin:0;
}

@media(max-width:991px){

    .mission-vision-content{
        padding-left:0;
        margin-top:40px;
    }

    .mission-vision-image img{
        height:450px;
    }

    .mission-section-title h2{
        font-size:38px;
    }
}

@media(max-width:767px){

    .mission-card,
    .vision-card{
        flex-direction:column;
        text-align:center;
        padding:25px;
    }

    .mission-icon,
    .vision-icon{
        margin:auto;
    }

    .mission-vision-image img{
        height:350px;
    }

    .mission-section-title h2{
        font-size:30px;
    }
}


@media(max-width:500px){

    .mission-card,
    .vision-card{
        text-align:left;
    }

    .mission-icon,
    .vision-icon{
        margin:0;
    }
}

/* mission end */



/*  nature-experience */

.nature-experience-section{
    padding:50px 0;
    background:#ffffff;
    overflow:hidden;
}

.nature-image-wrapper{
    position:relative;
    padding-right:80px;
}

.nature-main-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:30px;
}

.nature-small-image{
    position:absolute;
    right:0;
    bottom:60px;
    width:220px;
}

.nature-small-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:25px;
    border:8px solid #fff;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.nature-floating-card{
    position:absolute;
    left:-20px;
    bottom:40px;
    background:#4d3410;
    color:#fff;
    padding:25px 35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.nature-floating-card h3{
    font-size:40px;
    margin-bottom:5px;
    color:#bfbb5b;
}

.nature-content{
    padding-left:30px;
}

.nature-tag{
    display:inline-block;
    padding:10px 24px;
    background:#bfbb5b;
    color:#4d3410;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.nature-content h2{
    font-size:40px;
    line-height:1.2;
    color:#4d3410;
    font-weight: 600;
    margin-bottom:25px;
    font-family: "Marcellus", serif;
}

.nature-content h2 span{
    color:#bfbb5b;
}

.nature-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
    font-size: 15px;
}

.nature-feature-list{
    margin-top:35px;
}

.nature-feature-item{
    display:flex;
    gap:20px;
    margin-bottom:25px;
}

.nature-feature-item i{
    width:65px;
    height:65px;
    min-width:65px;
    background:#bfbb5b;
    color:#4d3410;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.nature-feature-item h5{
    color:#4d3410;
    margin-bottom:8px;
}

.nature-feature-item p{
    margin:0;
}

.nature-btn{
    display:inline-block;
    margin-top:15px;
    background:#4d3410;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:500;
    transition:.4s;
}

.nature-btn:hover{
    background:#bfbb5b;
    color:#4d3410;
}

@media(max-width:991px){

    .nature-content{
        padding-left:0;
        margin-top:50px;
    }

    .nature-main-image img{
        height:450px;
    }

    .nature-content h2{
        font-size:38px;
    }
}

@media(max-width:767px){

    .nature-image-wrapper{
        padding-right:0;
    }

    .nature-small-image{
        display:none;
    }

    .nature-floating-card{
        left:20px;
        bottom:20px;
    }

    .nature-main-image img{
        height:350px;
    }

    .nature-content h2{
        font-size:30px;
    }
}

/* nature-experience end */



/* home packgae card */

.package-detail-section{
    padding:50px 0;
    background:#f8f7f1;
}

.package-detail-card{
    background:#ffffff;
    border-radius:30px;
    padding:20px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.package-detail-image{
    height:100%;
}

.package-detail-image img{
    width:100%;
    height:450px;
    object-fit:cover;
    border-radius:10px;
    display:block;
}

.package-detail-content{
    padding:20px 15px 20px 35px;
}

.package-detail-tag{
    display:inline-block;
    padding:8px 22px;
    background:#f5f0d1;
    color:#4d3410;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.package-detail-content h2{
    font-size:30px;
    color:#4d3410;
    margin-bottom:20px;
    line-height:1.3;
    font-weight:600;
    font-family:"Marcellus", serif;
}

.package-detail-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
    font-size:15px;
}

.package-detail-features{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:35px;
}

.package-feature-item{
    background:#f8f7f1;
    padding:12px 18px;
    border-radius:50px;
    display:flex;
    align-items:center;
    gap:10px;
}

.package-feature-item i{
    color:#bfbb5b;
}

.package-feature-item span{
    color:#4d3410;
    font-weight:600;
}

.package-detail-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    background:#4d3410;
    color:#ffffff;
    padding:16px 35px;
    border-radius:50px;
    font-weight:400;
    transition:0.4s;
}

.package-detail-btn:hover{
    background:#bfbb5b;
    color:#4d3410;
}

.package-detail-btn i{
    transition:0.4s;
}

.package-detail-btn:hover i{
    transform:translateX(5px);
}

@media(max-width:991px){

    .package-detail-card{
        padding:15px;
    }

    .package-detail-image img{
        height:350px;
    }

    .package-detail-content{
        padding:30px 10px 10px;
    }

    .package-detail-content h2{
        font-size:28px;
    }
}

@media(max-width:767px){

    .package-detail-section{
        padding:40px 0;
    }

    .package-detail-card{
        border-radius:20px;
        padding:12px;
    }

    .package-detail-image img{
        height:260px;
        border-radius:10px;
    }

    .package-detail-content{
        padding:25px 5px 10px;
    }

    .package-detail-content h2{
        font-size:22px;
        line-height:34px;
    }

    .package-detail-features{
        gap:10px;
    }

    .package-feature-item{
        width:100%;
        justify-content:center;
    }

    .package-detail-btn{
        width:100%;
        justify-content:center;
    }
}


/* package end */



/* Destination page start */

.destination-search-section{
    padding:30px 0;
    background:#f8f7f1;
}

.destination-search-header{
    max-width:800px;
    margin:0 auto 50px;
}

.destination-search-tag{
    display:inline-block;
    padding:10px 22px;
    background:#bfbb5b;
    color:#4d3410;
    border-radius:50px;
    font-weight:600;
    margin-bottom:15px;
}

.destination-search-header h2{
    font-size:40px;
    color:#4d3410;
    margin-bottom:15px;
    font-weight:600;
    font-family: "Marcellus", serif;
}

.destination-search-header h2 span{
    color:#bfbb5b;
}

.destination-search-header p{
    color:#666;
    line-height:1.8;
}

/* Search Box */

.destination-search-box{
    max-width:850px;
    margin:0 auto 50px;
}

.destination-search-input{
    position:relative;
}

.destination-search-input i{
    position:absolute;
    left:25px;
    top:50%;
    transform:translateY(-50%);
    color:#bfbb5b;
    font-size:22px;
}

.destination-search-input input{
    width:100%;
    height:75px;
    border:none;
    outline:none;
    background:#ffffff;
    border-radius:60px;
    padding:0 25px 0 65px;
    /* box-shadow:0 15px 40px rgba(0,0,0,.08); */
    font-size:16px;
}

/* Results */

.destination-result-card{
    background:#ffffff;
    padding:25px;
    border-radius:20px;
    display:flex;
    align-items:center;
    gap:20px;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.destination-result-card:hover{
    transform:translateY(-6px);
}

.destination-result-icon{
    width:70px;
    height:70px;
    min-width:70px;
    background:#bfbb5b;
    color:#4d3410;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.destination-result-content h4{
    color:#4d3410;
    margin-bottom:8px;
    font-size:20px;
}

.destination-result-content span{
    color:#777;
}


.destination-btn{
    padding: 40px 0px;
    display: flex;
    justify-content: center;
}

.destination-btn a{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #bfbb5b;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.4s;
}

.destination-btn a:hover{
    background: #4d3410;
    color: #ffffff;
    transform: translateY(-5px);
}

/* Responsive */

@media(max-width:991px){

    .destination-search-header h2{
        font-size:38px;
    }
}

@media(max-width:767px){

    .destination-search-section{
        padding:40px 0;
    }

    .destination-search-header h2{
        font-size:30px;
    }

    .destination-search-input input{
        height:65px;
    }

    .destination-result-card{
        padding:20px;
    }

    .destination-result-icon{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:22px;
    }

    .destination-result-content h4{
        font-size:18px;
    }
}