.about-section {
  background: url("../img/home-assets/pattern.png") center bottom no-repeat;
  background-size: cover; /* makes it visible */
  padding: 60px;
  color: #333;
  position: relative;
}


.about-section h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #4c39dd;
  margin-bottom: 0px;
}

.about-section p {
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.why-choose {
  padding: 60px 60px;
  background-color: #EFF5FE;
}
.choose-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.choose-text {
  flex: 1 1 500px;
  max-width: 600px;
}

.choose-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
   color: #4c39dd;
  margin-bottom: 20px;
}

.choose-text h2 span {
  color: #4c39dd;
  font-weight: 700;
}

.choose-text p {
  font-size: 1.15rem;
    color:#000;
  line-height: 1.7;
  margin-bottom: 20px;
  background-color: transparent !important;
}

.choose-image {
  flex: 1 1 400px;
  
   text-align: left;
}

.choose-image img {
  max-width: 95%;
  height: auto;
 

  
}




.impact-section {
  padding: 60px 60px;
 background-color: #EFF5FE;
  text-align: center;
   border-radius: 90px 90px 0 0;
}

.impact-title {
  font-size: 3rem;
  font-weight: 700;
    color:#4c39dd;
  margin-bottom: 10px;
}

.impact-title span {
  color: #4c39dd;
  font-weight: 700;
}

.impact-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 50px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  justify-content: center;
}

.impact-card {
  background:transparent;

  padding: 0;
 
}



.impact-card h3 {
  font-size: 3.6rem;
font-weight: 600;
  color: #4c39dd;
  margin-bottom: 10px;
}

.impact-card p {
  font-size: 1.45rem;
  color: #000;
  line-height: 1.4;
  font-weight: 600;
}



.counter {
  font-size: 2rem;
  font-weight: 500;
  color: #6c2ed9;
  margin-bottom: 10px;
}

.accordion-section{
  padding: 40px 0;
  background: #fff;
}
.accordion-section-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* centers all children horizontally */
    text-align: center;  /* fallback for text */
}

   .accordion-section-content .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 15px;
      color: #4c39dd;
    }


   .accordion-section-content .subtitle {
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 950px;
    color: #000;
    margin: 0 auto 40px auto; /* center horizontally */
    text-align: center;       /* ensure text is centered */
    display: block;           /* ensures it behaves like a block */
}

    /* Accordion custom */
    .consulting-accordion {
     max-width:100%;
      margin: auto;
    }
    .consulting-accordion-item {
      border-bottom: 1px solid #4c39dd;
    }
   .consulting-accordion-button {
  display: flex;
  align-items: center;  /* vertically center line and text */
  gap: 10px;            /* space between line and text */
  width: 100%;
  text-align: left;
  padding: 15px 0 15px;
  font-weight:600;
  font-size: 25px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  color: #000;
  transition: background 0.3s ease;
  padding-left: 30px; /* space for the line */

}

 .consulting-accordion-button.active {
      color: #4c39dd;
      background-color: transparent;
      margin-bottom: -65px;
    }

.consulting-accordion-title-line {
   background-color:transparent; /* active color */
   
   display: inline-block;
  width: 1px;           /* adjust length of line */
  height: 1px; 
   flex-shrink: 0;        /* keep size */
}

.consulting-accordion-button.active .consulting-accordion-title-line {
  background-color: #4c39dd; /* active color */
   font-size: 1.5rem;
   display: inline-block;
  width: 10px;           /* adjust length of line */
  height: 5px;
  margin-left: 15px;
   
}

   
    .consulting-accordion-button::after {
      content: "→";
      position: absolute;
      right: 60px;
      font-size: 25px;
      color: #4c39dd;
      transition: transform 0.3s ease;
    }
    .consulting-accordion-button.active::after {
      content: "→";
      color: transparent;
    }

   
    .consulting-accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 20px;
    }
    .consulting-accordion-body.show {
      padding:15px 50px;
    }

    /* Flex layout for text + image */
    
.accordion-content {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  align-content: center;

}

.accordion-text {
  flex: 1 1 40%; /* give more width to text */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

.accordion-image {
  flex: 1 1 40%; /* slightly larger image */
  text-align: right;
}

.accordion-image img {
  max-width:100%;
  height:320px; /* maintain aspect ratio */
  border-radius: 8px;
  width: 98%;
}
    /* Image fade */
    #consultingServiceImage {
      transition: opacity 0.4s ease;
    }
    .fade-out {
      opacity: 0;
    }


      .clients-section {
      padding: 100px 0;
      text-align: center;
       background: #fff;
    }

    .clients-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #4c39dd;
      margin-bottom: 10px;
    }

    .clients-section h6 {
      font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 50px;
    }

    /* Carousel Wrapper */
     .clients-section .logo-slider {
      overflow: hidden;
      position: relative;
      white-space: nowrap;
    }

     .clients-section .logo-slide-track {
      display: flex;
      animation: scroll 25s linear infinite;
    }

    /* Logo Card Style */
     .clients-section .logo-slide {
      flex: 0 0 auto;
      padding: 15px;
      height: 90px;
      width: 220px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #f2f4f5;
     
      margin: 0 15px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.027);
    }

     .clients-section .logo-slide img {
      max-height: 60px;
      max-width: 100%;
      object-fit: contain;
      filter: grayscale(10%);
      transition: transform 0.3s, filter 0.3s;
    }

    .clients-section .logo-slide img:hover {
      transform: scale(1.1);
      filter: grayscale(0%);
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }


