.our__services__padding {
  padding: 0px 10rem 0px 10rem;
}

.banner {
  background-image: url("../assets/web-and-android-development.png");
}
.service-web-heading h1 {
  text-align: center;
  margin-top: 2rem;
}

.service-web-heading .service-web-para {
  max-width: 1200px;
  line-height: 1.7rem;
  margin: 0 auto;
  text-align: center;
}
.service-custom-web-service h2 {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.service-custom-web-service .service-custom-web-service-contents-contaier {
  display: flex;
}

:root {
  --theme: #addfbc;
}

.banner {
  background-size: cover;
  background-position: center;
  color: #fff;
}
.banner .banner__heading {
  color: #fff;
}
.service-web-heading .heading {
  color: #0b0b0b;
}
.service-web-heading h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 6px;
  background: var(--theme);
  border-radius: 8px;
  margin: 12px auto 0;
}

.primary__btn {
  background: var(--theme);
  border: none;
  padding: 12px 22px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(173, 191, 188, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.primary__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(173, 191, 188, 0.32);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.service-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(173, 191, 188, 0.25);
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
}
.service-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(173, 191, 188, 0.12),
    rgba(173, 191, 188, 0.04)
  );
  padding: 8px;
}
.service-item strong {
  display: block;
  color: #0a0a0a;
  margin-bottom: 6px;
}
.service-item p {
  margin: 0;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.4;
}
.services-cta {
  text-align: center;
  margin-top: 1rem;
}

/* ===== Why Choose Us Section ===== */
.why-choose {
  background: linear-gradient(135deg, #f0fdf7, #ffffff);
}

.why-content {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* ===== Headings ===== */
.why-content h2 {
  font-size: 34px;
  color: #064e3b;
  margin-bottom: 20px;
  position: relative;
}

.why-content h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #addfbc;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

.why-content h3 {
  font-size: 26px;
  color: #047857;
  margin: 40px 0 16px;
}

/* ===== Paragraphs ===== */
.why-content p {
  font-size: 16px;
  color: #374151;
  line-height: 1.9;
  margin-bottom: 20px;
}

/* ===== Bullet-style paragraph enhancement ===== */
.why-content p:first-of-type {
  background-color: #ecfdf5;
  padding: 20px 24px;
  border-left: 6px solid #059669;
  border-radius: 10px;
  font-weight: 500;
}

/* ===== Highlight Section (Already done works) ===== */
.why-content p:nth-of-type(2) {
  background: linear-gradient(135deg, #addfbc, #d1fae5);
  padding: 18px 22px;
  border-radius: 12px;
  font-weight: 600;
  color: #065f46;
  text-align: center;
  letter-spacing: 0.5px;
}

/* ===== Last Bullet Paragraph ===== */
.why-content p:last-of-type {
  background-color: #f0fdf4;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #addfbc;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .why-content {
    padding: 35px 24px;
  }

  .why-content h2 {
    font-size: 28px;
  }

  .why-content h3 {
    font-size: 22px;
  }
}

.why-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(10, 10, 10, 0.06);
}
/* ===== Global Section Styling ===== */
.service__web__heading,
.service__web__custom-service {
  padding: 80px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.service__web__heading {
  /* background: linear-gradient(135deg, #addfbc, #e9fff3); */
  text-align: center;
}

/* ===== Headings ===== */
.service__web__main-heading {
  font-size: 38px;
  font-weight: 700;
  color: #064e3b;
  margin-bottom: 20px;
}

.service__web__sub-heading {
  font-size: 26px;
  color: #047857;
  margin-top: 40px;
}

.service__web__tagline {
  font-size: 20px;
  color: #065f46;
  margin: 15px 0;
  letter-spacing: 1px;
}

.service__web__section-title,
.service__web__services-title {
  font-size: 28px;
  /* color: #064e3b; */
  margin-bottom: 30px;
}

/* ===== Paragraphs ===== */
.service__web__intro-para,
.service__web__desc,
.service__web__text-box p {
  font-size: 16px;
  color: #374151;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* ===== Button ===== */
.service__web__primary-btn {
  padding: 14px 34px;

  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #047857;
}

.service__web__primary-btn:hover {
  background-color: #047857;
  transform: translateY(-3px);
}

/* ===== Custom Service Layout ===== */
.service__web__custom-service {
  background-color: #f9fffc;
}

.service__web__content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 50px;
  align-items: center;
}

.service__web__image-box img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* ===== Services List with Icons ===== */
.service__web__services-list {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.service__web__services-list li {
  background-color: #ecfdf5;
  border-left: 5px solid #059669;
  padding: 14px 18px 14px 48px;
  margin-bottom: 14px;
  border-radius: 8px;
  font-size: 16px;
  color: #065f46;
  position: relative;
}

/* Icon using CSS */
.service__web__services-list li::before {
  content: "✔";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #059669;
  font-weight: bold;
  font-size: 18px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .service__web__content-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.our__service__technology__container {
  overflow: hidden;
}
.our__services__technology__logo__container__row__one,
.our__services__technology__logo__container__row__two {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.our__services__technology__logo__wraper {
  min-width: 100px;
}

.our__services__technology__logo__wraper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our__services__technology__logo__container__row__one {
  animation: 20s logoSlider1 linear Infinite;
  /* margin: 2rem 0rem; */
}
.our__services__technology__logo__container__row__two {
  animation: 20s logoSlider2 linear Infinite;
}
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .service-custom-web-service .service-custom-web-service-contents-contaier {
    flex-direction: column-reverse;
  }
  .service-item {
    padding: 14px;
  }
}

@keyframes logoSlider1 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes logoSlider2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
