@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?dd4hcc");
  src: url("../../assets/fonts/icomoon.eot?dd4hcc#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?dd4hcc") format("truetype"), url("../../assets/fonts/icomoon.woff?dd4hcc") format("woff"), url("../../assets/fonts/icomoon.svg?dd4hcc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.heading-xl {
  font-size: clamp(50px, 4.1666666667vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .heading-xl {
    font-size: clamp(80px, 4.1666666667vw, 160px);
  }
}

.heading-l {
  font-size: clamp(40px, 3.125vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(60px, 3.125vw, 120px);
  }
}

h1,
.heading-ml {
  font-size: clamp(35px, 3.3854166667vw, 65px);
  line-height: 1em;
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(65px, 3.3854166667vw, 130px);
  }
}

h2,
.heading {
  font-size: clamp(26px, 2.0833333333vw, 40px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(40px, 2.0833333333vw, 80px);
  }
}

h3,
.heading-ms {
  font-size: clamp(20px, 1.5625vw, 30px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(30px, 1.5625vw, 60px);
  }
}

h4,
.heading-s {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(16px, 1.0416666667vw, 40px);
  }
}

.text-l {
  font-size: clamp(20px, 1.25vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .text-l {
    font-size: clamp(24px, 1.25vw, 48px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(16px, 1.0416666667vw, 40px);
  }
}

.text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(16px, 0.8333333333vw, 32px);
  }
}

.text-ms {
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(14px, 0.7291666667vw, 28px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.625vw, 24px);
  }
}

.button {
  font-size: clamp(12px, 0.9375vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(18px, 0.9375vw, 36px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #343434;
}

main {
  overflow-x: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #d01a2f;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.boxed {
  max-width: clamp(1000px, 87.5vw, 1680px);
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1640px, 85.4166666667vw, 3280px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1680px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1140px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1100px, 57.2916666667vw, 2200px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1640px, 85.4166666667vw, 3280px);
    padding-inline: 40px;
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1640px) {
  .push-left {
    margin-left: calc((100vw - 1640px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1640px, 85.4166666667vw, 3280px)) / 2);
  }
}

