/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Signature Emerald & Gold Luxury Theme */
    --primary-color: #059669;
    --primary-dark: #047857;
    --secondary-color: #0d9488;
    --accent-color: #14b8a6;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --bg-light: #fafaf9;
    --bg-cream: #fef9f3;
    --bg-white: #ffffff;
    --border-color: #e7e5e4;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 20px 25px rgba(0, 0, 0, 0.1);
    --shadow-glow: 0 0 30px rgba(5, 150, 105, 0.15);
    
    /* Luxury Gradients */
    --gradient-primary: linear-gradient(135deg, #059669 0%, #10b981 100%);
    --gradient-luxury: linear-gradient(135deg, #fef3c7 0%, #fde68a 50%, #d97706 100%);
    --gradient-hero: linear-gradient(135deg, #064e3b 0%, #059669 40%, #10b981 80%, #34d399 100%);
    --gradient-cream: linear-gradient(180deg, #fef9f3 0%, #fef3c7 100%);
    --gradient-soft: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    
    /* Gold & Silver Accents */
    --gold-accent: #d97706;
    --gold-light: #fbbf24;
    --gold-glow: #fef3c7;
    --silver-accent: #94a3b8;
    --champagne: #f5e6d3;
}

#overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8); /* Black background with opacity */
	z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000; /* Specify a stack order in case you're using a different order for other elements */
	/* Add a pointer on hover */
}

#ts-preloader-absolute16 {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 10px;
}
.tsperloader16 {
	width: 20px;
	height: 20px;
	background-color: #059669;
	margin-right: 110px;
	float: left;
	margin-bottom: 110px;
	border-radius: 10px;
}
.tsperloader16:nth-child(2n + 0) {
	margin-right: 0px;
}
#tsperloader16_one {
	-webkit-animation: tsperloader16_one 2s infinite;
	animation: tsperloader16_one 2s infinite;
	background: #fff;
}
#tsperloader16_two {
	-webkit-animation: tsperloader16_two 2s infinite;
	animation: tsperloader16_two 2s infinite;
}
#tsperloader16_three {
	-webkit-animation: tsperloader16_three 2s infinite;
	animation: tsperloader16_three 2s infinite;
}
#tsperloader16_four {
	-webkit-animation: tsperloader16_four 2s infinite;
	animation: tsperloader16_four 2s infinite;
	background: #fff;
}
#tsperloader16_big {
	-webkit-animation: tsperloader16_big 0.5s infinite;
	animation: tsperloader16_big 0.5s infinite;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
	background: -webkit-linear-gradient(130deg, #fff 20%, #059669 70%);
	transform: rotate(-45deg);
}
@-webkit-keyframes tsperloader16_big {
	25% {
		-webkit-transform: scale(0.5);
	}
}
@keyframes tsperloader16_big {
	25% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}
