title-ppc-section1 h1{font-family:'Montserrat', sans-serif;}



.sub_hed {
  font-size: 25px;
}


.title-ppc-section2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800 !important;
    font-style: normal;
    font-size: 35px;
}
.title-ppc-section3 h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800 !important;
    font-style: normal;
    font-size: 35px;
}



@media screen and (max-width: 767px) {

  .ppc-section1,
  .seo-serices-section {
    padding: 20px 0;
    margin-top: 31px;
    
  }


}

@media screen and (max-width: 480px) {
    .title-ppc-section1 {
        font-size: 30px;
    }
}

.seo-service-card {
  /* display: flex; */
  align-items: flex-start;
  gap: 15px;
  border-bottom:5px solid #0588CA;
  border-left: 1px solid #a7a7a794;
  border-right: 1px solid #a7a7a794;
  border-radius:20px;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease;
}

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

.seo-icon {
  flex-shrink: 0;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.seo-icon img{
  width: 100%;
  height: auto;
  color: #0588ca;
  font-size: 24px;
  padding-bottom: 14px !important;
  border-radius: 10px;
}

.seo-service-card h4 {
  padding-top: 05px;
  padding-bottom: 10px;
  padding: 0 10px;
  font-size: 21px;
  margin: 0 0 8px;
  font-weight: 600;
}

.seo-service-card p {
padding-top: 05px;
  padding: 0 10px;
   padding-bottom: 10px;
  font-size: 14px;
  margin: 0;
  color: #555;
}

































/* search-engine-bottom-div */

.search-engine-bottom-div {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
}

.search-engine-bottom-div:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.bottom-sem-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f1f1f100;
  padding: 10px;
  margin-bottom: 15px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .bottom-sem-img {
    width: 80px !important;
    height: 80px !important;
    margin: 0px auto 10px;
  }
}


.search-engine-bottom-div:hover .bottom-sem-img {
  transform: scale(1.1);
}

.search-engine-bottom-div h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.search-engine-bottom-div p {
  font-size: 15px;
  color: #555;
}




/* ---cta2 */
/* .testimonials-sect */

.testimonials-sect {
  background-color: #05336E;
  color: white;
  padding: 50px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

/* Background Circles */
.testimonials-sect::before,
.testimonials-sect::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

.testimonials-sect::before {
  width: 200px;
  height: 200px;
  background: #23AAED;
  top: -126px;
  right: 35%;
}

.testimonials-sect::after {
  width: 300px;
  height: 300px;
  background: #fff;
  bottom: -90px;
  right: -4%;
}

.testimonials-heading span {
  color: #FFC107;
}

.testimonials-btn {
  background-color: #ffffff;
  color: #05336E;
  font-weight: 500;
  padding: 18px 20px;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  display: inline-block;
  /* margin-top: 20px; */
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.testimonials-btn:hover {
  background-color: #FFC107;
  color: #05336E;
}

.rating-box {
  background-color: #0A4DA3;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 200px;
  width: 250px;
  z-index: 1;
}

.rating-box h3 {
  font-size: 2.5rem;
  margin: 10px 0;
  color: #fff;
}

.rating-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  max-width: 100%;
  z-index: 1;
}

.testimonials-heading {
  font-size: 35px;
  width: 60% !important;
  margin-bottom: 20px;
  text-align: left !important;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials-sect {
    text-align: center;
    padding: 30px 20px;
    min-height: auto;
  }

  .rating-box {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 300px;
  }

  .testimonials-heading {
    width: 100% !important;
    margin-bottom: 20px;
    text-align: center !important;
  }

  .rating-image {
    display: none;
    /* Mobile pe hide ho jayegi */
  }

  .testimonials-sect::before {
    width: 200px;
    height: 200px;
    background: #3DDAD7;
    top: -145px;
    right: 63%;
  }

  .testimonials-sect::after {
    width: 150px;
    height: 150px;
    background: #FFD93D;
    bottom: -73px;
    right: -12%;
  }
}


/* end */

/* cardsection */



.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 250px;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover img {
  transform: scale(1.1);
}

.service-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: rgb(0 0 0 / 52%);
  text-align: center;
  transition: all 0.3s ease;
}

