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-btn a {
    border: 1px solid #000000;
    color: #000000;
}

.sticky-scroll .header-btn i {
    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: #33813f;
    transition: width 0.3s ease;
}

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

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



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




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

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

}





.header-btn {
    display: flex;
    justify-content: end;
}

.header-btn a {
    /* background-color: #33813f; */
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 5px 17px 5px 17px;
    /* color: #2f455c; */
    border-radius: 50px;
    text-align: end !important;
    font-size: 14px;
    font-weight: 500;


}

.header-btn i {
    color: #ffffff;
    padding: 7px;

}


.header-btn a:hover {
    /* background-color: #2f455c; */
    /* background: transparent;
    border: 1px solid #33813f; */
    color: #ffffff;

}






@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: 100px;
    }
}



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

/* header end */



/* banner start */

.banner-section {
    background-image: url(..//image/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.banner-content-row{
    height: 730px;
    display: flex;
    justify-content: left;
}

.banner-content h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
    text-align: left;
    font-family: "Josefin Sans", sans-serif;
    /* font-family: "Playwrite IE", cursive; */
}

.banner-content span{
    color: #33813f;
}

.banner-content p {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
}


.banner-btn {
    display: inline-block;
    padding: 7px 25px;
    background: #33813f;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

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

.banner-btn:hover {
    background: #42a050;
    transform: translateY(-3px);
}


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

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




@media(max-width:768px) {

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

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


@media(max-width:432px) {

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

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

    .banner-content p{
        text-align: center;
    }

    .banner-btns{
        display: flex;
        justify-content: center;
    }

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


/* banner end */




/* footer start */


.footer-section {
    padding-bottom: 15px;
    /* background-color: #e6e5e5; */
    background-color: #fafafa;

    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px; */
}

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



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

.footer-about p {
    margin-top: 15px;
    color: #383938;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #383938;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #33813f;
}




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

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #000000;

    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #383938;

    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #33813f;
}

.copy-right {
    display: flex;

    justify-content: space-between;
    padding-top: 25px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #383938;

}

.copy-right a {
    color: #383938;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 13px;
    }

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

/* footer end */



/* property start */

.property-head-title h2{
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.property-head-title span{
    color: #33813f;
    font-family: "Josefin Sans", sans-serif;
}

.property-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    background: #ffffff;
    height: 100%;
}

.property-image {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.property-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.property-card:hover .property-image img {
    transform: scale(1.1);
}

.property-content {
    padding: 20px;
}

/* price */

.property-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

/* .property-name-price h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
} */


.property-price {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
}

/* price */

.property-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    margin: 0;
    color: #000000;
}

.property-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.property-location{
    display: flex;
    align-items: center; 
    gap: 3px;
    padding: 5px 0;
}

.property-location h6{
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.property-location-icon i{
    color: #33813f;
    font-size: 14px;
}

.property-amenities {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-amenities li {
    font-size: 13px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
}

.property-btn {
    padding-top: 15px;
    text-align: center;
}

.property-btn .btn{
    font-weight: 400;
    font-size: 16px;
    background-color: #33813f;
    padding: 6px 26px 6px 26px;
    border-radius: 50px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}


.property-btn .btn:hover{
    border: 1px solid #33813f;
    background: transparent;
    color: #33813f;
}


@media (max-width: 576px) {
    .property-name-price {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media(max-width:432px){
    .property-head-title h2{
        font-size: 30px;
    }
}

@media(max-width:376px){
    .property-image img{
        height: 180px;
    }
}




/* property end */



/* about start */

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



.about-btn {
    padding-top: 10px;
}

.about-btn a {
    padding: 7px 26px 7px 26px;
    background-color: #33813f;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
}

.about-btn a:hover {
    border: 1px solid #33813f;
    color: #33813f;
    background: transparent;
}

.about-image-col{
    display: flex;
    align-items: center;
}

.about-image img {
    border-top-right-radius: 100px;
}

.about-content h2 {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
}

.about-content span {
    color: #33813f;
    font-family: "Josefin Sans", sans-serif;
}

.about-content p {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}


@media(max-width:992px) {
    .about-content {
        padding-top: 30px;
    }
}


@media(max-width:432px) {
    .about-section {
        padding-top: 27px;
    }

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

    .about-content p {
        font-size: 14px;
        text-align: left;
    }
}

/* about end */








/* property detail page */

.property-detail-section{
    padding: 50px 0px;
}

.property-gallery {
  display: flex;
  gap: 15px;
}

.thumb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  max-height: 300px; 
}

.thumbnails .thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.thumbnails .thumb:hover,
.thumbnails .thumb.active {
  border-color: #33813f;
}

.thumb-arrow {
  background-color: #33813f;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 5px 0;
  margin: 5px 0;
  border-radius: 5px;
}

.main-image {
  flex: 1;
}

.main-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

/* imgaes end detail */



/* book form */

.booking-form-section {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.booking-title {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    color: #33813f;
    font-family: "Josefin Sans", sans-serif;
}

.booking-form-section .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.booking-form-section .form-control,
.booking-form-section .form-select {
    border-radius: 6px;
    font-size: 14px;
}

.btn-book {
    background: #33813f;
    border: none;
    color: #fff;
    padding: 12px;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s ease;
}

.btn-book:hover {
    background: #000000;
    color: #ffffff;
}

/* form end */

/* detail content start */
.property-detail-content p{
    text-align: left;
}


.detail-aminitys {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.aminities-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #33813f;
    /* font-family: "Josefin Sans", sans-serif; */
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.amenity-item i {
    color: #33813f;
    font-size: 16px;
}



/* detail conent end */


@media (max-width:992px) {
  .booking-form-section{
    margin-top: 30px;
  }
}



@media (max-width: 768px) {
  .property-gallery {
    flex-direction: column;
  }
  .thumb-wrapper {
    flex-direction: row;
    width: 100%;
  }
  .thumbnails {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    gap: 5px;
  }
  .thumb-arrow {
    display: none; 
  }
}



@media (max-width:432px) {
  .property-detail-content p{
    font-size: 15px;
  }
}

@media (max-width:374px) {
    .amenity-item{
        font-size: 12px;
    }

    .amenity-item i{
        font-size: 12px;
    }
}

/* detail page end */



/* testimonials start */

.testimonials-section{
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.testimonials-top-left{
    text-align: center;
}



.testimonials-top-left p{
    color: #000000;
}

.testimonials-top-left h2{
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    text-align: center;


}

.testimonials-top-left span{
    color: #33813f;
    font-family: "Josefin Sans", sans-serif;
}


.testimonials-top-right{
    text-align: end;
}



.testimonial-item {
    margin-top: 50px !important;
    
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    border: 1px solid #828282;
    margin: 15px 5px 15px 5px;
    position: relative;
}

.testimonial-user{
    position: absolute;
    top: -10%;
}


.testimonial-item img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.testimonial-name {
   
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.testimonial-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #252525;
}

.stars {
    font-size: 20px;
    color: #ffe234;
}



@media(max-width:432px){
   
    .testimonials-section{
        padding-top: 10px !important;
    }

    .testimonials-top-left h2 {
        font-size:30px;
        text-align: center;
        padding-top: 10px;
    }

    .testimonials-top-right{
        text-align: center;
    }

    .testimonials-top-left p{
        font-size: 15px;
    }
}

/* 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: #000000;
}
/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #33813f;
    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/pages-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 110px 0;
    color: #fff;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

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

.breadcrumb-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

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

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

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

/* pages banner start */



/* blog page start*/

.blog-section {
    background: #ffffff;
}

.blog-section-title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.blog-section-title span{
    color: #33813f;
}

.blog-section-title p {
    color: #000000;
}


.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    transition: 0.5s;
}


.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

/* Content */
.blog-content {
    padding: 20px;
}

.blog-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.blog-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}


.blog-read-more {
    display: inline-block;
    padding: 8px 18px;
    background: #33813f;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.blog-read-more:hover {
    background: #000000;
    color: #fff;
}


@media (max-width: 432px) {
    .blog-section-title h2{
        font-size: 30px;
    }
}


/* blog page end */



/* blog detail page start */


.blog-details {
    background: #ffffff;
}


.blog-detail-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

/* Image */
.blog-detail-img img {
    width: 100%;
}


.blog-detail-content {
    padding: 25px;
}

.blog-detail-content h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}


.blog-detail-content p {
    color: #555;
    line-height: 1.7;
}




.blog-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.blog-sidebar h5 {
    color: #000;
    margin-bottom: 15px;
}

.blog-sidebar ul {
    list-style: none;
    padding: 0;
}

.blog-sidebar ul li {
    margin-bottom: 10px;
}

.blog-sidebar ul li a {
    text-decoration: none;
    color: #555;
    transition: 0.3s;
}

.blog-sidebar ul li a:hover {
    color: #33813f;
}


.blog-read-more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 22px;
    background: #33813f;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.blog-read-more:hover {
    background: #000;
}


/* blog detail end */







/* gallery page start */

.gallery-creative {
    background: #ffffff;
}

.gallery-section-title h2{
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.gallery-section-title span{
    color: #33813f;
}

.gallery-section-title p{
    color: #000000;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}


.gallery-item.large {
    height: 420px;
}

.gallery-item.small {
    height: 200px;
}


.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 35, 101, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.gallery-item h5 {
    color: #fff;
    font-size: 20px;
    transform: translateY(20px);
    transition: 0.4s;
}


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

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item:hover h5 {
    transform: translateY(0);
}


@media (max-width: 991px) {
    .gallery-item.large {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .gallery-item.large,
    .gallery-item.small {
        height: 220px;
    }
}

@media (max-width: 432px) {
    .gallery-section-title h2{
        font-size: 30px;
    }
}

/* galler page end */


/* contact pafge start */

.contact-section {
    background: #ffffff;
}


.contact-card {
    background: #fafafa;
    padding: 25px;
    border-radius: 15px;
    transition: 0.3s;
    border-bottom: 4px solid #33813f;
}

.contact-card i {
    font-size: 28px;
    color: #33813f;
    margin-bottom: 10px;
}

.contact-card h5 {
    color: #000;
    margin-bottom: 5px;
}

.contact-card p {
    color: #555;
}


.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.contact-form-box {
    background: #fafafa;
    padding: 30px;
    border-radius: 15px;
    color: #fff;
}

.contact-form-box h4 {
    margin-bottom: 20px;
    color: #000;
}


.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: none;
    outline: none;
}


.contact-btn {
    background: #33813f;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #fff;
    color: #000;
}


.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 490px;
    border-radius: 15px;
    border: 0;
}


@media (max-width: 576px) {
    .map-box iframe {
        min-height: 250px;
    }
}

/* contact page end */





/* facilities-section start */

.facilities-section {
    background: #f7f7f7;
}


.sub-title {
    font-size: 12px;
    letter-spacing: 2px;
    color: #33813f;
    font-weight: 600;
}

.facilities-section h2 {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
}

.facilities-section span{
    color: #33813f;
}

.facilities-section p {
    color: #777;
}


.facility-box {
    background: #fff;
    padding: 30px 15px;
    border-radius: 8px;
    transition: 0.3s;
}


.facility-box:nth-child(even) {
    background: #f1f1f1;
}


.facility-box i {
    font-size: 26px;
    color: #33813f;
    margin-bottom: 10px;
}


.facility-box h6 {
    font-size: 14px;
    color: #333;
}


.facility-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


.facility-box.active {
    background: #eaeaea;
}

@media (max-width: 576px) {
    .facility-box {
        padding: 20px 10px;
    }
}

@media (max-width: 432px) {
    .facilities-section h2{
        font-size: 30px;
    }
}


/* facility end */




/* featured-hotels  start*/

.featured-hotels {
    background: #f9f9f9;
}

.featured-section-title h2{
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.featured-section-title span{
    color: #33813f;
}

.featured-section-title p{
    color: #000000;
    text-align: center;
}

.hotel-card {
    position: relative;
    width: 200px;
    height: 300px;
    overflow: hidden;
    border-radius: 150px;
    transition: 0.4s;
}


.hotel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}


.hotel-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    opacity: 0;
    transition: 0.4s;
}


.hotel-card .overlay h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    color: #fff;
    font-size: 15px;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
}


.hotel-card:hover img {
    transform: scale(1.1);
}

.hotel-card:hover .overlay {
    opacity: 1;
}

.hotel-card:hover .overlay h5 {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}


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

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}


.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #33813f;
}


@media (max-width: 1200px) {
    .hotel-card {
        width: 260px;
        height: 450px;
    }
}

@media (max-width: 768px) {
    .hotel-card {
        width: 220px;
        height: 380px;
    }
}

@media (max-width: 576px) {
    .hotel-card {
        width: 100%;
        height: 350px;
        border-radius: 130px;
    }
}


@media (max-width:432px) {
    .featured-section-title h2{
        font-size: 30px;
    }
}

/* featured-hotels  end*/





/* why choose us start */

.why-section {
    position: relative;
    padding: 100px 0;
    background: url('https://images.unsplash.com/photo-1520250497591-112f2f40a3f4') center/cover no-repeat;
    background-attachment: fixed;
    color: #fff;
}


.why-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}