@-webkit-keyframes tsperloader16_one {
	25% {
		-webkit-transform: translate(130px, 0) rotate(-90deg);
	}
	50% {
		-webkit-transform: translate(130px, 130px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translate(0, 130px) rotate(-270deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes tsperloader16_one {
	25% {
		transform: translate(130px, 0) rotate(-90deg);
		-webkit-transform: translate(130px, 0) rotate(-90deg);
	}
	50% {
		transform: translate(130px, 130px) rotate(-180deg);
		-webkit-transform: translate(130px, 130px) rotate(-180deg);
	}
	75% {
		transform: translate(0, 130px) rotate(-270deg);
		-webkit-transform: translate(0, 130px) rotate(-270deg);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}
@-webkit-keyframes tsperloader16_two {
	25% {
		-webkit-transform: translate(0, 130px) rotate(-90deg);
	}
	50% {
		-webkit-transform: translate(-130px, 130px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translate(-130px, 0) rotate(-270deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes tsperloader16_two {
	25% {
		transform: translate(0, 130px) rotate(-90deg);
		-webkit-transform: translate(0, 130px) rotate(-90deg);
	}
	50% {
		transform: translate(-130px, 130px) rotate(-180deg);
		-webkit-transform: translate(-130px, 130px) rotate(-180deg);
	}
	75% {
		transform: translate(-130px, 0) rotate(-270deg);
		-webkit-transform: translate(-130px, 0) rotate(-270deg);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}
@-webkit-keyframes tsperloader16_three {
	25% {
		-webkit-transform: translate(0, -130px) rotate(-90deg);
	}
	50% {
		-webkit-transform: translate(130px, -130px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translate(130px, 0) rotate(-270deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes tsperloader16_three {
	25% {
		transform: translate(0, -130px) rotate(-90deg);
		-webkit-transform: translate(0, -130px) rotate(-90deg);
	}
	50% {
		transform: translate(130px, -130px) rotate(-180deg);
		-webkit-transform: translate(130px, -130px) rotate(-180deg);
	}
	75% {
		transform: translate(130px, 0) rotate(-270deg);
		-webkit-transform: translate(130px, 0) rotate(-270deg);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}
@-webkit-keyframes tsperloader16_four {
	25% {
		-webkit-transform: translate(-130px, 0) rotate(-90deg);
	}
	50% {
		-webkit-transform: translate(-130px, -130px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translate(0, -130px) rotate(-270deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes tsperloader16_four {
	25% {
		transform: translate(-130px, 0) rotate(-90deg);
		-webkit-transform: translate(-130px, 0) rotate(-90deg);
	}
	50% {
		transform: translate(-130px, -130px) rotate(-180deg);
		-webkit-transform: translate(-130px, -130px) rotate(-180deg);
	}
	75% {
		transform: translate(0, -130px) rotate(-270deg);
		-webkit-transform: translate(0, -130px) rotate(-270deg);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
    /*padding-bottom: 80px;*/
    background: var(--bg-white);
}

/* Elegant Typography Enhancement */
h1, h2, h3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: -0.02em;
}

.section-header h2 {
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gradient-luxury);
    border-radius: 2px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease, transform 0.3s ease;
    border-bottom: 1px solid var(--border-color);
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);
}

.nav-logo i {
    font-size: 2.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(5, 150, 105, 0.3));
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-text span {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Georgia', serif;
}

.tagline-nav {
    font-size: 0.85rem;
    color: var(--gold-accent);
    font-weight: 500;
    font-style: italic;
    font-family: 'Georgia', serif;
    margin-top: -2px;
    opacity: 0.9;
}


.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 1.05rem;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section - Enhanced with Breathing Effect */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: var(--gradient-hero);
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    animation: breathe 4s ease-in-out infinite;
    border-radius: 50%;
    filter: blur(40px);
}

@keyframes breathe {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.8;
    }
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        url('../images/IMG_0598.jpeg') center center / cover no-repeat,
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    animation: float 20s ease-in-out infinite;
    opacity: 0.35;
    filter: blur(1px);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(6, 78, 59, 0.4) 0%, rgba(5, 150, 105, 0.2) 100%);
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-text {
    color: white;
}

.hero-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    animation: slideInLeft 0.8s ease-out;
}

.highlight {
    background: var(--gradient-luxury);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(217, 119, 6, 0.3));
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% {
        filter: drop-shadow(0 2px 4px rgba(217, 119, 6, 0.3)) brightness(1);
    }
    50% {
        filter: drop-shadow(0 2px 8px rgba(217, 119, 6, 0.5)) brightness(1.1);
    }
}

.subtitle {
    font-weight: 300;
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.hero-description {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    margin-bottom: 1.5rem;
    opacity: 0.9;
    animation: slideInLeft 0.8s ease-out 0.2s both;
    line-height: 1.6;
}

.hero-tagline {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-family: 'Georgia', serif;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 2rem;
    background: var(--gradient-luxury);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5px;
    animation: slideInLeft 0.8s ease-out 0.3s both;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-tagline i {
    color: var(--gold-light);
    filter: drop-shadow(0 2px 6px rgba(251, 191, 36, 0.6));
    animation: gentleFloat 3s ease-in-out infinite;
}

@keyframes gentleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: slideInLeft 0.8s ease-out 0.5s both;
}

.btn {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold-accent) 0%, var(--gold-light) 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(217, 119, 6, 0.4);
    font-weight: 700;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(217, 119, 6, 0.5), 0 0 30px rgba(217, 119, 6, 0.3);
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-accent) 100%);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--bg-white);
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-color);
    border-color: var(--gold-accent);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    animation: slideInRight 1s ease-out 0.6s both;
}

.stat {
    text-align: center;
    color: white;
    background: rgba(255, 255, 255, 0.12);
    padding: 2rem;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.stat:hover {
    transform: translateY(-8px) scale(1.05);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(217, 119, 6, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(217, 119, 6, 0.3);
}

.stat h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: var(--gradient-luxury);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(217, 119, 6, 0.5));
}

.stat p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Services Section - Luxury Cream Background */
.services {
    padding: 100px 0;
    background: var(--gradient-cream);
    position: relative;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><circle cx="50" cy="50" r="1" fill="rgba(217,119,6,0.05)"/></svg>');
    opacity: 0.3;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.section-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.section-header p {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.2rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.8rem 1.5rem;
    border-radius: 16px;
    box-shadow: var(--shadow), var(--shadow-glow);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-luxury);
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.3);
}

.service-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 50px rgba(5, 150, 105, 0.2), var(--shadow-glow);
    border-color: rgba(217, 119, 6, 0.3);
}

.service-card:hover::after {
    opacity: 1;
}

.service-icon {
    width: 55px;
    height: 55px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 8px 16px rgba(5, 150, 105, 0.3), 0 0 20px rgba(217, 119, 6, 0.2);
    animation: gentlePulse 3s ease-in-out infinite;
}

@keyframes gentlePulse {
    0%, 100% {
        box-shadow: 0 8px 16px rgba(5, 150, 105, 0.3), 0 0 20px rgba(217, 119, 6, 0.2);
    }
    50% {
        box-shadow: 0 8px 20px rgba(5, 150, 105, 0.4), 0 0 30px rgba(217, 119, 6, 0.3);
    }
}

.service-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: var(--text-dark);
}

.service-card p {
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: 0.88rem;
}

.service-card ul {
    list-style: none;
}

.service-card li {
    padding: 0.25rem 0;
    color: var(--text-light);
    position: relative;
    padding-left: 1.1rem;
    font-size: 0.85rem;
}

.service-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success-color);
    font-weight: bold;
}

/* Medications Section - Dark Elegant */
.medications {
    padding: 100px 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    position: relative;
}

.medications::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120"><path d="M60 0 L60 120 M0 60 L120 60" stroke="rgba(5,150,105,0.05)" stroke-width="1"/></svg>');
    opacity: 0.4;
}

.medications .section-header h2,
.medications .section-header p {
    color: var(--bg-white);
}

.medications .section-header h2::after {
    background: var(--gradient-primary);
}

.medications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.medication-card {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.8rem 1.5rem;
    border-radius: 16px;
    box-shadow: var(--shadow), var(--shadow-glow);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.medication-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-luxury);
}

.medication-card:hover {
    border-color: rgba(217, 119, 6, 0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(217, 119, 6, 0.3);
}

.med-image {
    width: 50px;
    height: 50px;
    background: var(--gradient-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    color: white;
    font-size: 1.3rem;
}

.viva-card .med-image,
.celratin-card .med-image,
.azule-card .med-image {
    width: 55px !important;
    height: 55px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    padding: 5px !important;
    border: 1px solid #e0e0e0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0.8rem !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.viva-card .med-image img,
.celratin-card .med-image img,
.azule-card .med-image img,
.viva-card .med-image-full,
.celratin-card .med-image-full,
.azule-card .med-image-full {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.viva-price {
    text-align: center;
    padding: 0.8rem 0;
    margin-top: 0.8rem;
    border-top: 2px solid rgba(217, 119, 6, 0.3);
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 10;
}

.viva-price .price-label {
    font-size: 0.75rem;
    color: var(--text-dark);
    font-weight: 600;
    margin-right: 0.4rem;
    display: inline-block;
}

.viva-price .price-value {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--gold-accent);
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
    display: inline-block;
}

.medication-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--text-dark);
}

.med-category {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 0.75rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.med-description {
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.4;
    flex-grow: 1;
    font-size: 0.9rem;
}

.med-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.8rem;
    border-top: 1px solid var(--border-color);
    margin-top: auto;
}

.dosage, .duration {
    background: var(--bg-light);
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-dark);
}

.medication-disclaimer {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    color: #92400e;
}

.medication-disclaimer i {
    margin-right: 0.5rem;
    color: var(--warning-color);
}

/* About Section - Soft Green Background */
.about {
    padding: 100px 0;
    background: var(--gradient-soft);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(5, 150, 105, 0.1) 0%, transparent 60%);
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.about-text h3 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-weight: 500;
}

.about-text p {
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 1.1rem;
}

.credentials {
    margin-bottom: 2rem;
}

.credential {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: var(--shadow), 0 0 20px rgba(217, 119, 6, 0.1);
    border: 1px solid rgba(217, 119, 6, 0.1);
    transition: all 0.3s ease;
}

.credential:hover {
    transform: translateX(10px);
    border-color: rgba(217, 119, 6, 0.3);
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.2);
}