@media only screen and (min-width: 1640px) {
  .push-right {
    margin-right: calc((100vw - 1640px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1640px, 85.4166666667vw, 3280px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.first-section {
  padding-block: clamp(10px, 15.625vw, 160px);
}

.basic {
  padding-block: clamp(20px, 3.90625vw, 40px);
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-wide {
  letter-spacing: 0.4em;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.black {
  color: #343434;
}

.white {
  color: #fff;
}

.primary {
  color: #863b24;
}

.accent {
  color: #d01a2f;
}

.accent-bg {
  background-color: #d01a2f;
}

.header {
  position: absolute;
  top: 0;
  z-index: 100;
  inset-inline: 0;
  background-color: transparent;
  font-size: 16px;
  width: 100vw;
  transition: all 0.3s ease;
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
  transition: opacity 0.3s ease;
}
.header--sticky {
  position: fixed;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.header--sticky:before {
  opacity: 1;
}
.header--sticky .hamburger__button {
  background-color: #333 !important;
}
.header--sticky .hamburger__button:before, .header--sticky .hamburger__button:after {
  background-color: #333 !important;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}
@media only screen and (max-width: 1024px) {
  .header__container {
    padding: 20px 30px;
    gap: 20px;
  }
}
.header__logo-container a {
  color: #333;
  text-decoration: none;
  display: block;
}
.header__logo-img {
  height: clamp(50px, 8vw, 75px);
  width: auto;
  object-fit: contain;
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .header__logo-img {
    height: clamp(50px, 7vw, 80px);
  }
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.header li {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    padding: 100px 40px;
    background-color: rgba(0, 0, 0, 0.95);
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    gap: 30px;
  }
}
.main-menu__list a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Manrope", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    font-size: 18px;
    padding: 10px 0;
    color: white;
  }
}
.main-menu__list a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a:after {
    background-color: white;
  }
}
.main-menu__list a:hover {
  opacity: 0.7;
}
.main-menu__list a:hover:after {
  width: 100%;
}
.main-menu__list ul {
  display: none;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 1000;
  }
}
.hamburger__button {
  width: 25px;
  height: 2px;
  background-color: #333 !important;
  position: relative;
  transition: all 0.3s ease;
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #333 !important;
  transition: all 0.3s ease;
}
.hamburger__button:before {
  top: -8px;
}
.hamburger__button:after {
  top: 8px;
}
.hamburger[pressed=true] .hamburger__button {
  background-color: transparent !important;
}
.hamburger[pressed=true] .hamburger__button:before, .hamburger[pressed=true] .hamburger__button:after {
  background-color: white !important;
}
.hamburger[pressed=true] .hamburger__button:before {
  transform: rotate(45deg);
  top: 0;
}
.hamburger[pressed=true] .hamburger__button:after {
  transform: rotate(-45deg);
  top: 0;
}

.footer {
  padding: 40px 0;
  background-color: #f8f8f8;
  border-top: 1px solid #e0e0e0;
}
.footer__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__container span {
  font-size: 0.9rem;
  color: #666;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footer__container span {
    font-size: 0.8rem;
  }
}

.loader {
  display: grid;
  place-content: center;
  background-color: #fff;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: clamp(45px, 5.8536585366vw, 96px);
  height: clamp(45px, 5.8536585366vw, 96px);
  position: relative;
}
.loader__img {
  position: absolute;
  inset: 0;
}
.loader__img--full {
  animation: fill 2.5s linear infinite;
}
@keyframes fill {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

.link {
  color: #d01a2f;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 2px;
  background: #efeee8;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .hamburger__button {
    display: none;
  }
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background: #efeee8;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-10px);
}
.hamburger__button:after {
  transform: translateY(10px);
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  transition: all ease 200ms 200ms;
  background-color: #863b24;
  color: #fff;
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 30s linear infinite;
  white-space: nowrap;
}
.marquee__img {
  padding-top: 8px;
  max-width: 60px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.social {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.34375vw, 24px);
}
@media only screen and (max-width: 1024px) {
  .social {
    flex-direction: row;
    justify-self: center;
    margin-top: 50px;
  }
}

.audio {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 200;
}

.home-main {
  display: flex;
  min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .home-main {
    flex-direction: column;
  }
}

.hero-section {
  position: relative;
  flex: 1;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .hero-section {
    flex: none;
    width: 100%;
    min-height: 81vh;
  }
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.hero-logo h1 {
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  font-weight: 300;
  letter-spacing: 0.3em;
  margin: 0;
  font-family: "Manrope", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .hero-logo h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    letter-spacing: 0.2em;
  }
}

.hero-subtitle {
  font-size: clamp(0.9rem, 1.8vw, 1.4rem);
  letter-spacing: 0.2em;
  margin-top: 15px;
  font-weight: 300;
  opacity: 0.9;
}
@media only screen and (max-width: 1024px) {
  .hero-subtitle {
    font-size: clamp(0.8rem, 1.5vw, 1.2rem);
  }
}

.content-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 1024px) {
  .content-section {
    flex: none;
    width: 100%;
    padding: 40px 30px;
  }
}

.content-wrapper {
  max-width: 500px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .content-wrapper {
    max-width: 600px;
    text-align: center;
  }
}

.content-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .content-title {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    margin-bottom: 15px;
  }
}

.content-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .content-description {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

.content-text {
  margin-bottom: 40px;
}
.content-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .content-text p {
    font-size: 0.95rem;
  }
}

.cta-social-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .cta-social-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #333;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.cta-button:hover {
  background-color: #333;
  color: white;
  transform: translateY(-2px);
}
@media only screen and (max-width: 1024px) {
  .cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
}

