.ecobyte-brand {
  display: inline-flex;
  align-items: center;
  width: 240px;
  max-width: 100%;
  line-height: 0;
}

.ecobyte-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.ecobyte-brand:hover {
  opacity: 0.88;
}

.sticky-header .ecobyte-brand {
  width: 210px;
}

.mobile-menu .ecobyte-brand {
  width: 210px;
}

.main-footer .ecobyte-brand,
.footer-style-two .ecobyte-brand {
  width: 240px;
  background: #ffffff;
  padding: 7px 10px;
  border-radius: 4px;
}

.ecobyte-footer.footer-style-two {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(198, 217, 54, 0.08), transparent 34%),
    #071f1a;
}

.ecobyte-footer.footer-style-two::before,
.ecobyte-footer.footer-style-two::after,
.ecobyte-footer.footer-style-two .widgets-section,
.ecobyte-footer.footer-style-two .footer-top,
.ecobyte-footer.footer-style-two .sec-shape {
  display: none;
}

.ecobyte-footer a {
  text-decoration: none;
}

.ecobyte-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) minmax(150px, 0.6fr) minmax(170px, 0.75fr) minmax(280px, 1fr);
  gap: 42px;
  padding: 74px 0 46px;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}

.ecobyte-footer-intro {
  max-width: 470px;
}

.ecobyte-footer-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  margin-bottom: 22px;
  border-radius: 6px;
  background: rgba(198, 217, 54, 0.14);
  color: var(--theme-color1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ecobyte-footer-intro h3 {
  color: var(--theme-color-white);
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.ecobyte-footer-intro p,
.ecobyte-footer-address {
  color: rgba(var(--theme-color-white-rgb), 0.72);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.ecobyte-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.ecobyte-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.16);
  border-radius: 50%;
  color: var(--theme-color-white);
  background: rgba(var(--theme-color-white-rgb), 0.04);
}

.ecobyte-footer-social a:hover {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #061d18;
}

.ecobyte-footer-column h4 {
  color: var(--theme-color-white);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 22px;
}

.ecobyte-footer-column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecobyte-footer-column li {
  line-height: 1.4;
}

.ecobyte-footer-column a {
  color: rgba(var(--theme-color-white-rgb), 0.68);
  font-weight: 600;
}

.ecobyte-footer-column a:hover {
  color: var(--theme-color1);
}

.ecobyte-footer-contact {
  max-width: 330px;
}

.ecobyte-footer-email {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: var(--theme-color-white) !important;
  font-size: 18px;
  font-weight: 800;
}

.ecobyte-footer-email:hover {
  color: var(--theme-color1) !important;
}

.ecobyte-footer-bottom.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-top: 0;
}

.ecobyte-footer-bottom .copyright-text {
  color: rgba(var(--theme-color-white-rgb), 0.62);
  margin-bottom: 0;
}

.ecobyte-footer-bottom .copyright-text a {
  color: var(--theme-color-white);
}

.ecobyte-footer-bottom .footer-nav.ecobyte-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
}

.ecobyte-footer.footer-style-two .ecobyte-footer-bottom .footer-nav.ecobyte-footer-nav li {
  line-height: 1;
}

.ecobyte-footer.footer-style-two .ecobyte-footer-bottom .footer-nav.ecobyte-footer-nav li a {
  width: auto;
  height: auto;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(var(--theme-color-white-rgb), 0.66);
  font-size: 15px;
  font-weight: 700;
}

.ecobyte-footer.footer-style-two .ecobyte-footer-bottom .footer-nav.ecobyte-footer-nav li a:hover {
  background: transparent;
  color: var(--theme-color1);
}

.ecobyte-footer-bottom .goTop-btn {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background: var(--theme-color1);
  color: #061d18;
}

.mobile-menu .ecobyte-menu-summary {
  padding: 30px 20px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.page-wrapper .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.page-wrapper .wow.animated,
.splt-txt.animated .char {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.splt-txt.animated .char:first-child {
  text-transform: none !important;
}

.imageDownToUP,
.imageUpToDown,
.imageLeftToRight,
.imageRightToLeft {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

.banner-section-two {
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 88% 16%, rgba(198, 217, 54, 0.16), transparent 26%),
    linear-gradient(135deg, #f8fbf8 0%, #f6f2ef 100%);
}

.banner-section-two .content-column .inner-column .content-box .sub-title {
  margin-bottom: 18px;
  color: #061d18;
  font-weight: 800;
  letter-spacing: 0;
}

.banner-section-two .content-column .inner-column .content-box .title {
  max-width: 700px;
  color: var(--theme-color2);
  text-transform: none;
}

.banner-section-two .content-column .inner-column .content-box .text {
  max-width: 640px;
  color: #5f6567;
  font-size: 18px;
  line-height: 32px;
  text-transform: none;
}

.banner-section-two .image-column .image > img:first-child {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  margin-left: auto;
  opacity: 1 !important;
}

.banner-section-two .image-column .image .circle-bg {
  min-width: 560px;
  opacity: 0.9;
}

.about-section-two .content-column .inner-column .sec-title .title,
.about-section-two .content-column .inner-column .sec-title .text,
.about-block-two .item .con,
.about-section-two .content-column .inner-column .list li {
  text-transform: none !important;
}

.services-section .sec-title .title,
.services-section .sec-title .text,
.growth-section-two .sec-title .title,
.growth-section-two .sec-title .text,
.faq-section .sec-title .title,
.faq-section .sec-title .text,
.feature-section-two .sec-title .title,
.feature-section-two .sec-title .flex-text {
  text-transform: none !important;
}

.mobile-menu .ecobyte-menu-summary .title {
  color: var(--theme-color-white);
  margin-bottom: 12px;
}

.mobile-menu .ecobyte-menu-summary .text {
  color: rgba(var(--theme-color-white-rgb), 0.65);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}

.mobile-menu .ecobyte-menu-links {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mobile-menu .ecobyte-menu-links a,
.mobile-menu .ecobyte-menu-email {
  color: var(--theme-color-white);
  font-weight: 600;
}

.mobile-menu .ecobyte-menu-links a:hover,
.mobile-menu .ecobyte-menu-email:hover {
  color: var(--theme-color1);
}

.mobile-menu .upper-box.ecobyte-menu-top {
  justify-content: flex-end;
}

.about-section-two .content-column .inner-column .info.ecobyte-about-action {
  justify-content: flex-end;
}

.apipartner-section {
  background: #f8faf8;
}

.apipartner-section .sec-title .title {
  margin-bottom: 22px;
}

.apipartner-section .sec-title .text {
  max-width: 760px;
  margin-bottom: 18px;
}

.apipartner-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.apipartner-link {
  color: var(--theme-color2);
  font-weight: 700;
}

.apipartner-link:hover {
  color: var(--theme-color1);
}

.apipartner-panel,
.apipartner-card,
.apipartner-detail-block {
  background: #ffffff;
  border: 1px solid rgba(26, 65, 55, 0.12);
  border-radius: 8px;
}

.apipartner-panel {
  padding: 42px;
  box-shadow: 0 18px 45px rgba(26, 65, 55, 0.08);
}

.apipartner-panel .panel-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 18px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: var(--theme-color1);
  color: #061d18;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.apipartner-panel h3,
.apipartner-detail-block h3 {
  color: var(--theme-color2);
  margin-bottom: 14px;
}

.apipartner-panel p,
.apipartner-card p,
.apipartner-detail-block p {
  color: #5f6567;
  margin-bottom: 0;
}

.apipartner-panel ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.apipartner-panel li {
  display: flex;
  gap: 10px;
  color: var(--theme-color2);
  font-weight: 700;
}

.apipartner-panel li i {
  color: var(--theme-color1);
  margin-top: 5px;
}

.apipartner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.apipartner-card {
  padding: 30px;
  min-height: 100%;
}

.apipartner-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 6px;
  background: rgba(198, 217, 54, 0.25);
  color: var(--theme-color2);
  font-size: 26px;
}

.apipartner-card h4 {
  color: var(--theme-color2);
  margin-bottom: 12px;
}

.apipartner-detail-block {
  min-height: 100%;
  padding: 36px;
}

.apipartner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.apipartner-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 6px;
  background: #edf5ef;
  color: var(--theme-color2);
  font-weight: 700;
}

.apipartner-flow ol {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding-left: 22px;
}

.apipartner-flow li {
  color: #263531;
  font-weight: 700;
}

.ecobyte-services-page {
  background: #f7f9f7;
  overflow: hidden;
}

.ecobyte-services-page .container {
  position: relative;
  z-index: 1;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--theme-color1);
  color: #061d18;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.page-title {
  min-height: 190px;
  display: flex;
  align-items: center;
  padding: 48px 0 52px;
  background-position: center;
}

.page-title::before {
  background:
    linear-gradient(90deg, rgba(4, 44, 42, 0.96) 0%, rgba(4, 44, 42, 0.82) 38%, rgba(4, 44, 42, 0.48) 100%),
    rgba(4, 44, 42, 0.28);
}

.page-title::after {
  width: 54%;
  opacity: 0.34;
}

.page-title .auto-container {
  width: 100%;
}

.page-title .title-outer {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.page-title .title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
}

.page-breadcrumb li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: rgba(var(--theme-color-white-rgb), 0.9);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.page-breadcrumb li::after {
  position: static;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  color: rgba(var(--theme-color-white-rgb), 0.72);
  font-size: 13px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: var(--theme-color1);
  font-weight: 700;
}

.ecobyte-services-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 48px;
  align-items: start;
  padding: 108px 0 76px;
}