.credential i {
    color: var(--gold-accent);
    margin-right: 1.5rem;
    font-size: 1.5rem;
    filter: drop-shadow(0 2px 4px rgba(217, 119, 6, 0.3));
}

.hospital-info {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--primary-color);
}

.hospital-info h4 {
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.about-image {
    display: flex;
    justify-content: center;
}

.doctor-image-container {
    position: relative;
    width: 300px;
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(5, 150, 105, 0.3), 0 0 40px rgba(217, 119, 6, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.doctor-image-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(217, 119, 6, 0.3), transparent 30%);
    animation: rotate 6s linear infinite;
    z-index: 1;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.doctor-image-container:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 30px 80px rgba(5, 150, 105, 0.4), 0 0 60px rgba(217, 119, 6, 0.3);
}

.doctor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 2;
}

.doctor-image-container:hover .doctor-image {
    transform: scale(1.08);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(5, 150, 105, 0.95));
    color: white;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    z-index: 3;
}

.image-overlay p {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.image-overlay span {
    font-size: 1rem;
    opacity: 0.9;
}

/* Medical Accreditations Section - White with Subtle Pattern */
.accreditations {
    padding: 100px 0;
    background: var(--bg-white);
    position: relative;
}

.accreditations::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(5, 150, 105, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(217, 119, 6, 0.03) 0%, transparent 50%);
}