@media (min-width: 577px) and (max-width: 991px) {
  /* About Section */
  .about-section {
    padding: 18px 10px 0 10px ; 
  }

  .about-section h2 {
    font-size: 2.25rem;
    margin-bottom: 5px;
  }

  .about-section p {
    font-size: 1.05rem;
     margin-bottom: 5px;

  }

  /* Why Choose Section */
 .why-choose {
  padding: 0 20px;
  padding-top: 50px;
}

.choose-content{
  gap: 10px;
}

  .choose-text h2 {
    font-size: 2rem;
  }

  .choose-text p {
    font-size: 1.05rem;
  }

  .choose-image img {
    max-width: 95%;
  }

  /* Impact Section */
  .impact-section {
    padding: 40px 30px;
    border-radius: 60px 60px 0 0;
  }

  .impact-title {
    font-size: 2.25rem;
  }

  .impact-subtitle {
    font-size: 1.1rem;
  }

  .impact-card h3 {
    font-size: 2rem;
  }

  .impact-card p {
    font-size: 1.1rem;
  }

  /* Accordion Section */


  .accordion-section{
        padding: 40px 0;
  }
  .accordion-section-content .section-title {
    font-size: 2rem;
  }

  .accordion-section-content .subtitle {
    font-size: 1.05rem;
    margin-bottom: 55px;
  }

  .consulting-accordion-button {
    font-size: 1.25rem;
    padding: 14px 3px 0 1px;

    
  }
  

  .consulting-accordion-button::after {
    right: 1px !important;
    font-size: 22px;
  }

  .consulting-accordion-body.show {
    padding: 12px 1px;
  }

  .accordion-content {
    flex-direction: column;
  }

  .accordion-text,
  .accordion-image {
    flex: 1 1 100%;
    text-align: left;
  }

  .accordion-image img {
    height: 320px;
    width: 98%;
  }

  /* Clients Section */
  .clients-section {
    padding: 70px 0;
  }
.clients-section-heading{
  padding: 0 20px;
}
  .clients-section h2 {
    font-size: 2rem;
  }

  .clients-section p {
    font-size: 1.05rem;
  }

  .clients-section .logo-slide {
    width: 150px;
    height: 80px;
    padding: 12px;
    margin: 0 10px;
  }

  .clients-section .logo-slide img {
    max-height: 40px;
  }

  .clients-section .logo-slide-track {
    animation: scroll 20s linear infinite;
  }
}
@media (max-width: 576px) {
  /* About Section */
 .about-section {
  padding: 30px 10px 0 10px;   /* tighter, even spacing left/right */
}


  .about-section h2 {
    font-size: 1.75rem;
    margin-bottom: 5px;
  }

  .about-section p {
    font-size: 1rem;
    
  }

  /* Why Choose Section */
  .why-choose {
    padding: 30px 15px 1px 15px !important;

  }
  .choose-content{
  gap:1px;
}
  
  .choose-text h2 {
    font-size: 1.75rem;


  }

  .choose-text p {
    font-size: 1rem;
    
    
  }

  .choose-image img {
    max-width: 100%;
    margin-bottom: 20px !important;
   
  }


  

  /* Impact Section */
  .impact-section {
    padding: 30px 15px;
    border-radius: 40px 40px 0 0;
  }

  .impact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 per row for desktop/tablet */
    gap: 1px;
    /* text-align: left; */
}

  .impact-title {
    font-size: 24px;
  text-align: left !important;

  }

  .impact-subtitle {
    font-size: 0.9rem;
      text-align: left !important; 
margin-bottom: 15px;
  }
.impact-card{
text-align:left;
}

  .impact-card h3 {
    font-size: 1rem;
  }

  .impact-card p {
    font-size: 0.85rem;

  }

  /* Accordion Section */

.accordion-section{
  padding: 0 5px;
   


}
   
  .accordion-section-content .section-title {
    font-size: 1.75rem;
    text-align: left;
   margin-top: -20px;
  }

  .accordion-section-content .subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  text-align: left;
  }

      
