body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  /* color: #b3b3b3; */
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

/*--- Custom CSS  ---*/
/* :root {
  --primary-bg-color: #106EBE;
  --primary-bg-hover: #4f42c7;
  --primary-bg-border: #4a3db8;
  --primary-bg-transparentcolor:rgba(74, 61, 184, 0.16);
  --primary-bg-background:#f7f7fb;
  --secondary-color: #0FFCBE;
  --secondary-hover: #b24af3;
  --secondary-transparent:rgba(156, 49, 223, 0.16);
  --secondary-shadow: rgba(156, 49, 223, 0.1);
  --primary-09:rgba(74, 61, 184,0.86);
  --primary-08: rgba(74, 61, 184, 0.8);
  --primary-10:rgba(74, 61, 184,0.46);
  --primary-02:rgba(74, 61, 184,0.02);
  --primary-04:rgba(74, 61, 184,0.04);
  --primary-1:rgba(74, 61, 184,0.1);
  --secondary-08: rgba(156, 49, 223, 0.86);
  --secondary-04: rgba(156, 49, 223, 0.46);
  --secondary-03: rgba(156, 49, 223, 0.3);
  --dark-color: #1c2538;
  --dark-color2: #121a2e;
  --transparent-color: rgba(0,0,0,.2);
  --transparent-color2: #3f0764;
} */

:root {
  /* ===== Primary (Orange) ===== */
  --primary-bg-color: #f3541e;                /* main brand orange */
  --primary-bg-hover: #ff6a33;                /* lighter hover shade */
  --primary-bg-border: #c63f13;               /* darker orange for borders */
  --primary-bg-transparentcolor: rgba(243, 84, 30, 0.16);
  --primary-bg-background: #fff4ed;           /* subtle orange-tinted background */
  
  /* ===== Secondary (Golden Yellow / Accent) ===== */
  --secondary-color: #e7a600;                 /* main accent yellow */
  --secondary-hover: #ac7902;                 /* hover shade */
  --secondary-border: #cc8f02;                /* slightly darker border tone */
  --secondary-transparent: rgba(255, 183, 3, 0.16);
  --secondary-shadow: rgba(255, 183, 3, 0.1);

  /* ===== Opacity variations (Primary / Orange) ===== */
  --primary-09: rgba(243, 84, 30, 0.9);
  --primary-08: rgba(243, 84, 30, 0.8);
  --primary-06: rgba(243, 84, 30, 0.6);
  --primary-04: rgba(243, 84, 30, 0.4);
  --primary-02: rgba(243, 84, 30, 0.2);
  --primary-01: rgba(243, 84, 30, 0.1);

  /* ===== Opacity variations (Secondary / Yellow) ===== */
  --secondary-09: rgba(255, 183, 3, 0.9);
  --secondary-08: rgba(255, 183, 3, 0.8);
  --secondary-06: rgba(255, 183, 3, 0.6);
  --secondary-04: rgba(255, 183, 3, 0.4);
  --secondary-02: rgba(255, 183, 3, 0.2);
  --secondary-01: rgba(255, 183, 3, 0.1);

  /* ===== Neutral / Dark ===== */
  --dark-color: #1a1a1a;                      /* main dark text */
  --dark-color2: #0f0f0f;                     /* deeper dark tone */
  --light-text: #ffffff;                      /* light text for dark bg */
  --muted-text: #666666;                      /* subtle gray for secondary info */
  --border-color: #e0e0e0;                    /* neutral border gray */

  /* ===== Transparency / Shadows ===== */
  --transparent-color: rgba(0, 0, 0, 0.25);
  --transparent-color2: rgba(243, 84, 30, 0.15);
  --primary-shadow: 0 4px 10px rgba(243, 84, 30, 0.25);
  --secondary-shadow-strong: 0 4px 12px rgba(255, 183, 3, 0.25);
}



.sptb-1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.sptb-2 {
  padding-top: 5rem;
  padding-bottom: 9rem;
}

