@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;background:transparent;padding:15px 30px;position:absolute;width:100%;top:0;left:0;transition:background .4s ease,box-shadow .4s ease,transform .4s ease;z-index:1000}.navbar.hidden{transform:translateY(-100%)}.navbar.visible{transform:translateY(0)}.navbar.scrolled{background:#141e30e6;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 4px 20px #0006;border-bottom:1px solid rgba(255,215,0,.2)}.logo img{height:55px;width:auto;border-radius:10px;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.nav-links{list-style:none;display:flex;gap:25px;transition:all .3s ease-in-out}.nav-links li a,.nav-links .dropdown>span{text-decoration:none;color:#fff;font-size:16px;font-weight:500;font-family:Poppins,sans-serif;position:relative;padding:5px 0;transition:all .3s ease-in-out}.nav-links li a:after,.nav-links .dropdown>span:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background:linear-gradient(90deg,gold,#ffb700);transition:width .3s ease-in-out;border-radius:2px}.nav-links li a:hover:after,.nav-links .dropdown>span:hover:after{width:100%}.nav-links li a:hover,.nav-links .dropdown>span:hover{color:gold;text-shadow:0px 0px 8px rgba(255,215,0,.9)}.dropdown{position:relative;cursor:pointer}.dropdown-toggle:after{content:"▾";margin-left:8px;transition:transform .3s ease}.dropdown.active .dropdown-toggle:after{transform:rotate(180deg)}@media (min-width: 769px){.dropdown-menu{position:absolute;top:140%;left:0;right:auto;list-style:none;background:#4d676fb2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:10px 0;border-radius:12px;display:none;box-shadow:0 8px 30px #000;min-width:190px;z-index:999;animation:fadeDown .3s ease}.dropdown:hover .dropdown-menu{display:block}}@media (max-width: 768px){.dropdown-menu{position:static;background:transparent;box-shadow:none;padding:0;display:none;flex-direction:column;animation:none}.dropdown-menu.show{display:flex;margin-top:1px;border-left:2px solid rgba(255,215,0,.4);padding-left:20px}.dropdown-menu li{padding:30px 15px;border-bottom:1px solid rgba(255,255,255,.08)}.dropdown-menu li:last-child{border-bottom:none}.dropdown-toggle{display:flex;justify-content:space-between;align-items:center}}.dropdown-menu li{padding:1px 22px}.dropdown-menu li a{color:#fff;font-size:15px;display:block;transition:.3s}.dropdown-menu li a:hover{background:#ffffff14;color:gold;padding-left:28px}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:6px}.hamburger span{height:3px;width:28px;background:#fff;border-radius:5px;transition:.3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-links.open{position:absolute;top:70px;right:0;flex-direction:column;background:#141e30f2;width:70%;height:105vh;padding:40px 0;gap:25px;border-left:1px solid rgba(255,255,255,.1);border-radius:0 0 0 20px;box-shadow:-8px 0 25px #0009;animation:slideLeft .3s ease}.nav-links.open li{padding:10px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.nav-links.open li:last-child{border-bottom:none}@keyframes slideLeft{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.nav-links{gap:25px}}@media (max-width: 768px){.nav-links{display:none}.hamburger,.nav-links.open{display:flex}}@media (max-width: 480px){.logo img{height:42px}.nav-links li a{font-size:14px}}.footer{background:#111;color:#f1f1f1;padding:50px 20px 20px;margin-top:50px;overflow-x:hidden}.footer-container{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:0 auto}.footer-section h2,.footer-section h3{color:#fff;margin-bottom:15px}.footer-section p{font-size:15px;line-height:1.6;color:#ccc}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li button{background:none;border:none;color:#ccc;font-size:15px;cursor:pointer;text-align:left;padding:0;transition:color .3s ease}.footer-section ul li button:hover{color:#fff}.social-links a{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#ccc;text-decoration:none;font-size:15px;transition:color .3s}.social-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:20px;margin-top:30px;border-top:1px solid #333;font-size:14px;color:#aaa}.social-links a{display:flex;align-items:center;gap:8px;margin-bottom:10px;text-decoration:none;font-size:15px;transition:transform .3s ease,color .3s ease}.social-links a:hover{transform:scale(1.05)}.social-links a.facebook{color:#1877f2}.social-links a.facebook:hover{color:#0e5aaf}.social-links a.instagram{color:#e1306c}.social-links a.instagram:hover{color:#c13584}.social-links a.youtube{color:red}.social-links a.youtube:hover{color:#c00}.social-links a.tiktok{color:#25f4ee}.social-links a.tiktok:hover{color:#fe2c55}@media (max-width: 992px){.footer-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 600px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-section ul li button{text-align:center}.social-links{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.footer-section h2{font-size:22px}.footer-section h3{font-size:18px}.footer-section p,.footer-section ul li button{font-size:14px}.footer-bottom{font-size:12px}}.whatsapp-button{position:fixed;bottom:20px;right:20px;background-color:#25d366;color:#fff;border-radius:50%;width:55px;height:55px;display:flex;justify-content:center;align-items:center;font-size:30px;box-shadow:0 2px 5px #0000004d;z-index:9999;cursor:pointer;transition:transform .2s,background-color .2s}.whatsapp-button:hover{transform:scale(1.1);background-color:#20b858}@media (max-width: 500px){.whatsapp-button{width:45px;height:45px;font-size:25px;bottom:15px;right:15px}}.home-page{font-family:Poppins,sans-serif;color:#212121;line-height:1.6;overflow-x:hidden;background:#fff;scroll-behavior:smooth}.home-slider-hero{position:relative;height:85vh;overflow:hidden}.home-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transform:scale(1.1);transition:opacity 1.5s ease-in-out,transform 6s ease-in-out}.home-slide-bg.active{opacity:1;z-index:1;transform:scale(1)}.home-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2.5rem;color:#fff;background:#0006;padding:10px;border-radius:50%;cursor:pointer;z-index:3;transition:background .3s ease}.home-slider-arrow:hover{background:#000000b3}.home-slider-arrow.left{left:20px}.home-slider-arrow.right{right:20px}.home-hero{position:relative;z-index:2;text-align:center;color:#fff;top:45%;transform:translateY(-50%);padding:0 15px;animation:fadeInUp 2s ease forwards}.home-hero-title{display:inline-block;font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#06f,red,#fff);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 4s linear infinite,fadeInDown 2s ease forwards;text-shadow:0 4px 25px rgba(0,0,0,.7)}.home-hero-text{font-size:1.2rem;max-width:800px;margin:0 auto;opacity:0;animation:fadeInUp 2s ease forwards;animation-delay:1s;text-shadow:0 3px 15px rgba(0,0,0,.6)}@keyframes shine{0%{background-position:200% center}to{background-position:-200% center}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.home-hero{top:45%}.home-hero-title{font-size:2.2rem;line-height:1.3;white-space:normal;word-break:break-word;text-wrap:balance}.home-hero-text{font-size:1rem}}@media (max-width: 480px){.home-hero{top:45%}.home-hero-title{font-size:1.6rem;line-height:1.2;white-space:normal;word-break:break-word}.home-hero-text{font-size:.9rem}}.home-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;padding:15px 7%;text-align:center}.home-feature-card{background:#8d1b3d;border-radius:11px;padding:1px 8px;font-size:.9rem;font-weight:600;color:#fff;box-shadow:0 3px 10px #00000026;border:2px solid #8d1b3d;transition:none;display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;min-height:70px}.home-feature-card:before{content:"★";font-size:1.2rem;margin-bottom:4px;color:#fff}.home-feature-card:hover{transform:translateY(-4px) scale(1.03);background:linear-gradient(135deg,#8d1b3d,#b22a55);color:#fff;box-shadow:0 6px 14px #8d1b3d4d}.home-feature-card:hover:before{color:#fff}.home-available-tours{padding:40px 7%;text-align:center}.home-section-title{font-size:2rem;font-weight:700;margin-bottom:30px;color:#8d1b3d}.home-tour-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.home-tour-card{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;box-shadow:0 6px 15px #00000026;transition:transform .3s ease,box-shadow .3s ease}.home-tour-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000004d}.home-tour-card img{width:100%;height:300px;object-fit:cover;display:block;transition:transform .4s ease}.home-tour-card:hover img{transform:scale(1.08)}.home-tour-overlay{position:absolute;bottom:0;left:0;right:0;background:#0000001a;padding:0;text-align:center;color:#fff;display:flex;flex-direction:column;min-height:50px}.home-tour-title{font-size:1.1rem;font-weight:600}.home-stars{font-size:.9rem;color:gold}.flextime{font-size:.75rem;background-color:#6b463d60;color:#fff;padding:2px 6px;border-radius:4px}.home-tour-overlay p{font-size:.85rem;margin:4px 0 1px}.home-btn{margin-top:auto;margin-bottom:0;display:inline-block;width:100%;padding:8px 0;font-size:.9rem;font-weight:600;border-radius:6px 6px 0 0;background:#7a1231;color:#fff;text-decoration:none;transition:all .3s ease}.home-btn:hover{background:#5a0e24;transform:translateY(-2px);box-shadow:0 4px 12px #7a123180}.home-gallery{padding:9px;text-align:center;background:#fff}.home-slider{overflow:hidden;position:relative;width:100%}.home-slide-track{display:flex;width:2600px;animation:home-scroll 30s linear infinite;gap:2px}.home-slider:hover .home-slide-track{animation-play-state:paused}.home-slide{width:280px;height:170px;flex-shrink:0;padding:10px 1px}.home-slide img{width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:0 8px 25px #0003;transition:transform .3s ease}.home-slide img:hover{transform:scale(1.07)}@keyframes home-scroll{0%{transform:translate(0)}to{transform:translate(-1300px)}}.faq{padding:70px 20px;max-width:1200px;margin:0 auto}.faq h2{text-align:center;margin-bottom:40px;color:#8d1b3d;font-size:2rem;font-weight:700;position:relative}.faq h2:after{content:"";display:block;width:80px;height:3px;background:#8d1b3d;margin:10px auto 0;border-radius:2px}.faq details{margin-bottom:20px;background:#fff;padding:18px 20px;border-radius:12px;border:1px solid #eee;box-shadow:0 4px 14px #00000014;transition:all .3s ease-in-out}.faq details:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.faq summary{font-size:1.1rem;font-weight:600;color:#333;cursor:pointer;list-style:none;position:relative;padding-right:25px}.faq summary:after{content:"➕";position:absolute;right:0;top:0;font-size:1rem;color:#8d1b3d;transition:transform .3s}.faq details[open] summary:after{content:"➖";transform:rotate(180deg)}.faq p{margin-top:10px;font-size:.95rem;line-height:1.6;color:#555;padding-left:5px}@media (max-width: 1024px){.faq{padding:60px 15px}.faq h2{font-size:1.8rem}.faq summary{font-size:1.05rem}}@media (max-width: 768px){.faq{padding:50px 15px}.faq h2{font-size:1.6rem;margin-bottom:30px}.faq details{padding:15px}.faq summary{font-size:1rem}.faq p{font-size:.9rem}}@media (max-width: 480px){.faq{padding:40px 10px}.faq h2{font-size:1.4rem}.faq summary{font-size:.95rem;padding-right:20px}.faq summary:after{font-size:.9rem}.faq p{font-size:.85rem}}@media (max-width: 320px){.faq{padding:30px 8px}.faq h2{font-size:1.2rem}.faq summary{font-size:.85rem}.faq p{font-size:.8rem}}.home-mission{position:relative;max-width:900px;margin:60px auto;padding:60px 30px;border-radius:14px;text-align:center;animation:fadeIn 1s ease;overflow:hidden;box-shadow:0 6px 18px #00000014;background:url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80) no-repeat center/cover}.home-mission:before{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(#ffffffe6,#f9f5f7e6);z-index:0}.home-mission h2,.home-mission p{position:relative;z-index:1}.home-mission h2{font-size:2rem;font-weight:700;color:#8d1b3d;margin-bottom:20px}.home-mission p{font-size:1rem;color:#333;margin:12px 0;line-height:1.6}.home-cta{position:relative;margin:80px auto;padding:20px 30px;text-align:center;border-radius:6px;overflow:hidden;animation:fadeIn 1.2s ease;background:url(https://images.unsplash.com/photo-1505735443191-22bb7d21e455?auto=format&fit=crop&w=1200&q=80) no-repeat center/cover}.home-cta:before{content:"";position:absolute;inset:0;border-radius:6px;background:linear-gradient(#8f2646b3,#4f4f4f99);z-index:0}.home-cta h2,.home-cta p,.home-btn-large{position:relative;z-index:1}.home-cta h2{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:15px}.home-cta p{font-size:1.1rem;color:#f8f8f8;margin-bottom:25px}.home-btn-large{display:inline-block;padding:18px 40px;font-size:1.15rem;font-weight:600;color:#fff;background:#8d1b3d;border-radius:10px;text-decoration:none;transition:all .3s ease,box-shadow .3s;animation:pulseGlow 2.5s infinite}.home-btn-large:hover{background:#6c1430;transform:translateY(-4px);box-shadow:0 8px 25px #8d1b3d80}@keyframes pulseGlow{0%{box-shadow:0 0 #8d1b3d80}50%{box-shadow:0 0 18px #8d1b3dcc}to{box-shadow:0 0 #8d1b3d80}}@media (max-width: 992px){.home-hero-title{font-size:2.2rem}.home-hero-text{font-size:1rem}.home-tour-card img{height:320px}.home-mission,.home-cta{padding:40px 20px}}@media (max-width: 768px){.home-section-background{height:55vh}.home-hero{margin-top:8rem;padding:15px 15px 60px}.home-hero-title{font-size:1.8rem}.home-features{grid-template-columns:1fr 1fr;gap:10px}.home-tour-cards{grid-template-columns:1fr}.home-mission,.home-cta{margin:40px auto}}@media (max-width: 480px){.home-section-background{height:45vh}.home-hero{margin-top:6rem}.home-hero-title{font-size:1.8rem;letter-spacing:1px}.home-hero-text{font-size:.9rem}.home-features{grid-template-columns:1fr}.home-slide{width:140px;height:100px}.home-btn-large{font-size:.95rem;padding:12px 22px}}@media (max-width: 360px){.home-hero{margin-top:5rem}.home-hero-title{font-size:1.2rem}.home-hero-text{font-size:.8rem}.home-btn-large{font-size:.85rem;padding:10px 18px}}.about-page{font-family:Poppins,sans-serif;color:#333;line-height:1.6;overflow-x:hidden}.about-hero{height:95vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-bottom:30px;padding-top:14rem}.about-hero:after{content:"";position:absolute;inset:0;background:#0000008c}.about-hero-content{position:relative;max-width:800px;padding:20px;z-index:1}.about-hero h1{font-size:3rem;margin-bottom:15px}.about-hero p{font-size:1.2rem;line-height:1.7}.about-content{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:40px 12%;flex-wrap:wrap}.about-content.reverse{flex-direction:row-reverse}.about-image{flex:1;min-width:260px}.about-image img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #00000026}.about-text{flex:1.2;min-width:260px}.about-text h2{font-size:2rem;margin-bottom:15px;color:#8d1b3d}.about-text p{font-size:1.02rem;line-height:1.9;color:#555}.about-attractions{background:#fafafa;padding:60px 10%;text-align:center}.about-attractions h2{font-size:2rem;margin-bottom:40px;color:#8d1b3d;position:relative;display:inline-block}.about-attractions h2:after{content:"";display:block;width:90px;height:3px;background:#8d1b3d;margin:10px auto 0;border-radius:2px}.about-attractions ul{list-style:none;padding:0;max-width:600px;margin:0 auto}.about-attractions li{margin:18px 0;font-size:1.15rem;position:relative;padding-bottom:10px;border-bottom:1.5px solid #ddd}.about-attractions a{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative;padding:5px 0}.about-attractions a:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0%;background:#8d1b3d;transition:width .3s ease}.about-attractions a:hover{color:#8d1b3d}.about-attractions a:hover:after{width:100%}.service-icon{font-size:1.4rem;color:#8d1b3d}.about-team{padding:70px 10%;text-align:center}.about-team h2{font-size:2rem;margin-bottom:40px;color:#8d1b3d}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.team-member{background:#fff;padding:15px;border-radius:12px;box-shadow:0 4px 12px #01000080;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.team-member:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 10px 25px #00000026}.team-member img{width:100%;height:220px;object-fit:cover;border-radius:10px;margin-bottom:1px;transition:transform .4s ease}.team-member:hover img{transform:scale(1.08)}.team-member h3{font-size:1.1rem;color:#333;margin-bottom:5px;margin-top:15px}.team-member p{color:#777;font-size:.95rem}.about-cta{position:relative;text-align:center;padding:60px 20px;background-size:cover;background-position:center;background-attachment:fixed;border-top:1px solid #eee;color:#fff}.about-cta-overlay{position:absolute;inset:0;background:#0000008c;z-index:1}.about-cta-content{position:relative;z-index:2;max-width:750px;margin:0 auto}.about-cta-content h2{font-size:2.2rem;color:#fff;margin-bottom:15px}.about-cta-content p{font-size:1.15rem;color:#f5f5f5;margin:0 auto 25px;line-height:1.7}.btn-large{display:inline-block;background:#8d1b3d;color:#fff;padding:16px 40px;font-size:1.15rem;border-radius:10px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-large:hover{background:#6a132e;transform:translateY(-3px);box-shadow:0 8px 18px #8d1b3d66}@media (max-width: 1200px){.about-content{padding:60px 8%;gap:30px}.about-hero h1{font-size:2.6rem}}@media (max-width: 992px){.about-content{flex-direction:column;text-align:center;padding:50px 6%}.about-content.reverse{flex-direction:column}.about-image img{height:300px;width:44vh}.about-text{margin-top:20px}.about-text h2{font-size:1.7rem}.about-text p{font-size:.95rem;line-height:1.5}.about-hero h1{font-size:2.3rem}.about-hero p{font-size:1rem}}@media (max-width: 576px){.about-hero{height:60vh;padding:0 15px;padding-top:5rem}.about-hero h1{font-size:1.7rem}.about-hero p{font-size:.9rem}.about-content{padding:30px 5%;gap:20px}.about-image img{height:220px;width:44vh}.about-text h2{font-size:1.5rem}.about-text p{font-size:.9rem;line-height:1.4}.team-grid{gap:20px}.btn-large{padding:14px 30px;font-size:1rem}}@media (max-width: 250px){.about-attractions{padding:30px 3%}.about-attractions h2{font-size:1.2rem;margin-bottom:25px}.about-attractions li{font-size:.85rem;padding:8px 0}.about-attractions a{font-size:.85rem;gap:6px;flex-wrap:wrap;justify-content:center;text-align:center;line-height:1.3}.service-icon{font-size:1rem}}.west-tour-page{font-family:Poppins,sans-serif;background:#fafafa;color:#333;line-height:1.6}.west-hero{position:relative;height:95vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 28px #00000040}.west-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000080,#000000bf)}.west-hero-content{position:relative;text-align:center;color:#fff;max-width:850px;padding:20px;margin-top:4rem;z-index:2;animation:fadeInUp 1.5s ease}.west-hero-content h1{font-size:3rem;font-weight:700;text-shadow:2px 2px 10px rgba(0,0,0,.8);display:inline-block}.lead{font-size:1.2rem;margin-bottom:2rem;line-height:1.8}.tour-info{padding:70px 20px;border-bottom:1px solid #ddd}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px}.info-card{background:#fff;padding:24px;border-radius:14px;box-shadow:0 6px 18px #0000001f;border:1px solid #eee;transition:all .3s ease}.info-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000002e}.info-card h3{color:#8d1b3d;margin-bottom:.8rem;border-bottom:2px solid #8d1b3d;display:inline-block;padding-bottom:4px}.itinerary{padding:70px 20px}.itinerary h2{text-align:center;margin-bottom:40px;font-size:2.2rem;color:#8d1b3d;border-bottom:3px solid #8d1b3d;display:inline-block;padding-bottom:6px}.itinerary-grid{display:grid;gap:30px}.it-step{display:flex;gap:20px;background:#fff;padding:22px;border-radius:14px;border:1px solid #eee;box-shadow:0 6px 18px #0000001a;transition:all .3s ease}.it-step:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.step-num{width:55px;height:55px;min-width:55px;min-height:55px;border-radius:50%;background:#8d1b3d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;line-height:1;box-shadow:0 4px 14px #00000040}.step-content h3{margin-bottom:.5rem;color:#222}.includes{padding:70px 40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;border-top:1px solid #ddd}.includes h2{margin-bottom:20px;color:#8d1b3d;border-bottom:2px solid #8d1b3d;display:inline-block;padding-bottom:6px}.includes ul{list-style:none;padding-left:0}.includes li{margin-bottom:14px;padding-left:32px;position:relative;font-size:1rem}.includes li:before{content:"✔";position:absolute;left:0;color:#8d1b3d;font-weight:700}.gallery-section{padding:70px 0;background:#f8f8f8;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.gallery-section h2{text-align:center;margin-bottom:30px;color:#8d1b3d}.slider{overflow:hidden;position:relative}.slide-track{display:flex;gap:20px;animation:west-scroll 28s linear infinite;width:max-content}.slide{min-width:260px;background:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 6px 16px #0000001a;overflow:hidden;text-align:center;transition:transform .3s ease}.slide:hover{transform:translateY(-6px) scale(1.03)}.slide img{width:100%;height:170px;object-fit:cover;border-bottom:1px solid #ddd}.slide p{padding:12px;font-size:.95rem;color:#444}@keyframes west-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.related{padding:80px 30px;max-width:1200px;margin:0 auto}.related h2{text-align:center;margin-bottom:50px;color:#8d1b3d;border-bottom:3px solid #8d1b3d;display:inline-block;padding-bottom:6px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.related-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #0000001f;border:1px solid #eee;transition:transform .3s ease}.related-card:hover{transform:translateY(-8px);box-shadow:0 14px 28px #0003}.related-card img{width:100%;height:230px;object-fit:cover;border-bottom:1px solid #ddd}.related-body{padding:22px}.related-body h3{font-size:20px;margin-bottom:12px;color:#333}.related-body p{font-size:15px;color:#555;margin-bottom:18px}.related-actions{display:flex;justify-content:flex-start}.related-actions .book-btn{margin-bottom:2px}.faq{padding:70px 20px}.faq h2{text-align:center;margin-bottom:30px;color:#8d1b3d}.faq details{cursor:pointer;margin-bottom:15px;background:#fff;padding:15px;border-radius:10px;border:1px solid #eee;box-shadow:0 4px 14px #0000001a}.tour-cta{display:flex;justify-content:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #3d3d3d1a;width:100%}.cta-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;width:90%;max-width:1200px;margin:0 auto}.tour-cta h3{font-size:2rem;margin-bottom:10px;color:#8d1b3d}.tour-cta p{font-size:1rem;color:#333;max-width:600px;margin:0 auto}.tour-cta button{margin-bottom:2px}@media (max-width: 1200px){.cta-inner{width:90%}.tour-cta h3{font-size:1.8rem}.tour-cta p{font-size:.95rem}}@media (max-width: 992px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.west-hero{height:55vh}.west-hero-content h1{font-size:2.2rem}.includes{grid-template-columns:1fr}.it-step{flex-direction:column}.tour-cta{padding:30px 15px}.tour-cta h3{font-size:1.5rem}.tour-cta p{font-size:.95rem}}@media (max-width: 600px){.related-grid{grid-template-columns:1fr}.west-hero-content h1{font-size:1.8rem}.lead{font-size:1rem}}@media (max-width: 300px){.west-hero{height:60vh}.step-num{width:35px;height:35px;font-size:.8rem}.tour-cta{padding:20px 8px}.tour-cta h3{font-size:1.1rem}.tour-cta p{font-size:.8rem}}.contact-cta-wrapper{display:flex;justify-content:center;gap:12px;flex-wrap:nowrap;margin-top:20px}.contact-cta-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;font-size:.85rem;font-weight:600;border-radius:9px;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 5px 16px #00000026;flex:1 1 auto;max-width:160px;justify-content:center;white-space:nowrap}.contact-cta-icon{width:16px;height:16px;transition:transform .35s ease}.contact-cta-btn-primary{background:#8d1b3d;color:#fff}.contact-cta-btn-primary:hover{background:linear-gradient(135deg,#a3244d,#8d1b3d);transform:translateY(-3px) scale(1.05);box-shadow:0 10px 28px #00000040}.contact-cta-btn-primary:hover .contact-cta-icon{transform:rotate(15deg) scale(1.15)}.contact-cta-btn-outline{background:transparent;border:2px solid #8d1b3d;color:#8d1b3d}.contact-cta-btn-outline:hover{background:#8d1b3d;color:#fff;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 28px #00000040}.contact-cta-btn-outline:hover .contact-cta-icon{transform:rotate(-15deg) scale(1.15)}@media (min-width: 1201px){.contact-cta-btn{padding:13px 22px;font-size:.9rem;max-width:160px}.contact-cta-icon{width:18px;height:18px}}@media (max-width: 1200px) and (min-width: 769px){.contact-cta-btn{padding:12px 20px;font-size:.85rem;max-width:160px}.contact-cta-icon{width:16px;height:16px}}@media (max-width: 768px) and (min-width: 481px){.contact-cta-btn{padding:10px 18px;font-size:.8rem;max-width:150px}.contact-cta-icon{width:14px;height:14px}}@media (max-width: 480px){.contact-cta-wrapper{gap:8px}.contact-cta-btn{padding:12px 16px;font-size:.75rem;max-width:120px}.contact-cta-icon{width:12px;height:12px}}.book-btn{background:linear-gradient(135deg,#a62045,#d6336c);color:#fff;font-weight:700;font-size:14px;letter-spacing:.5px;border:none;border-radius:5px;padding:11px 25px;cursor:pointer;position:relative;text-align:center;transition:all .3s ease;box-shadow:0 4px 10px #00000040;overflow:hidden;text-decoration:none;display:inline-block}.book-btn:hover{transform:translateY(-3px) scale(1.07);background:linear-gradient(135deg,#8b1b39,#b92a58);box-shadow:0 8px 18px #00000059}.book-btn:after{content:"";position:absolute;top:0;left:-75px;width:50px;height:100%;background:#ffffff59;transform:skew(-20deg);transition:.5s}.book-btn:hover:after{left:120%}.north-tour-page{font-family:Poppins,sans-serif;background:#fafafa;color:#333;line-height:1.6;overflow-x:hidden}.north-hero{position:relative;height:95vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:7rem}.north-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.north-hero-overlay{position:absolute;inset:0}.north-hero-content{position:relative;text-align:center;color:#fff;max-width:850px;padding:20px;z-index:2;animation:fadeInUp 1.5s ease}.north-hero-content h1{font-size:2.5rem;font-weight:600;text-shadow:2px 2px 10px rgba(0,0,0,.8);display:inline-block;padding-bottom:6px}.north-lead{font-size:1.2rem;margin-bottom:2rem;line-height:1.8}.north-tour-info{padding:70px 20px;border-bottom:1px solid #ddd}.north-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px}.north-info-card{background:#fff;padding:24px;border-radius:14px;box-shadow:0 6px 18px #0000001f;border:1px solid #eee;transition:all .3s ease}.north-info-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000002e}.north-info-card h3{color:#8d1b3d;margin-bottom:.8rem;border-bottom:2px solid #8d1b3d;display:inline-block;padding-bottom:4px}.north-itinerary{padding:70px 20px}.north-itinerary h2{text-align:center;margin-bottom:40px;font-size:2.2rem;color:#8d1b3d;border-bottom:3px solid #8d1b3d;display:inline-block;padding-bottom:6px}.north-itinerary-grid{display:grid;gap:30px}.north-it-step{display:flex;gap:20px;background:#fff;padding:22px;border-radius:14px;border:1px solid #eee;box-shadow:0 6px 18px #0000001a;transition:all .3s ease}.north-it-step:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.north-step-num{width:55px;height:55px;border-radius:50%;background:#8d1b3d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 14px #00000040}.north-step-content h3{margin-bottom:.5rem;color:#222}.north-includes{padding:70px 40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;border-top:1px solid #ddd}.north-includes h2{margin-bottom:20px;color:#8d1b3d;border-bottom:2px solid #8d1b3d;display:inline-block;padding-bottom:6px}.north-includes ul{list-style:none;padding-left:0}.north-includes li{margin-bottom:14px;padding-left:32px;position:relative;font-size:1rem}.north-includes li:before{content:"✔";position:absolute;left:0;color:#8d1b3d;font-weight:700}.north-excludes{padding:50px 40px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#f6f0f0;margin-top:20px;border-radius:12px}.north-excludes h2{margin-bottom:20px;color:#b22222;border-bottom:2px solid #b22222;display:inline-block;padding-bottom:6px}.north-excludes ul{list-style:none;padding-left:0}.north-excludes li{margin-bottom:14px;padding-left:32px;position:relative;font-size:1rem;color:#444}.north-excludes li:before{content:"✘";position:absolute;left:0;color:#b22222;font-weight:700}.north-related{padding:80px 30px;max-width:1200px;margin:0 auto}.north-related h2{text-align:center;margin-bottom:50px;color:#8d1b3d;border-bottom:3px solid #8d1b3d;display:inline-block;padding-bottom:6px}.north-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.north-related-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #0000001f;border:1px solid #eee;transition:transform .3s ease}.north-related-card:hover{transform:translateY(-8px);box-shadow:0 14px 28px #0003}.north-related-card img{width:100%;height:230px;object-fit:cover;border-bottom:1px solid #ddd}.north-related-body{padding:22px}.north-related-body h3{font-size:20px;margin-bottom:12px;color:#333}.north-related-body p{font-size:15px;color:#555;margin-bottom:18px}.north-tour-cta{display:flex;justify-content:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #3d3d3d1a;width:100%}.north-cta-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;width:90%;max-width:1200px;margin:0 auto}.north-tour-cta h3{font-size:2rem;margin-bottom:10px;color:#8d1b3d}.north-tour-cta p{font-size:1rem;color:#333;max-width:600px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 1200px){.north-hero-content h1{font-size:3.2rem}.north-related-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.north-related-grid{grid-template-columns:repeat(2,1fr)}.north-includes{grid-template-columns:1fr}}@media (max-width: 768px){.north-hero-content h1{font-size:1.9rem}.north-lead{font-size:1rem}.north-it-step{flex-direction:column}.north-tour-cta h3{font-size:1.5rem}}@media (max-width: 480px){.north-hero{height:60vh}.north-step-num{width:42px;height:42px;font-size:.9rem}.north-tour-cta h3{font-size:1.3rem}.north-tour-cta p{font-size:.9rem}.north-related-grid{grid-template-columns:1fr}}.ct-page{font-family:Poppins,sans-serif;color:#222;line-height:1.7;background:#fff;overflow-x:hidden}.ct-hero{position:relative;height:95vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.ct-overlay{position:absolute;inset:0;background:#0000008c}.ct-hero-content{position:relative;text-align:center;color:#fff;max-width:750px;margin-top:4rem;padding:20px}.ct-hero-content h1{font-size:clamp(1.8rem,4vw,3rem);margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.6)}.ct-hero-content p{font-size:clamp(.9rem,2vw,1.2rem);margin-bottom:2rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.ct-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ct-container{width:90%;max-width:1200px;margin:60px auto}.ct-container h2{font-size:clamp(1.4rem,2.5vw,2rem);margin-bottom:1.2rem;text-align:center;color:#8d1b3d;text-shadow:0 3px 10px rgba(0,0,0,.1)}.ct-overview p{text-align:center;max-width:800px;margin:auto}.ct-highlights ul{list-style:none;max-width:800px;margin:auto;padding:0}.ct-highlights li{display:flex;align-items:flex-start;gap:10px;padding:12px;margin:8px 0;background:#f9f9f9;border-left:5px solid #8d1b3d;border-radius:6px;transition:.3s;box-shadow:0 3px 8px #0000000d}.ct-highlights li:before{content:"⭐";color:#8d1b3d;font-size:1.2rem}.ct-highlights li:hover{background:#fff1f6;transform:translate(6px);box-shadow:0 6px 16px #0000001f}.ct-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.ct-card{padding:20px;border-radius:12px;background:#fff;box-shadow:0 4px 14px #00000014;transition:.3s;border-top:4px solid #8d1b3d}.ct-card h3:before{content:" ";color:#8d1b3d}.ct-card h3{color:#8d1b3d;margin-bottom:10px}.ct-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.ct-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px}.ct-gallery-grid img{width:100%;height:250px;object-fit:cover;border-radius:12px;box-shadow:0 4px 14px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.ct-gallery-grid img:hover{transform:scale(1.05);box-shadow:0 8px 22px #0003}.ct-cta{text-align:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #3d3d3de6}.ct-cta h2{color:#8d1b3d;font-size:clamp(1.4rem,2.5vw,2rem)}@media (max-width: 992px){.ct-hero{height:60vh}.ct-hero-content h1{font-size:2.2rem}.ct-hero-content p{font-size:1rem}}@media (max-width: 576px){.ct-hero{height:60vh;padding-top:3rem;padding:0 1px}.ct-hero-content h1{font-size:1.6rem}.ct-hero-content p{font-size:.9rem}.ct-container{margin:40px auto}.ct-gallery-grid img{height:180px}}@media (max-width: 300px){.ct-hero{height:60vh;padding-top:3.5rem}.ct-hero-content h1{font-size:1.2rem}.ct-hero-content p{font-size:.8rem;line-height:1.4}.ct-container h2{font-size:1.2rem}.ct-gallery-grid img{height:150px}}.dsf-page{font-family:Poppins,sans-serif;color:#222;line-height:1.7;background:#fff}.dsf-hero{position:relative;height:95vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding-top:7rem}.dsf-overlay{position:absolute;inset:0;background:#0000008c}.dsf-hero-content{position:relative;text-align:center;color:#fff;max-width:750px;padding:20px}.dsf-hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.6)}.dsf-hero-content p{font-size:1.2rem;margin-bottom:2rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.dsf-hero-actions{display:flex;gap:1rem;justify-content:center}.dsf-container{width:90%;max-width:1200px;margin:60px auto}.dsf-container h2{font-size:2rem;margin-bottom:1.2rem;text-align:center;color:#8d1b3d;text-shadow:0 3px 10px rgba(0,0,0,.1)}.dsf-overview p{text-align:center;max-width:800px;margin:auto}.dsf-highlights ul{list-style:none;max-width:800px;margin:auto;padding:0}.dsf-highlights li{padding:12px;margin:8px 0;background:#f9f9f9;border-left:5px solid #8d1b3d;border-radius:6px;transition:.3s;box-shadow:0 3px 8px #0000000d}.dsf-highlights li:hover{background:#fff1f6;transform:translate(6px);box-shadow:0 6px 16px #0000001f}.dsf-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.dsf-card{padding:20px;border-radius:12px;background:#fff;box-shadow:0 4px 14px #00000014;transition:.3s;border-top:4px solid #8d1b3d}.dsf-card h3{color:#8d1b3d;margin-bottom:10px}.dsf-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.dsf-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.dsf-gallery-grid img{width:100%;border-radius:12px;box-shadow:0 4px 14px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.dsf-gallery-grid img:hover{transform:scale(1.05);box-shadow:0 8px 22px #0003}.dsf-cta{text-align:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #00000014}.dsf-cta h2{color:#8d1b3d}@media (max-width: 1024px){.dsf-hero-content h1{font-size:2.5rem}.dsf-hero-content p{font-size:1.1rem}.dsf-container{width:95%}}@media (max-width: 768px){.dsf-hero-content h1{font-size:2rem}.dsf-hero-content p{font-size:1rem}.dsf-grid{gap:15px}.dsf-gallery-grid{gap:10px}}@media (max-width: 480px){.dsf-hero{height:60vh;padding-top:3.5rem}.dsf-hero-content h1{font-size:1.5rem}.dsf-hero-content p{font-size:.9rem}.dsf-highlights li{padding:10px;font-size:.9rem}.dsf-card{padding:15px}}@media (max-width: 320px){.dsf-hero{height:60vh;padding-top:3.5rem}.dsf-hero-content h1{font-size:1.3rem}.dsf-hero-content p{font-size:.8rem}.dsf-highlights li{padding:8px;font-size:.8rem}.dsf-card{padding:12px}.dsf-grid,.dsf-gallery-grid{grid-template-columns:1fr}}.hd-page{font-family:Poppins,sans-serif;color:#222;line-height:1.7;background:#fff}.hd-hero{position:relative;height:95vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding-top:7rem}.hd-overlay{position:absolute;inset:0;background:#0000008c}.hd-hero-content{position:relative;text-align:center;color:#fff;max-width:750px;padding:20px}.hd-hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.6)}.hd-hero-content p{font-size:1.2rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.hd-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hd-container{width:90%;max-width:1200px;margin:60px auto}.hd-container h2{font-size:2rem;margin-bottom:1.2rem;text-align:center;color:#8d1b3d;text-shadow:0 3px 10px rgba(0,0,0,.1)}.hd-overview p{text-align:center;max-width:800px;margin:auto}.hd-highlights ul{list-style:none;max-width:800px;margin:auto;padding:0}.hd-highlights li{padding:12px;margin:8px 0;background:#f9f9f9;border-left:5px solid #8d1b3d;border-radius:6px;transition:.3s;box-shadow:0 3px 8px #0000000d}.hd-highlights li:hover{background:#fff1f6;transform:translate(6px);box-shadow:0 6px 16px #0000001f}.hd-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.hd-card{padding:20px;border-radius:12px;background:#fff;box-shadow:0 4px 14px #00000014;transition:.3s;border-top:4px solid #8d1b3d}.hd-card h3{color:#8d1b3d;margin-bottom:10px}.hd-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.hd-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.hd-gallery-grid img{width:100%;border-radius:12px;box-shadow:0 4px 14px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.hd-gallery-grid img:hover{transform:scale(1.05);box-shadow:0 8px 22px #0003}.hd-cta{text-align:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #00000014}.hd-cta h2{color:#8d1b3d}@media (max-width: 1199px){.hd-hero-content h1{font-size:2.5rem}.hd-hero-content p{font-size:1.1rem}.hd-container{margin:40px auto}}@media (max-width: 767px){.hd-hero{height:60vh}.hd-hero-content h1{font-size:1.9rem}.hd-hero-content p{font-size:1rem}.hd-btn{padding:10px 22px;font-size:.95rem}.hd-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hd-hero{height:60vh;padding-bottom:34px}.hd-hero-content h1{font-size:1.6rem}.hd-hero-content p{font-size:.9rem}.hd-btn{padding:8px 16px;font-size:.85rem}.hd-container h2{font-size:1.6rem}}.ds-page{font-family:Poppins,sans-serif;color:#222;line-height:1.7;background:#fff}.ds-hero{position:relative;height:95vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding-top:7rem}.ds-overlay{position:absolute;inset:0;background:#0000008c}.ds-hero-content{position:relative;text-align:center;color:#fff;max-width:750px;padding:20px}.ds-hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.6)}.ds-hero-content p{font-size:1.2rem;margin-bottom:2rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.ds-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ds-container{width:90%;max-width:1200px;margin:60px auto}.ds-container h2{font-size:2rem;margin-bottom:1.2rem;text-align:center;color:#8d1b3d;text-shadow:0 3px 10px rgba(0,0,0,.1)}.ds-overview p{text-align:center;max-width:800px;margin:auto}.ds-highlights ul{list-style:none;max-width:800px;margin:auto;padding:0}.ds-highlights li{padding:12px;margin:8px 0;background:#f9f9f9;border-left:5px solid #8d1b3d;border-radius:6px;transition:.3s;box-shadow:0 3px 8px #0000000d}.ds-highlights li:hover{background:#fff1f6;transform:translate(6px);box-shadow:0 6px 16px #0000001f}.ds-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.ds-card{padding:20px;border-radius:12px;background:#fff;box-shadow:0 4px 14px #00000014;transition:.3s;border-top:4px solid #8d1b3d}.ds-card h3{color:#8d1b3d;margin-bottom:10px}.ds-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.ds-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.ds-gallery-grid img{width:100%;border-radius:12px;box-shadow:0 4px 14px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.ds-gallery-grid img:hover{transform:scale(1.05);box-shadow:0 8px 22px #0003}.ds-cta{text-align:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #00000014}.ds-cta h2{color:#8d1b3d}.ds-cta-actions{margin-top:20px;display:flex;gap:15px;justify-content:center;flex-wrap:wrap}@media (max-width: 1199px){.ds-hero-content h1{font-size:2.5rem}.ds-hero-content p{font-size:1.1rem}.ds-container{margin:40px auto}}@media (max-width: 767px){.ds-hero{height:60vh}.ds-hero-content h1{font-size:2rem}.ds-hero-content p{font-size:1rem}.ds-btn{padding:10px 22px;font-size:.95rem}.ds-grid{grid-template-columns:1fr}}@media (max-width: 480px){.ds-hero{height:60vh;padding:0 10px}.ds-hero-content h1{font-size:1.6rem}.ds-hero-content p{font-size:.9rem}.ds-btn{padding:8px 16px;font-size:.85rem}.ds-container h2{font-size:1.6rem}}.quadbiking-page{font-family:Poppins,sans-serif;color:#222;line-height:1.7;background:#fff;overflow-x:hidden}.quadbiking-hero{position:relative;height:95vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.quadbiking-overlay{position:absolute;inset:0;background:#0000008c}.quadbiking-hero-content{position:relative;text-align:center;color:#fff;max-width:750px;padding:20px}.quadbiking-hero-content h1{font-size:3rem;margin-top:11rem;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.6)}.quadbiking-hero-content p{font-size:1.2rem;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.quadbiking-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.quadbiking-container{width:90%;max-width:1200px;margin:60px auto}.quadbiking-container h2{font-size:2rem;margin-bottom:1.2rem;text-align:center;color:#8d1b3d;text-shadow:0 3px 10px rgba(0,0,0,.1)}.quadbiking-overview p{text-align:center;max-width:800px;margin:auto}.quadbiking-highlights ul{list-style:none;max-width:800px;margin:auto;padding:0}.quadbiking-highlights li{padding:12px;margin:8px 0;background:#f9f9f9;border-left:5px solid #8d1b3d;border-radius:6px;transition:.3s;box-shadow:0 3px 8px #0000000d}.quadbiking-highlights li:hover{background:#fff1f6;transform:translate(6px);box-shadow:0 6px 16px #0000001f}.quadbiking-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.quadbiking-card{padding:20px;border-radius:12px;background:#fff;box-shadow:0 4px 14px #00000014;transition:.3s;border-top:4px solid #8d1b3d}.quadbiking-card h3{color:#8d1b3d;margin-bottom:10px}.quadbiking-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.quadbiking-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.quadbiking-gallery-grid img{width:100%;border-radius:12px;box-shadow:0 4px 14px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.quadbiking-gallery-grid img:hover{transform:scale(1.05);box-shadow:0 8px 22px #0003}.quadbiking-cta{text-align:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #00000014}.quadbiking-cta h2{color:#8d1b3d}.quadbiking-cta-actions{margin-top:20px;display:flex;gap:15px;justify-content:center;flex-wrap:wrap}@media (max-width: 1199px){.quadbiking-hero-content h1{font-size:2.5rem;margin-top:8rem}.quadbiking-hero-content p{font-size:1.1rem}.quadbiking-container{margin:40px auto}}@media (max-width: 767px){.quadbiking-hero{height:50vh}.quadbiking-hero-content h1{font-size:2rem;margin-top:5rem}.quadbiking-hero-content p{font-size:1rem}.quadbiking-grid,.quadbiking-gallery-grid{grid-template-columns:1fr}}@media (max-width: 479px){.quadbiking-hero{height:50vh;padding:0 10px}.quadbiking-hero-content h1{font-size:1.5rem;margin-top:3rem}.quadbiking-hero-content p{font-size:.9rem}.quadbiking-container h2{font-size:1.4rem}.quadbiking-grid,.quadbiking-gallery-grid{grid-template-columns:1fr}.quadbiking-card{padding:15px}.quadbiking-cta{padding:30px 15px}}.doha-tourism-page{font-family:Poppins,sans-serif;color:#222;line-height:1.7;background:#fff}.doha-tourism-hero{position:relative;height:95vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding-top:7rem}.doha-tourism-overlay{position:absolute;inset:0;background:#00000006}.doha-tourism-hero-content{position:relative;text-align:center;color:#fff;max-width:750px;padding:20px}.doha-tourism-hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.6)}.doha-tourism-hero-content p{font-size:1.2rem;margin-bottom:2rem;text-shadow:0 2px 8px rgba(125,117,117,.5)}.doha-tourism-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.doha-tourism-btn{padding:12px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #00000026;display:inline-block}.doha-tourism-btn-primary{background:#8d1b3d;color:#fff}.doha-tourism-btn-primary:hover{background:#721330;transform:translateY(-3px);box-shadow:0 6px 18px #8d1b3d66}.doha-tourism-btn-outline{border:2px solid #fff;color:#fff}.doha-tourism-btn-outline:hover{background:#fff;color:#8d1b3d;border-color:#8d1b3d}.doha-tourism-btn-mini{margin-top:12px;padding:8px 18px;font-size:.9rem;border:2px solid #8d1b3d;color:#8d1b3d;background:#fff;border-radius:6px;transition:.3s}.doha-tourism-btn-mini:hover{background:#8d1b3d;color:#fff}.doha-tourism-section{width:90%;max-width:1200px;margin:60px auto;text-align:center}.doha-tourism-section-title{font-size:2rem;margin-bottom:2rem;color:#8d1b3d;text-shadow:0 3px 10px rgba(0,0,0,.1)}.doha-tourism-grid{display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.doha-tourism-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #00000014;transition:.3s;text-align:left}.doha-tourism-card img{width:100%;height:200px;object-fit:cover}.doha-tourism-card-content{padding:18px}.doha-tourism-card-content h3{font-size:1.4rem;color:#8d1b3d;margin-bottom:.6rem}.doha-tourism-card-content p{font-size:1rem;color:#444}.doha-tourism-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #00000026}.doha-tourism-cta{width:90%;max-width:1000px;margin:60px auto;text-align:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #00000014}.doha-tourism-cta h2{font-size:2rem;color:#8d1b3d;margin-bottom:15px}.doha-tourism-cta p{font-size:1.1rem;margin-bottom:20px;color:#333}.doha-tourism-cta-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}@media (max-width: 320px){.doha-tourism-hero{height:60vh;padding:0 8px;padding-top:3.5rem}.doha-tourism-hero-content h1{font-size:1.4rem}.doha-tourism-hero-content p{font-size:.75rem}.doha-tourism-btn{padding:6px 12px;font-size:.7rem}.doha-tourism-card img{height:140px}.doha-tourism-section-title{font-size:1.2rem}.doha-tourism-card-content h3{font-size:1rem}.doha-tourism-card-content p{font-size:.8rem}}@media (max-width: 480px){.doha-tourism-hero{height:60vh;padding-top:3.5rem}.doha-tourism-hero-content h1{font-size:1.8rem}.doha-tourism-hero-content p{font-size:.9rem}.doha-tourism-btn{padding:8px 16px;font-size:.85rem}.doha-tourism-card img{height:160px}}@media (max-width: 767px){.doha-tourism-hero{height:60vh;padding-top:3.5rem}.doha-tourism-hero-content h1{font-size:2.2rem}.doha-tourism-hero-content p{font-size:1rem}.doha-tourism-btn{padding:10px 22px;font-size:.95rem}.doha-tourism-card img{height:180px}}@media (min-width: 1200px){.doha-tourism-hero{height:95vh;padding-top:7rem}.doha-tourism-hero-content h1{font-size:3rem}.doha-tourism-hero-content p{font-size:1.2rem}}.qtrpkg-page{font-family:Poppins,sans-serif;color:#222;line-height:1.7;background:#fff}.qtrpkg-hero{position:relative;height:95vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding-top:7rem}.qtrpkg-overlay{position:absolute;inset:0;background:#0000008c}.qtrpkg-hero-content{position:relative;text-align:center;color:#fff;max-width:750px;padding:20px}.qtrpkg-hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.6)}.qtrpkg-hero-content p{font-size:1.2rem;margin-bottom:2rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.qtrpkg-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.qtrpkg-btn{padding:12px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #00000026;display:inline-block}.qtrpkg-btn-primary{background:#8d1b3d;color:#fff}.qtrpkg-btn-primary:hover{background:#721330;transform:translateY(-3px);box-shadow:0 6px 18px #8d1b3d66}.qtrpkg-btn-outline{border:2px solid #fff;color:#fff}.qtrpkg-btn-outline:hover{background:#fff;color:#8d1b3d;border-color:#8d1b3d}.qtrpkg-container{width:90%;max-width:1200px;margin:60px auto;text-align:center}.qtrpkg-container h2{font-size:2rem;margin-bottom:2rem;color:#8d1b3d;text-shadow:0 3px 10px rgba(0,0,0,.1)}.qtrpkg-grid{display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.qtrpkg-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #00000014;transition:.3s;text-align:left}.qtrpkg-card img{width:100%;height:200px;object-fit:cover}.qtrpkg-card h3{font-size:1.4rem;color:#8d1b3d;margin:15px}.qtrpkg-card p{font-size:1rem;color:#444;margin:0 15px 15px}.qtrpkg-card .qtrpkg-btn{margin:0 15px 15px}.qtrpkg-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #00000026}.qtrpkg-cta{width:90%;max-width:1000px;margin:60px auto;text-align:center;padding:40px 20px;background:linear-gradient(180deg,#fff,#fdf3f6);border-radius:12px;box-shadow:0 6px 16px #00000014}.qtrpkg-cta h2{font-size:2rem;color:#8d1b3d;margin-bottom:15px}.qtrpkg-cta-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}@media (max-width: 767px){.qtrpkg-hero{height:60vh}.qtrpkg-hero-content h1{font-size:2.2rem}.qtrpkg-hero-content p{font-size:1rem}.qtrpkg-btn{padding:10px 22px;font-size:.95rem}.qtrpkg-card img{height:180px}}@media (max-width: 480px){.qtrpkg-hero{height:60vh}.qtrpkg-hero-content h1{font-size:1.8rem}.qtrpkg-hero-content p{font-size:.9rem}.qtrpkg-btn{padding:8px 16px;font-size:.85rem}}.contact-page{font-family:Poppins,sans-serif;color:#222;background:#fff;line-height:1.7}.contact-hero{position:relative;height:95vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-size:cover;background-position:center}.contact-hero .overlay{position:absolute;inset:0;background:#00000073}.hero-content-1{position:relative;text-align:center;color:#fff;padding:0 15px}.hero-content-1 h1{font-size:3rem;margin-bottom:.5rem;color:#fff}.hero-content-1 p{font-size:1.2rem;color:#fff}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:1000px;margin:50px auto;padding:0 20px}.info-card{background:#fff;border-radius:12px;text-align:center;padding:30px 20px;box-shadow:0 4px 14px #00000014;transition:.3s}.info-card i{font-size:2rem;color:#8d1b3d;margin-bottom:10px}.info-card h3{color:#8d1b3d;margin-bottom:6px}.info-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.contact-form{max-width:800px;margin:50px auto;text-align:center;padding:0 20px}.contact-form h2{font-size:2rem;color:#8d1b3d;margin-bottom:20px}.contact-form form{display:flex;flex-direction:column;gap:15px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:14px;border:1px solid #ccc;border-radius:8px;outline:none;font-size:1rem;transition:.3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#8d1b3d;box-shadow:0 0 8px #8d1b3d4d}.form-row{display:flex;gap:15px;flex-wrap:wrap}.form-row .form-group{flex:1;min-width:140px}.btn-primary{background:#8d1b3d;color:#fff;padding:12px 28px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s}.btn-primary:hover{background:#721330;transform:translateY(-3px)}.contact-map{max-width:1000px;margin:50px auto;padding:0 20px;text-align:center}.contact-map h2{font-size:2rem;margin-bottom:20px;color:#8d1b3d}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.popup-content{background:#fff;padding:30px 40px;border-radius:12px;text-align:center;max-width:400px;width:90%;box-shadow:0 8px 20px #0003;animation:popupShow .3s ease-out}.popup-content p{margin-bottom:25px;font-size:1rem;color:#333}.btn-ok{background:#8d1b3d;color:#fff;padding:10px 25px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:.3s ease}.btn-ok:hover{background:#721330;transform:translateY(-2px)}@keyframes popupShow{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 1024px){.hero-content-1 h1{font-size:2.5rem}.hero-content-1 p{font-size:1.1rem}}@media (max-width: 768px){.contact-hero{height:60vh;padding-top:3.5rem}.hero-content-1 h1{font-size:2rem}.hero-content-1 p{font-size:1rem}.form-row{flex-direction:column}}@media (max-width: 480px){.contact-hero{height:60vh;padding-top:3.5rem}.hero-content-1 h1{font-size:1.6rem}.hero-content-1 p{font-size:.9rem}}@media (max-width: 320px){.contact-hero{height:60vh;padding-top:3.5rem}.hero-content-1 h1{font-size:1.3rem}.hero-content-1 p{font-size:.8rem}.form-group input,.form-group textarea,.form-group select{font-size:.85rem;padding:10px}}.call-button{position:fixed;bottom:90px;right:20px;background-color:#007bff;color:#fff;border-radius:50%;width:55px;height:55px;display:flex;justify-content:center;align-items:center;font-size:28px;box-shadow:0 2px 5px #0000004d;z-index:9999;cursor:pointer;transition:transform .2s,background-color .2s;text-decoration:none}.call-button:hover{transform:scale(1.1);background-color:#0056b3}@media (max-width: 1024px){.call-button{width:50px;height:50px;font-size:24px;bottom:80px;right:18px}}@media (max-width: 768px){.call-button{width:45px;height:45px;font-size:20px;bottom:75px;right:15px}}@media (max-width: 400px){.call-button{width:45px;height:45px;font-size:16px;bottom:65px;right:12px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;width:100%}
