/* ===== RESET & GLOBAL ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    background-color: #5a5b55;
    background-image: radial-gradient(rgba(0, 107, 127, 0.2) 0.7px, transparent 0.7px);
    background-size: 30px 30px;
    font-family: 'Montserrat', sans-serif;
    color: #f0f0f0;
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
}
.site-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(0, 107, 127, 0.3);
    border-right: 1px solid rgba(0, 107, 127, 0.3);
    background: rgba(20, 20, 20, 0.5);
    backdrop-filter: blur(2px);
    overflow-x: hidden;
}

/* ===== PRELOADER ===== */
.preloader {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #1b1b1b;
    display: flex; align-items: center; justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s;
}
.spinner {
    width: 50px; height: 50px;
    border: 3px solid rgba(0, 107, 127, 0.3);
    border-top-color: #006b7f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== HEADER ===== */
.main-header { padding-bottom: 1rem; border-bottom: 1px solid #006b7f; margin-bottom: 1.5rem; }
.navbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.logo { display: flex; flex-direction: column; align-items: center; text-decoration: none; gap: 0.3rem; }
.logo-img { height: 70px; width: auto; filter: drop-shadow(0 0 8px rgba(0, 107, 127, 0.5)); transition: transform 0.3s; }
.logo-img:hover { transform: scale(1.05); }
.logo-text { display: flex; flex-direction: column; align-items: center; text-align: center; }
.logo-main { font-family:'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 200; color: #fff; line-height: 1; }
.logo-sub { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: lowercase; color: #05b5d4; border-left: 2px solid #006b7f; padding-left: 0.8rem; margin-top: 0.1rem; }

.nav-menu { display: flex; gap: 1.8rem; list-style: none; position: relative; }
.nav-menu li { position: relative; }
.nav-menu a { text-decoration: none; color: #ddd; font-weight: 500; font-size: 1rem; transition: color 0.3s, border-bottom 0.3s; padding-bottom: 4px; border-bottom: 1px solid transparent; display: inline-block; }
.nav-menu a.active, .nav-menu a:hover { color: #006b7f; border-bottom-color: #006b7f; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid #006b7f;
    border-radius: 12px;
    padding: 0.8rem 0;
    min-width: 200px;
    display: none;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.dropdown-menu li { width: 100%; list-style: none; }
.dropdown-menu a { display: block; padding: 0.5rem 1.5rem; color: #ddd; border-bottom: none; white-space: nowrap; }
.dropdown-menu a:hover { background: rgba(0,107,127,0.2); color: #006b7f; border-bottom: none; }
.nav-menu li:hover .dropdown-menu { display: block; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: transparent; border: none; cursor: pointer; }
.menu-toggle .bar { width: 30px; height: 3px; background: #006b7f; transition: 0.3s; }

.btn-primary {
    background: transparent; border: 2px solid #006b7f; color: rgb(202, 200, 200); font-weight: 600; padding: 0.6rem 2rem;
    border-radius: 40px; text-decoration: none; transition: 0.3s; box-shadow: 0 0 12px rgba(0,107,127,0.3);
    white-space: nowrap;
}
.btn-primary:hover { background: #006b7f; color: white; box-shadow: 0 0 25px #006b7f; }

/* ===== TYPOGRAPHY ===== */
h2, h3 { font-family:'Montserrat', sans-serif; font-weight:300;}
h2 { font-size: clamp(2rem, 6vw, 2.8rem); font-weight: 700; color: #fff; margin-bottom: 1.5rem; position: relative; display: inline-block; }
h2:after { content: ''; position: absolute; bottom: -8px; left: 0; width: min(70px, 30%); height: 2px; background: #006b7f; box-shadow: 0 0 10px #006b7f; }
.section-badge {
    display: inline-block; background: rgba(0,107,127,0.2); color: #dfe5e6; font-size: 0.8rem;
    letter-spacing: 2px; padding: 0.3rem 1rem; border-radius: 30px; border: 1px solid #006b7f; margin-bottom: 1rem;
}
.teal-highlight { color: #006b7f; font-weight: 600; }
.white-highlight{ color: #bbb; font-weight: 100; font-size: 1rem; }

/* ===== HERO & TYPEWRITER ===== */
.hero { text-align: center; padding: 2rem 0.5rem 3rem; }
.hero-title { font-size: clamp(3rem, 12vw, 5rem); font-family:'Montserrat', sans-serif; font-weight: 400; color: #fff; display: flex; justify-content: center; align-items: baseline; gap: 0.2rem; flex-wrap: wrap; }
.static-co { color: #006b7f; text-shadow: 0 0 15px #006b7f; }
.dynamic-wrapper { position: relative; display: inline-block; }
.typed-text { color: #fff; }
.cursor { display: inline-block; width: 4px; height: clamp(2.5rem, 8vw, 5rem); background-color: #006b7f; margin-left: 5px; animation: blink 1s infinite; vertical-align: middle; }
@keyframes blink { 0%,100%{ opacity:1; } 50%{ opacity:0; } }
.hero-subtitle { font-size: clamp(1rem, 2vw, 1.5rem); font-weight: 300; margin: 1.5rem 0; }
.hero-par{ font-size: clamp(0.9rem, 1.5vw, 1rem); margin: 1.5rem 0; }
.teal-text { color: #006b7f; font-weight: 600; }
.btn-hero { display: inline-block; background: #006b7f; color: white; font-weight: 700; padding: 0.8rem 2rem; border-radius: 50px; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; transition: 0.3s; border: 2px solid #006b7f; font-size: clamp(0.8rem, 3vw, 1rem); }
.btn-hero:hover { background: transparent; color: #006b7f; }

/* ===== ZIGZAG SERVICES ===== */
.services-detailed { margin: 3rem 0; }
.service-row { display: flex; flex-wrap: wrap; align-items: center; gap: 2rem; margin-bottom: 4rem; }
.service-row.reverse { flex-direction: row-reverse; }
.service-content { flex: 1 1 300px; word-wrap: break-word; overflow-wrap: break-word; max-width: 100%; }
.service-badge { background: rgba(0,107,127,0.15); color: #f6f8f9; font-size: 0.8rem; padding: 0.3rem 1.2rem; border-radius: 30px; border: 1px solid #006b7f; letter-spacing: 1px; display: inline-block; margin-bottom: 0.5rem; }
.service-content h3 { font-size: clamp(1.5rem, 4vw, 2.2rem); color: white; margin: 1rem 0; line-height: 1.3; }
.service-description { color: #eee9e9; margin-bottom: 1.5rem; }
.service-buttons { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn-service { display: inline-block; border: 2px solid #006b7f; color: #006b7f; padding: 0.6rem 1.8rem; border-radius: 40px; text-decoration: none; font-weight: 600; transition: 0.3s; white-space: nowrap; }
.btn-service:hover { background: #006b7f; color: #eee7e7; }
.btn-service.primary { background: #006b7f; color: white; }
.btn-service.primary:hover { background: transparent; color: #006b7f; }
.service-image { flex: 1 1 300px; border-radius: 20px; overflow: hidden; border: 1px solid #006b7f; box-shadow: 0 20px 30px rgba(0,0,0,0.7); aspect-ratio: 4 / 3; opacity: 0; animation-duration: 3s; animation-timing-function: cubic-bezier(0.2, 0.9, 0.4, 1.1); animation-fill-mode: forwards; }
.service-row:not(.reverse) .service-image { animation-name: slideInRight; }
.service-row.reverse .service-image { animation-name: slideInLeft; }
@keyframes slideInLeft { 0% { opacity: 0; transform: translateX(-450px) scale(0.95); } 100% { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes slideInRight { 0% { opacity: 0; transform: translateX(450px) scale(0.95); } 100% { opacity: 1; transform: translateX(0) scale(1); } }
.service-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== SERVICE DETAIL PAGES ===== */
.service-detail { margin: 3rem 0; }
.service-detail-content { background: #2a2a2a; border: 1px solid #006b7f; border-radius: 24px; padding: 2.5rem; margin-bottom: 2.5rem; box-shadow: 0 20px 30px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
.service-detail-content::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #006b7f; box-shadow: 0 0 20px #006b7f; }
.service-detail-content h3 { font-size: 2rem; color: #f4fdff; margin-bottom: 1.5rem; font-weight: 600; letter-spacing: 1px; }
.service-detail-content h4 { font-family:'Montserrat', sans-serif; font-size: 1.4rem; color: #fff; margin: 2rem 0 1rem; font-weight: 500; border-bottom: 1px dashed #006b7f; padding-bottom: 0.5rem; }
.service-detail-content ul { list-style: none; }
.service-detail-content li { margin-bottom: 1rem; display: flex; gap: 1rem; align-items: flex-start; color: #ddd; line-height: 1.6; }
.service-detail-content li i { color: #006b7f; margin-top: 0.3rem; font-size: 1.2rem; min-width: 1.5rem; }
.info-box { background: rgba(0,107,127,0.15); border: 1px solid #006b7f; border-radius: 16px; padding: 1.8rem; margin: 1.5rem 0 2rem; border-left: 4px solid #006b7f; }
.info-box p { color: #f0f0f0; font-size: 1.1rem; }
.info-box i { margin-right: 0.5rem; }
.service-detail-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; }
.service-detail-image { border-radius: 20px; overflow: hidden; border: 1px solid #006b7f; box-shadow: 0 20px 30px rgba(0,0,0,0.7); aspect-ratio: 4 / 3; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.service-detail-image:hover { transform: scale(1.02); box-shadow: 0 25px 40px rgba(0,107,127,0.4); }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== SPACE GALLERY & LIGHTBOX ===== */
.space-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.8rem; margin: 2rem 0; }
.space-card { background: rgba(0,0,0,0.3); border-radius: 20px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; border: 1px solid #006b7f; }
.space-card:hover { transform: translateY(-6px); box-shadow: 0 20px 30px rgba(0,107,127,0.3); }
.space-image { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
.space-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.space-card:hover .space-image img { transform: scale(1.05); }
.gallery-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.92); backdrop-filter: blur(12px); z-index: 10000; display: none; align-items: center; justify-content: center; flex-direction: column; opacity: 0; transition: opacity 0.25s ease; }
.gallery-modal.active { display: flex; opacity: 1; }
.modal-image-container { max-width: 90vw; max-height: 85vh; overflow: hidden; display: flex; justify-content: center; align-items: center; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.8); }
.modal-image-container img { max-width: 100%; max-height: 85vh; object-fit: contain; display: block; }
.modal-close { position: absolute; top: 25px; right: 35px; font-size: 2.8rem; color: white; background: none; border: none; cursor: pointer; z-index: 10001; transition: transform 0.2s; }
.modal-close:hover { transform: scale(1.1); color: #006b7f; }
.modal-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.6); width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; border: 1px solid rgba(255,255,255,0.3); }
.modal-nav:hover { background: #006b7f; }
.modal-nav.prev { left: 25px; }
.modal-nav.next { right: 25px; }
.modal-nav i { font-size: 2rem; color: white; }

/* ===== CONTACT FORM & INFO ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0; }
.info-card { background: rgba(0,0,0,0.3); border: 1px solid #006b7f; border-radius: 20px; padding: 1.5rem; margin-bottom: 2rem; }
.info-card h3 { color: #006b7f; margin-bottom: 1.2rem; font-size: 1.6rem; }
.hours-list, .contact-list { list-style: none; }
.hours-list li, .contact-list li { display: flex; justify-content: space-between; margin-bottom: 0.8rem; gap: 0.5rem; }
.contact-list li { justify-content: flex-start; gap: 1rem; }
.contact-list a { color: #ddd; text-decoration: none; border-bottom: 1px dotted #006b7f; }
.social-links { display: flex; gap: 1.5rem; margin-top: 1rem; }
.social-links a { color: #006b7f; font-size: 1.8rem; transition: transform 0.3s; }
.social-links a:hover { transform: scale(1.2); }
.contact-form { background: rgba(0,0,0,0.3); border: 1px solid #006b7f; border-radius: 24px; padding: 1.8rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; margin-bottom: 0.3rem; color: #006b7f; font-weight: 600; font-size: 0.9rem; }
.form-group input, .form-group textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid #006b7f; padding: 0.5rem 0; color: #eae8e8; font-family: 'Montserrat', sans-serif; outline: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.submit-btn { background: transparent; border: 2px solid #006b7f; color: #006b7f; font-weight: 700; padding: 0.8rem 1.5rem; border-radius: 40px; cursor: pointer; transition: 0.3s; width: 100%; font-size: 1rem; }
.submit-btn:hover { background: #006b7f; color: #f5f3f3; }
.consent-group { display: flex; align-items: center; gap: 0.8rem; flex-wrap: wrap; }
.consent-group input { width: auto; }
.consent-group a { color: #006b7f; }

/* ===== ABOUT PAGE ===== */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.story-image { width: 100%; height: auto; overflow: hidden; border-radius: 20px; }
.story-image img { width: 100%; height: auto; object-fit: cover; display: block; }
.story-text { width: 100%; word-wrap: break-word; overflow-wrap: break-word; }

/* ===== VALUES GRID ===== */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.value-card { background: rgba(0,0,0,0.3); border: 1px solid #006b7f; border-radius: 20px; padding: 1.5rem; text-align: center; }
.value-icon { font-size: 2.5rem; color: #006b7f; margin-bottom: 1rem; }

/* ===== GOOGLE REVIEWS ===== */
.google-reviews { margin: 3rem 0; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; margin-top: 2rem; }
.review-card { background: rgba(0,0,0,0.4); border: 1px solid #006b7f; border-radius: 24px; padding: 1.8rem; transition: transform 0.3s; }
.review-card:hover { transform: translateY(-5px); border-color: #006b7f; box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
.review-header { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; }
.review-avatar { width: 45px; height: 45px; border-radius: 50%; background: #006b7f; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; }
.review-name { font-weight: 600; color: white; }
.review-stars { color: #ffc107; font-size: 1rem; margin-left: auto; }
.review-text { font-size: 0.95rem; color: #ddd; margin: 1rem 0; line-height: 1.5; font-style: italic; }
.review-date { font-size: 0.75rem; color: #888; text-align: right; }

/* ===== FAQ PAGE ===== */
.faq-container { max-width: 800px; margin: 2rem auto; }
.faq-item { background: rgba(0,0,0,0.3); border: 1px solid #006b7f; border-radius: 16px; margin-bottom: 1rem; overflow: hidden; transition: 0.2s; }
.faq-text{ color: #ccc; }
.faq-question { width: 100%; padding: 1.2rem 1.5rem; background: transparent; border: none; text-align: left; font-size: 1.1rem; font-weight: 600; color: #fff; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Montserrat', sans-serif; }
.faq-question i { transition: transform 0.3s; color: #006b7f; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; padding: 0 1.5rem; overflow: hidden; transition: max-height 0.4s ease-out; color: #ccc; border-top: 1px solid transparent; }
.faq-answer a{ color: #ccc; }
.faq-item.active .faq-answer { max-height: 300px; padding: 0 1.5rem 1.2rem 1.5rem; border-top-color: rgba(0,107,127,0.3); }

/* ===== FOOTER ===== */
.footer { margin-top: 2rem; border-top: 1px solid #006b7f; padding-top: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(170px,1fr)); gap: 1.5rem; }
.footer-col h5 { color: #006b7f; font-size: 1.2rem; margin-bottom: 1rem; }
.footer-col p, .footer-col a { color: #bbb; text-decoration: none; font-size: 0.9rem; margin-bottom: 0.5rem; }
.footer-col .logo-main { color: #fff; } 
.newsletter-group { display: flex; border: 1px solid #006b7f; border-radius: 40px; overflow: hidden; }
.newsletter-group input { flex:1; background: transparent; border: none; padding: 0.6rem 1rem; color: #fff; min-width: 0; }
.newsletter-group button { background: #006b7f; border: none; padding: 0 1rem; cursor: pointer; }
.footer-map { background: rgba(0,0,0,0.3); border: 1px solid #006b7f; border-radius: 20px; padding: 1rem; margin-top: 0.5rem; overflow: hidden; }
.footer-map iframe { width: 100%; height: 180px; border-radius: 12px; border: none; }
.footer-bottom { text-align: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(0,107,127,0.3); color: #888; font-size: 0.8rem; }
.footer-bottom a { color: #006b7f; text-decoration: none; border-bottom: 1px dotted #006b7f; margin: 0 0.3rem; }
.footer-bottom a:hover { border-bottom: 1px solid #006b7f; }
.developer-credit { color: #555; font-size: 0.75rem; margin-top: 0.3rem; }
.developer-credit a { color: #006b7f; text-decoration: none; border-bottom: 1px dotted #006b7f; }
.back-to-top { position: fixed; bottom: 20px; right: 20px; background: #006b7f; border: none; color: #1b1b1b; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; opacity: 0; transition: 0.3s; z-index: 99; }
.back-to-top.visible { opacity: 1; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) { .site-wrapper { padding: 1rem; } .hero-title { font-size: clamp(2.5rem, 8vw, 4rem); } }
@media (max-width: 800px) { .nav-menu { gap: 1rem; } .btn-primary { padding: 0.5rem 1.2rem; } }
@media (max-width: 700px) {
    .menu-toggle { display: flex; }
    .nav-menu { display: none; width: 100%; flex-direction: column; align-items: center; gap: 1rem; padding: 1.5rem 0; background: rgba(0,0,0,0.8); border-radius: 20px; margin-top: 1rem; position: relative; }
    .nav-menu.active { display: flex; }
    .desktop-cta { display: none; }
    .dropdown-menu { position: static; display: none; background: rgba(0,0,0,0.5); border: none; border-left: 2px solid #006b7f; border-radius: 0 12px 12px 0; box-shadow: none; padding: 0.5rem 0 0.5rem 1rem; min-width: auto; margin-top: 0.5rem; }
    .dropdown-menu.show { display: block !important; }
    .nav-menu li:hover .dropdown-menu { display: none; }
    .dropdown-menu a { white-space: normal; padding: 0.5rem 1rem; color: #ccc; }
    .nav-menu li { width: 100%; text-align: center; }
    .service-row, .service-row.reverse { flex-direction: column; align-items: center; text-align: center; gap: 1.5rem; }
    .service-content { text-align: center; padding: 0 1rem; width: 100%; }
    .service-image { width: 100%; max-width: 500px; margin: 0 auto; aspect-ratio: 4 / 3; }
    .service-buttons { justify-content: center; }
    .contact-grid { grid-template-columns: 1fr; }
    .story-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer { grid-template-columns: 1fr 1fr; }
    .space-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 550px) {
    .hero-title { font-size: 2.2rem; }
    .btn-hero { padding: 0.6rem 1.2rem; }
    .footer { grid-template-columns: 1fr; }
    .logo-main { font-size: 1.4rem; }
    .logo-sub { font-size: 0.6rem; }
    .service-content h3 { font-size: 1.6rem; }
    .service-buttons { flex-direction: column; align-items: stretch; }
    .btn-service { width: 100%; text-align: center; }
}
@media (max-width: 400px) {
    .service-content h3 { font-size: 1.4rem; }
    .btn-service { padding: 0.4rem 1rem; font-size: 0.8rem; white-space: normal; }
    .site-wrapper { padding: 0.5rem; }
}
@media (min-width: 1024px) {
    .site-wrapper { max-width: 1600px; padding: 2rem 2.5rem; }
    .hero-title { font-size: clamp(4rem, 8vw, 6rem); }
    .service-content h3 { font-size: 2.5rem; }
    .service-image { max-width: 600px; }
}
@media (min-width: 1400px) {
    .site-wrapper { max-width: 1800px; padding: 2.5rem 3rem; }
    .hero-title { font-size: 6.5rem; }
    .service-content h3 { font-size: 3rem; }
    .service-image { max-width: 700px; }
}
@media (min-width: 1920px) {
    .site-wrapper { max-width: 2200px; padding: 3rem 4rem; }
    .hero-title { font-size: 7rem; }
    .service-content h3 { font-size: 3.5rem; }
    .service-image { max-width: 800px; }
    .btn-service { font-size: 1.2rem; padding: 0.9rem 2.5rem; }
}
@media (min-width: 2560px) {
    .site-wrapper { max-width: 2800px; padding: 4rem 6rem; }
    .hero-title { font-size: 9rem; }
    .service-content h3 { font-size: 4rem; }
    .service-image { max-width: 1000px; }
}
@media (min-width: 5000px) {
    .site-wrapper { max-width: 10000px; padding:5rem 6rem; }
}