@font-face {
  font-family: 'GeneralSansRegular';
  src: url(/assets/fonts/GeneralSans-Regular.woff2)
}
@font-face {
  font-family: 'GeneralSansSemiBold';
  src: url(/assets/fonts/GeneralSans-Semibold.woff2)
}
@font-face {
  font-family: 'GeneralSansRegularItalic';
  src: url(/assets/fonts/GeneralSans-RegularItalic.woff2)
}
@font-face {
  font-family: 'GeneralSansLight';
  src: url(/assets/fonts/GeneralSans-Light.woff2)
}
@font-face {
  font-family: 'BoskaLight';
  src: url(/assets/fonts/Boska-Light.woff2)
}
@font-face {
  font-family: 'BoskaItalicLight';
  src: url(/assets/fonts/Boska-LightItalic.woff2)
}
@font-face {
  font-family: 'BoskaItalicBold';
  src: url(/assets/fonts/Boska-BoldItalic.woff2)
}
@font-face {
  font-family: 'BoskaItalicRegular';
  src: url(/assets/fonts/Boska-MediumItalic.woff2)
}
* {
  cursor: url('/storage/Artboard3.png'), auto !important;
  
}

body, html{
  font-family: 'GeneralSansRegular';
  background-color: #f6f5e9;
  overflow-x: hidden;
  cursor: url('/storage/Artboard2.png'), pointer  !important;
  

  /* width: 100%; */
}

.slider {
  width: 100%;
  height: auto;
  border-radius: 15px; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  margin: auto;
  aspect-ratio: 18 / 7;
}

.slider .list {
  position:relative;
  width: max-content;
  height: 100%; /* Use 100% to inherit the height from parent */
  left: 0;
  top: 0;
  display: flex;
  transition: 1s;
}

.slider .list img {
  width: auto; /* Keep the original width of the image */
  height: 100%; /* Make the height match the parent's height */
  object-fit: contain; /* Ensure the image scales within its container without being cropped */
}



