:root {
    --bg: #04050a;
    --bg-alt: #10111c;
    --surface: rgba(15, 16, 28, 0.9);
    --surface-strong: rgba(7, 8, 16, 0.96);
    --accent: #ff5e00;
    --accent-strong: #8f4c00;
    --text: #fdf7ff;
    --muted: #d8cfe6;
    --border: rgba(255, 255, 255, 0.12);
    --shadow: 0 26px 70px rgba(0, 0, 0, 0.35);
    --hero-blur: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    overflow-x: hidden;
padding-top: -70px;



    background:
        radial-gradient(circle at top left, rgba(255, 102, 0, 0.16), transparent 24%),
        radial-gradient(circle at bottom right, rgba(255, 179, 71, 0.16), transparent 24%),
        linear-gradient(135deg, #04050a 0%, #0b0e18 100%);
    animation: backgroundPulse 6s ease-in-out infinite;
}

@keyframes backgroundPulse {
    0%, 100% {
        background-position: 0% 0%, 100% 100%, 0% 0%;
        filter: saturate(1);
    }
    20% {
        background-position: 6% 6%, 94% 94%, 0% 0%;
        filter: saturate(1.15);
    }
    40% {
        background-position: 10% 10%, 90% 90%, 0% 0%;
        filter: saturate(1.3);
    }
    60% {
        background-position: 6% 6%, 94% 94%, 0% 0%;
        filter: saturate(1.15);
    }
    80% {
        background-position: 0% 0%, 100% 100%, 0% 0%;
        filter: saturate(1);
    }
}

.site-shell {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    padding: 28px 24px 48px;
    z-index: 1;
}


.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(7, 10, 20, 0.82);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
    border-style: solid;
}

.brand {
    color: var(--text);
    text-decoration: none;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.topbar-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.topbar-links a,
.social-bar a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.topbar-links a:hover,
.social-bar a:hover {
    color: var(--text);
}

.topbar-links a.active {
    color: #ff6600;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 179, 71, 0.55);
}

.page-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84vh;
    margin-top: 28px;
    padding: clamp(30px, 5vw, 60px);
    border: 1px solid var(--border);
    border-radius: 36px;
    overflow: hidden;
    isolation: isolate;
    box-shadow: var(--shadow);
    background: #05060c;
}

.hero-backdrop {
    position: absolute;
    inset: -20px;
    background-image: url("TESTHERO.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1.06);
    filter: blur(var(--hero-blur));
    transition: filter 0.16s ease-out;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 4, 8, 0.16) 0%, rgba(3, 4, 8, 0.78) 100%);
}

.hero-center {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 760px;
    padding: 24px;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--accent);
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.hero-center h1 {
    margin: 0;
    font-size: clamp(2.8rem, 7vw, 5.4rem);
    line-height: 1.05;
    text-shadow: 0 14px 44px rgba(0, 0, 0, 0.35);
}

.lead {
    margin: 16px auto 0;
    max-width: 660px;
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: white;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    box-shadow: 0 18px 30px rgba(255, 102, 0, 0.18);
}

.btn-secondary {
    color: var(--text);
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(15, 23, 42, 0.72);
}

.info-panel {
    margin-top: 24px;
}

.info-card {
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--border);
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.96), rgba(15, 23, 42, 0.92));
    box-shadow: var(--shadow);
}

.info-card h2 {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 2.7vw, 2.2rem);
}

.info-card > p {
    color: var(--muted);
    line-height: 1.8;
    margin: 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.info-grid h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    color: var(--accent);
}

.info-grid ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--muted);
    line-height: 1.8;
}

.social-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
    padding: 14px 18px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(7, 10, 20, 0.66);
    border-color: rgba(255, 102, 0, 0.16);
}

.icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background 0.2s ease;
}

.icon-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 102, 0, 0.2);
}

.icon-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    color: var(--text);
}

.packages-section {
    margin-top: 30px;
    padding: 30px 0 10px;
}

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 24px;
}

.section-heading h2 {
    margin: 8px 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.section-heading p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

.package-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(14, 20, 40, 0.96), rgba(12, 18, 34, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 32px;
    padding: clamp(20px, 4vw, 32px);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 102, 0, 0.5);
}

.card h3 {
    margin: 0 0 14px;
    font-size: 1.45rem;
}

