
    .section-padding {
      padding: 70px 0;
    }

    .subtitle {
      font-size: 14px;
      font-weight: 600;
      color: #555;
      margin-bottom: 20px;
    }

    .main-title {
      font-size: 64px;
      line-height: 1.1;
      font-weight: 500;
      color: #000;
      max-width: 520px;
    }

    .description {
      font-size: 20px;
      line-height: 1.6;
      color: #222;
      max-width: 520px;
    }

    .btn-custom {
      border-radius: 14px;
      padding: 10px 22px;
      font-weight: 500;
    }

    .stats-grid {
      margin-top: 60px;
    }

    .card-box {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 18px;
      overflow: hidden;
      height: 100%;
    }

    .stat-card {
      min-height: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
    }

    .small-stat {
      min-height: 200px;
    }

    .stat-number {
      font-size: 72px;
      font-weight: 700;
      color: #000;
      line-height: 1;
      margin-bottom: 16px;
    }

    .stat-label {
      font-size: 22px;
      color: #222;
    }

    .image-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    @media (max-width: 991px) {
      .main-title {
        font-size: 48px;
      }

      .description {
        margin-top: 30px;
      }
    }

    @media (max-width: 767px) {
      .main-title {
        font-size: 38px;
      }

      .stat-number {
        font-size: 56px;
      }

      .stat-label {
        font-size: 18px;
      }
    }