/**
 * Main Stylesheet
 * Locus Therapy Theme
 */
:root {
  /* Colors: */
  --unnamed-color-b1b3d6: #B1B3D6;
  --unnamed-color-e9e9f0: #E9E9F0;
  --unnamed-color-3e43d2: #3E43D2;
  --unnamed-color-151e32: #151E32;
  --unnamed-color-fffcf0: #FFFCF0;
  /* Font/text values */
  --unnamed-font-family-the-seasons: The Seasons;
  --unnamed-font-family-synthese: Synthese;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-normal: normal;
  --unnamed-font-size-12: 12px;
  --unnamed-font-size-14: 14px;
  --unnamed-font-size-38: 38px;
  --unnamed-font-size-80: 80px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-line-spacing-26: 26px;
  --unnamed-line-spacing-52: 52px;
  --unnamed-line-spacing-90: 90px;
}

.unnamed-character-style-1 {
  font-family: var(--unnamed-font-family-the-seasons);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-38);
  line-height: var(--unnamed-line-spacing-52);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-151e32);
}

.unnamed-character-style-2, .homepage-title {
  font-family: var(--unnamed-font-family-the-seasons);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-80);
  line-height: var(--unnamed-line-spacing-90);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-3e43d2);
}

.unnamed-character-style-3 {
  font-family: var(--unnamed-font-family-synthese);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-14);
  line-height: var(--unnamed-line-spacing-26);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-3e43d2);
}

.unnamed-character-style-4 {
  font-family: var(--unnamed-font-family-synthese);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-12);
  line-height: var(--unnamed-line-spacing-26);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-3e43d2);
}

.site-header {
  position: relative;
  z-index: 100;
  background-color: transparent;
  box-shadow: none;
}
.site-header .navbar-brand {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
}
.site-header .navbar-nav {
  gap: 0.5rem;
  background-color: var(--unnamed-color-e9e9f0);
  padding: 0px;
  border-radius: 25px;
}
.site-header .navbar-nav .nav-link {
  color: var(--unnamed-color-3e43d2);
  font-family: var(--unnamed-font-family-synthese);
  font-size: var(--unnamed-font-size-14);
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}
.site-header .navbar-nav .nav-link:hover {
  color: var(--unnamed-color-fffcf0);
  background-color: var(--unnamed-color-3e43d2);
  border-radius: 25px;
}

.site-footer {
  padding: 2rem 0;
  margin-top: 4rem;
  position: relative;
  z-index: 100;
  border-top: 1px solid rgba(61, 67, 210, 0.1803921569);
  background-color: var(--unnamed-color-fffcf0);
}
.site-footer .copyright {
  margin: 0;
  font-family: var(--unnamed-font-family-synthese);
  font-size: var(--unnamed-font-size-14);
}
.site-footer .footer-menu-1 li a {
  color: var(--unnamed-color-151e32) !important;
}
.site-footer .footer-menu, .site-footer .footer-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu li, .site-footer .footer-menu-1 li {
  margin-bottom: 8px;
  width: fit-content;
}
.site-footer .footer-menu li a, .site-footer .footer-menu-1 li a {
  color: var(--unnamed-color-3e43d2);
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
.site-footer .footer-menu li a:hover, .site-footer .footer-menu-1 li a:hover {
  color: var(--unnamed-color-151e32);
  transform: translateX(5px);
}
.site-footer .footer-menu li a:hover::after, .site-footer .footer-menu-1 li a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--unnamed-color-3e43d2);
  animation: underlineExpand 0.3s ease forwards;
}
@keyframes underlineExpand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.site-footer .social-media-icons {
  gap: 25px;
}
.site-footer .social-media-icons img {
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.site-footer .social-media-icons img:hover {
  transform: translateY(-5px) scale(1.1);
  opacity: 0.8;
  filter: brightness(1.2);
}
.site-footer .website-by {
  color: rgba(21, 30, 50, 0.5019607843);
  font-family: var(--unnamed-font-family-synthese);
  font-size: var(--unnamed-font-size-14);
}

.bg-shapes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #fffcf0;
}

.bg-circle {
  position: absolute;
  max-width: none;
  user-select: none;
  pointer-events: none;
}