.why-section .container {
    position: relative;
    z-index: 2;
}


.why-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.why-section-title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #ffffff;
}

.why-section-title span {
    color: #33813f;
}

.why-section-title p {
    color: #ffffff;
    font-size: 15px;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
}


.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background: #33813f;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}


.timeline-content {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 15px;
    transition: 0.4s;
    border: 1px solid rgba(255,255,255,0.2);
}


.timeline-content i {
    font-size: 26px;
    margin-bottom: 10px;
    color: #9effb5;
}


.timeline-content h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

.timeline-content p {
    font-size: 14px;
    color: #eee;
}


.timeline-content:hover {
    transform: translateY(-8px) scale(1.03);
    background: rgba(255,255,255,0.25);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}


.timeline-item::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #33813f;
    border-radius: 50%;
    top: 30px;
    right: -8px;
    z-index: 2;
}

.timeline-item.right::before {
    left: -8px;
}


@media (max-width: 768px) {

    .timeline::after {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 60px;
    }

    .timeline-item.right {
        left: 0;
    }

    .timeline-item::before {
        left: 15px;
        right: auto;
    }
}


@media (max-width: 768px) {
    .why-section {
        background-attachment: scroll;
    }
}



@media (max-width: 432px) {
    .why-section-title h2{
        font-size: 30px;
    }
}

