    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }

        /* ══════════════════════════════════════
           YOUR ORIGINAL tetouan.css — HERO ONLY
        ══════════════════════════════════════ */
        body { background-color: rgb(248,248,248); }

        header {
            width: 100%; max-width: 100%;
            padding: 20px 60px;
            display: flex; align-items: center; justify-content: space-between;
            position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
            background: linear-gradient(to bottom, rgba(0,51,26,0.97), transparent);
            transition: background 0.4s, padding 0.3s, backdrop-filter 0.4s;
        }
        header.scrolled {
            background: rgba(0,30,15,0.95);
            backdrop-filter: blur(20px);
            padding: 12px 60px;
        }
        header nav { display: flex; }
        header nav a {
            color: rgba(240,253,244,0.75);
            margin-right: 0; padding: 5px 12px;
            font-size: 0.78rem; letter-spacing: 3px; text-transform: uppercase;
            font-weight: 400; transition: color 0.3s; text-decoration: none;
            position: relative; background: none !important; border-radius: 0;
        }
        header nav a::after {
            content: ''; position: absolute;
            bottom: -3px; left: 12px; right: 100%;
            height: 1px; background: #22c55e; transition: right 0.3s;
        }
        header nav a:hover, header nav a.active { color: #f0fdf4 !important; background: none !important; }
        header nav a:hover::after, header nav a.active::after { right: 12px; }
        .menu-toggle { display: none; }
        .burger-icon { display: none; flex-direction: column; gap: 6px; cursor: pointer; padding: 10px; }
        .burger-icon span { width: 25px; height: 2px; background-color: #f0fdf4; border-radius: 2px; transition: all 0.3s ease; }
        header nav a.active { background: none !important; border-radius: 0; }
        header nav a:hover  { background: none !important; border-radius: 0; }

        /* CAROUSEL */
        .carousel {
            width: 100%; height: 100vh;
            overflow: hidden; position: relative;
        }
        .carousel .list .item {
            width: 220px; height: 300px;
            position: absolute;
            top: 80%; transform: translateY(-70%);
            left: 70%;
            border-radius: 20px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.3);
            background-position: 50% 50%;
            background-size: cover;
            z-index: 100;
            transition: 1s;
        }
        .carousel .list .item.active,
        .carousel .list .item.prev {
            top: 0; left: 0;
            transform: translate(0,0);
            border-radius: 0;
            width: 100%; height: 100%;
        }
        .carousel .list .item.next1 { left: 63%; }
        .carousel .list .item.next2 { left: calc(63% + 230px); }
        .carousel .list .item.next3 { left: calc(67% + 460px); }
        .carousel .list .item.next4 { left: calc(67% + 690px); }
        .carousel .list .item.hidden { left: calc(67% + 640px); opacity: 0; }

        .list .item .content {
            position: absolute;
            top: 50%; left: 100px;
            transform: translateY(-50%);
            width: 400px; text-align: left;
            color: #fff; display: none;
        }
        .list .item.active .content { display: block; }

        .content .title {
            font-size: 100px; text-transform: uppercase;
            color: #00331A; font-weight: bold; line-height: 1;
            opacity: 0; animation: animate 1s ease-in-out 0.3s 1 forwards;
        }
        .content .name {
            font-size: 100px; text-transform: uppercase;
            font-weight: bold; line-height: 1;
            opacity: 0; animation: animate 1s ease-in-out 0.6s 1 forwards;
        }
        .content .des {
            margin-top: 10px; margin-bottom: 20px;
            font-size: 18px; margin-left: 5px;
            opacity: 0; animation: animate 1s ease-in-out 0.9s 1 forwards;
        }
        .content .des2 {
            margin-top: 10px; margin-bottom: 20px;
            font-size: 18px; margin-left: 5px;
            opacity: 0; color: #000;
            background-color: rgb(248,248,248);
            border-radius: 6px; padding: 10px;
            animation: animate 1s ease-in-out 0.9s 1 forwards;
        }
        .content .btn {
            margin-left: 5px;
            opacity: 0; animation: animate 1s ease-in-out 1.2s 1 forwards;
        }
        .content .btn .button {
            padding: 10px 20px; border: none; cursor: pointer;
            font-size: 16px; border-radius: 8px;
        }
        .button { text-decoration: none; color: white; background-color: #000000; }
        .content .btn .button:nth-child(1) { margin-right: 15px; }
        .content .btn .button:nth-child(2) {
            background: #00331A; color: white;
            border: 2px solid #00331A; border-radius: 8px; transition: 0.3s;
        }
        .content .btn .button:nth-child(2):hover { background-color: #00331A; color: #fff; border-color: #00331A; }
        .content .btn .button:hover { background-color: #fff; color: #000; }

        @keyframes animate {
            from { opacity: 0; transform: translate(0,100px); filter: blur(33px); }
            to   { opacity: 1; transform: translate(0);       filter: blur(0); }
        }

        .arrows {
            position: absolute; top: 85%; right: 31.5%;
            z-index: 100; width: 300px; max-width: 30%;
            display: flex; gap: 10px; align-items: center;
        }
        .arrows button {
            width: 50px; height: 50px; border-radius: 50%;
            background-color: #00331A; color: #fff;
            border: none; outline: none;
            font-size: 16px; font-family: monospace; font-weight: bold;
            transition: .5s; cursor: pointer;
        }
        .arrows button:hover { background: #fff; color: #000; }
        .arrows .prev::before { content: '<'; }
        .arrows .next::before { content: '>'; }

        .carousel .timeRunning {
            position: absolute; z-index: 1000;
            width: 0%; height: 4px;
            background-color: #00331A;
            left: 0; top: 0;
            animation: runningTime 7s linear 1 forwards;
        }
        @keyframes runningTime { from{width:0%} to{width:100%} }

        /* Mobile carousel — from your original */
        @media (max-width: 768px) {
            header { padding-left: 20px; justify-content: space-between; background-color: transparent; }
            body { overflow-x: hidden; }
            .burger-icon { display: flex; }
            .navbar {
                position: fixed; top: 50px; right: -100vw;
                width: 100vw; height: calc(100vh - 50px);
                background: rgba(0,0,0,0.9);
                flex-direction: column; padding: 20px;
                transition: right 0.3s ease; z-index: 999;
            }
            .menu-toggle:checked ~ .navbar { right: 0; }
            .navbar a { color: white; padding: 15px 0; font-size: 18px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
            .carousel { height: 70vh; }
            .carousel .list .item.active,
            .carousel .list .item.prev {
                width: 100%; height: 70vh;
                top: 0; left: 0; transform: translate(0,0);
                border-radius: 0; background-size: cover; background-position: center; z-index: 100;
            }
            .carousel .list .item.next1,
            .carousel .list .item.next2,
            .carousel .list .item.next3,
            .carousel .list .item.next4 { display: none; }
            .list .item .content { display: block; top: 40%; left: 55%; width: 80%; text-align: left; }
            .content .title { font-size: 28px; }
            .content .name  { font-size: 24px; }
            .content .des, .content .des2 { font-size: 14px; line-height: 1.4; padding: 5px 8px; }
            .content .btn { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
            .content .btn .button { font-size: 14px; padding: 8px 12px; }
            .arrows { top: auto; bottom: 15px; left: 50%; transform: translateX(-50%); width: 120px; justify-content: space-between; gap: 0; z-index: 1000; }
            .arrows button { width: 40px; height: 40px; font-size: 18px; }
            .carousel .timeRunning { height: 3px; }
            .burger-icon { position: fixed; right: 50px; }
            .burger-icon span { width: 25px; height: 3px; background-color: #00331A; border-radius: 2px; transition: all 0.3s ease; }
        }
        @media screen and (max-width: 999px) {
            header { padding-left: 50px; }
            .list .item .content { left: 50px; }
            .content .title, .content .name { font-size: 70px; }
            .content .des { font-size: 16px; }
            .mobile{display: none;}
        }
        @media screen and (max-width: 690px) {
            header nav a { font-size: 14px; margin-right: 0; }
            .list .item .content { top: 40%; }
            .content .title, .content .name { font-size: 45px; }
            .content .btn button { padding: 10px 15px; font-size: 14px; }
            .mobile { display: none; }
        }
        @media screen and (max-width: 480px) {
            .content .title, .content .name { font-size: 35px; }
            .content .btn .button { padding: 8px 12px; font-size: 12px; }
            .mobile{display: none;}
        }

        /* ══════════════════════════════════════
           NEW GREEN DARK BODY — everything below hero
        ══════════════════════════════════════ */
        :root {
            --accent: #22c55e;
            --deep:   #080f0a;
            --dark:   #0d1a10;
            --card:   #0f1f13;
            --text:   #f0fdf4;
            --muted:  #6b8f72;
            --gold:   #a3e635;
        }

        /* Kill white background from original CSS on body and all new sections */
        body { background-color: var(--deep) !important; }
        #service, .why-section, .video-section,
        .testimonials-section, .faq-section,
        .about-section, footer.footer,
        .services-grid, .testi-grid, .why-grid,
        .new-card, .testi-card, .new-card22,
        .section-header {
            font-family: 'Outfit', sans-serif;
            background-color: unset;
        }

        /* ── CURSOR ── */
        .cursor {
            width: 8px; height: 8px; background: var(--accent);
            border-radius: 50%; position: fixed; pointer-events: none;
            z-index: 9999; transform: translate(-50%,-50%); transition: transform 0.15s ease;
        }
        .cursor-ring {
            width: 36px; height: 36px; border: 1px solid rgba(34,197,94,0.45);
            border-radius: 50%; position: fixed; pointer-events: none;
            z-index: 9998; transform: translate(-50%,-50%);
            transition: transform 0.4s ease, width 0.3s, height 0.3s;
        }

        /* ── SECTION HEADERS ── */
        .section-header { text-align: center; padding: 100px 60px 60px; background: var(--deep); }
        .why-section .section-header { background: var(--dark); }
        .faq-section .section-header { background: var(--dark); }
        .testimonials-section .section-header { background: var(--deep); }
        .section-header .eyebrow {
            display: block; font-size: 0.7rem; letter-spacing: 5px;
            text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
        }
        .section-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(2.4rem, 5vw, 4.5rem);
            font-weight: 700;
            color: var(--text); line-height: 1.1;
        }
        .section-header p {
            margin-top: 18px; color: var(--muted); font-size: 1rem;
            line-height: 1.7; max-width: 540px; margin-left: auto; margin-right: auto;
        }
        .badge {
            display: inline-block; margin-top: 18px; padding: 8px 20px;
            border: 1px solid rgba(163,230,53,0.35);
            color: var(--gold); font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase;
        }

        /* ── SERVICES ── */
        #service { background: var(--deep); }
        .services-grid {
            display: grid; grid-template-columns: repeat(3,1fr);
            gap: 1px; background: rgba(240,253,244,0.05);
            margin: 0 60px 100px;
        }
        .new-card {
            background: var(--card); padding: 48px 38px;
            position: relative; overflow: hidden; transition: background 0.4s;
        }
        .new-card::before {
            content: ''; position: absolute; inset: 0;
            background: linear-gradient(135deg, var(--accent), transparent);
            opacity: 0; transition: opacity 0.4s; pointer-events: none; 
        }
        .new-card:hover { background: #142018; }
        .new-card:hover::before { opacity: 0.06; }
        .new-card .service-icon { font-size: 1.8rem; margin-bottom: 22px; display: block; background: none; border: none; padding: 0; }
        .new-card h3 {
            font-family: 'Playfair Display', serif;
            font-size: 1.25rem; font-weight: 700;
            color: var(--text); margin-bottom: 12px;
        }
        .new-card p { font-size: 0.87rem; color: var(--muted); line-height: 1.7; margin-bottom: 26px; }
        .new-learno {
            display: inline-flex; align-items: center; gap: 8px;
            font-size: 0.73rem; letter-spacing: 3px; text-transform: uppercase;
            color: var(--accent); text-decoration: none; font-weight: 500; transition: gap 0.3s;
            background: none !important;
        }
        .new-learno::after { content: '→'; }
        .new-learno:hover { gap: 14px; background: none !important; }

        /* ── WHY VISIT ── */
        .why-section { background: var(--dark); }
        .why-section .section-header { background: var(--dark); }
        .why-grid {
            display: grid; grid-template-columns: repeat(3,1fr);
            gap: 28px; padding: 0 60px 100px;
        }
        .new-card22 { position: relative; overflow: hidden; border: 1px solid rgba(240,253,244,0.06); }
        .new-card22 img {
            width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block;
            transition: transform 0.6s ease, filter 0.6s; filter: saturate(0.8);
        }
        .new-card22:hover img { transform: scale(1.05); filter: saturate(1); }
        .new-card22-content { padding: 26px 26px 30px; }
        .new-card22 h3 {
            font-family: 'Playfair Display', serif;
            font-size: 1.15rem; font-weight: 700;
            color: var(--text); margin-bottom: 8px;
        }
        .new-card22 p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }

        /* ── VIDEO ── */
        .video-section { padding: 0 60px 100px; background: var(--dark); }
        .video-wrapper { width: 100%; aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(240,253,244,0.06); }
        .video-wrapper iframe { width: 100%; height: 100%; border: 0; display: block; }

        /* ── TESTIMONIALS ── */
        .testimonials-section { background: var(--deep); }
        .testimonials-section .section-header { background: var(--deep); }
        .testi-grid {
            display: grid; grid-template-columns: repeat(3,1fr);
            gap: 1px; background: rgba(240,253,244,0.05);
            margin: 0 60px 100px;
        }
        .testi-card {
            background: var(--card); padding: 48px 38px;
        }
        .testi-card p:first-child { font-size: 1rem; font-weight: 400; color: var(--text); line-height: 1.7; margin-bottom: 18px; }
        .testi-card p:nth-child(2) { font-size: 0.9rem; margin-bottom: 14px; }
        .testi-card span { font-size: 0.73rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }

        /* ── FAQ ── */
        .faq-section { background: var(--dark); }
        .faq-section .section-header { background: var(--dark); }
        .new-faq { max-width: 800px; margin: 0 auto; padding: 0 60px 100px; }
        .new-faq-item { border-bottom: 1px solid rgba(240,253,244,0.07); }
        .new-faq-item input[type="checkbox"] { display: none; }
        .new-faq-question {
            display: flex; justify-content: space-between; align-items: center;
            padding: 26px 0; font-size: 0.97rem; font-weight: 400;
            color: var(--text); cursor: pointer; transition: color 0.3s;
            background: none; border: none; border-radius: 0;
        }
        .new-faq-question::after { content: '+'; font-size: 1.4rem; color: var(--accent); flex-shrink: 0; margin-left: 20px; transition: transform 0.3s; }
        .new-faq-question::before { display: none; }
        .new-faq-item input:checked + .new-faq-question { color: var(--accent); }
        .new-faq-item input:checked + .new-faq-question::after { transform: rotate(45deg); }
        .new-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; background: none; border: none; padding: 0; }
        .new-faq-item input:checked ~ .new-faq-answer { max-height: 200px; }
        .new-faq-answer p { padding-bottom: 26px; font-size: 0.9rem; color: var(--muted); line-height: 1.8; border: none; }

        /* ── ABOUT ── */
        .about-section {
            background: var(--deep) !important;
            padding: 100px 60px !important;
            text-align: center;
        }
        .about-container { max-width: 900px; margin: 0 auto; }
        .about-container h2 {
            font-family: 'Playfair Display', serif !important;
            font-size: clamp(2.4rem, 5vw, 4.5rem) !important;
            font-weight: 700;
            color: var(--text) !important; margin-bottom: 14px;
        }
        .about-intro { color: var(--muted) !important; font-size: 1.05rem !important; margin-bottom: 56px !important; }
        .about-team { display: flex; flex-direction: column; align-items: center; gap: 20px; flex-wrap: nowrap !important; margin-top: 0 !important; }
        .team-member {
            
            border-radius: 0 !important;
            box-shadow: none !important;
            padding: 0 !important;
            display: flex; flex-direction: column; align-items: center; gap: 16px;
            max-width: 640px !important;
        }
        .team-member:hover { transform: none !important; box-shadow: none !important; }
        .team-pic {
            width: 200px !important; height: 200px !important;
            border-radius: 50% !important; object-fit: cover; object-position: center top;
            border: 3px solid rgba(34,197,94,0.5) !important;
            box-shadow: 0 0 0 8px rgba(34,197,94,0.07), 0 20px 60px rgba(0,0,0,0.4) !important;
            margin-bottom: 0 !important;
        }
        .team-member h3 { font-family: 'Playfair Display', serif !important; font-size: 1.8rem !important; font-weight: 700; color: var(--text) !important; margin-bottom: 0 !important; }
        .team-member p:first-of-type { font-size: 0.73rem !important; letter-spacing: 3px; text-transform: uppercase; color: var(--accent) !important; font-weight: 500 !important; }
        .team-member p:last-of-type { font-size: 0.95rem !important; color: var(--muted) !important; line-height: 1.8; max-width: 600px; }

        /* ── FOOTER ── */
        footer.footer {
            background: #040a06 !important;
            padding: 28px 60px !important;
            text-align: center;
            border-top: 1px solid rgba(240,253,244,0.05);
        }
        .footer-content { display: flex; flex-direction: column; gap: 10px; max-width: none !important; }
        .footer-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; letter-spacing: 4px; text-transform: uppercase; color: rgba(240,253,244,0.55); }
        .footer-logo span { color: var(--accent); }
        .footer-content p { font-size: 0.82rem !important; color: rgba(240,253,244,0.35) !important; margin: 0 !important; }
        .insta-link { color: var(--accent) !important; text-decoration: none; transition: color 0.3s; }
        .insta-link:hover { color: var(--gold) !important; }

        /* ── WHATSAPP ── */
        .whatsapp-float {
            position: fixed; bottom: 34px; right: 34px;
            width: 54px; height: 54px; background: #25d366 !important; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            color: #fff; font-size: 1.4rem; text-decoration: none; z-index: 900;
            box-shadow: 0 8px 30px rgba(37,211,102,0.35);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .whatsapp-float:hover { transform: scale(1.1) !important; background: #25d366 !important; box-shadow: 0 12px 40px rgba(37,211,102,0.5); }

        /* ── REVEAL ── */
        .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
        .reveal.visible { opacity: 1; transform: translateY(0); }
        /* Fallback: if JS doesn't fire, still show content */
        @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

        /* ── RESPONSIVE NEW SECTIONS ── */
        @media (max-width: 1024px) {
            .services-grid, .testi-grid { grid-template-columns: repeat(2,1fr); }
            .why-grid { grid-template-columns: repeat(2,1fr); }
        }
        @media (max-width: 768px) {
            .services-grid, .testi-grid, .why-grid { grid-template-columns: 1fr; margin: 0 24px 60px; }
            .section-header { padding: 70px 24px 40px; }
            .new-faq { padding: 0 24px 70px; }
            .video-section { padding: 0 24px 70px; }
            .about-section { padding: 70px 24px !important; }
            footer.footer { padding: 28px 24px !important; }
        }