  
  .consultion_warpper {
    background-color: rgb(77, 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;
}
