/* SEO Page Styles */

.seo-page .section-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 160px 60px 0;
}
.seo-page {
    overflow: hidden;
}
.seo-page .hero-content {
  max-width: 580px;
}
.bg-word {
  position: relative;
  font-weight: 400;
  z-index: 1;
}
.bg-word:after {
  content: " ";
  background-color: #D3ECEA;
  width: 0%;
  height: 45px;
  position: absolute;
  left: -3%;
  bottom: 10px;
  z-index: -1;
  transition: width ease-in 0.8s;
}
.bg-word.active:after {
  width: 102%;
}
.seo-page .section-hero h1 {
  font-size: 70px;
  font-family: 'Instrumentserif';
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
}

.seo-page .section-hero h1 .bg-word {
  font-family: 'Instrumentserif_Italic';
}

.seo-page .section-hero h1 strong {
  position: relative;
  z-index: 2;
}

.seo-page .section-hero p {
  font-size: 19px;
  margin-bottom: 32px;
  line-height: 32px;
  padding-right: 40px;
}

.seo-page .hero-images {
  max-width: 480px;
  width: 100%;
}

.seo-page .hero-images.unloaded {
  opacity: 0;
}

.seo-page .image-box {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  transition: width ease-in-out 0.8s;
}

.page-template .section-clients {
  margin-top: -50px;
  padding-bottom: 150px;
}
.about-seo-content {
   max-width: 1180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 40px 00px;
}

.about-seo-image {
  width: 50%;
}

.about-seo-image img {
  width: 100%;
  height: 550px;
  object-fit: contain;
  border-radius: 20px;
}

.about-seo-text {
  width: 43%;
}

.about-seo-text h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 32px;
}

.about-seo-text h2 em {
  font-family: 'Instrumentserif_Italic';
}

.about-seo-description p {
  /* font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px; */
}

.about-seo-description strong {
  font-family: 'ArchivoSemi';
}

.section-prestations.container {
  padding: 100px 0 150px 100px;
}

.prestations-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 80px;
  text-align: left;
}

.prestations-title em {
  font-family: 'Instrumentserif_Italic';
}
.prestations-grid-container {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.prestations-grid {
  padding: 0;
  min-height: 450px;
  position: relative;
}

.prestations-grid {
  left: 0;
  width: 100vw;
} 
.prestations-grid .slick-track {
    min-width: 1400px !important;
}
.prestations-grid .slick-list {
    padding: 0 23vw 0 0;
    overflow: visible;
}
.prestation-card {
  border-radius: 15px;
  padding: 60px 40px 40px;
  margin-right: 15px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  min-height: 380px !important;
  min-width: 250px;
  transition: all ease-in-out 0.3s;
}
.prestation-card:hover {
  transform:translateY(-10px);
}
.prestation-card-1 {
  background-color: #D3ECEA;
}

.prestation-card-2 {
  background-color: #EBFE88;
}

.prestation-card-3 {
  background-color: #E1D3FE;
}

.prestation-card-4 {
  background-color: #FFEA97;
}

.prestation-card h3 {
  font-size: 20px;
  font-family: 'Archivo';
  font-weight: 600;
  margin-bottom: 20px;
}

.prestation-description {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}

.prestation-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prestation-description li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.prestation-description li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0C0400;
  font-weight: bold;
}

.section-prestations .cta-button {
  display: block;
}

.section-methodology {
  padding: 80px 0 200px;
  background-image: url('../img/bg-4.webp');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.methodology-header {
  text-align: center;
  margin-bottom: 80px;
}

.methodology-header h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 24px;
}

.methodology-header h2 em {
  font-family: 'Instrumentserif_Italic';
}

.methodology-subtitle {
  font-size: 18px;
  line-height: 28px;
  max-width: 600px;
  margin: 0 auto;
}

.methodology-steps {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.methodology-step {
  display: flex;
  flex-direction: row;
  width: 620px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-end;
  position: relative;
}
.methodology-steps .methodology-step:nth-child(2n+1){
  flex-direction: row-reverse;
  align-self: flex-start;
}
.methodology-step .step-number {
  width: 60px;
  height: 60px;
  border: 1px solid #0C0400;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 30px;
  font-weight: 400;
  flex-shrink: 0;
  position: relative;
  font-family: 'Instrumentserif';
  background-color: transparent;
}

.methodology-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 70px;
  width: 1px;
  height: 0;
  background-color: #0C0400;
  transition: all ease-in 0.8s;
}
.methodology-steps .methodology-step:nth-child(2n+1):not(:last-child)::after{
  right: 30px;
  left: unset;
}