.accreditations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.accreditation-card {
    background: var(--bg-light);
    padding: 1.5rem 1.2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

.accreditation-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: var(--shadow-lg);
}

.accreditation-icon {
    width: 55px;
    height: 55px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
}

.accreditation-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    color: var(--text-dark);
}

.accreditation-card p {
    color: var(--text-light);
    margin-bottom: 0.8rem;
    line-height: 1.4;
    font-size: 0.87rem;
}

.accreditation-year {
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 0.7rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
}

/* Facility Features Section - Cream Background */
.facility-features {
    padding: 100px 0;
    background: var(--gradient-cream);
    position: relative;
}

.facility-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(217, 119, 6, 0.02) 100%);
}

.facility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.facility-item {
    background: var(--bg-white);
    padding: 1.5rem 1.2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border-left: 3px solid var(--primary-color);
}

.facility-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.facility-icon {
    width: 55px;
    height: 55px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
}

.facility-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    color: var(--text-dark);
}

.facility-item p {
    color: var(--text-light);
    line-height: 1.4;
    font-size: 0.87rem;
}

/* Patient Testimonials Section - Warm Champagne Background */
.testimonials {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--champagne) 0%, #f5f3f1 100%);
    position: relative;
}

.testimonials::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: radial-gradient(ellipse at bottom, rgba(5, 150, 105, 0.05) 0%, transparent 60%);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 1.8rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 0 20px rgba(217, 119, 6, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid rgba(217, 119, 6, 0.2);
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 0 40px rgba(217, 119, 6, 0.25);
    border-color: rgba(217, 119, 6, 0.4);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -8px;
    left: 15px;
    font-size: 4rem;
    background: var(--gradient-luxury);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Georgia', serif;
    opacity: 0.5;
}

