/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.frontpage .hero-section{min-height:85vh;display:flex;align-items:center;}.frontpage .services-grid .card-service{height:100%;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);}.frontpage .services-grid .card-service:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.15);}.frontpage .services-grid .card-service-image{height:200px;overflow:hidden;}.frontpage .services-grid .card-service-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.frontpage .services-grid .card-service:hover .card-service-image img{transform:scale(1.05);}.testimonials-carousel .testimonial-item{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:var(--border-radius-xl);padding:2rem;margin:1rem;}.doctor-card{text-align:center;transition:all 0.3s ease;}.doctor-card:hover{transform:translateY(-10px);}.doctor-card-image{width:200px;height:200px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:5px solid var(--light-gray);}.doctor-card-image img{width:100%;height:100%;object-fit:cover;}.doctor-card h3{margin-bottom:0.5rem;}.doctor-card .specialty{color:var(--primary-color);font-weight:500;margin-bottom:1rem;}.frontpage .contact-form{background:var(--white);padding:3rem;border-radius:var(--border-radius-xl);box-shadow:var(--shadow-lg);}.whatsapp-pulse{animation:pulse 2s infinite;}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,0.7);}70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}}
