body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.primary-bg {
  background-color: #075276;
  display: inline-block;
  border-radius: 15px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  background-image: url("../img/line-bg.webp");
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  font-weight: 600;
}

.navbar img {
  /*filter: brightness(0); */
}

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



/* ALIGNMENT FIX */
.navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  position: absolute;
  top: 95%;
  left: 5%;
}

/* CALL BUTTON */
.custom-call-btn {
  padding: 10px 24px;
  background:linear-gradient(135deg, #043A55, #075276);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}



/* MOBILE BOTTOM BAR (FINAL DESIGN) */
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #ccc;
  display: none;
  z-index: 2000;
}

.mobile-bottom-bar .bottom-btn {
  width: 33.33%;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #075276;
  border: none;
  outline: none;
  text-decoration: none;
}

.mobile-bottom-bar .bottom-btn:nth-child(1),
.mobile-bottom-bar .bottom-btn:nth-child(2) {
  border-right: 1px solid #ccc;
}

.mobile-bottom-bar .bottom-btn:active {
  background: #f3f3f3;
}

.form-call {
  background: linear-gradient(45deg, #043A55, #075276);
  border: none; 
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  transition: .3s;
  display: flex;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
}



/* ------------------index css --------------------- */


#banner {
  padding: 6rem 0 3rem;
  position: relative;
  background-image: url("img/white-bg.html");
}

#banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: #caa35091;
  z-index: -1;
}

.banner-details {
  max-width: 1400px;
  margin: auto;
}

/* =====================
   TOP TEXT (REFINED)
   ===================== */
.banner-name {
  margin-bottom: 2.5rem;
}

.project-badge {
  display: inline-block;
  background: #EAF7FC;
  color: #075276;
  padding: .4rem 1rem;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .4px;
  margin-bottom: 1rem;
}

.banner-name h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: .6rem;
  color: #075276;
}

.banner-name h3 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 500;
  color: #444;
}

.location {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
}

.location i {
  color: #0D6EFD;
  margin-right: .4rem;
}

/* =====================
   IMAGE AREA
   ===================== */
.banner-image {
  position: relative;
}

.banner-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 20px;
}

/* =====================
   HIGHLIGHT BOX
   ===================== */
.highlight-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(33, 27, 18, .92);
  color: #fff;
  padding: 2.5rem 3rem;
  max-width: 720px;
  clip-path: polygon(0 0, 95% 0, 100% 0%, 95% 100%, 0 100%);
}

.highlight-box h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.highlight-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight-box li {
  list-style: none;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: .6rem;
  line-height: 1.4;
}

/* =====================
   RESPONSIVE
   ===================== */







#about {
  padding: 4rem 0rem;
  position: relative;
}


#about h2 {
  font-size: 2.2rem;
  line-height: 1.3;

}

.feature-box {
  padding-top: 10px;
}

.icon-box {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #075276;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
}

.about-img img {
  border-radius: 4px;
  height: 590px;
  object-fit: cover;
}



.apartment-pricing-section {
  padding: 80px 0;
  background-image: url("../img/about-bg.png");
}