.sptb-3,
.sptb-4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.sptb-8 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.text-white {
    color: #fff !important;
}
.cover-image {
    background-size: cover;
    width: 100%;
    position: relative;
}
.bg-background2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}
.bg-background:before, .bg-background2:before, .bg-background-color:before {
    background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%) !important;
}
.bg-background2 .header-text {
    position: relative;
    z-index: 10;
    top: 70px;
    bottom: 70px;
}
.font-weight-bold {
    font-weight: 700;
}
/*---- Navbar CSS ---*/
.navbar-bg {
    /* background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%); */
    background: var(--primary-bg-color);
}

nav ul li a {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 400;
}

.banner-1 .header-text, .banner-1 .header-text1 {
    left: 0;
    right: 0;
    color: #fff;
}
.banner-1 .header-text h1 {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
.banner-1 .header-text p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.property-card .img {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 0;
}
img { width:100%; }
.property-card {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.item-card2-text h2 {
    font-size: 22px;
    font-weight: 700;
}
.location {
    font-size: 15px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 10px;
}
.small-font {
    font-size: 14px;
    font-weight: 400;
}
ul.item-card2-list {
    list-style: none;
    padding-left: 0;
}
ul.item-card2-list li {
    display: inline-block;
    width: 49%;
    font-size: 14px;
}
.card-button ul {
    list-style: none;
    padding-left: 0px;
}
.card-button {
  display: flex;
  justify-content: space-between;
  }
  .card-button a {
    font-weight: 700;
}
.btn-secondary {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-secondary {
    --mdb-btn-bg: var(--secondary-color);
    --mdb-btn-color: var(--secondary-color);
    --mdb-btn-box-shadow: 0 4px 9px -4px var(--secondary-color);
    --mdb-btn-hover-bg: var(--secondary-color);
    --mdb-btn-hover-color: var(--secondary-color);
    --mdb-btn-focus-bg: var(--secondary-color);
    --mdb-btn-focus-color: var(--secondary-color);
    --mdb-btn-active-bg: var(--secondary-color);
    --mdb-btn-active-color: var(--secondary-color);
    --mdb-btn-box-shadow-state: 0 8px 9px -4px rgba(227, 235, 247, 0.3), 0 4px 18px 0 rgba(227, 235, 247, 0.2);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--mdb-btn-active-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: var(--secondary-color);
}
.info .counter-icon {
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    background: rgba(0, 0, 0, 0.2);
}
#counter {
  background-repeat: no-repeat;
  position: relative;
}
/*.custom-gradient { 
  content: ""; 
  position: absolute; 
  width: 100%; 
  height: 100%;
 top: 0; 
 left: 0; 
  background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%) !important;
}*/
.counter-icon {
    margin-bottom: 1rem;
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    padding: 16px;
    text-align: center;
    border: 1px solid #ffffff;
}
.counters i.fa {
    color: #ffffff !important;
}
#counter h5, h2.counter.mb-0.font-weight-bold {
    color: #ffffff;
    font-weight: 600;
  }
.card-body {
    padding: 20px;    
}
/*--- Location--*/
#location {
    background: #f2f2f2;
}
.overflow-hidden {
    overflow: hidden !important;
}
.item-card-desc {
    position: relative;
}
.item-card {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    clear: both;
    max-width: 1000px;
    list-style: none;
}
.item-card .item-card-desc:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(42, 16, 25, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 3px;
}
.item-card:hover .item-card-desc:before {
    background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%);
}
.item-card .item-card-desc:before {
    background: rgba(40, 35, 47, 0.5);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaeef9;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(234, 238, 249, 0.5);
    margin-bottom: 1.5rem;
    width: 100%;
}
.card-img {
    width: 100%;
    border-radius: 2px;
    height: 100%;
}
.item-card-desc img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    width: 100%;
    height: 100%;
}
.item-card .item-card-desc .item-card-text {
    position: absolute;
    top: -13px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.item-card-desc .item-card-text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.item-card-text .mb-0 span {
  font-size: 20px !important;
  font-weight: bold !important;
}
.item-card .item-card-desc .item-card-text h4 {
    position: relative;
    top: 46%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.item-card-text span {
    font-size: 16px;
    margin: 0.5rem;
    font-weight: 400;
    display: block;
}
/*---  Amenities   --*/
#amenities h2 {
    
    color: var(--primary-bg-color);
    margin-bottom: 25px;

}
#amenities ul {
    list-style: none;
    padding-left: 0px;
}
#amenities ul li {
    display: inline-block;
    width: 33%;
    background: linear-gradient(-225deg, var(--primary-08) 48%, var(--secondary-08) 100%) !important;
    margin-bottom: 10px;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#amenities ul li i {
    margin-right: 6px;
}
/*--- Popup---*/

