﻿/* Base Styles */
:root {
    --primary-pink: #f8d7da;
    --pastel-pink: #f9e7e8;
    --dark-pink: #e8b4b8;
    --accent-green: #a8d5ba;
    --text-dark: #5a5a5a;
    --text-light: #ffffff;
    --shadow: 0 4px 12px rgba(0,0,0,0.08);
    --whatsapp-green: #25D366;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #fefefe;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.btn {
    display: inline-block;
    background-color: var(--dark-pink);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(232, 180, 184, 0.4);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    margin: 0 auto;
}

.btn:hover {
    background-color: var(--accent-green);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(168, 213, 186, 0.5);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.btn-whatsapp {
    background-color: var(--dark-pink);
}

.btn-whatsapp:hover {
    background-color: var(--accent-green);
}

/* Service Card Button Enhancements */
.service-card .btn {
    margin-top: 1rem;
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
    background-color: var(--dark-pink);
    color: white;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 3px 10px rgba(232, 180, 184, 0.4);
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.service-card .btn:hover {
    background-color: var(--accent-green);
    color: white;
    box-shadow: 0 4px 15px rgba(168, 213, 186, 0.5);
}

section {
    padding: 4rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--dark-pink);
}

/* Header Styles - Floating Design */
header {
    background: rgba(248, 215, 218, 0.95);
    backdrop-filter: blur(10px);
    padding: 0.8rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.logo {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
    text-decoration: none;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    background: rgba(255, 255, 255, 0.9);
}

.logo img {
    height: 48px;
    width: auto;
    filter: brightness(1.1) contrast(1.2) saturate(1.1);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transition: all 0.3s ease;
    object-fit: contain;
}

.logo img:hover {
    filter: brightness(1.2) contrast(1.3) saturate(1.2);
}



/* Hero Section - Full Screen */
.hero {
    padding: 8rem 0;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    filter: brightness(1.1) contrast(1.2) saturate(1.1);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(248, 215, 218, 0.6), rgba(248, 215, 218, 0.6));
    z-index: -1;
    backdrop-filter: blur(0.5px);
}

/* Fallback background image for browsers that don't support video */
.hero {
    background: linear-gradient(rgba(248, 215, 218, 0.7), rgba(248, 215, 218, 0.7)), url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
}

/* Hide fallback when video is supported */
.hero:has(video) {
    background: none;
}

.hero-content {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hero p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-weight: 400;
    line-height: 1.6;
}

/* About Section */
.about {
    background-color: var(--pastel-pink);
}

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

.about-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

/* Services Section */
.services {
    background-color: white;
    position: relative;
}

.services .container {
    position: relative;
    z-index: 2;
}

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

.service-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-image {
    height: 200px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.1);
}

.service-content {
    padding: 1.5rem;
}

.service-content h3 {
    color: var(--dark-pink);
}



/* Testimonials */
.testimonials {
    background-color: white;
    position: relative;
}

.testimonials .container {
    position: relative;
    z-index: 2;
}

.testimonials-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.testimonials-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.testimonial {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    border: 3px solid var(--pastel-pink);
}

.client-name {
    font-weight: 600;
    color: var(--dark-pink);
    margin-top: 1rem;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 1rem;
}

