
      .swiper {
        width: 100%;
        height: 100%;
      }
      .swiper-slide {
        text-align: center;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .abt_hide{
        display: none;
      }
      .l-more {
          display: none;
      }
      span.main_span.show_readMO span.r-more {
          display: none;
      }

      span.main_span.show_readMO span.l-more {
          display: block;
      }
      .abt_hide.show_abt {
      display: block;
  }
  .price_table {
        max-width: 999px; /* Adjust width as needed */
        margin: auto;
    }
    
    .table {
        text-align: center;
    }

    .table th, .table td {
        text-align: center;
        vertical-align: middle;
    }

    .table-responsive {
        overflow-x: auto;
    }
    .price_table {
        max-width: 999px; /* Adjust width as needed */
        margin: auto;
    }
    
    .table {
        text-align: center;
    }

    .table th, .table td {
        text-align: center;
        vertical-align: middle;
    }

    .table-responsive {
        overflow-x: auto;
    }
    .disclaimer-content {
            display: none;
        }
        .read-more-btn {
            color: #000000;
            cursor: pointer;
            text-decoration: underline;
        }
   
  .consultion_warpper {
    background-color: #014550;
    padding: 6px;
    border-radius: 0px;
    margin-top: 150px;
    position: relative;
    overflow: visible;
  }

  .imgColution {
    position: relative;
    margin-top: -145px;
    text-align: center;
  }

  .imgColution img {
    width: 100%;
    max-width: 400px;
  }

  .rightCallContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .rightCallContent p.custom_h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #fcfafa;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }

  .rightCallContent p {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0px;
  }

  .button_group {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }

  .common_btn {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }

  .btn_theme {
    background-color: #000000;
    color: rgb(255, 255, 255);
  }

  @media (max-width: 768px) {
    .imgColution {
      margin-top: -130px;
    }

    .imgColution img {
      max-width: 450px;
    }

    .rightCallContent p.custom_h3 {
      font-size: 20px;
      margin-bottom: 0px;
    }

    .rightCallContent p {
      font-size: 18px;
      margin-bottom: 0px;
    }

    /* .rightCallContent styles already applied globally, no need to repeat */
  }
  html, body {
  overflow-x: hidden;
}
.cnt_side span.Under_con {
    border-left: 4px solid #00652e;
    color: #9e801b;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 700;
}
/* IMAGE */
.main_bannerImg {
  position: relative;
}

.main_bannerImg img {
  position: relative;
  z-index: 0;
}

/* OVERLAY */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.65), rgba(0,0,0,0.3));
  z-index: 1;
}

/* CAPTION */
.carousel-caption {
  position: absolute;
  left: 8%;
  right: auto;
  bottom: 10%;
  text-align: left;
  z-index: 2;
  display: block !important;
}

/* HEADING */
.banner_heading {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

/* LOCATION */
.banner-location {
  font-size: 16px;
  color: #f1f1f1;
  margin-bottom: 18px;
}

.banner-location i {
  color: #ffc107;
  margin-right: 6px;
}

/* CTA WRAPPER */
.hero-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

/* PRICE BADGE */
.hero-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffc107;
  color: #000;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.hero-price span {
  font-size: 14px;
}

.hero-price strong {
  font-size: 18px;
}

/* BUTTON */
.btn-enquire {
  background: #ffffff;
  color: #1e40af;
  border: 2px solid #1e40af;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-enquire:hover {
  background: #1e40af;
  color: #ffffff;
}

/* 🔥 MOBILE FIX (MOST IMPORTANT) */
@media (max-width: 767px) {

  .carousel-caption {
    left: 0;
    right: 0;
    bottom: 18%;
    padding: 0 16px;
    text-align: center;
  }

  .banner_heading {
    font-size: 26px;
    line-height: 1.3;
    display: block;
    visibility: visible;
  }

  .hero-cta-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta-buttons {
    width: 100%;
  }

  .btn-enquire {
    width: 100%;
    text-align: center;
  }
}

