  footer {
      background-color: #000;
      color: #ccc;
      font-size: 14px;
  }

#footerNav{
    margin-top: -20px;
}
  .footer-logo {
      color: #f0f;
      font-weight: bold;
      font-size: 28px;
      line-height: 1;
  }
section:target::before {
  content: "";
  display: block;
  height: 80px; /* adjust if you have fixed navbar */
  margin-top: -80px;
}


  .footer-email {
      font-size: 16px;
      margin-top: 15px;
      
  }

  .nav-link {
      color: #ccc !important;
  }

  .nav-link:hover {
      text-decoration: underline;
  }

  .bottom-footer {
      border-top: 1px solid #333;
      font-size: 13px;
      padding: 25px 0;
  }
.copyright{
     color:#8E8E8E;
      text-decoration: none;
      
      font-size: 14px;
      font-weight:300;
}
.footer-legal{
    margin-left: -5px;
    color: #8E8E8E;
}
  .footer-legal a {
      color:#8E8E8E;
      text-decoration: none;
      margin: 0 5px;
      font-size: 14px;
      font-weight:300;
  }

  .footer-legal a:hover {
      text-decoration: underline;
  }

  .back-to-top {
      text-decoration: none;
      color: #ccc;
      display: inline-flex;
      align-items: center;
  }

  .back-to-top img {
      margin-right: 10px;
    
  }

  body {
      font-family: "Bai Jamjuree", sans-serif;
  }