.intro-copy h2 {
  color: var(--theme-color2);
  font-size: 58px;
  line-height: 1.06;
  margin: 20px 0 24px;
}

.intro-copy p,
.services-section-heading p,
.services-highlight p,
.primary-service-card p,
.capability-card p,
.api-service-content p,
.delivery-step p,
.services-cta-box p {
  color: #5f6567;
  font-size: 17px;
  line-height: 30px;
}

.intro-copy p {
  max-width: 900px;
  margin-bottom: 16px;
}

.intro-panel,
.primary-service-card,
.capability-card,
.delivery-step {
  background: #ffffff;
  border: 1px solid rgba(26, 65, 55, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(26, 65, 55, 0.06);
}

.intro-panel {
  padding: 34px;
}

.intro-panel h3 {
  color: var(--theme-color2);
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 1.15;
}

.intro-panel ul,
.primary-service-card ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-panel ul {
  gap: 12px;
}

.intro-panel li,
.primary-service-card li {
  display: flex;
  gap: 12px;
  color: #10241f;
  font-weight: 500;
  line-height: 1.55;
}

.intro-panel li {
  align-items: flex-start;
  padding: 15px;
  border: 1px solid rgba(26, 65, 55, 0.1);
  border-radius: 8px;
  background: #f7faf8;
  font-size: 17px;
  line-height: 1.45;
}

.intro-panel li::marker {
  content: "";
  font-size: 0;
}

.intro-panel li i,
.primary-service-card li::before {
  flex: 0 0 auto;
  color: var(--theme-color1);
}

.intro-panel li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 1px;
  border-radius: 8px;
  background: #eaf7ef;
  color: #0f766e;
  font-size: 15px;
}

.primary-service-card li::before {
  content: "\f00c";
  margin-top: 1px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.ecobyte-services-visual-band {
  padding: 64px 0;
  background: #10241f;
  color: #ffffff;
}

.services-visual-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
}

.services-summary-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.services-summary-card {
  min-height: 174px;
  padding: 24px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  border-radius: 8px;
  background: rgba(var(--theme-color-white-rgb), 0.04);
}

.services-summary-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(198, 217, 54, 0.16);
  color: var(--theme-color1);
  font-size: 18px;
}

.services-summary-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.services-summary-card span {
  display: block;
  color: rgba(var(--theme-color-white-rgb), 0.68);
  font-size: 15px;
  line-height: 25px;
}

.services-highlight .section-kicker,
.services-cta-box .section-kicker {
  background: rgba(198, 217, 54, 0.18);
  color: var(--theme-color1);
}

.services-highlight h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.18;
  margin: 20px 0 16px;
}

.services-highlight p {
  color: rgba(var(--theme-color-white-rgb), 0.74);
  max-width: 680px;
}

.highlight-tags,
.api-chip-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.highlight-tags {
  margin-top: 24px;
}

.highlight-tags span,
.api-chip-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 6px;
  font-weight: 600;
  line-height: 1.2;
}

.highlight-tags span {
  background: rgba(var(--theme-color-white-rgb), 0.08);
  color: #ffffff;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  font-size: 15px;
  font-weight: 500;
}

.services-section-heading {
  max-width: 830px;
  padding: 92px 0 36px;
}

.services-section-heading.compact {
  padding-top: 0;
}

.service-detail-heading {
  padding-top: 72px;
}

.services-section-heading h2 {
  color: var(--theme-color2);
  font-size: 48px;
  line-height: 1.12;
  margin: 18px 0 16px;
}

.primary-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.primary-service-card {
  position: relative;
  min-height: 100%;
  padding: 42px;
  overflow: hidden;
}

.primary-service-card::before,
.capability-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--service-accent, var(--theme-color1));
  content: "";
}

.primary-service-card.development-card {
  --service-accent: #0ea5e9;
  --service-icon-bg: #e0f2fe;
  --service-icon-color: #0369a1;
}

.primary-service-card.api-card {
  --service-accent: #f59e0b;
  --service-icon-bg: #fef3c7;
  --service-icon-color: #b45309;
}

.primary-service-card.hosting-card {
  --service-accent: #3b82f6;
  --service-icon-bg: #dbeafe;
  --service-icon-color: #1d4ed8;
}

.primary-service-card.seo-card {
  --service-accent: #8b5cf6;
  --service-icon-bg: #ede9fe;
  --service-icon-color: #6d28d9;
}

.service-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.service-card-head i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: var(--service-icon-bg, rgba(198, 217, 54, 0.24));
  color: var(--service-icon-color, var(--theme-color2));
  font-size: 28px;
}

.service-card-head span {
  color: rgba(26, 65, 55, 0.22);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.primary-service-card h3 {
  color: var(--theme-color2);
  font-size: 30px;
  line-height: 1.18;
  margin-bottom: 18px;
}

.primary-service-card p {
  margin-bottom: 18px;
}

.primary-service-card ul {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(26, 65, 55, 0.12);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 32px 0 92px;
}

.capability-card {
  position: relative;
  min-height: 100%;
  padding: 32px;
  overflow: hidden;
}

.capability-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--service-icon-bg, #edf5ef);
  color: var(--service-icon-color, var(--theme-color2));
  font-size: 24px;
}

.capability-card:nth-child(1) {
  --service-accent: #14b8a6;
  --service-icon-bg: #ccfbf1;
  --service-icon-color: #0f766e;
}

.capability-card:nth-child(2) {
  --service-accent: #3b82f6;
  --service-icon-bg: #dbeafe;
  --service-icon-color: #1d4ed8;
}

.capability-card:nth-child(3) {
  --service-accent: #f97316;
  --service-icon-bg: #ffedd5;
  --service-icon-color: #c2410c;
}

.capability-card:nth-child(4) {
  --service-accent: #8b5cf6;
  --service-icon-bg: #ede9fe;
  --service-icon-color: #6d28d9;
}

.capability-card:nth-child(5) {
  --service-accent: #06b6d4;
  --service-icon-bg: #cffafe;
  --service-icon-color: #0e7490;
}

.capability-card:nth-child(6) {
  --service-accent: #84cc16;
  --service-icon-bg: #ecfccb;
  --service-icon-color: #4d7c0f;
}

.capability-card:nth-child(7) {
  --service-accent: #ec4899;
  --service-icon-bg: #fce7f3;
  --service-icon-color: #be185d;
}

.capability-card:nth-child(8) {
  --service-accent: #6366f1;
  --service-icon-bg: #e0e7ff;
  --service-icon-color: #4338ca;
}

.capability-card:nth-child(9) {
  --service-accent: #10b981;
  --service-icon-bg: #d1fae5;
  --service-icon-color: #047857;
}

.capability-card:nth-child(10) {
  --service-accent: #ef4444;
  --service-icon-bg: #fee2e2;
  --service-icon-color: #b91c1c;
}

.capability-card:nth-child(11) {
  --service-accent: #eab308;
  --service-icon-bg: #fef9c3;
  --service-icon-color: #a16207;
}

.capability-card:nth-child(12) {
  --service-accent: #a855f7;
  --service-icon-bg: #f3e8ff;
  --service-icon-color: #7e22ce;
}

.capability-card h3 {
  color: var(--theme-color2);
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 12px;
}

.capability-card p {
  margin-bottom: 0;
}

.api-service-band {
  padding: 64px 0;
  background: #ffffff;
  border-top: 1px solid rgba(26, 65, 55, 0.1);
  border-bottom: 1px solid rgba(26, 65, 55, 0.1);
}

.api-service-content {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.78fr);
  gap: 42px;
  align-items: center;
}

.api-service-content h2 {
  color: var(--theme-color2);
  font-size: 38px;
  line-height: 1.18;
  margin: 18px 0 16px;
  max-width: 780px;
}

.api-service-content p {
  margin-bottom: 16px;
}

.api-chip-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 26px;
  border: 1px solid rgba(26, 65, 55, 0.12);
  border-radius: 8px;
  background: #f7f9f7;
}

.api-chip-panel span {
  justify-content: flex-start;
  min-height: 42px;
  padding: 0 14px;
  background: #ffffff;
  color: var(--theme-color2);
  border: 1px solid rgba(26, 65, 55, 0.1);
  font-size: 15px;
}

.delivery-process-section {
  padding: 64px 0 78px;
}

.delivery-process-section .services-section-heading {
  max-width: 720px;
  padding-bottom: 28px;
}

.delivery-process-section .services-section-heading h2 {
  font-size: 38px;
  line-height: 1.18;
}

.delivery-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.delivery-step {
  padding: 30px;
  border-left: 4px solid var(--theme-color1);
}

.delivery-step span {
  display: block;
  color: var(--theme-color1);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}

.delivery-step h3 {
  color: var(--theme-color2);
  font-size: 24px;
  margin-bottom: 12px;
}

.delivery-step p {
  margin-bottom: 0;
}

.services-cta-section {
  padding: 0 0 112px;
}

.services-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 48px;
  border-radius: 8px;
  background: #10241f;
}

.services-cta-box h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.15;
  margin: 18px 0 14px;
  max-width: 820px;
}

.services-cta-box p {
  color: rgba(var(--theme-color-white-rgb), 0.72);
  max-width: 780px;
  margin-bottom: 0;
}

