.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;
    }

    .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;
      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;
    }

    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;
    }

    .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;
    }

    .banner-location i {
      color: #ffc107;
      margin-right: 6px;
    }

    .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);
    }

    .hero-price span {
      font-size: 14px;
    }

    .hero-price strong {
      font-size: 18px;
    }

    .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;
    }

    @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;
      }
    }

    @media (max-width: 767px) {
      .carousel-caption {
        left: 16px;
        right: 16px;
        text-align: left;
      }

      .hero-cta-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }

      .hero-price {
        justify-content: flex-start;
      }

      .hero-cta-buttons {
        width: auto;
      }

      .btn-enquire {
        width: auto;
        padding: 10px 22px;
      }
    }
     .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;
        }

        .rightCallContent p {
          font-size: 18px;
        }
      }
      .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;
    }

    .developer-logo-img {
      max-width: 280px;
      width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    }

    .more-text {
      display: none;
    }