.hero {
      background: url('./asset/hero-2.png') no-repeat center top/cover;
      text-align: center;
      padding: 90px 200px;
      padding-bottom: 120px;
    }
    .hero h1 {
      font-weight: 700;
      font-size: 80px;
      
    }
    .hero h2 {
      font-weight: 500;
      font-size: 64px;
      color:rgba(51, 51, 51, 1);
    }
    #footerNav a{
        color:#F4F4F4
    }
    .hero p {
      font-size: 28px;
      font-weight: 500;
    
    }
    nav .bg-white{
         box-shadow: 0px 4px 4px 0px #89898940, 0px -4px 4px 0px #89898940;
         border-radius: 5px;
    }
    
     nav li a.active{
        color:#333333!important;
        font-weight: 600;
    }
    nav li a{
     color:#8E8E8E!important;
        font-weight: 300;
        font-size: 18px!important;
    }
    .text-black{
        color:#333333;
    }
    .logo-border{
        width:5px; 
        color:#52525B;
        margin-left: 5px;
    margin-right: 9px;

    }
    .text-grey{
        color:rgba(82, 82, 91, 1);
    }
    .d-flex{
                max-width: 1320px;
                display: flex;
    }
   
    .about-left p{
        line-height: 40px;
    }
    .fs-36{
        font-size: 36px;
    }
    .about-address{
        line-height:28px!important;
    }


  .form-container {
      /* max-width: 720px; */
      margin: auto;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 50px;
      margin-bottom: 60px;
      text-align: center;
      /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
         */
      box-shadow: 0px 4px 4px 0px rgba(138, 43, 232, 0.25);
      /* box-shadow: 0px -4px 4px 0px rgba(138, 43, 232, 0.1); */
  }

  .form-container h2 {
      font-size: 35px;
      font-weight: 600;
      margin-bottom: 10px;
  }

  .form-container p {
      color: #666;
      font-size: 14px;
      margin-bottom: 30px;
      line-height: 1.5;
  }

  form {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }

  .form-row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
  }

  .form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
      text-align: left;
  }

  .full-width {
      width: 100%;
  }

  label {
      font-size: 20px;
      margin-bottom: 6px;
      color: rgba(51, 51, 51, 1);
  }

  input {
      padding: 10px 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
  }

  .submit-btn {
      margin-top: 10px;
      padding: 12px 24px;
      font-size: 14px;
      border: none;
      border-radius: 25px;
      /* background: linear-gradient(to right, #A64EF4, #2600FC); */
      background: linear-gradient(86.06deg, #972fff 0.48%, #3a076c 99.31%);
      color: white;
      cursor: pointer;
      width: 120px;
      align-self: center;
      transition: background 0.3s ease;
  }

  .submit-btn:hover {
      opacity: 0.9;
  }

  .list-hide {
      display: none !important;
  }

  .list-show {
      display: block !important;
  }

 

  .why-section {
      margin: 0 auto;
      padding: 40px 0px;
  }
  a{
    text-decoration: none!important;
  }

  .why-header h2 {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 20px;
  }

  .why-header {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
  }

  .why-header p {
      font-size: 18px;
      color: #444;
      max-width: 900px;
      margin: 0 auto 50px;
      line-height: 1.6;
      text-align: end;
      font-weight: 500;
  }

  .features {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      flex-wrap: wrap;
  }

  .feature {
      flex: 1;
      min-width: 260px;
      /* text-align: center; */
  }

  .icon {
      font-size: 32px;
      margin-bottom: 16px;
  }

  .purple {
      color: #7b3ff2;
      /* or #A64EF4 / #6B4EFF based on your theme */
  }

  .feature h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
  }

  .feature p {
      font-size: 16px;
      color: #52525B;
      line-height: 1.6;
      font-weight: 400;
  }
  .fs-18{
    font-size: 16px;
  }

  .gradient-bg {
      background: linear-gradient(90deg, #5e1ee4 0%, #741df1 100%);

      background-blend-mode: overlay;
  }
  .about-section{
    background-image: url("./asset/about-bg.png");
  background-size: 100% 120%;
    background-position: right;
    background-repeat: no-repeat;
  }
  .mobile-footer{
    display: none;
  }

  .partner-section {
      background-image: url("./asset/partners-bg.png");
      padding: 50px 20px;
      text-align: center;
      background-size: 100% 100%;
      margin-bottom: 20px;
      background-size: cover;
  }

  .partner-section h2 {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 36px!important;
      margin-bottom: 25px;
  }
.ai-sec{
    padding-left: 150px !important;
    padding-right: 150px !important;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 40px;
        background-image: url("./asset/ai-bg.png");
        background-size: cover;
        margin-top: 40px;
}
.about-section1{
    display: none;
}

  .partner-section p {
      color: #555;
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 16px!important;
      font-weight: 500;
      line-height: 35px;
      margin-bottom: 65px;
text-align: justify;
  }
.ai-section h4{ 
    font-size: 32px;
    color:#F4F4F4;
}
.ai-section p{
    font-size: 20px;
font-weight: 400;
color: #F4F4F4;
}
  .partner-logos img {
      max-height: 80px;
      margin: 0 30px;
      object-fit: contain;
  }
  .s-flex{
display: flex;
align-items: center;
  }
   
    
  @media (max-width: 1920px) {
  .hero {
      background: url('./asset/hero-2.png') no-repeat center top/contain;
  }
.partner-section{
background-size: contain;
background-repeat:no-repeat;
}
}
  @media (max-width: 1367px) {
.partner-section{
background-size: cover!important;
background-repeat:no-repeat;
}
.why-header{
    display: block;
    text-align: center;
    
}
.why-header p{
    text-align: center;
}
.feature{
           max-width: 48%;
        min-width: 48%;
        margin: 0 auto;
        text-align: center;
}
.features{
    margin-bottom: 40px;
}

}

   
  
  @media (max-width: 1024px) {
        .hero{
    background-size: contain;
    background-position: center;
    }
.hero h2 {
       padding: 0;
    }

    .why-section{
        padding: 10px 0;
    }
    .ai-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
}   
    }
 @media (max-width: 991px) {

.nav-flex{
display: flex;
    justify-content: center;
    align-items: anchor-center;
} 
}

  /* Responsive */

 
 @media (max-width: 768px) {
.partner-section p {
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 65px;
    text-align: center;
}
.nav-flex{
margin-left: 10px;
}
.ai-section h4 {
    font-size: 24px;
}
.ai-section p {
    font-size: 16px;
       line-height: 27px;
   }
.ai-sec {
        padding-top: 30px;
    padding-bottom: 30px;
}
.why-header h2 {
    font-size: 24px;

}
.why-header p {
    font-size: 16px;
}
    .feature {
        max-width: 100%;
        min-width: 100%;	
}
.partner-section h2 {
       font-size: 24px !important;
}
.chair-grid1 p,.about-section1 p{
    font-size: 16px !important;
}
.features{
    padding: 0 40px;
}
    .hero {
               background-position: 100% 21%;
    }
}
 

  @media (max-width: 600px) {
      .form-row {
          flex-direction: column;
      }
  }
    @media (max-width: 576px) {
      .list-hide {
          display: block !important;
      }

      .list-show {
          display: none !important;
      }
      .chair-grid{
        display: none;
      }
      .chair-grid1{
        width: 100%!important;
      }
          .about-section1 {
       
        text-align: center;
    }
      .hero h1 {
    font-weight: 700;
    font-size: 40px;
    color: rgba(51, 51, 51, 1);
}
    .hero h2 {
        font-weight: 500;
        font-size: 20px;
        }
        .hero {
  
        padding-bottom: 0px !important;
    }
    .about-section1{
        padding: 0 10px;
    }
    .footer-logo,.footer-email{
        padding-left: 15px;
    }
  }
  @media (max-width: 768px) {
      .features {
          flex-direction: column;
          align-items: center;
      }
   .container {
    max-width: 97% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
     
      .partner-logos img {
          margin: 20px 15px;
          max-height: 60px;
      }
      .hero{
            padding: 40px 0!important;
            padding-bottom: 40px!important;
      }
      .navbar-brand{
        margin-left: 10px;
      }
      .navbar-toggler{
        margin-right: 10px;
      }
      .about-section1{
    display: block;
}
  .about-section{
    display: none;
}
.chair-image{
        float: right;
    width: 130px;
}
.hero h2 {
    font-weight: 500;
    font-size: 40px;
}
.hero p {
    font-size: 20px;
    font-weight: 500;
}
.ai-section{
    margin: 0 20px;
}
.mobile-footer{
    display: block;
}
.footer{
display: none;
}
#footerNav ul{
    text-align: right!important;
}
.footer-linked{
    margin-bottom: 10px;
    width: 15px!important;
}

  }