.services-cta-box .btn-one-light {
  flex: 0 0 auto;
}

.ecobyte-about-page {
  background: #f7f9f7;
  overflow: hidden;
}

.ecobyte-about-page .container {
  position: relative;
  z-index: 1;
}

.about-company-hero {
  padding: 108px 0 70px;
}

.about-hero-grid,
.about-story-grid,
.about-customers-grid,
.about-product-grid,
.about-team-grid,
.about-detail-grid {
  display: grid;
  gap: 48px;
}

.about-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
}

.about-hero-content h2,
.about-story-grid h2,
.about-section-heading h2,
.about-customers-grid h2,
.about-product-card h2,
.about-team-grid h2,
.about-detail-grid h2,
.about-cta-box h2 {
  color: var(--theme-color2);
  font-size: 50px;
  line-height: 1.12;
  margin: 18px 0 18px;
}

.about-hero-content p,
.about-story-copy p,
.about-section-heading p,
.about-focus-card p,
.about-customers-grid p,
.about-product-card p,
.about-process-step p,
.about-team-grid p,
.about-detail-card p,
.about-cta-box p,
.about-stat-card p,
.about-principle-card p {
  color: #5f6567;
  font-size: 17px;
  line-height: 30px;
}

.about-hero-content p,
.about-story-copy p,
.about-product-card p,
.about-team-grid p {
  margin-bottom: 16px;
}

.about-action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.about-action-row .btn-one-light,
.about-cta-box .btn-one-light {
  border-color: var(--theme-color2);
  background: var(--theme-color2);
  color: #ffffff;
}

.about-action-row .btn-one-light:hover,
.about-cta-box .btn-one-light:hover {
  color: #ffffff;
}

.about-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color2);
  font-weight: 800;
  text-decoration: none;
}

.about-inline-link:hover {
  color: var(--theme-color1);
}

.about-hero-visual {
  position: relative;
  min-height: 520px;
}

.about-image-frame {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.about-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-frame.primary {
  height: 500px;
  box-shadow: 0 28px 70px rgba(26, 65, 55, 0.16);
}

.about-image-note {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: min(360px, calc(100% - 56px));
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(6, 29, 24, 0.18);
}

.about-image-note i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #ccfbf1;
  color: #0f766e;
  font-size: 22px;
}

.about-image-note strong,
.about-detail-card strong {
  display: block;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.about-image-note span {
  display: block;
  color: #5f6567;
  font-size: 15px;
  line-height: 24px;
}

.about-stat-row,
.about-principle-grid,
.about-focus-grid,
.about-process-grid,
.about-role-grid {
  display: grid;
  gap: 22px;
}

.about-stat-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
}

.about-stat-card,
.about-principle-card,
.about-focus-card,
.about-process-step,
.about-role-card,
.about-detail-card {
  position: relative;
  border: 1px solid rgba(26, 65, 55, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(26, 65, 55, 0.06);
}

.about-stat-card {
  padding: 28px;
}

.about-stat-card span,
.about-process-step span {
  display: block;
  color: var(--theme-color1);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 16px;
}

.about-stat-card strong {
  display: block;
  color: var(--theme-color2);
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.about-stat-card p,
.about-principle-card p,
.about-focus-card p,
.about-process-step p,
.about-detail-card p {
  margin-bottom: 0;
}

.about-story-section,
.about-focus-section,
.about-process-section,
.about-company-details {
  padding: 92px 0;
}

.about-story-section,
.about-process-section {
  background: #ffffff;
}

.about-story-grid {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  margin-bottom: 40px;
}

.about-principle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-principle-card,
.about-focus-card {
  padding: 32px;
  overflow: hidden;
}

.about-principle-card::before,
.about-focus-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--about-accent, var(--theme-color1));
  content: "";
}

.about-principle-card i,
.about-focus-card i,
.about-detail-card i,
.about-role-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--about-icon-bg, #edf5ef);
  color: var(--about-icon-color, var(--theme-color2));
}

.about-principle-card i,
.about-focus-card i {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  font-size: 25px;
}

.about-principle-card h3,
.about-focus-card h3,
.about-process-step h3 {
  color: var(--theme-color2);
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 12px;
}

.about-principle-card:nth-child(1),
.about-focus-card:nth-child(1) {
  --about-accent: #14b8a6;
  --about-icon-bg: #ccfbf1;
  --about-icon-color: #0f766e;
}

.about-principle-card:nth-child(2),
.about-focus-card:nth-child(2) {
  --about-accent: #3b82f6;
  --about-icon-bg: #dbeafe;
  --about-icon-color: #1d4ed8;
}

.about-principle-card:nth-child(3),
.about-focus-card:nth-child(3) {
  --about-accent: #f97316;
  --about-icon-bg: #ffedd5;
  --about-icon-color: #c2410c;
}

.about-focus-card:nth-child(4) {
  --about-accent: #8b5cf6;
  --about-icon-bg: #ede9fe;
  --about-icon-color: #6d28d9;
}

.about-section-heading {
  max-width: 850px;
  margin-bottom: 36px;
}

.about-section-heading.compact {
  margin-bottom: 34px;
}

.about-focus-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-customers-section,
.about-team-section {
  padding: 88px 0;
  background: #10241f;
}

.about-customers-grid,
.about-team-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
}

.about-customers-grid h2,
.about-team-grid h2,
.about-cta-box h2 {
  color: #ffffff;
}

.about-customers-grid p,
.about-team-grid p,
.about-cta-box p {
  color: rgba(var(--theme-color-white-rgb), 0.72);
}

.about-customer-list,
.about-api-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-customer-list span,
.about-api-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
}

.about-customer-list span {
  background: rgba(var(--theme-color-white-rgb), 0.08);
  color: #ffffff;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}

.about-product-section {
  padding: 92px 0;
  background: #f7f9f7;
}

.about-product-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  align-items: center;
}

.about-product-card {
  padding: 44px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(26, 65, 55, 0.12);
}

.about-api-tags {
  margin-top: 28px;
}

.about-api-tags span {
  background: #edf5ef;
  color: var(--theme-color2);
}

.about-image-frame.secondary {
  height: 440px;
}

.about-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-process-step {
  padding: 30px;
  border-left: 4px solid var(--theme-color1);
}

.about-team-grid .section-kicker,
.about-customers-grid .section-kicker,
.about-cta-box .section-kicker {
  background: rgba(198, 217, 54, 0.18);
  color: var(--theme-color1);
}

.about-team-grid .about-inline-link {
  color: var(--theme-color1);
}

.about-role-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-role-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
  background: rgba(var(--theme-color-white-rgb), 0.06);
  border-color: rgba(var(--theme-color-white-rgb), 0.12);
  box-shadow: none;
}

.about-role-card i {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  background: rgba(198, 217, 54, 0.18);
  color: var(--theme-color1);
  font-size: 20px;
}

.about-role-card span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.about-detail-grid {
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(240px, 0.75fr));
  align-items: stretch;
}

.about-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 28px;
}

.about-detail-card i {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 20px;
}

.about-detail-card a {
  color: var(--theme-color2);
  font-weight: 800;
}

.about-cta-section {
  padding: 0 0 112px;
  background: #f7f9f7;
}

.about-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 48px;
  border-radius: 8px;
  background: #10241f;
}

.about-cta-box h2 {
  max-width: 800px;
}

.about-cta-box p {
  max-width: 780px;
  margin-bottom: 0;
}

.about-cta-box .btn-one-light {
  flex: 0 0 auto;
  border-color: #ffffff;
  background: #ffffff;
  color: var(--theme-color2);
}

.about-cta-box .btn-one-light:hover {
  color: var(--theme-color2);
}

.ecobyte-contact-page,
.ecobyte-team-page,
.ecobyte-products-page {
  background: #f7f9f7;
  padding: 96px 0 112px;
  overflow: hidden;
}

.contact-hero-grid,
.contact-panel-grid,
.team-hero-grid,
.product-hero-grid {
  display: grid;
  gap: 42px;
}

.contact-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: 54px;
  margin-bottom: 58px;
}

.contact-hero-copy h2,
.team-hero-grid h2,
.product-hero-copy h2,
.product-section-heading h2,
.product-cta-band h2 {
  color: var(--theme-color2);
  font-size: 48px;
  line-height: 1.12;
  margin: 18px 0 18px;
}

.contact-hero-copy h2 {
  max-width: 760px;
  font-size: 52px;
}

.contact-hero-copy p,
.contact-quick-card li,
.contact-office-card p,
.contact-focus-grid p,
.contact-form-intro,
.contact-form-note,
.team-hero-grid p,
.team-capability-card p,
.team-working-band p,
.product-hero-copy p,
.product-flow-card li,
.product-usecase-grid p,
.product-cta-band p {
  color: #5f6567;
  font-size: 17px;
  line-height: 30px;
}

.contact-method-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-method-list a,
.contact-method-list > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--theme-color2);
  font-weight: 800;
}

.contact-method-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #ccfbf1;
  color: #0f766e;
}

.contact-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-focus-panel .section-kicker {
  margin-bottom: 18px;
}

.contact-focus-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(26, 65, 55, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(26, 65, 55, 0.06);
}

.contact-focus-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
}

.contact-focus-grid article:nth-child(1) i {
  background: #0f766e;
}

.contact-focus-grid article:nth-child(2) i {
  background: #1d4ed8;
}

