@import url(https://db.onlinewebfonts.com/c/e618586a42232248df0ea04025952803?family=SweetSuckerPunch);
@import url(https://db.onlinewebfonts.com/c/d40bbce8f4b00a569beac2454b69231e?family=Oswald);
@import url(https://db.onlinewebfonts.com/c/fd131d436dd85453848ae4a84bb466ad?family=Zing+Rust+Demo+Base);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.section-5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vh;
}

/* .bg-image {
    width: 100%;
    height: 200px;
    background-image: url('https://franchise.teriyakimadness.com/wp-content/uploads/2021/05/white-down-large.webp');
    background-size: contain;
    background-position: center top;
} */
.bredcrumb_section.contact_banner1 {
  position: relative;
  background: linear-gradient(to left, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.7)),
    url(../mahaloha/investment/investment-hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-block {
  max-width: 1080px;
  width: 100%;
  margin-top: -10rem;
  border-radius: 2rem;
  background-image: url("https://franchise.teriyakimadness.com/wp-content/uploads/2021/05/light-table.jpg");
  background-size: cover;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-block h1 {
  font-size: 65px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  max-width: 75%;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 2rem;
}

.description-block {
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 1.5em;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  gap: 1rem;
}

.description-block p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.button {
  width: 290px;
  height: 60px;
  background-image: url("https://franchise.teriyakimadness.com/wp-content/uploads/2021/05/redbutton.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button span {
  color: white;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.7em;
}

.button i {
  color: white;
  font-size: 25px;
  margin-left: 0.5rem;
  transition: transform 0.2s;
  transform: scale(0);
}

.button:hover i {
  transform: scale(1);
}

.image-container img {
  width: 100%;
}

.features {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 550px;
}

.feature-item h3 {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3em;
  margin-top: 20px;
}

.feature-item p {
  width: 225px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

/* slider section */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "oswald", sans-serif !important;
}
.sub_text_investment {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-size: 16.4px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 5px;
}
.testimonial {
  width: 100%;
  height: auto; /* Allow height to adjust based on content */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../mahaloha/investment/investment_banner_bg.webp");
  position: relative;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  padding-top: 10vh;
  overflow: hidden;
}

.testimonial .overlay {
  /* height: 10vh;
  width: 100%; */
  background-repeat: no-repeat;
  /* height: 55px; */
  flex-shrink: 0;
}

.testimonial .overlay img {
  width: 100%;
  height: 100%;
}
.overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1; /* Ensures overlay is above the content */
}

.overlay-top img {
  width: 100%;
  height: auto;
}

.testimonial-parent {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  height: auto;
  padding: 10px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* max-width: 1200px; */
  position: relative;
  gap: 10px;
}

.testimonial-parent::-webkit-scrollbar {
  display: none; /* Webkit (Chrome, Safari, etc.) */
}

.testimonial-parent.active {
  cursor: grabbing; /* Change the cursor when dragging */
  cursor: -webkit-grabbing;
}

.testimonial-parent div {
  flex: 0 0 auto;
  margin: 0 10px;
  border-radius: 10px;
  scroll-snap-align: start;
}

.testimonialBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto !important; /* Change to auto for flexibility */
  max-width: 437px; /* Set max-width instead of fixed width */
  width: 90%; /* Make width responsive */
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  color: #020101;
  background-color: #ffffff;
  user-select: none;
}

.testimonial_text {
  display: flex;
  justify-content: center;
  color: #050b20;
  font-family: "DM Sans";
  font-size: 15px;
  line-height: 1.85; /* Adjust line height for better readability */
  text-align: justify;
  padding: 0 10px; /* Adjust padding for smaller screens */
  overflow: hidden;
}
.testimonial_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px; /* Adjust padding for smaller screens */
}

.testimonialBox .quote {
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 0.2;
}

.testimonialBox > img {
  width: 40px;
  height: 40px;
  background-size: cover;
  filter: invert(100%) brightness(2);
}

.testimonialBox .title {
  color: #050b20;
  font-family: "Zing Rust Demo Base" !important;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px; /* 185% */
}

.testimonialBox .details {
  display: flex;
  align-items: center;
  padding: 0 10px; /* Adjust padding for smaller screens */
}

.testimonialBox .details .imgBx {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #c42900;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}

.testimonialBox .details .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  object-fit: cover;
}

.testimonialBox .details h3 {
  color: #050b20;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  margin-top: 10px; /* Adjust margin for smaller screens */
}

.testimonialBox .details h3 span {
  font: 12px;
  color: black;
  color: #050b20;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.9px; /* 185% */
}
.testimonial_img {
  width: 37px;
  height: 26px;
  flex-shrink: 0;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  background-image: none;
}
.cta {
  padding: 10vh 0px;
}
.cta-container {
  background-image: url("../mahaloha/investment/Section.webp");
  max-width: 1200px;
  margin: auto;

  background: linear-gradient(0deg, #fa8539 0%, #fa8539 100%);
  box-shadow: 4px 2px 7px rgba(0, 0, 0, 0.4);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.cta-content {
  background-size: cover;
  width: 100%;
  position: relative;
  border-radius: 28px;
}
.card-heading {
  font-size: 2.5rem;
  font-family: "Zing Rust Demo Base" !important;
  margin: 0;
}

.card-sub-heading {
  font-size: 1rem;
  font-family: Poppins;
  margin-top: 10px;
}

.card-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  background-color: white;
  border-radius: 44px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cta-container h1 {
    font-size: 2rem;
  }
  .cta-container p {
    font-size: 0.9rem;
  }
  .cta-container a {
    padding: 8px 20px;
  }
}

/* Media Queries for Responsiveness */

@media (max-width: 920px) {
  .testimonial-parent {
    flex-direction: column; /* Stack testimonial boxes vertically */
    align-items: center; /* Center align testimonials */
  }

  .testimonialBox {
    width: 95%; /* Make testimonial boxes full width */
    max-width: 500px; /* Optional: set a maximum width */
    padding: 10px; /* Keep padding */
  }

  .testimonial_text {
    font-size: 14px; /* Smaller font size for mobile */
  }

  .testimonialBox .details h3 {
    font-size: 12px; /* Adjust font size for names */
  }

  .testimonialBox .details h3 span {
    font-size: 12px; /* Adjust font size for subtitle */
  }
}

@media (max-width: 480px) {
  .testimonial_heading {
    flex-direction: column; /* Stack title and image vertically */
    align-items: flex-start; /* Align to the left */
    padding: 10px 0; /* Reduce padding */
  }

  .testimonialBox {
    padding: 10px; /* Reduce padding for mobile */
  }
}

/* Responsive CTA */

@media screen and (min-width: 971px) and (max-width: 1030px) {
}

@media screen and (max-width: 970px) {
}

@media screen and (max-width: 900px) {
}
@media (max-width: 580px) {
  .text-block h1 {
    font-size: 2.5rem;
  }
  .description-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Media Query for screens 463px or smaller */
@media (max-width: 463px) {
  .text-block h1 {
    font-size: 2rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff5733 !important; /* Change this to your desired color */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #c70039 !important; /* Change this for hover effect */
}

.swiper-pagination {
  position: relative !important;
  padding-top: 20px !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
}
.swiper-pagination-bullet-active {
  background: #ff5733 !important;
}