.circle-1 {
  width: 372px;
  height: 372px;
  top: 150px;
  right: -100px;
}

.circle-2 {
  width: 263px;
  height: 263px;
  top: 220px;
  right: 200px;
  opacity: 1;
}

.homepage-wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.homepage-content {
  position: relative;
  z-index: 2;
  padding: 4rem 0;
}

.homepage-title {
  margin-bottom: 2rem;
}

.section-margin {
  margin: 8rem 0;
}

.testimonial-slider {
  display: block !important;
  width: 100%;
}

.testimonial-slider-title {
  font-family: var(--unnamed-font-family-the-seasons);
  font-size: 45px;
  line-height: var(--unnamed-line-spacing-90);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-3e43d2);
}

.testimonial-slider-wrapper {
  position: relative;
}

.testimonial-slide {
  padding: 0;
}

.concern-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.concern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(62, 67, 210, 0.2);
}
.concern-card:hover .concern-card-image img {
  transform: scale(1.05);
}

.concern-card-image {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.concern-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.concern-card-title-overlay {
  position: absolute;
  top: 50px;
  left: 30px;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--unnamed-font-family-synthese);
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.concern-card-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 100px;
  width: 100%;
}

.concern-card-description {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  color: white;
  font-family: var(--unnamed-font-family-synthese);
}

.concern-card-read-more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.concern-card-read-more:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.concern-card-read-more:active {
  transform: scale(0.95);
}

.slider-controls {
  display: flex;
  gap: 0.5rem;
  margin-top: 0;
}

.slider-btn {
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  color: white;
}

.prev-btn {
  background-color: var(--unnamed-color-e9e9f0);
}
.prev-btn img {
  transform: rotate(180deg);
}

.next-btn {
  background-color: var(--unnamed-color-3e43d2);
}

.slider-btn:hover {
  transform: scale(1.05);
}

.prev-btn:hover {
  background-color: #9B9DC6;
}

.next-btn:hover {
  background-color: #2d32b8;
}

.slider-btn:active {
  transform: scale(0.95);
}

.slider-btn svg {
  width: 20px;
  height: 20px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #d0d0d0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0;
}

.slick-track {
  padding: 1rem 0;
}

.slider-dots button.slick-active {
  background-color: var(--unnamed-color-3e43d2);
}

