.we-provide-grid.development {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.we-provide-grid.development .service-img {
  height: 200px;
}
.we-provide-grid.development .service-img img {
  object-fit: cover;
}
.we-provide-grid.development .service-card-content {
  padding: 18px 18px;
}

.we-provide-list li i {
  width: 16px;
  height: 16px;
  font-size: 10px;
}
.we-provide-list li {
  gap: 6px;
  margin-bottom: 0px;
  font-size: 16px;
}
.we-provide-list {
  margin-bottom: 0;
}
.career-cta-box {
  background: linear-gradient(135deg, #c5182d, #7f1020);
  padding: 40px;
  text-align: center;
  color: #fff;
}
.section-title {
  font-size: 38px;
  font-weight: 700;
}
.career-cta-box p {
  margin: auto;
  line-height: 1.9;
  margin-bottom: 24px;
}
.career-cta-btn {
  display: inline-flex;
  padding: 16px 42px;
  border-radius: 60px;
  background: #fff;
  color: #111827;
  font-weight: 600;
  font-size: 22px;
}
.inner-banner.digital {
  background: url("../../images/digital-banner.jpg") no-repeat top / cover;
}
section.inner-banner {
  background: url("../../images/design-banner.jpg") no-repeat top / cover;
}
section.inner-banner.development {
  background: url("../../images/development-banner.jpg") no-repeat top / cover;
}
.inner-banner.service-inner-banner {
  background: url("../../images/inner-services-banner.jpg") no-repeat top /
    cover;
}

.we-provide-section {
  background-color: #25272e;
  background-image: url(../../images/pattern.png);
  padding: 50px 0;
}

.we-provide-section .section-title {
  color: #fff;
}

.we-provide-section .section-title + p {
  color: #d9d9d9;
}

.service-img {
  width: 100%;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  height: 270px;
  object-fit: cover;
}

.we-provide-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #111827;
}

.service-img img {
  width: 80%;
}

.we-provide-btn {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.we-provide-card {
  padding: 0;
}

.service-card-content {
  padding: 22px 22px;
}

.web-designing-company {
  padding: 50px 0;
}

.web-designing-company .wdc-badge {
  color: #f5693b;
  font-weight: 600;
  font-size: 14px;
}

.web-designing-company .wdc-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-top: 10px;
}

.web-designing-company .wdc-client {
  display: inline-block;
  color: #444;
  font-size: 21px;
  margin-top: 5px;
  font-weight: 600;
}

.web-designing-company .wdc-desc {
  margin-top: 10px;
}

.web-designing-company .wdc-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.web-designing-company .wdc-box h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
}

.web-designing-company .wdc-box p {
  font-size: 18px;
  color: #222;
}

.web-designing-company .wdc-icon {
  width: 50px;
  padding: 12px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgb(255 192 0 / 61%),
    rgb(197 24 45 / 88%)
  );
}

.web-designing-company .wdc-icon img {
  width: 100%;
}

.web-designing-company .wdc-img {
  border-radius: 15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .web-designing-company .wdc-title {
    font-size: 22px;
  }

  .web-designing-company {
    padding: 25px;
  }
}

.why-thaver {
  padding: 40px 0px;
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}

.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: 32px;
  color: #111;
  line-height: 1.3;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 16px;
  color: #666;
}

.content-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #ffc000;
}
.web-designing-company.digital {
  padding: 20px 0;
}
.web-designing-company.digital .wdc-desc {
  padding: 0 10%;
}

.content-box p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 24px;
  }

  .content-box {
    padding: 20px;
  }
}

.services-faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 18px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px #ccc;
}

.services-faq-question {
  width: 100%;
  padding: 20px 20px 20px 65px;
  background: #fff;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  transition: 0.3s;
  position: relative;
}
.services-faq-question:after {
    position: absolute;
    left: 22px;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    width: 34px;
        background-size: 100%;
background-repeat: no-repeat;
    height: 34px;
    background-image:url(../../images/faq-icon.png) ;

}

.services-faq-question:hover {
  background: #fafafa;
}

