.pro-card{width:100%;height:400px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);display:flex;flex-direction:column;position:relative;cursor:pointer;transition:box-shadow .3s}@media(max-width:575px){.pro-card{height:auto}}.pro-card .pro-card__body{padding:10px 15px}.pro-card .tags{position:absolute;top:10px;z-index:9;display:flex;justify-content:space-between;width:100%;padding:0 10px}.pro-card .tags .left-tag{background-color:#581c87;border:1px solid #581c87;border-radius:5px}.pro-card .tags .left-tag,.pro-card .tags .right-tag{padding:4px 5px;height:22px;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:14px;font-weight:600;color:#fff}.pro-card .tags .right-tag{background-color:#3ab97c;border:1px solid #3ab97c;border-radius:5px}.pro-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.12)}.pro-card__img{position:relative;width:307px;height:234px}@media(max-width:575px){.pro-card__img{width:100%;height:141px}}.pro-card__img .carousel-slide{position:relative;width:100%;height:230px}.pro-card__img .carousel-slide div{height:100%}.pro-card__img .carousel-slide .pro-card__img--image{object-fit:cover;width:100%;height:100%}.pro-card__labels{position:absolute;top:12px;left:12px;display:flex;gap:8px}.pro-card__labels .ant-tag{padding:1px 10px;font-size:13px;border-radius:4px;line-height:20px;font-weight:600}.pro-card__labels .ready{background:#27ae60;color:#fff;border:none}.pro-card__labels .plan{background:#2f6fed;color:#fff;border:none}.pro-card .carousel-btn{position:absolute;top:56%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:50%;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.pro-card .right{position:absolute;right:0;top:50%;transform:rotate(45deg);transform:rotate(180deg)}.pro-card__body{flex:1 1;padding:14px 20px;flex-direction:column}.pro-card__body,.pro-card__price{display:flex;justify-content:space-between}.pro-card__price{align-items:center}.pro-card__price h3{margin:0;font-size:20px;font-weight:700}.pro-card__price .type{background:#f0f0f0;color:#6b6b6b;border:none;font-size:13px;padding:2px 12px;border-radius:6px}.pro-card__location{display:flex;align-items:center;gap:6px;margin:6px 0}.pro-card__location span{color:#4d4d4d;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-card__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#19273d}.pro-card__meta span{display:flex;align-items:center;gap:4px}.pro-card__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:10px}.pro-card__actions button{height:38px;border-radius:8px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s}.pro-card__actions .call{background:#f8f4ff;border:none;font-size:16px;line-height:24px;font-weight:600;color:#581c87;cursor:pointer;transition:.4s ease-in-out}.pro-card__actions .call:hover{background:#662d91;color:#fff}.pro-card__actions .whatsapp{border:none;background:#edfdfb;font-size:16px;line-height:24px;font-weight:600;color:#25d366;cursor:pointer;transition:.4s ease-in-out}.pro-card__actions .whatsapp:hover{background:#25d366;color:#fff}