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);
}

.offcanvas-body {

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


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

.navbar-nav a {
    color: #000000 !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: #a4cb3a;
    transition: width 0.3s ease;
}

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

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



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




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

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

}





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

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


}

.header-btn i {
    color: #ffffff !important;
}


.header-btn a:hover {
    /* background-color: #2f455c; */
    background: transparent;
    border: 1px solid #a4cb3a;
    color: #a4cb3a !important;

}

.header-btn a:hover i{
    color: #a4cb3a !important;
}





@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/about-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

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

.banner-content-row{
    height: 650px;
    display: flex;
    justify-content: center;
}

.banner-content h2 {
    color: #a4cb3a;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    font-family: "Courgette", cursive;
}

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

/* .banner-form {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
} */

/* .banner-form {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 12px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.banner-form .form-control,
.banner-form .form-select {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.banner-form .form-select option {
    color: #000  !important;
    background: #fff !important;
}

.banner-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.banner-form .form-label {
    font-size: 16px !important;
    color: #fff;
    font-weight: 400;
} */

/*  */

/* .banner-btn {
    height: 38px;
    background: #a4cb3a;
    color: #fff;
    font-weight: 600;
    border-radius: 50px !important;
}

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


.banner-field {
    display: flex;
    flex-direction: column;
}

.banner-field .form-label {
    font-size: 14px;
    margin-bottom: 6px;
}

.banner-btn-wrap {
    display: flex;
    align-items: flex-end;
} */

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

.banner-btn-one a{
    background-color: #a4cb3a;
    color: #000000 !important;
    padding: 7px 17px 7px 17px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;

}

.banner-btn-one a:hover{
    background-color: #ffffff;
    color: #000000 !important;
}

.banner-btn-two a{
    background-color: #ffffff;
    color: #000000 !important;
    padding: 7px 17px 7px 17px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;

}

.banner-btn-two a:hover{
    background-color: #a4cb3a;
    color: #000000 !important;
}

