:root {      
    --teal: #177B84; --teal-dark: #0f565c;     
    --pink: #DC507A; --orange: #E85A28;      
    --dark: #111C24; --light: #Fcfcfc;      
    --gold: #D4AF37; 
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; } 
html { scroll-behavior: smooth; overflow-x: hidden; scroll-padding-top: 100px; } 
body { background-color: var(--light); color: var(--dark); line-height: 1.6; overflow-x: hidden; width: 100%; -webkit-font-smoothing: antialiased; display: flex; flex-direction: column; min-height: 100vh; } 
.section-title { font-size: clamp(2.2rem, 4vw, 3rem); margin-bottom: 20px; color: var(--teal); font-weight: 800; text-align: center; } 

#preloader { position: fixed; inset: 0; background-color: #080d12; z-index: 99999; display: flex; justify-content: center; align-items: center; transition: opacity 0.6s ease, visibility 0.6s ease; } 
.loader-content { text-align: center; color: var(--gold); } 
.pulse-anim { font-size: 4rem; animation: pulse 1.5s infinite ease-in-out; display: inline-block; } 
@keyframes pulse { 0% { transform: scale(0.8); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 1; } 100% { transform: scale(0.8); opacity: 0.5; } } 
.page-header-spacing { padding-top: 150px; flex-grow: 1; display: flex; flex-direction: column; justify-content: flex-start; } 
.whatsapp-float { position: fixed; width: 64px; height: 64px; bottom: 30px; right: 30px; background-color: #25d366; color: #FFF; border-radius: 50%; text-align: center; font-size: 38px; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); z-index: 900; display: flex; justify-content: center; align-items: center; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); text-decoration: none; } 
.whatsapp-float:hover { transform: scale(1.15); } 
.whatsapp-float:active { transform: scale(0.9); } 

/* HEADER & NAVIGATION */
header { background: rgba(255, 255, 255, 0.98); box-shadow: 0 4px 30px rgba(0,0,0,0.05); position: fixed; width: 100%; top: 0; left: 0; z-index: 1000; display: flex; justify-content: center; } 
.header-inner { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1400px; padding: 10px 5vw; }
.logo-container a { display: flex; align-items: center; } 
.logo-container img { max-width: 100%; height: auto; max-height: 75px; object-fit: contain; display: block; transition: transform 0.3s ease; } 
.logo-container img:hover { transform: scale(1.05); }

.menu-toggle { display: none; font-size: 2rem; color: var(--dark); cursor: pointer; z-index: 1001; transition: transform 0.3s ease; padding: 10px; } 
.nav-menu { list-style: none; display: flex; gap: 20px; align-items: center; } 
.nav-link { text-decoration: none; color: var(--dark); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; transition: color 0.2s; padding: 5px; } 
.nav-link:hover, .nav-link.active { color: var(--pink); } 
.lang-btn { background: var(--teal); color: white; padding: 10px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; border: none; cursor: pointer; transition: all 0.2s; } 
.lang-btn:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(23,123,132,0.3); } 

/* MAIN HERO SECTION */
.hero { background: linear-gradient(rgba(17, 28, 36, 0.75), rgba(17, 28, 36, 0.9)), url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat; height: 100vh; min-height: 600px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; padding: 0 5vw; flex-grow: 1; } 
.hero-content { max-width: 800px; width: 100%; } 
.trust-badge-top { display: inline-block; background: rgba(255,255,255,0.1); backdrop-filter: blur(5px); padding: 8px 20px; border-radius: 30px; font-size: 0.9rem; font-weight: 600; letter-spacing: 1px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.2); text-transform: uppercase; } 
.trust-badge-top i { color: var(--gold); } 
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); margin-bottom: 20px; line-height: 1.1; font-weight: 800; } 
.hero h1 span { color: var(--orange); } 
.hero p { font-size: clamp(1rem, 2.5vw, 1.3rem); margin-bottom: 40px; font-weight: 400; line-height: 1.6; } 
.hero-buttons { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; width: 100%; } 
.btn { background-color: var(--pink); color: white; padding: 16px 30px; text-decoration: none; font-size: 1rem; font-weight: 700; border-radius: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); text-transform: uppercase; border: none; } 
.btn:hover { background-color: var(--teal); transform: translateY(-5px); box-shadow: 0 15px 25px rgba(23, 123, 132, 0.4); } 
.btn:active { transform: scale(0.95); } 
.btn-outline { background-color: transparent; border: 2px solid white; color: white; } 
.btn-outline:hover { background-color: white; color: var(--dark); border-color: white; } 