.service-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;

  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

.service-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  font-size: 0.9rem;
  margin-top: 8px;
}

.service-card:hover .service-description {
  max-height: 100px;
  opacity: 1;
  transform: translateY(0);
}

/* Mobile slider */
@media (max-width: 768px) {
  .slide.g-4 {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .slide.g-4 .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 15px;
    scroll-snap-align: center;
  }

  /* Dots */
  .slider-dots {
    text-align: center;
    margin-top: 10px;
  }

  .dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
  }

  .dot.active {
    background-color: #007bff;
  }
}


/* end */

/* Number Circle for Points */
.circle-badge {
  width: 50px;
  height: 50px;
  background-color: #e52a3d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
}

/* Image Border Decor */
.image-wrapper {
  position: relative;
  display: inline-block;
}

.top-right-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-top: 6px solid #e52a3d;
  border-right: 6px solid #e52a3d;
  border-radius: 0 10px 0 0;
}

/* Stats */
.stat-card {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.stat-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.stat-icon img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  filter: invert(33%) sepia(93%) saturate(1313%) hue-rotate(340deg) brightness(92%) contrast(92%);
}




/* stats */



.tech-section {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.tech-section .heading h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.tech-section .heading p {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.text-content .point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.text-content .circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #0588ca;
  border: 2px solid #0588ca;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.text-content h4 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.text-content p {
  color: #555;
  margin: 5px 0 0;
}

.image-box .img-wrapper {
  position: relative;
  width: 100%;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.top-right-border {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-top: 6px solid #0588ca;
  border-right: 6px solid #0588ca;
  border-radius: 0 8px 0 0;
}

.stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  min-width: 150px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.stat-box h3 {
  font-size: 24px;
  margin: 0;
  color: #000;
}

.stat-box p {
  margin-top: 5px;
  color: #777;
}


/* end */

/* tools */
.tools-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: unset;
  flex-wrap: wrap;
  padding: 20px;
}

.tool-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 120px;
  max-width: 215px;
}

.tool-card img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive: 1 column on phones */
@media (max-width: 576px) {
  .tools-container {
    flex-direction: column;
    align-items: center;
  }

  .tool-card {
    max-width: 200px;
    width: 100%;
    margin-bottom: 15px;
  }

  .search-engine-center {
    margin-right: 0px !important;
    margin-left: 0 !important;
  }
}

/* faq */
.faq-section {
  background-color: #cc6060;
  /* your desired color */
  padding: 40px 0;
}

.full-width-bg {
  background-color: #f5f5f5;
  /* Replace with your desired color */
  padding: 60px 0;
  /* Optional spacing */
}

/* end */

/* testimonial */
.testimonial-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.testimonial-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #007BFF;
  border-radius: 10px;
  padding: 40px 20px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* .testimonial-card:hover {
  transform: translateY(-5px);
} */

.quote-icon {
    position: relative;
    margin: -35px auto 15px auto;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.testimonial-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #007BFF;
    border-radius: 10px;
    padding: 40px 20px 20px;
    text-align: center;
    margin: 2px 2px;
    overflow: hidden;
}



.testimonial-card p {
  color: #555;
  font-size: 15px;
  margin-top: 10px;
  min-height: 100px;
}

.client-info {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.client-info img {
  border-radius: 50%;
  border: 1px solid #007BFF;
  width: 50px!important;
}

.client-info h3 {
  margin: 0;
  color: #007BFF;
  font-size: 16px;
}

.client-info small {
  display: block;
  color: #777;
  font-size: 13px;
}

.stars {
  color: #ff9800;
  margin-bottom: 5px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 200px;
}

 .user1{
   display: block;
  width: 40px !important;
}

/* end */




.innovation-section {
  padding: 60px 0 !important;
}

.step-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0588ca;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.step-text h3 {
  font-weight: bold;
}

.stats-box {
  background: #fff;
  border: 1px solid #0588ca;
  border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px !important;
  height: 100%;
}

.stats-icon {
  width: 70px;
  height: 70px;
}

.stats-text h4 {
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}

.stats-text small {
  display: block;
  color: #555;
  font-size: 14px;
}


