    body {
      font-family: "Poppins", sans-serif;
      background: #ffffff;
    }

    .navbar-brand img {
      height: 40px;
    }

    .btn-yellow {
      background: #ffd500;
      color: #000;
      font-weight: 600;
      padding: 8px 20px;
      border-radius: 5px;
    }

    .hero-section {
      padding: 30px 0;
      height: 80vh;
    }

    .hero-title {
      font-size: 42px;
      font-weight: 700;
      line-height: 1.3;
    }

    .hero-card1 img{
        height: 200px;
        margin-top: 20px;
    }

    .text-blue{
        color: #1b45bb;
    } 

    .btn-primary1{
        color: white;
        background-color: #1b45bb;
    }

    .btn-primary1:hover{
        color: #0d56c9;

        /* background-color: #1b45bb */
        border: #1b45bb 2px solid;
    }


    .btn-outline-primary1{
        color: #1b45bb;
        outline: #1b45bb 2px solid;
        background-color: #ffffff;
    }

    .hero-title .yellow {
      color: #ffcd00;
    }

    .pink {
      color: #e6007e;
    }

    .hero-desc {
      font-size: 16px;
      margin-top: 30px;
      max-width: 480px;
    }

    .hero-btn {
      padding: 10px 30px;
      font-weight: 600;
    }

    .hero-card {
      width: 100%;
      border-radius: 12px;
      overflow: hidden;

      margin-bottom: 20px;
    }

    .hero-card img {
      width: 100%;
      margin-top: 150px;
      height: auto;
      object-fit: cover;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .hero-title {
        font-size: 32px;
      }
    }




    /* about  */


     .about-section {
         margin-top: 100px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
  }

  .about-img {
    height: 380px;
    object-fit: cover;
    width: 100%;
    border-radius: 33px;
    
  }

  .about-img1 {
    border-radius: 33px;
    height:220px;
    object-fit: cover;
    width: 100%;
  }

  .text-pink {
    color: #e6007e;
  }

  @media (max-width: 768px) {
    .about-img {
      height: 180px;
    }
  }

  /* --------- */


.mv-img {
  height: 48vh;
  /* margin-left: ; */
  object-fit: cover;
}

.mv-box {
  border: 2px solid #ffd500;
  border-radius: 18px;
  padding: 20px 25px;
  height: 150px;
  background: #fff;
}

.mv-box1 {
  border: 2px solid #ffd500;
  border-radius: 18px;
  padding: 20px 25px;
  /* height: 150px; */
  background: #fff;
}

