
      .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: 1100px; /* 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: 1200px; /* 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;
        }
  
    .section {
      max-width: 1150px;
      margin: 60px auto;
      margin-top: 0px;
      padding: 40px;
      background: rgba(255, 255, 255, 0.92);
      border-radius: 20px;
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      backdrop-filter: blur(6px);
    }

    .section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(160, 98, 4, 0.76), transparent 70%);
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
    animation: glowMove 20s infinite alternate;
  }

    .tabs {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      flex-wrap: wrap;
    }

    .tab {
      background: #e4d6c4;
      color: #3b2d13;
      border: none;
      padding: 10px 26px;
      border-radius: 12px;
      font-size: 15px;
      cursor: pointer;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .tab:hover {
      background: #d4c2a6;
      transform: translateY(-2px);
    }

    .tab.active {
      background: #1a3c8d;
      color: #fff;
      box-shadow: 0 4px 15px rgba(26, 60, 141, 0.3);
    }

    .content {
      display: none;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      animation: fadeIn 0.8s ease;
      z-index: 1;
      position: relative;
    }

    .content.active {
      display: flex;
    }

    .content-text {
      flex: 1 1 50%;
      text-align: left;
      animation: slideUp 0.8s ease;
    }

    .content-text h3 {
      font-size: 22px;
      margin-bottom: 18px;
      color: #1a1a1a;
    }

    .content-text ul {
      list-style: none;
      padding: 0;
    }

    .content-text li {
      margin-bottom: 12px;
      position: relative;
      padding-left: 28px;
      font-weight: 500;
      color: #333;
    }

    .content-text li::before {
      content: "\2714";
      position: absolute;
      left: 0;
      top: 0;
      color: #1a3c8d;
      font-size: 16px;
    }

    .content-image {
      flex: 1 1 45%;
      overflow: hidden;
      border-radius: 15px;
      position: relative;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      transition: all 0.5s ease;
    }

    .content-image img {
      width: 100%;
      display: block;
      border-radius: 15px;
      transition: transform 0.7s ease;
    }

    .content-image:hover img {
      transform: scale(1.05) translateY(-5px);
    }

    .content-image::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 18px;
      background: linear-gradient(145deg, rgba(255,255,255,0) 70%, rgba(0,0,0,0.08));
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .content-image:hover::after {
      opacity: 1;
    }
    
    .learn-btn {
      display: inline-block;
      margin-top: 25px;
      padding: 10px 30px;
      background: #1a3c8d;
      color: #fff;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s ease;
      box-shadow: 0 5px 20px rgba(26, 60, 141, 0.25);
    }

    .learn-btn:hover {
      background: #153170;
      transform: translateY(-2px);
      box-shadow: 0 7px 25px rgba(26, 60, 141, 0.35);
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(15px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes slideUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 850px) {
      .content {
        flex-direction: column;
        text-align: center;
      }

      .content-image {
        width: 100%;
      }
    }
  
  .consultion_warpper {
    background-color: rgb(83, 1, 1);
    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;
}

    .floating {
      animation: float 3.5s ease-in-out infinite;
    }
  
    @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-12px); }
      100% { transform: translateY(0px); }
    }
  
    @media(max-width: 768px) {
      .hero-banner {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 30px;
      }
  
      .hero-banner h1 {
        font-size: 1.9rem;
      }
  
      .hero-banner p {
        font-size: 1rem;
      }
    }
    .image-container {
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 3px solid #eee;
}

.image-container:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
}
  
  .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: 300px;
  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;
}