.accordion-content {
  display: flex;
  align-items:left;
  gap: 10px;
  flex-wrap: wrap;
  align-content: left;

}

  .consulting-accordion-button::after {
      content: "→";
      position: absolute;
      right: 10px;
      font-size: 25px;
      color: #6a1b9a;
      transition: transform 0.3s ease;
    }
    .consulting-accordion-button.active::after {
      content: "→";
      color: transparent;
    }
  .consulting-accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 ;
    }
   


  .consulting-accordion-button {
    font-size: 1.1rem;
    padding: 10px 0;
    margin: 0;
  }

  .consulting-accordion-button.active {
      color: #4c39dd;
      background-color: transparent;
      margin-bottom: 0;

    }

  /* .consulting-accordion-button::after {
    right: 0;
    font-size: 20px;
  } */

  .consulting-accordion-body.show {
    padding: 1px 0;
  }

  .accordion-content {
    flex-direction: column;
  }



  .accordion-text,
  .accordion-image {
    flex: 1 1 100%;
    text-align: left;
  }
.accordion-image img {
  max-width:120%;
  height:200px; /* maintain aspect ratio */
  border-radius: 8px;
  width: 120%;
    margin-left: -40px;
  margin-bottom: 15px;
}
  /* .accordion-image img {
    height: 200px;
    width: 100%;
    margin-left: -40px;
  } */

  /* Clients Section */
  .clients-section {
    padding: 30px 0;
  }
.clients-section-heading{
  padding:0 15px;
  text-align: left;
}
  .clients-section h2 {
    font-size: 1.5rem;
  }

  .clients-section p {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  .clients-section .logo-slide {
    width: 120px;
    height: 70px;
    padding: 10px;
    margin: 0 8px;
  }

  .clients-section .logo-slide img {
    max-height: 35px;
  }

  .clients-section .logo-slide-track {
    animation: scroll 15s linear infinite;
  }
}
/* ==================== Big Screens ≥1400px ==================== */
@media (min-width: 2400px) {
  .search-main {
    flex-direction: row;
    gap: 50px;
  }

  .search-results {
    flex: 3.2;
  }

  .search-sidebar {
    flex: 1;
    max-width: 350px;
    min-width: 300px;
    position: sticky;
    top: 120px;
    padding: 28px;
  }

  .sidebar-title {
    font-size: 1.2em;
  }

  .sidebar-list a {
    font-size: 15px;
  }

  .tender-card {
    padding: 32px 28px;
    margin-bottom: 32px;
    gap: 14px;
  }

  .tender-card .tender-title {
    font-size: 1.25em;
  }

  .tender-card .tender-id {
    font-size: 1.05em;
  }

  .tender-card .tender-meta {
    gap: 32px;
  }

  .tender-card .tender-actions {
    gap: 18px;
  }

  .tender-card .tender-action-btn {
    font-size: 1.1em;
    padding: 12px 28px;
  }

  .pagination-section {
    justify-content: flex-end;
    gap: 10px;
  }

  .pagination-btn {
    padding: 10px 18px;
    font-size: 1.05em;
  }

  .breadcrumb-section {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 1.05em;
  }

  /* About Section */
  .about-section {
    padding: 80px 100px;
  }

  .about-section h2 {
    font-size: 4rem;
  }

  .about-section p {
    font-size: 1.5rem;
  }

  /* Why Choose Section */
  .why-choose {
    padding: 80px 100px;
  }

  .choose-content {
    gap: 60px;
  }

  .choose-text h2 {
    font-size: 3rem;
  }

  .choose-text p {
    font-size: 1.25rem;
  }

  .choose-image img {
    max-width: 95%;
  }

  /* Impact Section */
  .impact-section {
    padding: 80px 100px;
    border-radius: 120px 120px 0 0;
  }

  .impact-title {
    font-size: 4rem;
  }

  .impact-subtitle {
    font-size: 1.5rem;
  }

  .impact-card h3 {
    font-size: 4rem;
  }

  .impact-card p {
    font-size: 1.5rem;
  }

  /* Accordion Section */
  .accordion-section {
    padding: 60px 0;
  }

  .accordion-section-content .section-title {
    font-size: 3rem;
  }

  .accordion-section-content .subtitle {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }

  .consulting-accordion-button {
    font-size: 2rem;
    padding: 20px 40px;
  }

  .consulting-accordion-button::after {
    font-size: 30px;
    right: 60px;
  }

  .consulting-accordion-body.show {
    padding: 20px 50px;
  }

  .accordion-text {
    font-size: 1.5rem;
  }

  .accordion-image img {
    height: 500px;
  }

  /* Clients Section */
  .clients-section {
    padding: 120px 0;
  }

  .clients-section h2 {
    font-size: 3rem;
  }

  .clients-section p {
    font-size: 1.5rem;
  }

  .clients-section .logo-slide {
    width: 250px;
    height: 120px;
    padding: 20px;
    margin: 0 20px;
  }

  .clients-section .logo-slide img {
    max-height: 80px;
  }

  .clients-section .logo-slide-track {
    animation: scroll 30s linear infinite;
  }
}