.testimonial-controls button {
    background-color: var(--dark-pink);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-controls button:hover {
    background-color: var(--accent-green);
}

/* Gallery */
.gallery {
    background-color: white;
    position: relative;
}

.gallery .container {
    position: relative;
    z-index: 2;
}

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

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
    box-shadow: var(--shadow);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Booking Section */
.booking {
    background-color: var(--pastel-pink);
}

.booking-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.booking-form {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
}

/* Booking Form Button Enhancement */
.booking-form .btn {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
    background-color: var(--dark-pink);
    color: white;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 15px rgba(232, 180, 184, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.booking-form .btn:hover {
    background-color: var(--accent-green);
    color: white;
    box-shadow: 0 6px 20px rgba(168, 213, 186, 0.5);
}

/* Captcha Slider Styles */
.captcha-container {
    margin: 1.5rem 0;
}

.captcha-slider {
    background-color: #f0f0f0;
    border-radius: 25px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
}

.captcha-track {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.captcha-thumb {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, var(--dark-pink), var(--accent-green));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 2;
}

.captcha-thumb i {
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.captcha-text {
    position: absolute;
    left: 60px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.captcha-slider.verified {
    background-color: var(--accent-green);
    border-color: var(--accent-green);
}

.captcha-slider.verified .captcha-thumb {
    background: linear-gradient(135deg, var(--accent-green), var(--dark-pink));
    transform: translateX(calc(100% - 50px));
}

.captcha-slider.verified .captcha-thumb i {
    color: white;
}

.captcha-slider.verified .captcha-text {
    color: white;
    font-weight: 600;
}

.captcha-slider.verified .captcha-text::before {
    content: "âœ“ Verified! ";
}

/* Floating Menu System - Left Vertical */
.floating-menu {
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border-radius: 50px;
    padding: 1.5rem 0.8rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(248, 215, 218, 0.8);
    opacity: 1;
    visibility: visible;
}

.floating-menu.hidden {
    transform: translateY(-50%) translateX(-100px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.floating-menu.minimized {
    padding: 0.8rem;
    gap: 0;
}

.floating-menu.minimized .floating-menu-item {
    display: none;
}

.floating-menu.minimized .floating-menu-toggle {
    display: flex;
}

.floating-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--dark-pink);
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.floating-menu-toggle:hover {
    background: var(--accent-green);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.floating-menu-toggle i {
    font-size: 1.1rem;
}

.floating-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(248, 215, 218, 0.8);
    color: var(--text-dark);
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.floating-menu-item:hover {
    background: var(--dark-pink);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.floating-menu-item.active {
    background: var(--dark-pink);
    color: white;
}

.floating-menu-item i {
    font-size: 1.1rem;
}

.floating-menu-tooltip {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--text-dark);
    color: white;
    padding: 0.5rem 0.8rem;
    border-radius: 8px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1001;
}

.floating-menu-tooltip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: var(--text-dark);
}

.floating-menu-item:hover .floating-menu-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(-5px);
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 180, 184, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(232, 180, 184, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(232, 180, 184, 0);
    }
}

/* Map Section - Full Width */
.map {
    padding: 0;
}

.map-container {
    height: 500px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Footer */
footer {
    background-color: var(--primary-pink);
    padding: 1rem 0 0.5rem;
}

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

.footer-column h3 {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-column h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--dark-pink);
}

/* Footer Logo - Maintain Aspect Ratio */
.footer-column h3 img {
    width: auto !important;
    height: 35px !important;
    object-fit: contain;
    max-width: 146px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    text-decoration: none;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--dark-pink);
}


.copyright {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 0.8rem;
}

.built-by {
    margin-top: 0.3rem;
    font-size: 0.7rem;
}

.built-by a {
    color: var(--dark-pink);
    text-decoration: none;
    font-weight: 600;
}

.built-by a:hover {
    color: var(--accent-green);
    text-decoration: underline;
}

.privacy-link {
    color: var(--dark-pink);
    text-decoration: none;
    font-size: 0.8rem;
    cursor: pointer;
    margin-left: 1rem;
}

.privacy-link:hover {
    color: var(--accent-green);
    text-decoration: underline;
}

/* Privacy Policy Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 2rem;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: var(--dark-pink);
    text-decoration: none;
}

.modal h2 {
    color: var(--dark-pink);
    margin-bottom: 1.5rem;
    padding-right: 2rem;
}

.modal h3 {
    color: var(--text-dark);
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.modal p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Mobile Responsiveness - iPhone 7 and similar devices */
@media (max-width: 768px) {
    /* Header adjustments */
    .header-container {
        padding: 0 1rem;
    }
    
    .logo {
        padding: 0.6rem 1rem;
    }
    
    .logo img {
        height: 36px;
    }
    
    /* Hero section mobile optimization */
    .hero {
        padding: 6rem 0 4rem;
        min-height: 100vh;
    }
    
    .hero h1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .hero p {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .hero .btn {
        font-size: 0.9rem;
        padding: 0.7rem 1.2rem;
        margin: 0.5rem auto;
        display: block;
        text-align: center;
    }
    
    /* Video optimization for mobile */
    .hero-video {
        height: 100vh;
        min-height: 100vh;
        object-fit: cover;
    }
    
    /* Container adjustments */
    .container {
        padding: 0 1rem;
    }
    
    /* Section spacing */
    section {
        padding: 2.5rem 0;
    }
    
    /* About section */
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-image {
        order: -1;
    }
    
    /* Services grid */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .services {
    }
    
    .service-card {
        margin-bottom: 1rem;
    }
    
    .service-image {
        height: 180px;
    }
    
    .service-content {
        padding: 1.2rem;
    }
    
    .service-content h3 {
        font-size: 1.2rem;
    }
    
    .service-content p {
        font-size: 0.9rem;
    }
    
    
    
    /* Testimonials */
    .testimonials {
    }
    
    .testimonials-container {
        height: 400px;
    }
    
    .testimonial {
        padding: 1.5rem;
    }
    
    .testimonial img {
        width: 60px;
        height: 60px;
    }
    
    /* Gallery */
    .gallery {
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    
    .gallery-item {
        height: 200px;
    }
    
    /* Booking section */
    .booking-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .booking-form {
        padding: 1.5rem;
    }
    
    .booking-form .btn {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    
    .booking-info {
        padding: 1.5rem;
    }
    
    .booking-info h3 {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }
    
    .booking-info p {
        margin-bottom: 0.8rem;
        padding: 0 0.5rem;
    }
    
    .booking-info ul {
        margin-bottom: 1.5rem;
        padding-left: 1rem;
    }
    
    .booking-info li {
        margin-bottom: 0.5rem;
        padding: 0 0.5rem;
    }
    
    /* Captcha mobile styles */
    .captcha-container {
        margin: 1rem 0;
    }
    
    .captcha-slider {
        height: 45px;
    }
    
    .captcha-thumb {
        width: 41px;
        height: 41px;
        top: 2px;
        left: 2px;
    }
    
    .captcha-text {
        left: 55px;
        font-size: 0.8rem;
    }
    
    /* Form controls */
    .form-control {
        padding: 0.7rem;
        font-size: 0.9rem;
    }
    
    /* Map section */
    .map-container {
        height: 300px;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-column h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    /* Floating Menu Mobile Adjustments */
    .floating-menu {
        left: 10px;
        padding: 0.8rem 0.5rem;
        gap: 0.4rem;
    }
    
    .floating-menu.minimized {
        padding: 0.5rem;
    }
    
    .floating-menu-item {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
    
    .floating-menu-item i {
        font-size: 0.8rem;
    }
    
    .floating-menu-toggle {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
    
    .floating-menu-toggle i {
        font-size: 0.8rem;
    }
    
    .floating-menu-tooltip {
        right: 45px;
        font-size: 0.7rem;
        padding: 0.3rem 0.5rem;
    }
    
    /* Button improvements for mobile */
    .btn {
        font-size: 0.9rem;
        padding: 0.7rem 1.2rem;
    }
    
    /* Section titles */
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

/* iPhone 7 specific adjustments */
@media (max-width: 375px) {
    .hero h1 {
        font-size: 1.6rem;
    }
    
    .hero p {
        font-size: 0.95rem;
    }
    
    .logo img {
        height: 32px;
    }
    
    .floating-menu {
        left: 8px;
        padding: 0.6rem 0.4rem;
    }
    
    .floating-menu-item {
        width: 35px;
        height: 35px;
    }
    
    .service-content {
        padding: 1rem;
    }
    
    .booking-form {
        padding: 1.2rem;
    }
    
    .booking-info {
        padding: 1.2rem;
    }
    
    .booking-info p {
        padding: 0 0.3rem;
        font-size: 0.9rem;
    }
    
    .booking-info li {
        padding: 0 0.3rem;
        font-size: 0.9rem;
    }
}
