.hero {
  position: relative;
  width: 100%;
  height:100vh
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

.hero .content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  max-width: 600px;
}

.hero .content h1 {
font-family: Poppins;
font-weight: 600;
font-size: 34px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
margin-bottom: 10px;
}

.hero .content h3 {
font-family: Poppins;
font-weight: 500;
font-size: 25px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
line-height: 32px;
margin:20px 0 20px 0

}

.hero .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color:#FCFCFC;
  margin-bottom: 0;
}


.image-row-section {
  padding: 2rem;
  text-align: center;
  background-image: linear-gradient(to right, #000D28, #000511,#000D28);
}

.image-row-section h3 {
font-family: Poppins;
font-weight: 600;
font-size: 24px;
line-height: 30px;
letter-spacing: 0%;
vertical-align: middle;
text-align: left;
color:#FFFFFF

}
.image-row {
  display: flex;
  flex-wrap: wrap; 
  gap: 2rem;       
    margin:auto;
  align-items: center;
  justify-content: center;
}

.partner-image {
  width: 150px;    
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-image:hover {
  transform: scale(1.05);
}


.section-wrapper {
  padding: 2rem;
  background: linear-gradient(345.08deg, #000B22 28.71%, #000D28 71.29%);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-header h3 {
font-family: Poppins;
font-weight: 600;
font-size: 24px;
line-height: 30px;
letter-spacing: 0%;
vertical-align: middle;
color:#FFFFFF
}

.section-header .view-all-link {
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.section-header .view-all-link:hover {
  text-decoration: underline;
}

.section-description {
font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color:#FFFFFF
}

.card-row {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
scrollbar-width: none;
}
.card-row::-webkit-scrollbar {
  display:none
}
.card-row::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
} 
/* 
.card {
flex: 0 0 auto;
scroll-snap-align: start;
min-width: 33%; 
box-sizing: border-box;
padding: 1rem;
border-radius: 0.5rem;
text-align: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
background:inherit;
gap:10px
} */
/* 
.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.card h4 {
font-family: Poppins;
font-weight: 600;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color:#FFFFFF;
text-align: left;
}

.card p {
font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #F3F3F3;
text-align: justify;;
}

.card a{
  width: 165px;
  height: 44px;
  gap: 10px;
  padding:10px 20px 10px 20px;
  border-radius: 20px;
  border-width: 2px;
  border: 2px solid #FAFAFA;
  background: inherit;
  margin-top:auto
}
.card a:hover {
  background: inherit;
  color:#FFFFFF;
  text-decoration: none;
} */


.qa-section {
  padding: 2rem;
  background: #000D28 ;
  color: #fff;
}

.qa-header h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.qa-header p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #ccc;
}

.qa-content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap; 
}

.qa-image {
  flex: 1;
  text-align: left; 
}

.qa-image img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block; 
  margin: 0 auto;  
}

.qa-dropdowns {
  flex: 1;
  min-width: 300px;
  margin:30px 30px 0 0
}

.qa-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.qa-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
}

.qa-item summary .icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #DA700A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.qa-item summary .icon-circle i {
  color: white;
  font-size: 18px;
}


.qa-item[open] summary .icon-circle {
  transform: rotate(180deg);
}

.top-section {
  
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  background: linear-gradient(197.28deg, rgba(6, 64, 120, 0.05) 6.68%, #000D28 31.74%),
  url('/static/images/Vector 1.png') no-repeat center/cover;
}

.top-section h3 {
 font-family: Poppins;
font-weight: 600;
font-size: 24px;
line-height: 30px;
letter-spacing: 0%;
vertical-align: middle;
color:#FFFFFF
}

.top-section p {
font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #FFFFFF;
    
}

.info-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-card {
  flex: 1 1 calc(33.333% - 20px); /* 3 cards side by side */
 
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.round-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.info-card h4 {
font-family: Poppins;
font-weight: 600;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color:#FFFFFF
}

.bullet-points {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}

.bullet-points p {
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color:#FFFFFF;

}

.clientContainer{
    background:#000D28 
    
}
.clientTitle>:first-child{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.clientTitle>:last-child{
      color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.clientGrid{
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap:20px;
}
.clientCard{
    background-color: rgba(93, 93, 94, 0.32);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    

}
.clientCardTitle{
color: #E4E4E4;
font-size: 14px;
font-weight: 400;
}
.clientName{
color: #FFFFFF;
font-size: 14px;
font-weight: 600;
}


.carousel .carousel-indicators {
      position: static;
      margin-top: 1rem;
}

.carousel .carousel-indicators [data-bs-target] {
      background-color: #a09c9c;
      width: 10px;
      height: 10px;
      border-radius: 50%;
     }

    .carousel-control-prev,
    .carousel-control-next {
      width: auto;
      top: 50%;
      transform: translateY(-50%);
    }

    .carousel-control-prev {
      left: -50px;
    }

    .carousel-control-next {
      right: -50px;
    }







/* Responsive */

@media (max-width: 1024px) {
 .card {
    min-width: 50%; 
  }
   .info-card {
    flex: 1 1 calc(50% - 20px); 
  }
}

@media (max-width:992px){
  .clientGrid{
    display: grid;
    grid-template-columns: 12fr;
    gap:20px;
}

}
@media (min-width: 769px) {
  .bullet-points {
    flex-direction: row;
    
  }

  .bullet-points li {
    flex: 0 0 calc(33.33% - 1rem);
    
  }
}
@media (max-width: 768px) {
  .hero .content h1 {
    font-size: 2rem;
  }
  .hero .content h3 {
    font-size: 1.2rem;
  }
  .hero .content p {
    font-size: 1rem;
  }
    .partner-image {
    width: 100px;
  }
  .card {
    min-width: 100%; 
  }
  .qa-content {
    flex-direction: column;
  }

   .qa-image {
    text-align: center; 
    margin:0 0 0 100px
  }
  .qa-dropdowns {
  flex: 1;
  min-width: 100%;
}
.bullet-points {
    flex-direction: column;
    align-items: center;
  }

  .bullet-points li {
    width: 100%;
    
  }
   .info-card {
    flex: 1 1 100%; 
  }
  .clientGrid{
    display: grid;
    grid-template-columns: 12fr;
    gap:20px;
}
}
@media screen and (max-width: 500px) {
  .hero .content {
    left: 2%;
    width: 96%;
  }
  .hero .content h1 {
    font-size: 1.5rem;
    margin:auto
  }
  .hero .content h3 {
    font-size: 1rem;
    margin:auto
  }
  .hero .content p {
    font-size: 0.875rem;
    margin:auto
  }
    .qa-image {
    text-align: center; 
    margin:0 auto;
  }
  
.clientTitle>:first-child{
    font-size: 20px;
}
.clientTitle>:last-child {
    font-size: 14px;
}
}
