.author-signature {
  font-family: 'Writing Signature', sans-serif;
}

.new-homepage-2025 #hero-banner {
  background-size: cover;
  background-position: 50% 17%;
  padding: 200px 0;
  display: flex;
  align-items: center;
}

@media(max-width: 991px) {
  .new-homepage-2025 #hero-banner {
    padding: 60px 0 !important;
  }
}

.how-it-works-benefits .cell {
  background: linear-gradient(to bottom, #fff0f0, #ffffff);
  border-radius: 12px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-benefits .cell:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.how-it-works-benefits .icon img {
  margin-bottom: 15px;
}

.how-it-works-benefits h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 10px;
  text-align: left;
}

.how-it-works-benefits p {
  font-size: 15px;
  color: #002248;
  line-height: 1.5;
  text-align: left;
}


@media (min-width: 768px) {
  .how-it-works-benefits .cell {
    margin-bottom: 0;
  }
}

.text-primary {
  font-family: 'Arial', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.testimonials-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
  /* background-color: #f8fafc; */
}

.testimonials-section:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 70%;
  height: 100%;
  background-color: #e8f3fd;
  z-index: -1;

}

/* Section Header */
.section-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

.header-content h7 {
  font-size: 1rem;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.header-content h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 1rem;
}

.header-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0056b3;
}

/* Highlighted Testimonial */
/* Testimonial Cards */
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.author strong {
  font-size: 1rem;
  color: #333;
}

.author span {
  font-size: 0.9rem;
  color: #555;
}

/* Rating Section */
.rating {
  font-size: 1.2rem;
  color: #ffcc00;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

.rating img {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}

.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-cards {
    grid-template-columns: 1fr;
  }

  .highlighted-testimonial .testimonial-text {
    font-size: 30px;
  }
}

.highlighted-testimonial {
  margin-left: 57px;
}

@media (max-width: 768px) {
  .highlighted-testimonial {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .highlighted-testimonial {
    margin-left: 10px;
  }
}

.laas-accordion {
  background-color: transparent !important;
}

.laas-accordion .accordion-item:first-child .accordion-title:focus,
.laas-accordion .accordion-item:first-child .accordion-title:active {
  color: #0062b8 !important;
}

.laas-accordion .accordion-item .accordion-title:focus,
.laas-accordion .accordion-item .accordion-title:active {
  color: #0062b8 !important;
}

.laas-accordion .accordion-item:first-child {
  border-top: 2px solid #cfc9c97e;
}

.laas-accordion .accordion-item {
  border-bottom: 2px solid #cfc9c97e;
}

.laas-accordion .accordion-item.is-active {
  border-bottom-color: #0062b8 !important;
}

.laas-accordion .accordion-item .accordion-title {
  color: #1772db;
  background-color: transparent !important;
  font-weight: 600;
  font-size: 20px;
  border: 0;
}

.laas-accordion .accordion-item .accordion-title:hover {
  color: #0062b8;
}

.laas-accordion .accordion-item .accordion-content {
  background-color: transparent !important;
  color: black;
  padding: 20px !important;
  font-size: 18px;
}

.accordion .accordion-item .accordion-title:before {
  background: url(../icons/arrow-right-gray.svg) 50% no-repeat;
  content: " ";
  display: block;
  height: 14px;
  margin-left: auto;
  right: 25px;
}

.section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.text-content {
  flex: 1;
}

.text-content h1 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 20px;
}


.visual {
  flex: 1;
  text-align: center;
}

.visual img {
  max-width: 80%;
  height: auto;
}

@media (max-width: 768px) {

  .section {
    flex-direction: column;
    padding: 40px 12px;
  }

  .visual img {
    transform: none;
  }

  .dropdown-btn {
    text-align: center;
  }
}

.our-app-text {
  background-color: #c8e1f1;
}

.btn-our-app {
  margin-top: 41px !important;
  margin-left: 27px;
  font-weight: 600;
  font-size: 20px;
}

.bg-new-color {
  background: linear-gradient(to bottom, #ffffff, #f4f6f8, #9ec5ec);
}

.brand-our-page {
  filter: grayscale(0%) !important;
  opacity: 83.79 !important;
}


.industries-section {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom, #003f8a, #0074d9);
  color: white;
}

.industries-section {
  padding: 60px 20px;
}

.industries-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.industries-text h3 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #b0c4de;
}

.industries-text h1 {
  font-size: 42px;
  margin-bottom: 20px;
  color: white;
}

.industries-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #d3d3d3;
}

.industries-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.industry-button {
  display: flex;
  align-items: center;
  padding: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background 0.3s ease;
  cursor: pointer;
  max-width: 319px;
}

.industry-button img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}

.industry-button span {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.industry-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  grid-column: span 2;
}

.view-all i.arrow {
  margin-left: 10px;
  font-style: normal;
}

@media (max-width: 768px) {
  .industries-container {
    grid-template-columns: 1fr;
  }

  .industries-buttons {
    grid-template-columns: 1fr;
  }
}

.industries-section {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom, #003f8a, #6ab1ef);
  color: white;
  padding: 60px 20px;
}