.social-icons {
  display: flex;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #333;
  transition: all 0.3s ease;
}
.social-icon svg {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.social-icon:hover {
  transform: translateY(-3px);
}
.social-icon:hover svg {
  transform: scale(1.1);
}
.social-icon:first-child:hover {
  color: #E4405F;
}
.social-icon:last-child:hover {
  color: #000;
}

.container {
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

.section-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.05em;
}

.section-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #666;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.what-we-do-section {
  padding: 50px 40px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .what-we-do-section {
    padding: 50px 0px;
  }
}

.what-we-do-grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 800px;
}
@media only screen and (max-width: 1024px) {
  .what-we-do-grid {
    position: relative;
    min-height: 950px;
    max-width: 500px;
  }
}

.what-we-do-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .what-we-do-item {
    position: absolute !important;
  }
}
.what-we-do-item:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  z-index: 10 !important;
}
.what-we-do-item:nth-child(1):hover {
  transform: translateY(-5px) rotate(0deg);
}
.what-we-do-item:nth-child(2):hover {
  transform: translateX(-50%) translateY(-5px) rotate(1deg);
}
.what-we-do-item:nth-child(3):hover {
  transform: translateY(-5px) rotate(0deg);
}
.what-we-do-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 80%);
  z-index: 1;
  pointer-events: none;
}
.what-we-do-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.what-we-do-item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  line-height: 1.3;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.02em;
  max-width: 85%;
  padding: 0 20px;
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .what-we-do-item h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  }
}
.what-we-do-item:nth-child(1) {
  width: 500px;
  height: 600px;
  top: 80px;
  left: 8%;
  transform: rotate(-3deg);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .what-we-do-item:nth-child(1) {
    width: 85%;
    height: 320px;
    top: 0;
    left: 2%;
    transform: rotate(-4deg);
    z-index: 2;
  }
}
.what-we-do-item:nth-child(2) {
  width: 550px;
  height: 680px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%) rotate(2deg);
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .what-we-do-item:nth-child(2) {
    width: 90%;
    height: 380px;
    top: 273px;
    left: 50%;
    transform: translateX(-50%) rotate(3deg);
    z-index: 3;
  }
}
.what-we-do-item:nth-child(2) h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
@media only screen and (max-width: 1024px) {
  .what-we-do-item:nth-child(2) h3 {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
  }
}
.what-we-do-item:nth-child(3) {
  width: 480px;
  height: 580px;
  top: 120px;
  right: 8%;
  transform: rotate(4deg);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .what-we-do-item:nth-child(3) {
    width: 85%;
    height: 340px;
    top: 630px;
    left: 5%;
    right: auto;
    transform: rotate(-3deg);
    z-index: 1;
  }
}

.about-section {
  padding: 50px 40px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1024px) {
  .about-section {
    padding: 80px 30px;
  }
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-divider {
  width: 1px;
  height: 80px;
  background-color: #ccc;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .about-divider {
    height: 60px;
  }
}

.about-content {
  max-width: 800px;
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .about-content {
    margin: 40px 0;
  }
}

.about-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-family: "Manrope", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .about-title {
    margin-bottom: 25px;
  }
}

.about-subtitle {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
}

.about-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}
.about-description:last-of-type {
  margin-bottom: 0;
}

.services-section {
  padding: 100px 0;
  background-color: white;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.service-card {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
}

.service-content {
  padding: 30px;
}
.service-content h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}
.service-content p {
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}

.service-duration {
  color: #999 !important;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 15px !important;
}

.faq-section {
  padding: 10px 40px 67px 40px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1024px) {
  .faq-section {
    padding: 80px 0px;
  }
}

.faq-divider {
  width: 1px;
  height: 80px;
  background-color: #ccc;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .faq-divider {
    height: 60px;
  }
}

.faq-content {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .faq-content {
    margin: 40px auto;
  }
}

