/* ------------------ WEB DEV HERO AREA ------------------ */
.webdev-hero-x91 {
  width: 100%;
  padding: 100px;
  background: #F5F5F5;
}

.webdev-hero-left-x91 {
  width: 50%;
}

.webdev-hero-wrap-x91 {
  width: min(92%, 1200px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* ------------------ BREADCRUMB ------------------ */
.webdev-breadcrumb-x91 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #eef9f3;
  padding: 8px 22px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.webdev-breadcrumb-x91 a,
.webdev-breadcrumb-x91 p {
  margin: 0;
  font-size: 16px;
  color: #4bb879;
  text-decoration: none;
}

.webdev-breadcrumb-x91 span {
  color: #a8d9bf;
  font-weight: 400;
}

/* ------------------ HERO TEXT ------------------ */
.webdev-hero-title-x91 {
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #000;
}

.webdev-highlight-x91 {
  font-weight: 600;
  font-family: 'Inter Tight', sans-serif !important;
  color: #2C73E5;
}

.webdev-hero-desc-x91 {
  font-size: 21px;
  line-height: 1.6;
  color: #555;
  max-width: 480px;
}

/* ------------------ HERO IMAGE ------------------ */
.webdev-hero-right-x91 {
  flex: 1;
  text-align: right;
}

.webdev-hero-right-x91 img {
  border-radius: 12px;
  height: auto;
  object-fit: contain;
  display: inline-block;
}

/* ------------------ MOBILE HERO ------------------ */
@media (max-width: 767px) {
  .webdev-hero-x91 {
    padding: 50px 0;
  }

  .webdev-hero-wrap-x91 {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .webdev-hero-left-x91,
  .webdev-hero-right-x91 {
    width: 100%;
    text-align: center;
  }

  .webdev-hero-title-x91 {
    font-size: 32px;
    margin-bottom: 12px !important;
  }

  .webdev-hero-desc-x91 {
    font-size: 16px;
    margin: 0 auto 14px !important;
    line-height: 1.5;
    max-width: 90%;
  }

  .webdev-hero-right-x91 img {
    width: 80%;
    display: block;
    margin: 10px auto 0;
  }
}

/* ------------------ WEB DEV SECTION 2 ------------------ */
.webdev-system-sec-x91 {
  padding: 40px 0;
  background: #f5f5f5;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 768px) {
  .webdev-system-sec-x91 {
    padding: 0;
  }
}

.webdev-system-wrap-x91 {
  width: min(92%, 1200px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .webdev-system-wrap-x91 {
    padding: 20px;
  }
}

/* ------------------ HEADER GRID ------------------ */
.webdev-system-head-x91 {
  display: grid;
  grid-template-columns: 4%;
  column-gap: 40%;
  row-gap: 10px;
  align-items: center;
}

.webdev-system-text-x91 {
  grid-column: 2;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .webdev-system-head-x91 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
    padding: 10px;
  }

  .webdev-system-text-x91 {
    grid-column: auto;
    width: 100%;
  }
}

/* ------------------ TYPOGRAPHY ------------------ */
.webdev-system-head-x91 h2 {
  font-size: 48px;
  width: 1000%;
}

@media (max-width: 768px) {
  .webdev-system-head-x91 h2 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 0;
  }
}

.webdev-system-head-x91 p {
  font-size: 21px;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 768px) {
  .webdev-system-head-x91 p {
    font-size: 18px;
  }
}

/* ------------------ FEATURES GRID ------------------ */
.webdev-features-sec-x91 {
  padding: 80px;
  background-color: #F5F5F5;
}

@media (max-width: 768px) {
  .webdev-features-sec-x91 {
    padding: 20px;
  }
}

.webdev-features-wrap-x91 {
  background-color: #fff;
  border-radius: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.webdev-features-grid-x91 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.webdev-feature-item-x91 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 40px;
}

.webdev-reverse-x91 .webdev-feature-text-x91 {
  order: 2;
}

.webdev-reverse-x91 .webdev-feature-img-x91 {
  order: 1;
}

.webdev-feature-text-x91 h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.webdev-feature-text-x91 p {
  padding-right: 70px;
  font-size: 21px;
  line-height: 1.5;
  color: #555;
}

.webdev-feature-img-x91 img {
  width: 100%;
  display: block;
  object-fit: contain;
}

/* ------------------ MOBILE GRID ------------------ */
@media (max-width: 767px) {
  .webdev-feature-item-x91 {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .webdev-feature-text-x91 p {
    font-size: 18px;
    padding-right: 0;
  }
}