.modal-content {
    border-radius: 10px 10px 5px 5px;
}
.modal-header {
    color: #000;
    background: linear-gradient(45deg, var(--secondary-color), var(--secondary-color), var(--secondary-color));
    box-shadow: none;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px 10px 0 0;
}
.modal-header h5.modal-title {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 1.6vw;
    color: #ffffff;
}
.modal-body {
    background: #f2f2f2;
    padding: 0px;
}
.d-flex {
    background: #ffffff;
}
.modal-highlight-title {
    font-size: 18px;
    font-weight: bold;
}
ul.modal-highlight {
    padding-left: 0px;
    margin-bottom: 0;
    padding-top: 20px;
}
ul.modal-highlight li {
    list-style: none;
    margin-bottom: -15px;
    }
.modal-highlight img {
    height: 45px;
    margin: 0 auto;
    width: auto;
    display: block;
}
.modal-highlight span {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 7px;
    display: ruby-text;
}
.flex-fill.align-self-center.flex-shrink-1.modal-highlight-bg.d-none.d-lg-block {
    background: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
}
.modal-body .flex-fill.align-self-center {
    background: #fff;
    padding: 25px;
}
span.popup-logo {
    width: 100%;
}
span.popup-logo img{
    height: 46px;
    margin-bottom: 11px;
}
a.navbar-brand img {
    width: auto;
    height: 66px;
}
span.modal-title-secondary {
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}
.modal-body input[type="text"], input#email, select#country {
    border-radius: 5px !important;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}
select#country {
    width: 38%;
    float: left;
    margin-right: 2%;
}
input#phone {
    width: 60%;
}
button#submitBtn {
    width: 100%;
    padding: 13px;
    font-weight: 700;
    font-size: 15px;
}
#about {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/*---- Footer ---*/
#about img {
    width: auto;
    float: right;
}
.brand h5 {
    font-weight: 700;
}
.brand p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
#bottom-footer p small {
  font-size: 13px;
  line-height: 14px !important;
  color: #121212;
}
#bottom-footer ul {
  list-style: none;
  padding-left:0px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
#bottom-footer ul li {
  display: inline-block;
  text-align: center;
}
#bottom-footer {
  background: #f2f2f2;
  padding: 25px 0;
}
#location h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
#location p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 15px;
}
.feature-img.set-bg {
    position: relative;
}
p.ribbon {
    position: absolute;
    top: 10px;
    left: 120px;
    background: #FF0000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 50px;
}
.offer {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FF0000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 50px;
}
.close {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  border: 0px;
  color: #000;
  background: #fff;
}
.rera-details ul li {
  display: inline-block;
  list-style: none;
}
.rera-details ul li img {
  width: 96px;
  display: block;
  margin: 0 auto;
}
/*---- Responsive ---*/
@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}
@media only screen and (min-width: 992px) {
  .modal {
    --mdb-modal-width: 35vw;
  }
  .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
.card-button {
    display: block;
}
.card-button a {
    display: block;
    margin-bottom: 10px;
}
#amenities ul li {
    display: inline-block;
    width: 49%;
}
}
@media (max-width: 480px) {
#amenities ul {
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
}
#amenities ul li {
    padding: 10px;
    font-size: 14px;
}
}


/* ===== Hover Animation for Property Cards ===== */
.property-card {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}