/* ===============================
   MOBILE FIX – LEFT ALIGN CTA
   DESKTOP REMAINS UNCHANGED
================================ */
@media (max-width: 767px) {

  /* Caption positioning – mobile only */
  .carousel-caption {
    left: 16px;
    right: 16px;
    text-align: left;
  }

  /* Stack price + button and align LEFT */
  .hero-cta-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  /* Keep price badge left */
  .hero-price {
    justify-content: flex-start;
  }

  /* Button sizing */
  .hero-cta-buttons {
    width: auto;
  }

  .btn-enquire {
    width: auto;
    padding: 10px 22px;
  }
}


:root {
  -primary: #e11d2e;
}

body {
  font-family: 'Inter', sans-serif;
}

/* ===== STRIP ===== */
.emi-strip-wrap {
  max-width: 1000px;
  margin: 40px auto 0;
}

.emi-strip {
  background: linear-gradient(135deg, rgb(255, 224, 167), #fcbb70);
  padding: 26px 30px;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px; /* REDUCED GAP */
}

.emi-strip h2 {
  font-size: 24px;
  margin-bottom: 6px;
}

.emi-strip p {
  font-size: 15px;
  color: #444;
}

.emi-btn {
  background: linear-gradient(135deg, #e11d2e, #ff4b4b);
  color: #fff;
  border: none;
  padding: 13px 30px;
  border-radius: 40px;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(225,29,46,0.45);
  transition: 0.3s;
}

.emi-btn:hover {
  transform: translateY(-2px);
}

/* ===== CALCULATOR ===== */
.emi-calculator-box {
  display: none;
  margin-top: 28px;
  background: #fff;
  border-radius: 14px;
  padding: 34px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.18);
  position: relative;
}

.emi-calculator-box.active {
  display: block;
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {opacity: 0; transform: translateY(-10px);}
  to {opacity: 1; transform: translateY(0);}
}

.emi-close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 35px;
  cursor: pointer;
  color: #f90202;
}

/* Instruction text */
.emi-instruction {
  font-size: 14px;
  color: #666;
  margin-bottom: 22px;
}

.emi-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 35px;
}

.emi-group {
  margin-bottom: 30px;
  position: relative;
}

.emi-group label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.range-value {
  position: absolute;
  top: -26px;
  background: #222;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  transform: translateX(-50%);
  white-space: nowrap;
}

input[type=range] {
  width: 100%;
  accent-color: var(--primary);
}

.emi-result h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.emi-amount {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.emi-result p {
  font-size: 15px;
  margin: 8px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .emi-strip {
    flex-direction: column;
    text-align: center;
    gap: 2px;
  }
  .emi-layout {
    grid-template-columns: 1fr;
  }
}
.developer-card {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.divied {
  display: block;
  margin: 20px auto 30px auto;
  width: 80px;
  height: 4px;
  background-color: #001d3d;
  border-radius: 2px;
}

.card-highlights span {
  font-size: 1.1rem;
  color: #6c584c;
  margin-right: 15px;
  display: inline-block;
}

.developer-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.developer-logo-img {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  color: #856d47;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.more-text {
  display: none;
}

.testimonial-strip {
    background: linear-gradient(135deg, #fddfb6, #fde0b7); /* elegant gradient */
    padding: 25px 20px;
    margin: 40px auto;
    max-width: 850px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15), 0 6px 18px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.testimonial-strip:hover {
    transform: translateY(-5px); /* subtle lift on hover */
    box-shadow: 0 30px 70px rgba(0,0,0,0.18), 0 8px 25px rgba(0,0,0,0.10);
}

.testimonial-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #1f2933;
}

.testimonial-slider {
    position: relative;
    height: 80px; /* compact height */
}

.testimonial {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.testimonial.active {
    opacity: 1;
    transform: translateX(0);
}

.testimonial.exit {
    opacity: 0;
    transform: translateX(-60px);
}

.testimonial img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.8);
}

.testimonial-content {
    text-align: left;
    max-width: 600px;
}

.testimonial p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #374151;
}

.testimonial span {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

/* Dots */
.testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
}

.testimonial-dots span {
    width: 8px;
    height: 8px;
    background: #ffc7b1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.testimonial-dots span.active {
    background: #111827;
    transform: scale(1.2);
}