.section-head h2 {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.section-head p {
  color: #6b7280;
  margin-top: 6px;
}

/* CARD */
.bhk-card {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 35px 20px;
  border-radius: 10rem 10rem 0rem 0rem;
  background: linear-gradient(145deg, #ffffff, #f4f6ff);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.4s ease;
}

.class-circle {
  padding: 1rem;
  width: 75%;
  background:linear-gradient(135deg, #043A55, #075276);
  border-radius: 4rem 4rem 0rem 0rem;
  color: #fff;
}


.bhk-card:hover {
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.bhk-card:hover::before {
  opacity: 1;
}





/* TOP */
.card-top h3 {
  font-size: 30px;
  font-weight: 800;
}



.size {
  font-size: 17px;
  font-weight: 500;
  color: #6b7280;
}

/* MIDDLE */
.card-middle {
  margin: 35px 0;
}

.card-middle h4 {
  font-size: 27px;
  font-weight: 800;
}

.card-middle p {
  font-size: 16px;
  color: #6b7280;
}

/* BUTTON */
.know-more-btn {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  background:linear-gradient(135deg, #043A55, #075276);
  color: #fff;
  font-weight: 600;
  border: none;
  border:1px solid #075276;
}

.bhk-card.featured .know-more-btn {
  background: #fff;
  color: #0d6efd;
}

.know-more-btn:hover {
  opacity: 0.9;
  border:1px solid #0A6C9D;
  background:linear-gradient(135deg, #075276, #0A6C9D);
}


.amenities-section {
  padding: 80px 0;
  /* background: linear-gradient(135deg, #eef3fb, #f8fbff); */
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Heading */
.amenities-heading {
  text-align: center;
  margin-bottom: 60px;
}

.amenities-heading h2 {
  font-size: 42px;
  font-weight: 500;
  color: #111;
}

.amenities-heading p {
  font-size: 18px;
  color: #555;
  margin-top: 8px;
}

/* Grid */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  position: relative;
}

/* Amenity Box */
.amenity-box {
  text-align: center;
  position: relative;
  padding: 20px 10px;
  box-shadow: 2px 5px 25px #0000001c;
}

.amenity-box:hover {
  /* transform: translateY(-5px); */
  transition: 0.4s;
  /* transform: scale(1.1); */
  transform: translate(10px, 10px);
}

/* Vertical Divider */
.amenity-box::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background: #ccc;
}

.amenity-box:nth-child(4n)::after {
  display: none;
}

.amenity-box i{
    font-size: 36px;
    margin-bottom: 15px;

    background: linear-gradient(135deg,#FE865A,#F46D3D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    transition: .3s ease;
}
.amenity-box:hover i{
    transform: scale(1.12);
}

.amenity-box{
    border-radius: 12px;
    transition: .3s ease;
}

.amenity-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(254,134,90,.18);
}
.amenity-box span {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 1.4;
  font-weight: 600;
}





.amenities-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
}

.amenities-text {
  font-size: 1.1rem;
  color: #555;
}

/* Carousel Capsule Card */

.project-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 28px;
  background-color: #075276;;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  border:2px solid #075276;
  transition: 0.3s;
}


.virtual-tour-section {
  background: url(img/plot3.jpg') center/cover no-repeat;
  /* height: 40vh; */
  display: flex;
  align-items: center;
  position: relative;
}

.vt-overlay {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  padding: 80px 0;
}

.vt-subtitle {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  color: #f4c430;
  margin-bottom: 10px;
}

.vt-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

/* Play Button */
.play-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.1);
}

.play-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #000;
}

/* Pulse effect */
.play-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: pulse 2s infinite;
  background: rgba(255, 255, 255, 0.3);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 576px) {
  .play-btn {
    width: 70px;
    height: 70px;
  }

  .play-btn span {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #000;
  }
}




.highlight-section {
  padding: 4rem 0;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.highlight-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background:linear-gradient(180deg, #043A55, #075276);
  z-index: -1;
}

.highlight-content h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.highlight-step {
  display: flex;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  padding: 8px 1rem;
}

.highlight-number {
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background: #075276;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}


.highlight-text h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.highlight-text p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.highlight-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  border: 4px solid #fff;
}


#gallery h2 {
  font-size: 2.2rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.65));
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-overlay span {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}


.floor-plan-section {
  background: url("../img/about-bg.png");
}

.floor-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.floor-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.floor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
  transform: scale(1.05);
}

.overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

.overlay-content h5 {
  font-weight: 700;
  color: #000;
}

.floor-footer {
  background: #075276;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .floor-img {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .floor-img {
    height: 220px;
  }
}




#location {
  padding: 4rem 1rem;
}

#location .container {
  /* background-color: #f8f4ef; */
  background-image: url('../img/white-map.png');
  border: 2px solid #4e380d;
}

.location-advantage .border-bottom {
  border-bottom: 1px solid #0000002e !important;
}

.location-icon{
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #FFF5F1;
    color: #FE865A;

    border: 1px solid #FFD4C5;
    border-radius: 10px;

    box-shadow: 0 8px 20px rgba(254,134,90,.18);
    transition: .3s ease;
}

.location-icon:hover{
    background: #FE865A;
    color: #fff;
    transform: translateY(-3px);
}
.map-image img {
  border: 3px solid #4e380d !important;
  border-radius: 10px;
  margin-left: -65px;
}

.location-advantage p {
  line-height: 24px;
  color: #444;
}



@media (max-width: 768px) {
  #gallery h2 {
    font-size: 1.8rem;
  }
}



@media(max-width: 768px) {
  .highlight-content h2 {
    font-size: 1.6rem;
  }

  .highlight-number {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }

  .about-img img {
    height: 100%;
    margin-bottom: 1rem;
  }

  .amenity-card {
    padding: 0;
  }

  .highlight-section,
  #about {
    padding: 0rem;
  }

  .footer-about .call-box {
    margin-bottom: 1rem;
  }
}