.industries-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  max-width: 1039px;
  margin: 0 auto;
}

.industries-text h6 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #b0c4de;
}

.industries-text h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: white;
}

.industries-text p {
  font-size: 16px;
  line-height: 1.5;
  color: rgb(252, 251, 251);

}

.industries-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.industry-button {
  display: flex;
  align-items: center;
  padding: 0px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background 0.3s ease;
  cursor: pointer;
  height: 55px;
}

.industry-button img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;

}

.industry-button span {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.industry-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  grid-column: span 2;
  margin-left: 395px;
  font-size: 29px;
}

.view-all i.arrow {
  margin-left: 10px;
  font-style: normal;
}

@media (max-width: 768px) {
  .industries-container {
    grid-template-columns: 1fr;
  }

  .industries-buttons {
    grid-template-columns: 1fr;
  }
}

.helping-img {
  width: 50px !important;
  height: 33px !important;
  border-radius: 7px !important;
  margin-left: 10px !important;
}

/* Section Styling */
.text-center-contant {
  background-color: aliceblue;
  width: 738px;
  margin: auto;
  position: relative;
  padding: 40px 20px;
}

/* Profile Images */
.profile-images {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-left: -136px;
  margin-top: 13px;
}

.profile-images-2 {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-right: -136px;
  margin-top: 22px;
}

.profile-container {
  position: sticky;
}

.profile-container-2 {
  position: sticky;
}

.profile {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.profile-2 {
  width: 137px;
  height: 137px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

/* Outer Circle */
.profile-container {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #dbeafe;
  z-index: -1;
}

.profile-container-2 {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-container-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  height: 192px;
  border-radius: 50%;
  border: 2px solid #dbeafe;
  z-index: -1;
}

@media(max-width: 768px) {

  .profile-images,
  .profile-images-2 {
    display: none;
  }
}


/* Heading */
.demo-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 40px;
  text-align: center;
}

/* Button Styling */
/* .d-flex {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.d-flex:hover {
  transform: translateY(-5px); */
/* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */


.btn-merchant-header {
  border: 2px solid #f0f5f9;
  border-radius: 5px;
  width: 314px;
  height: 75px;
  background-color: #f0f5f9 !important;
}

.btn-merchant-header:hover {
  border-color: #0e75ff !important
}

.btn-borrower-header {
  border: 2px solid #dbeafe;
  border-radius: 5px;
  width: 314px;
  height: 75px;
  margin-top: 14px;
  background-color: #d1e9fd !important;
}

.btn-borrower-header:hover {
  border-color: #0e75ff !important
}

.btn-borrower {
  border: 2px solid #f0f5f9;
  border-radius: 5px;
  width: 314px;
  height: 75px;
  float: inline-end;
  background-color: #d1e9fd !important;
}

.btn-borrower:hover {
  border-color: #0e75ff !important
}


.btn-merchant {
  border: 2px solid #f0f5f9;
  border-radius: 5px;
  width: 314px;
  height: 75px;
  background-color: #f0f5f9 !important;
}

.btn-merchant:hover {
  border-color: #0e75ff !important;
  /* Blue color */
}

.browwer-merchant-icon {
  margin-left: -44px !important;
  width: 66px !important;
  height: 80px !important;
}


.browwer-merchant-icon img {
  width: 100px;
  height: auto;
}

.browwer-merchant-only img {
  width: 100px;
  height: auto;

}

.browwer-merchant-only {
  margin-left: -43px !important;
  width: 54px !important;
  height: 50px !important;
}

@media screen and (max-width: 375px) and (max-height: 667px) {
  .browwer-merchant-only {
    margin-left: -44px !important;
    width: 57px !important;
    height: 55px !important;
  }

  .browwer-merchant-icon {
    margin-left: -50px !important;
    width: 72px !important;
    height: 90px !important;
  }

  .browwer-merchant-icon img {
    width: 71px;
    height: auto;
  }

  .browwer-merchant-only img {
    width: 58px;
    height: auto;
  }
}

/* Responsive Adjustments */

@media (max-width: 768px) {
  .text-center-contant {
    width: auto;
    padding: 20px;
  }

  .profile-images {
    top: -40px;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }

  .demo-heading {
    font-size: 1.5rem;
  }

  .btn-borrower,
  .btn-merchant {
    width: auto;
  }
}

.blog-category-new-page {

  color: #0072D6 !important;
}

.blog-title-new-homepage {
  color: #000a2f !important;
}

.blog-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: -62px;
}

.blog-title-new {
  color: #002248 !important;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(243, 242, 242, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 287px;
  margin: 13px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}

.meta-new-home-page {
  margin-left: 41px;
  margin-top: 10px !important;
  color: #53585F;
  font-size: 14px;
}

.new-header-btn {
  margin-right: 13px;
  font-size: 23px;
  color: #002248;
  cursor: pointer;
}

@media (max-width: 991px) {
  .demo-section .btn-borrower {
    float: unset !important;
    width: 100% !important;
  }
}

.reviewcount-border-new-homepage-20225 {
  border-left: 2px solid #7cb9ed;
}