
    .about-section {
        padding: 60px 0;
        background-color: #f8f9fa;
    }
    .about-img {
    width: 100%;
    height: 400px; /* Aap is height ko apne requirement ke hisaab se adjust kar sakti hain */
    object-fit: cover; /* Ye ensure karega ki image height ke andar properly fit ho without distortion */
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .about-title {
        font-size: 2.2rem;
        font-weight: 700;
        color: #333;
    }

    .about-text {
        font-size: 1.1rem;
        color: #555;
    }

    .highlight {
        color: #0d6efd;
        font-weight: 600;
    }

    .about-img {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    .read-more-btn {
        margin-top: 30px;
    }


    .why-section {
        padding: 60px 0;
        background: #fff;
    }

    .why-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 30px;
        color: #2b2b2d;
    }

    .why-box {
        background: #f8f9fa;
        border-radius: 12px;
        padding: 25px;
        transition: 0.3s;
        height: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .why-box:hover {
        background: #e9f2ff;
        transform: translateY(-5px);
    }

    .why-icon {
        font-size: 2.5rem;
        color: #1d1e1f;
        margin-bottom: 15px;
    }

    .why-heading {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 10px;
        color: #333;
    }

    .why-text {
        font-size: 1rem;
        color: #555;
    }

    .footer {

        color: white;
        padding: 40px 0;
    }

    .footer a {
        color: white;
        text-decoration: none;
    }

    .footer a:hover {
        text-decoration: underline;
    }

    .footer .icon {
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .footer .social-icons a {
        font-size: 1.5rem;
        margin-right: 15px;
        color: white;
    }

    .footer-bottom {
        border-top: 1px solid white;
        margin-top: 30px;
        padding-top: 10px;
        text-align: center;
    }

    footer h5,
    h4 {
        color: wheat;
    }



     .section-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .section-title h2 {
      font-weight: 700;
      color: #333;
    }

    .card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card h5 {
      font-weight: 600;
      color: #0d6efd;
    }

    .intro-text {
      max-width: 700px;
      margin: auto;
      text-align: center;
      margin-bottom: 30px;
      color: #555;
    }




    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .section-title h2 {
      font-weight: 700;
      color: #333;
    }

    .value-box {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s;
    }

    .value-box:hover {
      transform: translateY(-5px);
    }

    .value-box i {
      font-size: 40px;
      color: #0d6efd;
      margin-bottom: 15px;
    }

    .team-card {
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s;
      text-align: center;
    }

    .team-card:hover {
      transform: translateY(-5px);
    }

    .team-card img {
      width: 100%;
      height: 280px;
      object-fit: cover;
    }

    .team-card h5 {
      margin-top: 15px;
      font-weight: 600;
    }

    .team-card p {
      color: #6c757d;
      margin-bottom: 20px;
    }


     .img-hover img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
  }

  .img-hover:hover img {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}

    .text-gradient {
    background: linear-gradient(90deg, #ff7e00, #ffc800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }

  .img-hover img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
  }

  .img-hover:hover img {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .fullscreen-video {
  object-fit: cover;
}


strong{
  font: bolder;
  color: black;
  
}