.vl-startup-section {
  background: #eeebbf;
  padding: 90px 0;
}

.vl-startup-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.vl-startup-content {
  width: 48%;
}

.vl-startup-title {
  font-size: 68px;
  line-height: 1.08;
  font-weight: 700;
  color: #000;
  margin: 0 0 34px;
}

.vl-startup-text {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  color: #3f3f3f;
  margin: 0 0 28px;
}

.vl-google-review {
  margin-bottom: 18px;
}

.vl-google-logo {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 4px;
}

.vl-google-sub {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.vl-rating-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.vl-rating-number {
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  color: #000;
}

.vl-rating-text {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.3px;
}

.vl-stars-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  height: 30px;
  padding: 0 14px;
  background: #000;
  color: #ffd84d;
  border-radius: 999px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
}

.vl-startup-image {
  width: 43%;
}

.vl-startup-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .vl-startup-title {
    font-size: 56px;
  }

  .vl-startup-image img {
    height: 430px;
  }
}

@media (max-width: 991px) {
  .vl-startup-section {
    padding: 70px 0;
  }

  .vl-startup-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .vl-startup-content,
  .vl-startup-image {
    width: 100%;
  }

  .vl-startup-title {
    font-size: 46px;
  }

  .vl-startup-image img {
    height: auto;
  }
}

@media (max-width: 575px) {
  .vl-startup-title {
    font-size: 38px;
  }

  .vl-startup-text {
    font-size: 16px;
  }

  .vl-rating-number {
    font-size: 48px;
  }

  .vl-rating-text {
    font-size: 16px;
  }
	
}

.vl-startup-section {
  background: #ffffff; /* 🔥 white bg */
  padding: 90px 0;
}
@media (max-width: 991px) {
  .vl-startup-wrap {
    flex-direction: column;   /* 🔥 stack layout */
  }

  .vl-startup-content,
  .vl-startup-image {
    width: 100% !important;   /* 🔥 full width */
  }

  .vl-startup-image {
    margin-top: 30px;
  }

  .vl-startup-image img {
    width: 100%;
    max-width: 100%;          /* 🔥 remove limit */
    aspect-ratio: 1 / 1;
  }
}

.vl-startup-section {
  background: linear-gradient(
    180deg,
    #f9fafb 0%,
    #e6e8ec 60%,
    #dfe3e8 100%
  );
}

.vl-startup-section .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
