 /* Navbar */
 .navbar {
   background: linear-gradient(to bottom, #fff, #fdfbf9);
   padding: 0px;
 }

 .navbar-brand {
   color: #DF6D27;
   font-weight: 600;
   font-size: 1.1rem;
 }

 .navbar-brand img {
   max-width: 130px;
 }

 .nav-link {
   color: #333;
   margin-right: 20px;
   font-weight: 500;
 }

 .nav-link:hover {
   color: #DF6D27;
 }

 .btn-login {
   background-color: #DF6D27;
   color: #fff;
   border-radius: 8px;
   padding: 8px 18px;
   font-weight: 500;
 }

 .btn-login:hover {
   background-color: #d64f13;
   color: #fff;
 }

 nav a{
  text-decoration: none !important;
 }


 /* ------------------------------------- */
 .navbar {
  font-family: 'Inter', sans-serif;
}

.nav-link {
  color: #1e293b;
  font-weight: 500;
  padding: 8px 16px;
}

.nav-link:hover,
.nav-link:focus {
  color: #DF6D27;
}

/* Dropdown styling */
.product-dropdown {
  width: 650px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.product-dropdown h6 {
  font-size: 15px;
  color: #1e293b;
}

.product-dropdown p {
  font-size: 13px;
  color: #6b7280;
}

.product-dropdown img {
  flex-shrink: 0;
}




 /* --------------------------------------- */

 /* Hero Section */
 .hero-section {
   text-align: center;
   padding: 100px 20px;
   background: linear-gradient(to bottom, #fff, #fffaf6);
 }

 .hero-section h1 {
   font-size: 62px;
   font-weight: 700;
   line-height: 1.2;
   color: #000;
 }

 .hero-section p {
   max-width: 700px;
   margin: 20px auto;
   color: #4C4B56;
   font-size: 20px;
 }

 .btn-demo {
   background-color: #DF6D27;
   color: #fff !important;
   padding: 12px 25px;
   border-radius: 8px;
   font-weight: 500;
   margin-right: 10px;
 }

 .btn-demo:hover {
   background-color: #d64f13;
 }

 .btn-trial {
   background-color: #f3f4f6;
   color: #333;
   border-radius: 8px;
   padding: 12px 25px;
   font-weight: 500;
   border: 1px solid #ddd;
 }

 .btn-trial:hover {
   background-color: #e5e6e8;
 }

 img {
   max-width: 100%;
   height: auto;
 }

 /* ------------------------------------------------------------- */
 /* ---------------------------------------------------------------- */

 .trusted-section {
   background: linear-gradient(to bottom, #fff, #fdfaf7);
   padding: 100px 0px 0px 0px;
   text-align: center;
 }

 .trusted-section h5 {
   font-weight: 600;
   font-size: 20px;
   color: #000;
   margin-bottom: 50px;
 }

 .trusted-logos img {
   height: 40px;
   object-fit: contain;
   transition: transform 0.3s ease;
 }

 .trusted-logos img:hover {
   transform: scale(1.05);
 }

 @media (max-width: 768px) {
   .trusted-logos img {
     height: 32px;
     margin-bottom: 15px;
   }
 }

 /* ------------------------------------------------------------- */
 /* ---------------------------------------------------------------- */
 /* Section Styling */
 .modern-workplace {
   padding: 80px 0px 0px 0px;
 }

 .workplace-box {
   border-radius: 25px;
   margin: 0 auto;
   text-align: center;
 }

 .workplace-box h6 {
   color: #DF6D27;
   font-weight: 600;
   font-size: 22px;
   margin-bottom: 20px;
   letter-spacing: 0px;
 }

 .workplace-box h2 {
   font-size: 2.4rem;
   font-weight: 700;
   color: #000;
   margin-bottom: 25px;
 }

 .workplace-box p {
   color: #555;
   font-size: 1.05rem;
   line-height: 1.7;
   max-width: 700px;
   margin: 0 auto;
 }

 @media (max-width: 768px) {
   .workplace-box {
     padding: 40px 20px;
   }

   .workplace-box h2 {
     font-size: 1.8rem;
   }
 }


 /* ------------------------------------------------------------- */
 /* ---------------------------------------------------------------- */
 /* Section Styling */
 .ai-workplace {
   padding: 80px 0px 0px 0px;

 }

 .ai-workplace h6 {
   color: #DF6D27;
   font-weight: 600;
   font-size: 22px;
   letter-spacing: 0px;
 }

 .ai-workplace h2 {
   font-size: 42px;
   font-weight: 700;
   color: #000;
   margin-bottom: 25px;
 }

 .ai-workplace p {
   color: #4C4B56;
   font-size: 16px;
   line-height: 1.7;
   margin: 0 auto 40px auto;
 }

 .ai-workplace .btn-learn {
   background-color: #E0E4FF;
   color: #000;
   padding: 12px 25px;
   border-radius: 8px;
   font-weight: 500;
 }



 /* --------------------------------------- */
 .ai-Difference {
   padding: 80px 0px 0px 0px;

 }

 .ai-Difference h6 {
   color: #DF6D27;
   font-weight: 600;
   font-size: 22px;
   letter-spacing: 0px;
 }

 .ai-Difference h2 {
   font-size: 42px;
   font-weight: 700;
   color: #000;
   margin-bottom: 25px;
 }

 .ai-Difference p {
   color: #4C4B56;
   font-size: 16px;
   line-height: 1.7;
 }

 .ai-Difference .btn-learn {
   background-color: #E0E4FF;
   color: #000;
   padding: 12px 25px;
   border-radius: 8px;
   font-weight: 500;
 }

 .ai-Difference img {
   border-radius: 15px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }


 /* ----------------------------------------------- */

 .ai-Choose {
   padding: 80px 0px 0px 0px;


 }

 .ai-Choose .border {
   padding: 80px 40px;
   border: 4px solid #3A2E270A;
   border-radius: 20px;
   /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
 }

 .ai-Choose h6 {
   color: #DF6D27;
   font-weight: 600;
   font-size: 22px;
   letter-spacing: 0px;
 }

 .ai-Choose h2 {
   font-size: 42px;
   font-weight: 700;
   color: #000;
   margin-bottom: 25px;
 }

 .ai-Choose p {
   color: #4C4B56;
   font-size: 16px;
   line-height: 1.7;
 }

 .ai-Choose-hr {
   border: 4px solid #3A2E270A;
   margin: 30px 0;
 }

 .ai-Choose h5 {
   color: #000;
   font-weight: 600;
   font-size: 18px;
   margin-top: 20px;
 }

 /* ----------------------------------------- */
 .ai-Results {
   padding: 80px 0px 0px 0px;

 }

 .ai-Results h2 {
   font-size: 42px;
   font-weight: 700;
   color: #000;
   margin-bottom: 25px;
 }

 .ai-Results p {
   color: #4C4B56;
   font-size: 16px;
   line-height: 1.7;
 }

 .ai-Results h5 {
   color: #000;
   font-weight: 600;
   font-size: 20px;
   letter-spacing: 0px;
 }

 .card-result {
   border-radius: 15px;
   background-color: #F5F5FD;
   /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
   padding: 30px;
 }

 .card-result1 {
   border-radius: 15px;
   background-color: #F5F5FD;
   /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
   padding: 30px 0px 30px 30px;
 }


 /* ----------------------------------------------- */

 .ai-Ready {
   padding: 80px 0px 0px 0px;


 }

 .ai-Ready h2 {
   font-size: 42px;
   font-weight: 700;
   color: #000;
   margin-bottom: 25px;
 }

 .ai-Ready p {
   color: #4C4B56;
   font-size: 16px;
   line-height: 1.7;
 }

 .ai-Ready .card-Ready {
   background-color: #fff;
   padding: 60px 25px;
   border-radius: 15px;
   border: 1px solid #E0E4FF;
 }

 /* --------------------------------------------------------- */


 .ai-faq {
   padding: 80px 0px 80px 0px;
 }

 .ai-faq h3 {
   font-size: 42px;
   font-weight: 700;
   color: #000;
   margin-bottom: 25px;
 }

 .accordion-button::after {
   display: none !important;
   /* remove default Bootstrap arrow */
 }

 /* Right side arrow */
 .faq-icon {
   width: 12px;
   height: 12px;
   border-right: 2px solid #000;
   border-bottom: 2px solid #000;
   transform: rotate(45deg);
   /* Down arrow */
   transition: 0.3s ease;
   margin-left: auto;
   /* Push to right side */
 }

 /* Rotate up when open */
 .accordion-button:not(.collapsed) .faq-icon {
   transform: rotate(-135deg);
 }

 /* Optional styling */
 .accordion-button {
   background: #fff;
   font-weight: 500;
   color: #0C0A09;
   box-shadow: none !important;
   font-size: 18px;
 }

 .accordion-item:not(:first-of-type) {
   border-top: 1px solid #E0E4FF;
 }

 .accordion-item {
   border: 1px solid #E0E4FF;
   border-radius: 5px;
   box-shadow: none !important;
   margin-bottom: 25px;
 }

 .accordion-body {
   background-color: #fff;
 }

 .accordion-header {
   margin-bottom: 8px;
 }

  /* Footer Styling */
    footer {
      background-color: #DF6D27;
      color: #fff;
      padding: 60px 0 30px;
    }

    footer a {
      color: #fff;
      text-decoration: none;
    }

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

    .footer-logo h4 {
      font-weight: 700;
    }

    .login{
      font-size: 20px;
      font-weight: 600;
    }

    .footer-logo p {
      margin-bottom: 5px;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      margin-top: 30px;
      padding-top: 20px;
      font-size: 14px;
    }

    .social-icons a {
      color: #fff;
      margin-right: 15px;
      font-size: 18px;
      transition: opacity 0.3s;
    }

    .social-icons a:hover {
      opacity: 0.7;
    }

    footer strong {
      font-weight: 600;
      font-size: 18px;
    }

    .footer-links h6 {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 18px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links ul li {
      margin-bottom: 6px;
    }

    .footer-divider {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      margin: 25px 0;
    }

 /* --------------------------------------------- */
 /* phone */
 /* ------------------------------------------------- */

 @media (max-width: 768px) {
   .hero-section h1 {
     font-size: 30px;
     font-weight: 700;
     line-height: 1.2;
     color: #000;
   }

   .hero-section {
     text-align: center;
     padding: 30px 20px;
     background: linear-gradient(to bottom, #fff, #fffaf6);
   }

   .modern-workplace {
     padding: 40px 0px 0px 0px;
   }

   .ai-workplace {
     padding: 40px 0px 0px 0px;

   }

   .ai-workplace h2 {
     font-size: 25px;
     font-weight: 700;
     color: #000;
     margin-bottom: 25px;
   }

   .ai-Difference {
     padding: 40px 0px 0px 0px;

   }

   .ai-Choose {
     padding: 40px 0px 0px 0px;


   }

   .ai-Choose h2 {
     font-size: 25px;
     font-weight: 700;
     color: #000;
     margin-bottom: 25px;
   }

   .ai-Results {
     padding: 40px 0px 0px 0px;

   }

   .ai-Results h2 {
     font-size: 25px;
     font-weight: 700;
     color: #000;
     margin-bottom: 25px;
   }

   .ai-Ready {
     padding: 40px 0px 0px 0px;

   }

   .ai-Ready h2 {
     font-size: 25px;
     font-weight: 700;
     color: #000;
     margin-bottom: 25px;
   }

   .ai-Difference h2 {
     font-size: 25px;
     font-weight: 700;
     color: #000;
     margin-bottom: 25px;
   }

   .faq-section {
     padding: 40px 0px 0px 0px;
   }

   .btn-demo,
   .btn-trial {
     display: block;
     width: 100%;
   }

   /* Space between both buttons */
   .btn-demo {
     margin-bottom: 10px;
     /* adjust as per need */
   }

   /* .ai-Results .col-md-4:nth-child(3) {
     margin-top: 20px;
   } */

   .ai-Results .col-md-4 + .col-md-4 {
    margin-top: 20px; /* Adjust as needed */
  }

 }