
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    color: #000;
}

/*--------NAVBAR SECTION--------*/
.navbar-brand {
    font-weight: 600;
    font-size: 1.25rem;
}

.post-btn {
    background-color: #00BFA6;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: 0.3s ease;
}

.post-btn:hover {
    background-color: #019b87;
}

.main-logo img{ width: 160px; }


/*-------OUR PROJECT SECTION-----------*/

.hero-section {
    padding: 30px 0;
}

.hero-text h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
}

.hero-text p {
    color: #555;
    font-size: 1rem;
    margin-top: 10px;
    max-width: 420px;
}

.hero-image img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 40px;
}

.hero-image p{ float: left; margin-top: 0px; }

.buitersimg {
    width: 100%;
    border-radius: 0px;

}

.buitersimg-div {
    max-height: auto;
    overflow: hidden;
    border-radius: 0px;
    margin-top: 20px;
}


.sub-title{     font-size: 36px;
    font-weight: 600; }

@media (max-width:700px) {
    .buitersimg-div {
        max-height: 300px;
    }

    .buitersimg-div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        display: block;
    }
}

@media (min-width: 992px) {
    .hero-image img {
        margin-top: 0;
    }
}

/*------------------ PROPERTY SECTION ---------------  */

.property-card {
    background: #F6F6F6;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    margin: 40px auto;
}

.main-image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.6s ease, opacity 0.6s ease;
        max-height: 440px;
}

.main-image.fade-zoom {
    opacity: 0;
    transform: scale(1.08);
}

