body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 0;
      color: #333; 
    }
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        
    }
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 0px 0px 30px 30px;
        
        box-shadow: 0 8px 20px rgba(255, 255, 255, 0.6);
        /*
        background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
        */
        padding: 10px 20px;
        position: sticky;
        top: 0;
        z-index: 1000;    
  }

  header img {
    height: 40px;
    width: 180px;
  }

  nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    transition: left 0.3s ease;
    
  }

  nav ul li a {
    text-decoration: none;
    
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: x-large;
    cursor: pointer;
  }

  nav ul li a:hover {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  h2{
    background: #CFE7FA;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .menu-toggle {
    
    color: #000000;
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 15px;
  }

  .menu-toggle span {
    width: 25px;
    height: 3px;
    background: rgb(0, 0, 0);
    border-radius: 2px;
  }
.marquee{
      display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    margin-top: calc(var(--SpaceBase) * 4);
    will-change: transform;
    /* transform: translateX(0); */
    /* -webkit-animation: marquee 24s linear infinite; */
    animation: marquee 24s linear infinite;
}
  /* Mobile Styles */
  @media (max-width: 768px) {
    .menu-toggle {
      display: flex;
    }

    nav ul {
      position: fixed;
      top: 60px;
      left: -100%;
      flex-direction: column;
      background: #f4f7fa;
      /*background-image: linear-gradient( 135deg, #FFE985 10%, #FA742B 100%);*/
      width: 60%;
      height: 95vh;
      padding: 30px 20px;
      border-radius:0px 20px 40px 0px ;
      gap: 25px;
    }

    nav ul.active {
      left: 0;
    }
  }

  html {
    scroll-behavior: smooth;
  }
    nav img {
      height: 80px;
      width: 200px;
    }

    .main {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 50px 20px;
      background: #f5f5f5;
      background: linear-gradient(135deg, #0d1b2a, #1b263b);
      border-bottom-left-radius: 20px;
      border-bottom-right-radius:20px;
    }
    .main img {
      max-width: fit-content;
      width: 200px;
      height: 150px;
      width: 300px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow:#161616;
    }
    /*
    .main video {
      max-width: fit-content;
      width: 100%;
      margin: 0px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow:#161616;
    }
*/
    .main div h2 {
      margin-top: 20px;
      font-size: 28px;
      margin-bottom: 10px;
    }

    .main div h3 {
      color: #ffffff;
      font-weight: normal;
    }
    .main div p {
      font-size: 18px;
      width:fit-content;
      margin-bottom: 10px;
      color: #ffffff;
      font-weight: normal;
      overflow:hidden;
    }
    .about{
      background-image:linear-gradient(180deg, rgb(255, 255, 255) 58%, rgb(228, 253, 255) 100%);
      border-radius: 0px 0px 20px 20px;
    }
    .about, .services {
      padding: 40px 20px;
      text-align: center;
    }

    .about .container{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

    .about .box{
      background: #e3f2fd;
      background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
      border-radius: 10px;
      padding: 20px;
      width: 260px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
    }
    .about .box:hover{
      background: #bbdefb;
      background-image: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
    }
    /*our-services start*/
    .services .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }
    .services .box {
      background: #e3f2fd;
      background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
      border-radius: 10px;
      padding: 20px;
      width: 260px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
    }
    .box img{
      border-radius: 10px;
      height: 220px;
      width: 230px;
      padding:0px;
      margin: 0px;

    }

    .about .box:hover,
    .services .box:hover {
      background: #bbdefb;
      background-image: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
    }
    /*vision & mission */
    .mission .container,
    .vision .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

    .mission .box,
    .vision .box {
      background: #e3f2fd;
      background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
      border-radius: 10px;
      padding: 20px;
      width:260px;
      height: auto;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
    }
    
    
    footer {
      background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);color: white;
      text-align: center;
      padding: 20px;
      margin-top: 40px;
    }
    footer a{
      color: white;
      text-decoration: none;
    }

    .cta {
      text-align: center;
      margin: 40px 0;
    }

    
         .btn {
            background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%);
            margin: 50px;
            padding: 15px 25px;
            width:max-content;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }
        .btn a{
            text-decoration: none;
            color:white;
            font-size:large ;
        }
          .btn:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
    .cta a {
      text-decoration: none;
      background: #1976d2;
      color: white;
      padding: 15px 30px;
      border-radius: 5px;
      font-weight: bold;
      transition: background 0.3s;
    }

    .cta a:hover {
      background: #0d47a1;
    }

    @media (max-width: 768px) {
      .main {
        flex-direction: column;
      }
    }

    
  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
  }

  .menu-toggle span {
    width: 25px;
    height: 3px;
    background: rgb(0, 0, 0);
    border-radius: 2px;
  }

  nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
  }

  /* Mobile nav */
  @media (max-width: 768px) {
    nav ul {
      position: fixed;
      left: -100%;
      top: 70px;
      flex-direction: column;
      
      /*background-image: linear-gradient( 135deg, #FFE985 10%, #FA742B 100%);*/
      width: 250px;
      height: 100vh;
      padding: 30px;
      gap: 20px;
      transition: left 0.3s ease-in-out;
    }

    nav ul.active {
      left: 0;
    }

    .menu-toggle {
      display: flex;
    }
  }

  .faq-section {
  padding: 60px 20px;
  background-color: #f4f7fa;
  background-image:linear-gradient(180deg, #f4f7fa 58%, rgb(144, 193, 233) 100%);
  text-align: center;
  border-radius: 0 0 20px 20px;;
}

.faq-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-question {
  width: 100%;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: bold;
  background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  border-radius: 8px 8px 0 0;
}

.faq-answer {
  padding: 15px 20px;
  display: none;
  background: #ffffff;
  border-top: 1px solid #ccc;
}

.faq-answer p {
  margin: 0;
}

  /*faq end*/
  /*contact start*/
  .contact-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0d47a1, #673ab7);
  
  color: white;
  text-align: center;
  border-radius: 20px;
  margin:20px;
}

.contact-section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.contact-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  color: #333;
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.contact-form button {
  background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
  
  color: #ffffff;
  font-weight: bold;
  padding: 14px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #fff176;
  background-image: linear-gradient( 135deg, #FFE985 10%, #FA742B 100%);
}

  /*contact end*/
  marquee{
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    color: rgb(41, 41, 41);
    padding: 10px;
  }
  .login{
    background-image: linear-gradient(to right, #4776E6 0%, #8E54E9  51%, #4776E6  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border-width: 0;
  }
  .login:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }



          