.testimonial-content {
    margin-bottom: 1.2rem;
}

.testimonial-content p {
    color: var(--text-dark);
    font-style: italic;
    line-height: 1.5;
    font-size: 0.9rem;
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-info h4 {
    color: var(--text-dark);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.author-info span {
    color: var(--text-light);
    font-size: 0.82rem;
}

.testimonial-rating {
    color: #fbbf24;
    font-size: 0.9rem;
}

/* Contact Section - Soft Green Background */
.contact {
    padding: 100px 0;
    background: var(--gradient-soft);
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><circle cx="40" cy="40" r="1.5" fill="rgba(5,150,105,0.1)"/></svg>');
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2.5rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    transition: all 0.4s ease;
    border: 2px solid rgba(5, 150, 105, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.2), 0 0 30px rgba(217, 119, 6, 0.15);
    transform: translateX(10px) scale(1.02);
    border-color: var(--primary-color);
}

.contact-item i {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.contact-item h4 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.contact-item p {
    color: var(--text-light);
    margin: 0;
}

.contactForm {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(5, 150, 105, 0.15), 0 0 30px rgba(217, 119, 6, 0.1);
    border: 2px solid rgba(5, 150, 105, 0.15);
}

.form-group {
    margin-bottom: 1.3rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem 1.1rem;
    border: 2px solid rgba(5, 150, 105, 0.2);
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: var(--bg-white);
    font-family: 'Inter', sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
    transform: translateY(-2px);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-logo i {
    margin-right: 10px;
    color: var(--accent-color);
}

.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    color: #9ca3af;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-logo {
        font-size: 0.9rem;
    }
    
    .logo-text span {
        font-size: 1rem;
    }
    
    .tagline-nav {
        font-size: 0.6rem;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 95px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: var(--shadow);
        padding: 2rem 0;
        z-index: 999;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .hero-tagline {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
        padding: 0 15px;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        flex-direction: row;
        justify-content: center;
        gap: 0.5rem;
        flex-wrap: wrap;
    }
    
    .stat {
        padding: 1rem;
        min-width: 120px;
    }
    
    .stat h3 {
        font-size: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .service-card {
        padding: 1.3rem 1rem;
    }
    
    .medications-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .medication-card {
        padding: 1.2rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .doctor-image-container {
        width: 250px;
        height: 320px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form {
        padding: 1.8rem 1.3rem;
    }
    
    .contact-item {
        padding: 1.2rem;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .section-header p {
        font-size: 0.9rem;
    }
    
    .emergency-content {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .emergency-content span {
        font-size: 0.9rem;
    }
    
    .emergency-btn {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    
    .accreditations-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .facility-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .testimonial-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.6rem;
    }
    
    .subtitle {
        font-size: 1.2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .hero-stats {
        flex-direction: column;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .service-card,
    .medication-card {
        padding: 1.1rem;
    }
}

/* Emergency Banner */
.emergency-banner {
    background: linear-gradient(135deg, #059669, #10b981);
    color: white;
    padding: 1rem 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    animation: pulse-glow 2s ease-in-out infinite alternate;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.emergency-banner.show {
    transform: translateY(0);
}

@keyframes pulse-glow {
    0% { box-shadow: 0 -4px 12px rgba(5, 150, 105, 0.3); }
    100% { box-shadow: 0 -4px 20px rgba(5, 150, 105, 0.5); }
}

.emergency-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    text-align: center;
}

.emergency-content i {
    font-size: 1.3rem;
    color: #fef2f2;
}

.emergency-content span {
    font-size: 0.95rem;
    font-weight: 500;
}

.emergency-content strong {
    color: #fef2f2;
}

.emergency-btn {
    background: white;
    color: #059669;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.emergency-btn:hover {
    background: #f0fdf4;
    color: #047857;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

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

/* Loading animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 0.6s ease-in;
}

/* Medication Image Full Size */
.med-image-full {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

/* Viva Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background-color: var(--bg-white);
    margin: 2% auto;
    padding: 2rem;
    border-radius: 20px;
    width: 90%;
    max-width: 1100px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    color: var(--text-dark);
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modal-close:hover {
    background: var(--bg-light);
    color: var(--primary-color);
    transform: rotate(90deg);
}

.modal-content h2 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-right: 50px;
}

.modal-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.modal-media-slider {
    position: relative;
    width: 100%;
    background: var(--bg-light);
    border-radius: 15px;
    padding: 1rem;
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

.slider-container {
    position: relative;
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide {
    display: none;
    width: 100%;
    text-align: center;
}

.slide.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.slide img {
    max-width: 100%;
    max-height: 450px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slide video {
    max-width: 100%;
    max-height: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slide-caption {
    margin-top: 1rem;
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-color);
    border: none;
    padding: 1rem;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.slider-nav:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
    left: 10px;
}

.slider-nav.next {
    right: 10px;
}

.slider-dots {
    text-align: center;
    padding: 1rem 0 0.5rem;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: var(--primary-color);
    transform: scale(1.2);
}

.modal-info {
    padding: 0 1rem;
}

.modal-info h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.modal-info h4 {
    color: var(--text-dark);
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.modal-info h4 i {
    color: var(--accent-color);
}

.modal-info p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.modal-info ul {
    list-style: none;
    padding-left: 0;
}

.modal-info ul li {
    color: var(--text-light);
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.modal-info ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success-color);
    font-weight: bold;
}

/* Viva, Celratin & Azule Card Click Indicator */
.viva-card,
.celratin-card,
.azule-card {
    cursor: pointer;
    position: relative;
}

.viva-card:hover,
.celratin-card:hover,
.azule-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 40px rgba(30, 58, 138, 0.3);
    border-color: var(--primary-color);
}

.click-to-view {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    padding: 0.3rem 0.7rem;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 5;
    white-space: nowrap;
}

.viva-card:hover .click-to-view,
.celratin-card:hover .click-to-view,
.azule-card:hover .click-to-view {
    opacity: 1;
}

/* Mobile Responsive Modal */
@media (max-width: 968px) {
    .modal-content {
        width: 95%;
        padding: 1.5rem;
        margin: 5% auto;
    }
    
    .modal-body {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .modal-media-slider {
        min-height: 400px;
    }
    
    .slide img,
    .slide video {
        max-height: 350px;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        padding: 0.8rem;
    }
    
    .modal-content h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 98%;
        padding: 1rem;
        margin: 2% auto;
    }
    
    .modal-close {
        font-size: 2rem;
        right: 0.5rem;
        top: 0.5rem;
    }
    
    .modal-media-slider {
        min-height: 300px;
        padding: 0.5rem;
    }
    
    .slide img,
    .slide video {
        max-height: 250px;
    }
    
    .slider-nav {
        width: 35px;
        height: 35px;
        padding: 0.6rem;
        font-size: 1rem;
    }
    
    .slider-nav.prev {
        left: 5px;
    }
    
    .slider-nav.next {
        right: 5px;
    }
    
    .modal-content h2 {
        font-size: 1.3rem;
        padding-right: 40px;
    }
    
    .modal-info {
        padding: 0;
    }
}
