/* ================ HERO SECTION ================== */
#hero-home .hero-slide.web-slide.slide-1 {
  background: url("/wp-content/uploads/2025/03/web-development.jpg") no-repeat center / cover;
}

/* DESIGN SECTION */
#design-web {
/*   background-color: var(--primary-clr); */
}

#design-web .section-subheading {
/*   color: #8e88b8; */
  margin-bottom: 12px;
}

#design-web .section-heading {
/*   color: #ffffff; */
  margin-bottom: 40px;
}

#design-web .design-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#design-web .design-card {
  overflow: hidden;
  position: relative;
  padding: 43px 30px 65px;
  background: #262051;
  color: #aeaacb;
  border: 1px solid #46416b;
  transition: all 0.3s linear;
}

#design-web .big-number {
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 100px;
  font-weight: 800;
/*   font-family: "Montserrat", sans-serif; */
  line-height: 72px;
  color: #332d5f;
}

#design-web .card-content {
  position: relative;
  z-index: 1;
}

#design-web .design-title {
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

#design-web .design-description {
  color: #aeaacb;
  font-weight: 400;
  line-height: 1.8;
}

#design-web .learn-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #43baff;
  margin-top: 24px;
  text-transform: uppercase;
}

#design-web .right-arrow {
  margin-right: 7px;
  transition: 0.3s linear;
}

#design-web .learn-link:hover .right-arrow {
  margin-right: 2px;
}

#design-web .icon-main {
  position: absolute;
  bottom: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background: #332d5f;
  border-radius: 50%;
}

#design-web .icon-main i {
  position: absolute;
  top: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}

#design-web .design-card:hover {
  background: #fff;
  color: #6d6d6d;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}

#design-web .design-card:hover .big-number {
  color: #f4f6f6;
}

#design-web .design-card:hover .icon-main {
  background: #43baff;
}

#design-web .design-card:hover .design-title {
  color: #1b1d21;
}

#design-web .design-card:hover .design-description {
  color: #6d6d6d;
}

/* ================ TRUST STYLES ================== */
#trust-web {
  background: url(/wp-content/uploads/2020/02/bg-tech-home1.jpg) no-repeat top / cover;
  min-height: 450px;	
  display: flex;
  align-items: center;	
}

#trust-web .section-subheading {
  color: #ffffff;
  margin-bottom: 12px;
}

#trust-web .section-heading {
  color: #ffffff;
  margin-bottom: 30px;
}

#trust-web .trust-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

#trust-web .trust-link {
  border: 1px solid #ffffff80;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
}

#trust-web .trust-icon {
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 24px;	
}

#trust-web .trust-title {
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}

#trust-web .trust-link:hover {
  background: #43baff;
  border-color: #43baff;
}

#trust-web .cta-btn {
	margin-top: 40px;
	text-align: center;
}

@media only screen and (max-width: 1279px) {
  #trust-web .trust-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #trust-web .trust-list {
    grid-template-columns: 1fr;
  }
}
