.swiper {
            width: 100%;
            height: 100%;
        }
        
        .swiper-slide {
            text-align: center;
            background: #fff;
            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;
        }
        
        .price_table {
            max-width: 999px;
            margin: auto;
        }
        
        .table {
            text-align: center;
        }
        
        .table th, .table td {
            text-align: center;
            vertical-align: middle;
        }
        
        .table-responsive {
            overflow-x: auto;
        }
        
        /* Banner Styling */
        .main_bannerImg {
            position: relative;
        }
        
        .main_bannerImg img {
            position: relative;
            z-index: 0;
        }
        
        .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;
        }
        
        .carousel-caption {
            position: absolute;
            left: 8%;
            right: auto;
            bottom: 10%;
            text-align: left;
            z-index: 2;
            display: block !important;
        }
        
        .banner_heading {
            font-size: 44px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 12px;
        }
        
        .banner-location {
            font-size: 16px;
            color: #f1f1f1;
            margin-bottom: 18px;
        }
        
        .hero-cta-wrapper {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
            margin-top: 20px;
        }
        
        .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);
        }
        
        .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;
        }
        
        .divied {
            display: block;
            margin: 20px auto 30px auto;
            width: 80px;
            height: 4px;
            background-color: #001d3d;
            border-radius: 2px;
        }
        
        /* Mobile Responsive */
        @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;
            }
            
            .hero-cta-wrapper {
                flex-direction: column;
                align-items: center;
            }
            
            .btn-enquire {
                width: 100%;
                text-align: center;
            }
        }
        .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;
    }
  }
  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;
  }
}
 .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;
        }
        
        .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);
        }
        .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;
}