/* INNER PAGE HERO */
.page-hero { background: linear-gradient(rgba(17, 28, 36, 0.8), rgba(17, 28, 36, 0.95)), url('https://images.unsplash.com/photo-1541599540903-216a46ca1dc0?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat; padding: 180px 5vw 80px 5vw; text-align: center; color: white; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; color: var(--gold); margin-bottom: 15px;}
.page-hero p { font-size: 1.2rem; color: #ddd; max-width: 700px; margin: 0 auto; line-height: 1.6; }

/* TRUST BAR */
.trust-bar { display: flex; justify-content: center; gap: 40px; background: var(--dark); color: white; padding: 20px 5vw; flex-wrap: wrap; } 
.trust-item { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 1.1rem; } 
.trust-item i { color: var(--gold); font-size: 1.5rem; } 

/* LUXURY MOTTO ANIMATION */
.motto-section { background: var(--dark); padding: 60px 5vw; text-align: center; position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 2px solid var(--gold); }
.motto-container { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.motto-text { font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 600; font-style: italic; letter-spacing: 1px; background: linear-gradient(to right, #D4AF37 20%, #FFF 50%, #D4AF37 80%); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; animation: goldShine 4s linear infinite; }
@keyframes goldShine { to { background-position: 200% center; } }
.motto-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60%; height: 100px; background: var(--gold); filter: blur(80px); opacity: 0.15; z-index: 1; pointer-events: none; }

.section-padding { padding: 80px 5vw; width: 100%; } 
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; max-width: 1200px; margin: 0 auto; width: 100%; } 

/* FEATURE CARDS */
.feature-card { background: white; padding: 40px 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); text-align: center; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); border-bottom: 4px solid transparent; border: 1px solid rgba(0,0,0,0.03); }
.feature-card:hover { transform: translateY(-10px); border-bottom-color: var(--teal); box-shadow: 0 20px 40px rgba(23,123,132,0.1); }
.feature-card i { font-size: 3rem; color: var(--pink); margin-bottom: 20px; }
.feature-card h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--dark); font-weight: 800; }
.feature-card p { color: #666; font-size: 1.05rem; line-height: 1.7; }

/* BREED PREVIEW CARDS */
.breed-card { position: relative; border-radius: 20px; overflow: hidden; height: 350px; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.breed-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.breed-card:hover img { transform: scale(1.1); }
.breed-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,28,36,0.95) 0%, rgba(17,28,36,0.4) 50%, transparent 100%); display: flex; align-items: flex-end; padding: 30px; color: white; transition: background 0.3s; }
.breed-card:hover .breed-overlay { background: linear-gradient(to top, rgba(23,123,132,0.95) 0%, rgba(23,123,132,0.4) 50%, transparent 100%); }
.breed-info h3 { font-size: 1.8rem; font-weight: 800; margin-bottom: 5px; color: var(--gold); }
.breed-info p { font-size: 1rem; color: #ddd; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg, var(--teal-dark), var(--teal)); padding: 80px 5vw; text-align: center; color: white; position: relative; overflow: hidden; }
.cta-banner::after { content: '\f1b0'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: -20px; bottom: -50px; font-size: 15rem; opacity: 0.05; transform: rotate(-15deg); }
.cta-banner h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; margin-bottom: 20px; }
.cta-banner p { font-size: 1.2rem; max-width: 600px; margin: 0 auto 30px auto; color: #eef2f2; }

/* PET CARDS */
.pet-card { background: white; padding: 15px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); text-align: left; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: column; } 
.pet-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 25px 45px rgba(0,0,0,0.15); border-color: var(--teal); } 
.pet-image-container { position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 15px; height: 280px; width: 100%; background: #f0f0f0; } 
.pet-image-container img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; } 
.pet-card:hover .pet-image-container img { transform: scale(1.1); } 
.view-overlay { position: absolute; inset: 0; background: rgba(17, 28, 36, 0.6); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); display: flex; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; color: white; font-size: 1.2rem; font-weight: bold; gap: 10px; } 
.pet-card:hover .view-overlay { opacity: 1; } 

