
    /* === Section Reset === */
.city-seo-template section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* === Banner Section === */
.city-seo-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.city-seo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.city-seo-banner .overlay {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
}

.city-seo-banner h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.city-seo-banner p {
  font-size: 1.2rem;
}

/* === Form Section === */
.city-seo-form {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.city-seo-form .form-left {
  flex: 1 1 45%;
}

.city-seo-form .form-right {
  flex: 1 1 45%;
}

.city-seo-form h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.city-seo-form p {
  font-size: 1rem;
}

/* === Testimonial Image Section === */
.city-seo-testimonial-images {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.city-seo-testimonial-images img {
  max-width: 100%;
  border-radius: 8px;
}


.city-seo-testimonial-slider .slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 20px 0;
}

.city-seo-testimonial-slider .slide {
  flex: 0 0 80%;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.city-seo-testimonial-slider .slide blockquote {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;
}


/* === Achievements Section === */
.city-seo-achievements {
  display: flex;
  
  text-align: center;
  gap: 20px;
}

.form-content{
    display: flex;
    flex-direction: row; 
    gap: 50px;
    justify-content: space-around;
}

.form-left{
    margin: auto;
    
}

.form-right {
    width: 50%;
    padding-right: 200px;
}

.form-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.achievement {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.achievement h3 {
  font-size: 2rem;
  color: #ff6b00;
}

.achievement p {
    font-size: 1.3rem;
    color: white;
}

.city-seo-testimonial-slider .slider {
  margin: 0 auto;
  max-width: 800px;
}

.city-seo-testimonial-slider .slide {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  text-align: center;
}

.city-seo-testimonial-slider blockquote {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.city-seo-testimonial-slider h4 {
  font-weight: bold;
  color: #333;
}


/* === Why Choose Us Section === */
.city-seo-why-choose {
  text-align: center;
}

.city-seo-why-choose h2 {
  margin-bottom: 30px;
}

.city-seo-why-choose ul {
  list-style: none;
  padding: 0;
}

.city-seo-why-choose ul li {
  margin-bottom: 10px;
}

/* === FAQ Section === */
.city-seo-faq h3 {
  margin-bottom: 10px;
}

.city-seo-faq .faq-item {
  margin-bottom: 20px;
}

.city-seo-faq .faq-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

/* === Call to Action === */
.city-seo-cta {
  background-color: #ff6b00;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.city-seo-cta h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.city-seo-cta .btn {
  background: #fff;
  color: #ff6b00;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.city-seo-cta .btn:hover {
  background: #ffd6b3;
}


.overlay {
    background-color: #000000b0;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overlay h1, .overlay p{
    color: white;
}

.overlay p{
    width: 500px;
}

section.banner {
    /* margin-top: 50px; */
    text-align: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.form-section {
    padding: 50px 0;
    background-color: #c6f806;
}

.static-testimonials h2{
text-align: center;
padding: 30px 0;
}

section.achievements {
    display: flex;
    background-color: #1400FF;
    color: white;
}

span.counter {
    font-size: 48px;
    font-family: "Unbounded";
}

.overlay h1 {
    font-family: "Unbounded";
    /* font-family: Bevan; */
    text-transform: uppercase;
    font-size: 42px;
    padding-top: 50px;
}

.static-testimonials img{
    width: 500px;
    border-radius: 15px;
}

.testimonial-img {
    text-align: center;
    display: flex;
    gap: 50px;
    justify-content: center;
}

.testimonial-slider {
    padding: 100px 0;
}

.testimonial-slider .slide {
    text-align: center;
    padding: 20px;
    background-color: #1400FF;
    display: flex;
}

.testimonial-slider .slide p{
    color: white;
}

.testimonial-slider .slide h4{
    color: white;
}

.testimonial-slider .testimonial-photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}


.wpcf7-form-control-wrap input{
    width: 100%;
}

section.static-testimonials {
    padding: 50px 0 100px;
}

section.final-cta {
    background-color: #1400ff;
    padding: 50px 0;
    color: white;
    text-align: center;
}

section.final-cta a {
    color: white;
    border-color: var(--bs-btn-hover-border-color);
    background-color: #c6f806;
    color: black;
}

section.final-cta h2{
    text-align: center;
}

section.final-cta p{
    color: white;
    border-color: var(--bs-btn-hover-border-color);
    text-align: center;
}

.why-choose-us{
    padding: 100px 0;
}

.why-choose-us h2{
    text-align: center;
}

.reason {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    width: 350px;
}

.reason img{
    background-color: #1400FF;
    padding: 20px;
    border-radius: 30%;
}

.reasons {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.why-choose-us .reason h4{
    text-align: center;
    margin-top: 20px;
}

.why-choose-us .reason p {
    text-align: center;
    
}

span.counter-plus {
    font-size: 52px;
}

.faqs{
    margin-top: 50px;
}

.faq-section{
    padding-bottom: 50px;
}

.faq-section h2{
    text-align: center;
}


#form-btn{
    width: 100%;
}


.slick-initialized .slick-slide{
      display: flex!important;
  }







/* Service page template */


.service-section{
    margin-top: 50px;
    margin-bottom: 50px;
}

.service-container{
    max-width: 1140px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
}

.service-content {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: center;
}

.service-image{
    width: 50%;
    display: inline-block;
}

.service-image img{
    width: 100%;
    border-radius: 10px;
}

.service-right {
    width: 50%;
    display: inline-block;
}

.contactus-btn-wrapp{
    width: 100%;
    display: inline-block;
    
}

.service-btn{
    display: inline-block;
    border: 2px solid #c6f806;
    transition: .4s ease-in;
    z-index: 1;
    border-radius: 50px;
    background-color: #c6f806;
    color: black;
    padding: 12px 35px;
    cursor: pointer;
    white-space: nowrap;
}

.service-btn{
    text-decoration: none;
}


.service-btn:hover {
    box-shadow: inset -10.5em 0 0 0 #fff,inset 10.5em 0 0 0 #fff;
    color: #32478a;
    border: 2px solid #32478a;
}


section.box-of-digital-services2 {
    background-color: rgb(237, 255, 238);
}

.serviceSingle2 {
    width: 100%;
    height: auto;
    background-color: rgb(255 255 255);
    border-radius: 30px;
    padding: 0 50px;
    position: relative;
    margin-top: 90px;
}



.benefits-section{
    margin-top: 50px;
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.benefits-section #benefits-slider .owl-stage {
    display: flex;
}

.benefits-section .owl-carousel.owl-drag .owl-item {
    margin-bottom: 40px;
}

.benefits-section #benefits-slider .owl-stage .owl-item .item, .benefits-section #benefits-slider .owl-stage .owl-item .item .slider-item, .benefits-section #benefits-slider .owl-stage .owl-item .item>div {
    height: 100%;
}

.benefits-slider .owl-stage-outer .owl-stage .owl-item .item {
    padding: 0 1px;
}

.benefits-slider .slider-item .slider-inner-item {
    height: 100%;
}

.benefits-slider .slider-item .slider-inner-item {
    cursor: move;
    padding: 20px;
    margin: 6px;
    --tw-bg-opacity: .05;
    min-height: 270px;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #00000026;
    background-color: #c6f806;
}

.benefits-slider .slider-head {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


.benefits-slider .slider-head .benefits-icon {
    max-width: 54px;
    max-height: 54px;
    margin-bottom: 15px;
}

.benefits-icon svg path{
    fill: black;
}

#benefits-slider .owl-stage .slider-inner-item .slider-head h4, .section-emerging-technologies .emerging-item .emerging-head h5

.slider-inner-item p {
    margin-bottom: 0;
}

.benefits-section .owl-nav {
    display: none;
}










@media screen and (max-width: 768px) {
  .city-seo-template section {
    padding: 40px 15px;
  }

  .city-seo-banner {
    padding: 80px 15px;
  }

  .city-seo-banner h1 {
    font-size: 2rem;
  }

  .city-seo-banner p {
    font-size: 1rem;
  }

  .form-content,
  .city-seo-form {
    flex-direction: column;
    gap: 30px;
  }

  .form-left, .form-right {
    width: 100%;
    padding: 0;
  }

  .city-seo-testimonial-images {
    flex-direction: column;
    align-items: center;
  }

  .city-seo-achievements {
    flex-direction: column;
    text-align: center;
  }

  .achievement {
    margin-bottom: 20px;
  }

  .testimonial-img {
    flex-direction: column;
    gap: 20px;
  }

  .testimonial-slider .slide {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .reasons {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .reason {
    width: 100%;
    max-width: 300px;
  }

  .overlay h1 {
    font-size: 1.8rem;
    
  }

  .overlay p {
    width: 100%;
    padding: 0 10px;
  }

  .static-testimonials img {
    width: 100%;
    max-width: 90vw;
  }

  .city-seo-testimonial-slider .slide {
    flex: 0 0 90%;
  }
}

@media screen and (max-width: 480px) {
  .city-seo-banner h1 {
    font-size: 1.6rem;
  }

  .city-seo-banner p {
    font-size: 0.95rem;
  }
  
  section.form-section {
    padding: 50px 20px;
}

section.static-testimonials {
    padding: 50px 0 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.achievements{
    flex-direction: column;
}


.form-content .form-right{
    padding: 50px 0;
}

.form-content .form-right h2{
    text-align: center;
}

.form-content .form-right h5{
    text-align: center;
}

.form-content .form-right p{
    text-align: center;
}

  .city-seo-cta h2,
  .final-cta h2 {
    font-size: 1.6rem;
  }

  .city-seo-cta .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  span.counter, span.counter-plus {
    font-size: 36px;
  }

  .reason img {
    padding: 15px;
  }

  .testimonial-slider .testimonial-photo {
    width: 100px;
    height: 100px;
  }
  
  
  .service-content {
    flex-direction: column;
}
  
  .service-image {
    width: 90%;
}
  
  .service-right{
      width: 90%;
  }
  
  
  
}