.contact-focus-grid article:nth-child(3) i {
  background: #c2410c;
}

.contact-focus-grid article:nth-child(4) i {
  background: #6d28d9;
}

.contact-focus-grid h3 {
  color: var(--theme-color2);
  font-size: 21px;
  margin-bottom: 9px;
}

.contact-focus-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
}

.contact-quick-card,
.contact-form-panel,
.contact-office-card,
.contact-expectation-card,
.team-capability-card,
.product-flow-card,
.product-usecase-grid article {
  border: 1px solid rgba(26, 65, 55, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(26, 65, 55, 0.06);
}

.contact-quick-card,
.contact-form-panel,
.contact-office-card,
.contact-expectation-card,
.product-flow-card {
  padding: 34px;
}

.contact-quick-card h3,
.contact-form-panel h3,
.contact-office-card h3,
.contact-expectation-card h3,
.product-flow-card h3 {
  color: var(--theme-color2);
  font-size: 26px;
  margin-bottom: 20px;
}

.contact-quick-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-quick-card li {
  display: flex;
  gap: 10px;
  margin: 0;
}

.contact-quick-card li::before {
  content: "\f00c";
  flex: 0 0 auto;
  color: var(--theme-color1);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.contact-panel-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: stretch;
}

.contact-form-intro {
  max-width: 640px;
  margin-bottom: 0;
}

.contact-form-panel form {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.contact-form-status {
  display: none;
  margin: 0;
}

.contact-hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form-panel label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.contact-form-panel label span {
  color: var(--theme-color2);
  font-weight: 800;
}

.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(26, 65, 55, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: #263531;
  padding: 0 16px;
}

.contact-form-panel select {
  appearance: auto;
  cursor: pointer;
}

.contact-form-panel input:focus,
.contact-form-panel select:focus,
.contact-form-panel textarea:focus {
  border-color: #0f766e;
  outline: 3px solid rgba(15, 118, 110, 0.12);
}

.contact-form-panel textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.contact-field-error {
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
}

.contact-form-panel .btn-one-light,
.product-action-row .btn-one-light,
.team-working-band .btn-one-light,
.product-cta-band .btn-one-light {
  border-color: var(--theme-color2);
  background: var(--theme-color2);
  color: #ffffff;
}

.contact-form-panel .btn-one-light {
  justify-self: start;
}

.contact-form-note {
  margin: -2px 0 0;
  font-size: 14px;
  line-height: 24px;
}

.contact-form-note a {
  color: #0f766e;
  font-weight: 800;
}

.contact-response-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #f4f7f5;
}

.contact-response-card {
  width: min(100%, 620px);
  padding: 40px;
  border: 1px solid rgba(26, 65, 55, 0.12);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 18px 44px rgba(26, 65, 55, 0.06);
}

.contact-response-card h1 {
  color: var(--theme-color2);
  font-size: 30px;
  margin-bottom: 24px;
}

.contact-office-panel {
  display: grid;
  grid-template-rows: auto auto minmax(320px, 1fr);
  gap: 22px;
}

.contact-office-list {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-office-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #5f6567;
  font-size: 16px;
  line-height: 27px;
}

.contact-office-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #edf5ef;
  color: #0f766e;
}

.contact-office-list a,
.contact-office-list span {
  min-width: 0;
  color: inherit;
  overflow-wrap: anywhere;
}

.contact-office-list a {
  color: var(--theme-color2);
  font-weight: 800;
}

.contact-expectation-card ol {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-expectation-card li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.contact-expectation-card li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #10241f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.contact-expectation-card strong {
  color: #5f6567;
  font-size: 15px;
  line-height: 26px;
}

.contact-map {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(26, 65, 55, 0.12);
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    linear-gradient(90deg, rgba(26, 65, 55, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(26, 65, 55, 0.08) 1px, transparent 1px),
    #edf5ef;
  background-size: auto, 42px 42px, 42px 42px, auto;
}

.contact-map::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(198, 217, 54, 0.36);
  border-radius: 50%;
  content: "";
}

.contact-map-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 38px;
  color: var(--theme-color2);
  text-decoration: none;
}

.contact-map-card .map-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--theme-color2);
  color: #ffffff;
  font-size: 22px;
}

.contact-map-card strong {
  display: block;
  max-width: 380px;
  margin-bottom: 12px;
  color: var(--theme-color2);
  font-size: 28px;
  line-height: 1.18;
}

.contact-map-card > span:not(.map-pin) {
  max-width: 430px;
  color: #5f6567;
  font-size: 16px;
  line-height: 28px;
}

.contact-map-card em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: #0f766e;
  font-style: normal;
  font-weight: 800;
}

.team-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: end;
  margin-bottom: 42px;
}

.team-capability-grid,
.product-api-grid,
.product-usecase-grid {
  display: grid;
  gap: 22px;
}

.team-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 56px;
}

.team-capability-card {
  position: relative;
  padding: 32px;
  overflow: hidden;
}

.team-capability-card::before,
.product-usecase-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--card-accent, var(--theme-color1));
  content: "";
}

.team-capability-card i,
.product-api-grid i,
.product-usecase-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: var(--card-icon-bg, #edf5ef);
  color: var(--card-icon-color, var(--theme-color2));
  font-size: 24px;
}

.team-capability-card i,
.product-usecase-grid i {
  margin-bottom: 22px;
}

.team-capability-card h3,
.product-usecase-grid h3 {
  color: var(--theme-color2);
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 12px;
}

.team-capability-card p,
.product-usecase-grid p {
  margin-bottom: 0;
}

.team-capability-card:nth-child(1),
.product-usecase-grid article:nth-child(1) {
  --card-accent: #14b8a6;
  --card-icon-bg: #ccfbf1;
  --card-icon-color: #0f766e;
}

.team-capability-card:nth-child(2),
.product-usecase-grid article:nth-child(2) {
  --card-accent: #3b82f6;
  --card-icon-bg: #dbeafe;
  --card-icon-color: #1d4ed8;
}

.team-capability-card:nth-child(3),
.product-usecase-grid article:nth-child(3) {
  --card-accent: #f97316;
  --card-icon-bg: #ffedd5;
  --card-icon-color: #c2410c;
}

.team-capability-card:nth-child(4) {
  --card-accent: #8b5cf6;
  --card-icon-bg: #ede9fe;
  --card-icon-color: #6d28d9;
}

.team-capability-card:nth-child(5) {
  --card-accent: #06b6d4;
  --card-icon-bg: #cffafe;
  --card-icon-color: #0e7490;
}

.team-capability-card:nth-child(6) {
  --card-accent: #84cc16;
  --card-icon-bg: #ecfccb;
  --card-icon-color: #4d7c0f;
}

.team-working-band,
.product-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px;
  border-radius: 8px;
  background: #10241f;
}

.team-working-band .section-kicker,
.product-cta-band .section-kicker {
  background: rgba(198, 217, 54, 0.18);
  color: var(--theme-color1);
}

.team-working-band h2,
.product-cta-band h2 {
  color: #ffffff;
}

.team-working-band p,
.product-cta-band p {
  color: rgba(var(--theme-color-white-rgb), 0.72);
  max-width: 780px;
  margin-bottom: 0;
}

.team-working-band .btn-one-light,
.product-cta-band .btn-one-light {
  flex: 0 0 auto;
  border-color: #ffffff;
  background: #ffffff;
  color: var(--theme-color2);
}

.product-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  align-items: start;
  margin-bottom: 72px;
}

.product-action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

.product-inline-link {
  color: var(--theme-color2);
  font-weight: 800;
}

.product-inline-link:hover {
  color: var(--theme-color1);
}

.product-flow-card ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-flow-card li {
  display: flex;
  gap: 12px;
  margin: 0;
}

.product-flow-card li span {
  color: var(--theme-color1);
  font-weight: 900;
}

.product-section-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.product-api-section {
  margin-bottom: 56px;
}

.product-api-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-api-grid div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(26, 65, 55, 0.12);
  color: var(--theme-color2);
  font-weight: 800;
}

