@import url('https://fonts.googlesapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth !important;
}
body {
    font-family: "Roboto", sans-serif;
}


.card-title {
    text-align: left;
    font-size: 18px;


}


.navbar-nav .nav-link {
    font-weight: 500;
    margin: 0 5px;
}

.btn-post-property {
    background-color: #34495e;
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
}

.btn-post-property:hover {
    background-color: #34495e;
    color: #fff;
}

.navbar-brand img {
    height: 60px;
}

.custom-footer {
    background-color: #495c6f;
    /* dark gray-blue like Figma */
    color: #ffffff;

    font-family: 'Segoe UI', sans-serif;
}

.custom-footer h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.custom-footer ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.custom-footer li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #d1d5db;
    /* light gray */
}

.custom-footer li::before {
    content: "·";
    margin-right: 8px;
    color: #9ca3af;
}

.navbar-brand {
    height: 60px;
}

.read-more-btn {
    margin-top: 10px;
    font-size: 13px;
    padding: 4px 10px;
    background-color: transparent;
    border: 1px solid #9ca3af;
    color: #d1d5db;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #374151;
    color: #fff;
}


.sell{
    background: rgba(0,0,0,0.5);
     border-bottom-left-radius: 12px;
}

.calling{
    top: 0%;
     left: 30%;
}

.calll{
    top: 25%;
     right: 10%;
}


.buyhero {
    background: url(./assets/eldeco-ballads-of-bliss-banner-36662.jpg) center/cover no-repeat;
    height: 500px;
}

.trump {
    font-size: 18px;
    color: #25D2D1;
}

.bhk {
    background-color: #34495e;
}
.discover{
    color: #34495e;
}
.banner_side_box{
    width: 400px;
    height: 100%;
    top: 0;
}

.site {
    background: #FFA726 !important;
}
.site-button {
   background: #FFA726;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-align: center;
  box-shadow: 0 0 12px rgba(255, 167, 38, 0.2);
  transition: transform 0.3s ease;
  animation: bounceGlow 2s ease-in-out infinite;
}

@keyframes bounceGlow {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 0 12px rgba(255, 167, 38, 0.6);
  }
  50% {
    transform: translateY(-6px);
    box-shadow: 0 0 18px rgba(255, 167, 38, 1);
  }
}

.site-button:hover {
  transform: scale(1.08);
  background-color: #fb8c00;
  box-shadow: 0 0 25px rgba(255, 140, 0, 0.9);
}


/* Animation */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 10px rgba(255, 167, 38, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 167, 38, 1);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 167, 38, 0.5);
    }
}

.banner_detail_box{
      background: linear-gradient(270.49deg, #18D0CE 0.31%, #008B89 99.69%);
}
.fea {
    bottom: -5%;
}

.tum {
    background-color: #F5F5F5;
}
.sam {
    font-size: 18px;
}

.what {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.coon {
    width: 25px
}

.sticky-box {
    position: sticky;
    top: 100px;

}

.pre {
    color: #001760;
}

.big {
    width: 650px;
}

.top {
    width: 120px;
}

.object-fit-cover {
      object-fit: cover;
    }
    .btn-teal {
      background-color: #008080;
      color: #fff;
    }
    .btn-teal:hover {
      background-color: #006666;
      color: #fff;
    }

    .idea{
        z-index: 2;
    }
    
    /* signature css here */
.sam{
    
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 10%;
    

}

.singhero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('assets/hero.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  width: 100%
}


.signature-heading {
  color: #ffffff;
  font-size: 50px;
}

.signature-subheading {
  color: #ffffff;
}

  .info-box {
      border: 1px solid #b5b5b5;
      padding:7px;
          
    }



.crop{
    background-color: #fff; 
    border: 2px solid #1c3b5a; 
    color: #1c3b5a; font-weight: 600;
    font-size:20px;
}
.infotech{
    background-color: #1c3b5a;
     border: 2px solid #1c3b5a; 
     color: #ffffff; font-weight: 600;
     font-size:20px;
}
.orangle_text{
    color: #FFA726;
}
.orange_border{
    border: 1px solid #FFA726;
    font-size: 12px;
}
.btn_orange{
    background-color: #FFA726;
}
table tr:nth-of-type(odd) td{
    background-color: #F2F2F2;
}
table tr{
    font-size: 14px;
}
.floor_card{
    height: 260px;
}
.floor_overlay{
    transform: translateY(-100%);
    transition: all ease 0.5s;
}
.floor_card:hover .floor_overlay{
     transform: translateY(0%);
}
.enquiry_btn{
     transform: translateY(100%);
    transition: all ease 0.5s;
}
.floor_card:hover .enquiry_btn{
     transform: translateY(0%);
}
.video_box{
    height: 400px;
}
.sub_menu{
    background: linear-gradient(270.49deg, #18D0CE 0.31%, #008B89 99.69%);
}
.property_card_img{
    height: 220px;
}
.buyhero{
    margin-top: 75px;
}
.property-card .card-body{
    height: 160px;
}
@media screen and (max-width: 767px) {
    .custom-footer {
        text-align: left;
    }

    .project-column {
        margin-bottom: 30px;
    }
   
}
@media screen  and (max-width: 768px) {
     .banner_side_box{
        width: 100%;
        top: 100%;
        height: 450px;
    }
    #overview{
        margin-top: 465px !important;
    }
}