@media(max-width:768px) {

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

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


@media(max-width:432px) {

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

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


/* banner end */




/* footer start */


.footer-section {
    padding-bottom: 15px;
    background-color: #000000;

    /* 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: #e6e5e5;
    font-size: 15px;
    font-weight: 400;
}

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

.social-icon a {
    font-size: 20px;
    color: #e6e5e5;
    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: #a4cb3a;
}




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

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

}

.footer-menu h2 {
    color: #ffffff;

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

}

.footer-menu a {
    color: #e6e5e5;

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

}

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

.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: #e6e5e5;

}

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





@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: #a4cb3a;
    font-family: "Courgette", cursive;
}

.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: #a4cb3a;
    font-size: 14px;
}

.detail-bedroom-and-bathroom i{
    color: #a4cb3a;
}

.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: #a4cb3a;
    padding: 6px 26px 6px 26px;
    border-radius: 50px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}


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


@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;
    }
}

/* property end */



/* about start */

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



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

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

.about-btn a:hover {
    border: 1px solid #a4cb3a;
    color: #a4cb3a;
    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: #a4cb3a;
    font-family: "Courgette", cursive;
}

.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 */


/* cta section */

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

.cta-bg-row{
    position: relative;
    background-image: url("../image/property-1.jpg");
    background-position:  center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 150px;
    padding: 50px 0px;
    overflow: hidden;
}


.cta-bg-row::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); 
    border-radius: 100px;
    z-index: 1;
}

.cta-card{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.cta-content h2{
    font-size: 45px;
    color: #a4cb3a;
    text-align: center;
    font-family: "Courgette", cursive;
}

.cta-content p{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

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

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

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

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

    .cta-bg-row{
        border-radius: 35px;
    }

    .cta-bg-row::before{
        border-radius: 35px;
    }
}

/* cta end */


/* contact page */

.address-section{
    padding: 50px 0px;
    background-image: url(..//image/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.address-card{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    transition: all 0.3s ease;
}


.address-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.address-icon{
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-icon i{
    color: #ffffff;
    font-size: 20px;
}

.address-content a{
    color: #ffffff;
    text-decoration: none;
}

/* address end */

/* form */

.form-section{
    position: relative;
    background-image: url("../image/property-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    padding: 50px 0px;
    overflow: hidden;
}


.form-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}


.form-section .container,
.form-section .row,
.contact-form{
    position: relative;
    z-index: 2;
}



.contact-form{
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 35px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
}

.contact-form h2{
    color: #a4cb3a;
    font-family: "Courgette", cursive;
    margin-bottom: 25px;
    text-align: left;
}


.form-group{
    position: relative;
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea{
    width: 100%;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    outline: none;
    color: #ffffff;
    font-size: 15px;
}

.form-group label{
    position: absolute;
    top: 50%;
    left: 15px;
    color: #ddd;
    font-size: 14px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: 0.3s;
    background: transparent;
}

.form-group textarea + label{
    top: 15px;
    transform: none;
}


.form-group input:focus + label,
.form-group input:valid + label,
.form-group textarea:focus + label,
.form-group textarea:valid + label{
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #a4cb3a;
    background: #000;
    padding: 0 6px;
}


.form-btn{
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: #a4cb3a;
    color: #ffffff;
    font-weight: 400;
    transition: 0.3s;
}

.form-btn:hover{
    background: #8fb32f;
}


@media(max-width:992px) {
    .google-maps{
        padding-top: 20px;
    }
}


@media(max-width:432px) {
    .address-card{
        justify-content: left;
    }
}

/* contact page 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: #a4cb3a;
}

.thumb-arrow {
  background-color: #a4cb3a;
  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: 470px;
  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: #a4cb3a;
    font-family: "Courgette", cursive;
}

.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: #a4cb3a;
    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;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
}


.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: #a4cb3a;
    /* font-family: "Courgette", cursive; */
}

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

.amenity-item i {
    color: #a4cb3a;
    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: #a4cb3a;
    font-family: "Courgette", cursive;
}


.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 */


/* faqs start */

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

.faqs-head-title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;

}

.faqs-head-title span {
    color: #a4cb3a;
    font-family: "Courgette", cursive;
}



.accordion-button {
    color: #000000 !important;
    font-weight: 500 !important;
}



.frequently-content h2 {
    color: #000000;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;
}

.frequently-content span {
    color: #000000;
}

.frequently-content p {
    color: #000000;
}

.accordion-body p {
    font-size: 15px !important;
}

.accordion-body i {
    color: #a4cb3a;
    margin-right: 5px;
}

/* faq slider */

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



@media(max-width:432px) {

    .frequently-section {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }

    .frequently-content h2 {
        font-size: 24px;
        text-align: center;
        line-height: 30px;
    }

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

    .faqs-head-title h2 {
        font-size: 30px;
    }

    .faq-image-slider .slider-item img{
        height: 300px;
        object-fit: cover;
    }
}

/* faqs end */


/* mission start */

.mission-section {
    padding: 50px 0;
    background-color: #f6f5f5;
}

.mission-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 18px;
    position: relative;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    overflow: hidden;
}

.mission-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 0.4s;
}

.mission-card:hover::before {
    opacity: 0.08;
}

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

.mission-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #a4cb3a, #bbff00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mission-icon i {
    font-size: 28px;
    color: #fff;
}

.mission-content h2 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
    color: #222;
    font-family: "Courgette", cursive;
}

.mission-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.vision-card .mission-icon {
    background: linear-gradient(135deg, #a4cb3a, #bbff00);
}


/* mission 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: #a4cb3a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 999;
}
/* end */


/* why choose start */

.whychoose-section {
    padding: 50px 0px;
    background: #f9f8f8;
}

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

.whychoose-head-title span{
    color: #a4cb3a;
    font-family: "Courgette", cursive;
}

.whychoose-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 14px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

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

.whychoose-icon {
    width: 70px;
    height: 70px;
    background: rgba(164, 203, 58, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.whychoose-icon i {
    font-size: 28px;
    color: #a4cb3a;
}

.whychoose-content h5 {
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
}

.whychoose-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}


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

/* why choos end */