.about-f-section{
    margin-top: -100px;
}
.mobile-tag .tag {
    background: #f3e5ff;
    color: #b244f7;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
}
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;
  }
    .contact-section {
  background: linear-gradient(to bottom right, #f4f2ff, #fefeff);
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}

.section-header .tag {
  background: #f3e5ff;
  color: #b244f7;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
}

.section-header h2 {
  font-weight: 700;
  margin-top: 10px;
}

.section-header p {
  color: #666;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.left-box {
  padding-right: 30px;
}

.left-box .tag {
  background: #f3e5ff;
  color: #b244f7;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
}

.contact-info {
 background: #F3EFFF80;

  border: 1px solid #f0e6ff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.contact-info .icon-box  img{
height: 100%;
}
.contact-info .icon-box  {
display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
}

.contact-info p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.contact-info a, .contact-info span {
  font-weight: 600;
  color: #333;
  display: block;
}

.contact-form-box {
  background: #f9f7ff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #eee6ff;
}

.contact-form-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-form-box form input,
.contact-form-box form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contact-form-box form button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to right, #c26af2, #8e43e7);
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form-box form button:hover {
  background: linear-gradient(to right, #8e43e7, #c26af2);
}
  @media (min-width: 980px) {
.main-vission{
    display: flex;
}

}













  @media (max-width: 768px) {
      .contact-info {
    background: #F3EFFF80;
    border: 1px solid #f0e6ff;
    border-radius: 12px;
    padding: 5px;
    display: flex
;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.contact-info a, .contact-info span {
    font-weight: 600;
    color: #333;
    display: block;
    font-size: 14px;
}
       .mobile-tag{
         text-align: center; 
         margin-top:20px;
      }
    .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;
    font-size: 14px;
    color: #a64bfd;
  }

  .team-role {
    font-size: 13px;
    color: #555;
    margin-top: 2px;
  }
  
  
   .project-tabs-section {
      padding: 40px 20px;
      background: #f8f8f8;
    }

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

    .project-tab-button {
      cursor: pointer;
      padding: 10px 20px;
      background: #ddd;
      border-radius: 5px;
      font-weight: 600;
    }

    .project-tab-button.active {
      background: #a64bfd;
      color: #fff;
    }

    .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 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .project-tabs-left p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
  }

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

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

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

 
    /* MOBILE ACCORDION */
    .accordion-button {
      display: none;
      width: 100%;
      text-align: left;
      background: #eee;
      border: none;
      padding: 15px;
      font-weight: 600;
      margin-top: 10px;
      cursor: pointer;
    }

    .accordion-button.active {
      background: #a64bfd;
      color: #fff;
    }

    /* RESPONSIVE RULES */
    @media (max-width: 768px) {
      .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;
    }
}   
      
   .mobile-footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  display: none;
}

.footer-nav-item {
  text-align: center;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav-item .footer-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.footer-nav-item.active .footer-icon {
  background: linear-gradient(to right, #a100ff, #7e00ff);
  padding: 8px;
  border-radius: 50%;
}

.footer-nav-item.active span {
  color: #7e00ff;
}

/* Responsive: Only mobile */
@media (max-width: 768px) {
  .mobile-footer-nav {
    display: flex;
  }
}   
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    }