body {
   font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.primary-bg {
    background-color: #00448E;
    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: #00448E;
    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: #00448E;
    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, #00448E, #00448E);
    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 {
      position: relative;
      padding: 5.4rem 0rem 1rem 0rem;
    }

    .banner-description {
      padding: 40px 20px;
      background: #f6f6f4;
      height: 100%;
      text-align: center;

    }

    .launch-text {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 1px;
      color: #333;
      margin-bottom: 12px;
    }



    /* Project name */
    .project-name h1 {
      font-size: 42px;
      font-weight: 700;
      color: #00448E;
      margin: 0;
    }

    .project-name h3 {
      font-size: 19px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 6px;
      color: #333;
    }

    /* Distance strip */
    .location-strip {
      display: inline-block;
      margin: 14px 0 22px;
      padding: 6px 12px;
      background-color: #d4242a;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #fff;
      position: absolute;
      top: -2rem;
      left: 50%;
      transform: translateX(-50%);
      width: 75%;
      /* background-color: #fff; */
      z-index: 3;
    }

    .project-banner-highlight {
      position: relative;
      width: 100%;
      padding: 2rem 1rem 1rem 1rem;
      margin-top: 2rem;
      background: #fff;
      border-radius: 4px;
      z-index: 0;
    }

    /* animated border only */
    .project-banner-highlight::after {
      content: "";
      position: absolute;
      inset: 0;
      padding: 2px;
      border-radius: 4px;

      background: linear-gradient(90deg,
          #ff4242,

          #0b48cc,
          #c0540b,
          #ffffff,
          #000000);

      background-size: 300% 100%;
      animation: borderMove 2.5s linear infinite;

      -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;

      pointer-events: none;
    }

    @keyframes borderMove {
      from {
        background-position: 0% 0;
      }

      to {
        background-position: 300% 0;
      }
    }



    .project-banner-highlight p {
      margin: 6px 0;
      font-size: 17px;
      color: #222;
    }

    /* Price section */
    .project-price {
      margin-top: 28px;
    }

    .project-price .area {
      font-size: 17px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .price-box {
      border: 2px solid #b48a3c;
      display: inline-block;
      padding: 18px 22px 12px;
      margin-bottom: 6px;
      width: 85%;
      position: relative;
      margin-top: 2rem;
    }

    .price-box .price {
      margin-top: 12px;
      font-size: 26px;
      font-weight: 700;
      color: #222;
    }

    .project-price small {
      display: block;
      font-size: 12px;
      color: #555;
    }

    .banner-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    #about {
      padding: 4rem 0rem;
      position: relative;
    }
    

    #about h2 {
      font-size: 1.7rem;
      line-height: 1.3;

    }

    .feature-box {
      padding-top: 10px;
    }

    .icon-box {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #00448E;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #fff;
      flex-shrink: 0;
    }

    .about-img img {
      border-radius: 4px;
      height: 380px;
      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: #00448E;
      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: 20px;
      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:#00448E;
      color: #fff;
      font-weight: 600;
      border: none;
      border: 1px solid #00448E;
    }

    .bhk-card.featured .know-more-btn {
      background: #fff;
      color: #0d6efd;
    }

    .know-more-btn:hover {
      opacity: 0.9;
      border: 1px solid #00448E;
    }


        .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;
  color: #00448E;
  margin-bottom: 15px;
  background: #00448E;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.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: #00448E;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #00448E;
      transition: 0.3s;
    }
 

    .virtual-tour-section {
      background: url('../img/visit.jpg') bottom/cover no-repeat;
      background-attachment: fixed;
      /* 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: #00448E;
    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: rgb(197, 18, 18);
      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%;
      height: 480px;
      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: #00448E;
  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 {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #4e380d;
      width: 3rem;
      height: 3rem;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .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: 2rem 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: #00448E;
    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: #00448E;
    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: #00448E;
    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: #1a4242;
}

.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: #00448E;
    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;
    }
    .location-strip{
      width: 85%;
    }


}


@media(max-width:900px) {
    .navbar-brand img {
        width: 100px;
    }
    #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{
  padding: 4rem 0rem 1rem 0rem;
 }
 .project-name h1{
  font-size: 24px;
 }
 .banner-description{
  padding: 20px 10px;
 }
 
  #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;
  }
}

