.elementor-8601 .elementor-element.elementor-element-b3f1dbd{--display:flex;overflow:visible;}/* Start custom CSS *//* Container for the cards grid */
.fc-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 20px; /* Space between cards */
  max-width: 1200px; /* Overall grid width */
  margin: 0 auto;
}

/* Adjust wrapper width inside grid */
.fc-wrap {
  width: 100%;
  max-width: none; /* Allows grid to control width */
}

/* Tablet view (2 per row) */
@media (max-width: 992px) {
  .fc-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile view (1 per row) */
@media (max-width: 576px) {
  .fc-container {
    grid-template-columns: 1fr;
  }
}
.fc-wrap{perspective:1200px;max-width:340px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
.fc-card{position:relative;width:100%;aspect-ratio:3/4;transform-style:preserve-3d;transition:transform .7s cubic-bezier(0.4,0,0.2,1);cursor:pointer}
.fc-card.flipped{transform:rotateY(180deg)}
.fc-face{position:absolute;inset:0;backface-visibility:hidden;border-radius:16px;background:#fff;border:1px solid #e8e8e8;box-shadow:0 2px 12px rgba(0,0,0,0.06),0 8px 32px rgba(0,0,0,0.04);overflow:hidden}
.fc-front{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;box-sizing:border-box}
.fc-back{transform:rotateY(180deg);padding:28px;display:flex;flex-direction:column;box-sizing:border-box}
.fc-logo{width:120px;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.fc-logo-sm{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fc-name{margin:0;font-size:22px;font-weight:600;color:#1a1a1a;text-align:center}
.fc-tag{margin:8px 0 0;font-size:13px;color:#888;text-align:center;max-width:240px;line-height:1.5}
.fc-hint{margin-top:auto;padding-top:20px;font-size:12px;color:#bbb;display:flex;align-items:center;gap:6px;justify-content:center}
.fc-bhead{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}
.fc-bname{margin:0;font-size:17px;font-weight:600;color:#1a1a1a}
.fc-bcountry{margin:2px 0 0;font-size:12px;color:#999}
.fc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}
.fc-cell{background:#f8f8f8;border-radius:10px;padding:12px}
.fc-label{margin:0 0 4px;font-size:10px;color:#aaa;text-transform:uppercase;letter-spacing:0.06em;font-weight:500}
.fc-value{margin:0;font-size:15px;font-weight:600;color:#1a1a1a}
.fc-alabel{margin:0 0 8px;font-size:10px;color:#aaa;text-transform:uppercase;letter-spacing:0.06em;font-weight:500}
.fc-atext{margin:0;font-size:13px;color:#555;line-height:1.6}/* End custom CSS */