.elementor-1705 .elementor-element.elementor-element-4dc14e0{--display:flex;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1705 .elementor-element.elementor-element-d3aaaf8 .elementor-menu-toggle{margin:0 auto;}.elementor-1705 .elementor-element.elementor-element-d3aaaf8 .elementor-nav-menu .elementor-item{font-family:"League Spartan", Sans-serif;font-weight:600;}.elementor-1705 .elementor-element.elementor-element-d3aaaf8{width:100%;max-width:100%;top:0px;}.elementor-1705 .elementor-element.elementor-element-d3aaaf8.elementor-element{--flex-grow:0;--flex-shrink:0;}body:not(.rtl) .elementor-1705 .elementor-element.elementor-element-d3aaaf8{left:0px;}body.rtl .elementor-1705 .elementor-element.elementor-element-d3aaaf8{right:0px;}.elementor-1705 .elementor-element.elementor-element-d3aaaf8 > .elementor-widget-container{background-color:#FFFFFF;}.elementor-1705 .elementor-element.elementor-element-c55088c{--display:flex;}.elementor-1705 .elementor-element.elementor-element-735863e{--display:flex;}.elementor-1705 .elementor-element.elementor-element-52366e8{--display:flex;}.elementor-1705 .elementor-element.elementor-element-97ecbb4{--display:flex;}.elementor-1705 .elementor-element.elementor-element-5ef1baa{--display:flex;}.elementor-1705 .elementor-element.elementor-element-e43a1fc{--display:flex;}.elementor-1705 .elementor-element.elementor-element-6402c21{--display:flex;}.elementor-1705 .elementor-element.elementor-element-cf06cf5{--display:flex;}.elementor-1705 .elementor-element.elementor-element-2535200{--display:flex;}.elementor-1705 .elementor-element.elementor-element-86643c7{--display:flex;}.elementor-1705 .elementor-element.elementor-element-1942fa8{--display:flex;}.elementor-1705 .elementor-element.elementor-element-02da572{--display:flex;}.elementor-1705 .elementor-element.elementor-element-182ed2a{--display:flex;}@media(max-width:1366px){.elementor-1705 .elementor-element.elementor-element-d3aaaf8{width:var( --container-widget-width, 1087.837px );max-width:1087.837px;--container-widget-width:1087.837px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-97a1928 */.hero-section {
  background: linear-gradient(145deg, #000000, #1a1a1a);
  color: white;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  animation: fadeIn 1.2s ease-in-out forwards;
  opacity: 0;
}

.text-area {
  flex: 1 1 50%;
  padding-right: 30px;
}

.text-area h1 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #FFD700;
}

.glow-text {
  color: #FFD700;
  text-shadow: 0 0 10px #FFD700, 0 0 20px rgba(255, 215, 0, 0.6);
}

.subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.hero-keywords {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.hero-keywords li {
  margin-bottom: 10px;
  font-weight: 500;
}

.cta-button {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  color: #000;
}

.gradient-button {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.gradient-button:hover {
  background: linear-gradient(135deg, #fff, #FFD700);
  color: #000;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
}

.image-area {
  flex: 1 1 40%;
  text-align: center;
}

.hero-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 30px rgba(255, 215, 0, 0.4));
  border-radius: 20px;
  transition: transform 0.5s ease-in-out;
}

.floating-image:hover .hero-image {
  transform: translateY(-10px);
}

/* Animations */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}

.fade-in {
  transform: translateY(40px);
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .hero-content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .text-area {
    flex: 1 1 100%;
    padding-right: 0;
  }

  .text-area h1 {
    font-size: 28px;
  }

  .subtitle {
    font-size: 16px;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 15px;
  }

  .image-area {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f031bac */.why-choose-section {
  background-color: #0d0d0d;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.section-title span {
  color: white;
}

.section-subtitle {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #cccccc;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.feature-box {
  background-color: #1a1a1a;
  border: 1px solid #333;
  padding: 30px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
}

.feature-box h3 {
  font-size: 20px;
  color: #FFD700;
  margin-bottom: 15px;
}

.feature-box p {
  color: #dddddd;
  font-size: 15px;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-084c86c */.seo-services-section {
  background-color: #111;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.seo-services-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.seo-services-section .section-title span {
  color: #fff;
}

.seo-services-section .section-subtitle {
  font-size: 18px;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.service-card h3 {
  font-size: 20px;
  color: #FFD700;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aceae93 */.seo-process-section {
  background-color: #0d0d0d;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.seo-process-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.seo-process-section .section-title span {
  color: #fff;
}

.seo-process-section .section-subtitle {
  font-size: 18px;
  color: #ccc;
  max-width: 750px;
  margin: 0 auto 50px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.step-box {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  border: 1px solid #333;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
}

.step-number {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #FFD700;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.step-box h3 {
  font-size: 20px;
  color: #FFD700;
  margin-bottom: 15px;
  padding-left: 30px;
}

.step-box p {
  color: #ddd;
  font-size: 15px;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6610d4 */.seo-case-studies-section {
  background-color: #111;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.seo-case-studies-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.seo-case-studies-section .section-title span {
  color: #fff;
}

.seo-case-studies-section .section-subtitle {
  font-size: 18px;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 50px;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.case-card {
  background-color: #1a1a1a;
  border: 1px solid #333;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
}

.case-card h3 {
  font-size: 20px;
  color: #FFD700;
  margin-bottom: 15px;
}

.case-card p {
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
}

.result-tag {
  display: inline-block;
  margin-top: 15px;
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4da4c31 */.local-seo-section {
  background-color: #0d0d0d;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.local-seo-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.local-seo-section .section-title span {
  color: #fff;
}

.local-seo-section .section-subtitle {
  font-size: 18px;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 50px;
}

.local-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.local-box {
  background-color: #1a1a1a;
  border: 1px solid #333;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.local-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.1);
}

.local-box h3 {
  font-size: 20px;
  color: #FFD700;
  margin-bottom: 10px;
}

.local-box p {
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
}

.local-seo-section .cta-button {
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.local-seo-section .cta-button:hover {
  background-color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4472fc0 */.client-testimonials-section {
  background-color: #111;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.client-testimonials-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.client-testimonials-section .section-title span {
  color: #fff;
}

.client-testimonials-section .section-subtitle {
  font-size: 18px;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 50px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-box {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 30px;
  font-size: 15px;
  color: #ddd;
  text-align: left;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: bold;
  color: #FFD700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d4a51d */.seo-pricing-section {
  background-color: #0d0d0d;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.seo-pricing-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.seo-pricing-section .section-title span {
  color: #fff;
}

.seo-pricing-section .section-subtitle {
  font-size: 18px;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 50px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.pricing-box {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  position: relative;
}

.pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.pricing-box h3 {
  font-size: 22px;
  color: #FFD700;
  margin-bottom: 15px;
}

.pricing-box .price {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.pricing-features {
  list-style: none;
  padding: 0;
  color: #ccc;
  margin-bottom: 20px;
}

.pricing-features li {
  margin-bottom: 10px;
}

.pricing-box .cta-button {
  background-color: #FFD700;
  color: #000;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.pricing-box .cta-button:hover {
  background-color: #fff;
  color: #000;
}

.popular {
  border: 2px solid #FFD700;
  position: relative;
}

.popular::before {
  content: "Populaire";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #FFD700;
  color: #000;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa8b7c3 */.seo-faq-section {
  background-color: #1a1a1a;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.seo-faq-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 40px;
}

.seo-faq-section .section-title span {
  color: #fff;
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  background-color: #0d0d0d;
  border: 1px solid #333;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.1);
}

.faq-question {
  font-size: 18px;
  color: #FFD700;
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2efb85f */.region-showcase-box {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  border-radius: 16px;
  text-align: center;
}

.region-showcase-box .service-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
}

.region-showcase-box .tagline {
  font-size: 16px;
  color: #ffc107;
  margin-bottom: 30px;
  font-weight: 500;
}

.region-showcase-box .service-description {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 15px;
  color: #ccc;
  line-height: 1.6;
}

.region-showcase-box .steps-heading {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 600;
}

.region-showcase-box .step {
  background: #111;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #222;
  transition: all 0.3s ease;
  text-align: left;
}

.region-showcase-box .step:hover {
  background: #1a1a1a;
}

.region-showcase-box .step h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}

.region-showcase-box .step p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
  line-height: 1.5;
}

.region-showcase-box .region-learn-link {
  display: inline-block;
  font-size: 14px;
  color: #ffc107;
  text-decoration: none;
  border-bottom: 1px dashed #ffc107;
  transition: all 0.3s ease;
  font-weight: 500;
}

.region-showcase-box .region-learn-link:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.region-showcase-box .final-cta {
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}

.region-showcase-box .cta-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffc107, #ff7f00);
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.region-showcase-box .cta-btn:hover {
  background: linear-gradient(135deg, #ff7f00, #ffc107);
  color: #111;
}

/* Responsive */
@media (max-width: 600px) {
  .region-showcase-box .service-title {
    font-size: 22px;
  }

  .region-showcase-box .tagline {
    font-size: 14px;
  }

  .region-showcase-box .steps-heading {
    font-size: 20px;
  }

  .region-showcase-box .step h4 {
    font-size: 16px;
  }

  .region-showcase-box .step p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-823ea8e */.seo-contact-section {
  background-color: #0d0d0d;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.seo-contact-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.seo-contact-section .section-title span {
  color: #fff;
}

.seo-contact-section .section-subtitle {
  font-size: 18px;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 50px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.contact-info {
  flex: 1 1 300px;
  text-align: left;
}

.contact-info a {
  color: #FFD700;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-form {
  flex: 1 1 400px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  background-color: #1a1a1a;
  border: 1px solid #444;
  color: #fff;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 15px;
}

.contact-form button {
  background-color: #FFD700;
  color: #000;
  padding: 14px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #fff;
  color: #000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2808069 */.seo-trust-section {
  background-color: #1a1a1a;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.seo-trust-section .section-title {
  font-size: 36px;
  color: #FFD700;
  margin-bottom: 20px;
}

.seo-trust-section .section-title span {
  color: #fff;
}

.seo-trust-section .section-subtitle {
  font-size: 18px;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 50px;
}

.trust-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.trust-logos-grid img {
  height: 60px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.trust-logos-grid img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79ab500 */.seo-footer {
  background-color: #0d0d0d;
  color: #ccc;
  padding: 60px 20px 30px;
  font-size: 14px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-column h4 {
  color: #FFD700;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #FFD700;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
  filter: brightness(1.2);
}

.social-icons a {
  font-size: 20px;
  margin-right: 15px;
  color: #FFD700;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 20px;
  color: #777;
}/* End custom CSS */