.services-faq-question i {
  font-size: 18px;
  color: #c5182d;
  transition: 0.4s ease;
}

.services-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.services-faq-answer-content {
  margin: 0 25px;
  padding: 20px 0;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  border-top: solid 1px #e5e5e5;
}

.services-faq-item.active .services-faq-answer {
  max-height: 300px;
}

.services-faq-item.active .services-faq-question i {
  transform: rotate(180deg);
}

/* HIDDEN FAQ */
.services-hidden-faqs {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}

.services-hidden-faqs.show {
  max-height: 2000px;
}

/* BUTTON */
.services-faq-btn-wrap {
  text-align: center;
}

.services-toggle-btn {
  background: #c92d0f;
  color: #fff;
  border: none;
  padding: 8px 26px;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 22px;
  font-weight: 600;
  border: none;
  outline: none;
  transition: 0.3s;
}
section.services-faq-section {
  padding: 30px 0;
}

.services-toggle-btn:hover {
  background: #111;
}
@media screen and (max-width:1024px) {
  .we-provide-grid.development {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width:768px) {
  .we-provide-grid.development {
    grid-template-columns: repeat(1, 1fr);
}
.we-provide-section {
    padding: 36px 0;
}
.we-provide-grid.development .service-img {
    height: 290px;
}
section.inner-banner.development {
    background: url("../../images/development-banner.jpg") no-repeat right / cover;
}
}

@media (max-width: 768px) {
    .services-faq-question:after {
    left: 7px !important;
    width: 24px !important;
    height: 24px !important;

}
    .services-faq-question {
    font-size: 14px !important;
    text-align: left !important;
    padding: 16px 20px 16px 37px !important ;
    line-height: 20px !important;
}
  .services-faq-title {
    font-size: 30px;
  }

  .services-faq-question {
    font-size: 16px;
    padding: 18px 20px;
  }

  .services-faq-answer-content {
    font-size: 14px;
  }
  .logo img {
    max-width: 94px;
    padding: 10px;
  }
  .Talk-to-Us {
    font-size: 14px !important;
    padding: 4px 15px !important;
    margin-right: 10px;
  }
  .mobile_btn img {
    max-width: 28px !important;
  }
  section.Service-about {
    padding: 30px 0;
  }
  .section-title {
    font-size: 25px !important;
  }
  .we-provide-card {
    width: 90%;
    margin: 0 auto;
  }
  .why-thaver {
    padding: 30px 0px 0px 0px;
  }
  .web-designing-company .wdc-box h3 {
    font-size: 25px;
    margin: 6px 0;
  }
  .boxes-padding {
    margin: 20px 0 !important;
  }
  section.inner-banner {
    height: 238px;
  }
  section.inner-banner {
    background: url("../../images/design-banner.jpg") no-repeat right / cover;
  }
  .web-designing-company .wdc-box {
    margin-bottom: 10px;
  }
}

.s-padding-top {
  padding-top: 60px;
}

@media screen and (max-width:576px) {
  .web-designing-company {
    padding: 10px 0;
}
.career-cta-btn {
    padding: 5px 16px;
    font-size: 16px;
}
}
@media screen and (max-width: 480px) {
  .inner-banner h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .inner-banner .col-12 {
    margin-top: 30px;
  }
  .Talk-to-Us {
    font-size: 12px !important;
    padding: 3px 15px !important;
    font-weight: 400 !important;
    margin-right: 10px;
  }
  section.Service-about {
    padding: 20px 0;
  }
  .we-provide-section {
    padding: 26px 0;
  }
  .section-title {
    font-size: 22px !important;
  }
  .we-provide-card {
    width: 100%;
    margin: 0 auto;
  }
  .service-img img {
    height: 100%;
  }
  .service-img {
    height: 200px;
  }
  .we-provide-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .we-provide-list {
    padding-top: 8px;
    margin-top: 0px;
  }
  .we-provide-list li {
    font-size: 15px;
}
.web-designing-company {
    padding: 10px 0;
}
.web-designing-company .wdc-title {
    font-size: 19px;
}
.web-designing-company .wdc-client {
    font-size: 18px;
    margin-top: 0px;
}
}
