/* 1st banner section localseopage*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f9fbff;
  color: #0a2a66;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 49vh;
  background: linear-gradient(to bottom right, #f3f7fd, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  bottom: -48px;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero-content h1 span {
  display: block;
  font-weight: 700;
  color: #003c74;
}

.hero-content p {
  font-size: 1rem;
  color: #444;
  margin-top: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.cta-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #d4145a, #3a63f1);
  color: white;
  font-weight: bold;
  font-family: 'Segoe UI', sans-serif;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-button a:hover {
  transform: scale(1.05);
}

.cta-button .arrow {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

/* 📞 Call Now Inline Button */
.call-now-inline {
  background: linear-gradient(90deg, #00b894, #0984e3);
}

.call-now-inline:hover {
  background-color: #00cec9;
}

/* Call Now Fixed Vertical Button (optional if used elsewhere) */
.call-now {
  position: fixed;
  top: 40%;
  right: 0;
  background: linear-gradient(90deg, #d4145a, #3a63f1);
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  transition: background 0.3s ease;
}

.call-now:hover {
  background-color: #3a10a6;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .cta-button {
    flex-direction: column;
    gap: 1rem;
  }

  .cta-button a {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }

  .call-now {
    font-size: 0.8rem;
    padding: 0.8rem;
    top: 35%;
  }
}


/* @media (max-width: 768px) {
  .menu-toggle {
    right: 1rem;
    top: 1rem;
  }

  .call-now {
    right: 0;
    top: 35%;
    font-size: 0.75rem;
    padding: 0.6rem;
    z-index: 9999;
  }

  .hero-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
} */
/* end */

/* cta 2nd section dominate localseopage */
/* CTA Stats Section */
.cta-stats-section {
  background: linear-gradient(to bottom, #0072d9, #001e4f);
  color: white;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 22px;
}

.cta-stats-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.cta-stats-content p {
  font-size: 1rem;
  color: #e0e0e0;
  margin-bottom: 2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-box {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 1.5rem;
  text-align: left;
}

.stat-box:first-child {
  border-left: none;
  padding-left: 0;
}

.stat-box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fdbd3f;
}

.stat-box h4 {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
  color: #ffffff;
}

.stat-box p {
  font-size: 0.9rem;
  color: #e0e0e0;
}

/* Responsive */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .cta-stats-content h2 {
    font-size: 1.8rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .stat-box {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
}

/* end */

/* 3rd section our local seo/localseopage */
.container-1 {
  max-width: 1200px;
  margin: 21px auto;
}

.section-header {
  text-align: center;
  /* padding-left: 314px; */
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  font-weight: bold;
  font-size: 50px;
  color: #0a2c52;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 16px;
  color: #000000;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.section-wrapper {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

.seo-service-tabs {
  width: 30%;
  background: #f1f6ff;
  padding: 30px 20px;
  min-width: 280px;
}

.seo-service-tabs ul {
  list-style: none;
}

.seo-service-tabs li {
  padding: 13px 11px;
  margin-bottom: 10px;
  background: #e3eeff;
  border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: large;
}

.seo-service-tabs li.active {
  background: linear-gradient(90deg, #d4145a, #3a63f1);
  color: #ffffff;
}

.seo-service-details {
  width: 70%;
  padding: 30px;
  background: #e7f0ff;
  min-width: 300px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 15px;
}

.tab-content ul {
  list-style: none;
}

.tab-content li {

  color: grey;
  font-weight: bold;
  /* font-size: large; */
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}

.tab-content li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d4ed4;
  font-weight: bold;
}

@media (max-width: 768px) {
  .section-wrapper {
    flex-direction: column;
  }

  .seo-service-tabs,
  .seo-service-details {
    width: 100%;
  }

  .seo-service-tabs li {
    text-align: center;
    font-size: 14px;
  }
}

/* end */

/* 4th section is business localseopage */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.local-search-ready {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 5%;
  flex-wrap: wrap;
}

.local-search-text {
  flex: 1;
  min-width: 300px;
  margin-top: -107px;
  /* margin-top: -40px; */
}

.local-search-text h2 {
  font-size: 32px;
  color: #003B8F;
  font-weight: 700;
  margin-bottom: 20px;
}

.local-search-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.local-search-image {
  flex: 1;
  min-width: 300px;
}

.local-search-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .local-search-ready {
    flex-direction: column;
    text-align: center;
    padding: 109px 20px;
    margin-bottom: -64px;
  }

  .local-search-text h2 {
    font-size: 26px;
  }

  .local-search-text p {
    font-size: 15px;
  }
}

/* end */

/* why choose us section localseopage */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: -13px;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
  /* 🟢 this makes both sections same height */
}

/* .left,
.right {
  flex: 0 0 48%; */


.left,
.right {
  flex: 1 1 50%;
  max-width: 50%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -50px;
}



.left h2,
.right h2 {
  font-weight: bold;
}

.left h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  color: #050469;
}

.right > div:first-child h2 {
  font-size: 22px;
  color: #050469;
}

.right > div:first-child p {
  font-size: 16px;
  color: #050469;
  line-height: 1.6;
}

.case-studies {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.slide img {
  width: 100%;
  height: 200px; /* You can change to 250px if more space is needed */
  object-fit: cover; /* Ensures images fill the space nicely */
  border-radius: 10px;
}


.slide h3 {
  font-size: 1.2rem;
  margin-bottom: 11px;
  padding: 15px;
}

.slide button {
  padding: 10px 20px;
  background: linear-gradient(90deg, #d4145a, #3a63f1);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slide button:hover {
  background-color: #00cec9;
}


/* Q&A Section */
.qa {
  margin-top: 20px;
}

.qa-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.qa-question-answer-wrapper {
  display: block;
}

.qa-question {
  font-size: large;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.qa-question:hover {
  background-color: #f5f5f5;
}

.qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  padding: 0 10px;
  color: #333;
  opacity: 0;
}

.qa-question:hover+.qa-answer {
  max-height: 200px;
  opacity: 1;
}

.icon {
  font-weight: bold;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    padding: 10px;
  }

  .left,
  .right {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .qa-question,
  .slide {
    text-align: left;
  }

}



/* end */

/* turning ambitions/localseopage */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.industry-section {
  text-align: center;
  padding: 16px 20px;
}

.industry-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.industry-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.industry-card {
  position: relative;
  width: 180px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.industry-card:hover {
  transform: scale(1.03);
}

.industry-card .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
  transition: filter 0.3s ease;
}

.industry-card .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: left center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s ease;
}

.industry-card .content {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.industry-card .content p {
  color: white;
}

.industry-card:hover .content {
  opacity: 1;
}

.industry-card:hover .title {
  opacity: 0;
}

.industry-card .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.industry-card .content p {
  font-size: 14px;
}

/* Mobile view - tap to show content */
@media (max-width: 768px) {
  .industry-grid {
    flex-direction: column;
    align-items: center;
  }

  .industry-card {
    width: 90%;
    height: 250px;
  }

  .industry-card .title {
    transform: rotate(0deg);
    top: 20px;
    left: 20px;
    text-align: left;
  }

  .industry-card .content {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    justify-content: flex-end;
    padding: 20px;
  }

  .industry-card .content h3 {
    font-size: 18px;
  }

  .industry-card .content p {
    font-size: 13px;
  }
}

/* end*/

/* over clients localseopage */
/* ====== Section Style ====== */
.testimonial-section {
  padding: 12px 20px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.swiper {
  padding-bottom: 30px;
  /* width: 65rem; */
}

.swiper1 {
  padding-bottom: 30px;
  width: 52rem;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-logo {
  width: 300px;
  height: 100px;
  object-fit: contain;
  margin: 0;
}

/* Pagination dots positioning */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Responsive: make logos smaller only on very small screens */
@media (max-width: 576px) {
  .testimonial-logo {
    width: 200px;
    height: 80px;
  }
}




/* end */

/* faq section localseopage */
.faq-section {
  max-width: 900px;
  margin: -9px auto;
  padding: 20px;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #003B8F;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-question {
  font-weight: bold;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* font-weight: 600; */
  font-size: 18px;
  background: #ffffff;
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
  color: #003B8F;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #f9fbff;
  font-size: 16px;
  color: #555;
}

.faq-item.active .faq-answer {
  padding: 16px 20px;
  max-height: 300px;
  /* enough height to show answer */
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  /* converts + into × (cross) */
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 26px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 15px;
  }
}

/* end */

/* faetures in section */
.featured-section {
  padding: 2px 20px;
  text-align: center;
  background: linear-gradient(to right, #f3f7fd, #e9effa);
  /* New background added */
}

.featured-title {
  font-size: 32px;
  font-weight: bold;
  color: #003B8F;
  margin-bottom: 40px;
}

.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.logo-track img {
  height: 50px;
  width: auto;
  margin: 0 30px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-track img:hover {
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .logo-track img {
    height: 40px;
    margin: 0 20px;
  }

  .featured-title {
    font-size: 24px;
  }
}


/* end */

/* form section */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.form-section {
  background-color: #f0f8ff;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.form-wrapper {
  display: flex;
  width: 90%;
  max-width: 1100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  align-items: stretch;
}

.form-image,
.form-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Equal height fix */
.form-image {
  display: flex;
}

.form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-content {
  background-color: #f0f8ff;
  padding: 40px 30px;
  justify-content: center;
}

/* Form Styling */
.form-content h2 {
  font-size: 26px;
  font-weight: bold;
  color: #003b8f;
  margin-bottom: 10px;
}

.form-content p {
  margin-bottom: 20px;
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.form-row input {
  flex: 1;
}

input,
select,
textarea {
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  resize: none;
  height: 100px;
}

.submit-btn {
  padding: 14px;
  background-color: #003B8F;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background-color: #0056cc;
}

.form-wrapper {
  display: flex;
  width: 90%;
  max-width: 1100px;
  align-items: stretch;
  height: auto;
  min-height: 100%;
}

.form-image,
.form-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%; /* ✅ add this */
}

.form-content {
  justify-content: center;
  padding: 40px 30px;
  background-color: #f0f8ff;
}



/* Responsive */
@media (max-width: 768px) {
  .form-wrapper {
    flex-direction: column;
  }

  .form-image {
    height: 250px;
  }

  .form-image img {
    object-fit: cover;
  }
}

/* clients review */
.ul-reviews-2 {
  overflow: hidden;
}

.ul-reviews-2-container {
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.ul-reviews-2-slider {
  padding: 80px;
  margin: -80px;
}
.ul-reviews-2-slider .swiper-slide {
  opacity: 0;
  transition: 0.3s ease;
}
.ul-reviews-2-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.ul-reviews-2-slider-nav {
  gap: clamp(7px, 0.53vw, 10px);
  position: relative;
  z-index: 2;
}
.ul-reviews-2-slider-nav button {
  aspect-ratio: 1/1;
  width: clamp(46px, 2.94vw, 56px);
  background-color: var(--ul-2-primary);
  color: var(--white);
  border-radius: 6px;
}

.ul-review-2 {
  box-shadow: 0px 0px 60px 20px rgba(50, 50, 71, 0.05);
  border-radius: 10px;
  padding: clamp(15px, 1.84vw, 35px) clamp(15px, 1.05vw, 20px);
  display: flex;
  gap: clamp(18px, 1.84vw, 35px);
}
.ul-review-2 .ul-review-txt {
  margin-bottom: clamp(8px, 0.63vw, 12px);
}
.ul-review-2 .ul-review-reviewer-name {
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-review-2 .ul-review-reviewer-role {
  font-weight: 700;
  color: var(--ul-2-gray);
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
.ul-review-2 .ul-review-reviewer-img {
  position: absolute;
  right: clamp(15px, 1.58vw, 30px);
  bottom: calc(0% - clamp(22px, 2.21vw, 42px));
  background-color: var(--white);
  border: 2px dashed rgba(219, 219, 219, 0.8);
  padding: clamp(8px, 0.79vw, 15px);
}
.ul-review-2 .ul-review-reviewer-img img {
  border-radius: 50%;
  width: clamp(68px, 4.1vw, 78px);
}
.ul-review-2 .ul-review-rating i {
  background: linear-gradient(85.89deg, #49478C 7.82%, #9756FF 117.28%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ul-reviews-2-slider {
  padding: 80px;
  margin: -80px;
}
.ul-reviews-2-slider .swiper-slide {
  opacity: 0;
  transition: 0.3s ease;
}
.ul-reviews-2-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.ul-reviews-2-slider-nav {
  gap: clamp(7px, 0.53vw, 10px);
  position: relative;
  z-index: 2;
}
.ul-reviews-2-slider-nav button {
  aspect-ratio: 1/1;
  width: clamp(46px, 2.94vw, 56px);
  background-color: var(--ul-2-primary);
  color: var(--white);
  border-radius: 6px;
}


/* clients reviews css */