.methodology-step.animate-now:not(:last-child)::after {
  height: calc(100% - 30px);
}
.step-content {
  width: 520px;
}

.step-content h3 {
  font-size: 25px;
  font-family: 'Archivo';
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
}

.step-description {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  
  text-align: left;
}
.methodology-steps .methodology-step:nth-child(2n+1) .step-content h3,
.methodology-steps .methodology-step:nth-child(2n+1) .step-content .step-description {
  text-align: right;

}
.section-why-seo {
  padding: 60px 0 120px;
}

.why-seo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-why-seo h2 {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 80px;
  text-align: center;
}

.section-why-seo h2 em {
  font-family: 'Instrumentserif_Italic';
}

.why-seo-features {
  width: 100%;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-block {
  width: 45%;
  margin-bottom: 50px;
}
.feature-block h4 {
  font-size: 23px;
  font-family: 'Archivo';
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-block p {
  font-size: 15px;
  line-height: 22px;
}

.section-faq {
  background-color: #FFF7D5;
  padding: 65px 60px;
  max-width: 1180px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 100px;
}

.faq-title {
  width: 35%;
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 20px 0 0;
}

.faq-title em {
  font-family: 'Instrumentserif_Italic';
}

.faq-list {
  width: 60%;
  padding: 0 0 0;
}

.faq-item {
  border-bottom: 1px solid rgba(12, 4, 0, 0.1);
  margin-bottom: 0;
  transition: all ease-in-out 0.3s;
}
/* .faq-item:hover {
  background-color: rgba(255, 234, 151, 0.3);

} */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
  
}
.faq-question h3 {
  font-size: 20px;
  font-family: 'Archivo';
  font-weight: 600;
  margin: 0;
  padding-right: 20px;
}
.faq-item.active .faq-question {
    padding-bottom: 20px;
}
.faq-toggle {
  height: 20px;
  width: 20px;
  position: relative;
}
.faq-toggle span img{
  width: 100%;
  object-fit: contain;
 }
.faq-toggle span{
      transition: opacity ease-in 0.3s, opacity ease-out 0s;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
        width: 100%;
    height: 100%;
}
.faq-item .minus{
  opacity: 0;
}
.faq-item.active .plus{
  opacity: 0;
}
.faq-item.active .minus{
  opacity: 1;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out 0.4s, padding ease-in-out 0.4s;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 30px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.page-template .section-cta-final {
  background-image: url('../img/bg-5.webp');
}
.page-template .section-cta-final .cta-button:hover {
  background-color: #D3ECEA;
}

/* Mobile Styles */
@media only screen and (max-width: 767px) {
  .seo-page .container.hero-container {
    padding: 0 6vw;
  }
  
  .seo-page .section-hero {
    flex-direction: column;
    align-items: center;
    padding: 22vw 0 0;
  }
  
  .seo-page .section-hero h1 {
    font-size: 10vw;
    margin-bottom: 4vw;
    text-align: center;
    line-height: 11vw;
    padding: 0 5vw;
  }
  .seo-page .section-hero h1 br{
    display: none;
  }
  .seo-page .section-hero p {
    font-size: 4vw;
    text-align: center;
    line-height: 5vw;
    padding: 0 5%;
    margin-bottom: 5vw;
  }
  
  .seo-page .hero-content {
    margin-bottom: 6vw;
    max-width: 100%;
  }

  .seo-page .hero-images {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
   .bg-word:after {
    height: 9vw;
    bottom: 1.5vw;
  }
  .page-template .section-clients {
    margin-top: 8vw;
    padding-bottom: 30vw;
    padding-top: 15vw;
  }
  .seo-page .image-box {
    width: 100%;
    height: 80vw;
    border-radius: 4vw;
  }

  .section-about-seo.container {
    padding: 15vw 0 12vw;
  }

  .about-seo-content {
    flex-direction: column;
    gap: 6vw;
    padding: 10vw 6vw 0vw;
  }

  .about-seo-image {
    width: 100%;
    order: 2;
  }

  .about-seo-image img {
    height: 80vw;
            object-fit: cover;
    border-radius: 4vw;
  }

  .about-seo-text {
    width: 100%;
    padding: 0 4vw;
    order: 1;
  }

  .about-seo-text h2 {
    font-size: 9vw;
    margin-bottom: 4vw;
    line-height: 11vw;
            max-width: 60vw;
  }
.about-seo-text h2 br{
  display: none;
}
  .about-seo-description p {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }
.section-prestations.container {
    padding: 4vw 0 20vw 6vw;
}

  .prestations-title {
    font-size: 9vw;
        margin-bottom: 8vw;
        line-height: 11vw;
        padding: 0 0;
        max-width: 60vw;
  }
.prestations-grid .slick-list {
    padding: 0 30vw 0 0;
}
  .prestations-grid {
    min-height: 105vw;
  }

      .prestation-card {
        padding: 10vw 6vw 6vw;
        border-radius: 4vw;
        min-height: 95vw !important;
                justify-content: flex-start;
    }
.prestation-card:hover {
  transform: unset;
}
  .prestation-card h3 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  p.prestation-description {
      font-size: 3.5vw;
      line-height: 5vw;
      margin-bottom: 0;
  }
  .prestation-description p,
  .prestation-description li {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 3vw;
  }

  .prestation-description li {
    padding-left: 4vw;
  }

  .section-methodology {
            padding: 15vw 6vw 30vw;
        margin-bottom: 15vw;
        background-image: url('../img/bg-4-m.webp');
  }

  .methodology-header {
    margin-bottom: 6vw;
  }

  .methodology-header h2 {
    font-size: 9vw;
    margin-bottom: 4vw;
    text-align: left;
    line-height: 10vw;
  }

  .methodology-subtitle {
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: left;
    padding: 0 0;
    max-width: 60vw;
    margin: 0 0;
  }

  .methodology-steps {
    gap: 8vw;
    padding: 0 0;
  }

  .methodology-step {
    gap: 6vw;
    width: 100%;
  }
  .methodology-steps .methodology-step:nth-child(2n+1) {
      flex-direction: row;
  }
  .methodology-steps .methodology-step:nth-child(2n+1):not(:last-child)::after {
    right: unset;
    left: 6vw;
  }
  .methodology-steps .methodology-step:nth-child(2n+1) .step-content h3, .methodology-steps .methodology-step:nth-child(2n+1) .step-content .step-description {
    text-align: left;
  }
  .methodology-step .step-number {
    width: 12vw;
    height: 12vw;
    line-height: 11vw;
    font-size: 6vw;
  }

  .methodology-step:not(:last-child)::after {
    left: 6vw;
    top: 15vw;
  }

  .methodology-step.animate-now:not(:last-child)::after {
    height: calc(100% - 15vw);
  }

  .step-content h3 {
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  .step-description p {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 3vw;
  }
section.section-why-seo.container {
  
    padding: 0 8vw 8vw;
  }

  .why-seo-content {
    flex-direction: column;
    gap: 10vw;
    width: 100%;
        align-items: flex-start;
  }

  .why-seo-content h2 {
    font-size: 9vw;
    margin-bottom: 4vw;
    line-height: 11vw;
    max-width: 65vw;
    text-align: left;
  }
.why-seo-content h2 br{
  display: none;
}
  .why-seo-description p {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }

  .why-seo-features {
    width: 100%;
    padding: 0 0;
  }
.feature-block {
    width: 100%;
    margin-bottom: 6vw;
}
  .feature-block h4 {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }

  .feature-block p {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .section-faq {
        max-width: 90%;
        padding: 15vw 6vw 10vw;
        flex-direction: column;
    }

  .faq-title {
    font-size: 9vw;
    margin-bottom: 8vw;
    line-height: 10vw;
    padding: 0 0vw;
        width: 100%;
  }

  .faq-list {
    padding: 0 0vw;
        width: 100%;
  }

  .faq-question {
    padding: 5vw 2vw;
  }
.faq-item.active .faq-question {
    padding-bottom: 5vw;
}
  .faq-question h3 {
    font-size: 4vw;
    line-height: 5.5vw;
    padding-right: 4vw;
  }

  .faq-toggle {
    height: 5vw;
    width: 5vw;
  }

  .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0vw 2vw 5vw; 
  }

  .faq-answer p {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .page-template .section-cta-final {
    background-image: url('../img/bg-5-m.webp');
  }
}