@media (max-width: 768px) {
  #about h2 {
    font-size: 1.8rem;
  }
}









.main-footer {
  background-color: #fff;
  background-image: url("../img/map_bg.png");
  color: #000000;
  padding: 60px 0 25px;
  font-family: 'Poppins', sans-serif;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.main-footer .footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-about h3,
.footer-form h3 {
  color: #075276;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-about p {
  line-height: 1.6;
  margin-bottom: 12px;
  color: #000000;
}

.footer-about .call-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.footer-about .call-box i {
  background: #075276;
  color: #fff;
  padding: 14px;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 18px;
}

.footer-form {
  padding: 20px;
  min-width: 400px;
  border-radius: 15px;
  background-color: #F4F0E9;
}

.footer-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-form input {
  padding: 12px;
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 14px;
}

.footer-form button {
  background: #075276;
  color: #fff;
  padding: 13px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}

.footer-form button:hover {
  background: #0A6C9D;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 45px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #000000;
}

.footer-bottom a {
  color: #075276;
  text-decoration: none;
}



@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
  .navbar-brand img {
    width: 110px;

  }


}


@media(max-width:900px) {
  .navbar-brand img {
    width: 100px;
    margin-left: 12px;
  }



  #overview::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  }

  #price::before {
    width: 60%;
  }
}



@media(max-width:768px) {
  .enquiry-box {
    display: none !important;
  }



  .overview-image img {
    height: 100%;
    margin-bottom: 1.5rem;
  }

  .price-title {
    padding-bottom: 12px;
  }



  .highlight-section h2 {
    padding: 1rem 0rem;
  }

  .content-list {
    padding: 1rem;
  }

  #location-section::before {
    display: none;
  }

  .overview-content h2 {
    font-size: 1.7rem;
  }

  #price::before {
    width: 100%;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }

  .price-card {
    margin-top: 1.5rem;
  }

  .amenities-heading h2 {
    font-size: 30px;
  }

  .amenities-heading p {
    font-size: 16px;
  }

  .amenities-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #highlight {
    padding: 0;
    background-color: #fff;
  }

  #highlight::before {
    position: relative;
    width: 100%;
    height: 260px;
    clip-path: none;
    background-position: center;
    display: block;
  }

  .highlight-container {
    margin-top: 0;
  }

  .content-list {
    padding: 2rem 1.5rem;
    margin-top: 0;
    border-radius: 0;
  }

  .list-item {
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .list-item .num {
    padding: 5px 12px;
    font-size: 1rem;
  }

  .footer-form {
    min-width: 100%;
  }

}



@media (max-width: 991px) {
  #banner {
    height: auto;
  }

  .container-fluid {
    padding: 0;
  }

  #banner {
    padding: 4rem 0rem 1rem 0rem;
    overflow: hidden;
  }

  #banner::after {
    display: none;
  }

  .banner-name {
    background-image: url("../img/white-bg.png");
    padding: 1rem;
    margin: 0;
    background-size: contain;
  }


  .banner-image img {
    height: 340px;
  }

  .highlight-s-box {
    margin-top: 1rem;
    background: none;
  }

  .highlight-s-box ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    margin-top: 20px !important;
  }

  .highlight-s-box li {
    background: #075276;
    color: #ffffff;
    padding: 5px 6px;
    font-weight: 600;
    list-style: none;
    animation: zoomPulse 2s ease-in-out infinite;
    transform-origin: center;
  }

  @keyframes zoomPulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.06);
    }

    100% {
      transform: scale(1);
    }
  }

  .banner-title,
  .banner-type h2,
  .banner-highlight {
    margin-bottom: 12px;
  }

  #about .banner-form {
    margin-bottom: 1rem;
  }

  .apartment-pricing-section {
    padding: 40px 0px;
  }



  .price-value {
    font-size: 28px;
  }

  .mobile-bottom-bar {
    display: flex;
  }

  #about::after {
    display: none;
  }

  .highlight-section::after {
    display: none;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .amenity-box::after {
    display: none;
  }
}

@media (max-width:576px) {

  .banner-image img {
    height: 260px;
    border-radius: 0px;
  }

  .highlight-box h2 {
    font-size: 1.4rem;
  }

  .highlight-box li {
    font-size: .95rem;
  }
}