.fnb-container {
  max-width: 1308px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  /*padding: 100px 20px;*/
  box-sizing: border-box;

}

.txt-bgblack-color-img-fnb {
  padding: 80px 30px 40px 30px;
}

.txt-bgblack-color-fnb {
  color: #fff;
  background-color: #000;
  display: flex;
  padding: 100px 30px 80px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}

.txt-bgwhite-color-fnb {
  color: #000;
  display: flex;
  padding: 120px;
  padding-left: 30px;
  padding-right: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}

.line-div {
  width: 100%;
  position: relative;
  border-top: 1px solid #000;
  box-sizing: border-box;
  height: 1px;
}

/*****************************************/
/* Testimonials */
.testimonials {
  max-width: 1308px;
  margin: auto;
}

.testimonials h2 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  font-family: "Lyon Arabic Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonials .swiper {
  padding-bottom: 60px;
  padding-left: 30px;
  /* space for custom nav */
}

.testimonials .swiper-slide {
  font-family: "GT America";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  background: #F5F6E9;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover effect */
.testimonials-slide:hover {
  background: #EEFF75;
  /* lighter background */

  transform: translateY(-5px);
  /* lift up slightly */
}

/*
    .swiper-slide {
      background: #f7f7ee;
      padding: 30px;
    
      min-height: 180px;
    }

    .swiper-slide:nth-child(2) {
      background: #f6ff6e;
    }
*/
.quote {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* Custom pagination bottom left */
.custom-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding-left: 30px;
}

.custom-pagination .line {
  width: 40px;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
}

.custom-pagination .dot {
  width: 12px;
  height: 3px;
  background: #ccc;
  transition: all 0.3s ease;
}

.custom-pagination .dot.active {
  background: #000;
  width: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .swiper-slide {
    font-size: 0.9rem;
  }
}


/*****************************************/

/*footer banner*/
.qcp-fnb-banner-card {
  margin: 100px 30px;
  flex: 1;
  /*width: 100%;*/
  position: relative;
  height: 816px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 48px;
  box-sizing: border-box;
  gap: 470px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family: 'GT America';
}

.qcp-fnb-badge {
  background-color: #eeff75;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px 29px;
}

.qcp-fnb-stewardship {
  position: relative;
  letter-spacing: 2px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

.qcp-fnb-frame-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
  font-size: 40px;
  color: #fff;
  font-family: 'Lyon Arabic Display';
}

.qcp-fnb-about-aln-parent {
  width: 452px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.qcp-fnb-about-aln {
  align-self: stretch;
  position: relative;
  line-height: 120%;
  font-weight: 500;
}

.qcp-fnb-taking-the {
  margin: 0;
  font-family: "Lyon Arabic Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.qcp-fnb-button {
  background-color: #eeff75;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family: 'GT America';
}

.qcp-fnb-subtitle {
  width: 457px;
  position: relative;
  font-size: 16px;
  line-height: 120%;
  font-family: 'GT America';
  display: none;
}

/*****************************************/
.portfolio-button-container {
  display: flex;
  gap: 10px;
}

.portfolio-btn {
  font-family: "GT America";
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 24px;
  font-style: normal;
  border: none;
  cursor: pointer;
  line-height: 14px;
  transition: all 0.3s ease;
}

.portfolio-btn.download {
  background-color: black;
  color: #eeff75;
  /* Light green/yellow color */
}

.portfolio-btn.outline {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.portfolio-btn.outline:hover {
  background-color: #000;
  color: #eeff75;
}

.portfolio-btn.download:hover {
  opacity: 0.85;
}
/************fnb mobile css 2 images*************************/

/* Default: stack images vertically (for mobile) */
.qcp-2img-section .exp-s1-image-container {
  display: flex;
  flex-direction: column; /* images one below another */
  gap: 10px; /* space between images */
}

/* Optional: for desktop, show side by side */
@media (min-width: 769px) {
  .qcp-2img-section .exp-s1-image-container {
    flex-direction: row; /* images side by side on desktop */
    gap: 20px;
  }
  
  .qcp-2img-section .exp-s1-image-container img {
    width: 50%; /* or any proportion you like */
  }
}

/* Make images responsive
.qcp-2img-section .exp-s1-image-container img {
  width: 100%;
  height: auto;
}
  */

/************end fnb mobile css 2 images*************************/