.product-api-grid div:nth-child(1) { --card-icon-bg: #ccfbf1; --card-icon-color: #0f766e; }
.product-api-grid div:nth-child(2) { --card-icon-bg: #dbeafe; --card-icon-color: #1d4ed8; }
.product-api-grid div:nth-child(3) { --card-icon-bg: #ffedd5; --card-icon-color: #c2410c; }
.product-api-grid div:nth-child(4) { --card-icon-bg: #dcfce7; --card-icon-color: #15803d; }
.product-api-grid div:nth-child(5) { --card-icon-bg: #ede9fe; --card-icon-color: #6d28d9; }
.product-api-grid div:nth-child(6) { --card-icon-bg: #cffafe; --card-icon-color: #0e7490; }
.product-api-grid div:nth-child(7) { --card-icon-bg: #fee2e2; --card-icon-color: #b91c1c; }
.product-api-grid div:nth-child(8) { --card-icon-bg: #fef9c3; --card-icon-color: #a16207; }

.product-usecase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 56px;
}

.product-usecase-grid article {
  position: relative;
  padding: 32px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .about-hero-grid,
  .about-story-grid,
  .about-product-grid,
  .about-customers-grid,
  .about-team-grid,
  .about-detail-grid {
    grid-template-columns: 1fr;
  }

  .about-focus-grid,
  .about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-hero-content h2,
  .about-story-grid h2,
  .about-section-heading h2,
  .about-customers-grid h2,
  .about-product-card h2,
  .about-team-grid h2,
  .about-detail-grid h2,
  .about-cta-box h2 {
    font-size: 42px;
  }

  .contact-hero-grid,
  .contact-panel-grid,
  .team-hero-grid,
  .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy h2 {
    max-width: 100%;
  }

  .team-capability-grid,
  .product-api-grid,
  .product-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .about-company-hero,
  .about-story-section,
  .about-focus-section,
  .about-product-section,
  .about-process-section,
  .about-company-details {
    padding: 64px 0;
  }

  .about-customers-section,
  .about-team-section {
    padding: 64px 0;
  }

  .about-hero-content h2,
  .about-story-grid h2,
  .about-section-heading h2,
  .about-customers-grid h2,
  .about-product-card h2,
  .about-team-grid h2,
  .about-detail-grid h2,
  .about-cta-box h2 {
    font-size: 34px;
  }

  .about-hero-content p,
  .about-story-copy p,
  .about-section-heading p,
  .about-focus-card p,
  .about-customers-grid p,
  .about-product-card p,
  .about-process-step p,
  .about-team-grid p,
  .about-detail-card p,
  .about-cta-box p,
  .about-stat-card p,
  .about-principle-card p {
    font-size: 16px;
    line-height: 28px;
  }

  .about-hero-visual {
    min-height: 0;
  }

  .about-image-frame.primary,
  .about-image-frame.secondary {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-image-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }

  .about-stat-row,
  .about-principle-grid,
  .about-focus-grid,
  .about-process-grid,
  .about-role-grid {
    grid-template-columns: 1fr;
  }

  .about-product-card,
  .about-cta-box {
    padding: 32px;
  }

  .about-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .ecobyte-contact-page,
  .ecobyte-team-page,
  .ecobyte-products-page {
    padding: 64px 0 72px;
  }

  .page-title {
    min-height: 160px;
    padding: 38px 0 42px;
  }

  .page-title .title {
    margin-bottom: 12px;
    font-size: 34px;
  }

  .page-breadcrumb li {
    font-size: 15px;
  }

  .contact-hero-copy h2,
  .team-hero-grid h2,
  .product-hero-copy h2,
  .product-section-heading h2,
  .product-cta-band h2 {
    font-size: 34px;
  }

  .contact-quick-card,
  .contact-form-panel,
  .contact-office-card,
  .contact-expectation-card,
  .team-capability-card,
  .product-flow-card,
  .product-usecase-grid article,
  .team-working-band,
  .product-cta-band {
    padding: 28px;
  }

  .team-capability-grid,
  .contact-focus-grid,
  .product-api-grid,
  .product-usecase-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .team-working-band,
  .product-cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  html,
  body,
  .page-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container,
  .auto-container {
    width: 100%;
    max-width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ecobyte-brand {
    width: 190px;
  }

  .sticky-header .ecobyte-brand,
  .mobile-menu .ecobyte-brand {
    width: 180px;
  }

  .page-title .title {
    max-width: 100%;
    font-size: 32px !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere;
  }

  .page-title {
    min-height: 140px;
    padding: 32px 0 36px;
  }

  .page-breadcrumb {
    gap: 7px;
  }

  .banner-section-two {
    padding: 74px 0 68px;
  }

  .banner-section-two .content-column .inner-column .content-box .title {
    max-width: 100%;
    font-size: 39px !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere;
  }

  .banner-section-two .content-column .inner-column .content-box .text {
    max-width: 100%;
    font-size: 16px;
    line-height: 29px;
    overflow-wrap: anywhere;
  }

  .about-section-two .image-column .inner-column .image {
    max-width: 100%;
    margin-left: 0;
  }

  .about-section-two .image-column .inner-column .image .info1 {
    display: none;
  }

  .about-section-two .image-column .inner-column .image .info2 {
    left: 10px;
    bottom: -34px;
    width: min(240px, calc(100% - 20px));
  }

  .contact-method-list a,
  .contact-method-list > span,
  .contact-quick-card li,
  .product-flow-card li {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .about-hero-content h2,
  .about-story-grid h2,
  .about-section-heading h2,
  .about-customers-grid h2,
  .about-product-card h2,
  .about-team-grid h2,
  .about-detail-grid h2,
  .about-cta-box h2 {
    font-size: 30px;
  }

  .about-principle-card,
  .about-focus-card,
  .about-process-step,
  .about-stat-card,
  .about-detail-card,
  .about-product-card,
  .about-cta-box {
    padding: 24px;
  }

  .about-customer-list span,
  .about-api-tags span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .contact-hero-copy h2,
  .team-hero-grid h2,
  .product-hero-copy h2,
  .product-section-heading h2,
  .product-cta-band h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .product-api-grid div {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-map-card {
    padding: 28px;
  }

  .contact-map-card strong {
    font-size: 24px;
  }

  .contact-focus-grid article {
    min-height: 0;
    padding: 22px;
  }

  .contact-form-panel .btn-one-light {
    width: 100%;
    justify-content: center;
  }
}

.ecobyte-home-page {
  background: #f4f7f5;
  overflow: hidden;
}

.ecobyte-home-page .container {
  position: relative;
  z-index: 1;
}

.home-hero-section {
  position: relative;
  padding: 106px 0 0;
  background: #10241f;
}

.home-hero-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 112px;
  background: #f4f7f5;
  content: "";
}

.home-hero-grid,
.home-intro-grid,
.home-product-grid,
.home-customers-grid {
  display: grid;
  gap: 56px;
}

.home-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
}

.home-hero-content h1 {
  max-width: 850px;
  color: #ffffff;
  font-size: 66px;
  line-height: 1.02;
  margin: 24px 0;
}

.home-hero-content p,
.home-product-grid p,
.home-customers-grid p,
.home-cta-box p {
  color: rgba(var(--theme-color-white-rgb), 0.74);
  font-size: 18px;
  line-height: 32px;
}

.home-hero-actions,
.product-action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.home-hero-actions .btn-one-light,
.home-product-panel .btn-one-light,
.home-cta-box .btn-one-light {
  border-color: #ffffff;
  background: #ffffff;
  color: #10241f;
}

.home-hero-actions .btn-one-light:hover,
.home-product-panel .btn-one-light:hover,
.home-cta-box .btn-one-light:hover {
  color: #10241f;
}

.home-inline-link {
  color: #c6d936;
  font-weight: 800;
}

.home-inline-link:hover {
  color: #ffffff;
}

.home-hero-visual {
  position: relative;
  min-height: 560px;
}

.home-hero-visual figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 560px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #c6d936;
}

.home-hero-visual img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.home-hero-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--theme-color2);
  font-weight: 900;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.home-hero-card i {
  color: #0f766e;
}

.home-hero-card.top {
  top: 62px;
  left: -28px;
}

.home-hero-card.bottom {
  right: -24px;
  bottom: 90px;
}

.home-proof-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.home-proof-grid div,
.home-service-grid article,
.home-process-grid div {
  border: 1px solid rgba(26, 65, 55, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(26, 65, 55, 0.06);
}

.home-proof-grid div {
  min-height: 150px;
  padding: 28px;
}

.home-proof-grid strong {
  display: block;
  color: var(--theme-color2);
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.home-proof-grid span {
  color: #5f6567;
  line-height: 28px;
}

.home-intro-section,
.home-services-section,
.home-process-section {
  padding: 104px 0;
}

.home-intro-section,
.home-process-section {
  background: #ffffff;
}

.home-intro-grid {
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}

.home-intro-grid h2,
.home-section-heading h2,
.home-product-grid h2,
.home-customers-grid h2,
.home-cta-box h2 {
  color: var(--theme-color2);
  font-size: 48px;
  line-height: 1.12;
  margin: 18px 0;
}

.home-intro-grid p,
.home-section-heading p,
.home-service-grid p,
.home-process-grid p {
  color: #5f6567;
  font-size: 17px;
  line-height: 30px;
}

.home-section-heading {
  max-width: 830px;
  margin-bottom: 42px;
}

.home-section-heading.compact {
  margin-bottom: 34px;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-service-grid article {
  position: relative;
  min-height: 390px;
  padding: 32px;
  overflow: hidden;
}

.home-service-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--home-accent, var(--theme-color1));
  content: "";
}

.home-service-grid article:nth-child(1) { --home-accent: #14b8a6; --home-icon-bg: #ccfbf1; --home-icon-color: #0f766e; }
.home-service-grid article:nth-child(2) { --home-accent: #3b82f6; --home-icon-bg: #dbeafe; --home-icon-color: #1d4ed8; }
.home-service-grid article:nth-child(3) { --home-accent: #f97316; --home-icon-bg: #ffedd5; --home-icon-color: #c2410c; }
.home-service-grid article:nth-child(4) { --home-accent: #8b5cf6; --home-icon-bg: #ede9fe; --home-icon-color: #6d28d9; }

.home-service-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--home-icon-bg, #edf5ef);
  color: var(--home-icon-color, var(--theme-color2));
  font-size: 25px;
}

.home-service-grid h3,
.home-process-grid h3,
.home-product-panel h3 {
  color: var(--theme-color2);
  font-size: 25px;
  line-height: 1.22;
  margin-bottom: 12px;
}

.home-service-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color2);
  font-weight: 800;
}

.home-product-band,
.home-customers-section,
.home-cta-section {
  padding: 98px 0;
  background: #10241f;
}

.home-product-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: start;
}

.home-product-grid h2,
.home-customers-grid h2,
.home-cta-box h2 {
  color: #ffffff;
}

.home-api-tags,
.home-customer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-api-tags span,
.home-customer-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 6px;
  background: rgba(var(--theme-color-white-rgb), 0.08);
  color: #ffffff;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  font-weight: 800;
}

.home-product-panel {
  padding: 36px;
  border-radius: 8px;
  background: #ffffff;
}

.home-product-panel ol {
  display: grid;
  gap: 16px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.home-product-panel li {
  display: flex;
  gap: 12px;
  color: #5f6567;
  font-weight: 700;
  line-height: 28px;
}

.home-product-panel li span,
.home-process-grid span {
  color: var(--theme-color1);
  font-weight: 900;
}

.home-customers-section {
  background: #f4f7f5;
}

.home-customers-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1.05fr);
  align-items: center;
}

.home-customers-grid h2 {
  color: var(--theme-color2);
}

.home-customers-grid p {
  color: #5f6567;
}

.home-customer-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-customer-tags span {
  min-height: 56px;
  justify-content: center;
  background: #ffffff;
  color: var(--theme-color2);
  border-color: rgba(26, 65, 55, 0.1);
  text-align: center;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-process-grid div {
  padding: 30px;
  border-left: 4px solid var(--theme-color1);
}

.home-process-grid span {
  display: block;
  margin-bottom: 18px;
}

.home-cta-section {
  padding: 0 0 112px;
  background: #ffffff;
}

.home-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 48px;
  border-radius: 8px;
  background: #10241f;
}

.home-cta-box p {
  max-width: 760px;
  margin-bottom: 0;
}

.home-cta-box .btn-one-light {
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .home-hero-grid,
  .home-intro-grid,
  .home-product-grid,
  .home-customers-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-content h1 {
    font-size: 52px;
  }

  .home-service-grid,
  .home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .home-hero-section {
    padding-top: 66px;
  }

  .home-hero-section::after {
    height: 70px;
  }

  .home-hero-content h1,
  .home-intro-grid h2,
  .home-section-heading h2,
  .home-product-grid h2,
  .home-customers-grid h2,
  .home-cta-box h2 {
    font-size: 34px;
  }

  .home-hero-visual {
    min-height: 0;
  }

  .home-hero-visual figure {
    height: auto;
    min-height: 360px;
  }

  .home-hero-card {
    position: static;
    margin-top: 14px;
    width: 100%;
    justify-content: center;
  }

  .home-proof-grid,
  .home-service-grid,
  .home-process-grid,
  .home-customer-tags {
    grid-template-columns: 1fr;
  }

  .home-intro-section,
  .home-services-section,
  .home-process-section,
  .home-product-band,
  .home-customers-section {
    padding: 66px 0;
  }

  .home-service-grid article,
  .home-product-panel,
  .home-process-grid div,
  .home-cta-box {
    padding: 28px;
  }

  .home-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .home-hero-content h1,
  .home-intro-grid h2,
  .home-section-heading h2,
  .home-product-grid h2,
  .home-customers-grid h2,
  .home-cta-box h2 {
    font-size: 30px;
  }

  .home-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .ecobyte-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 52px 0 34px;
  }

  .ecobyte-footer-intro h3 {
    font-size: 34px;
  }

  .ecobyte-footer-bottom.footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
  }

  .ecobyte-footer-bottom .footer-nav.ecobyte-footer-nav {
    justify-content: flex-start;
  }
}

.header-style-two .main-menu .navigation > li {
  margin-right: 34px;
}

.header-style-two .header-top .top-left {
  flex: 1;
  width: auto;
}

.header-style-two .header-top .top-left .info-list {
  flex-wrap: wrap;
  gap: 8px 28px;
  padding: 8px 0;
}

.header-style-two .header-top .top-right {
  flex-shrink: 0;
}

.header-style-two .header-top .top-right .top-social-icon {
  gap: 18px;
}

@media (max-width: 1199.98px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 22px;
  }

  .ecobyte-services-intro,
  .services-visual-grid,
  .api-service-content {
    grid-template-columns: 1fr;
  }

  .intro-copy h2 {
    font-size: 48px;
  }

  .services-highlight h3,
  .api-service-content h2 {
    font-size: 36px;
  }

  .services-section-heading h2 {
    font-size: 42px;
  }

  .capability-grid,
  .delivery-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecobyte-footer-main {
    grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(150px, 0.8fr));
  }

  .ecobyte-footer-contact {
    grid-column: 1 / -1;
    max-width: 620px;
  }

  .apipartner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ecobyte-services-intro {
    gap: 30px;
    padding: 72px 0 54px;
  }

  .intro-copy h2 {
    font-size: 38px;
  }

  .intro-copy p,
  .services-section-heading p,
  .services-highlight p,
  .primary-service-card p,
  .capability-card p,
  .api-service-content p,
  .delivery-step p,
  .services-cta-box p {
    font-size: 16px;
    line-height: 28px;
  }

  .intro-panel,
  .primary-service-card,
  .capability-card,
  .api-chip-panel,
  .delivery-step {
    padding: 26px;
  }

  .ecobyte-services-visual-band,
  .api-service-band {
    padding: 48px 0;
  }

  .services-highlight h3,
  .api-service-content h2,
  .services-section-heading h2,
  .delivery-process-section .services-section-heading h2,
  .services-cta-box h2 {
    font-size: 34px;
  }

  .services-section-heading {
    padding: 66px 0 30px;
  }

  .primary-service-grid,
  .services-summary-panel,
  .capability-grid,
  .delivery-steps {
    grid-template-columns: 1fr;
  }

  .capability-grid {
    margin-bottom: 66px;
  }

  .delivery-process-section {
    padding: 54px 0 66px;
  }

  .services-cta-section {
    padding-bottom: 72px;
  }

  .services-cta-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px;
  }

  .ecobyte-footer-main {
    grid-template-columns: 1fr;
  }

  .ecobyte-footer-bottom.footer-bottom {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .ecobyte-brand {
    width: 170px;
  }

  .section-kicker {
    min-height: 32px;
    padding: 0 14px;
    font-size: 12px;
  }

  .ecobyte-services-intro {
    padding-top: 58px;
  }

  .intro-copy h2 {
    font-size: 32px;
  }

  .services-highlight h3,
  .api-service-content h2,
  .services-section-heading h2,
  .delivery-process-section .services-section-heading h2,
  .services-cta-box h2 {
    font-size: 30px;
  }

  .service-card-head span {
    font-size: 42px;
  }

  .service-card-head i {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .primary-service-card h3 {
    font-size: 26px;
  }

  .highlight-tags span,
  .api-chip-panel span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .api-chip-panel {
    grid-template-columns: 1fr;
  }

  .header-style-two .header-top .top-left .info-list {
    align-items: flex-start;
    flex-direction: column;
    font-size: 12px;
    gap: 4px;
  }

  .apipartner-panel,
  .apipartner-card,
  .apipartner-detail-block {
    padding: 24px;
  }

  .apipartner-grid {
    grid-template-columns: 1fr;
  }

  .apipartner-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Premium About page refinement */
.ecobyte-about-page {
  background: #f4f7f5;
}

.ecobyte-about-page .section-kicker {
  min-height: 36px;
  padding: 0 18px;
  border-radius: 4px;
  background: #c6d936;
  color: #071f1a;
}

.about-company-hero {
  position: relative;
  padding: 86px 0 0;
  background: #10241f;
}

.about-company-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 84px;
  background: #f4f7f5;
  content: "";
}

.about-company-hero .container {
  position: relative;
  z-index: 1;
}

.about-hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
  gap: 56px;
  align-items: center;
}

.about-hero-content h2 {
  max-width: 720px;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.14;
  margin: 22px 0 20px;
}

.about-hero-content p {
  max-width: 720px;
  color: rgba(var(--theme-color-white-rgb), 0.74);
  font-size: 17px;
  line-height: 30px;
}

.about-action-row .btn-one-light {
  border-color: #ffffff;
  background: #ffffff;
  color: #10241f;
}

.about-action-row .btn-one-light:hover {
  color: #10241f;
}

.about-company-hero .about-inline-link {
  color: #c6d936;
}

.about-hero-visual {
  min-height: auto;
}

.about-hero-card-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-hero-service-card {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  border-radius: 8px;
  background: rgba(var(--theme-color-white-rgb), 0.055);
}

.about-hero-service-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(198, 217, 54, 0.16);
  color: #c6d936;
  font-size: 18px;
}