.slider .list .item{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .buttons{
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.slider .buttons button{
  width: 10px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: none;
  font-size: 28px;
  font-family: monospace;
  font-weight: bold;
}
.slider .dots{
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slider .dots li{
  list-style: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
}
.slider .dots li.active{
  width: 80px;
}
.content-section {
  display: flex;
  width: 100%; /* Set width of the section to 100% */
  margin: 0 auto; /* Center the section */
  margin-top: 25px;
  padding: 0px 0px 20px 0px;
  gap: 20px;
  background-color: #fff;
      border-radius: 15px; /* Apply radius to the whole section */
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}


.left-side {
  flex: 3; /* 60% width */
  font-family: 'GeneralSansRegular';
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
  border-radius: 15px; /* Apply radius to left side */
  background-color: #fff; /* White background for contrast */
  padding: 0px 20px 0px 20px;
  text-align: justify;
}

.title {
  font-size: 20px;
  /* margin-bottom: -17px; */
}

.description {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.right-side {
  flex: 2; /* 40% width */
  background-color: #fff; /* White background for contrast */
  padding: 20px;
  border-radius: 15px; /* Apply radius to right side */
  overflow: hidden; /* Ensure no white space in the container */
  height: auto; /* Allow the height to be based on the video content */
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  /* align-items: flex-start; */
  justify-content: center;
}

.video-container {
  width: 100%; /* Make the video container fill the parent */
  height: auto; /* Make the height of the container adjust to the video */
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container iframe {
  width: 100%; /* Make the video responsive to the parent container */
  height: auto; /* Allow the video to scale with the container */
  aspect-ratio: 16 / 9; /* Maintain 16:9 aspect ratio */
  border-radius: 10px; /* Rounded corners */
} 
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

.benefits {
  padding: 0px 0px 20px 0px;
  width: 100%;
  background-color: #d2ff6a00;
  border-radius: 15px;
  margin: 0 auto; /* Center the container horizontally */
}

.benefits .text {
  text-align: center;
  padding: 25px;
  font-family: 'GeneralSansRegular';
  font-size: 28px;
  color: #807dff;
}
.text {
  text-align: center;
  padding: 25px;
  font-family: 'GeneralSansRegular';
  font-size: 28px;
  color: #807dff;
}
/* Benefits container grid layout with center alignment */
.benefits-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  margin: 0 auto; /* Center the grid horizontally */
}

.benefit-item {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    box-shadow: -2px 4px 8px rgba(0, 0.2, 0, 0.2);
    background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  width: 100%;
  transition: transform 0.3s;
}

.benefit-item:hover {
  transform: translateY(-10px);
  filter: brightness(97%);
}

.benefit-item img {
  max-width: 50px;
  margin-bottom: 15px;
}

.benefit-item .teks {
  font-size: 20px;
  color: #807dff;
  margin-bottom: 10px;
  font-family: 'GeneralSansRegular';
}

.benefit-item p {
  text-align: left;
  font-size: 16px;
  color: #1c1c1a;
  font-family: 'GeneralSansRegular';
}
/* FAQ Container */
.two-faq-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px; /* Space between the FAQ content and the image */
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background-color: #fff;
  margin-top: 20px;
  margin: 20px auto; /* Center the section horizontally */
}

.two-faq-content {
  justify-content: center;
  width: 50%; /* Adjusted to fit alongside the image */
  padding: 20px; /* Padding is applied only to the content */
  border-radius: 15px;
  transition: transform 0.3s;
  background-color: #fff;
}

.two-faq-content h2 {
  font-size: 20px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.two-faq-item {
  margin-bottom: 20px;
  width: 100%; /* Adjusted to fit the full width inside faq-content */
}

.two-faq-question {
  background-color: #6a6a6a00;
  color: #1c1c1a;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.two-faq-question:hover {
  background-color: #d1d1d17d;
}

.two-faq-answer {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.two-faq-answer p {
  padding: 16px;
  color: #1c1c1a;
  border-radius: 15px;
}

.two-faq-answer.active {
  max-height: 300px;
}

.two-faq-icon {
  font-size: 16px;
  transition: transform 0.3s;
  color: #ccc;
}

.two-faq-icon.open {
  transform: rotate(45deg);
}

.two-faq-image {
  width: 45%; /* Ensures space is proportional with faq-content */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  overflow: hidden; /* Prevent the image from overflowing the container */
}

.two-faq-image img {
  aspect-ratio: 5 / 4;
  object-fit: contain; /* Ensures image stays inside its container */
  width: 100%; /* Adjust to the container width */
  height: auto;
  transition: transform 1.5s ease;
}

.zoom-in {
  transform: scale(1.2); /* Zoom in effect */
}

.zoom-out {
  transform: scale(1); /* Default (zoomed out) */
}

.eight-frequently-ask-question-content {
  justify-content: center;
  width: 100%;
  padding: 0px 0px 20px 0px;
  border-radius: 15px;
  transition: transform 0.3s;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.eight-frequently-ask-question-content h2 {
  font-size: 28px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

/* FAQ Items */
.eight-frequently-ask-question-item {
  width: 100%;
  padding: 20px 20px 0px 20px;
}

.eight-frequently-ask-question-question {
  background-color: #6a6a6a00;
  color: #1c1c1a;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.eight-frequently-ask-question-question:hover {
  background-color: #d1d1d17d;
}

.eight-frequently-ask-question-answer {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.eight-frequently-ask-question-answer p {
  padding: 15px;
  color: #1c1c1a;
  border-radius: 15px;
  font-size: 16px;
}

.eight-frequently-ask-question-answer.active {
  max-height: 300px;
}

.eight-frequently-ask-question-icon {
  font-size: 16px;
  transition: transform 0.3s;
  color: #ccc;
}

.eight-frequently-ask-question-icon.open {
  transform: rotate(45deg);
}

.eight-container {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  justify-self: center;
  border-radius: 15px;
}

.testimonial {
  gap: 50px;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 50px 0;
  margin-bottom: 17px;
  overflow: hidden;
  flex-direction: column;
}
.testimonial .image {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.testimonial .slide .insidee {
  padding: 0% 1% 1% 1%;
  display: flex;
  align-items: center;  /* Align image and text in a row */
  justify-content: center;
  justify-self: center;
  column-gap: 30px;  /* Space between image and text */
  width: 100%;
  height: 100%;
  width: 40%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  margin: 20px; /* Adds space between each .inside div */
  transition: transform 0.5s ease; /* Added transition */
}

.testimonial .slide .insidee:hover {
  transform: rotate(3deg);
}


.slide p {
  text-align: justify; /* Justify text */
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  flex: 1; /* Allow text to expand */
}
.slide .quote-icon {
  font-size: 28px;
  color: #807dff;
}
.slide .details {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.details .name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
/* Swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: 0.2s;
}
/* .nav-btn:hover {
} */
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #bebebe;
}
.swiper-pagination-bullet {
  list-style: none;
  height: 8px;
  background-color: #807dff;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
  width: 80px;
}
.swiper-pagination-bullet-active {
  background-color: #969696 !important;
  width: 80px !important;
  border-radius: 10px !important;
}
.ok {
  text-align: center;
  padding: 0px 25px 0px 25px;
  font-family: 'GeneralSansRegular';
  font-size: 28px;
  color: #807dff;
}