  ::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #131a29;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #4d7cfe, #d67bff);
    border-radius: 6px;
    border: 3px solid #131a29;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #617dcc, #b87ad4);
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #4d7cfe #131a29;
}

  
  
  @font-face {
    font-family: xibon;
    src: url(./xibon.ttf);
  }

  body,
  html {
    margin: 0;
    padding: 0;
    font-family: "xibon", sans-serif;
    background-color: #0d1117;
    color: #fff;
    height: 100%;
    overflow-x: hidden;
  }

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 150px;
    background-color: rgba(19, 26, 41, 0.8);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 60px;
  }

  .logo {
    max-height: 200px;
    width: 180px;
    display: block;
  }

  .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }

  .nav-links a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 30px;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .nav-links a:hover {
    color: #4d7cfe;
  }

  .get-started {
    background-color: transparent;
    color: #4d7cfe;
    padding: 10px 20px;
    border: 2px solid #4d7cfe;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-left: 30px;
    font-size: 14px;
  }

  .get-started:hover {
    background-color: #4d7cfe;
    color: #000 !important;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(90vh - 60px);
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
    z-index: 1;
  }

  h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  p {
    font-size: 1.2rem;
    max-width: 600px;
    margin-bottom: 2rem;
  }

  .cta-buttons {
    display: flex;
    gap: 1rem;
    z-index: 100000;
    position: relative;
  }

  .cta-button {
    padding: 0.75rem 2.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    z-index: 100000;
  }

  .primary {
    background-color: #4da7ff;
    color: #fff;
  }



  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .revolutionary-ai {
    background-color: #111827;
    padding: 4rem 2rem;
    text-align: center;
  }

  .get-started-phone {
    background-color: transparent;
    color: #4d7cfe;
    padding: 10px 20px;
    border: 2px solid #4d7cfe;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-left: 30px;
    font-size: 14px;
    display: none;
  }

  .get-started-phone:hover {
    background-color: #4d7cfe;
    color: #000 !important;
  }

  .revolutionary-ai h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .revolutionary-ai p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    color: #a0aec0;
  }

  .ai-consulting {
    background: linear-gradient(135deg, #1e3665, #251c47);
    padding: 6rem 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ai-consulting .content {
    flex: 1;
    max-width: 55%;
  }

  .ai-consulting h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }

  .ai-consulting p {
    font-size: 1rem;

    margin-bottom: 2rem;
    line-height: 1.6;
  }

  .ai-consulting ul {
    list-style-type: none;

    padding: 0;
    margin-bottom: 2rem;
  }

  .ai-consulting li {
    font-weight: 800;
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
  }

  .ai-consulting li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #4da7ff;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .ai-consulting .cta-button {
    display: inline-block;
    background-color: #4da7ff;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
  }

  .ai-consulting .cta-button:hover {
    background-color: #3a8ff7;
  }

  .ai-consulting .cta-button span {
    margin-left: 0.5rem;
  }

  .ai-consulting .image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ai-consulting .image-wrapper {
    background: linear-gradient(135deg, #3a5a8f, #4f2b88);
    border-radius: 15px;
    width: 500px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .ai-consulting .icon {
    font-size: 120px;
    color: #ffffff;
  }

  .startup-program-section {
    background: linear-gradient(135deg, #1e3665, #251c47);
    padding: 60px 0;

    font-size: 28px;
  }

  .startup-program-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .startup-program-content h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }

  .startup-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .startup-logos img {
    max-width: 350px;
    height: auto;

  }

  .aws {
    margin-top: 30px;
    width: 300px;

  }

  @media (max-width: 767px) {
    .startup-program-content h2 {
      font-size: 34px;
      margin-bottom: 54px;
    }

    .startup-logos {
      flex-direction: column;
      gap: 20px;
    }

    .startup-logos img {
      max-width: 250px;

    }

    .aws {
      margin-top: 30px;
      width: 200px;

    }
  }

  .why-choose-xibon {
    background-color: #111827;
    padding: 5rem 2rem;
    text-align: center;
  }

  .why-choose-xibon h2 {
    font-size: 2.5rem;
    color: #a78bfa;
    margin-bottom: 1rem;
  }

  .why-choose-xibon .subtitle {
    font-size: 1rem;
    color: #a0aec0;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
  }

  .features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .feature-card {
    background-color: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 2rem;
    width: 300px;
    text-align: left;
    transition: transform 0.3s ease, background-image 0.3s ease;
  }

  .feature-card:hover {
    transform: translateY(-5px);
    background-image: linear-gradient(135deg, #1e3665, #251c47);
  }

  .feature-card .icon {
    font-size: 3rem;
    color: #4da7ff;
    margin-bottom: 1rem;
  }

  .feature-card h3 {
    font-size: 1.25rem;
    color: #4da7ff;
    margin-bottom: 0.75rem;
  }

  .feature-card p {
    font-size: 0.9rem;
    color: #a0aec0;
    line-height: 1.6;
  }

  .testimonials {
    background-color: #0d1117;
    padding: 5rem 2rem;
    text-align: center;
  }

  .testimonials h2 {
    font-size: 2.5rem;
    color: #a78bfa;
    margin-bottom: 3rem;
  }

  .testimonial-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .testimonial-card {
    background-color: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 2rem;
    width: 300px;
    text-align: left;
    position: relative;
  }

  .quote-icon {
    font-size: 2rem;
    color: #4da7ff;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .testimonial-text {
    font-size: 0.9rem;
    color: #a0aec0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .client-name {
    font-size: 1rem;
    color: #4da7ff;
    margin-bottom: 0.25rem;
  }

  .client-position {
    font-size: 0.8rem;
    color: #718096;
  }

  .blog-section {
    background-color: #111827;
    padding: 5rem 10rem;
    text-align: center;
  }

  .blog-section h2 {
    font-size: 2.5rem;
    color: #a78bfa;
    margin-bottom: 3rem;
  }

  .blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .blog-card {
    background-color: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: left;
    transition: transform 0.3s ease, background-image 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .blog-card:hover {
    transform: translateY(-5px);
    background-image: linear-gradient(135deg, #1e3665, #251c47);
  }

  .blog-card h3 {
    font-size: 1.2rem;
    color: #4da7ff;
    margin-bottom: 0.5rem;
  }

  .blog-date {
    font-size: 0.8rem;
    color: white;
    font-weight: bolder;
    margin-bottom: 0.75rem;
  }

  .cta-button:hover {
    background: linear-gradient(45deg, #4da7ff, #e69bc0);
  }

  .blog-preview {
    font-size: 0.9rem;
    color: white;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
  }

  .read-more-btn {
    display: inline-block;
    background-color: transparent;
    color: #4da7ff;
    padding: 0.5rem 1rem;
    border: 1px solid #4da7ff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.8rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    align-self: flex-start;
  }

  .read-more-btn:hover {
    background-color: #4da7ff;
    color: #fff;
  }

  .cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #4da7ff, #c26f99);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    opacity: 0.9;
  }

  .cta-button:hover {
    background-color: #3a8ff7;
  }

  .cta-section {
    background-color: #1f2937;
    padding: 5rem 2rem;
    text-align: center;
  }

  .cta-section h2 {
    font-size: 2.5rem;
    color: #a78bfa;
    margin-bottom: 1.5rem;
  }

  .cta-section p {
    font-size: 1rem;
    color: #a0aec0;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
  }

  .cta-button {
    display: inline-block;
    background-color: #4da7ff;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
  }

  .cta-button:hover {
    background-color: #3a8ff7;
  }

  .cta-button span {
    margin-left: 0.5rem;
  }

  footer {
    background-color: #111827;
    padding: 3rem 2rem 1rem;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }

  .footer-logo h3 {
    font-size: 1.5rem;
    color: #4da7ff;
    margin-bottom: 0.5rem;
  }

  .footer-logo p {
    font-size: 0.8rem;
    color: #718096;
  }

  .footer-logo img {
    height: 250px;
  }

  .footer-nav {
    display: flex;
    gap: 1.5rem;
  }

  .footer-nav a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
  }

  .footer img {
    width: 250px;
    height: 250px;
  }

  .footer-nav a:hover {
    color: #4da7ff;
  }

  .footer-bottom {
    color: white;
    border-top: 1px solid #2d3748;
    padding-top: 1rem;
    display: flex;
    justify-content: center;
  }

  .footer-bottom p {
    font-size: 0.8rem;
    color: #718096;
  }

  @media (max-width: 768px) {

    .get-started {
      margin-top: 20px;
      margin-left: 0;
    }


    h1 {
      font-size: 2.5rem;
    }

    .hero p {
      font-size: 1rem;
    }

    .cta-buttons {
      flex-direction: column;
      align-items: center;
    }

    .cta-button {
      margin-bottom: 1rem;
    }

    .ai-consulting {
      flex-direction: column;
      padding: 3rem 2rem;
    }

    .ai-consulting .content {
      max-width: 100%;
    }

    .ai-consulting .image-container {
      margin-top: 2rem;
    }

    .ai-consulting .image-wrapper {
      width: 90vw;
      height: 300px;
      display:none;
    }

    .features {
      flex-direction: column;
    }

    .feature-card {
      width: 100%;
      margin-bottom: 1rem;
      padding: 10px
    }

    .testimonial-container {
      flex-direction: column;
    }

    .testimonial-card {
      width: 100%;
      margin-bottom: 1rem;
    }

    .blog-container {
      grid-template-columns: 1fr;
    }

    .blog-section {
      padding: 3rem 2rem;
    }

    .footer-content {
      flex-direction: column;
      align-items: flex-start;
    }

    .footer-nav {
      flex-direction: column;
      margin-top: 1rem;
    }

    .footer-nav a {
      margin: 0.5rem 0;
    }
  }

  .logo {
    font-size: 25px;
    font-weight: bold;
    color: #4d7cfe;
    text-decoration: none;
    background: linear-gradient(45deg, #4d7cfe, #d67bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .logo {
    max-height: 200px;
    width: 163px;
    display: block;
  }

  .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }

  .nav-links a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 30px;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .nav-links a:hover {
    color: #4d7cfe;
  }

  .get-started {
    background-color: transparent;
    color: #4d7cfe;
    padding: 10px 20px;
    border: 2px solid #4d7cfe;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-left: 30px;
    font-size: 14px;
  }

  .get-started:hover {
    background-color: #4d7cfe;
    color: #000 !important;
  }

  .hamburger {
    display: none;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    nav {
      padding: 15px;
      height: 30px;
    }

    .nav-links {
      display: flex;
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      background-color: rgba(19, 26, 41, 0.8);
      backdrop-filter: blur(10px);
      flex-direction: column;
      align-items: center;
      padding: 20px;
      z-index: 1000;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transform: translateY(-100%);
      opacity: 0;
      pointer-events: none;
    }

    .nav-links.active {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }

    .nav-links a {
      margin: 0;
      /* Remove vertical margin */
      padding: 10px 0;
      /* Add padding for touch targets */
      font-size: 18px;
      position: relative;
      overflow: hidden;
      width: 100%;
      /* Make links full width */
      text-align: center;
      /* Center the text */
    }


    .nav-links a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #4d7cfe;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
    }

    .nav-links a:hover::after,
    .nav-links a:focus::after {
      transform: translateX(0);
    }

    .nav-links a:active {
      transform: scale(0.95);
      transition: transform 0.1s ease;
    }

    .nav-links a:active {
      transform: scale(0.95);
      transition: transform 0.1s ease;
    }

    .get-started {
      display: none;
    }

    .get-started-phone {
      display: inline-block;
      margin-top: 10px;
    }

    .hamburger {
      display: block;
      cursor: pointer;
    }

    body.menu-open {
      overflow: hidden;
    }
  }
 .video-section {
   background-color: #111836;
   padding: 100px 0;
   text-align: center;
 }

 .video-content {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
 }

 .video-content h2 {
  font-size: 2.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
 }

 .video-grid {
   display: grid;
   grid-template-columns: 1fr;
   grid-template-rows: auto;
   grid-gap: 20px;
 }

 .big-video,
 .small-video {
   grid-column: 1 / -1;
   padding-bottom: 56.25%;
   /* 16:9 aspect ratio */
 }

 .video-wrapper {
   position: relative;
   height: 0;
   overflow: hidden;
   border-radius: 10px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
 }

 @media (min-width: 768px) {
   .video-grid {
     grid-template-columns: 1fr 1fr;
     grid-template-rows: auto auto;
   }

   .big-video {
     grid-column: 1 / -1;
   }

   .small-video {
     grid-column: span 1;
     padding-bottom: 56.25%;
   }
 }
 .about-us {
    padding: 4rem 2rem;
    background-color: #111836;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.about-us ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2rem;
    text-align: left;
}

.about-us li {
    font-weight: 800;
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    color: #ffffff;
}

.about-us li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #4da7ff;
    font-size: 1.2rem;
    font-weight: bold;
}

.about-us p {
    color: #a0aec0;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    line-height: 1.6;
}

.team-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.team-member {
    background-color: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
    background-image: linear-gradient(135deg, #1e3665, #251c47);
}

.team-member .icon {
    font-size: 3rem;
    color: #4da7ff;
    margin-bottom: 1rem;
}

.team-member h3 {
    margin-bottom: 0.5rem;
    color: white;
}

.team-member p {
    color: white;
}

.team-description,
.mission-statement {
    max-width: 800px;
    margin: 2rem auto;
    line-height: 1.6;
}

.about-us .cta-button {
    display: inline-block;
    margin-top: 2rem;
}

.our-vision {
    background: linear-gradient(135deg, #1e3665, #251c47);
    padding: 6rem 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-content {
    max-width: 1000px;
    text-align: center;
}

.our-vision h2{
    color: #a78bfa;
    font-size: 2rem;
}
.our-vision h2,
.our-vision h3,
.our-vision p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.our-vision p {
    max-width: 800px;
}

@media (max-width: 768px) {
    .our-vision {
        padding: 4rem 2rem;
    }

    .our-vision h2 {
        font-size: 2rem;
    }

    .our-vision h3 {
        font-size: 1.5rem;
    }

    .our-vision p {
        font-size: 1rem;
    }
}

.meet-claire {
    background-color: #0d1117;
    padding: 6rem 2rem;
    overflow: hidden;
}

.meet-claire .container {
    max-width: 1200px;
    margin: 0 auto;
}

.meet-claire h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.claire-content {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.claire-image {
    flex: 1;
    text-align: center;
}

.claire-image img {
    max-width: 100%;
    height: auto;
    /* border-radius: 50%; */
    box-shadow: 0 0 30px rgba(77, 167, 255, 0.3);
}

.claire-description {
    flex: 1;
}

.claire-description h3 {
    font-size: 1.8rem;
    color: #4da7ff;
    margin-bottom: 1rem;
}

.claire-description p {
    font-size: 1.1rem;
    color: #a0aec0;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.claire-features {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2rem;
}

.claire-features li {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.claire-features li i {
    color: #4da7ff;
    margin-right: 1rem;
    font-size: 1.3rem;
}

.meet-claire .cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.meet-claire .cta-button:hover {
    background: linear-gradient(45deg, #3a8ff7, #e64a8a);
}

.meet-claire .cta-button i {
    margin-left: 0.5rem;
}

@media (max-width: 768px) {
    .meet-claire {
        padding: 4rem 1rem;
    }

    .claire-content {
        flex-direction: column;
        gap: 2rem;
    }

    .claire-image img {
        max-width: 290px;
    }

    .claire-description h3 {
        font-size: 1.5rem;
    }

    .claire-description p {
        font-size: 1rem;
    }

    .claire-features li {
        font-size: 1rem;
    }
}

.our-vision .mission-statement {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.our-vision .mission-statement h3 {
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.our-vision .mission-statement p {
    color: #a0aec0;
    margin-bottom: 1rem;
}

.our-vision .mission-cta {
    color: #ffffff !important;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .our-vision .mission-statement h3 {
        font-size: 1.5rem;
    }
    
    .our-vision .mission-statement p {
        font-size: 0.9rem;
    }
    
    .our-vision .mission-cta {
        font-size: 1rem;
    }
}

 