.about-hero-service-card strong {
  display: block;
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
}

.about-hero-service-card span {
  display: block;
  color: rgba(var(--theme-color-white-rgb), 0.68);
  font-size: 15px;
  line-height: 25px;
}

.about-stat-row {
  position: relative;
  z-index: 2;
  gap: 18px;
  margin-top: 58px;
}

.about-stat-card {
  min-height: 170px;
  padding: 30px;
  border-color: rgba(26, 65, 55, 0.08);
  box-shadow: 0 22px 54px rgba(16, 36, 31, 0.08);
}

.about-stat-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  margin-bottom: 22px;
  border-radius: 4px;
  background: #edf5ef;
  color: #10241f;
}

.about-stat-card strong {
  font-size: 22px;
}

.about-story-section {
  padding: 116px 0 96px;
  background: #ffffff;
}

.about-story-grid {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  margin-bottom: 52px;
}

.about-story-grid h2,
.about-section-heading h2,
.about-customers-grid h2,
.about-product-card h2,
.about-team-grid h2 {
  font-size: 46px;
  line-height: 1.12;
}

.about-story-copy {
  padding-left: 34px;
  border-left: 1px solid rgba(26, 65, 55, 0.14);
}

.about-principle-grid {
  gap: 24px;
}

.about-principle-card {
  padding: 34px;
  border-color: rgba(26, 65, 55, 0.1);
  box-shadow: none;
}

