@charset "UTF-8";

/* public/src/styles/landing-services.scss */
.landing-hero,
.landing-about,
.landing-services-list {
  --landing-section-spacing: 60px;
  --landing-content-spacing: 32px;
}
@media (min-width: 768px) {
  .landing-hero,
  .landing-about,
  .landing-services-list {
    --landing-content-spacing: 40px;
  }
}
.landing-hero {
  font-family: "Poppins", sans-serif;
  position: relative;
  min-height: auto;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  color: #fff;
  overflow: hidden;
  padding: 112px 0 32px;
}
@media (min-width: 768px) {
  .landing-hero {
    padding: 128px 0 40px;
  }
}
@media (min-width: 992px) {
  .landing-hero {
    min-height: auto;
    align-items: flex-start;
    padding: 96px 0 24px;
  }
}
.landing-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.landing-hero__decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .landing-hero__decoration {
    display: none;
  }
}
.landing-hero__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .landing-hero__wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .landing-hero__wrapper {
    padding: 0;
  }
}
.landing-hero__nav {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 20;
}
@media (max-width: 991px) {
  .landing-hero__nav {
    top: 16px;
    padding: 0 16px;
  }
}
@media (max-width: 575px) {
  .landing-hero__nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .landing-hero__nav {
    top: 20px;
    width: calc(100% - 100px);
    max-width: 94rem;
    padding: 0;
  }
}
@media (min-width: 1801px) {
  .landing-hero__nav {
    max-width: 104rem;
  }
}
@media (min-width: 2301px) {
  .landing-hero__nav {
    max-width: 184rem;
  }
}
.landing-hero__logo img {
  max-width: 120px;
  height: auto;
}
@media (max-width: 575px) {
  .landing-hero__logo img {
    max-width: 108px;
  }
}
.landing-hero__cta-top {
  display: none;
}
@media (min-width: 992px) {
  .landing-hero__cta-top {
    display: block;
  }
}
@media (max-width: 575px) {
  .landing-hero__cta-top {
    width: 100%;
  }
}
.landing-hero__cta-mobile {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .landing-hero__cta-mobile {
    display: none;
  }
}
.landing-hero__cta-mobile .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
}
@media (max-width: 575px) {
  .landing-hero__cta-mobile .button {
    width: 100%;
    text-align: center;
  }
}
.landing-hero__cta-top .button {
  font-size: 0.9rem;
  padding: 10px 25px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.landing-hero__cta-top .button:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 575px) {
  .landing-hero__cta-top .button {
    width: 100%;
    text-align: center;
    padding: 10px 18px;
    display: flex;
  }
}
.landing-hero__content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
  padding: 0;
}
@media (min-width: 992px) {
  .landing-hero__content {
    margin-top: 0;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .landing-hero__content {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 0;
  }
}
.landing-hero__title {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: 700;
}
.landing-hero__title * {
  margin: 0;
}
.landing-hero__description {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.85;
  max-width: 500px;
}
.landing-hero__form-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  min-height: 300px;
  max-width: 100%;
  margin-left: 0;
  color: #333;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-hero__form-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .landing-hero__form-wrapper {
    max-width: 100%;
    margin-left: auto;
    min-height: auto;
    padding: 25px;
    border-radius: 8px;
  }
}
.landing-hero__form-wrapper .wpcf7 {
  width: 100%;
}
.landing-hero__form-wrapper .wpcf7 form {
  margin: 0;
}
.landing-hero__form-wrapper .wpcf7 form br {
  display: none;
}
.landing-hero__form-wrapper .wpcf7 form p {
  margin-bottom: 12px;
}
.landing-hero__form-wrapper .wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.landing-hero__form-wrapper input,
.landing-hero__form-wrapper select,
.landing-hero__form-wrapper textarea {
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.25;
  color: #6f6f6f;
  box-shadow: none;
  width: 100%;
}
.landing-hero__form-wrapper input:focus,
.landing-hero__form-wrapper select:focus,
.landing-hero__form-wrapper textarea:focus {
  border-color: #9f9f9f;
  box-shadow: none;
}
.landing-hero__form-wrapper input::placeholder,
.landing-hero__form-wrapper select::placeholder,
.landing-hero__form-wrapper textarea::placeholder {
  color: #b4b4b4;
}
.landing-hero__form-wrapper select {
  background-position: right 10px center;
  padding-right: 32px;
}
.landing-hero__form-wrapper textarea {
  min-height: 84px;
  height: 84px;
  resize: none;
}
.landing-hero__form-wrapper .wpcf7-submit,
.landing-hero__form-wrapper input[type=submit],
.landing-hero__form-wrapper button[type=submit] {
  width: 100%;
  min-height: 38px;
  border-radius: 4px !important;
  padding: 6px 12px !important;
  font-size: 0.95rem !important;
  font-weight: 600;
  line-height: normal !important;
  letter-spacing: 0.2px;
  text-align: center;
  white-space: normal;
  color: #fff;
  background: #026874;
  border: 1px solid #026874;
  cursor: pointer;
  margin-top: 4px;
}
@media (max-width: 575px) {
  .landing-hero__form-wrapper .wpcf7-submit,
  .landing-hero__form-wrapper input[type=submit],
  .landing-hero__form-wrapper button[type=submit] {
    min-height: 50px;
    padding: 13px 16px !important;
  }
}
.landing-hero__form-wrapper button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.landing-hero__form-wrapper .wpcf7-submit:hover,
.landing-hero__form-wrapper .wpcf7-submit:focus,
.landing-hero__form-wrapper input[type=submit]:hover,
.landing-hero__form-wrapper input[type=submit]:focus,
.landing-hero__form-wrapper button[type=submit]:hover,
.landing-hero__form-wrapper button[type=submit]:focus {
  background: #015863;
  border-color: #015863;
  color: #fff;
}
.landing-hero__form-wrapper .wpcf7-spinner {
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.landing-about {
  padding: var(--landing-section-spacing) 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
  color: #333;
}
.landing-about__header {
  text-align: center;
  margin-bottom: var(--landing-content-spacing);
}
.landing-about__title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
.landing-about__title * {
  margin: 0;
}
.landing-about__description {
  opacity: 0.8;
  line-height: 1.6;
}
.landing-about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .landing-about__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .landing-about__grid {
    grid-template-columns: 1fr;
  }
}
.landing-about__card {
  background: #f7f7f7;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-about__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.landing-about__card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #026874;
}
.landing-about__card-icon svg,
.landing-about__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.landing-about__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.landing-about__card-description {
  font-size: 0.95rem;
  opacity: 0.8;
  line-height: 1.5;
}
.landing-services-list {
  padding: var(--landing-section-spacing) 0;
  --landing-service-item-spacing: 20px;
}
@media (min-width: 768px) {
  .landing-services-list {
    --landing-service-item-spacing: 24px;
  }
}
@media (min-width: 992px) {
  .landing-services-list {
    --landing-service-item-spacing: 32px;
  }
}
.landing-services-list__header {
  text-align: center;
  margin-bottom: var(--landing-service-item-spacing);
  padding: 0 20px;
}
.landing-services-list__title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
.landing-services-list__description {
  opacity: 0.8;
  line-height: 1.6;
}