/* why choose end */



/* mission start */


.mission-section {
    padding: 70px 0;
    background: #ffffff; 
}


.mission-content h2 {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

.mission-content span {
    color: #33813f;
}


.mission-box {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    transition: 0.3s;
    border-left: 4px solid #33813f;
}


.mission-box:hover {
    transform: translateX(10px);
    background: #f1f1f1;
}


.mission-box h4 {
    margin-bottom: 10px;
    color: #111;
}

.mission-box p {
    font-size: 14px;
    color: #555;
}


.mission-images {
    position: relative;
}


.img-main {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.img-small {
    position: absolute;
    width: 220px;
    bottom: -30px;
    right: -20px;
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: 0.4s;
}


.mission-images:hover .img-small {
    transform: translateY(-10px) rotate(3deg);
}


@media (max-width: 768px) {
    .img-small {
        position: static;
        width: 100%;
        margin-top: 15px;
    }
}


@media (max-width: 432px) {
    .mission-content h2{
        font-size: 30px;
        text-align: center;
    }
}

/* mission end */




/* signature section */

.signature-section {
    padding: 50px 0;
    background: #ffffff;
}


.signature-title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.signature-title span {
    color: #33813f;
}

.signature-title p {
    color: #666;
    margin-bottom: 50px;
}


.signature-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}


.signature-wrapper::-webkit-scrollbar {
    display: none;
}


.sig-card {
    min-width: 280px;
    height: 400px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}


.sig-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}