.about-principle-card::before,
.about-focus-card::before {
  height: 3px;
}

.about-principle-card i,
.about-focus-card i {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
}

.about-focus-section {
  padding: 102px 0;
  background: #f4f7f5;
}

.about-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.about-focus-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-focus-card {
  min-height: 300px;
  padding: 38px;
  border-color: rgba(26, 65, 55, 0.1);
  box-shadow: 0 18px 44px rgba(26, 65, 55, 0.05);
}

.about-focus-card h3,
.about-principle-card h3 {
  font-size: 25px;
}

.about-customers-section {
  padding: 96px 0;
  background: #10241f;
}

.about-customers-grid {
  gap: 70px;
}

.about-customer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-customer-list span {
  min-height: 56px;
  justify-content: center;
  padding: 0 18px;
  border-color: rgba(var(--theme-color-white-rgb), 0.14);
  background: rgba(var(--theme-color-white-rgb), 0.06);
  text-align: center;
}

.about-product-section {
  padding: 104px 0;
  background: #ffffff;
}

.about-product-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  gap: 42px;
}

.about-product-card {
  min-height: 520px;
  padding: 46px;
  border: 0;
  background: #10241f;
  box-shadow: none;
}

.about-product-card .section-kicker {
  background: rgba(198, 217, 54, 0.18);
  color: #c6d936;
}

.about-product-card h2 {
  color: #ffffff;
}

.about-product-card p {
  color: rgba(var(--theme-color-white-rgb), 0.72);
}

.about-api-tags span {
  background: rgba(var(--theme-color-white-rgb), 0.08);
  color: #ffffff;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}

.about-image-frame.secondary {
  height: 520px;
  border: 1px solid rgba(26, 65, 55, 0.1);
  box-shadow: none;
}

.about-team-section {
  padding: 104px 0 112px;
  background: #f4f7f5;
}

.about-team-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 60px;
  align-items: center;
}

.about-team-grid h2 {
  color: var(--theme-color2);
}

.about-team-grid p {
  color: #5f6567;
}

.about-team-grid .section-kicker {
  background: #c6d936;
  color: #071f1a;
}

.about-team-grid .about-inline-link {
  color: var(--theme-color2);
}

.about-role-grid {
  gap: 16px;
}

.about-role-card {
  min-height: 104px;
  padding: 24px;
  border-color: rgba(26, 65, 55, 0.1);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(26, 65, 55, 0.05);
}

.about-role-card i {
  background: #edf5ef;
  color: var(--theme-color2);
}

.about-role-card span {
  color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
  .about-company-hero {
    padding-top: 82px;
  }

  .about-company-hero::after {
    height: 90px;
  }

  .about-hero-grid,
  .about-story-grid,
  .about-product-grid,
  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-hero-content h2 {
    font-size: 40px;
  }

  .about-story-grid h2,
  .about-section-heading h2,
  .about-customers-grid h2,
  .about-product-card h2,
  .about-team-grid h2 {
    font-size: 40px;
  }

  .about-hero-visual {
    min-height: 0;
  }

  .about-hero-card-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .about-company-hero {
    padding: 56px 0 0;
  }

  .about-company-hero::after {
    height: 64px;
  }

  .about-hero-content h2,
  .about-story-grid h2,
  .about-section-heading h2,
  .about-customers-grid h2,
  .about-product-card h2,
  .about-team-grid h2 {
    font-size: 32px;
  }

  .about-hero-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .about-image-frame.primary,
  .about-image-frame.secondary {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-image-note {
    right: auto;
    bottom: auto;
    margin-top: 16px;
  }

  .about-hero-card-panel {
    grid-template-columns: 1fr;
  }

  .about-hero-service-card {
    min-height: 0;
    padding: 24px;
  }

  .about-stat-row,
  .about-principle-grid,
  .about-focus-grid,
  .about-customer-list,
  .about-role-grid {
    grid-template-columns: 1fr;
  }

  .about-story-section,
  .about-focus-section,
  .about-customers-section,
  .about-product-section,
  .about-team-section {
    padding: 66px 0;
  }

  .about-story-copy {
    padding-left: 0;
    border-left: 0;
  }

  .about-product-card,
  .about-focus-card,
  .about-principle-card {
    min-height: auto;
    padding: 28px;
  }
}

@media (max-width: 575.98px) {
  .about-hero-content h2,
  .about-story-grid h2,
  .about-section-heading h2,
  .about-customers-grid h2,
  .about-product-card h2,
  .about-team-grid h2 {
    font-size: 29px;
  }

  .about-stat-card,
  .about-role-card,
  .about-product-card,
  .about-focus-card,
  .about-principle-card {
    padding: 24px;
  }

  .about-action-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Homepage content expansion */
.ecobyte-capability-section {
  padding: 96px 0;
  background: #f5f8f6;
}

.ecobyte-capability-shell {
  display: grid;
  grid-template-columns: minmax(380px, 0.84fr) minmax(0, 1.16fr);
  gap: 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(26, 65, 55, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(16, 36, 31, 0.08);
}

.ecobyte-capability-intro {
  position: relative;
  min-width: 0;
  padding: 54px;
  background: #10241f;
}

.ecobyte-capability-intro::after {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(198, 217, 54, 0.18);
  border-radius: 50%;
  content: "";
}

.ecobyte-capability-intro .sub-title {
  display: inline-flex;
  width: auto;
  margin-bottom: 28px;
  padding: 10px 18px;
  border-radius: 4px;
  background: rgba(198, 217, 54, 0.18);
  color: #c6d936;
  line-height: 1;
}

.ecobyte-capability-intro .title {
  max-width: 520px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.08;
}

.ecobyte-capability-intro p {
  max-width: 520px;
  margin: 0;
  color: rgba(var(--theme-color-white-rgb), 0.76);
  font-size: 17px;
  line-height: 31px;
}

.ecobyte-capability-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.ecobyte-capability-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  border-radius: 4px;
  background: rgba(var(--theme-color-white-rgb), 0.06);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.ecobyte-capability-list {
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
}

.ecobyte-capability-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  min-height: auto;
  padding: 30px 38px;
  border: 0;
  border-left: 1px solid rgba(26, 65, 55, 0.08);
  border-bottom: 1px solid rgba(26, 65, 55, 0.08);
  background: #ffffff;
  box-shadow: none;
  transition: background-color 220ms ease, transform 220ms ease;
}

.ecobyte-capability-card > div {
  min-width: 0;
}

.ecobyte-capability-card:nth-child(4) {
  border-bottom: 0;
}

.ecobyte-capability-card:hover {
  background: #fbfdf7;
  transform: translateY(-2px);
}

.ecobyte-capability-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 6px;
  background: #e8f6f2;
  color: #007f9f;
  font-size: 21px;
}

.ecobyte-capability-card:nth-child(2) .icon {
  background: #f4f8d7;
  color: #739100;
}

.ecobyte-capability-card:nth-child(3) .icon {
  background: #eef0ff;
  color: #4852c9;
}

.ecobyte-capability-card:nth-child(4) .icon {
  background: #fff2dc;
  color: #b56700;
}

.ecobyte-capability-card h3 {
  margin: 0 0 10px;
  color: var(--theme-color2);
  font-size: 23px;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.ecobyte-capability-card p {
  margin: 0 0 16px;
  color: #5f6567;
  font-size: 16px;
  line-height: 28px;
  overflow-wrap: break-word;
}

.ecobyte-capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ecobyte-capability-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(26, 65, 55, 0.08);
  border-radius: 4px;
  background: #f4f7f5;
  color: var(--theme-color2);
  font-size: 13px;
  font-weight: 800;
}

.ecobyte-api-section {
  position: relative;
  overflow: hidden;
  background: #10241f;
}

.ecobyte-api-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(198, 217, 54, 0.14), transparent 38%),
    radial-gradient(circle at 92% 12%, rgba(0, 127, 159, 0.18), transparent 30%);
  content: "";
}

.ecobyte-api-section .container {
  position: relative;
  z-index: 1;
}

.ecobyte-api-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.ecobyte-api-content .sub-title {
  display: inline-flex;
  width: auto;
  margin-bottom: 24px;
  padding: 10px 18px;
  border-radius: 4px;
  background: rgba(198, 217, 54, 0.18);
  color: #c6d936;
  line-height: 1;
}

.ecobyte-api-content .title {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.12;
}

.ecobyte-api-content .text {
  color: rgba(var(--theme-color-white-rgb), 0.74);
  font-size: 17px;
  line-height: 31px;
}

.ecobyte-api-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.ecobyte-api-actions .btn-one-light {
  background: #c6d936;
  border-color: #c6d936;
  color: #071f1a;
}

.ecobyte-inline-link {
  color: #ffffff;
  font-weight: 700;
}