.thumbnail-row {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.swiper {
    width: 100%;
    overflow: visible !important;
}

.swiper-slide img {
     width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease, border 0.3s ease;
    border: 1px solid #ffffff;
}

.swiper-slide img:hover {
    /* transform: scale(1.05);
    opacity: 1; */
}

.swiper-slide img.active-thumb {
    /* opacity: 1;
    transform: scale(1.05); */
}

.property-info h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.tags {
    display: flex;
    flex-direction: column;
    width: fit-content;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.tag {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 0.9rem;
    color: #333;
}

.property-details {
    font-size: 0.95rem;
    color: #222;
}

.property-details span {
    display: block;
    font-weight: 600;
    margin-top: 3px;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .main-image {
        height: auto;
    }
}


/*--------------COUNTER SECTION----------------- */


.stats-section {
    background-color: #111;
    margin-top: 70px !important;
    /* Dark background */
}

.text_center .sub-title{ text-align: center; }
.text_center .text-muted{ text-align: center; }
.text_center { text-align: center; }

.stat-number {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.stat-box-main {
    margin-top: 0px !important;
}

.stat-text {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .stat-number {
        font-size: 2.2rem;
    }
}



.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #2b2b2b !important ;
}

/*-------------SERVICE SECTION--------------------*/

.services-section {
    background-color: #fff;
}

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card .icon {
    color: #0d3b2e;
    /* Dark green accent */
}

.btn-dark {
    background-color: #092519;
    border: none;
    border-radius: 8px;
}

.btn-dark:hover {
    background-color: #424649;
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: #424649;
    border-color: #424649;
    outline: 0;
    box-shadow: none;
}
/*-----------CONTUCT US--------------*/

.contuctform input, textarea { background-color: transparent; }
.form-check-input:checked { background-color: #000 !important; border-color: #000 !important; }
.contuctform input { height: 20px; padding: 0px;}
form .form-control:focus { box-shadow: none; border-color: #000; }

/*-----------FOOTER BANNER--------------*/
.footer-banner { position: relative; background: url('./images/footer2.png') center/cover no-repeat; height: 70vh;   border-top-left-radius: 16px; border-top-right-radius: 16px; overflow: hidden; display: flex; align-items: center;    justify-content: center; margin: 20px; border-radius: 20px; min-height: 300px;}
.contuctform label{ font-size: 16px;; }
.contuctform input { height: 30px; padding: 1px 5px; font-size: 14px; color: #727272;}
.contuctform input[type="checkbox"] { height: 15px;}

/* Overlay effect */
.footer-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.35); padding: 0 20px;}

/* Text styling */
.footer-overlay h1 { font-size: 2.5rem;}
.footer-overlay p { max-width: 700px;font-size: 1rem; color: #f1f1f1;}
/* Button styling */
.btn-footer { background-color: #fff; color: #000; border-radius: 8px; font-weight: 500; transition: all 0.3s ease;}
.btn-footer:hover { background-color: rgb(223, 223, 223); color: black;}
.con_icon{ margin-top: -10px; }

.qr_code{ float: right; }
.qr_title{ float: left; font-weight: 600; margin-right: 18px; margin-top: 44px; font-size: 14px;}
.qr_img{ float: left;margin-top: 8px;}
.box-s p{ color: #6B6B6B; }
.property-details {     margin-bottom: 0px; min-height: 90px; margin-top: 2px; }

.box_but{ float: left; width: 100%; background: #02A186; border-radius: 4px;     transition: background-color 0.3s ease; /* 👈 smooth transition */   padding: 7px 14px;  margin-bottom: 10px; }
.box_but span{ float: left; color: #fff; font-size: 16px; text-transform: uppercase; font-weight: 600; }
.box_but img{ float: right;    margin-top: 4px; transition: transform 0.3s ease; /* 👈 smooth movement */}
.box_but:hover{ background: #007d68; }
.tags { min-height: 120px;}
.box_but:hover img {  transform: translateX(5px);}
.property-info{ padding-right: 30px;    padding-left: 10px; }
.swiper-free-mode>.swiper-wrapper{ margin: auto  !important;  width: auto  !important;}
.footer-title{ margin-bottom: 30px !important; }
.iti { display: block !important; }
.model-submit-button {  background-color: #00BFA6; color: #fff; border: none; padding: 8px 20px; border-radius: 25px;
 font-weight: 500; transition: 0.3s ease; }
.model-submit-button:hover{ background-color: #006c5e; }
.price-box { margin-top: 20px;  margin-bottom: 5px; float: left; width: 100%;  }                        
                        
.price-title { font-weight: 600; font-size: 16px; margin-bottom: 5px; background-color: #DDF0ED;float:left; padding: 4px 12px; border-radius: 4px; position: relative; z-index: 1; font-size: 14px; }                            
.price-line { width:100%; height:1px; background-color:#DADADA; float:left; margin-top:-20px; }                            
.price-list{ float: left; width: 100%; margin-top: 5px; margin-bottom: 5px; }
.price-list ul { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.price-list ul li { font-size: 15px; color: #000; font-weight: 400; display: flex; align-items: flex-start; gap: 4px; min-width: 32.2%;}
.price-list ul li b {  font-weight: 600; }
.price-list ul li::after { 
    /* content: "/";  */
    margin-left: 8px; margin-right:10px; color: #6B6B6B;}
/* Remove slash after last item */
.price-list ul li:last-child::after { content: ""; }


.price-list-sq{ float: left; width: 100%; margin-top: 15px; margin-bottom: 14px; }
.price-list-sq ul { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.price-list-sq ul li { font-size: 15px; color: #000; font-weight: 400; display: flex; align-items: center; gap: 10px; min-width: auto; background: #fff;     border-radius: 0px 3px 3px 0px; padding: 4px 10px; border-left: 3px solid #137C6B;  width: auto;}
.price-list-sq ul li b {  font-weight: 600; padding: 0px 0px;}


.price-line-2{width: 100%; height: 1px; background-color: #DADADA; float: left;    margin-top: 15px;  margin-bottom: 29px;}       
.price-line-3{width: 100%; height: 1px; background-color: #DADADA; float: left;     margin-top: 30px; margin-bottom: 20px; }                      
.price-more{ float: left; width: 100%;  }
.price-more ul { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 25px; float: left;}
.price-more ul li { font-size: 15px; color: #000; font-weight: 400; display: flex; align-items: center; }
.price-more ul li img { margin-right: 2px; }
.price-more ul li span { font-weight: 500; font-size:16px }
.main-button { display: flex; flex-wrap: wrap; justify-content: left; gap: 15px; margin-top: 10px;}


.loc-arrow{     margin-top: -7px; }

/* Base Button */
.custom-btn { flex: 1 1 100%; text-align: center; padding: 7px 5px; border-radius: 5px; font-weight: 500; font-size: 15px; margin-top: 10px; transition: all 0.3s ease;
 text-decoration: none; display: inline-block; max-width: 33%; }
/* Handle dynamic widths */
.main-button .custom-btn:nth-child(1):nth-last-child(3),
.main-button .custom-btn:nth-child(2):nth-last-child(2),
.main-button .custom-btn:nth-child(3):nth-last-child(1) {
flex: 1 1 calc(33.333% - 10px);
}

.main-button .custom-btn:nth-child(1):nth-last-child(2),
.main-button .custom-btn:nth-child(2):nth-last-child(1) {
flex: 1 1 calc(50% - 10px);
}


.height-auto{ min-height: auto  !important; }

/* Only first button full uppercase */
.custom-btn.upper { text-transform: uppercase;}
/* Filled button */
.primary-btn { background: #1db5a2; color: #fff; border: 2px solid #1db5a2;}
.primary-btn:hover { background: #159a8b; border-color: #159a8b;}
/* Outline button */
.outline-btn { background: transparent; color: #1db5a2; border: 2px solid #1db5a2;}
.outline-btn:hover { background: #1db5a2; color: #fff;}

.form-control { font-size: 14px; }
.m-t-0{ padding-top:0px !important; }
.m_t_0{margin-top: 0px !important; }              

.price-title { font-weight: 600; font-size: 14px; margin-bottom: 5px; background-color: #DDF0ED; float: left; padding: 4px 12px; border-radius: 4px; position: relative;
  z-index: 1; }

.price-line { width: 100%; height: 1px; background-color: #DADADA; float: left; margin-top: -20px; }

.price-list { float: left; width: 100%; margin-top: 5px;  margin-bottom: 5px;}

/* Combined list for BHK + SqFt */
.bhk-sq-list { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 15px; }

.price-item { width: 32%; min-width: 220px;    box-sizing: border-box;
    font-size: 15px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sq-row{  background: #fff;
    border-left: 3px solid #137C6B;
    border-radius: 0px 3px 3px 0px;  padding: 5px 12px;     display: inline-block;
    width: auto;
    min-width: 75%; }

.price-item b {
    font-weight: 600;
}

.bhk-row {
    font-weight: 500;
    color: #000;
}

.sq-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
        color: #137C6B;
    font-weight: 600;
}

.sq-row b{ color: #000; }

.sq-icon {
    width: 14px;
    height: 14px;
    opacity: 0.8;
}

 .pos-rela{ position: relative ;}
.content-pos{ position:absolute; z-index:99; top:38%;  
    
    /* color:#6B8F96;  */
    color:#536D7F;
    
    width: 100%;}
.content-pos h1{ font-size: 52px; }
.content-pos span{   font-family: "Lora", serif;     font-style: italic;}
.bn-btn {
          background: #00bfa6;
    border: 1px solid #ffffff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 25px;
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px; /* space between text & arrow */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bn-btn img {
    transition: transform 0.3s ease;
}

.bn-btn:hover {
   background: #00a08b;
    color: #ffffff;

}

.bn-btn:hover img {
    transform: translateX(4px); /* arrow moves right */
}

.error{ font-size: 12px; color: #c60000; }
.model-submit-button:active {
       background-color: rgb(0, 108, 94) !important;
       color: #fff !important;
}

.model-submit-button:hover {
   color:#fff;
}

.text-capitalize {
    text-transform: unset !important;
}

#Phone-error{ display: none !important;}

.bot-footer{     width: 100%;
    background: #212121;
    padding: 20px 0px; float: left; font-size: 14px; }


        .bot-footer .left-content{ float:left; color:#fff;  }
        .bot-footer .right-content{ float:right;  color:#fff; }

         .bot-footer .right-content a{ color:#ffd23f;  text-decoration: none;    font-size: 14px; }

 .high_light{    font-weight: 600 !important;
    color: #ffffff !important;
    background: #1db5a2 !important;
    font-size: 14px !important;}


 .title-logo {  height: 70px;
                            max-width: 200px;
                        }
 .bg-back { color: #000000; padding: 2px 10px; font-size: 13px !important; background: #ddf0ed; border-left: none; border-radius:4px; font-weight:600 !important; }

.location_a{ text-decoration: none; color: #000; transition: 0.2s ease; /* smooth slow change */  }
.location_a span{border-bottom: 1px solid #000000;  padding-bottom: 0px;}

.location_a:hover{ color:#007465;  }
                                        
.navbar { position: absolute; width: 100%; z-index: 999; background: none !important; }




.dis_para{ font-size:12px;  }

.phone-call {
  width: 50px;
  height: 50px;
  left: 20px;
  bottom: 20px;
  background: #27d367;
  position: fixed;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-call:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #27d367;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: 1s ease-out pulse;
  animation: 1.8s ease-out pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.pos-relative { position: relative; }
.sw-status { background: #00bfa6; position:absolute; z-index:999; top:0px; padding:5px 24px; font-size:14px; font-weight:600; color:#fff; top:0.8px; left:0.5px; }
.flt-left{ float: left;  width: auto !important;  padding: 10px 36px; }
.sm_width{ max-width: 1320px; margin:auto; }
.loc_icon{ height: 18px; margin-top: -2px; }



@media (min-width: 992px) {

    .sm_width{         max-width: 96%; margin:auto; }
}

@media (min-width: 1200px) {
    .sm_width{         max-width: 96%; margin:auto; }
}

@media (min-width: 1400px) {
    .sm_width{         max-width: 1320px; margin:auto; }
}
@media (max-width:1400px) {
    .container{
        max-width: 96% !important;
    }
}
@media (max-width:1200px) {

      .container{
        max-width: 96% !important;
    }

}

@media (max-width:1300px) {
    .content-pos{ position:absolute; z-index:99; top: 35%; left: 0px;  width: 100%;}
    .content-pos h1{ font-size: 42px; }
}

@media (max-width:1024px) {
    .content-pos{         margin-left: 20px; }
     .content-pos button{ display: none; }
     .content-pos h1 {
        font-size: 35px;
    }
    .property-info { padding-right: 25px; padding-left: 25px;  margin-top: 16px;}


.content-pos { top: 45%; }

}


/* ✅ Responsive - Mobile View (stack BHK + SqFt) */
@media (max-width: 767px) {
    .bhk-sq-list { flex-direction: column; gap: 10px; }
    .price-item { width: 100%; flex-direction: column; align-items: flex-start; }

.price-list ul { gap: 20px;}

    .bhk-row { font-size: 15px; font-weight: 600;}
    .sq-row { font-size: 14px;}
   
}


/* Responsive */
@media (max-width: 767px) {

    .main-button { flex-direction: column; }
    .custom-btn { width: 100%; }
    .main-button { gap: 0px;  }
    .custom-btn {  margin-top: 0px; }
    .bot-footer .right-content{ float:left;  color:#fff; }

}

/* Responsive */
@media (max-width: 768px) {

    .hero-banner { height: 60vh; }
    .hero-overlay h1 { font-size: 1.8rem; }
    .hero-overlay p { font-size: 0.9rem; }
    .hero-section { padding: 30px 0;}
    .hero-image p { margin-top: 0px;}
    .hero-text h1 { font-size: 32px; }
    .main-logo img { width: 135px; }
    .sub-title { font-size: 28px;} 
    .buitersimg-div { margin-top: 0px;}
    .py-5 { padding-top: 2rem !important;  padding-bottom: 2rem !important;}
    .swiper-slide img { width: 100%; height: auto; border-radius: 10px;  }


    .property-info { padding-right: 0px; padding-top: 0px !important; margin-top: 0px; }
    .qr_code { float: left;}
    .property-details { width: 100%; }




 /* Base Button */
.custom-btn { flex: 1 1 100%; text-align: center;
    padding: 7px 5px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    max-width: 100%; }
/* Handle dynamic widths */
.main-button .custom-btn:nth-child(1):nth-last-child(3),
.main-button .custom-btn:nth-child(2):nth-last-child(2),
.main-button .custom-btn:nth-child(3):nth-last-child(1) {
flex: 1 1 calc(100% - 10px);
}

.main-button .custom-btn:nth-child(1):nth-last-child(2),
.main-button .custom-btn:nth-child(2):nth-last-child(1) {
flex: 1 1 calc(100% - 10px);
}

.qr_title { margin-top: 0px; }
.price-list ul li::after{ display: none; }



.price-list ul li {  width: 46.5%;}

.price-list-sq ul li { width: 46.5%;}






}


/* ---------spinner------------*/

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.btn-loading::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    transform: translateY(-50%);
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to { transform: translateY(-50%) rotate(360deg); }
}

@media (max-width: 500px) {

        .content-pos h1 {
        font-size: 24px;
        margin-top: 50px;
                width: 60%;
        color: #536D7F;
    }

        .content-pos { top: 26%; }

        .content-pos {
        display: block;
    }

        .content-pos .banner-para{
        display: none;
    }

      .content-pos button{
        display: none;
    }

        .buitersimg-div img {
        width: 140%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        display: block;
        margin-left: -20%;
    }


    .price-list ul li {
        width: 100%;
    }


    .price-list-sq ul {
    display: block;
}
    .property-info {
        padding-right: 30px; }



    .price-list-sq ul li {
        width: 100%;
        margin-bottom: 10px;
    }



    .property-details {
        width: auto;
    }

.price-line-2 {
    margin-top: 1px;
    margin-bottom: 20px;
}

.price-line-3 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.property-details {
    margin-top: 10px;
}

    .qr_code {
        float: left;
        width: 100%;
    }

.qr_img {
    float: right;
    margin-top: -24px;
    margin-bottom: 12px;
}
    .qr_title {
                margin-top: 10px;
        width: 80%;
        margin-right: 0px;
    }
.price-list-sq {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-btn{    font-size: 14px;
    padding: 6px 14px;}

.navbar {     padding-top: 8px !important; }

    

}

@media (max-width: 405px) {
    .qr_title {
        margin-bottom: 12px;
    }

        .qr_img {
        margin-top: -6px;
    }
    
    
    
}