.sig-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}


.sig-card h4 {
    margin-bottom: 5px;
}

.sig-card p {
    font-size: 14px;
}


.sig-card:hover img {
    transform: scale(1.2);
}

.sig-card:hover .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}


@media (max-width: 432px) {
    .signature-title h2{
        font-size: 30px;
    }
}


/* signature section end*/



/* cta start */


.cta-wrapper {
    padding: 50px 0;
    background: #ffffff;
}


.cta-box {
    position: relative;
    padding: 80px 40px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    background: url('../image/hotel-1.jpg') center/cover no-repeat;
}


.cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(51,129,63,0.85);
}


.cta-box * {
    position: relative;
    z-index: 2;
}


.stroke-text {
    font-size: 60px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    margin-bottom: 20px;
    
}


.cta-box h3 {
    font-size: 36px;
    margin: 10px 0 20px;
    font-family: "Playwrite IE", cursive;
}


.cta-box p {
    color: #eaffea;
    margin-bottom: 30px;
}


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


.btn-main {
    padding: 7px 22px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-main:hover {
    background: #222;
    transform: translateY(-3px);
}

.btn-outline {
    padding: 7px 22px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #fff;
    color: #33813f;
}


@media (max-width: 768px) {

    .cta-box {
        padding: 50px 20px;
    }

    .stroke-text {
        font-size: 35px;
        -webkit-text-stroke: 1px #fff;
    }

    .cta-box h3 {
        font-size: 24px;
    }

}

/* cta end */



/*  */