.ecobyte-inline-link:hover {
  color: #c6d936;
}

.ecobyte-api-panel {
  padding: 36px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  border-radius: 8px;
  background: rgba(var(--theme-color-white-rgb), 0.07);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.ecobyte-api-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(var(--theme-color-white-rgb), 0.72);
}

.ecobyte-api-panel-head strong {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
}

.ecobyte-api-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ecobyte-api-list span {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 16px 18px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  border-radius: 6px;
  background: rgba(var(--theme-color-white-rgb), 0.07);
  color: #ffffff;
  font-weight: 700;
}

.ecobyte-api-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}

.ecobyte-api-flow div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 154px;
  padding: 24px 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(var(--theme-color-white-rgb), 0.1), rgba(var(--theme-color-white-rgb), 0.055));
}

.ecobyte-api-flow div::before {
  position: absolute;
  top: 16px;
  right: 16px;
  color: rgba(198, 217, 54, 0.28);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ecobyte-api-flow div:nth-of-type(1)::before {
  content: "01";
}

.ecobyte-api-flow div:nth-of-type(2)::before {
  content: "02";
}

.ecobyte-api-flow div:nth-of-type(3)::before {
  content: "03";
}

.ecobyte-api-flow strong {
  display: block;
  margin-bottom: 10px;
  color: #c6d936;
  font-size: 17px;
  line-height: 1.35;
}

.ecobyte-api-flow p {
  margin: 0;
  color: rgba(var(--theme-color-white-rgb), 0.7);
  font-size: 14px;
  line-height: 24px;
}

.ecobyte-api-flow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(198, 217, 54, 0.2);
  border-radius: 50%;
  background: rgba(198, 217, 54, 0.08);
  color: #c6d936;
  font-size: 17px;
}

.ecobyte-market-section {
  background: #ffffff;
}

.growth-section-two {
  height: auto !important;
  min-height: 0;
  padding: 78px 0 !important;
  background: #f5f8f6 !important;
  background-image: none !important;
}

.growth-section-two > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.growth-section-two .outer-box {
  max-width: 1180px;
  padding: 28px;
  border: 1px solid rgba(26, 65, 55, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(16, 36, 31, 0.08);
}

.growth-section-two .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  align-items: stretch;
}

.growth-section-two .row > [class*="col-"] {
  display: flex;
}

.growth-section-two .growth-block {
  width: 100%;
  min-height: 148px;
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(26, 65, 55, 0.08);
  border-radius: 8px;
  background: #f8faf8;
}

.growth-section-two .growth-block .pie-graph {
  flex: 0 0 112px;
  width: 112px;
  height: 112px;
}

.growth-section-two .growth-block .graph-outer,
.growth-section-two .growth-block .graph-outer canvas {
  width: 112px !important;
  height: 112px !important;
}

.growth-section-two .growth-block .pie-graph .inner-text {
  width: 74px;
  height: 74px;
  line-height: 74px;
  font-size: 22px;
}

.growth-section-two .growth-block .content-box .title {
  margin-bottom: 8px;
  color: var(--theme-color2);
  font-size: 20px;
  line-height: 1.3;
  text-transform: none;
}

.growth-section-two .growth-block .content-box .text {
  max-width: 230px;
  color: #5f6567;
  font-size: 15px;
  line-height: 26px;
}

.ecobyte-market-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 58px;
  align-items: center;
}

.ecobyte-market-content .title {
  margin-bottom: 24px;
  color: var(--theme-color2);
  font-size: 48px;
  line-height: 1.12;
}

.ecobyte-market-content .text {
  color: #5f6567;
  font-size: 17px;
  line-height: 31px;
}

.ecobyte-market-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ecobyte-market-list span {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px;
  border: 1px solid rgba(26, 65, 55, 0.1);
  border-radius: 8px;
  background: #f7faf8;
  color: var(--theme-color2);
  font-weight: 700;
}

.ecobyte-market-list i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #c6d936;
  color: #071f1a;
}

.ecobyte-market-list span:nth-child(2) i {
  background: #ddf3ff;
  color: #007f9f;
}

.ecobyte-market-list span:nth-child(3) i {
  background: #eef0ff;
  color: #4852c9;
}

.ecobyte-market-list span:nth-child(4) i {
  background: #fff2dc;
  color: #b56700;
}

.feature-block .inner-box {
  height: 100%;
}

.feature-block .inner-box .text {
  min-height: 112px;
  margin: 18px 0 24px;
  color: #5f6567;
  font-size: 15px;
  line-height: 26px;
}

@media (max-width: 1199.98px) {
  .ecobyte-capability-shell {
    grid-template-columns: 1fr;
  }

  .ecobyte-capability-intro {
    padding: 44px;
  }

  .ecobyte-capability-intro .title {
    font-size: 40px;
  }

  .ecobyte-capability-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecobyte-capability-card {
    border-left: 0;
  }

  .ecobyte-capability-card:nth-child(even) {
    border-left: 1px solid rgba(26, 65, 55, 0.08);
  }

  .ecobyte-capability-card:nth-child(3) {
    border-bottom: 0;
  }

  .ecobyte-api-grid,
  .ecobyte-market-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ecobyte-api-content .title,
  .ecobyte-market-content .title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .ecobyte-capability-section,
  .ecobyte-api-section,
  .ecobyte-market-section {
    padding: 68px 0;
  }

  .ecobyte-capability-list,
  .ecobyte-api-list,
  .ecobyte-market-list {
    grid-template-columns: 1fr;
  }

  .ecobyte-api-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ecobyte-api-flow i {
    transform: rotate(90deg);
    justify-self: center;
  }

  .ecobyte-api-flow div {
    min-height: 128px;
  }

  .ecobyte-api-panel,
  .ecobyte-capability-card {
    padding: 26px;
  }

  .ecobyte-capability-card {
    grid-template-columns: 1fr;
    min-height: auto;
    border-left: 0;
  }

  .ecobyte-capability-card:nth-child(even) {
    border-left: 0;
  }

  .ecobyte-capability-card .icon {
    grid-row: auto;
    margin-bottom: 0;
  }

  .ecobyte-capability-card:nth-child(3) {
    border-bottom: 1px solid rgba(26, 65, 55, 0.08);
  }

  .ecobyte-capability-intro {
    padding: 32px;
  }

  .ecobyte-capability-intro .title,
  .ecobyte-api-content .title,
  .ecobyte-market-content .title {
    font-size: 34px;
  }

  .growth-section-two {
    padding: 56px 0 !important;
  }

  .growth-section-two .outer-box {
    padding: 16px;
  }

  .growth-section-two .growth-block {
    align-items: flex-start;
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .ecobyte-capability-section .container {
    width: 100vw;
    max-width: 100vw;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .ecobyte-capability-shell {
    display: block;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    border-radius: 6px;
    overflow: hidden;
  }

  .ecobyte-capability-list {
    display: block;
    width: 100%;
  }

  .ecobyte-capability-intro {
    padding: 30px 26px;
  }

  .ecobyte-capability-intro .title {
    font-size: 30px;
    line-height: 1.16;
  }

  .ecobyte-capability-intro p {
    font-size: 16px;
    line-height: 28px;
  }

  .ecobyte-capability-proof span {
    min-height: 36px;
    padding: 0 14px;
  }

  .ecobyte-capability-card {
    display: block;
    width: 100%;
    padding: 28px 26px;
  }

  .ecobyte-capability-card .icon {
    margin-bottom: 18px;
  }

  .ecobyte-capability-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 575.98px) {
  html,
  body,
  .page-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-wrapper *,
  .page-wrapper *::before,
  .page-wrapper *::after {
    box-sizing: border-box;
  }

  .container,
  .auto-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .row > * {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .content-column,
  .image-column,
  .contact-hero-grid > *,
  .contact-panel-grid > *,
  .team-hero-grid > *,
  .product-hero-grid > *,
  .ecobyte-services-intro > *,
  .services-visual-grid > *,
  .primary-service-grid > *,
  .ecobyte-capability-shell > *,
  .ecobyte-api-grid > *,
  .ecobyte-market-grid > * {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .page-wrapper h1,
  .page-wrapper h2,
  .page-wrapper h3,
  .page-wrapper h4,
  .page-wrapper p,
  .page-wrapper li,
  .page-wrapper a,
  .page-wrapper strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .banner-section-two .content-column .inner-column .content-box .title {
    font-size: 36px !important;
  }

  .page-title .title {
    font-size: 32px !important;
  }

  .intro-copy h2,
  .contact-hero-copy h2,
  .team-hero-grid h2,
  .product-hero-copy h2,
  .product-section-heading h2,
  .services-highlight h3,
  .services-section-heading h2,
  .services-cta-box h2,
  .about-section-two .content-column .inner-column .sec-title .title {
    font-size: 29px !important;
    line-height: 1.2 !important;
  }

  .about-section-two .content-column .inner-column .sec-title .text,
  .contact-quick-card,
  .contact-form-panel,
  .contact-office-card,
  .product-flow-card,
  .team-capability-card,
  .primary-service-card,
  .intro-panel {
    width: 100%;
    max-width: 100%;
  }

  .about-block-two,
  .about-section-two .content-column .inner-column .list,
  .product-action-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-section-two .image-column .inner-column .image img {
    max-width: 100%;
  }

  .btn-one-light,
  .btn-two-rounded,
  .btn-one-rounded {
    white-space: normal;
  }
}
