 .section-padding {
      padding: 80px 0;
    }

    .card-img {
      border-radius: 16px;
      overflow: hidden;
    }

    .card-img, .im {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px;
    }

    .img-tall {
      height: 420px;
    }

    .img-small {
      height: 200px;
    }

    .tag {
      display: inline-block;
      background: #1a1f26;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 12px;
      letter-spacing: 1px;
      margin-bottom: 15px;
    }

    .feature-box {
      background: #11161c;
      padding: 15px 20px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .feature-icon {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: #1f2a35;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }

    .btn-primary-custom {
      background: #11c5d9;
      border: none;
      padding: 10px 22px;
      border-radius: 25px;
      font-weight: 500;
    }

    .btn-primary-custom:hover {
      background: #0fa9bb;
    }

    .btn-circle {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #11c5d9;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      color: #000;
    }
	.card-img {
  margin-bottom: 25px;
}