h1,h2,h3,h4,h5,h6{
    font-family: "Cinzel", serif;
  font-weight: 700;
  font-style: normal;
}

p,a,li,span{
font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight:400;
} 





/* Header CSS Start */


.header-logo{
    width: 200px;
}



.floating-btn-container {
  display: none;           
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
   font-size:16px;
    font-weight: bold;
    background-color: #023935;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.floating-btn-container button {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.2;
}

.floating-btn-container button:hover {
  color: #cce5ff;
}



.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


/*.modal-overlay {*/
/*  display: none;*/
/*  position: fixed;*/
/*  top: 0; left: 0; right: 0; bottom: 0;*/
/*  background: rgba(0,0,0,0.5);*/
/*  z-index: 1000;*/
/*}*/

/*.modal-overlay:target {*/
/*  display: block;*/
/*}*/


.modal-content {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-logo img {
    max-height: 80px;
}

.modal-close{
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    background: #023935;
    padding: 8px 10px;
}

.modal-tagline
 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    /* margin: 10px 0; */

}

.modal-tagline p{
    font-weight: 600;
    color: #000;
    font-size:16px;
}

.styled-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* margin-top: 20px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.styled-form label {
    font-weight: 600;
    font-size:16px;
    margin-bottom: 0px;
    color: #023935;
}

.styled-form input {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 16px;
}

.styled-form input:focus {
    border-color: #023935;;
    box-shadow: 0 0 5px rgba(0, 132, 255, 0.3);
    outline: none;
}

.submit-btn {
    width:100%;
    /* background: linear-gradient(135deg, #0084ff, #00c6ff); */
    background: #023935;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border:1px solid transparent;
}

.submit-btn:hover {
    transform: translateY(-2px);
    color: #023935;
    border:1px solid #023935;
    background: #fff;
    /* box-shadow: 0 8px 16px rgba(0, 132, 255, 0.3); */
}



/* .modal-logo{
    width: 100px;
} */










/* Header CSS End */


/* Banner CSS Start */

/* .banner_sec .swiper-autoheight .swiper-slide {
    height: 700px;
} */

.banner_sec .hero-inner{
    height: 100vh;
}





/* Banner CSS End */



/* About Us CSS Start */

.about_us .sec-title{
    font-size:28px;
    margin-bottom:30px;
}

.about_us p{
    font-size:17px;
    font-weight:400;
    color: #101010;
    line-height: 30px;
    text-align: justify;
}


    .about_us .about-middle{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 35px;
        margin-left: 30px;
    }

        .about_us .about-middle img{
            width: 90%;
        }



/* About Us CSS End */


/* Site Address Section CSS Start */


.site-address {
    margin-top: -150px;
    padding: 80px 0px;
}

.site-address h2{
    font-size: 35px;
    color: #023935;
    margin-bottom: 20px;
}

.site-address .site-content{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    /* justify-content: center; */
    /* align-items: center; */
}

.site-address p{
    font-size:17px;
    font-weight:500;
    color: #101010;
    line-height: 30px;
    text-align: justify;
}

.site-address .site-map{
    background: #fff;
}


.site-address iframe{
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px;
}


.site-address h3{
    font-size:25px;
    font-weight: bold;
    color: #101010;
    margin-bottom: 10px;
}

.site-address .view-location{
    width: 250px;
}


/* Site Address Section CSS End */




/* Car Section CSS Start */


.car_sec .property-values-1-counter-wrapper{
    display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 24px;
width: 100%; 

}


.car_sec .property-values-1-counter{
    width: 235px;
}

.car_sec .property-values-1-counter h3 {
    font-size: 25px;
    height: 70px;
}


.car_sec .property-values-1-counter span{
    font-size:16px;
    font-weight:400;
    color: #101010;
}


/* Car Section CSS End */


/* Foter CSS Start */


.footer-wrapper.footer-layout1.footer-new {
    text-align: center;
    background-color: var(--gray-color);
    position: relative;
}

.footer-wrapper.footer-layout1.footer-new .address-card {
    display: flex
;
    gap: 15px;
    /* align-items: center; */
    justify-content: center;
}


.footer-wrapper.footer-layout1.footer-new .address-card h5{
    font-size:20px;
    margin-top: -7px;
    color: #fff;
}

.footer-wrapper.footer-layout1.footer-new .address-card .address-icon{
    font-size: 20px;
    font-weight: bold;
    color: #fff;

}

.footer-wrapper.footer-layout1.footer-new .address-card p{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
}

.footer-wrapper.footer-layout1.footer-new .widget-area{
    padding: 15px 0px;
    padding-bottom: 0px;
}


.bdm-footer-logo{
    width: 170px;
}


.copyright-wrap{
    padding: 10px 0px;

}

.copyright-wrap p{
    color: #fff;
    margin-bottom: 0px;
}
/* Foter CSS End */


/* Plans Section CSS Start */

.plans_sec .blog-card  .blog-content p{
    font-size: 17px;
    font-weight: 500;
    color: #101010;
}

.plans_sec .blog-card .blog-img{
    height: 680px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}



/* Plans Section CSS End */