.price-badge { position: absolute; top: 15px; right: 15px; background: rgba(255,255,255,0.95); color: var(--dark); padding: 8px 15px; border-radius: 30px; font-weight: 800; font-size: 0.9rem; box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 2; display: flex; align-items: center; gap: 5px;} 
.price-badge i { color: var(--teal); } 
.status-badge { position: absolute; bottom: 15px; left: 15px; padding: 6px 12px; border-radius: 5px; font-weight: 800; font-size: 0.8rem; z-index: 2; text-transform: uppercase; letter-spacing: 1px; color: white;} 
.status-available { background: var(--teal); } 
.status-pending { background: var(--orange); } 
.status-sold { background: var(--dark); } 

.pet-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; } 
.pet-info-item { background: #f8f9fa; padding: 10px; border-radius: 8px; font-size: 0.85rem; color: #555; transition: background 0.3s; } 
.pet-card:hover .pet-info-item { background: #eef2f2; }
.pet-info-item i { color: var(--teal); margin-right: 5px; } 
.pedigree-icon { color: var(--gold); margin-right: 5px; } 

/* MODAL */
.modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(17, 28, 36, 0.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); opacity: 0; transition: opacity 0.3s ease; align-items: center; justify-content: center; padding: 20px; } 
.modal.show { opacity: 1; } 
.modal-content { background-color: #fff; border-radius: 20px; width: 100%; max-width: 900px; position: relative; transform: scale(0.95); opacity: 0; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 25px 50px rgba(0,0,0,0.4); overflow: hidden; max-height: 90vh; overflow-y: auto;} 
.modal.show .modal-content { transform: scale(1); opacity: 1; } 
.close-modal { position: absolute; top: 15px; right: 20px; color: #fff; background: rgba(0,0,0,0.6); width: 44px; height: 44px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 24px; cursor: pointer; z-index: 10; transition: all 0.2s; } 
.close-modal:hover { background: var(--pink); transform: scale(1.1); } 
.modal-body { display: flex; flex-wrap: wrap; } 
.modal-img-container { width: 50%; position: relative; } 
.modal-img-container img { width: 100%; height: 100%; object-fit: cover; min-height: 400px; display: block; } 
.price-tag { position: absolute; top: 20px; left: 20px; background: var(--teal); color: white; padding: 10px 20px; border-radius: 30px; font-weight: 800; font-size: 1.1rem; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } 
.status-tag { position: absolute; bottom: 20px; left: 20px; color: white; padding: 8px 15px; border-radius: 5px; font-weight: 800; font-size: 1rem; box-shadow: 0 5px 15px rgba(0,0,0,0.3); text-transform: uppercase; } 
.modal-info { width: 50%; padding: 40px; display: flex; flex-direction: column; justify-content: center; background: white; } 
.pedigree-banner { margin-bottom: 10px; font-weight: bold; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; } 
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; background: #f4f7f6; padding: 20px; border-radius: 12px; } 
.stats-grid p { color: #555; font-size: 0.95rem; } 
.stats-grid i { color: var(--teal); margin-right: 5px; } 

/* OUR STORY SECTION & SLIDESHOW (UPGRADED) */
.about-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 50px; align-items: center; text-align: left; max-width: 1200px; margin: 0 auto; } 
.about-slideshow { position: relative; width: 100%; height: 550px; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.15); background: #eee;}
.story-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.5s ease-in-out, transform 6s ease-out; transform: scale(1); }
.story-slide.active { opacity: 1; transform: scale(1.08); z-index: 1; }

.about-story { padding-left: 20px; border-left: 5px solid var(--gold); } 
.about-story p { margin-bottom: 15px; font-size: 1.1rem; color: #444; line-height: 1.8; } 

/* THE PROCESS TIMELINE */
.process-container { max-width: 900px; margin: 0 auto; position: relative; }
.process-container::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: rgba(23, 123, 132, 0.2); transform: translateX(-50%); border-radius: 10px; }
.process-step { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; position: relative; width: 100%; }
.process-step:nth-child(even) { flex-direction: row-reverse; }
.process-content { width: 45%; background: white; padding: 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); position: relative; transition: transform 0.3s; border: 1px solid rgba(0,0,0,0.03); }
.process-content:hover { transform: translateY(-5px); border-color: var(--teal); box-shadow: 0 15px 40px rgba(23,123,132,0.15); }
.process-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background: var(--teal); color: white; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; border: 6px solid var(--light); z-index: 2; box-shadow: 0 5px 15px rgba(23, 123, 132, 0.4); }
.process-content h3 { color: var(--teal); margin-bottom: 10px; font-size: 1.5rem; }
.process-content p { color: #555; font-size: 1.05rem; line-height: 1.7; }
.step-number { font-size: 4rem; position: absolute; top: -20px; right: 20px; opacity: 0.05; font-weight: 800; color: var(--dark); pointer-events: none; }
.process-step:nth-child(even) .step-number { left: 20px; right: auto; }

/* SLIDING TESTIMONIALS */
.testimonials-section { background: var(--dark); color: white; overflow: hidden; padding-bottom: 80px; }
.testimonial-track-wrapper { overflow: hidden; max-width: 100%; position: relative; padding: 20px 0; }
.testimonial-track-wrapper::before, .testimonial-track-wrapper::after { content: ""; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; }
.testimonial-track-wrapper::before { left: 0; background: linear-gradient(to right, var(--dark), transparent); }
.testimonial-track-wrapper::after { right: 0; background: linear-gradient(to left, var(--dark), transparent); }
.testimonial-slider { display: flex; gap: 30px; width: max-content; }
.testimonial-card { background: #16242f; border: 1px solid rgba(255,255,255,0.05); padding: 30px; border-radius: 20px; width: 400px; flex-shrink: 0; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: transform 0.3s; }
.testimonial-card:hover { transform: translateY(-5px); border-color: var(--teal); }
.testimonial-card i.fa-quote-left { color: var(--gold); font-size: 2rem; margin-bottom: 15px; opacity: 0.8; }
.testimonial-card p.review-text { font-size: 1.05rem; line-height: 1.7; margin-bottom: 20px; font-style: italic; color: #ddd; }
.testimonial-author { display: flex; align-items: center; gap: 15px; }
.author-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--pink); display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 1.2rem; color: white; }
.author-info h4 { margin: 0; font-size: 1.05rem; color: white; }
.author-info span { font-size: 0.85rem; color: #888; }

/* FAQ ACCORDION */
.faq-container { width: 100%; max-width: 800px; margin: 0 auto; margin-top: 30px; } 
.accordion { background-color: white; color: var(--dark); cursor: pointer; padding: 22px; width: 100%; border: 1px solid #eee; text-align: left; outline: none; font-size: 1.1rem; font-weight: 700; transition: all 0.3s ease; border-radius: 10px; margin-bottom: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); display: flex; justify-content: space-between; align-items: center; } 
.accordion i { color: var(--pink); margin-right: 10px; width: 20px; text-align: center; } 
.accordion.active, .accordion:hover { background-color: #f8f9fa; border-color: var(--teal); box-shadow: 0 8px 20px rgba(23,123,132,0.1); } 
.accordion:after { content: '\002B'; color: var(--teal); font-weight: bold; font-size: 1.5rem; margin-left: 5px; transition: transform 0.3s ease;} 
.accordion.active:after { content: "\2212"; transform: rotate(90deg); } 
.panel { padding: 0 20px; background-color: transparent; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; margin-bottom: 15px; } 
.panel p { padding: 15px 0; color: #555; text-align: left; line-height: 1.7; font-size: 1.05rem;} 

/* LUXURY SPLIT CONTACT PAGE */
.contact-split-wrapper { display: flex; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.08); }
.contact-image-side { flex: 1; min-width: 300px; background: url('https://images.unsplash.com/photo-1541599540903-216a46ca1dc0?auto=format&fit=crop&w=800&q=80') center/cover; position: relative; display: flex; align-items: flex-end; padding: 40px; color: white; min-height: 400px; }
.contact-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,28,36,0.9), rgba(17,28,36,0.2)); }
.contact-image-text { position: relative; z-index: 2; }
.contact-image-text h3 { font-size: 2rem; margin-bottom: 10px; color: var(--gold); }
.contact-form-side { flex: 1; min-width: 300px; padding: 50px 40px; background: white; }
.contact form { display: flex; flex-direction: column; gap: 15px; width: 100%; } 
.contact input, .contact textarea, .contact select { padding: 18px; border-radius: 10px; border: 1px solid #ddd; font-size: 1rem; width: 100%; background: #f9f9f9; color: var(--dark); transition: all 0.3s; font-family: 'Montserrat', sans-serif;} 
.contact input:focus, .contact textarea:focus, .contact select:focus { border-color: var(--teal); outline: none; background: #fff; box-shadow: 0 0 15px rgba(23, 123, 132, 0.15); } 
select option { background-color: #fff; color: var(--dark); }

footer { background-color: #080d12; color: #888; text-align: center; padding: 60px 5vw; position: relative; margin-top: auto; } 
.footer-socials { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; } 
.footer-socials a { color: white; font-size: 1.8rem; background: rgba(255,255,255,0.05); width: 54px; height: 54px; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } 
.footer-socials a:hover { background: var(--pink); transform: translateY(-8px) scale(1.15); box-shadow: 0 10px 20px rgba(220, 80, 122, 0.4); } 
.admin-login-wrapper { margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.05); } 
.super-admin-btn { display: inline-block; background-color: #1a2a36; color: #888; padding: 15px 40px; border-radius: 50px; font-size: 0.9rem; font-weight: 700; text-decoration: none; letter-spacing: 1px; transition: all 0.3s; border: 1px solid #223442; } 
.super-admin-btn:hover { background-color: var(--teal); color: white; border-color: var(--teal); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(23,123,132,0.3); } 

.es { display: none; } 
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1); } 
.fade-in.visible { opacity: 1; transform: translateY(0); } 

/* UPGRADED FLAWLESS MOBILE RESPONSIVENESS */ 
@media (max-width: 768px) {      
    header { padding: 0; }
    .header-inner { padding: 10px 20px; }     
    .logo-container img { max-height: 55px; } 
    .menu-toggle { display: block; padding: 5px 10px; }      
    
    .nav-menu { 
        position: absolute; top: 85px; left: 0; width: 100%; 
        background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); 
        flex-direction: column; padding: 20px 0; gap: 20px; 
        box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); 
        transition: clip-path 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s; 
        height: 100vh; justify-content: flex-start; padding-top: 40px;
        opacity: 0;
        pointer-events: none; 
    }     
    .nav-menu.active { 
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); 
        opacity: 1;
        pointer-events: auto;
    }      

    .nav-link { padding: 10px 20px; font-size: 1.1rem; }     
    
    .hero { padding: 80px 20px 0 20px; min-height: 100vh; }     
    .hero h1 { font-size: 2.2rem; }     
    .hero-buttons { flex-direction: column; width: 100%; }     
    .btn { width: 100%; justify-content: center; }     
    .whatsapp-float { width: 56px; height: 56px; bottom: 20px; right: 20px; font-size: 30px; }     
    .trust-bar { flex-direction: column; gap: 15px; align-items: center; padding: 30px 20px; }     
    .section-padding { padding: 60px 20px; }  
    
    .grid { grid-template-columns: 1fr; }
    
    .page-header-spacing { padding-top: 120px; }
    .page-hero { padding: 140px 20px 60px 20px; }

    /* MOBILE SLIDESHOW FIX */
    .about-slideshow { height: 350px; }
    .about-story { border-left: none; border-top: 5px solid var(--gold); padding-top: 20px; padding-left: 0; }   
    
    .process-container::before { left: 30px; }
    .process-step, .process-step:nth-child(even) { flex-direction: column; align-items: flex-end; margin-bottom: 40px; }
    .process-content { width: calc(100% - 70px); padding: 20px; }
    .process-icon { left: 30px; }
    .step-number { top: -10px; right: 10px; font-size: 3rem; }
    .guarantee-box { padding: 25px 15px; }
    .guarantee-list { flex-direction: column; align-items: flex-start; gap: 15px; }

    .super-admin-btn { width: 100%; display: block; }     
    .modal { padding: 10px; align-items: flex-end; }     
    .modal-content { max-height: 90vh; }     
    .modal-body { flex-direction: column; }     
    .modal-img-container { width: 100%; }     
    .modal-img-container img { width: 100%; height: auto; min-height: 250px; max-height: 350px; border-radius: 20px 20px 0 0; object-fit: cover; }     
    .modal-info { width: 100%; padding: 25px; }     
    .close-modal { top: 10px; right: 10px; background: rgba(0,0,0,0.7); }     
    .price-tag { top: 15px; left: 15px; padding: 8px 15px; font-size: 1rem;}     
    .status-tag { bottom: 15px; left: 15px; padding: 6px 12px; font-size: 0.9rem;}     
    .stats-grid { grid-template-columns: 1fr; gap: 10px; } 
    
    .contact-split-wrapper { flex-direction: column; }
    .contact-form-side { padding: 30px 20px; }
    .contact-image-side { min-height: 250px; padding: 20px; }
    
    .testimonial-card { width: 85vw; max-width: 320px; padding: 20px; }
}