/*
Theme Name: Jungle Vets City
Theme URI: https://junglevetscity.com
Author: Jungle Vets City
Author URI: https://junglevetscity.com
Description: Tema personalizado para la clínica veterinaria Jungle Vets Ciudad Jardín, Málaga. Tema hijo de Twenty Twenty-Four con Full Site Editing y bloques Gutenberg.
Template: twentytwentyfour
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: junglevetscity
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, editor-style, one-column, wide-blocks
*/

/* Custom styles that complement theme.json */

/* Smooth scroll */
html {
	scroll-behavior: smooth;
}

/* Service cards hover effect */
.jvc-service-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jvc-service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Hero gradient overlay */
.jvc-hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 183, 178, 0.08) 0%, rgba(232, 69, 139, 0.08) 100%);
	pointer-events: none;
}

/* CTA section wave */
.jvc-cta-section {
	position: relative;
}

/* Phone link styles */
a[href^="tel:"] {
	text-decoration: none;
	font-weight: 600;
}

/* Map container responsive */
.jvc-map-container iframe {
	width: 100%;
	border: 0;
	border-radius: 12px;
}

/* Opening hours table */
.jvc-hours-table td,
.jvc-hours-table th {
	padding: 8px 16px;
	text-align: left;
}

/* Legal pages */
.jvc-legal-content h2 {
	margin-top: 2em;
}

.jvc-legal-content h3 {
	margin-top: 1.5em;
}

/* Blog cards */
.wp-block-post-template .wp-block-post {
	transition: transform 0.2s ease;
}

.wp-block-post-template .wp-block-post:hover {
	transform: translateY(-3px);
}

/* Buttons rounded style */
.wp-block-button__link {
	transition: all 0.3s ease;
}

/* Header sticky */
.jvc-header {
	position: sticky;
	top: 0;
	z-index: 100;
	backdrop-filter: blur(10px);
}

/* Footer links */
.jvc-footer a {
	text-decoration: none;
}

.jvc-footer a:hover {
	text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 781px) {
	.jvc-service-card {
		margin-bottom: 1rem;
	}
}