.card h4 {
    margin: 16px 0 12px;
    font-size: 1.2rem;
}

.card ul {
    padding-left: 1.2rem;
    margin: 0 0 12px;
    color: var(--muted);
    line-height: 1.8;
}

.card ul li {
    margin-bottom: 0.6rem;
}

.package-note {
    margin: 0 0 14px;
    color: #c7d2fe;
    font-size: 0.95rem;
}

.card label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--text);
    font-size: 0.98rem;
    cursor: pointer;
}

.card label:last-of-type {
    margin-bottom: 0;
}

.card input[type="checkbox"],
.card input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--accent-strong);
    margin-top: 3px;
}

.option-section {
    display: grid;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.85);
}

.option-section summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 0.95rem;
    color: #c7d2fe;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    cursor: pointer;
    list-style: none;
}

.option-section summary::-webkit-details-marker {
    display: none;
}

.option-section summary::after {
    content: "+";
    font-size: 1rem;
    color: var(--muted);
}

.option-section[open] summary::after {
    content: "–";
}

.form-group {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.form-group label {
    font-size: 0.95rem;
    color: var(--muted);
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.82);
    color: var(--text);
    padding: 14px 16px;
    font: inherit;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(248, 250, 252, 0.55);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: 2px solid rgba(255, 102, 0, 0.35);
    outline-offset: 2px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff6600, #ffb347);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(255, 102, 0, 0.22);
}

.note {
    margin-top: 14px;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.page-intro {
    text-align: center;
    max-width: 760px;
    margin: 32px auto 24px;
}

.page-intro h1 {
    margin: 8px 0 18px;
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.page-intro p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

.contact-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 24px 0;
}

.contact-card {
    width: min(100%, 760px);
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid var(--border);
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.95), rgba(15, 23, 42, 0.92));
    box-shadow: var(--shadow);
}

.contact-card h1 {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
}

.contact-card p {
    color: var(--muted);
    line-height: 1.8;
}

.contact-form {
    margin-top: 22px;
}

.contact-form .form-group {
    margin-bottom: 16px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.82);
    color: var(--text);
    padding: 14px 16px;
    font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(248, 250, 252, 0.55);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 2px solid rgba(255, 102, 0, 0.35);
    outline-offset: 2px;
}

.contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}


.testimonials {
    margin-top: 26px;
}



.testimonials-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 18px;
}

.testimonials-header h2 {
    margin: 10px 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.testimonials-header p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: fit;
}

.testimonial-card {
    background: linear-gradient(180deg, rgba(14, 20, 40, 0.96), rgba(12, 18, 34, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 32px;
    padding: 22px 22px 18px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    min-height: unset;
}


.testimonial-stars {
    color: #ffb347;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
}

.testimonial-quote {
    margin: 14px 0 16px;
    color: var(--text);
    line-height: 1.7;
    font-size: 1rem;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Review attachment images (4 pictures) */
.testimonial-attachments {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 10px 0 12px;
}

.testimonial-attachment-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.781);
    background: rgba(0, 0, 0, 0.15);
}


.testimonial-name {
    font-weight: 700;
}


.testimonials-cta {
    margin-top: 22px;
    padding: 18px;
    border-radius: 32px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.78);
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.testimonials-cta-text h3 {
    margin: 0 0 6px;
    font-size: 1.35rem;
}

.testimonials-cta-text p {
    margin: 0;
    color: var(--muted);
}

.testimonials-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .package-grid {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .site-shell {
        padding: 18px 14px 32px;
    }

    .topbar {
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px;
        padding: 14px 16px;
    }

    .topbar-links {
        justify-content: center;
        gap: 12px;
    }

    .page-hero {
        min-height: 78vh;
        padding: 24px 16px;
        border-radius: 24px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .social-bar {
        border-radius: 24px;
        justify-content: center;
    }

    .package-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 20px 18px;
        border-radius: 24px;
    }

    .contact-links {
        justify-content: center;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .testimonials-cta-actions .btn {
        width: 100%;
    }
}

#lightbox{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

#lightbox-image{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
}

#close{
    position:absolute;
    top:20px;
    right:35px;
    color:white;
    font-size:50px;
    cursor:pointer;
}

.testimonial-attachment-img{
    cursor:pointer;
}