.property-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* Optional: make image slightly zoom in */
.property-card:hover img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}
.property-card img {
  transition: transform 0.4s ease;
}

/* Transition effect */
.navbar {
  transition: top 0.4s ease-in-out;
}

/* Hidden state */
.navbar.hide {
  top: -100px; /* move it out of view */
}


.banner-section {
  position: relative;
  height: 100vh; /* full viewport height */
  background-image: url('../images/b1.webp'); /* replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* primary overlay color, semi-transparent */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.banner-section h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.banner-section p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.banner-section .btn-primary {
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
  color: #fff;
}

.banner-section .btn-primary:hover {
  background-color: var(--primary-bg-hover);
  border-color: var(--primary-bg-hover);
}


@media (max-width: 768px) {
  .btn-big {
    width: 100%;
    text-align: center;
  }
}

/* Banner Background */
.banner-section {
  position: relative;
  background-image: url('../images/b1.webp'); /* replace with your image */
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px; /* Add padding for small screens */
}

/* Desktop Animated Heading */
.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
  color: #fff;
  line-height: 1.2;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

/* Show only on desktop */
.desktop-only {
  display: inline-block;
}

/* Mobile / Tablet Static Heading */
.mobile-only {
  display: none;
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px; /* space between heading and button */
}



.btn:hover {
  background-color: var(--secondary-hover);
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
  .ml10 { font-size: 3.5em; }
}

@media (max-width: 992px) {
  .ml10 { font-size: 3em; }
  .mobile-only { font-size: 2.2em; }
}

@media (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
  .btn { font-size: 1em; padding: 10px 20px; }
  

.banner-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
}

@media (max-width: 480px) {
  .ml10 { font-size: 2.2em; }
  .mobile-only { font-size: 1.8em; }
  .btn { font-size: 0.9em; padding: 8px 16px; }
}


.owl-carousel .item-wrp {
       position: relative;
   }

   .owl-carousel .ami_sec {
       display: flex;
       justify-content: center;
       align-items: center;
       text-align: center;
   }

   .owl-carousel img {
       width: 100%;
       height: auto;  /* Ensures images keep their aspect ratio */
       border-radius: 10px;  /* Optional: Add rounded corners */
   }

   .owl-carousel p {
       margin-top: 10px;
       font-size: 14px;
       font-weight: bold;
   }

.qr-list {
  list-style: none;
  padding: 0;
}

.qr-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 10px;
}

.qr-list img {
    width: 40px;
    height: 70px;
    border-radius: 5px;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}

/* Pop-out effect on hover */
.qr-list img:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  z-index: 10;
}


#connectivity {
    position: relative;
    padding: 80px 20px 60px;
}
#connectivity {
    background: url(../images/pattern.webp) top right / 100% no-repeat transparent;
    background-blend-mode: overlay;
    background-color: #fafafbba;
    margin: 10px;
}

#connectivity h1 {
    color: var(--primary-bg-color);
    
}

#latest-property h2{
  color: var(--primary-bg-color);
}

#amenities h2 {
    color: var(--primary-bg-color);
    
}

.amenities-section {
  background: #f8f9fa;
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  /* font-size: 36px; */
  color: #222;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--primary-bg-color);
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.amenity-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.amenity-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.amenity-card:hover img {
  transform: scale(1.1);
  filter: brightness(70%);
}

.amenity-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  transition: background 0.3s ease;
}

.amenity-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.amenity-card:hover .amenity-info {
  background: rgba(0, 0, 0, 0.65);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
  .amenity-card img {
    height: 200px;
  }
}


/* Default styling (desktop/tablet) */
.rera-details .qr-list li {
   font-size: 12px; /*normal size on larger screens */
}

/* 📱 Smaller RERA number text only on mobile */
@media (max-width: 767px) {
  .rera-details .qr-list li {
    font-size: 11px; /* smaller text for mobile view */
  }
}

.amenity-info h3{
  color: var(--secondary-color);
  font-weight: 400;
}

