﻿.animate-on-scroll{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.animate-fade-in{opacity:0;transition:opacity .8s}.animate-fade-in.animated{opacity:1}.animate-slide-left{opacity:0;transition:opacity .7s,transform .7s;transform:translate(-50px)}.animate-slide-left.animated{opacity:1;transform:translate(0)}.animate-slide-right{opacity:0;transition:opacity .7s,transform .7s;transform:translate(50px)}.animate-slide-right.animated{opacity:1;transform:translate(0)}.animate-scale{opacity:0;transition:opacity .6s,transform .6s;transform:scale(.9)}.animate-scale.animated{opacity:1;transform:scale(1)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}.animate-delay-6{transition-delay:.6s}*{box-sizing:border-box;text-transform:none;border:none;outline:none;margin:0;padding:0;font-family:Poppins,sans-serif;text-decoration:none;list-style:none;transition:all .2s linear}:root{--primary-orange:#ff7800;--primary-yellow:#ffaf00;--dark:#1a1a1a;--light:#fff;--gray:#666;--light-gray:#f8f9fa}html{scroll-behavior:smooth;scroll-padding-top:6rem;font-size:62.5%;overflow-x:hidden}header{z-index:1000;background:#fff;justify-content:space-between;align-items:center;padding:0 7%;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 .5rem 1rem #0000001a}.logo img{width:120px;height:90px}header .logo span{color:#000}.nav-right{align-items:center;gap:2rem;display:flex}header .navbar a{color:#000;padding:0 1.5rem;font-family:Poppins,sans-serif;font-size:1.5rem;transition:color .3s;position:relative}header .navbar>a:after{content:"";transform-origin:50%;width:80%;transition:transform .3s;position:absolute;bottom:-5px;left:50%}header .navbar a:hover{color:#ff7800}header .navbar a:hover:after{transform:translate(-50%)scaleX(1)}header .navbar a.active{color:#ff7800}header .navbar a.active:after{transform:translate(-50%)scaleX(1)}header .icons a{color:#333;margin-left:1.5rem;font-size:2.5rem;transition:all .4s}header #toggler{display:none}header .fa-bars{color:#333;border:.1rem solid #0000004d;border-radius:.5rem;padding:.5rem 1.5rem;font-size:3rem;display:none}.navbar .dropdown{display:inline-block;position:relative}.navbar .dropbtn{color:#000;cursor:pointer;text-transform:capitalize;background:0 0;border:none;padding:0 1.5rem;font-size:1.5rem;transition:color .3s}.navbar .dropdown-content{z-index:100;background-color:#fff;border-radius:.5rem;min-width:180px;height:auto;padding-top:5px;display:none;position:absolute;top:100%;left:0;box-shadow:0 .5rem 1rem #0000001a}.navbar .dropdown-content a{color:#333;text-transform:capitalize;padding:1rem 1.5rem;font-size:1.4rem;transition:background .3s;display:block}.navbar .dropdown-content a:hover{color:#ff7800;background-color:#f2f2f2}.navbar .dropdown:hover .dropdown-content{display:block}.navbar .dropdown:hover .dropbtn{color:#ff7800}.contactUs{color:#000;border:1px solid #ff7800;border-radius:40px;padding:6px 15px;font-size:1.4rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.contactUs i{margin-right:5px}.contactUs:hover{color:#fff;background:#ff7800;transform:translateY(-2px)}.hero{color:#fff;justify-content:flex-start;align-items:center;height:90vh;padding:0 5%;display:flex;position:relative;overflow:hidden}.hero-overlay{filter:brightness(.6);z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1s ease-in-out,background-image 1s ease-in-out;position:absolute;inset:0}.hero-content{z-index:2;max-width:600px;position:relative}.hero-badge{letter-spacing:1px;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffffb3;border-radius:20px;margin-bottom:15px;padding:8px 20px;font-size:1.5rem;display:inline-block}.hero h1{color:#fff;margin-bottom:10px;font-family:Playfair Display,serif;font-size:5rem}.hero p{color:#f0f0f0;max-width:600px;margin:0 auto 20px;font-size:2rem}.hero a{font-family:Poppins,sans-serif;font-size:1.5rem}.btn{color:#000;background:#fff;border-radius:30px;align-items:center;gap:8px;margin-top:20px;padding:10px 25px;text-decoration:none;transition:background .3s;display:inline-flex}.btn i{transition:transform .3s}.btn:hover{background:#ddd}.btn:hover i{transform:translate(3px)}.welcome-section{background:var(--light);position:relative;overflow:hidden}.welcome-section:before{content:"";z-index:0;background:linear-gradient(135deg,#ff78000d,#ffaf000d);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-10%}.welcome-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.welcome-content h2{color:var(--dark);margin-bottom:2rem;font-size:4rem;line-height:1.3}.section-badge{color:var(--primary-orange);background:#ff78001a;border-radius:50px;margin-bottom:1.5rem;padding:1rem 2rem;font-size:1.5rem;font-weight:600;display:inline-block}.welcome-intro{color:var(--gray);margin-bottom:2 rem;font-size:1.7rem;line-height:1.9}.welcome-highlights{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.highlight-item{border-radius:15px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .3s;display:flex}.highlight-icon{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));width:45px;height:45px;color:var(--light);border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;font-size:2.4rem;display:flex}.highlight-text h4{color:var(--dark);margin-bottom:.8rem;font-size:2rem}.highlight-text p{color:var(--gray);font-size:1.5rem;line-height:1.6}.welcome-cta{flex-wrap:wrap;gap:2rem;display:flex}.btn-primary{background:var(--primary-orange);color:var(--light);box-shadow:0 10px 30px #0003}.btn-primary:hover{background:var(--primary-orange);color:var(--light);transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.btn-secondary{color:var(--dark);border:2px solid var(--primary-yellow);background:0 0}.btn-secondary:hover{background:var(--primary-yellow);color:var(--dark)}.welcome-image{height:600px;position:relative}.image-frame{border-radius:30px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.image-frame img{object-fit:cover;width:100%;height:100%}.image-decoration{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));z-index:-1;opacity:.3;border-radius:30px;width:200px;height:200px;position:absolute;top:-30px;right:-30px}.floating-badge{background:var(--light);border-radius:15px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;animation:3s ease-in-out infinite float-badge;display:flex;position:absolute;box-shadow:0 10px 30px #00000026}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.floating-badge i{color:var(--primary-orange);font-size:2.5rem}.floating-badge div{flex-direction:column;gap:.3rem;display:flex}.floating-badge strong{color:var(--dark);font-size:2rem;font-weight:700}.floating-badge span{color:var(--gray);font-size:1.3rem}.badge-1{animation-delay:0s;top:50px;left:-30px}.badge-2{animation-delay:1s;bottom:50px;right:-30px}#why-choose-us .section-title{text-align:center;margin-bottom:4rem}#why-choose-us .section-title h2{color:#333;margin-bottom:1rem;font-size:3.9rem}#why-choose-us .section-title p{color:#666;font-size:2rem}.why-choose-us{background:#fff;padding:5rem 5%}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{color:#1a1a1a;margin-bottom:.8rem;font-size:2.8rem;font-weight:600}.section-title p{color:#666;font-size:1.15rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{text-align:center;background:#fff;border-radius:15px;padding:2.5rem;transition:all .3s;box-shadow:0 5px 20px #0000000d}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.feature-icon{justify-content:center;align-items:center;width:65px;height:60px;margin:0 auto 1.5rem;display:flex;position:relative}.feature-icon i{z-index:2;color:var(--light);font-size:2.3rem}.feature-icon .blob{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));z-index:1;opacity:.95;border-radius:65% 39% 65% 25%;width:100%;height:100%;transition:all .4s;position:absolute}.feature-icon:hover .blob{border-radius:40% 65% 35% 60%/60% 45% 55% 50%;transform:scale(1.08)}.feature-card h3{color:#333;margin-bottom:1rem;font-size:1.7rem}.feature-card p{color:#666;font-size:1.5rem;line-height:1.6}#destinations .section-title{text-align:center;margin-bottom:4rem}#destinations .section-title h2{color:#333;margin-bottom:1rem;font-size:3.9rem}#destinations .section-title p{color:#666;font-size:2rem}.destinations{background:#fff;padding:5rem 5%}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.destination-card{cursor:pointer;border-radius:20px;height:320px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.destination-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000040}.destination-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.destination-card:hover img{transform:scale(1.05)}.destination-overlay{color:#fff;background:linear-gradient(#0000001a 0%,#0006 50%,#000000d9 100%);flex-direction:column;justify-content:space-between;padding:3.5rem;display:flex;position:absolute;inset:0}.destination-header{justify-content:space-between;align-items:flex-start;display:flex}.destination-title{flex:1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.destination-title h3{margin-bottom:.5rem;font-size:2.5rem;font-weight:600;line-height:1.2}.destination-title .location{opacity:.85;align-items:center;gap:.3rem;font-size:1.2rem;display:flex}.arrow-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .3s;display:none}.destination-card:hover .arrow-icon{background:#ffffff4d;transform:translate(3px,-3px)}.destination-content{margin-top:auto}.destination-content p{opacity:.95;margin-bottom:0;font-size:1.3rem;line-height:1.6}.faq-section{background:var(--light);color:var(--dark);padding:8rem 7%}.faq-header-row{grid-template-columns:1fr 1fr;align-items:start;gap:8rem;max-width:1400px;margin:0 auto 6rem;display:grid}.faq-header-left h2{color:var(--dark);margin:0;font-size:6rem;font-weight:700;line-height:1.2}.faq-header-right p{color:var(--gray);text-transform:none;margin:0;font-size:1.7rem;font-style:italic;line-height:1.8}.faq-container{grid-template-columns:1fr 1fr;gap:5rem;max-width:1400px;margin:0 auto;display:grid}.faq-column{flex-direction:column;gap:0;display:flex}.faq-item{padding-bottom:1rem;transition:all .3s}.faq-item:hover,.faq-item.active{border-bottom-color:var(--primary-orange)}.faq-question{cursor:pointer;border-bottom:1px solid var(--gray);justify-content:space-between;align-items:center;gap:2rem;padding-bottom:1.5rem;display:flex}.faq-question h3{color:var(--dark);text-transform:none;margin:0;font-size:2rem;font-weight:600;line-height:1.4;transition:color .3s}.faq-item:hover .faq-question h3,.faq-item.active .faq-question h3{color:var(--primary-orange)}.faq-icon{flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:flex}.faq-icon i{color:var(--dark);text-transform:none;font-size:2rem;transition:transform .3s}.faq-item:hover .faq-icon i{color:var(--primary-orange)}.faq-item.active .faq-icon i{color:var(--primary-orange);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.faq-answer-content{padding-top:1.5rem}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{color:var(--gray);margin:0;padding:10px;font-size:1.5rem;line-height:1.8}.stats-counter{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));color:var(--light);padding:6rem 7%}.stats-container{grid-template-columns:repeat(4,1fr);gap:4rem;max-width:1400px;margin:0 auto;display:grid}.stat-item{text-align:center;padding:2rem;position:relative}.stat-item:after{content:"";background:#ffffff4d;width:1px;height:60%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stat-item:last-child:after{display:none}.stat-icon{opacity:.9;margin-bottom:1.5rem;font-size:4rem}.stat-number{margin-bottom:.5rem;font-size:4.5rem;font-weight:700;line-height:1;display:block}.stat-label{opacity:.95;text-transform:capitalize;font-size:1.6rem;font-weight:500}.how-it-works{background:var(--light-gray);padding:8rem 7%}.how-it-works .section-title{text-align:center;margin-bottom:6rem}.how-it-works .section-title h2{color:var(--dark);margin-bottom:1rem;font-size:3.9rem}.how-it-works .section-title p{color:var(--gray);font-size:2rem}.steps-container{grid-template-columns:repeat(5,1fr);gap:3rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.steps-container:before{content:"";background:linear-gradient(90deg,var(--primary-orange)0%,var(--primary-orange)20%,var(--primary-yellow)40%,var(--primary-yellow)60%,var(--primary-orange)80%,var(--primary-orange)100%);z-index:0;height:2px;position:absolute;top:60px;left:10%;right:10%}.step-item{text-align:center;z-index:1;position:relative}.step-number{background:var(--light);width:120px;height:120px;color:var(--primary-orange);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;font-size:3.5rem;font-weight:700;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 30px #0000001a}.step-number:before{content:"";background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));z-index:-1;opacity:0;border-radius:50%;transition:opacity .3s;position:absolute;inset:-5px}.step-item:hover .step-number{color:var(--light);transform:scale(1.1)}.step-item:hover .step-number:before{opacity:1}.step-icon{color:var(--primary-orange);font-size:3rem;transition:color .3s}.step-item:hover .step-icon{color:var(--light)}.step-content h3{color:var(--dark);margin-bottom:1rem;font-size:1.8rem;font-weight:600}.step-content p{color:var(--gray);font-size:1.4rem;line-height:1.6}.testimonials{background:var(--light-gray);padding:8rem 7%}.testimonials .section-title{text-align:center;margin-bottom:6rem}.testimonials .section-title h2{color:var(--dark);margin-bottom:1rem;font-size:3.9rem}.testimonials .section-title p{color:var(--gray);font-size:2rem}.testimonials-container{max-width:1400px;margin:0 auto;position:relative}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.testimonial-card{background:var(--light);border-radius:20px;padding:3rem;transition:all .3s;position:relative;box-shadow:0 10px 30px #00000014}.testimonial-card:before{content:"";color:var(--primary-orange);opacity:.1;font-family:"Font Awesome 6 Free";font-size:4rem;font-weight:900;position:absolute;top:2rem;right:3rem}.testimonial-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.testimonial-avatar{object-fit:cover;border:3px solid var(--primary-orange);border-radius:50%;width:70px;height:70px}.testimonial-info h4{color:var(--dark);margin-bottom:.3rem;font-size:1.8rem;font-weight:600}.testimonial-location{color:var(--gray);align-items:center;gap:.5rem;font-size:1.3rem;display:flex}.testimonial-rating{gap:.3rem;margin-bottom:1.5rem;display:flex}.testimonial-rating i{color:var(--primary-yellow);font-size:1.4rem}.testimonial-text{color:var(--gray);text-transform:none;font-size:1.5rem;font-style:italic;line-height:1.8}.testimonial-date{color:var(--gray);opacity:.7;margin-top:1.5rem;font-size:1.2rem}.testimonial-gallery{background:linear-gradient(#0000,#ff780008,#0000);margin-top:5rem;padding:2rem 0;position:relative;overflow:hidden}.testimonial-gallery h3{color:var(--dark);text-align:center;margin-bottom:3rem;font-size:2.5rem}.gallery-track{will-change:transform;gap:2rem;width:max-content;animation:40s linear infinite scroll-left;display:flex}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.gallery-track{pointer-events:none}.gallery-item{border-radius:20px;flex-shrink:0;width:350px;height:250px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.gallery-item img{object-fit:cover;width:100%;height:100%;display:block}.gallery-overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#000c);padding:2rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h4{margin-bottom:.5rem;font-size:1.6rem;font-weight:600}.gallery-overlay p{opacity:.9;font-size:1.2rem}.blog-preview{background:var(--light-gray);padding:8rem 7%}.blog-preview .section-title{text-align:center;margin-bottom:6rem}.blog-preview .section-title h2{color:var(--dark);margin-bottom:1rem;font-size:3.9rem}.blog-preview .section-title p{color:var(--gray);font-size:2rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1400px;margin:0 auto;display:grid}.blog-card{background:var(--light);border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #00000014}.blog-thumbnail{width:100%;height:250px;position:relative;overflow:hidden}.blog-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-thumbnail img{transform:scale(1.1)}.blog-category{background:var(--primary-orange);color:var(--light);text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:.5rem 1.5rem;font-size:1.2rem;font-weight:600;position:absolute;top:1.5rem;left:1.5rem}.blog-meta{color:var(--gray);align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:1.3rem;display:flex}.blog-meta span{align-items:center;gap:.5rem;display:flex}.blog-title{color:var(--dark);margin-bottom:1rem;font-size:2rem;font-weight:600;line-height:1.4;transition:color .3s}.blog-card:hover .blog-title{color:var(--primary-orange)}.blog-read-more{color:var(--primary-orange);align-items:center;gap:.8rem;font-size:1.4rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.blog-read-more:hover{gap:1.2rem}.blog-read-more i{transition:transform .3s}.blog-cta{text-align:center;margin-top:5rem}.blog-cta .btn{background:var(--primary-orange);color:var(--light);padding:1.2rem 3rem;font-size:1.5rem;font-weight:600}.blog-cta .btn:hover{background:var(--primary-yellow);transform:translateY(-3px)}.blog-filter{z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;padding:3rem 7%;position:sticky;top:80px}.filter-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.filter-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.filter-btn{color:#555;cursor:pointer;letter-spacing:.5px;background:0 0;border:2px solid #ddd;border-radius:50px;padding:1rem 2rem;font-size:1.4rem;font-weight:500;transition:all .3s}.filter-btn:hover,.filter-btn.active{color:#ffaf00;background:#fff;border-color:#ffaf00}.share-section{align-items:center;gap:1.5rem;display:flex}.share-section span{color:#555;font-size:1.5rem;font-weight:500}.share-buttons{gap:1rem;display:flex}.share-btn{color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;transition:all .3s;display:flex}.share-btn.facebook{background:#3b5998}.share-btn.twitter{background:#1da1f2}.share-btn.share{background:#666}.share-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.blog-section{background:#f8f9fa;padding:6rem 7%}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:4rem;display:grid}.blog-card{cursor:pointer;background:#fff;border-radius:10px;transition:all .3s;overflow:hidden;box-shadow:0 5px 20px #00000014}.blog-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.blog-image{background-position:50%;background-size:cover;height:280px;position:relative;overflow:hidden}.blog-image:after{content:"";background:linear-gradient(#0000,#0006);position:absolute;inset:0}.blog-content{padding:3rem}.blog-categories{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.category-badge{color:#666;text-transform:uppercase;letter-spacing:.5px;background:#f0f0f0;border-radius:5px;padding:.5rem 1.2rem;font-size:1.2rem;font-weight:500;transition:all .3s}.category-badge:hover{color:#fff;background:#ffaf00}.blog-title{color:#222;text-transform:none;margin-bottom:1.5rem;font-size:2.4rem;font-weight:600;line-height:1.4}.blog-excerpt{color:#666;margin-bottom:2rem;font-size:1.5rem;line-height:1.8}.blog-meta{border-top:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.read-more{color:#ffaf00;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:600;display:flex}.read-more:hover{gap:1rem}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:5rem;display:flex}.pagination-btn{color:#555;cursor:pointer;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;font-weight:600;transition:all .3s;display:flex}.pagination-btn:hover,.pagination-btn.active{color:#fff;background:#ff7800;border-color:#ff7800}.social-links{z-index:3;flex-direction:column;gap:15px;display:flex;position:absolute;right:30px}.social-links a{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:background .3s;display:flex}.social-links a:hover{background:#fff6}section{padding:5rem 5%}.our-story{background:var(--light)}.story-container{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;max-width:1400px;margin:0 auto;display:grid}.story-content h2{color:var(--dark);margin-bottom:2rem;font-size:3.9rem}.story-content p{color:var(--gray);margin-bottom:2rem;font-size:1.7rem;line-height:1.9}.story-image{border-radius:20px;height:600px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.story-image img{object-fit:cover;width:100%;height:100%}.mission-vision{background:var(--light-gray)}.mission-vision-grid{grid-template-columns:1fr 1fr;gap:3.5rem;max-width:1400px;margin:0 auto;display:grid}.mission-vision-card{background:var(--light);border-radius:20px;padding:4rem;transition:all .3s;box-shadow:0 10px 30px #00000014}.mission-vision-icon{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;font-size:3.5rem;display:flex}.mission-vision-card h3{color:var(--dark);margin-bottom:1.5rem;font-size:2.8rem;font-weight:700}.mission-vision-card p{color:var(--gray);font-size:1.6rem;line-height:1.8}.our-values{background:var(--light);text-align:center}.our-values h2{color:var(--dark);margin-bottom:2rem;font-size:3.9rem;font-weight:600}.our-values>p{color:var(--gray);max-width:600px;margin:0 auto 5rem;font-size:1.8rem}.values-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1200px;margin:0 auto;display:grid}.value-card{background:var(--light);text-align:left;border-radius:15px;align-items:flex-start;gap:2rem;padding:3rem;transition:all .3s;display:flex}.value-icon{min-width:100px;min-height:100px;color:var(--primary-orange);background:#ffe2c2;border-radius:50%;justify-content:center;align-items:center;padding:20px;font-size:3.2rem;display:flex}.value-card h4{color:var(--dark);margin-bottom:1rem;font-size:2rem;font-weight:600}.value-card p{color:var(--gray);font-size:1.5rem;line-height:1.7}.meet-team{background:var(--light-gray);text-align:center}.meet-team h2{color:var(--dark);margin-bottom:2rem;font-size:3.9rem;font-weight:600}.meet-team>p{color:var(--gray);max-width:600px;margin:0 auto 5rem;font-size:1.8rem}.team-grid{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1400px;margin:0 auto;display:grid}.team-card{background:var(--light);border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #00000014}.team-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.team-photo{background:var(--light-gray);width:100%;height:300px;overflow:hidden}.team-photo img{object-fit:cover;width:100%;height:100%}.team-info{padding:2.5rem}.team-info h4{color:var(--dark);margin-bottom:.5rem;font-size:2rem;font-weight:600}.team-role{color:var(--primary-orange);margin-bottom:1rem;font-size:1.4rem;font-weight:500}.team-info p{color:var(--gray);margin-bottom:1.5rem;font-size:1.4rem;line-height:1.6}.team-languages{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.language-badge{color:var(--primary-orange);background:#ff78001a;border-radius:20px;padding:.5rem 1rem;font-size:1.2rem;font-weight:500}.how-different{background:var(--light)}.how-different h2{color:var(--dark);text-align:center;margin-bottom:2rem;font-size:3.9rem;font-weight:600}.how-different>p{color:var(--gray);text-align:center;max-width:600px;margin:0 auto 5rem;font-size:1.8rem}.different-grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1200px;margin:0 auto;display:grid}.different-card{background:var(--light-gray);border-radius:15px;gap:2rem;padding:3rem;transition:all .3s;display:flex}.different-card:hover{background:var(--light);transform:translate(10px);box-shadow:0 10px 30px #00000014}.different-number{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));width:60px;height:60px;color:var(--light);border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.different-content h4{color:var(--dark);margin-bottom:1rem;font-size:2rem;font-weight:600}.different-content p{color:var(--gray);font-size:1.5rem;line-height:1.7}.partners{background:var(--light);text-align:center}.partners h2{color:var(--dark);margin-bottom:2rem;font-size:3.9rem;font-weight:600}.partners>p{color:var(--gray);max-width:600px;margin:0 auto 5rem;font-size:1.8rem}.partners-grid{grid-template-columns:repeat(4,1fr);align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.partner-logo{background:var(--light);border:2px solid var(--light-gray);border-radius:15px;justify-content:center;align-items:center;height:150px;padding:3rem;transition:all .3s;display:flex}.partner-logo:hover{border-color:var(--primary-orange);transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.partner-logo img{filter:grayscale();opacity:.6;max-width:100%;max-height:80px;transition:all .3s}.partner-logo:hover img{filter:grayscale(0%);opacity:1}#gallery{background:var(--light);text-align:center}#gallery h2{color:var(--dark);margin-bottom:2rem;font-size:3.9rem;font-weight:600}#gallery>p{color:var(--gray);max-width:600px;margin:0 auto 5rem;font-size:1.8rem}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid}#gallery .gallery-item{cursor:pointer;border-radius:15px;width:auto;height:300px;transition:all .3s;position:relative;overflow:hidden}#gallery .gallery-item:hover{transform:scale(1.05);box-shadow:0 15px 40px #0003}#gallery .gallery-item img{object-fit:cover;width:100%;height:100%}#gallery .gallery-overlay{opacity:0;background:linear-gradient(#0000,#000000b3);align-items:flex-end;padding:2rem;transition:opacity .3s;display:flex;position:absolute;inset:0}#gallery .gallery-item:hover .gallery-overlay{opacity:1}#gallery .gallery-caption{color:var(--light);font-size:1.5rem;font-weight:600}footer{color:#fff;background:#000;padding:3rem 5%}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3{margin-bottom:1rem;font-size:1.9rem}.footer-section p,.footer-section a{color:#fffc;font-size:1.4rem;line-height:2;text-decoration:none;display:block}.footer-section a:hover{color:#fff}.footer-social{gap:1rem;margin-top:1rem;display:flex}.footer-social a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social a:hover{background:#fff6;transform:translateY(-3px)}.footer-bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;padding-top:2rem}.whatsapp-float{color:#fff;z-index:100000;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:4rem;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 25px #25d36699}.whatsapp-float i{animation:1s ease-in-out infinite shake}@keyframes pulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d366b3}to{box-shadow:0 4px 20px #25d36666}}@keyframes shake{0%,to{transform:rotate(0)}25%{transform:rotate(3deg)}75%{transform:rotate(-3deg)}}.whatsapp-float:before{content:"Chat with us!";color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#333;border-radius:5px;padding:8px 15px;font-family:Poppins,sans-serif;font-size:1.4rem;transition:opacity .3s;position:absolute;right:70px}.whatsapp-float:after{content:"";opacity:0;pointer-events:none;border:6px solid #0000;border-left-color:#333;transition:opacity .3s;position:absolute;right:60px}.whatsapp-float:hover:before,.whatsapp-float:hover:after{opacity:1}@media (max-width:991px){html{font-size:55%;overflow-x:hidden}body{overflow-x:hidden}header{padding:1rem 4%}.logo img{width:120px;height:90px}header .navbar a{padding:0 1.2rem;font-size:1.6rem}.contactUs{padding:5px 12px;font-size:1.3rem}.hero{height:85vh;padding:0 4%}.hero h1{font-size:4.5rem;line-height:1.2}.hero p{font-size:1.8rem;line-height:1.6}.hero-badge{padding:8px 18px;font-size:1.4rem}.welcome-section{padding:5rem 4%}.welcome-container{grid-template-columns:1fr;gap:4rem;max-width:100%}.welcome-content h2{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.3}.welcome-intro{margin-bottom:2rem;font-size:1.6rem;line-height:1.8}.highlight-item{margin-bottom:0;padding:2rem}.highlight-icon{width:50px;height:50px;font-size:2.2rem}.highlight-text h4{margin-bottom:.5rem;font-size:1.9rem}.highlight-text p{font-size:1.4rem;line-height:1.6}.welcome-image{width:100%;height:500px}.image-frame{width:100%;height:100%}#why-choose-us .section-title h2,#destinations .section-title h2,.story-content h2{font-size:3.5rem;line-height:1.3}#why-choose-us .section-title p,#destinations .section-title p{font-size:2rem;line-height:1.6}.why-choose-us{padding:5rem 4%}.features-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:100%}.feature-card{height:auto;min-height:150px;padding:2.5rem}.feature-card:hover{transform:translateY(-8px)}.feature-icon{width:60px;height:60px;margin-bottom:1.5rem}.feature-icon i{font-size:2.2rem}.feature-card h3{margin-bottom:1rem;font-size:1.8rem;line-height:1.3}.feature-card p{font-size:1.6rem;line-height:1.7}.destinations{padding:5rem 4%}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:100%}.destination-card{height:300px}.destination-card:hover{transform:translateY(-5px)}.destination-overlay{padding:3rem}.destination-title h3{font-size:2.3rem;line-height:1.2}.destination-title .location{font-size:1.3rem}.destination-content p{font-size:1.4rem;line-height:1.6}.arrow-icon{width:40px;height:40px;font-size:1.3rem}.faq-section{padding:6rem 4%}.faq-header-row{grid-template-columns:repeat(2fr,1fr);margin-bottom:3rem}.faq-header-left h2{font-size:4.5rem;line-height:1.2}.faq-header-right p{font-size:1.6rem;line-height:1.8}.faq-container{grid-template-columns:repeat(2fr,1fr);gap:2rem}.faq-question h3{font-size:1.9rem;line-height:1.4}.faq-answer p{font-size:1.5rem;line-height:1.8}.stats-counter{padding:5rem 4%}.stats-container{grid-template-columns:repeat(4,1fr);max-width:100%}.stat-item{padding:2rem 1rem}.stat-item:after{background:0 0}.stat-icon{font-size:3.5rem}.stat-number{font-size:4rem}.stat-label{font-size:1.5rem}.how-it-works{padding:6rem 4%}.how-it-works .section-title h2{font-size:3.5rem;line-height:1.3}.how-it-works .section-title p{font-size:1.8rem}.steps-container{grid-template-columns:repeat(5,1fr);gap:2.5rem;max-width:100%}.step-number{width:110px;height:110px;margin-bottom:1.8rem;font-size:3.2rem}.step-item:hover .step-number{transform:scale(1.08)}.step-content h3{font-size:1.7rem;line-height:1.3}.step-content p{font-size:1.35rem;line-height:1.6}.testimonials{padding:6rem 4%}.testimonials .section-title h2{font-size:3.5rem}.testimonials .section-title p{font-size:1.8rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:100%}.testimonial-card{height:auto;min-height:250px;padding:2.5rem}.testimonial-card:hover{transform:translateY(-8px)}.testimonial-avatar{width:65px;height:65px}.testimonial-info h4{font-size:1.7rem}.testimonial-location{font-size:1.3rem}.testimonial-text{font-size:1.4rem;line-height:1.8}.gallery-item{width:320px;height:230px}.blog-preview{padding:6rem 4%}.blog-preview .section-title h2{font-size:3.5rem}.blog-preview .section-title p{font-size:1.8rem}.blog-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:100%}.blog-card{height:auto}.blog-card:hover{transform:translateY(-8px)}.blog-thumbnail{height:240px}.blog-content{padding:2.5rem}.blog-title{font-size:1.9rem;line-height:1.4}.blog-excerpt{font-size:1.4rem;line-height:1.7}.social-links{gap:12px;right:20px}.social-links a{width:42px;height:42px;font-size:1.8rem}section{padding:4rem 4%}.story-content h2{font-size:3.5rem;line-height:1.3}.story-content p{font-size:1.6rem;line-height:1.8}.story-image{height:500px}.mission-vision-grid{gap:2.5rem}.mission-vision-card{padding:3rem}.mission-vision-icon{width:70px;height:70px;font-size:3rem}.mission-vision-card h3{font-size:2.3rem}.mission-vision-card p{font-size:1.5rem}.our-values h2,.meet-team h2,.how-different h2,.partners h2,#gallery h2{font-size:3.5rem}.our-values>p,.meet-team>p,.how-different>p,.partners>p,#gallery>p{font-size:1.6rem}.values-grid{gap:2rem}.value-card{gap:1.5rem;padding:2.5rem}.value-icon{min-width:80px;min-height:80px;font-size:2.8rem}.value-card h4{font-size:1.8rem}.value-card p{font-size:1.4rem}.team-grid{gap:2.5rem}.team-photo{height:280px}.team-info{padding:2.2rem}.team-info h4,.team-role{font-size:2.4rem}.team-info p{font-size:1.5rem}.language-badge{font-size:1.35rem}.different-grid{gap:2.5rem}.different-card{gap:1.8rem;padding:2.5rem}.different-number{width:55px;height:55px;font-size:2.2rem}.different-content h4{font-size:1.8rem}.different-content p{font-size:1.4rem}.partners-grid{gap:3rem}.partner-logo{height:140px;padding:2.5rem}.partner-logo img{max-height:70px}.gallery-grid{gap:2rem}#gallery .gallery-item{height:280px}#gallery .gallery-overlay{padding:1.8rem}#gallery .gallery-caption{font-size:1.4rem}.values-grid,.team-grid,.partners-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.team-languages{justify-content:center}footer{padding:2.5rem 4%}.footer-content{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:768px){html{font-size:55%;overflow-x:hidden}.contactUs{display:none}header{justify-content:space-between;align-items:center;display:flex}.nav-right{gap:0;margin-left:auto}header .fa-bars,label[for=toggler]{display:block}header .navbar{clip-path:polygon(0 0,100% 0,100% 0,0 0);background:#fff;flex-direction:column;width:100%;padding:0;transition:all .3s;position:absolute;top:100%;left:0;right:0;box-shadow:0 5px 10px #0000001a}#toggler:checked~.nav-right .navbar{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);display:flex}header .navbar a{border-bottom:.1rem solid #0000000d;width:100%;padding:1.5rem 2rem;font-size:1.7rem;display:block}header .navbar a:after{display:none}.navbar .dropdown{border-bottom:.1rem solid #0000000d;width:100%}.navbar .dropbtn{text-align:left;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;font-size:1.7rem;display:flex}.navbar .dropdown-content{box-shadow:none;background:#f8f9fa;border-top:.1rem solid #0000000d;margin:0;padding:0;position:static}.navbar .dropdown-content a{padding:1.2rem 3rem;font-size:1.5rem}.navbar .dropdown:hover .dropdown-content{display:none}.navbar .dropdown.active .dropdown-content{display:block}.hero{text-align:center;justify-content:center;height:65vh;padding:0 3%}.hero-content{max-width:100%}.hero h1{margin-bottom:1.5rem;font-size:3.8rem;line-height:1.2}.hero p{max-width:80%;margin-bottom:2rem;font-size:1.7rem;line-height:2}.hero-badge{padding:7px 16px;font-size:1.5rem}.btn{padding:10px 22px;font-size:1.4rem}.welcome-section{padding:4rem 3%}.welcome-section:before{display:none}.welcome-container{gap:3rem}.welcome-content{text-align:center}.welcome-content h2{text-align:center;font-size:3.2rem;line-height:1.3}.section-badge{text-align:center;margin:0 auto 20px;padding:.9rem 1.8rem;font-size:1.4rem;display:inline-block}.welcome-intro{text-align:center;font-size:1.5rem;line-height:1.8}.welcome-highlights{gap:1.2rem}.highlight-item{text-align:center;flex-direction:column;align-items:center;padding:3rem}.highlight-icon{width:55px;height:55px;font-size:2.4rem}.highlight-text h4{font-size:2.4rem}.highlight-text p{font-size:1.7rem}.welcome-cta{justify-content:center}.welcome-image{width:100%;height:380px}.badge-1{animation-delay:0s;top:-15px;left:-5px}.badge-2{animation-delay:1s;bottom:-15px;right:-5px}.why-choose-us{padding:4rem 3%}#why-choose-us .section-title h2{font-size:3.5rem}#why-choose-us .section-title p{font-size:1.6rem}.features-grid{grid-template-columns:repeat(4fr,1fr);gap:2rem}.feature-card{height:auto;min-height:auto;padding:2.5rem}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:60px;height:60px}.feature-icon i{font-size:2.3rem}.feature-card h3{font-size:1.8rem}.feature-card p{font-size:1.45rem}.destinations{padding:4rem 3%}#destinations .section-title h2{font-size:3.5rem}#destinations .section-title p{font-size:1.6rem}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:1.5rem}.destination-card{width:100%;height:300px}.destination-card:hover{transform:translateY(-3px)}.destination-card:hover img{transform:scale(1.03)}.destination-overlay{padding:2.5rem}.destination-title h3{font-size:2.2rem}.destination-content p{font-size:1.35rem}.faq-section{padding:5rem 3%}.faq-header-row{gap:3rem;margin-bottom:4rem}.faq-header-left h2{font-size:3.8rem}.faq-header-right p{font-size:1.55rem}.faq-question h3{font-size:1.75rem}.faq-answer p{font-size:1.4rem}.faq-icon{width:28px;height:28px}.faq-icon i{font-size:1.8rem}.stats-counter{padding:4rem 3%}.stats-container{grid-template-columns:repeat(4fr,1fr);gap:2.5rem}.stat-item{padding:2rem}.stat-item:after{display:none}.stat-icon{font-size:3.2rem}.stat-number{font-size:3.8rem}.stat-label{font-size:1.45rem}.how-it-works{padding:5rem 3%}.how-it-works .section-title{margin-bottom:4rem}.how-it-works .section-title h2{font-size:3.5rem}.how-it-works .section-title p{font-size:1.6rem}.steps-container{grid-template-columns:repeat(3,1fr);gap:3rem}.steps-container:before,.step-content:before{display:none}.step-number{width:100px;height:100px;margin-bottom:1.5rem;font-size:3rem}.step-item:hover .step-number{transform:scale(1.05)}.step-content h3{font-size:1.65rem}.step-content p{font-size:1.35rem}.testimonials{padding:5rem 3%}.testimonials .section-title{margin-bottom:4rem}.testimonials .section-title h2{font-size:3.2rem}.testimonials .section-title p{font-size:1.6rem}.testimonials-grid{grid-template-columns:1fr;gap:2rem}.testimonial-card{min-height:auto;padding:2.5rem}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-avatar{width:60px;height:60px}.testimonial-info h4{font-size:1.7rem}.testimonial-text{font-size:1.4rem}.gallery-item{width:280px;height:200px}.blog-preview{padding:5rem 3%}.blog-preview .section-title{margin-bottom:4rem}.blog-preview .section-title h2{font-size:3.2rem}.blog-preview .section-title p{font-size:1.6rem}.blog-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.blog-card:hover{transform:translateY(-5px)}.blog-thumbnail{height:220px}.blog-content{padding:2.2rem}.blog-title{font-size:1.85rem}.blog-excerpt{font-size:1.38rem}.blog-filter{padding:2rem 3%}.filter-container{flex-direction:column;gap:1.5rem}.filter-btn{padding:1rem 1.8rem;font-size:1.35rem}.social-links{display:none}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section h3{font-size:1.7rem}.footer-section p,.footer-section a{font-size:1.35rem}.whatsapp-float{width:58px;height:58px;font-size:2.9rem;bottom:20px;right:20px}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float:before,.whatsapp-float:after{display:none}section{padding:3rem 3%}}@media (max-width:576px){html{font-size:48%}header{padding:0 2.5%}.logo img{width:120px;height:90px}.hero{height:55vh;padding:0 2.5%}.hero h1{margin-bottom:1.2rem;font-size:3.2rem}.hero p{margin-bottom:1.8rem;font-size:1.6rem}.hero-badge{padding:6px 14px;font-size:1.35rem}.btn{padding:9px 20px;font-size:1.35rem}.welcome-section{padding:3.5rem 2.5%}.welcome-content h2{font-size:2.8rem}.section-badge{padding:.8rem 1.6rem;font-size:1.3rem}.welcome-intro{text-align:center;max-width:90%;margin:0 auto;font-size:1.7rem;line-height:1.8}.highlight-item{padding:1.6rem}.highlight-icon{width:50px;height:50px;font-size:2.2rem}.highlight-text h4{font-size:1.7rem}.highlight-text p{font-size:1.5rem}.welcome-image{height:340px}.section-title h2,#why-choose-us .section-title h2,#destinations .section-title h2,.how-it-works .section-title h2,.testimonials .section-title h2,.blog-preview .section-title h2{margin-bottom:1rem;font-size:3.2rem}.section-title p,#why-choose-us .section-title p,#destinations .section-title p,.how-it-works .section-title p,.testimonials .section-title p,.blog-preview .section-title p{font-size:1.9rem}.why-choose-us{padding:3.5rem 2.5%}.features-grid{gap:1.8rem}.feature-card{padding:2.2rem}.feature-card:hover{transform:translateY(-3px)}.feature-icon{width:55px;height:55px;margin-bottom:1.3rem}.feature-icon i{font-size:2.1rem}.feature-card h3{margin-bottom:.9rem;font-size:1.7rem}.feature-card p{font-size:1.38rem}.destinations{padding:3.5rem 2.5%}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:1.8rem}.destination-card{height:275px}.destination-card:hover{transform:translateY(-2px)}.destination-overlay{padding:2.2rem}.destination-title h3{margin-bottom:.4rem;font-size:2rem}.destination-title .location,.destination-content p{font-size:1.5rem}.arrow-icon{width:38px;height:38px;font-size:1.2rem}.faq-section{padding:4rem 2.5%}.faq-header-row{gap:2.5rem;margin-bottom:3.5rem}.faq-header-left h2{font-size:3.2rem}.faq-header-right p{font-size:1.48rem}.faq-question{gap:1.5rem;padding-bottom:1.3rem}.faq-question h3{font-size:1.68rem}.faq-answer-content{padding-top:1.3rem}.faq-answer p{padding:8px;font-size:1.35rem}.faq-icon{width:26px;height:26px}.faq-icon i{font-size:1.7rem}.stats-counter{padding:3.5rem 2.5%}.stats-container{grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{padding:1.8rem}.stat-icon{margin-bottom:1.2rem;font-size:3rem}.stat-number{font-size:3.5rem}.stat-label{font-size:1.4rem}.how-it-works{padding:4rem 2.5%}.steps-container{grid-template-columns:repeat(3,1fr);gap:2.5rem}.step-number{width:95px;height:95px;margin-bottom:1.4rem;font-size:2.8rem}.step-icon{font-size:2.8rem}.step-item:hover .step-number{transform:scale(1.03)}.step-content h3{margin-bottom:.9rem;font-size:1.6rem}.step-content p{font-size:1.32rem}.testimonials{padding:4rem 2.5%}.testimonials-grid{gap:1.8rem}.testimonial-card{padding:2.2rem}.testimonial-card:before{font-size:3.5rem;top:1.8rem;right:2.5rem}.testimonial-header{gap:1.3rem;margin-bottom:1.8rem}.testimonial-avatar{border-width:2.5px;width:58px;height:58px}.testimonial-info h4{margin-bottom:.25rem;font-size:1.65rem}.testimonial-location{font-size:1.25rem}.testimonial-rating{margin-bottom:1.3rem}.testimonial-rating i{font-size:1.3rem}.testimonial-text{font-size:1.45rem;line-height:1.75}.testimonial-date{margin-top:1.3rem;font-size:1.5rem}.gallery-item{width:260px;height:190px}.gallery-overlay h4{font-size:1.5rem}.gallery-overlay p{font-size:1.15rem}.blog-preview{padding:4rem 2.5%}.blog-grid{gap:1.8rem}.blog-card:hover{transform:translateY(-3px)}.blog-thumbnail{height:200px}.blog-card:hover .blog-thumbnail img{transform:scale(1.05)}.blog-category{padding:.45rem 1.1rem;font-size:1.15rem;top:1.3rem;left:1.3rem}.blog-content{padding:2rem}.blog-meta{gap:1.3rem;margin-bottom:1.3rem;font-size:1.25rem}.blog-title{margin-bottom:.9rem;font-size:1.75rem}.blog-excerpt{margin-bottom:1.8rem;font-size:1.35rem;line-height:1.7}.blog-read-more{gap:.7rem;font-size:1.32rem}.blog-read-more:hover{gap:1rem}.blog-filter{padding:1.8rem 2.5%;top:78px}.filter-btn{padding:.9rem 1.6rem;font-size:1.3rem}.pagination{gap:.8rem;margin-top:4rem}.pagination-btn{width:42px;height:42px;font-size:1.4rem}.story-container{grid-template-columns:1fr;gap:0}.story-content h2{font-size:4rem}.story-content p{font-size:1.7rem}.story-image{height:400px}.mission-vision-grid{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:repeat(1,1fr)}.value-icon{min-width:80px;min-height:80px;padding:20px}.footer-content{gap:1.8rem}.footer-section h3{margin-bottom:.9rem;font-size:1.65rem}.footer-section p,.footer-section a{font-size:1.3rem;line-height:1.9}.footer-social{gap:.9rem;margin-top:.9rem}.footer-social a{width:38px;height:38px;font-size:1.6rem}.footer-social a:hover{transform:translateY(-2px)}.whatsapp-float{width:54px;height:54px;font-size:2.7rem;bottom:18px;right:18px}section{padding:2.8rem 2.5%}footer{padding:2rem 2.5%}}@media (max-width:400px){html{font-size:44%}header{padding:0 5%}.logo img{width:115px;height:85px}header .fa-bars{padding:.4rem 1.2rem;font-size:2.6rem}header .navbar a,.navbar .dropbtn{padding:1.4rem 1.8rem;font-size:1.65rem}.navbar .dropdown-content a{padding:1.1rem 2.8rem;font-size:1.45rem}.hero{height:55vh;padding:0 5%}.hero h1{margin-bottom:1rem;font-size:2.8rem}.hero p{margin-bottom:1.5rem;font-size:1.5rem}.hero-badge{margin-bottom:1.2rem;padding:5px 13px;font-size:1.2rem}.btn{margin-top:1.5rem;padding:8px 18px;font-size:1.3rem}.btn:hover{transform:translateY(-1px)}.welcome-section{padding:3rem 5%}.welcome-content h2{margin-bottom:1.3rem;font-size:2.5rem}.section-badge{margin-bottom:1.2rem;padding:.75rem 1.5rem;font-size:1.25rem}.welcome-intro{margin-bottom:1.5rem;font-size:1.4rem}.welcome-highlights{gap:1rem;margin-bottom:1.5rem}.highlight-item{padding:1.5rem}.highlight-icon{width:48px;height:48px;margin-bottom:1rem;font-size:2.1rem}.highlight-text h4{margin-bottom:.6rem;font-size:1.65rem}.highlight-text p{font-size:1.32rem}.welcome-cta{gap:1.5rem}.welcome-image{height:310px}.section-title{margin-bottom:3rem}.section-title h2,#why-choose-us .section-title h2,#destinations .section-title h2,.how-it-works .section-title h2,.testimonials .section-title h2,.blog-preview .section-title h2{margin-bottom:.8rem;font-size:2.8rem}.section-title p,#why-choose-us .section-title p,#destinations .section-title p,.how-it-works .section-title p,.testimonials .section-title p,.blog-preview .section-title p{font-size:1.75rem}.why-choose-us{padding:3rem 5%}.features-grid{gap:1.6rem}.feature-card{padding:2rem}.feature-card:hover{transform:translateY(-2px)}.feature-icon{width:52px;height:52px;margin-bottom:1.2rem}.feature-icon i{font-size:2rem}.feature-icon:hover .blob{transform:scale(1.05)}.feature-card h3{margin-bottom:.8rem;font-size:1.65rem}.feature-card p{font-size:1.35rem;line-height:1.65}.destination-card:hover{transform:translateY(-2px)}.destination-card:hover .arrow-icon{transform:translate(2px,-2px)}.destination-overlay{padding:2rem}.destination-title h3{margin-bottom:.35rem;font-size:2.6rem}.destination-title .location{gap:10px;font-size:1.75rem}.destination-content p{font-size:1.8rem;line-height:1.6}.arrow-icon{width:36px;height:36px;font-size:1.15rem;display:none}.faq-section{padding:3.5rem 5%}.faq-header-row{gap:2.2rem;margin-bottom:3rem}.faq-header-left h2{font-size:2.8rem;line-height:1.25}.faq-header-right p{font-size:1.42rem;line-height:1.75}.faq-item{padding-bottom:.9rem}.faq-question{gap:1.3rem;padding-bottom:1.2rem}.faq-question h3{font-size:1.62rem;line-height:1.35}.faq-answer-content{padding-top:1.2rem}.faq-answer p{padding:7px;font-size:1.32rem;line-height:1.75}.faq-icon{width:25px;height:25px}.faq-icon i{font-size:1.65rem}.stats-counter{padding:3rem 5%}.stats-container{grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.6rem}.stat-icon{margin-bottom:1.1rem;font-size:2.8rem}.stat-number{margin-bottom:.4rem;font-size:3.2rem}.stat-label{font-size:1.35rem}.how-it-works{padding:3.5rem 5%}.how-it-works .section-title{margin-bottom:3.5rem}.steps-container{gap:2.2rem}.step-number{width:88px;height:88px;margin-bottom:1.3rem;font-size:2.6rem}.step-icon{font-size:2.6rem}.step-item:hover .step-number{transform:scale(1.02)}.step-content h3{margin-bottom:.85rem;font-size:1.55rem}.step-content p{font-size:1.3rem;line-height:1.65}.testimonials{padding:3.5rem 5%}.testimonials .section-title{margin-bottom:3.5rem}.testimonials-grid{gap:1.6rem}.testimonial-card{padding:2rem}.testimonial-card:before{font-size:3.2rem;top:1.6rem;right:2.2rem}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-header{gap:1.2rem;margin-bottom:1.6rem}.testimonial-avatar{border-width:2.5px;width:55px;height:55px}.testimonial-info h4{margin-bottom:.22rem;font-size:1.62rem}.testimonial-location{font-size:1.22rem}.testimonial-rating{margin-bottom:1.2rem}.testimonial-rating i{font-size:1.28rem}.testimonial-text{font-size:1.35rem;line-height:1.75}.testimonial-date{margin-top:1.2rem;font-size:1.12rem}.testimonial-gallery{margin-top:4rem;padding:1.8rem 0}.testimonial-gallery h3{margin-bottom:2.5rem;font-size:2.2rem}.gallery-track{gap:1.8rem}.gallery-item{width:240px;height:175px}.gallery-overlay{padding:1.8rem}.gallery-overlay h4{margin-bottom:.4rem;font-size:1.45rem}.gallery-overlay p{font-size:1.12rem}.blog-preview{padding:3.5rem 5%}.blog-preview .section-title{margin-bottom:3.5rem}.blog-grid{gap:1.6rem}.blog-card:hover{transform:translateY(-3px)}.blog-thumbnail{height:185px}.blog-card:hover .blog-thumbnail img{transform:scale(1.04)}.blog-category{padding:.42rem 1.05rem;font-size:1.12rem;top:1.2rem;left:1.2rem}.blog-content{padding:1.9rem}.blog-meta{gap:1.2rem;margin-bottom:1.2rem;font-size:1.22rem}.blog-title{margin-bottom:.85rem;font-size:1.7rem;line-height:1.38}.blog-excerpt{margin-bottom:1.7rem;font-size:1.32rem;line-height:1.7}.blog-read-more{gap:.65rem;font-size:1.3rem}.blog-read-more:hover{gap:.95rem}.blog-cta{margin-top:4rem}.blog-cta .btn{padding:1.1rem 2.8rem;font-size:1.42rem}.blog-cta .btn:hover{transform:translateY(-2px)}.blog-filter{padding:1.6rem 5%;top:76px}.filter-container{gap:1.3rem}.filter-btn{border-width:1.5px;padding:.85rem 1.5rem;font-size:1.28rem}.share-section span{font-size:1.4rem}.share-buttons{gap:.9rem}.share-btn{width:38px;height:38px;font-size:1.5rem}.share-btn:hover{transform:translateY(-2px)}.pagination{gap:.75rem;margin-top:3.5rem}.pagination-btn{border-width:1.5px;width:40px;height:40px;font-size:1.35rem}.story-container{grid-template-columns:1fr;gap:0}.values-grid,.team-grid,.partners-grid,.gallery-grid{grid-template-columns:repeat(1,1fr)}.mission-vision-grid{grid-template-columns:1fr;gap:2rem}.footer-content{gap:1.6rem}.footer-section h3{margin-bottom:.85rem;font-size:1.6rem}.footer-section p,.footer-section a{font-size:1.28rem;line-height:1.85}.footer-social{gap:.85rem;margin-top:.85rem}.footer-social a{width:36px;height:36px;font-size:1.55rem}.footer-bottom{padding-top:1.8rem;font-size:1.25rem}.whatsapp-float{width:52px;height:52px;font-size:2.6rem;bottom:16px;right:16px}.whatsapp-float:hover{transform:scale(1.06)}section{padding:2.5rem 5%}footer{padding:1.9rem 5%}}@media (max-width:320px){html{font-size:40%}header{padding:0 4%}.logo img{width:100px;height:70px}header .fa-bars{padding:.35rem 1rem;font-size:2.4rem}header .navbar a,.navbar .dropbtn{padding:1.3rem 1.6rem;font-size:1.6rem}.navbar .dropdown-content a{padding:1rem 2.5rem;font-size:1.4rem}.hero{height:50vh;padding:0 1.5%}.hero h1{margin-bottom:.9rem;font-size:2.8rem;line-height:1.25}.hero p{max-width:95%;margin-bottom:1.3rem;font-size:1.4rem;line-height:1.7}.hero-badge{margin-bottom:1rem;padding:4px 12px;font-size:1.4rem}.btn{gap:6px;margin-top:1.3rem;padding:7px 16px;font-size:1.25rem}.welcome-section{padding:5rem 4%}.welcome-container{gap:2.5rem}.welcome-content h2{margin-bottom:1.2rem;font-size:2.3rem;line-height:1.3}.section-badge{margin-bottom:1.1rem;padding:.7rem 1.4rem;font-size:1.2rem}.welcome-intro{margin-bottom:1.4rem;font-size:1.35rem;line-height:1.75}.welcome-highlights{gap:.9rem;margin-bottom:1.4rem}.highlight-item{padding:1.4rem}.highlight-icon{border-radius:12px;width:45px;height:45px;margin-bottom:.9rem;font-size:2rem}.highlight-text h4{margin-bottom:.55rem;font-size:1.6rem}.highlight-text p{font-size:1.3rem;line-height:1.6}.welcome-cta{gap:1.3rem}.welcome-image{justify-content:center;height:280px}.floating-badge{gap:1.2rem;padding:1.2rem 1.6rem}.floating-badge i{font-size:2.2rem}.floating-badge strong{font-size:1.8rem}.floating-badge span{font-size:1.15rem}.section-title{margin-bottom:2.8rem}.section-title h2,#why-choose-us .section-title h2,#destinations .section-title h2,.how-it-works .section-title h2,.testimonials .section-title h2,.blog-preview .section-title h2{margin-bottom:.75rem;font-size:2.5rem;line-height:1.3}.section-title p,#why-choose-us .section-title p,#destinations .section-title p,.how-it-works .section-title p,.testimonials .section-title p,.blog-preview .section-title p{font-size:1.6rem;line-height:1.7}.why-choose-us{padding:2.8rem 4%}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{padding:1.9rem}.feature-icon{width:50px;height:50px;margin-bottom:1.1rem}.feature-icon i{font-size:1.95rem}.feature-card h3{margin-bottom:.75rem;font-size:1.6rem}.feature-card p{font-size:1.32rem;line-height:1.65}.destinations{padding:2.8rem 3.5%}.destinations-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.destination-card{height:150px}.destination-overlay{padding:1.9rem}.destination-title h3{margin-bottom:.32rem;font-size:2.5rem}.destination-title .location{font-size:1.6rem}.destination-content p{font-size:1.7rem;line-height:1.6}.arrow-icon{width:34px;height:34px;font-size:1.12rem;display:none}.faq-section{padding:3.2rem 4%}.faq-header-row{grid-template-columns:1fr;gap:2rem;margin-bottom:2.8rem}.faq-header-left h2{font-size:2.6rem;line-height:1.3}.faq-header-right p{font-size:1.38rem;line-height:1.75}.faq-container{grid-template-columns:1fr;gap:0}.faq-item{padding-bottom:.85rem}.faq-question{gap:1.2rem;padding-bottom:1.1rem}.faq-question h3{font-size:1.58rem;line-height:1.35}.faq-answer-content{padding-top:1.1rem}.faq-answer p{padding:6px;font-size:1.3rem;line-height:1.75}.faq-icon{width:24px;height:24px}.faq-icon i{font-size:1.6rem}.stats-counter{padding:2.8rem 4%}.stats-container{grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.5rem}.stat-icon{margin-bottom:1rem;font-size:2.6rem}.stat-number{margin-bottom:.38rem;font-size:3rem}.stat-label{font-size:1.32rem}.how-it-works{padding:3.2rem 4%}.how-it-works .section-title{margin-bottom:3.2rem}.steps-container{grid-template-columns:repeat(2,1fr);gap:2rem}.step-number{width:82px;height:82px;margin-bottom:1.2rem;font-size:2.5rem}.step-icon{font-size:2.5rem}.step-content h3{margin-bottom:.8rem;font-size:1.52rem}.step-content p{font-size:1.28rem;line-height:1.65}.testimonials{padding:3.2rem 4%}.testimonials .section-title{margin-bottom:3.2rem}.testimonials-grid{gap:1.5rem}.testimonial-card{padding:1.9rem}.testimonial-card:before{font-size:3rem;top:1.5rem;right:2rem}.testimonial-header{gap:1.1rem;margin-bottom:1.5rem}.testimonial-avatar{border-width:2px;width:52px;height:52px}.testimonial-info h4{margin-bottom:.2rem;font-size:1.58rem}.testimonial-location{font-size:1.4rem}.testimonial-rating{gap:.25rem;margin-bottom:1.1rem}.testimonial-rating i{font-size:1.25rem}.testimonial-text{font-size:1.32rem;line-height:1.75}.testimonial-date{margin-top:1.1rem;font-size:1.4rem}.testimonial-gallery{margin-top:3.5rem;padding:1.6rem 0}.testimonial-gallery h3{margin-bottom:2.3rem;font-size:2.1rem}.gallery-track{gap:1.6rem}.gallery-item{border-radius:15px;width:220px;height:160px}.gallery-overlay{padding:1.6rem}.gallery-overlay h4{margin-bottom:.38rem;font-size:1.4rem}.gallery-overlay p{font-size:1.1rem}.blog-preview{padding:3.2rem 4%}.blog-preview .section-title{margin-bottom:3.2rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-thumbnail{height:170px}.blog-category{padding:.4rem 1rem;font-size:1.1rem;top:1.1rem;left:1.1rem}.blog-content{padding:1.8rem}.blog-meta{gap:1.1rem;margin-bottom:1.1rem;font-size:1.2rem}.blog-title{margin-bottom:.8rem;font-size:1.65rem;line-height:1.38}.blog-excerpt{margin-bottom:1.6rem;font-size:1.3rem;line-height:1.7}.blog-read-more{gap:.6rem;font-size:1.28rem}.blog-read-more:hover{gap:.9rem}.blog-cta{margin-top:3.5rem}.blog-cta .btn{padding:1rem 2.6rem;font-size:1.38rem}.blog-filter{padding:1.5rem 4%;top:74px}.filter-container{gap:1.2rem}.filter-btn{border-width:1.5px;padding:.8rem 1.4rem;font-size:1.26rem}.share-section span{font-size:1.35rem}.share-buttons{gap:.85rem}.share-btn{width:36px;height:36px;font-size:1.45rem}.pagination{gap:.7rem;margin-top:3.2rem}.pagination-btn{border-width:1.5px;width:38px;height:38px;font-size:1.32rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section h3{margin-bottom:.8rem;font-size:1.55rem}.footer-section p,.footer-section a{font-size:1.26rem;line-height:1.85}.footer-social{gap:.8rem;margin-top:.8rem}.footer-social a{width:34px;height:34px;font-size:1.5rem}.footer-bottom{padding-top:1.6rem;font-size:1.22rem}.whatsapp-float{width:50px;height:50px;font-size:2.5rem;bottom:15px;right:15px}section{padding:2.3rem 4%}footer{padding:1.8rem 4%}}@media (max-width:280px){html{font-size:36%}header{padding:0 5%}.logo img{width:85px;height:60px}header .fa-bars{padding:.3rem .9rem;font-size:2.2rem}header .navbar a,.navbar .dropbtn{padding:1.2rem 1.4rem;font-size:1.55rem}.navbar .dropdown-content a{padding:.95rem 2.3rem;font-size:1.35rem}.hero{height:48vh;padding:0 5%}.hero h1{margin-bottom:.8rem;font-size:2.5rem;line-height:1.28}.hero p{max-width:98%;margin-bottom:1.2rem;font-size:1.5rem;line-height:1.7}.hero-badge{margin-bottom:.95rem;padding:3.5px 11px;font-size:1.5rem}.btn{gap:5px;margin-top:1.2rem;padding:6.5px 15px;font-size:1.2rem}.welcome-section{padding:2.6rem 5%}.welcome-container{gap:2.3rem}.welcome-content h2{margin-bottom:1.1rem;font-size:2.1rem;line-height:1.3}.section-badge{margin-bottom:1rem;padding:.65rem 1.3rem;font-size:1.15rem}.welcome-intro{margin-bottom:1.3rem;font-size:1.32rem;line-height:1.75}.welcome-highlights{gap:.85rem;margin-bottom:1.3rem}.highlight-item{padding:1.3rem}.highlight-icon{border-radius:11px;width:42px;height:42px;margin-bottom:.85rem;font-size:1.9rem}.highlight-text h4{margin-bottom:.5rem;font-size:1.55rem}.highlight-text p{font-size:1.28rem;line-height:1.6}.welcome-cta{gap:1.2rem}.welcome-image{height:260px}.floating-badge{border-radius:12px;gap:1.1rem;padding:1.1rem 1.5rem}.floating-badge i{font-size:2.1rem}.floating-badge strong{font-size:1.7rem}.floating-badge span{font-size:1.12rem}.section-title{margin-bottom:2.6rem}.section-title h2,#why-choose-us .section-title h2,#destinations .section-title h2,.how-it-works .section-title h2,.testimonials .section-title h2,.blog-preview .section-title h2{margin-bottom:.7rem;font-size:2.5rem;line-height:1.3}.section-title p,#why-choose-us .section-title p,#destinations .section-title p,.how-it-works .section-title p,.testimonials .section-title p,.blog-preview .section-title p{font-size:1.5rem;line-height:1.7}.why-choose-us{padding:2.6rem 5%}.features-grid{gap:1.4rem}.feature-card{padding:1.8rem}.feature-icon{width:48px;height:48px;margin-bottom:1rem}.feature-icon i{font-size:1.9rem}.feature-card h3{margin-bottom:.7rem;font-size:1.55rem}.feature-card p{font-size:1.3rem;line-height:1.65}.destinations{padding:2.6rem 5%}.destinations-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem}.destination-card{height:150px}.destination-overlay{padding:1.8rem}.destination-title h3{margin-bottom:.3rem;font-size:2.5rem}.destination-title .location{font-size:1.7rem}.destination-content p{font-size:1.8rem;line-height:1.6}.arrow-icon{width:32px;height:32px;font-size:1.5rem}.faq-section{padding:3rem 5%}.faq-header-row{gap:1.9rem;margin-bottom:2.6rem}.faq-header-left h2{font-size:2.4rem;line-height:1.3}.faq-header-right p{font-size:1.35rem;line-height:1.75}.faq-item{padding-bottom:.8rem}.faq-question{gap:1.1rem;padding-bottom:1rem}.faq-question h3{font-size:1.55rem;line-height:1.35}.faq-answer-content{padding-top:1rem}.faq-answer p{padding:5.5px;font-size:1.28rem;line-height:1.75}.faq-icon{width:23px;height:23px}.faq-icon i{font-size:1.55rem}.stats-counter{padding:2.6rem 5%}.stats-container{grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.4rem}.stat-icon{margin-bottom:.95rem;font-size:2.5rem}.stat-number{margin-bottom:.35rem;font-size:2.8rem}.stat-label{font-size:1.3rem}.how-it-works{padding:3rem 5%}.how-it-works .section-title{margin-bottom:3rem}.steps-container{gap:1.9rem}.step-number{width:78px;height:78px;margin-bottom:1.1rem;font-size:2.4rem}.step-icon{font-size:2.4rem}.step-content h3{margin-bottom:.75rem;font-size:1.5rem}.step-content p{font-size:1.26rem;line-height:1.65}.testimonials{padding:3rem 5%}.testimonials .section-title{margin-bottom:3rem}.testimonials-grid{gap:1.4rem}.testimonial-card{padding:1.8rem}.testimonial-card:before{font-size:2.8rem;top:1.4rem;right:1.9rem}.testimonial-header{gap:1rem;margin-bottom:1.4rem}.testimonial-avatar{border-width:2px;width:50px;height:50px}.testimonial-info h4{margin-bottom:.18rem;font-size:1.65rem}.testimonial-location{font-size:1.4rem}.testimonial-rating{gap:.22rem;margin-bottom:1rem}.testimonial-rating i{font-size:1.23rem}.testimonial-text{font-size:1.3rem;line-height:1.75}.testimonial-date{margin-top:1rem;font-size:1.4rem}.testimonial-gallery{margin-top:3.3rem;padding:1.5rem 0}.testimonial-gallery h3{margin-bottom:2.2rem;font-size:2rem}.gallery-track{gap:1.5rem}.gallery-item{border-radius:14px;width:200px;height:145px}.gallery-overlay{padding:1.5rem}.gallery-overlay h4{margin-bottom:.35rem;font-size:1.35rem}.gallery-overlay p{font-size:1.08rem}.blog-preview{padding:3rem 5%}.blog-preview .section-title{margin-bottom:3rem}.blog-grid{gap:1.4rem}.blog-thumbnail{height:155px}.blog-category{padding:.38rem .95rem;font-size:1.08rem;top:1rem;left:1rem}.blog-content{padding:1.7rem}.blog-meta{gap:1rem;margin-bottom:1rem;font-size:1.18rem}.blog-title{margin-bottom:.75rem;font-size:1.6rem;line-height:1.38}.blog-excerpt{margin-bottom:1.5rem;font-size:1.28rem;line-height:1.7}.blog-read-more{gap:.55rem;font-size:1.26rem}.blog-read-more:hover{gap:.85rem}.blog-cta{margin-top:3.3rem}.blog-cta .btn{padding:.95rem 2.5rem;font-size:1.35rem}.blog-filter{padding:1.4rem 5%;top:72px}.filter-container{gap:1.1rem}.filter-btn{padding:.75rem 1.3rem;font-size:1.24rem}.share-section span{font-size:1.32rem}.share-buttons{gap:.8rem}.share-btn{width:34px;height:34px;font-size:1.4rem}.pagination{gap:.65rem;margin-top:3rem}.pagination-btn{width:36px;height:36px;font-size:1.3rem}.footer-content{gap:1.4rem}.footer-section h3{margin-bottom:.75rem;font-size:1.5rem}.footer-section p,.footer-section a{font-size:1.24rem;line-height:1.85}.footer-social{gap:.75rem;margin-top:.75rem}.footer-social a{width:32px;height:32px;font-size:1.45rem}.footer-bottom{padding-top:1.5rem;font-size:1.2rem}.whatsapp-float{width:48px;height:48px;font-size:2.4rem;bottom:14px;right:14px}section{padding:2.2rem 5%}footer{padding:1.7rem 5%}}@media (max-width:250px){html{font-size:35%}header{padding:0 4%}.logo img{width:80px;height:55px}header .fa-bars{padding:.28rem .85rem;font-size:2rem}header .navbar a,.navbar .dropbtn{padding:1.1rem 1.3rem;font-size:1.5rem}.navbar .dropdown-content a{padding:.9rem 2.2rem;font-size:1.3rem}.hero{height:35vh;padding:0 4%}.hero h1{margin-bottom:.75rem;font-size:2.4rem;line-height:1.3}.hero p{max-width:100%;margin-bottom:1.1rem;font-size:1.5rem;line-height:1.7}.hero-badge{margin-bottom:.9rem;padding:3px 10px;font-size:1.5rem}.btn{gap:4.5px;margin-top:1.1rem;padding:6px 14px;font-size:1.15rem}.welcome-section{padding:2.4rem 4%}.welcome-container{gap:2.2rem}.welcome-content h2{margin-bottom:1rem;font-size:1.95rem;line-height:1.32}.section-badge{margin-bottom:.95rem;padding:.6rem 1.2rem;font-size:1.1rem}.welcome-intro{margin-bottom:1.2rem;font-size:1.3rem;line-height:1.75}.welcome-highlights{gap:.8rem;margin-bottom:1.2rem}.highlight-item{padding:1.2rem}.highlight-icon{border-radius:10px;width:40px;height:40px;margin-bottom:.8rem;font-size:1.85rem}.highlight-text h4{margin-bottom:.48rem;font-size:1.5rem}.highlight-text p{font-size:1.26rem;line-height:1.6}.welcome-cta{gap:1.1rem}.welcome-image{height:240px}.image-frame{border-radius:20px}.floating-badge{border-radius:11px;gap:1rem;padding:1rem 1.4rem}.floating-badge i{font-size:2rem}.floating-badge strong{font-size:1.6rem}.floating-badge span{font-size:1.1rem}.badge-1{top:0;left:-3px}.badge-2{bottom:0;right:-3px}.section-title{margin-bottom:2.4rem}.section-title h2,#why-choose-us .section-title h2,#destinations .section-title h2,.how-it-works .section-title h2,.testimonials .section-title h2,.blog-preview .section-title h2{margin-bottom:.65rem;font-size:2.3rem;line-height:1.32}.section-title p,#why-choose-us .section-title p,#destinations .section-title p,.how-it-works .section-title p,.testimonials .section-title p,.blog-preview .section-title p{font-size:1.7rem;line-height:1.7}.why-choose-us{padding:2.4rem 4%}.features-grid{gap:1.3rem}.feature-card{border-radius:12px;padding:1.7rem}.feature-icon{width:46px;height:46px;margin-bottom:.95rem}.feature-icon i{font-size:1.85rem}.feature-card h3{margin-bottom:.68rem;font-size:1.5rem}.feature-card p{font-size:1.28rem;line-height:1.65}.destinations{padding:2.4rem 4%}.destinations-grid{grid-template-columns:repeat(1,1fr);gap:1.3rem}.destination-card{border-radius:15px;height:100px}.destination-overlay{padding:2rem}.destination-title h3{margin-bottom:.28rem;font-size:2.5rem}.destination-title .location{gap:5px;font-size:1.8rem}.destination-content p{font-size:1.8rem;line-height:1.6}.arrow-icon{width:30px;height:30px;font-size:1.8rem;display:none}.faq-section{padding:2.8rem 4%}.faq-header-row{gap:1.8rem;margin-bottom:2.4rem}.faq-header-left h2{font-size:2.2rem;line-height:1.32}.faq-header-right p{font-size:1.32rem;line-height:1.75}.faq-item{padding-bottom:.75rem}.faq-question{gap:1rem;padding-bottom:.95rem}.faq-question h3{font-size:1.52rem;line-height:1.35}.faq-answer-content{padding-top:.95rem}.faq-answer p{padding:5px;font-size:1.26rem;line-height:1.75}.faq-icon{width:22px;height:22px}.faq-icon i{font-size:1.5rem}.stats-counter{padding:2.4rem 4%}.stats-container{grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.3rem}.stat-icon{margin-bottom:.9rem;font-size:2.4rem}.stat-number{margin-bottom:.32rem;font-size:2.6rem}.stat-label{font-size:1.28rem}.how-it-works{padding:2.8rem 4%}.how-it-works .section-title{margin-bottom:2.8rem}.steps-container{gap:1.8rem}.step-number{width:74px;height:74px;margin-bottom:1rem;font-size:2.3rem}.step-icon{font-size:2.3rem}.step-content h3{margin-bottom:.72rem;font-size:1.48rem}.step-content p{font-size:1.24rem;line-height:1.65}.testimonials{padding:2.8rem 4%}.testimonials .section-title{margin-bottom:2.8rem}.testimonials-grid{gap:1.3rem}.testimonial-card{border-radius:15px;padding:1.7rem}.testimonial-card:before{font-size:2.6rem;top:1.3rem;right:1.8rem}.testimonial-header{gap:.95rem;margin-bottom:1.3rem}.testimonial-avatar{border-width:2px;width:48px;height:48px}.testimonial-info h4{margin-bottom:.16rem;font-size:1.52rem}.testimonial-location{font-size:1.16rem}.testimonial-rating{gap:.2rem;margin-bottom:.95rem}.testimonial-rating i{font-size:1.2rem}.testimonial-text{font-size:1.28rem;line-height:1.75}.testimonial-date{margin-top:.95rem;font-size:1.06rem}.testimonial-gallery{margin-top:3.1rem;padding:1.4rem 0}.testimonial-gallery h3{margin-bottom:2.1rem;font-size:1.9rem}.gallery-track{gap:1.4rem}.gallery-item{border-radius:13px;width:180px;height:130px}.gallery-overlay{padding:1.4rem}.gallery-overlay h4{margin-bottom:.32rem;font-size:1.3rem}.gallery-overlay p{font-size:1.06rem}.blog-preview{padding:2.8rem 4%}.blog-preview .section-title{margin-bottom:2.8rem}.blog-grid{gap:1.3rem}.blog-card{border-radius:15px}.blog-thumbnail{height:140px}.blog-category{padding:.36rem .9rem;font-size:1.06rem;top:.95rem;left:.95rem}.blog-content{padding:1.6rem}.blog-meta{gap:.95rem;margin-bottom:.95rem;font-size:1.16rem}.blog-title{margin-bottom:.72rem;font-size:1.55rem;line-height:1.38}.blog-excerpt{margin-bottom:1.4rem;font-size:1.26rem;line-height:1.7}.blog-read-more{gap:.5rem;font-size:1.24rem}.blog-read-more:hover{gap:.8rem}.blog-cta{margin-top:3.1rem}.blog-cta .btn{padding:.9rem 2.4rem;font-size:1.32rem}.blog-filter{padding:1.3rem 4%;top:70px}.filter-container{gap:1rem}.filter-btn{padding:.72rem 1.25rem;font-size:1.22rem}.share-section span{font-size:1.3rem}.share-buttons{gap:.75rem}.share-btn{width:32px;height:32px;font-size:1.35rem}.pagination{gap:.6rem;margin-top:2.8rem}.pagination-btn{width:34px;height:34px;font-size:1.28rem}.footer-content{gap:1.3rem}.footer-section h3{margin-bottom:.72rem;font-size:1.45rem}.footer-section p,.footer-section a{font-size:1.22rem;line-height:1.85}.footer-social{gap:.72rem;margin-top:.72rem}.footer-social a{width:30px;height:30px;font-size:1.4rem}.footer-bottom{padding-top:1.4rem;font-size:1.18rem}.whatsapp-float{width:46px;height:46px;font-size:2.3rem;bottom:13px;right:13px}section{padding:2.1rem 4%}footer{padding:1.6rem 4%}}.destinations-grid{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;touch-action:none;-ms-overflow-style:none;scrollbar-width:none;grid-auto-columns:minmax(240px,320px);grid-auto-flow:column;gap:1.5rem;padding:.5rem 0 1.5rem;display:grid;overflow-x:auto}.destinations-grid::-webkit-scrollbar{display:none}.destination-card{scroll-snap-align:start;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;flex-shrink:0}.destinations-grid.is-dragging .destination-card{cursor:grabbing}@media (min-width:1200px){.destinations-grid{grid-auto-columns:minmax(260px,28vw)}}@media (max-width:900px){.destinations-grid{grid-auto-columns:minmax(220px,70vw);gap:1.2rem}}@media (max-width:640px){.destinations-grid{grid-auto-columns:minmax(200px,82vw)}}.booking-modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.booking-modal{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;padding:3rem;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:#333;background:#e0e0e0}.booking-modal h2{color:var(--dark);margin-bottom:2rem;padding-right:3rem;font-size:2.2rem}.booking-summary{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.booking-summary p{color:#555;margin:.5rem 0;font-size:1.4rem}.booking-summary p i{width:20px;color:var(--primary-orange);margin-right:8px}.booking-summary .booking-total{color:var(--dark);border-top:1px solid #ddd;margin-top:1rem;padding-top:1rem;font-size:1.6rem}.booking-error{color:#c62828;background:#fff5f5;border:1px solid #ffcdd2;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:1.4rem}.booking-error i{margin-right:8px}.booking-modal-form .form-group{margin-bottom:1.5rem}.booking-modal-form label{color:var(--dark);margin-bottom:.5rem;font-size:1.4rem;font-weight:500;display:block}.booking-modal-form label i{color:var(--primary-orange);margin-right:8px}.booking-modal-form input,.booking-modal-form textarea{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:1.2rem 1.5rem;font-size:1.4rem;transition:border-color .3s}.booking-modal-form input:focus,.booking-modal-form textarea:focus{border-color:var(--primary-orange);outline:none}.booking-modal-form input:disabled,.booking-modal-form textarea:disabled{cursor:not-allowed;background:#f5f5f5}.btn-submit-booking{background:var(--primary-orange);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:1.5rem;font-size:1.6rem;font-weight:600;transition:all .3s;display:flex}.btn-submit-booking:hover:not(:disabled){background:var(--secondary-color);transform:translateY(-2px)}.btn-submit-booking:disabled{opacity:.7;cursor:not-allowed}.btn-book-whatsapp{cursor:pointer;color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:1.4rem 2rem;font-size:1.5rem;font-weight:600;transition:all .3s;display:flex}.btn-book-whatsapp:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px)}.booking-success-modal{text-align:left}.booking-success-modal .success-icon{background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 10px 24px #4caf502e}.booking-success-modal .success-icon i{color:#4caf50;font-size:4rem}.booking-success-modal .success-header{text-align:center;margin-bottom:2rem}.booking-success-modal h2{text-align:center;margin-bottom:.5rem;padding-right:0}.booking-success-modal .success-header p{color:#6b7280;margin:0;font-size:1.45rem}.booking-details{background:0 0;border-radius:0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.75rem;padding:0;display:grid}.booking-details .detail-row{background:#f9fafb;border:1px solid #eef0f3;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.4rem;padding:1.1rem 1.2rem;display:flex}.booking-details .detail-row:last-child{border-bottom:none}.booking-details .label{color:#8a8a8a;text-transform:uppercase;letter-spacing:.06em;font-size:1.1rem}.booking-details .value{color:#1f2937;font-size:1.7rem;font-weight:700}.booking-details .claim-token{color:#b45309;background:#fff0e1;border:1px solid #ffd2ad;border-radius:8px;padding:.45rem .9rem;font-family:monospace}.success-info{text-align:left;background:#f0f7ff;border:1px solid #d6e7ff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.success-info-title{color:#1e63c6;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.4rem;font-weight:700;display:flex}.success-info ul{margin:0;padding:0;list-style:none}.success-info li{color:#555;padding:.5rem 0 .5rem 1.5rem;font-size:1.3rem;position:relative}.success-info li:before{content:">";color:#1e63c6;position:absolute;left:0}.success-actions{flex-direction:column;gap:.75rem;display:flex}.btn-whatsapp-again{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#1fbf5a 60%,#17a84c 100%);border:2px solid #159a4673;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:1.65rem;font-size:1.75rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 12px 28px #25d36659}.btn-whatsapp-again:hover{filter:brightness(.98);transform:translateY(-2px);box-shadow:0 14px 32px #25d3666b}.btn-whatsapp-again:focus-visible{outline-offset:3px;outline:3px solid #25d36659}.btn-close-success{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:1.5rem;font-size:1.6rem;font-weight:600;transition:all .3s;display:flex}.btn-close-success:hover{background:#43a047}@media (max-width:600px){.booking-modal{border-radius:16px;margin:1rem;padding:2rem}.booking-modal h2{font-size:1.8rem}.booking-details .detail-row{flex-direction:column;align-items:flex-start;gap:.5rem}}
.loading-container,.error-container{flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:4rem 2rem;display:flex}.spinner{border:4px solid #f3f3f3;border-top-color:#ff7800;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container i{color:#ff7800;margin-bottom:1rem;font-size:4rem}.error-container h2{margin-bottom:.5rem}.error-container p{color:#666;margin-bottom:1.5rem}.btn-primary{color:#fff;background:#ff7800;border-radius:8px;padding:.75rem 2rem;text-decoration:none;transition:background .3s}.btn-primary:hover{background:#e66d00}.breadcrumb-section{background:var(--light);padding:2.5rem 0}.breadcrumb{flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:1.5rem;display:flex}.breadcrumb a{color:var(--gray);align-items:center;gap:.8rem;text-decoration:none;transition:color .3s;display:flex}.breadcrumb a:hover{color:var(--primary-orange)}.breadcrumb i.fa-chevron-right{color:#bbb;font-size:1.2rem}.breadcrumb span{color:var(--dark);font-weight:700}.tour-hero{border-radius:20px;width:100%;height:500px;position:relative;overflow:hidden}.tour-hero-image{border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}.tour-hero-image img{object-fit:cover;border-radius:20px;width:100%;height:100%}.tour-badge-overlay{position:absolute;top:2rem;right:2rem}.badge-large{color:#fff;background:#ff7800;border-radius:50px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;box-shadow:0 4px 15px #ff78004d}.tour-info-section{padding:3rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.tour-content-grid{grid-template-columns:1fr 400px;gap:3rem;display:grid}.tour-main-content{width:100%}.tour-header{background:linear-gradient(135deg,var(--light-orange,#fff1e6),var(--light,#fff));border-radius:16px;margin-bottom:2rem;padding:2rem 2.5rem}.tour-header h1{color:#333;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.tour-meta{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.rating-large{align-items:center;gap:.5rem;font-size:1.1rem;display:flex}.rating-large i{color:gold}.rating-large .reviews-count{color:#666}.tour-location{color:#666;align-items:center;gap:.5rem;display:flex}.tour-location i{color:#ff7800}.quick-info-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:3rem;display:grid}.info-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.info-card:hover{border-color:#ff7800;box-shadow:0 4px 12px #ff78001a}.info-card i{color:#ff7800;font-size:1.75rem}.info-label{color:#666;margin-bottom:.25rem;font-size:.875rem;display:block}.info-value{color:#333;font-size:1rem;font-weight:600;display:block}.tour-section{margin-bottom:3rem}.tour-section h2{color:#333;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.75rem;display:flex}.tour-section h2 i{color:#ff7800;font-size:1.5rem}.tour-section p{color:#555;font-size:1rem;line-height:1.8}.included-list,.bring-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:0;list-style:none;display:grid}.included-list li,.bring-list li{background:#f8f9fa;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.included-list i{color:#28a745;font-size:1.25rem}.bring-list i{color:#ff7800;font-size:1.25rem}.meeting-point-card{background:linear-gradient(135deg,#fff5ec 0%,#ffe9d6 100%);border-left:4px solid #ff7800;border-radius:12px;padding:1.5rem}.meeting-info h3{color:#333;margin-bottom:.75rem}.meeting-info p{color:#555;margin-bottom:1rem}.meeting-note{color:#ff7800;background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;display:flex}.tour-dates-container{flex-direction:column;gap:.75rem;display:flex}.date-chip{color:#333;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.85rem 1.25rem;font-weight:500;transition:all .3s;display:flex}.date-chip:hover{background:#fff5ec;border-color:#ff7800}.date-chip.active{background:#fff5ec;border-color:#ff7800;box-shadow:0 4px 10px #ff780026}.date-chip.disabled{opacity:.5;background:#f5f5f5}.date-chip i{color:#ff7800}.date-chip-main{flex-direction:column;gap:.3rem;min-width:0;display:flex}.date-chip-title{align-items:center;gap:.6rem;font-weight:600;display:inline-flex}.date-chip-times{flex-wrap:wrap;gap:.5rem;display:flex}.date-chip-meta{color:#ff7800;background:#fff0e6;border-radius:999px;padding:.2rem .7rem;font-size:.85rem;font-weight:600}.date-chip.disabled .date-chip-meta{color:#999;background:#efefef}.date-time-chip{color:#333;background:#fff;border:2px solid #e0e0e0;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.date-time-chip:hover{background:#fff5ec;border-color:#ff7800}.date-time-chip.active{background:#fff5ec;border-color:#ff7800;box-shadow:0 4px 10px #ff780026}.date-time-chip:disabled,.date-time-chip.disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.date-time-chip i{color:#ff7800}.no-dates{color:#666;font-style:italic}.booking-date-list,.booking-time-list{flex-direction:column;gap:.75rem;display:flex}.booking-time-list.disabled{opacity:.6}.time-chip{color:#333;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:.5rem;width:100%;padding:.7rem 1rem;font-weight:500;transition:all .3s;display:flex}.time-chip:hover{background:#fff5ec;border-color:#ff7800}.time-chip.active{background:#fff5ec;border-color:#ff7800;box-shadow:0 4px 10px #ff780026}.time-chip:disabled,.time-chip.disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.time-chip i{color:#ff7800}.tour-sidebar{position:relative}#tourDetailContent .booking-card{border:none;padding:0}.booking-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.booking-card.sticky{position:sticky;top:100px}.booking-header{color:#fff;background:linear-gradient(135deg,#ff7800 0%,#ff9a3d 100%);padding:2rem}.price-info{flex-direction:column;display:flex}.price-label{opacity:.9;margin-bottom:.25rem;font-size:.875rem}.tour-price{font-size:2rem;font-weight:700}.tour-price.pay-as-wish{font-size:1.5rem}.booking-form{padding:2rem}.booking-form h3{color:#333;margin-bottom:1.5rem;font-size:1.25rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-group label i{color:#ff7800;margin-right:.25rem}.form-control{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;transition:all .3s}.form-control:focus{border-color:#ff7800;outline:none;box-shadow:0 0 0 3px #ff78001a}.form-control:disabled{cursor:not-allowed;background:#f5f5f5}.guest-selector{align-items:center;gap:1rem;display:flex}.guest-btn{color:#ff7800;cursor:pointer;background:#fff;border:2px solid #ff7800;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.guest-btn:hover{color:#fff;background:#ff7800}.guest-selector input{text-align:center;flex:1;font-size:1.125rem;font-weight:600}.btn-book-now{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.btn-book-now:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.booking-note{color:#666;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.booking-note i{color:#ff7800}.contact-card{background:#f8f9fa;border-top:1px solid #e0e0e0;padding:1.5rem}.contact-card h4{color:#333;margin-bottom:.5rem}.contact-card p{color:#666;margin-bottom:1rem;font-size:.875rem}.btn-contact{color:#ff7800;background:#fff;border:2px solid #ff7800;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.btn-contact:hover{color:#fff;background:#ff7800}.related-tours{background:#f8f9fa;padding:4rem 0}.related-tours .container>h2{text-align:center;color:#333;margin-bottom:2rem;font-size:2rem}.related-tours .city-grid{grid-template-columns:repeat(auto-fit,minmax(250px,340px));justify-content:center;gap:10px;max-width:1400px;margin:0 auto;display:grid}.related-tours .city-grid a h2{color:var(--primary-orange,#ff7800);border:1px solid var(--primary-orange,#ff7800);text-transform:uppercase;white-space:nowrap;letter-spacing:.5px;border-radius:8px;margin:0;padding:5px 8px;font-size:1.2rem;font-weight:600;display:inline-block}@media (max-width:1024px){.tour-content-grid{grid-template-columns:1fr}.booking-card.sticky{position:static}.tour-sidebar{order:-1}}@media (max-width:768px){.tour-hero{height:300px}.tour-header h1{font-size:1.75rem}.quick-info-cards{grid-template-columns:1fr}.tour-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.included-list,.bring-list{grid-template-columns:1fr}.booking-header,.booking-form{padding:1.5rem}.tour-price{font-size:1.5rem}}@media (max-width:480px){.breadcrumb{margin-top:70px}.tour-section h2{font-size:1.5rem}.badge-large{padding:.5rem 1rem;font-size:.875rem}}
