/* Local SEO Section CSS */
.local-seo-section {
  background: #343a40;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  color: #fff;
}

.local-seo-container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
  gap: 40px;
}

.local-seo-left {
  flex: 1;
}

.local-seo-left h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: white;
}

.local-seo-left .highlights {
  color: #fff;
  font-weight: bold;
}

.local-seo-left .para {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: white;
}

.local-seo-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.local-seo-points li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: 15px;
}

.local-seo-points li::before {
  content: "✔";
  color: #ffcb05;
  position: absolute;
  left: 0;
}

.local-seo-btn {
  display: inline-block;
  background: #fff;
  color: #0a47d3;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.local-seo-btn:hover {
  background: #ffcb05;
  color: #000;
}

/* Right Form */
.local-seo-right {
  flex: 1;
  background: #fff;
  color: #000;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.local-seo-right h3 {
  text-align: center;
  margin-bottom: 20px;
}

.local-seo-right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.local-seo-row {
  display: flex;
  gap: 10px;
}

.local-seo-right input,
.local-seo-right textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.local-seo-right textarea {
  resize: none;
  height: 100px;
}

.local-seo-right button {
  background: #ddd;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.local-seo-right button:hover {
  background: #0a47d3;
  color: #fff;
}

/* Responsive */
@media(max-width: 900px) {
  .local-seo-container {
    flex-direction: column;
  }
}


/* Local SEO Help Section */
.local-seo-help-section {
  background: #343a40;
  padding: 60px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
}

.local-seo-help-container {
  max-width: 1200px;
  margin: auto;
}

.local-seo-help-container h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.local-seo-help-container p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: white;
}

.local-seo-help-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.local-seo-help-card {
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 25px 20px;
  flex: 1;
  min-width: 250px;
  max-width: 320px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  transition: 0.3s;
}

.local-seo-help-card:hover {
  transform: translateY(-8px);
}

.local-seo-help-card img {
  width: 50px;
  margin-bottom: 15px;
}

.local-seo-help-card h3 {
  font-size: 20px;
  color: white;
  margin-bottom: 12px;
 
}

.local-seo-help-card p {
  font-size: 14px;
  line-height: 1.6;

}