.mv-title {
  color: #ffcd00;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

.mv-text {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.mv-value {
  font-size: 15px;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .mv-img {
    height: 300px;
  }
}

/* ============== */

.course-box {
  background: #e7f1ff;
  border-radius: 40px;
}

.text-pink {
  color: #e6007e;
}

.feature-item{
    background-color: white;
}

.feature-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.module-list {
  list-style: none;
  padding-left: 0;
}

.module-list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}


.course-img {
  /* height:; */
  background-color: none !important;
  object-fit: contain;
}

.image-1 img{
    height: 400px;
}
.image-2 img{
    height: 100px;
}

/* Responsive */
@media (max-width: 768px) {
  .course-box {
    border-radius: 25px;
  }
}

/* ---------- */

 .laptop-frame {
      background: #fff;
      border-radius: 22px;
      padding: 50px;
    }

    .feature-box {
      border: 2px solid #f6d858;
      border-radius: 15px;
      padding: 22px;
      display: flex;
      gap: 15px;
      min-height: 140px;
      align-items: flex-start;
      background: #fff;
      transition: .3s ease;
    }

    .feature-box:hover {
      background: #fff8d6;
      transform: translateY(-4px);
    }

    .feature-icon i {
      font-size: 28px;
      color: #f5c400;
    }

    .right-img {
      width: 100%;
      height: 60vh;
      border-top-left-radius: 200px;
      border-bottom-left-radius: 200px;
      object-fit: cover;
    }

    @media (max-width: 991px) {
      .laptop-frame {
        padding: 30px;
      }
      .right-img {
        border-radius: 20px;
        margin-top: 20px;
      }
    }



    /* ------------ */

        .testimonial-section {
      padding: 80px 0;
      background: #fff;
    }

    .small-title {
      color: #ff157a;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .main-title {
      font-size: 36px;
      font-weight: 700;
      color: #0b3c87;
      margin-top: 10px;
    }

    /* .desc {
      color: #555;
      margin-top: 10px;
      max-width: 420px;
    } */

    .testimonial-card {
      background: #fff;
      padding: 24px;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.05);
      display: flex;
      gap: 16px;
      position: relative;
      margin-bottom: 25px;
    }

     .testimonial-card1-ms {
      margin-left: 100px;
    }

    .testimonial-card1-ms::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 6px;
      height: 100%;
      background: #c0c0c0 !important;
      border-radius: 12px 0 0 12px;
    }

    .testimonial-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 6px;
      height: 100%;
      background: #ffb703;
      border-radius: 12px 0 0 12px;
    }

    .testimonial-card img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
    }

    .testimonial-content h6 {
      font-weight: 600;
      margin-bottom: 5px;
    }

    .testimonial-content span {
      font-size: 14px;
      color: #777;
    }

    .testimonial-content p {
      margin-top: 8px;
      color: #444;
      font-size: 15px;
    }

    .quote-icon {
      position: absolute;
      right: 20px;
      top: 15px;
      font-size: 40px;
      color: rgba(0,0,0,0.07);
    }

    @media (max-width: 768px){
      .main-title {
        font-size: 28px;
      }
      .testimonial-card {
        margin-top: 20px;
      }
    }

    /* ============ */

    .gallery-section { padding:0px 0; }

.small-title {
  font-size:14px;
  color:#ff0b6b;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
}

.main-title {
  font-size:34px;
  font-weight:700;
  color:#0d4fb7;
  margin-top:8px;
  line-height:1.3;
}

.desc {
  font-size:16px;
  color:#333;
  margin-top: 35px;
  max-width:420px;
}

.gallery-card {
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:.4s;
}
.gallery-card:hover { transform:translateY(-5px); }

.gallery-card img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.big-img { height:335px; }
.medium-img { height:220px; }
.small-img { height:180px; }

.gallery-grid {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}

.wide { grid-column: span 2; }

@media (max-width: 992px){
  .gallery-grid { grid-template-columns:1fr; }
  .wide { grid-column:1; }
  .big-img,.medium-img,.small-img { height:220px; }
}

/* ============ */
    .small-title{
      color:#ff2e93;
      font-weight:600;
      font-size:14px;
      text-transform:uppercase;
    }

    .main-title{
      color:#0d56c9;
      font-size:28px;
      font-weight:700;
      margin-top:10px;
      margin-bottom:20px;
    }

    .desc-text{
      font-size:16px;
      color:#333;
    }

    .yellow-title{
      color:#ffc107;
      font-weight:700;
      font-size:20px;
      margin-bottom:15px;
    }

    .list-style{
      list-style:none;
      padding:0;
    }

    .list-style li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      font-size:15px;
      margin-bottom:12px;
      color:#333;
    }

    .list-style li::before{
      content:"●";
      color:#ff2e93;
      font-size:20px;
      line-height:1;
    }

    @media(max-width:768px){
      .laptop-frame{
        padding:30px 20px;
        border-radius:20px;
      }
      .main-title{
        font-size:22px;
      }
    }

    /* ============ */


.faq-section{
  padding:20px 0;
  background:#fff;
}

.faq-wrapper{
  background:#e9f4ff;
  border-radius:40px;
  padding:60px;
}

.faq-title small{
  color:#ff0b6b;
  font-weight:600;
  letter-spacing:1px;
}

.faq-title h2{
  color:#0d4fb7;
  font-weight:800;
  margin-top:10px;
}