.landing-services-list__items {
  display: flex;
  flex-direction: column;
}
.landing-service-item {
  padding: var(--landing-service-item-spacing) 0;
}
.landing-service-item.bg-white {
  background: #fff;
}
.landing-service-item.bg-light {
  background: #f9f9f9;
}
.landing-service-item__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 992px) {
  .landing-service-item__wrapper {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .landing-service-item__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.landing-service-item {
}
@media (min-width: 992px) {
  .landing-service-item--reverse .landing-service-item__wrapper {
    grid-template-columns: 0.92fr 1.08fr;
    grid-template-areas: "content media";
  }
  .landing-service-item--reverse .landing-service-item__wrapper .landing-service-item__media {
    grid-area: media;
  }
  .landing-service-item--reverse .landing-service-item__wrapper .landing-service-item__content {
    grid-area: content;
  }
}
.landing-service-item__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.landing-service-item__slider-container {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 20px 0;
  display: block;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.landing-service-item__form-container {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  height: 100%;
  min-height: 380px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
@media (min-width: 992px) {
  .landing-service-item__form-container {
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  align-items: stretch;
}

.landing-service-item__form-container iframe {
  height: 100% !important;
  min-height: 350px;
}

.landing-service-item__wrapper {
  align-items: stretch !important;
}

.landing-service-item__media {
  height: 100%;
}

}
.landing-service-item__form-container::-webkit-scrollbar {
  width: 6px;
}
.landing-service-item__form-container::-webkit-scrollbar-thumb {
  background-color: #026874;
  border-radius: 10px;
}
.landing-service-item__form-content .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 575px) {
  .landing-service-item__form-content .wpcf7-form {
    grid-template-columns: 1fr;
  }
}
.landing-service-item__form-content .wpcf7-form p {
  margin: 0;
}
.landing-service-item__form-content .wpcf7-form p:has(select),
.landing-service-item__form-content .wpcf7-form p:has(textarea),
.landing-service-item__form-content .wpcf7-form p:has(input[type=submit]) {
  grid-column: 1/-1;
}
.landing-service-item__form-content .wpcf7-form label {
  display: none;
}
.landing-service-item__form-content .wpcf7-form input:not([type=submit]),
.landing-service-item__form-content .wpcf7-form select,
.landing-service-item__form-content .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 0.95rem;
  background: #fff;
  color: #555;
  transition: border-color 0.3s ease;
}
.landing-service-item__form-content .wpcf7-form input:not([type=submit]):focus,
.landing-service-item__form-content .wpcf7-form select:focus,
.landing-service-item__form-content .wpcf7-form textarea:focus {
  border-color: #026874;
  outline: none;
}
.landing-service-item__form-content .wpcf7-form input:not([type=submit])::placeholder,
.landing-service-item__form-content .wpcf7-form select::placeholder,
.landing-service-item__form-content .wpcf7-form textarea::placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.landing-service-item__form-content .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.landing-service-item__form-content .wpcf7-form .wpcf7-submit {
  background: #026874;
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  white-space: normal;
  word-wrap: break-word;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .landing-service-item__form-content .wpcf7-form .wpcf7-submit {
    font-size: 0.9rem;
    padding: 12px 16px;
  }
}
.landing-service-item__form-content .wpcf7-form .wpcf7-submit:hover {
  background: rgb(1.5677966102, 81.5254237288, 90.9322033898);
}
.landing-service-item__form-content .wpcf7-form .wpcf7-submit:active {
  transform: scale(0.98);
}
.landing-service-item__form-content .wpcf7-form .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 10px;
  font-size: 0.85rem;
  border-radius: 4px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.landing-service-item__slider {
  display: flex;
  width: 100%;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scrollbar-width: none;
}
.landing-service-item__slider::-webkit-scrollbar {
  display: none;
}
.landing-service-item__figure {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: center;
}
.landing-service-item__figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}
@media (min-width: 992px) {
  .landing-service-item__figure img {
    aspect-ratio: 16/9;
  }
}
.landing-service-item__pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #666;
  font-weight: 500;
}
.landing-service-item__pagination .arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.landing-service-item__pagination .arrow:hover {
  color: #026874;
}
.landing-service-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .landing-service-item__content {
    align-items: center;
    text-align: center;
  }
}
.landing-service-item__title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
.landing-service-item__text {
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 20px;
}
.landing-service-item__text h1,
.landing-service-item__text h2,
.landing-service-item__text h3,
.landing-service-item__text h4,
.landing-service-item__text h5,
.landing-service-item__text h6,
.landing-service-item__text p {
  margin: 0 0 12px;
}
.landing-service-item__text > *:last-child {
  margin-bottom: 0;
}
.landing-service-item__link {
  color: #026874;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1rem;
  font-family: inherit;
}
.landing-service-item__link:hover {
  text-decoration: underline;
}
.landing-service-item__details {
  width: 100%;
  margin-bottom: 30px;
  animation: fadeIn 0.4s ease;
  border-left: 2px solid #026874;
  padding-left: 20px;
}
.landing-service-item__benefits {
  margin-bottom: 20px;
}
.landing-service-item__benefits-title {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
.landing-service-item__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.landing-service-item__benefits-list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.landing-service-item__benefits-list li .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #026874;
}
.landing-service-item__benefits-list li .icon svg,
.landing-service-item__benefits-list li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing-service-item__benefits-list li strong {
  display: block;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 5px;
}
.landing-service-item__benefits-list li p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}
.landing-service-item__full-content h1,
.landing-service-item__full-content h2,
.landing-service-item__full-content h3,
.landing-service-item__full-content h4,
.landing-service-item__full-content h5,
.landing-service-item__full-content h6 {
  font-size: 1.1rem;
  margin: 15px 0 10px;
  color: #000;
}
.landing-service-item__full-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 10px;
}
.landing-service-item__full-content p:last-child {
  margin-bottom: 0;
}
.landing-service-item__full-content ul,
.landing-service-item__full-content ol {
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #555;
}
.landing-service-item__full-content ul li,
.landing-service-item__full-content ol li {
  margin-bottom: 5px;
}
.landing-service-item__actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .landing-service-item__actions {
    justify-content: center;
  }
}
.landing-service-item__actions .button {
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.landing-service-item__actions .button--aqua {
  background: #026874;
  color: #fff;
  border: 2px solid #026874;
}
.landing-service-item__actions .button--aqua:hover {
  background: rgb(1.5677966102, 81.5254237288, 90.9322033898);
}
.landing-service-item__actions .button--outline {
  background: transparent;
  color: #026874;
  border: 2px solid #026874;
}
.landing-service-item__actions .button--outline:hover {
  background: #f0f8f9;
}
.main-landing-services .testimonials {
  min-height: 470px;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.main-landing-services .testimonials__wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-landing-services .testimonials .swiper-testimonials {
  height: 100%;
}
.main-landing-services .testimonials__card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landing-footer {
  background-color: #222322;
  min-height: 266px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
.landing-footer__logo {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.landing-footer__logo:hover {
  transform: scale(1.05);
}
.landing-footer__logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
/*# sourceMappingURL=landing-services.css.map */
