/* how raaya start */

.how-raaya-wrapper {
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/texture_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
}


.how-raaya-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.how-raaya-img {
  width: 50%;

}

.how-raaya-img img {
  width: 277px;
  height: 277px;
  object-fit: cover;
  margin: 0 auto;
}

.how-raaya-content {
  width: 50%;
}

.how-raaya-content h2 {
  color: #84634E;
}

.how-raaya-content p {
  color: #84634E;
  font-size: 21px;
  line-height: 26px;
  margin-top: 24px;
  letter-spacing: 0;
  font-weight: 200;
  max-width: 43.2rem;
  margin-left: auto;
  margin-right: auto;
}

.mobile-raaya-img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .how-raaya-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .how-raaya-img,
  .how-raaya-content {
    width: 100%;

  }

  .how-raaya-content {
    padding: 48px 16px;
  }
.how-raaya-img img {
  width: 166px;
  height: 166px;
}
.how-raaya-content p {
  font-size: 18px;
}
}

/* how raaya end */



.raaya_visions_section {
  width: 100%;
  height: auto;
}

.raaya_visions_container {
  display: flex;
  flex-wrap: nowrap;

}

/* Left Image */

.raaya-image {
  flex: 1 1 50%;
}

.raaya-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right Content */

.raaya_visions_section .raaya-content {

  flex: 1 1 50%;
  padding: 79px 144px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: url(../images/texture_img.webp);
  background-repeat: no-repeat;
  background-size: cover;

}

.raaya_visions_section .raaya-text h2 {

  font-size: 32px;

  color: #6C583D;

  font-weight: 900;

  line-height: 52px;

  margin-bottom: 24px;

}

.raaya_visions_section .raaya-text p {

  color: #84634E;

  font-size: 21px;

  line-height: 26px;

  margin-bottom: 24px;

}

/* Stats Section */

.raaya-stats {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin: 32px 0;

}

.stat-card {

  flex: 1 1 calc(50% - 20px);

  padding: 21px 32px;

}



.stat-card p {

  font-size: 18px;

  line-height: 26px;

  color: #000;

}

.stat-card.light {

  border: 2px solid #DAD0C3;
}

.stat-card h3 {
  color: #84634E;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  letter-spacing: 0;
}

.stat-card.green {
  border: 2px solid #DAD0C3;
}

.stat-card.green h3,
.stat-card.green p {
  color: #84634E;

}

.raaya-stats .stat-card p {
  color: #84634E;
  margin-bottom: 0;
  font-weight: 300;

}

/* Button */

.download-btn {

  background: url(../images/btn_vector.webp);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Raleway";
  color: white;
  font-weight: 200;
  font-size: 20px;

  border: none;

  border-radius: 4px;

  line-height: 28px;

  padding: 12px 24px 16px 24px;

  cursor: pointer;

  width: 43.2rem;
}

/* LAYOUT */
.founders-wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 100vh;
  background: #f4ede5;
}

/* LEFT PREVIEW */
.founders-left {
  overflow: hidden;
}
.founders-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.founders-preview img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* RIGHT CONTENT */
.founders-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  color: #6b4b3a;
  text-align: center;
}

/* SLIDE */
.founders-slide {
  text-align: center;
}

/* TEXT */
.founders-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.founders-title {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 34px;
  font-weight: 300;
}

/* IMAGE */
.founder-visual img {
  width: 240px;
  margin: 0 auto 28px;
  display: block;
}

/* NAME */
.founder-name {
  font-size: 21px;
  font-family: "Raleway";
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.founder-role {
  font-size: 12px;
  letter-spacing: 1.8px;
  margin-bottom: 48px;
  font-weight: 400;
  font-family: "Raleway";
}

/* PARAGRAPH */
.founder-text {
  font-size: 21px;
  line-height: 26px;
  font-weight: 200;
  letter-spacing: 0;
  max-width: 43.2rem;
  text-align: center;
  margin: 0 auto;
}

/* ARROWS */
.founder-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 22px;
  cursor: pointer;
  color: #6b4b3a;
}

.founder-prev {
  left: -40px;
}

.founder-next {
  right: -40px;
}
/* Swiper wrapper must be relative */
.founders-swiper {
  position: relative;
}

/* SVG arrows */
.founder-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 20;
}

/* Position */
.founder-prev {
  left: 25%;
}

.founder-next {
  right: 25%;
}

/* SVG styling */
.founder-arrow svg {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effect */
.founder-arrow:hover svg {
  transform: translateX(3px);
  opacity: 0.7;
}


.section-header {

  text-align: left;

}

/* Responsive Design */



.stat-card h3 {
  margin-bottom: 0.8rem !important;
}
@media (max-width: 768px) {
.raaya_visions_section .raaya-text p {
  font-size: 18px;
}
  .raaya_visions_section .raaya-content {

    padding: 32px 16px;

  }
  .raaya_visions_container {
    flex-direction: column;

  }
.raaya-image {
  aspect-ratio: 1 / 1;
}
  .raaya-image img{
    
    aspect-ratio: 1 / 1;
    width: 100%;

  }
  .raaya-content {  
    order: 2;
    padding: 40px 20px;

  }

  .stat-card {
    width: 100%;

  }

  .download-btn {

    max-width: calc(100% - 1.2rem);

    margin: 0 auto;
    background-size: cover;
    font-size: 16px;
    height: 5rem;
    line-height: 100%;

  }
    .founders-wrap {
    grid-template-columns: 100%;
  }
  .founder-prev {
    left: 0;
  }

  .founder-next {
    right: 0;
  }

  .founders-right {
    padding: 6rem 2.4rem;
  }
  .founders-preview img {
    height: 320px;
  }

  .founder-prev {
    left: 0;
  }

  .founder-next {
    right: 0;
  }
  .founders-title {
    font-size: 18px;
    line-height: 26px;
  }
  .founder-text {
    font-size: 18px;
  }

}

@media screen and (min-width: 769px) {
  .founder {
    gap: 24px;
  }
}