/* Responsive */
@media(max-width: 900px) {
  .local-seo-help-cards {
    flex-direction: column;
    align-items: center;
  }
}
/* Local SEO CTA Section */
.local-seo-cta-section {
  background: #fff;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.local-seo-cta-container {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 40px 30px;
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.local-seo-cta-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.local-seo-cta-text h2 span {
  color: #2d2da8;
}

.local-seo-cta-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.local-seo-cta-button a {
  display: inline-block;
  background: #343a40;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

.local-seo-cta-button a:hover {
  background: #ffcb05;
  color: #000;
}

/* Responsive */
@media(max-width: 900px) {
  .local-seo-cta-container {
    flex-direction: column;
    text-align: center;
  }
}
/* ---- Case Studies Section ---- */
.case-studies-section {
  font-family: Arial, sans-serif;
  padding: 50px 20px;
  background: #fff;
  color: #333;
}

.case-studies-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.case-studies-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.case-studies-subtitle {
  font-size: 22px;
  color: #444;
  margin-bottom: 20px;
}

.case-studies-desc {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 30px;
  margin-top: 10px;
}
.case-studies-grid a{
text-decoration: none;
color: black;
}
.case-card {
  background: #f5faff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  text-align: left;
}

.client-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.client-logo {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.case-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.case-table thead th {
  background: #343a40;
  color: #fff;
  padding: 8px;
  text-align: left;
}

.case-table td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.case-table tbody tr:nth-child(even) {
  background: #eef5ff;
}

/* Responsive */
@media (max-width: 768px) {
  .case-studies-desc {
    font-size: 14px;
  }
  .case-table td, .case-table th {
    font-size: 13px;
  }
}

/* --- Start Project Section --- */
.start-project-section {
  background: #343a40;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.start-project-container {
  max-width: 900px;
  margin: 0 auto;
}

.start-project-subtitle {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
}

.start-project-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.start-project-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.start-project-form input {
  flex: 1;
  min-width: 220px;
  padding: 12px 15px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
}

.start-project-form button {
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  background: #002b80;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.start-project-form button:hover {
  background: #001a66;
}

/* Responsive */
@media (max-width: 768px) {
  .start-project-title {
    font-size: 22px;
  }
  .start-project-form {
    flex-direction: column;
    gap: 12px;
  }
  .start-project-form input, 
  .start-project-form button {
    width: 100%;
  }
}


/* ====== SEO Writing Club content styles (scoped, non-clashing) ====== */
.swc-section {
  --swc-max-width: 1100px;
  padding: 56px 20px;
  background: #fbffff; /* soft off-white similar to screenshot */
  color: #111827;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.swc-container {
  max-width: var(--swc-max-width);
  margin: 0 auto;
  line-height: 1.75;
}

/* Headings */
.swc-main-title {
  font-size: 32px;
  text-align: center;
  margin: 0 0 22px 0;
  font-weight: 800;
  color: #0f2140; /* deep navy */
  letter-spacing: -0.2px;
}

.swc-subtitle {
  font-size: 20px;
  margin-top: 26px;
  margin-bottom: 14px;
  color: #0f2140;
  font-weight: 700;
}

/* Paragraphs */
.swc-lead {
  max-width: 950px;
  margin: 0 auto 18px auto;
  font-size: 16px;
  color: #222;
  text-align: left;
}

.swc-paragraph {
  font-size: 15px;
  color: #222;
  margin-bottom: 16px;
  text-align: left;
}

/* Call to action paragraph */
.swc-cta {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 600;
  color: #212529;
}

/* Make strong elements stand out but still inherit styles */
.swc-section strong {
  color: #0b2a63;
  font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .swc-main-title {
    font-size: 26px;
  }
  .swc-lead, .swc-paragraph, .swc-cta {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  .swc-main-title {
    font-size: 22px;
  }
  .swc-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .swc-lead, .swc-paragraph {
    font-size: 14px;
  }
}

/* ===== Preventing global style clash: ensure very specific selectors only under .swc-section ===== */
/* (No global tag styles are modified outside this section.) */




    /* Scoped Styles for Testimonials Slider */
    #seo-testimonials-slider {
      font-family: "Poppins", Arial, sans-serif;
      background: #faf8f6;
      padding: 60px 20px;
      text-align: center;
    }

    #seo-testimonials-slider h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 40px;
      color: #222;
    }

    .swiper {
      width: 100%;
      max-width: 1150px;
      margin: auto;
      padding-bottom: 60px;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 16px;
      padding: 30px 25px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      width: 320px;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .testimonial-user {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .testimonial-avatar {
      background: #d4a373;
      color: #fff;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 1rem;
      margin-right: 12px;
    }

    .testimonial-name {
      font-weight: 600;
      font-size: 1.1rem;
      color: #222;
    }

    .testimonial-role {
      font-size: 0.9rem;
      color: #888;
    }

    .testimonial-text {
      font-size: 0.95rem;
      color: #444;
      line-height: 1.6;
      margin-top: 10px;
    }

    /* Swiper arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #d4a373;
    }

    .swiper-pagination-bullet-active {
      background: #d4a373;
    }

    @media (max-width: 768px) {
      #seo-testimonials-slider h2 {
        font-size: 1.6rem;
      }
      .testimonial-card {
        width: 90%;
        padding: 25px 20px;
      }
    }
    
    
    /* --- Start Project Section --- */
.start-project-section {
  background: #343a40;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.start-project-section h4{
    color: white;
}

.start-project-section h2{
    color: white;
}
.start-project-container {
  max-width: 900px;
  margin: 0 auto;
}

.start-project-subtitle {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
}

.start-project-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.start-project-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.start-project-form input {
  flex: 1;
  min-width: 220px;
  padding: 12px 15px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;

}

.start-project-form button {
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  background: #002b80;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.start-project-form button:hover {
  background: #001a66;
}

/* Responsive */
@media (max-width: 768px) {
  .start-project-title {
    font-size: 22px;
  }
  .start-project-form {
    flex-direction: column;
    gap: 12px;
  }
  .start-project-form input, 
  .start-project-form button {
    width: 100%;
  }
}