.faq-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  color: #333;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-family: "Manrope", sans-serif;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}
.faq-question:hover {
  background-color: #f9f9f9;
}
.faq-question h3 {
  font-size: 1.2rem;
  color: #333;
  margin: 0;
  font-weight: 500;
  flex: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .faq-question h3 {
    font-size: 0.9rem;
    padding-right: 10px;
  }
}
.faq-question .accordion__icon {
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
  transition: transform 0.3s ease, color 0.3s ease;
  min-width: 30px;
  text-align: center;
  line-height: 1;
}

.accordion__item--active .faq-question {
  background-color: #f9f9f9;
}
.accordion__item--active .faq-question .accordion__icon {
  color: #333;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer .faq-text {
  padding: 0 30px 25px;
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
}
@media only screen and (max-width: 1024px) {
  .faq-answer .faq-text {
    padding: 0 25px 20px;
    font-size: 0.95rem;
  }
}
.faq-answer .faq-text p {
  margin: 0 0 15px;
}
.faq-answer .faq-text p:last-child {
  margin-bottom: 0;
}
.faq-answer .faq-text ul, .faq-answer .faq-text ol {
  margin: 10px 0;
  padding-left: 20px;
}
.faq-answer .faq-text li {
  margin-bottom: 8px;
}

.contact-section {
  padding: 100px 0 50px;
  background-color: white;
}

.contact-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.contact-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
}

.contact-subtitle {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 50px;
}

.contact-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .contact-form-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.contact-info {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .contact-info {
    text-align: center;
  }
}
.contact-info p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}
.contact-info .social-icons {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .contact-info .social-icons {
    justify-content: center;
  }
}

.contact-email,
.contact-phone {
  display: block;
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.contact-email:hover,
.contact-phone:hover {
  color: #666;
}

.contact-form-section {
  padding: 80px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1024px) {
  .contact-form-section {
    padding: 60px 0;
  }
}

.contact-form-accordion {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-form-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
.contact-form-item:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

.contact-form-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .contact-form-button {
    padding: 25px 30px;
  }
}
.contact-form-button:hover {
  background-color: #f9f9f9;
}
.contact-form-button h3 {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
  font-weight: 500;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .contact-form-button h3 {
    font-size: 1.3rem;
  }
}
.contact-form-button .accordion__icon {
  font-size: 2rem;
  color: #666;
  font-weight: 300;
  transition: transform 0.3s ease, color 0.3s ease;
  min-width: 35px;
  text-align: center;
  line-height: 1;
}

.accordion__item--active .contact-form-button {
  background-color: #f9f9f9;
}
.accordion__item--active .contact-form-button .accordion__icon {
  color: #333;
}

.contact-form-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}
.contact-form-content:not(.accordion__item--active .contact-form-content) {
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.contact-form-inner {
  padding: 30px 40px 40px;
}
@media only screen and (max-width: 1024px) {
  .contact-form-inner {
    padding: 20px 30px 30px;
  }
}
.contact-form-inner .wpforms-container {
  margin: 0;
}
.contact-form-inner .wpforms-submit-container {
  text-align: center;
  margin-top: 20px;
}
.contact-form-inner .wpforms-submit,
.contact-form-inner button[type=submit],
.contact-form-inner input[type=submit] {
  background-color: #333 !important;
  color: white !important;
  border: 2px solid #333 !important;
  padding: 15px 40px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.contact-form-inner .wpforms-submit:hover,
.contact-form-inner button[type=submit]:hover,
.contact-form-inner input[type=submit]:hover {
  background-color: transparent !important;
  color: #333 !important;
  transform: translateY(-2px) !important;
}
.contact-form-inner .wpforms-submit:focus,
.contact-form-inner button[type=submit]:focus,
.contact-form-inner input[type=submit]:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.1) !important;
}

.placeholder-img,
.service-img,
.contact-img {
  width: 100%;
  height: 250px;
  background-color: #e0e0e0;
  object-fit: cover;
}
.placeholder-img.service-img,
.service-img.service-img,
.contact-img.service-img {
  height: 300px;
}
.placeholder-img.contact-img,
.service-img.contact-img,
.contact-img.contact-img {
  height: 300px;
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea, .wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th {
  text-align: left;
}

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