.faq-item{
  background:#fff;
  border-radius:20px;
  padding:22px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.faq-item h6{
  margin:0;
  font-weight:600;
  font-size:17px;
}

.btn-icon{
  width:34px;
  height:34px;
  background:#ffcc00;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}

.answer{
  display:none;
  margin-top:14px;
  color:#444;
}

.faq-item.active .answer{
  display:block;
}

@media(max-width:768px){
  .faq-wrapper { padding:30px 20px; }
  .faq-item h6 { font-size:15px; }
}


/* ========== */

      .contact-section{
            padding: 80px 0;
        }

        .contact-subtitle{
            color:#ff3d81;
            font-weight:600;
            letter-spacing:1px;
            font-size:14px;
        }

        .contact-title{
            color:#0d6efd;
            font-size:40px;
            font-weight:700;
            margin-bottom:50px;
        }

        .contact-form-box{
            background:#f1f1f1;
            border-radius:25px;
            padding:40px;
            height:100%;
        }

        .contact-form-box h4{
            color:#0d6efd;
            font-weight:600;
        }

        .form-control{
            border-radius:30px;
            padding:12px 20px;
            border:none;
        }

        textarea.form-control{
            border-radius:20px;
            resize:none;
        }

        .send-btn{
            background:#ffd500;
            border:none;
            padding:12px 30px;
            border-radius:30px;
            font-weight:600;
        }

        .info-card{
            background:#0b63c7;
            border-radius:25px;
            padding:35px;
            color:#ffffff;
        }

        .map-box{
            background:#fff;
            border-radius:15px;
            padding:10px;
            margin-bottom:20px;
        }

        .map-box img{
            width:100%;
            border-radius:10px;
        }

        .info-label{
            font-weight:600;
            margin-top:10px;
        }

        .info-value a{
            color:#ffffff;
            text-decoration:none;
        }

        .call-btn,
        .whatsapp-btn{
            padding:10px 22px;
            border-radius:30px;
            border:none;
            margin-right:10px;
            margin-top:15px;
            font-weight:600;
        }

        .call-btn{
            background:#ffd500;
            color:#000;
        }

        .whatsapp-btn{
            background:#fff;
            color:#0b63c7;
        }

        @media(max-width: 768px){
            .contact-title{
                font-size:28px;
            }
        }


        /* ========== */

          footer {
      background: #fff;
      padding: 60px 0 0;
      font-family: "Poppins", sans-serif;
      text-align: center;
    }

    footer a {
      color: #0157d3;
      font-weight: 600;
      display: block;
      text-decoration: none;
      margin-bottom: 6px;
    }

    footer p {
      color: #0157d3;
      font-weight: 500;
      display: block;
      font-size: larger;
      text-decoration: none;
      margin-bottom: 6px;
    }
    footer .footer-heading {
      font-weight: 700;
      color: #0157d3;
      margin-bottom: 10px;
      font-size: 18px;
    }

    .footer-bottom-bar {
      background: #0157d3;
      padding: 6px 0;
      margin-top: 25px;
    }

    /* Logo Design Style */
    .brand-logo {
      font-size: 70px;
      font-weight: 900;
      color: #134abf;
      letter-spacing: -4px;
      margin-top: 20px;
    }
    .brand-logo span { 
      color: #d10950; 
    }
    .brand-logo .yellow {
      color: #ffd500;
    }
    .brand-logo .teal {
      color: #00b2b2;
    }

  

    .call-btn, .whatsapp-btn {
    display: inline-block;
    text-decoration: none; /* Removes the underline link style */
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    font-family: sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

/* Example Colors */
.call-btn {
    background-color: #007bff; /* Blue */
}

.whatsapp-btn {
    background-color: #25D366; /* WhatsApp Green */
}

/* Hover Effects */
.call-btn:hover { background-color: #0056b3; }
.whatsapp-btn:hover { background-color: #1da851; }

  @media(max-width: 768px) {
      footer .col-md-4 {
        margin-bottom: 25px;
      }
      .brand-logo {
        font-size: 48px;
      }
      .mar-t{
        padding-top: 30vh;
      }
      .testimonial-section {
      padding: 0px;
      margin-top: -40px;
      background: #fff;
      margin-bottom: 30px;
    }
    .desc1{
      margin-top: -5px;
    }
    .desc {
  font-size:16px;
  color:#333;
  margin-top: -30px;
  max-width:420px;
}
    }