.explore-cites-sec .explore-single-item .explore-single-slide{
    height: 600px;
}

/* .explore-cites-sec .slider-arrow.style3 {
    --icon-size: 65px;
    --pos-x: 70px;
    top: 40%;
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
} */




@media screen and  (min-width:1920px) {

    .about_us .about-middle{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about_us .about-middle img{
            width: 70%;
  }


.car_sec .property-values-1-counter {
    width: 280px;
    padding: 35px;
}

.explore-cites-sec .explore-single-item .explore-single-slide{
    height: unset;
}

.site-address .site-content {
    display: flex;
    flex-direction: column;
    margin-top: 140px;
}

.site-address {
    margin-top: 0px;
    padding: 80px 0px;
}

.gallery-card .gallery-img{
    max-height:750px !important;
}


}



@media screen and  (min-width:1600px) {

.header-logo {
    width: 200px;
    margin-left: 70px;
    /* margin-right: 128px; */
}


    .about_us .about-middle{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about_us .about-middle img {
        width: 68%;
        margin-top: 20px;
        margin-left: 100px;
    }

  .about_us .title-area.text-left.mb-50.mt-4 {
    width: 80%;
}

.car_sec .property-values-1-counter-wrapper {
    display: grid
;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    width: 100%;
    padding: 0px 50px;
}


.site-address {
    /* margin-top: -200px; */
    padding: 80px 80px;
}


}



@media (min-width:300px) and (max-width:575px){

.banner_sec .hero-inner {
    height: 35vh;
}

   .banner_sec .hero-inner.hero-style1 {
        padding: 160px 0 94px;
    }


        .header-default .header-logo img {
        max-width: 121px;
        margin-top: -20px;
        margin-left: 20px;
    }

    .about_us p {
    text-align: center;
}

.about_us .title-area.text-left.mb-50.mt-4 {
    text-align: center;
}

.plans_sec .blog-card .blog-img {
    margin: 15px;
}

.car_sec .property-values-1-counter {
    width: 190px;
}

.car_sec .property-values-1-counter-wrapper{
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
}

.car_sec .property-values-1-counter h3 {
    font-size: 20px;
    height: 60px;
}

.gallery-card{
    position: relative;
    margin-top: 30px;
}

.site-address .site-map {
    margin-top: 30px;
}

.footer-wrapper.footer-layout1.footer-new .address-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items: center; */
    justify-content: center;
}

.footer-wrapper.footer-layout1.footer-new .address-card h5{
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}

}




/* Project Highlights CSS Start */

.project-highlights{
    padding: 80px 0px;
}

.project-highlights p{
    font-size:17px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    color: #101010;
}


.project-highlights h3{
color: #023935;
}


.project-highlights h6{
    color:#101010;
    font-size: 24px;
    font-weight: bold;
}


.project-highlights .highlights-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-highlights .highlights-img img {
    width: 100%;
    margin-left: 50px;
    margin-top: -70px;
}




/* Project Highlights CSS End */


/*@media (min-width:300px) and (max-width:575px){*/

/*.banner_sec .hero-inner {*/
/*    height: 60vh;*/
/*}*/


/*.hero-inner.hero-style1.background-image {*/
/*    background-size:contain;*/
/*}*/

/*    .banner_sec .hero-inner.hero-style1 {*/
/*        margin-top: -90px;*/
        /* padding: 182px 0 94px; */
/*    }*/


/*        .header-default .header-logo img {*/
/*        max-width: 121px;*/
/*        margin-top: -20px;*/
/*        margin-left: 20px;*/
/*    }*/

/*    .about_us p {*/
/*    text-align: center;*/
/*}*/

/*.about_us .title-area.text-left.mb-50.mt-4 {*/
/*    text-align: center;*/
/*}*/

/*.plans_sec .blog-card .blog-img {*/
/*    margin: 15px;*/
/*}*/

/*.car_sec .property-values-1-counter {*/
/*    width: 190px;*/
/*}*/

/*.car_sec .property-values-1-counter-wrapper{*/
/*    display: grid;*/
/*    text-align: center;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*}*/

/*.car_sec .property-values-1-counter h3 {*/
/*    font-size: 20px;*/
/*    height: 60px;*/
/*}*/

/*.gallery-card{*/
/*    position: relative;*/
/*    margin-top: 30px;*/
/*}*/

/*.site-address .site-map {*/
/*    margin-top: 30px;*/
/*}*/

/*.footer-wrapper.footer-layout1.footer-new .address-card{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
    /* align-items: center; */
/*    justify-content: center;*/
/*}*/

/*.footer-wrapper.footer-layout1.footer-new .address-card h5{*/
/*    font-size: 20px;*/
/*    margin-top: 0px;*/
/*    margin-bottom: 0px;*/
/*    color: #fff;*/
/*}*/

/*.project-highlights h3 {*/
/*    color: #023935;*/
/*    text-align: center;*/
/*}*/

/*.project-highlights h6 {*/
/*    text-align: center;*/
/*}*/

/*.project-highlights p{*/
/*    text-align: center;*/
/*}*/

/*}*/

.modal{
    z-index: 100;
}

.modal-body .widget{
    border: unset;
    padding: unset;
}