
  /* --------------------------------------------------------Contact us---------------------------------------- */
  .hero-content h1 {
    color: #fff;
  }

  .contact-us-form {
    background: #38006f;
    border-radius: 15px;

    padding: 20px;
  }

  .contact-us-form h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }

  .contact-us-form p {
    font-size: 16px;
    color: #fff;
  }

  .contact-us-form li {
    background-color: #ff770059;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .contact-us-form li i {
    background: #ff7700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
  }

  /* Call to Action Section */
  .cta-section {
    background: #38006f;
    color: #fff;
    text-align: center;

    border-radius: 15px;


  }

  .cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .cta-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .cta-button {
    background-color: #ff7700;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
  }

  .cta-button:hover {
    background-color: #ff7700;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }

  /* Responsive */
  @media(max-width:768px) {
    .cta-title {
      font-size: 28px;
    }

    .cta-subtitle {
      font-size: 16px;
    }

    .cta-button {
      font-size: 16px;
      padding: 12px 25px;
    }
  }

  .hero-team {
    background: url("../c-v-b.webp") center/cover no-repeat;
    color: white;
    padding: 80px 0 60px;
    text-align: center;
  }

  /* Desktop Spacing */
  @media (min-width: 992px) {
    .hero-team {
      padding: 120px 0 80px;
    }
  }

  /* Heading */
  .hero-team h1 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    text-align: center;
  }

  /* Paragraph */
  .hero-team p {
    font-size: 20px;
    margin: 0 auto 25px;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
    max-width: 700px;
  }

  /* Mobile adjustments */
  @media (max-width: 567px) {
    .hero-team {
      padding-top: 100px;
      padding-bottom: 40px;
    }

    .hero-team h1 {
      font-size: 32px;
    }

    .hero-team p {
      font-size: 18px;
      padding: 0 10px;
    }
  }

  .nimber {
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
  }

  .emp {
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
  }
