.about-f-section{
    margin-top: -100px;
}
.text-muted{
    font-size: 15px;
}
h2 {
    font-size: 32px;
    font-weight: 700;
}
.vision-goals-section {
    padding-top: 80px;
  }
  .section-subtitle {
    color: #a259ff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .section-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
  }
  .goal-item {
    display: flex;
    position: relative;
    margin-bottom: 40px;
  }
  .goal-dot-line {
    position: relative;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .goal-dot-line .dot {
    height: 12px;
    width: 12px;
    background-color: #a259ff;
    border-radius: 50%;
    z-index: 1;
  }
  .goal-dot-line .line {
    width: 1px;
    flex-grow: 1;
    background: repeating-linear-gradient(to bottom, #F699FF 0px, #F699FF 5px);
    margin-left: 0px;
    height: 150px;
    margin-top: 10px;
  }
  .goal-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .goal-content p {
    margin: 0;
    color: #555;
    font-size: 15px;
  }
  
  .video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .preview-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #a259ff;
    border: none;
    color: white;
    font-size: 32px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  
  /* Popup Styles */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  .popup-content {
    position: relative;
    max-width: 90%;
    max-height: 80%;
  }
  .popup-content video {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .close-btn {
    position: absolute;
    top: -35px;
    right: -35px;
    font-size: 30px;
    color: white;
    cursor: pointer;
  }
  .partnership-section {
  
    background: #fff;
  }
  
  .section-tag {
    display: block;
    color: #a259ff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .main-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
  }
  
  .description {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
  }
  
  .features-list {
    list-style: none;
    padding: 0;
  }
  
  .features-list li {
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
  }
  
  .features-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #a259ff;
    font-weight: bold;
  }
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 6px 20px;
    background: #fff;
  }
  
  .feature-box {
    background: #faf8ff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  
  .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
  
  .feature-box img {
    height: 48px;
    margin-bottom: 20px;
  }
  
  .feature-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1d1d1d;
  }
  
  .feature-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
  }
    
  @media (min-width: 980px) {
      .text-muted{
    font-size: 15px;
}
.main-vission{
    display: flex;
}
}













  @media (max-width: 768px) {
      .mobile-tag{
         text-align: center; 
      }
    .section-title {
      font-size: 28px;
    }
    .goal-item {
      flex-direction: row;
      align-items: flex-start;
    }
  }
  .partner-section {
    padding: 60px 20px;
    background-color: #fff;
  }

  .partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .partner-box {
    background-color: #f7f7fa;
    background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="2" cy="2" r="2" fill="%23e5e5f0"/%3E%3C/svg%3E');
    background-size: 24px 24px;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
  }

  .partner-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }

  .partner-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(145deg, #a64bfd, #c180ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
  }

  .partner-icon img {
    width: 24px;
    height: 24px;
  }

  .partner-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 8px;
    color: #1a1a1a;
  }

  .partner-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .partner-box {
      padding: 24px 18px;
    }
  }

  .team-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    justify-items: center;
  }

  .team-member {
    text-align: center;
    min-width: 368px;
  }

  .team-member img {
    width: 100%;
    border-radius: 10px;
    filter: grayscale(100%);
    transition: 0.3s ease;
  }
  .section-border {
    border-radius: 32.14px;
    margin-left: 0px;
    margin-right: 0px;
    background: #FBFAFF;
    border: 0.95px solid #A020F080;
}

  .team-member img:hover {
    filter: grayscale(0%);
  }

  .team-name {
    font-weight: 600;
    margin-top: 10px;
    color: #a64bfd;
  }

  .team-role {
    color: #555;
  }
  
  
   .project-tabs-section {
      padding: 40px 20px;
      background: #f8f8f800;
    }

    .project-tabs-nav {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
    }

    .project-tab-button {
      cursor: pointer;
      padding: 10px 20px;
      background: #eeeeee00;
      border-radius: 5px;
      font-weight: 600;
        border-bottom: 3px solid #715DE321;
        color: #191919;
    }

    .project-tab-button.active {
         color: rgb(166, 75, 253);
    background: rgba(142, 80, 201, 0);
    border-bottom: 3px solid rgb(166, 75, 253);
    }

    .project-tabs-content {
      display: none;
      background: #fff;
      padding: 20px;
      border-radius: 6px;
      margin-bottom: 10px;
    }

    .project-tabs-content.active {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .project-tabs-left, .project-tabs-right {
      flex: 1;
      min-width: 250px;
    }

    .project-tabs-right img {
      max-width: 100%;
      height: auto;
      width: 100%;
    }

  .project-tabs-left h3 {

    margin-bottom: 20px;
  }

  .project-tabs-left p {
 
    color: #555;
    margin-bottom: 20px;
  
  }

  .project-tabs-left ul {
    padding-left: 20px;
    color: #333;
  }

  .project-tabs-left ul li {
    margin-bottom: 10px;
  }

  .project-tabs-right {
    flex: 1;
    min-width: 280px;
  }

 
    /* MOBILE ACCORDION */
.accordion-button {
    display: none;
    width: 100%;
    text-align: left;
    background: #eeeeee00;
    border: none;
    padding: 15px;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 3px solid #715DE321;
    color: #191919;
}

    .accordion-button.active {
    background: #8e50c900;
    color: #a64bfd;
    border-bottom: 3px solid #a64bfd;
}

    /* RESPONSIVE RULES */
    @media (max-width: 768px) {
        .text-muted{
    font-size: 15px;
}
      .project-tabs-nav {
        display: none;
      }

      .accordion-button {
        display: block;
      }

      .project-tabs-content.active {
        display: block;
      }
      
      #missionTab{
          justify-content: left !important;
      }
      .mission-tabs{
          margin-top: -50px;
      }
     .goal-dot-line .line {
    width: 1px;
    flex-grow: 1;
    background: repeating-linear-gradient(to bottom, #F699FF 0px, #F699FF 5px);
    margin-left: 0px;
    height: 150px;
    margin-top: 10px;
    left: 6px;
} 
 .feature-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr); /* default = 2 columns (mobile) */
  padding: 6px 10px;
}     
 .feature-box {
    background: #faf8ff;
    padding: 25px 0px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: all 0.3s ease-in-out;
}     
     .hero-content-three h1 {
        margin-bottom: 35px;
        text-align: center;
        vertical-align: middle;
        font-family: "Bricolage Grotesque";
        font-weight: 700;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }     
       .hero-area-three {
        padding-top: 10px;
        z-index: 1;
        position: relative;
        overflow: hidden;
        margin-top: 133px;
    }
     
}   
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    }