.testimonial-slider .slick-slide {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .testimonial-slider .slick-slide {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .testimonial-slider .slick-slide {
    padding: 0 15px;
  }
}
.testimonial-slider .slick-list {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .testimonial-slider .slick-list {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .testimonial-slider .slick-list {
    margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .concern-card-image {
    height: 200px;
  }
  .concern-card-title-overlay {
    font-size: 1.25rem;
    top: 15px;
    left: 15px;
  }
  .concern-card-content {
    padding: 1.25rem;
    min-height: 130px;
  }
  .concern-card-read-more {
    width: 36px;
    height: 36px;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.badge-custom {
  background-color: var(--unnamed-color-e9e9f0);
  padding: 0px 15px;
  border-radius: 25px;
  width: fit-content;
}

.what-to-expect {
  background-color: var(--unnamed-color-e9e9f0);
  padding: 0rem 5rem;
  border-radius: 20px;
  height: 600px;
}
.what-to-expect .description {
  width: 40%;
}
.what-to-expect .badge1 {
  background-color: rgba(62, 67, 210, 0.1019607843);
  padding: 0px 15px;
  border-radius: 25px;
  width: fit-content;
  color: var(--unnamed-color-3e43d2);
}
.what-to-expect .what-to-expect-img {
  height: 600px !important;
}

.faq-section {
  padding: 4rem 0;
}
.faq-section .faq-title {
  font-family: var(--unnamed-font-family-the-seasons);
  font-size: 45px;
  color: var(--unnamed-color-151e32);
}
.faq-section .faq-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq-section .faq-item {
  background-color: var(--unnamed-color-fffcf0);
  border-radius: 12px;
  border: 1px solid var(--unnamed-color-b1b3d6);
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq-section .faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(62, 67, 210, 0.15);
  border-color: var(--unnamed-color-3e43d2);
  background-color: #fffef8;
}
.faq-section .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-section .faq-item .faq-question {
  font-family: var(--unnamed-font-family-the-seasons);
  font-size: 26px;
  color: var(--unnamed-color-151e32);
}
.faq-section .faq-item .faq-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--unnamed-color-3e43d2);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.faq-section .faq-item .faq-toggle img {
  transform: rotate(90deg);
}
.faq-section .faq-item .faq-toggle:hover {
  background-color: #2d32b8;
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.faq-section .faq-item .faq-answer p {
  margin: 0;
  padding-top: 1rem;
  font-family: var(--unnamed-font-family-synthese);
  font-size: 14px;
  line-height: 1.6;
  color: var(--unnamed-color-151e32);
}
.faq-section .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0;
}
.faq-section .faq-item.active .faq-toggle .faq-icon {
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .faq-section .faq-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .faq-section .faq-item {
    padding: 1.25rem;
  }
  .faq-section .faq-item .faq-question {
    font-size: 1.1rem;
  }
}

.slick-dots {
  position: relative !important;
  display: flex !important;
  justify-content: start;
  gap: 0.1rem;
}

.testimonial-section .testimonial-slider-container {
  position: relative;
  max-width: 100%;
  margin-right: auto;
}
.testimonial-section .testimonial-quote-slider .testimonial-slide-item {
  padding: 0;
}
.testimonial-section .testimonial-quote-slider .testimonial-content {
  position: relative;
  padding-top: 1rem;
}
.testimonial-section .testimonial-quote-slider .testimonial-content img {
  width: 30px;
  margin-bottom: 10px;
}
.testimonial-section .testimonial-quote-slider .testimonial-content .testimonial-text {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-quote-slider .testimonial-content .testimonial-text .testimonial-quote {
  margin: 0 0 1.5rem 0;
  max-width: 70%;
}
.testimonial-section .testimonial-quote-slider .testimonial-content .testimonial-text .testimonial-author {
  font-family: var(--unnamed-font-family-synthese);
  font-size: 1rem;
  color: var(--unnamed-color-151e32);
  margin: 0;
}
.testimonial-section .testimonial-dots {
  display: flex !important;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 2rem;
}
.testimonial-section .testimonial-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #d0d0d0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.testimonial-section .testimonial-dots .slick-active button {
  background-color: #3E43D2;
}
@media (max-width: 768px) {
  .testimonial-section {
    padding: 2rem 0;
  }
  .testimonial-section .testimonial-slider-container {
    max-width: 100%;
  }
  .testimonial-section .testimonial-quote-slider .testimonial-content {
    padding-left: 3.5rem;
    padding-top: 0.5rem;
  }
  .testimonial-section .testimonial-quote-slider .testimonial-content .quote-icon {
    width: 60px;
    height: 60px;
  }
  .testimonial-section .testimonial-quote-slider .testimonial-content .testimonial-text .testimonial-quote {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .testimonial-section .testimonial-quote-slider .testimonial-content .testimonial-text .testimonial-author {
    font-size: 0.9rem;
  }
}

.lets-talk {
  margin: 6rem 0rem;
}
.lets-talk .lets-talk-title {
  font-family: var(--unnamed-font-family-the-seasons);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: 100px;
  line-height: var(--unnamed-line-spacing-90);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-3e43d2);
}
.lets-talk span a {
  color: var(--unnamed-color-151e32);
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--unnamed-font-family-synthese);
  color: var(--unnamed-color-151e32);
  line-height: var(--unnamed-line-spacing-26);
  overflow-x: hidden;
  background-color: var(--unnamed-color-fffcf0);
}

.site-main {
  position: relative;
  z-index: 1;
}

.btn-theme {
  background-color: var(--unnamed-color-3e43d2) !important;
  color: white !important;
  border: none;
  border-radius: 25px;
  padding: 0.625rem 1.5rem;
  font-family: var(--unnamed-font-family-synthese);
  font-size: var(--unnamed-font-size-14);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
}

.btn-theme {
  overflow: hidden;
}

.arrow-box {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.arrow-box img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0);
  opacity: 1;
}

/* Reset animation */
.btn-theme:hover .arrow-box img {
  animation: arrow-loop 0.6s ease forwards;
}

/* KEYFRAMES */
@keyframes arrow-loop {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(12px);
    opacity: 0;
  }
  41% {
    transform: translateX(-12px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
