*{
  font-family: italic;
}

.container-1 { max-width: 700px; margin: 50px auto; background: #fff; border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); padding: 30px; } h1 { font-size: 24px; color: #222; } p { color: #555; } .step { background: #eaf4ff; border-radius: 10px; padding: 15px; margin-top: 15px; } .step h3 { color: #0078d7; margin-bottom: 5px; } .download-btn { display: inline-block; background: #34a853; color: white; text-decoration: none; padding: 12px 25px; border-radius: 8px; font-weight: bold; margin-top: 25px; } .download-btn:hover { background: #2c8a45; }
 /* .container {
      max-width: 1000px;
      margin: 60px auto;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 25px rgba(0,0,0,0.1);
      padding: 40px;
    } */

    /* Top buttons */
    .steps {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }

    .step-btn {
      background: #0078d7;
      color: white;
      border: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .step-btn.active {
      background: #fff;
      color: #0078d7;
      border: 3px solid #0078d7;
      transform: scale(1.1);
    }

    .step-btn:hover {
      background: #005bb5;
    }

    /* Layout below */
    .content-area {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .details {
      flex: 1;
      min-width: 280px;
    }

    .details h2 {
      color: #0078d7;
      font-size: 24px;
      margin-bottom: 10px;
    }

    .details p {
      color: #333;
      line-height: 1.6;
      font-size: 16px;
    }

    .image {
      flex: 1;
      min-width: 280px;
      text-align: center;
    }

    .image img {
      width: 100%;
      max-width: 300px;
      border-radius: 12px;
      transition: all 0.4s ease;
    }

    @media (max-width: 768px) {
      .content-area {
        flex-direction: column-reverse;
        text-align: center;
      }
      .steps {
        gap: 12px;
      }
      .step-btn {
        width: 45px;
        height: 45px;
      }
      .details h2 {
        font-size: 20px;
      }
      .image img {
        max-width: 220px;
      }
    }
    
    h1 {
      text-align: center;
      color: #0078d7;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .accordion-button span {
      background: #0078d7;
      color: #fff;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      font-weight: bold;
    }

    .accordion-body img {
      width: 100%;
      max-width: 350px;
      border-radius: 10px;
      margin-top: 15px;
    }

    .accordion-button:not(.collapsed) {
      background-color: #0078d7;
      color: #fff;
      box-shadow: none;
    }

    .accordion-button:focus {
      box-shadow: none;
      border-color: #0078d7;
    }
    .img{
      height: 80px;
    }
    .vision,
.mission {
  transition: all 0.4s ease;
  cursor: pointer;
}

.vision:hover,
.mission:hover {
  transform: translateY(-10px); /* thoda upar uthta hai */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); /* shadow deep hota hai */
  border-color: #0d6efd; /* blue border on hover */
  background-color: #f8f9fa; /* halka background change */
}

.vision img,
.mission img {
  width: 100px;
  transition: all 0.4s ease;
}

.vision:hover img,
.mission:hover img {
  transform: scale(1.1); /* image thoda zoom hoti hai */
}

.vision h1,
.mission h1 {
  transition: color 0.3s ease;
}

.vision:hover h1,
.mission:hover h1 {
  color: #0d6efd; /* title color change on hover */
}
    .plan-card {
      border-radius: 20px;
      border: 2px solid #dee2e6;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    .plan-card:hover {
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      transform: translateY(-5px);
    }
    .plan-badge {
      position: absolute;
      top: 10px;
      right: -35px;
      background: #ffc107;
      color: #000;
      transform: rotate(45deg);
      width: 150px;
      text-align: center;
      font-weight: 600;
    }
    .plan-badge.best {
      background: #0d6efd;
      color: #fff;
    }
    .price {
      font-size: 2rem;
      font-weight: 700;
      color: #0d6efd;
    }
    .features {
      list-style: none;
      padding: 0;
      margin-top: 15px;
    }
    .features li {
      padding: 6px 0;
      border-bottom: 1px solid #eee;
    }
    /* Desktop / Laptop (>=768px) */
.btn-responsive {
  width: auto;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

/* Mobile (<768px) */
@media (max-width: 767.98px) {
  .btn-responsive {
    width: 130px;           /* chhoti width */
    padding: 0.35rem 0.7rem; /* chhoti height */
    font-size: 0.85rem;     /* chhota text */
  }
}
.btn-responsive {
  width: auto;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

/* Mobile (<768px) */
@media (max-width: 767.98px) {
  .btn-responsive {
    width: 140px;           /* chhoti width */
    padding: 0.35rem 0.7rem; /* chhoti height */
    font-size: 0.85rem;     /* chhota text */
  }
}
/* .intro{
  background: linear-gradient(#E65BAA);
}  */
   /* Buttons */
  .btn-responsive { width: 100%; }
  @media(min-width:576px) { .btn-responsive { width: auto; } }

  /* Card Hover */
  .mission:hover { transform: translateY(-10px); transition: all 0.3s ease; }

  /* Step Buttons */
  .step-btn { transition: all 0.3s ease; margin: 0 5px; }
  .step-btn.active { transform: scale(1.1); background-color: #007bff; color: #fff; }

  /* Accordion fade-in */
  .accordion-body { opacity: 0; transition: opacity 0.6s ease; }
  .accordion-collapse.show .accordion-body { opacity: 1; }

  /* Image sizing */
  .intro img, .down img { max-width: 100%; }

  /* Steps images */
  .content-area { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; }
  .content-area .details { flex: 1 1 300px; }
  .content-area .image { flex: 1 1 300px; text-align: center; }


  .mission-top-border {
  border-top: 5px solid white; /* default top border color */
  transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.mission-top-border:hover {
  border-top-color: #010a0e; /* color on hover (sky blue example) */
  transform: translateY(-5px); /* optional lift effect */
}
#footer{
  background: #3fb2ec;
}
.video-bg-section {
  position: relative;
  width: 100%;
  height: 100vh; /* full screen */
  overflow: hidden;
  color: white; /* text color on video */
}

.video-bg-section .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-bg-section .container {
  position: relative;
  z-index: 2;
}

.video-bg-section .text-white li {
  color: #fff;
}
  .intro {
    position: relative;
    overflow: hidden;
    color: white;
  }

  .intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .intro .container {
    position: relative;
    z-index: 1;
  }

  /* Optional: dark overlay for better text readability */
  .intro::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    z-index: 0;
  }
    .footer a {
    color: #000 !important;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  .footer .social-icons a {
    font-size: 1.5rem;
    color: #000;
    margin-right: 1rem;
    transition: transform 0.3s, color 0.3s;
  }
  .footer .social-icons a:hover {
    color: #555;
    transform: scale(1.2);
  }
  .footer .btn i {
    font-size: 1.2rem;
  }

  @media (max-width: 576px) {
    .footer .col-12.col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .footer form {
      flex-direction: column;
      gap: 0.5rem;
    }
    .footer form input, .footer form button {
      width: 100%;
    }
    .footer .row {
      flex-wrap: wrap;
    }
  }