  body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
  }

  /* navbar section */
  .navbar {
      position: fixed;
      top: 0;
      /*left: px;*/
      width: 100%;
      background-color: #333333;
      padding: 10px 20px;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
 
  /*----------- Logo section --------- */
  .logo-section {
      display: flex;
      align-items: center;
  }

  .logo {
      width: 50px;
      height: auto;
      margin-right: 10px;
  }

  /*----------- Brand name Quest vivacity with fade in --------- */
  .brand-name {
      /* font-family: 'Lobster', cursive; */
      font-weight: bold;
      font-size: 1.5rem;
      color: #fff;
      /* text-transform: uppercase; */
      letter-spacing: 1.1px;

  }

  .brand-name span {
      opacity: 0;
      transform: translateY(20px);
      animation: fadeIn 1s forwards;
  }

  .brand-name span:nth-child(1) {
      animation-delay: 0.2s;
  }

  .brand-name span:nth-child(2) {
      animation-delay: 0.5s;
  }

  .brand-name span:nth-child(3) {
      animation-delay: 0.7s;
  }

  .brand-name span:nth-child(4) {
      animation-delay: 0.9s;
  }

  .brand-name span:nth-child(5) {
      animation-delay: 1.1s;
  }

  .brand-name span:nth-child(6) {
      animation-delay: 1.3s;
  }

  .brand-name span:nth-child(7) {
      animation-delay: 1.5s;
  }

  .brand-name span:nth-child(8) {
      animation-delay: 1.7s;
  }

  .brand-name span:nth-child(9) {
      animation-delay: 1.9s;
  }

  .brand-name span:nth-child(10) {
      animation-delay: 2.1s;
  }

  .brand-name span:nth-child(11) {
      animation-delay: 2.3s;
  }

  .brand-name span:nth-child(12) {
      animation-delay: 2.5s;
  }

  .brand-name span:nth-child(13) {
      animation-delay: 2.7s;
  }

  .brand-name span:nth-child(14) {
      animation-delay: 2.9s;
  }

  @keyframes fadeIn {
      0% {
          opacity: 0;
          transform: translateY(20px);
      }

      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

  /*--------------- nal list -------- */


  nav {
      flex-grow: 1;
      display: flex;
      justify-content: flex-end;
  }

  nav ul {
      display: flex;
      align-items: center;
      list-style: none;
      margin: 0 40px;
      padding: 0;
  }

  nav ul li {
      margin: 0 10px;
  }

  nav ul li a {
      color: white;
      font-size: 14px;
      text-decoration: none;
      padding: 8px 12px;
      transition: background-color 0.3s;
  }

  nav ul li a:hover {
      background-color: #575757;
      border-radius: 2px;
  }

  /* -----------Dropdown Menu -------------*/
  .dropdown-content {
      display: none;
      position: absolute;
      background-color: #444;
      min-width: 160px;
      z-index: 1;
      border-radius: 2px;
      top: 82%;
      left: 80%;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }

  .dropdown-content li a {
      color: white;
      padding: 8px 12px;
      text-decoration: none;
      display: block;
  }

  .dropdown-content li a:hover {
      background-color: #575757;
  }

  .dropdown:hover .dropdown-content {
      display: block;
  }

  /* ----------icon three line ------------*/
  .icon {
      display: none;
      cursor: pointer;
  }

  @media (max-width: 768px) {
      .icon {
          display: block;
          padding-right: 4%;
      }

      .navbar {

          top: 0;
          left: -11px;

      }

      nav {
          position: absolute;
          top: 60px;
          right: 8px;
          width: 100%;
          background-color: #333;
          display: none;
          flex-direction: column;
          align-items: center;
          animation: fadeIn 0.3s ease;
      }

      nav ul {
          flex-direction: column;
          width: 100%;
          text-align: center;

      }

      nav ul li {
          width: 100%;
      }

      nav ul li a {
          display: block;
          width: 100%;
      }

      nav.responsive {
          display: flex;
      }

      .dropdown-content {
          top: 86%;
          left: -6%;
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      }
  }

  @keyframes fadeIn {
      0% {
          opacity: 0;
          transform: translateY(-20px);
      }

      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

  /* ---------BODy-------------------body part start here ---------------- */
  /* Introduction section  */
 .introduction-page {
     font-family: 'Poppins', sans-serif;
     background: linear-gradient(to bottom, #1a1a2e, #16213e);
     color: #fff;
     overflow-x: hidden;
     overflow-y: hidden;
    /* display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100vh;
        
        padding: 20px;
        box-sizing: border-box; */
 }
 .intro {
     display: flex;
     flex-direction: row;
     gap: 20px;
     align-items: center;
     justify-content: space-between;
     height: 100vh;
     padding-left: 60px;
     /* padding: 0 50px; */
     /* background: url('https://source.unsplash.com/1920x1080/?business,corporate') no-repeat center/cover; */
    /* display: flex;
        flex: 1;
        max-width: 1200px;
        margin: 0 auto;
        gap: 20px; */
 }

 .intro-text {
     max-width: 600px;
   /* flex:2;
flex: 0 0 55%;
    padding-right: 20px; */
 }

 .intro-text h1 {
     font-size: 3rem;
     line-height: 1.2;
     margin-bottom: 20px;
 }
.intro-image {
    /* position: relative;
        /* background-image: url('background-image.jpg'); */
        /* Replace with your image path */
        /* background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 908vh;
        display: flex;
        align-items: center;
        justify-content: center;  */
        /* padding: 0 20px; */
    /* flex: 1;
    text-align: center; */
    flex: 0 0 40%;
        /* 40% width for the image */
        height: 100%;
        /* Full height */
        display: flex;
        align-items: center;
        justify-content: center;
}

.intro-image img {

    max-width: 100%;
    height: 2300vh;
    /* border-radius: 8px; */
    width: 100%;
        height: 400px;
        object-fit: cover;
        padding-top: 49px;
        /* border-radius: 10px; */

}
 .intro-text p {
     font-size: 1.2rem;
     margin-bottom: 30px;
   
 }
 .intro-text .description{
    opacity: 0;
    transform: translateY(100px);
    animation: fadeIn 9.3s ease-out forwards;
 }
 .intro .intro-text .description{
    animation-delay: 0.3s;
        /* First text with a 0.3s delay */
    }
 
 @keyframes fadeIn {
     0% {
         opacity: 0;
         transform: translateY(20px);
     }

     100% {
         opacity: 1;
         transform: translateY(0);
     }
 }
/* responsive for intro duction  */
@media (max-width: 768px) {
    .introduction-page {
        height: auto;
        /* Allow height to grow for smaller screens */
        padding: 15px;
    }

    .intro-text h1 {
        font-size: 2.5rem;
        /* Adjust heading size */
    }

    .intro-text h2 {
        font-size: 1.3rem;
    }

    .description p {
        font-size: 0.9rem;
    }

    .stats h2 {
        font-size: 1.8rem;
    }

    .stats p {
        font-size: 0.9rem;
    }

    .intro-image {
        height: 250px;
        /* Further reduce image height */
    }
}

@media (max-width: 480px) {
    .intro-text h1 {
        font-size: 2rem;
    }

    .intro-text h2 {
        font-size: 1.1rem;
    }

    .description p {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    .stats h2 {
        font-size: 1.5rem;
    }

    .stats p {
        font-size: 0.8rem;
    }

    .intro-image {
        height: 200px;
    }
}

 .btn {
     display: inline-block;
     padding: 10px 20px;
     color: #a06d1adc;
     font-weight: 500;
     text-decoration: none;
     /* border: 2px solid #f9a825; */
     /* border-radius: 5px; */
     transition: color 0.3s, background 0.3s;
 }

 .btn:hover {
     color: rgb(21, 21, 21);
     /* background: #8e6d37; */
 }

 .hidden-content {
     display: none;
     padding: 20px;
     background: linear-gradient(to bottom, #1a1a2e, #16213e);
     margin: 20px auto;
    /* max-width: 100%; */
     overflow: auto;
     border-radius: 10px;
     position: relative;
 }

 .hidden-content.visible {
     display: block;
     height: auto;
 }

 .hidden-content p {
     font-size: 1.1rem;
     line-height: 1.5;
 }

 .stats {
     display: flex;
     gap:100px;
     margin-top: 30px;
     padding-left: 10%;
     transition: opacity 0.3s, visibility 0.3s;
 }

 .stats.hidden {
     opacity: 0;
     visibility: hidden;
 }

 .stats div {
     text-align: center;
 }

 .stats div h2 {
     font-size: 2rem;
 }

 .stats div p {
     font-size: 1rem;
 }

 .floating-bubbles {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
 }

 .bubble {
     position: absolute;
     bottom: -100px;
     width: 20px;
     height: 20px;
     background: rgba(255, 255, 255, 0.3);
     border-radius: 50%;
     animation: rise 8s infinite;
 }

 .bubble:nth-child(2) {
     width: 30px;
     height: 30px;
     animation-duration: 10s;
     left: 25%;
 }

 .bubble:nth-child(3) {
     width: 50px;
     height: 50px;
     animation-duration: 12s;
     left: 50%;
 }

 .bubble:nth-child(4) {
     width: 40px;
     height: 40px;
     animation-duration: 11s;
     left: 75%;
 }

 @keyframes rise {
     0% {
         transform: translateY(0);
         opacity: 1;
     }

     100% {
         transform: translateY(-120vh);
         opacity: 0;
     }
 }
@media (max-width: 768px) {

    .hidden-content {
            display: none;
            padding: 20px;
            background: rgba(0, 0, 0, 0.8);
            margin: 20px auto;
            /* max-width: 100%; */
            overflow: auto;
            border-radius: 10px;
            position: relative;
        }
}
.intro-image {
    flex: 1;
    text-align: center;

}

.intro-image img {
    max-width: 100%;
    height: auto;

    /* border-radius: px; */
    /* Optional: To make the image look more modern */
}



 /* ----------------------- Industries and global connection section ----------------- */
   .industries {
       position: relative;
       background-image: url('background-image.jpg');
       /* Replace with your image path */
       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
       height: 78vh;
       display: flex;
       align-items: center;
       justify-content: center;
       /* padding: 0 20px; */

   }

   .industries .content-box {
    /* background: linear-gradient(to bottom, #1a1a2e, #16213e);       Semi-transparent background */
       /* background-image: url('temp.jpg'); */
       color: white;
       /*background-color: rgba(56, 56, 124, 0.815);*/
       background: linear-gradient(to bottom, #1a1a2e, #16213e);
       padding: 40px 70px;
       border-radius: 10px;
       display: flex;
       text-align: center;
       align-items: center;
       max-width: 95%;
       height: 410px;
       animation: slideIn 10s ease-out forwards;
       opacity: 0;
       gap:42px;
       transform: translateY(50px);


   }

   .industries h2 {
       font-size: 3.0rem;
       margin-bottom: 20px;
   }

   .industries p {
       font-size: 1.4rem;
       line-height: 1.6;
       max-width: 1010px;
   }
    
   .professional .content-box {
       background: (43, 78, 109, 255);
       /* Light semi-transparent background */
       color: #333;
       padding: 20px 30px;
       border-radius: 10px;
       text-align: center;
       max-width: 800px;
       animation: slideIn 1.5s ease-out forwards;
       opacity: 0;
       transform: translateY(50px);
   }

 
   @keyframes slideIn {
       0% {
           opacity: 0;
           transform: translateY(50px);
       }

       100% {
           opacity: 1;
           transform: translateY(0);
       }
   }

   /* Responsive Design */
   @media (max-width: 768px) {

       .industries
        {
           height: auto;
           padding: 40px 10px;
           
       }

       .industries .content-box {
           padding: 15px;
        display: flex;
            flex-direction: column;
            max-width: 95%;
                height: auto;
       }

       .industries h2 {
           font-size: 2rem;
       }

       .industries p {
           font-size: 1rem;
       }
   }
  /*--------------------- --Services Section---------------------------------- */
  /* Services Section */
  .services {
      padding: 60px 20px;
      background-color: #ffffff;
  }

  .service-container {
      max-width: 1200px;
      margin: 0 auto;
  }

  .service-section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      color: #333333;
      margin-bottom: 40px;
      position: relative;
  }

  .service-section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: rgba(43, 78, 109, 255);
      margin: 10px auto 0;
      border-radius: 2px;
  }

  .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      align-items: stretch;
  }

  .service {
      background: #f9f9f9;
      border-radius: 12px;
      text-align: center;
      padding: 25px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  }

  .service img {
      width: 100%;
      height: auto;
      max-width: 150px;
      margin-bottom: 20px;
      border-radius: 8px;
  }

  .service h3 {
      font-size: 1.8rem;
      font-weight: 600;
      color: #222222;
      margin-bottom: 15px;
  }

  .service p {
      font-size: 1rem;
      color: #666666;
      line-height: 1.6;
      margin-bottom: 20px;
  }

  .read-more {
      /* display: inline-block; */
      /* background-color: rgba(43, 78, 109, 255);
      ; */
      color: #000000;
      border: none;
      /* padding: 10px 20px; */
      font-size: 0.9rem;
      font-weight: 500;
      border-radius: 10px;
      cursor: pointer;
       text-decoration: none;
      /* transition: background-color 0.3s ease, transform 0.3s ease; */
  }

  .read-more:hover {
    color: blue;
      /* background-color: #c5c5c5; */
      transform: scale(1.05);
  }

  @media (max-width: 768px) {
      .service-section-title {
          font-size: 2rem;
      }

      .service h3 {
          font-size: 1.5rem;
      }

      .service p {
          font-size: 0.95rem;
      }
  }

  /*-------------------- Our client logo client logo-------------------------------  */
  .client-logo-section {
      padding: 65px 0;
      text-align: center;
      /* background: linear-gradient(140deg, rgb(194, 196, 202), rgb(136, 162, 185)); */
      /*background-color: rgb(123, 123, 139);*/
       background-color:#16213e;
  }

  .company-name {
      padding-bottom: 10px;
      margin: 0;
  }

  .client-logo-section h2 {
      /*color: rgb(25, 24, 24);*/
         color:#fff ;
      text-align: center;
      font-size: 2.31em;
      margin-bottom: 22px;
  }

  .logo-grid {
      display: flex;
      justify-content: center;
      gap: 90px;
      /* Reduced gap for better alignment */
      padding: 32px;
      /* Reduced padding for better spacing */
      flex-wrap: wrap;
      align-items: center;
  }

  .logo-placeholder img {
      width: 150px;
      /* Consistent width for all logos */
      height: auto;
      border-radius: 10px;
      /* Added rounded corners */
      object-fit: contain;
      /* Ensures logos fit without stretching */
      transition: transform 0.3s ease-in-out;
  }

  .logo-placeholder img:hover {
      transform: scale(1.1);
      /* Slight zoom effect on hover */
  }

  /* Responsive Design */
  @media (max-width: 810px) {
      .logo-grid {
          gap: 80px;
          padding: 16px;
      }

      .logo-placeholder img {
          width: 120px;
          /* Smaller logo size for smaller screens */
      }
  }

  @media (max-width: 480px) {
      .client-logo-section h2 {
          font-size: 1.8em;
      }

      .logo-grid {
          gap: 20px;
      }

      .logo-placeholder img {
          width: 100px;
      }
  }

  /* --------------------about us------------------- */

  .about-us-container {
      padding: 80px;
      max-width: 1200px;
      margin: 0 auto;
  }

  .title {
      color: #000;
      text-align: center;
      font-size: 1.5em;
      margin-bottom: 10px;
  }

  .subtitle {
      text-align: center;
      font-size: 1.2em;

      color: #666;
      color: rgba(43, 78, 109, 255);
      margin-bottom: 30px;
  }

  .about-text {
      text-align: center;
      line-height: 1.6;
      font-size: 1.1em;
      margin-bottom: 40px;
  }

  /* --------------------Our management section ----------------*/

  .team-section {
    background: linear-gradient(to bottom, #1a1a2e, #16213e);
      max-width: 2024px;
      padding: 25px;
      margin: 20px auto;
      color: #ffffff;
  }

  .team-title {
      color: white;
      font-size: 27px;
      font-weight: bold;
      margin-bottom: 40px;
      text-align: center;
  }

  .team-grid {
      display: flex;
      justify-content: center;
      gap: 180px;
      flex-wrap: wrap;
  }

  .team-member {
      text-align: center;
      max-width: 160px;
  }

  .team-member img {
      width: 150px;
      height: 150px;
      border-radius: 49%;
      transition: transform 0.3s ease;
  }

  .team-member img:hover {
      transform: scale(1.1);
  }

  .team-member h3 {
      font-size: 14px;
      margin: 10px 0 5px;
      text-transform: uppercase;
  }

  .team-member p {
      font-size: 12px;
      margin: 0;
  }
@media (max-width: 968px) {
    .team-section {
            padding: 35px;
             margin: 20px auto;
        
        }  .team-grid {
             display: flex;
             flex-direction: column;
             align-items: center;
             justify-content: center;
             gap: 80px;
            
         }
             
       

    
}
  /* -------------------------contact section -------------------*/
  .contact-us {
      padding: 50px 15px;
      background: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin: 50px auto;
      max-width: 800px;
      border-radius: 10px;
  }

  .contact-container {
      text-align: center;
  }

  .contact-h3 {
      margin-bottom: 20px;
      font-size: 3rem;
      color: #333;
  }

  .contact-form {
      display: flex;
      flex-direction: column;
      gap: 15px;
  }

  .form-group {
      display: flex;
      gap: 15px;
  }

  .form-group input {
      flex: 1;
  }

  input,
  textarea {
      width: 95.5%;
      padding: 10px 15px;
      font-size: 1rem;
      border: 1px solid #ddd;
      border-radius: 5px;
      outline: none;
      transition: border-color 0.3s ease;
  }

  input:focus,
  textarea:focus {
      border-color: #007BFF;
  }

  textarea {
      resize: none;
  }

  .contact-btn {
      padding: 12px 20px;
      font-size: 1rem;
      color: #fff;
      background-color: #16213e;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }

  .contact-btn:hover {
      background: #0056b3;
  }

  /* ----------------------footer section------------ */
  .footer {
      background: #000;
      color: #fff;
      padding: 40px 20px;
     
  }

  .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap:420px;
      max-width: 1200px;
      margin: 0 auto;
      
  }

  .footer-column {
      flex: 1 1 calc(33.3% - 20px);
      min-width: 200px;
  }

  .h3 {
      margin-bottom: 15px;
      font-size: 1.2rem;
      color: #fff;
  }

  p,
  ul {
      font-size: 0.9rem;
      line-height: 1.6;
      margin: 0;
      padding: 0;
  }

  .social-links {
      gap: 10px;
      flex-wrap: wrap;
  }

  .social-icon {
      color: #fff;
      text-decoration: none;
      font-size: 0.9rem;
      transition: color 0.3s ease;
  }

  .social-icon:hover {
      color: #007BFF;
  }

  .footer-column p:last-child {
      margin-top: 20px;
      font-size: 0.8rem;
      color: #bbb;
  }

  @media (max-width: 768px) {
      .footer-column {
          flex: 1 1 100%;
          text-align: center;
      }

      .social-icon {
          text-align: center;
      }
          .footer-container {
              
              gap: 35px;
              
    
          }
  }


  /* -----------------------------------font color ----------------------------------- */

  