.elementor-1678 .elementor-element.elementor-element-0fcd590{--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-1678 .elementor-element.elementor-element-f00d564{width:100%;max-width:100%;}.elementor-1678 .elementor-element.elementor-element-f00d564 > .elementor-widget-container{background-color:#FFFFFF;}.elementor-1678 .elementor-element.elementor-element-f00d564.elementor-element{--align-self:center;}.elementor-1678 .elementor-element.elementor-element-f00d564 .elementor-menu-toggle{margin:0 auto;}.elementor-1678 .elementor-element.elementor-element-f00d564 .elementor-nav-menu .elementor-item{font-family:"League Spartan", Sans-serif;font-weight:600;}.elementor-1678 .elementor-element.elementor-element-60e7a71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1678 .elementor-element.elementor-element-2963457{--display:flex;}.elementor-1678 .elementor-element.elementor-element-07b9241{--display:flex;}.elementor-1678 .elementor-element.elementor-element-3a51b6d{--display:flex;}.elementor-1678 .elementor-element.elementor-element-6a93387{--display:flex;}.elementor-1678 .elementor-element.elementor-element-49d2dc2{--display:flex;}.elementor-1678 .elementor-element.elementor-element-043c424{--display:flex;}.elementor-1678 .elementor-element.elementor-element-ee9b714{--display:flex;}.elementor-1678 .elementor-element.elementor-element-336bec1{--display:flex;}.elementor-1678 .elementor-element.elementor-element-621e734{--display:flex;}.elementor-1678 .elementor-element.elementor-element-5b00310{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-47d888e *//* Hero Section */
.hero-section {
  background: #0d0d0d;
  padding: 100px 20px 80px;
  color: #fff;
}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.hero-text {
  flex: 1;
  min-width: 300px;
  padding-right: 30px;
}

.hero-text h1 {
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
}

.hero-text h1 span {
  color: #ffd700;
}

.hero-text p {
  font-size: 1.2rem;
  margin-top: 20px;
  color: #ccc;
}

.hero-buttons {
  margin-top: 30px;
}

.btn {
  display: inline-block;
  padding: 14px 30px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
  margin-bottom: 10px;
}

.btn.primary {
  background: #ffd700;
  color: #0d0d0d;
}

.btn.primary:hover {
  background: #ffcc00;
}

.btn.secondary {
  background: transparent;
  border: 2px solid #00ccff;
  color: #00ccff;
}

.btn.secondary:hover {
  background: #00ccff;
  color: #0d0d0d;
}

.hero-image {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.hero-image img {
  max-width: 300px;
  border-radius: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13ca2c4 *//* Trust Section */
.trust-section {
  background: #111;
  padding: 80px 20px;
  color: #f5f5f5;
}

.trust-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.trust-left {
  flex: 1;
  min-width: 280px;
  padding-right: 30px;
}

.trust-left h2 {
  font-size: 2.2rem;
  color: #ffd700;
  margin-bottom: 15px;
}

.trust-left p {
  font-size: 1.1rem;
  color: #ccc;
}

.trust-rating {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-rating .stars {
  font-size: 1.5rem;
  color: #00ccff;
}

.trust-rating p {
  color: #aaa;
  margin: 0;
}

.trust-logos {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.trust-logos img {
  width: 80px;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.trust-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92232ea *//* Why Local SEO Section */
.why-local-seo {
  background: #0d0d0d;
  color: #f5f5f5;
  padding: 80px 20px;
}

.why-local-seo h2 {
  font-size: 2.4rem;
  text-align: center;
  color: #ffd700;
  margin-bottom: 10px;
}

.subheading {
  text-align: center;
  color: #ccc;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.benefit-box {
  background: #111;
  border-left: 4px solid #00ccff;
  padding: 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.benefit-box:hover {
  background: #151515;
  transform: translateY(-5px);
}

.benefit-box h3 {
  color: #ffd700;
  margin-bottom: 10px;
}

.benefit-box p {
  color: #ccc;
}

.cta-inline {
  text-align: center;
  margin-top: 50px;
}

.cta-inline .btn {
  font-size: 1rem;
  padding: 14px 28px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-100585a */body {
  background: #000;
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}

.evolution-section {
  background-color: #0d0d0d;
  padding: 60px 20px;
}

.evolution-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

.evolution-content {
  flex: 1 1 500px;
  max-width: 600px;
}

.evolution-content h2 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #fff;
}

.evolution-content h2 span {
  color: #00ffcc;
}

.evolution-content p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 18px;
}

.evolution-checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.evolution-checklist li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff;
  display: flex;
  align-items: center;
}

.evolution-checklist i {
  color: #00ffcc;
  margin-right: 12px;
}

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #00ffcc;
  color: #000;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #00e6b8;
}

.cta-gradient {
  background: linear-gradient(135deg, #0073ff, #00c2ff);
  color: #fff !important;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 115, 255, 0.4);
}

.cta-gradient:hover {
  background: linear-gradient(135deg, #005dc1, #00a8d4);
  transform: scale(1.05);
}

.evolution-image {
  flex: 1 1 400px;
  text-align: center;
}

.evolution-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 255, 204, 0.15);
}

/* Mobile */
@media (max-width: 768px) {
  .evolution-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .evolution-content {
    max-width: 100%;
  }

  .evolution-image {
    margin-bottom: 30px;
  }

  .evolution-content h2 {
    font-size: 26px;
  }

  .evolution-content p,
  .evolution-checklist li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-283ffc6 *//* Local SEO Services Section */
.local-seo-services {
  background: #111;
  color: #f5f5f5;
  padding: 80px 20px;
}

.local-seo-services h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #ffd700;
  margin-bottom: 10px;
}

.local-seo-services .subheading {
  text-align: center;
  color: #ccc;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.service-box {
  background: #0d0d0d;
  border-left: 4px solid #00ccff;
  padding: 25px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.service-box:hover {
  background: #1a1a1a;
  transform: translateY(-5px);
}

.service-box h3 {
  color: #ffd700;
  margin-bottom: 12px;
}

.service-box p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2562c2b *//* SEO Packages Section */
.seo-packages {
  background: #0d0d0d;
  color: #f5f5f5;
  padding: 80px 20px;
}

.seo-packages h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #ffd700;
  margin-bottom: 10px;
}

.seo-packages .subheading {
  text-align: center;
  color: #ccc;
  margin-bottom: 50px;
  font-size: 1.1rem;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.package-box {
  background: #111;
  border: 2px solid #222;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.package-box:hover {
  transform: translateY(-6px);
  border-color: #00ccff;
}

.package-box h3 {
  color: #00ccff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.package-box .price {
  font-size: 1.8rem;
  color: #ffd700;
  margin: 10px 0 20px;
}

.package-box ul {
  list-style: none;
  padding: 0;
  color: #ccc;
  font-size: 1rem;
}

.package-box ul li {
  margin-bottom: 10px;
}

.package-box.highlight {
  background: #001a33;
  border-color: #00ccff;
}

.badge {
  background: #ffd700;
  color: #111;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-left: 8px;
  vertical-align: middle;
}

.pricing-cta {
  text-align: center;
  margin-top: 50px;
}

.pricing-cta .btn {
  font-size: 1rem;
  padding: 14px 28px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c98fe9 *//* SEO Roadmap Section */
.seo-roadmap {
  background: #111;
  color: #f5f5f5;
  padding: 80px 20px;
}

.seo-roadmap h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #ffd700;
  margin-bottom: 10px;
}

.seo-roadmap .subheading {
  text-align: center;
  color: #ccc;
  margin-bottom: 50px;
  font-size: 1.1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.roadmap-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 900px;
  margin: auto;
}

.roadmap-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #0d0d0d;
  border-left: 4px solid #00ccff;
  padding: 25px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.roadmap-step:hover {
  background: #1a1a1a;
}

.step-number {
  background: #00ccff;
  color: #0d0d0d;
  font-weight: bold;
  font-size: 1.2rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.step-content h3 {
  color: #ffd700;
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.step-content p {
  color: #ccc;
  margin: 0;
  font-size: 1rem;
}

.cta-inline {
  text-align: center;
  margin-top: 50px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bddba1a *//* Client Reviews Section */
.client-reviews {
  background: #0d0d0d;
  color: #f5f5f5;
  padding: 80px 20px;
}

.client-reviews h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #ffd700;
  margin-bottom: 10px;
}

.client-reviews .subheading {
  text-align: center;
  color: #ccc;
  margin-bottom: 50px;
  font-size: 1.1rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.review-grid blockquote {
  background: #111;
  padding: 25px;
  border-left: 4px solid #00ccff;
  border-radius: 6px;
  font-style: italic;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #ccc;
}

.review-grid blockquote:hover {
  background: #1a1a1a;
}

.review-grid cite {
  display: block;
  margin-top: 15px;
  font-style: normal;
  color: #00ccff;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61e42de *//* Final CTA Section */
.final-cta {
  background: #0d0d0d;
  color: #f5f5f5;
  padding: 80px 20px;
  text-align: center;
}

.final-cta h2 {
  font-size: 2.4rem;
  color: #ffd700;
  margin-bottom: 15px;
}

.final-cta .subheading {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto 40px;
}

.cta-buttons {
  margin-bottom: 40px;
}

.cta-buttons .btn {
  display: inline-block;
  padding: 14px 28px;
  margin: 10px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cta-buttons .btn.primary {
  background: #ffd700;
  color: #111;
}

.cta-buttons .btn.primary:hover {
  background: #ffcc00;
}

.cta-buttons .btn.secondary {
  background: transparent;
  border: 2px solid #00ccff;
  color: #00ccff;
}

.cta-buttons .btn.secondary:hover {
  background: #00ccff;
  color: #0d0d0d;
}

.internal-links {
  margin-top: 40px;
}

.internal-links h3 {
  color: #00ccff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.internal-links ul {
  list-style: none;
  padding: 0;
}

.internal-links ul li {
  margin: 10px 0;
}

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

.internal-links ul li a:hover {
  color: #ffd700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0b3877 *//* FAQ Section */
.faq-section {
  background: #111;
  color: #f5f5f5;
  padding: 80px 20px;
}

.faq-section h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #ffd700;
  margin-bottom: 10px;
}

.faq-section .subheading {
  text-align: center;
  color: #ccc;
  margin-bottom: 50px;
  font-size: 1.1rem;
}

.faq-list {
  max-width: 900px;
  margin: auto;
}

.faq-list details {
  background: #0d0d0d;
  padding: 20px;
  border-left: 4px solid #00ccff;
  margin-bottom: 15px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.faq-list details:hover {
  background: #1a1a1a;
}

.faq-list summary {
  font-weight: bold;
  font-size: 1.1rem;
  color: #ffd700;
  cursor: pointer;
}

.faq-list p {
  margin-top: 10px;
  color: #ccc;
  font-size: 1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7943b6 *//* Footer Styling */
.footer {
  background: #0d0d0d;
  color: #ccc;
  padding: 60px 20px 20px;
  font-size: 0.95rem;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-column h4 {
  color: #ffd700;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

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

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

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

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

.footer-about {
  color: #aaa;
  line-height: 1.5;
  margin-top: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #222;
  color: #666;
}

.footer-bottom a {
  color: #00ccff;
  text-decoration: none;
}/* End custom CSS */