@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Pacifico&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#e7f0ff}::-webkit-scrollbar-thumb{background:linear-gradient(100deg,#4bb5b9,#e6b5fb);border-radius:10px}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999}.page-content.hidden{display:none}*{padding:0;box-sizing:border-box;margin:0}.site-header{background:#e7f0ff;display:flex;align-items:center;width:100%}.navbar-section{width:95%;margin:auto;padding-top:10px}.logo-container{background-color:#e3ebff;padding:1rem 3.1rem;width:23%;height:100px;border:1px dotted #4392F1;border-bottom-right-radius:50px;border-top-right-radius:50px;z-index:10}.logo{display:flex;align-items:center;font-size:1.4rem;font-weight:400;font-family:cursive;color:#343131}.logo-icon{height:50px;margin-right:30px}.navbar{flex-grow:1;background:#e3ebff;padding:1rem 3rem 1rem 2rem;border-radius:70px;border:1px dotted #4392F1;margin-left:-30px}.navbar-container{display:flex;justify-content:space-between;align-items:center}.nav-menu{list-style:none;display:flex;align-items:center;margin:0;gap:30px;padding:0}.nav-item{margin:0 1rem;position:relative}.nav-link{text-decoration:none;color:#343333;font-size:16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:600;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:#4caf50}.arrow-svg{width:10px;height:10px;margin-left:6px;fill:currentColor;transition:transform .3s ease}.nav-item.dropdown:hover .arrow-svg{transform:rotate(180deg)}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;width:180px;box-shadow:0 8px 16px #0003;z-index:8;border-radius:8px;padding:.8rem 0}.dropdown-content a{color:#555;padding:8px 13px;display:block;text-decoration:none;font-size:16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:600;transition:color .3s ease,transform .3s ease}.dropdown-content a:hover{color:#f59e0b;transform:translate(8px)}.nav-item.dropdown:hover .dropdown-content{display:block}.navbar-right{display:flex;align-items:center}.destination-btn{background-color:#384a90;color:#fff;border:none;padding:.3rem 1rem;border-radius:50px;cursor:pointer;font-weight:600;margin-right:1rem;transition:background-color .3s;display:flex;align-items:center;font-size:13px}.destination-btn-link{color:#fff;text-decoration:none}.destination-icon-wrapper{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;width:30px;height:30px;margin-left:1rem}.destination-arrow-svg{width:20px;height:20px;color:#30343f;transition:transform .3s ease}.destination-btn:hover .destination-arrow-svg{transform:rotate(-45deg)}.hamburger-menu{display:none}.mobile-menu{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.mobile-menu.open{max-height:500px;opacity:1}.mobile-menu-overlay{position:fixed;top:0;left:0;width:80%;height:100%;background-color:#00000080;z-index:100;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-dropdown-toggle{background:none;border:none;width:100%;text-align:left;padding:5px 0;display:flex;justify-content:space-between;font-size:14px;font-weight:500;cursor:pointer}.mobile-submenu{padding-top:5px;padding-left:35px;display:flex;flex-direction:column}.mobile-submenu>li{padding:5px 0;font-size:.8rem}.mobile-submenu>li>Link{text-decoration:none;color:#333}.mobile-nav-menu{position:fixed;top:0;left:0;width:260px;height:100%;background-color:#e7f0ff;box-shadow:2px 0 5px #0000001a;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:101;padding:1.5rem;display:flex;flex-direction:column}.mobile-nav-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.close-menu-btn{background:#fff;border:1px solid fff;color:#000;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-nav-links{list-style:none;padding:0;margin:0}.mobile-nav-links li{margin-bottom:1rem}.mobile-nav-links a{text-decoration:none;color:#333;font-size:1rem;font-weight:500;display:flex;justify-content:space-between;align-items:center}.mobile-nav-links .arrow-svg{transform:rotate(-90deg)}.mobile-destination-btn{background-color:#384a90;color:#fff;border:none;padding:.8rem 1.2rem;border-radius:50px;gap:10px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:space-between;font-size:1rem;margin-top:2rem;text-decoration:none;transition:all .3s ease}.mobile-destination-icon-wrapper{background-color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.destination-arrow-svg{transition:transform .3s ease}.mobile-destination-btn:hover .destination-arrow-svg{transform:rotate(-40deg)}.follow-us{margin-top:auto}.follow-us h4{font-size:1.1rem;margin-bottom:1rem}.social-icons{display:flex}.social-icons-navbar a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#384a90;margin-right:.5rem;color:#fff;text-decoration:none;font-style:normal}@media screen and (max-width: 768px){.nav-menu,.navbar-right{display:none}.hamburger-menu{display:block;background:#384a90;border-radius:15px;color:#fff;padding:.5rem;margin-right:1rem}.navbar{padding:0;margin-left:0;border:none;background:transparent}.site-header{justify-content:space-between;padding:0 1rem}.logo-container{width:auto;padding:1rem;border-radius:0;background:transparent}.logo-container span{font-weight:700;font-family:Arial,Helvetica,sans-serif}.nav-item.dropdown .dropdown-content.open{display:block;position:relative;box-shadow:none;background:transparent;padding:0}}.card-swap-container{position:absolute;bottom:0;right:0;transform:translate(5%,60%);transform-origin:bottom right;perspective:1000px;overflow:visible}.card{position:absolute;top:50%;left:-30%;border-radius:12px;border:1px solid #fff;background:#000;transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (max-width: 768px){.card-swap-container{transform:scale(.75) translate(25%,25%)}}@media (max-width: 480px){.card-swap-container{transform:scale(.55) translate(10%,25%)}}:root{--primary-color: #4CAF50;--secondary-color: #e8f5e9;--text-dark: #333;--text-light: #555;--bg-light: #f9f9f9;--white: #fff}.hero-section{position:relative;padding:9rem 6% 8rem;overflow:hidden;background:#e7f0ff;height:80vh;width:100%;display:flex;flex-direction:column;justify-content:center}.hero-content-grid{display:grid;grid-template-columns:4.5fr 5fr;align-items:center;padding-left:120px;margin-bottom:40px;position:relative;z-index:2}.hero-text-content{width:100%;margin-bottom:70px}.hero-welcome-text{color:#4392f1;font-family:cursive;font-weight:600;font-size:1.3rem;margin-bottom:1rem}.hero-headline{font-size:3rem;font-weight:500;line-height:1.2;color:var(--text-dark)}.hero-headline img{height:60px;vertical-align:middle;border-radius:30px}.hero-subheading{font-size:1rem;color:var(--text-light);margin:1.5rem 0 2rem}.hero-buttons{display:flex;gap:1rem}.btn{padding:.8rem 1.8rem;border-radius:50px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-explore{background-color:var(--primary-color);color:var(--white)}.btn-explore:hover{background-color:#388e3c;transform:translateY(-2px)}.btn-popular{background-color:var(--white);color:var(--text-dark);display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #0000000d;padding:.8rem 1.8rem}.btn-popular:hover{color:var(--primary-color)}.btn-popular .play-icon{width:30px;height:30px;border-radius:50%;background-color:var(--white);display:grid;place-items:center;color:var(--primary-color);box-shadow:0 4px 10px #0000001a}.hero-image-content{position:relative;width:100%}.hero-main-image{height:35em;bottom:20px;position:relative;left:-5%}.svg-shape-wrapper{position:absolute;bottom:10%;left:0;display:flex;width:200%;height:250px;overflow:hidden}.wave{flex-shrink:0;width:100%;height:100%;animation:waveScroll 4s linear infinite}@keyframes waveScroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.hero-search-bar{position:relative;margin-top:-195px;width:40%;left:130px;max-width:1100px;background-color:var(--white);border-radius:20px;padding:1rem;box-shadow:0 20px 40px #0000001a;display:flex;justify-content:space-between;align-items:center;z-index:4}.search-field{display:flex;align-items:center;gap:.75rem;flex-grow:1;padding:.5rem 1.5rem;border-right:1px solid #eee}.search-field:last-of-type{border-right:none}.search-field-icon{color:#dc493a}.search-field-content{display:flex;flex-direction:column}.search-field label{font-size:.8rem;color:var(--text-light);font-weight:500}.search-field select{border:none;position:relative;z-index:1000;background:transparent;font-size:1rem;font-weight:600;color:var(--text-dark);padding-right:2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23555' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.search-field select:focus{outline:none}.search-field select option{padding:.5rem;font-size:.95rem;color:var(--text-dark);background-color:var(--white)}.search-button{background-color:#b8a0cb;color:var(--white);border:none;padding:.8rem 1.8rem;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;transition:background-color .3s}.search-button:hover{background-color:#388e3c}.custom-dropdown{position:relative;font-family:inherit}.dropdown-toggle{border:none;background:transparent;font-weight:600;font-size:1rem;color:var(--text-dark);cursor:pointer;display:flex;align-items:center;gap:.4rem}.dropdown-menu{position:absolute;top:120%;left:0;background:#fff;border-radius:8px;box-shadow:0 6px 18px #0000001a;overflow:hidden;max-height:0;opacity:0;transform:translateY(-10px);transition:all .25s ease}.dropdown-menu.show{max-height:550px;opacity:1;z-index:1;transform:translateY(0)}.dropdown-menu div{padding:.6rem 1rem;cursor:pointer}.dropdown-menu div:hover{background:#f5f5f5}@media (max-width: 1024px){.hero-section{padding:6rem 4%;height:auto}.hero-content-grid{grid-template-columns:1fr 1fr;padding-left:60px;margin-bottom:10px}.hero-headline{font-size:2.2rem}.hero-main-image{height:28em;left:0}.hero-search-bar{width:90%;margin-top:-50px;padding:.8rem 1.2rem}}@media (max-width: 768px){.hero-section{padding:5rem 5%;height:auto}.hero-content-grid{grid-template-columns:1fr;padding-left:0;text-align:center}.hero-text-content{margin-bottom:1rem}.hero-headline{font-size:2rem}.hero-main-image{height:22em;left:0;display:block}.hero-buttons{justify-content:center;flex-wrap:wrap}.hero-search-container{background-color:#e7f0ff}.hero-search-bar{flex-direction:column;gap:1rem;left:20px;top:-10px}.search-field{border:none;padding:.5rem 1rem;width:100%}.search-button{width:100%;justify-content:center}}@media (max-width: 480px){.hero-section{padding:4rem 1rem}.hero-headline{font-size:1.6rem;line-height:1.3}.hero-subheading{font-size:.9rem}.hero-main-image{height:18em}.btn{padding:.6rem 1.4rem;font-size:.9rem}.hero-search-bar{bottom:140px;padding:1rem;border-radius:14px}.search-field label{font-size:.7rem}.search-field select{font-size:1rem}}.destinations-section{width:100%;padding:60px 0;background-color:#e7f0ff;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;overflow:hidden}.destinations-header{text-align:center;margin-bottom:80px}.popular-destinations{color:#f97316;font-weight:600;font-size:1rem;margin-bottom:10px;font-family:cursive}.destinations-header h2{font-size:2.5rem;color:#1e293b;font-weight:700;line-height:1.3}.destinations-header .highlight{color:#fff;background:#4392f1;border-radius:15px;padding:5px}.destinations-slider{display:flex;gap:30px;padding:20px 10px;overflow-x:scroll;cursor:grab;-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-user-select:none;user-select:none;width:100%}.destinations-slider::-webkit-scrollbar{display:none}.destinations-slider.dragging{cursor:grabbing;scroll-behavior:auto}.destination-card{position:relative;min-width:290px;height:400px;border-radius:43%;overflow:hidden;transition:transform .3s ease-in-out}.destination-card:hover{transform:translateY(-10px) scale(1.03)}.destination-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.destination-card:hover .destination-image{transform:scale(1.1)}.destination-info{position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:85%;height:38%;border-bottom-right-radius:100em;border-bottom-left-radius:100em;padding:27px 20px;text-align:center;box-shadow:0 5px 15px #0000001a}.tours-count{background-color:#1d9145;color:#fff;padding:9px 15px;border-radius:15px;font-size:.8rem;font-weight:600;box-shadow:2px 5px 19px #95e6b2}.country-name{background:#4392f1;font-size:1.1rem;font-weight:600;color:#fff;border-radius:20px;padding:6px;margin-top:16px}@media (max-width: 1024px){.destinations-header h2{font-size:2rem}.destination-card{min-width:200px;height:260px}.destination-info{height:40%;padding:20px 15px}.country-name{font-size:1rem}}@media (max-width: 768px){.destinations-section{padding:40px 0}.destinations-header{margin-bottom:50px;padding:0 15px}.destinations-header h2{font-size:1.8rem;line-height:1.2}.popular-destinations{font-size:.9rem}.destinations-slider{gap:20px;padding:15px 10px}.destination-card{min-width:180px;height:230px;border-radius:35%}.destination-info{height:42%;padding:18px 12px}.tours-count{font-size:.75rem;padding:7px 12px}.country-name{margin-top:20px;font-size:.95rem}}@media (max-width: 480px){.destinations-section{padding:30px 0}.destinations-header{margin-bottom:40px;padding:0 10px}.destinations-header h2{font-size:1.5rem}.popular-destinations{font-size:.8rem}.destinations-slider{gap:15px;padding:10px}.destination-card{min-width:160px;height:200px;border-radius:30%}.highlight{font-size:1.1rem}.destination-info{height:45%;padding:15px 10px}.tours-count{font-size:.7rem;padding:6px 10px}.country-name{margin-top:15px;font-size:.85rem}}.home-aboutus-section{width:100%;padding:20px;background-color:#e7f0ff;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.home-aboutus-container{max-width:1100px;margin:0 auto;display:flex;align-items:center}.home-aboutus-left{flex:1;position:relative;z-index:1}.home-aboutus-image-wrapper{position:relative;width:100%;max-width:500px;height:550px}.home-aboutus-image-main{width:80%;height:450px;margin-top:50px;object-fit:cover;border-radius:130px;box-shadow:0 20px 40px #0000001a}.home-aboutus-image-secondary{position:absolute;top:-25px;left:-80px;width:250px;height:250px;object-fit:cover;border-radius:50%;box-shadow:0 15px 30px #00000026;animation:animate-beach 1.4s ease-in-out infinite alternate}.home-aboutus-discount-badge{position:absolute;top:20px;right:40px;width:100px;height:100px;background-color:#f97316;color:#fff;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;line-height:1.1;animation:animate-float 3s ease-in-out infinite}.home-aboutus-discount-percent{font-size:2rem}.home-aboutus-discount-text{font-size:.9rem}.home-aboutus-award-box{position:absolute;bottom:30px;right:10px;background-color:#22c55e;color:#fff;padding:20px;border-radius:20px;height:130px;width:220px;display:flex;align-items:center;gap:15px;box-shadow:0 10px 20px #22c55e33}.home-aboutus-award-icon{width:40px;height:40px;flex-shrink:0}.home-aboutus-award-box p{margin:0;font-weight:500;font-size:.95rem}.home-aboutus-right{flex:1;z-index:1}.home-aboutus-subtitle{color:#4392f1;font-weight:600;margin-bottom:15px;font-family:cursive}.home-aboutus-title{font-size:2.8rem;font-weight:700;color:#1e293b;line-height:1.3;margin-bottom:20px}.home-aboutus-description{color:#475569;font-size:.9rem;line-height:1.7;margin-bottom:30px}.home-aboutus-features{display:flex;gap:30px;margin-bottom:40px}.home-aboutus-feature-item{display:flex;align-items:flex-start;gap:15px}.home-aboutus-feature-icon{width:48px;height:48px;padding:12px;border-radius:50%;background-color:#e0f2fe;color:#0ea5e9;flex-shrink:0}.home-aboutus-feature-item:last-child .home-aboutus-feature-icon{background-color:#dcfce7;color:#22c55e}.home-aboutus-feature-item h4{margin:0 0 5px;color:#1e293b;font-weight:600}.home-aboutus-feature-item p{margin:0;color:#64748b;font-size:.9rem}.home-aboutus-footer{display:flex;align-items:center;gap:30px}.home-aboutus-cta-button{background:#b8a0cb;color:#fff;border:none;padding:15px 30px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 5px 15px #22c55e4d}.home-aboutus-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #22c55e66}.home-aboutus-cta-button span{background-color:#fff;color:#22c55e;width:24px;height:24px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;font-weight:700}.home-aboutus-clients{display:flex;align-items:center;gap:10px}.home-aboutus-client-avatars{display:flex}.home-aboutus-client-avatars img{width:40px;height:40px;border-radius:50%;border:2px solid white;margin-left:-15px}.home-aboutus-client-avatars img:first-child{margin-left:0}.home-aboutus-clients p{margin:0;font-weight:500;color:#334155}@keyframes animate-pool{0%{transform:translate(-15px)}to{transform:translate(5px)}}@keyframes animate-beach{0%{transform:translateY(10px)}to{transform:translateY(-4px)}}@keyframes animate-float{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-15px) rotate(5deg)}}@media (max-width: 768px){.home-aboutus-container{padding-top:30px;flex-direction:column;text-align:center}.home-aboutus-left,.home-aboutus-right{width:100%}.home-aboutus-image-wrapper{margin:0 auto}.home-aboutus-features{flex-direction:column;gap:20px;align-items:center}.home-aboutus-footer{flex-direction:column;gap:20px}}@media (max-width: 1024px){.home-aboutus-image-wrapper{max-width:400px;height:450px}.home-aboutus-image-main{height:380px;border-radius:90px}}.top-picks-container{background:#e7f0ff;padding-top:60px}.top-picks-section{width:99%;margin:auto;border-radius:50px;padding:60px 20px;background-color:#0b2056;font-family:Poppins,sans-serif;color:#f9fafb;position:relative}.top-picks-header{text-align:center;margin-bottom:50px}.top-picks-subtitle{color:#54d2ff;font-weight:600;margin-bottom:10px}.top-picks-title{font-size:2.5rem;font-weight:700;color:#fff}.top-picks-carousel-wrapper{max-width:1400px;margin:0 auto;position:relative}.top-picks-carousel{overflow:hidden}.top-picks-track{display:flex;transition:transform .5s ease-in-out}.top-picks-card{flex:0 0 calc(25% - 20px);margin:0 10px;background-color:#fffcfc;border:1px solid #374151;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.top-picks-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003}.top-picks-card-image-container{position:relative;height:270px;padding:5px}.top-picks-card-image{width:100%;height:100%;border-radius:10px;object-fit:cover}.top-picks-card-duration{position:absolute;bottom:15px;right:15px;background-color:#111827b3;color:#fff;padding:5px 12px;border-radius:20px;font-size:.8rem}.top-picks-card-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.top-picks-card-title{font-size:1.25rem;font-weight:600;color:#1e1e1e;margin:0 0 5px;min-height:50px}.top-picks-card-location{font-size:.9rem;color:#1e1e1e;display:flex;align-items:center;gap:5px;margin-bottom:10px}.top-picks-card-description{font-size:.9rem;color:#1e1e1e;line-height:1.6;flex-grow:1;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.top-picks-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #374151;padding-top:15px}.top-picks-card-price{font-size:1.5rem;font-weight:700;color:#2b2929}.top-picks-card-price .original-price{font-size:1rem;text-decoration:line-through;color:#1e1e1e;margin-right:8px}.top-picks-card-book-btn{background-color:#b8a0cb;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:5px;transition:background-color .3s ease}.top-picks-card-book-btn:hover{background-color:#0ea5e9}.top-picks-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#374151;color:#fff;border:none;border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease;z-index:10}.top-picks-arrow:hover{background-color:#4b5563}.top-picks-arrow:disabled{opacity:.5;cursor:not-allowed}.top-picks-arrow.left{left:-22px}.top-picks-arrow.right{right:-22px}.top-picks-dots{text-align:center;margin-top:40px}.top-picks-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#4b5563;margin:0 5px}.top-picks-dot.active{background-color:#22c55e}@media (max-width: 1200px){.top-picks-card{flex-basis:calc(33.333% - 20px)}}@media (max-width: 992px){.top-picks-card{flex-basis:calc(50% - 20px)}}@media (max-width: 768px){.top-picks-card{flex-basis:calc(100% - 20px)}}.home-popular-section{width:100%;padding:80px 0;background-color:#fff;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.home-popular-container{max-width:1300px;margin:0 auto;position:relative;z-index:2}.home-popular-header{text-align:center;margin-bottom:60px}.home-popular-subtitle{color:#f97316;font-weight:600;margin-bottom:10px}.home-popular-title{font-size:2.5rem;font-weight:700;color:#1e293b}.home-popular-main-content{display:flex;align-items:center}.home-popular-left{flex:1.2}.home-popular-features-grid{margin-left:50px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.home-popular-feature-card{background-color:#a1cab0;border:2px solid #e5e7eb;border-radius:12px;padding:30px;display:flex;align-items:center;height:120px;width:17em;gap:25px;transition:all .3s ease}.home-popular-feature-card:hover .home-popular-feature-icon{transform:translateY(-5px);background-color:#f97316}.home-popular-feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#374151;border-radius:20px;transition:all .3s ease}.home-popular-feature-icon svg{width:24px;height:24px;stroke-width:1.5;fill:none;stroke:currentColor}.home-popular-feature-card span{font-weight:500;color:#334155}.home-popular-right{flex:1}.home-popular-image-stack{position:relative;height:450px}.home-popular-image-stack img{border-radius:20px;position:absolute;box-shadow:0 15px 30px #0000001a}.home-popular-image-top{width:60%;height:500px;object-fit:fill;top:0;left:-50px;z-index:2}.home-popular-image-bottom{width:45%;height:300px;object-fit:fill;bottom:3em;right:0;z-index:3}.home-popular-destinations-badge{position:absolute;bottom:-20px;left:150px;background-color:#f97316;color:#fff;text-align:center;padding-top:25px;border-radius:16px;z-index:4;width:250px;height:20vh}.home-popular-destinations-badge h4{font-size:1.3rem;font-weight:400;padding-bottom:10px}.home-popular-flags{display:flex;align-items:center;padding-top:20px;padding-left:50px}.home-popular-flags img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid white;margin-left:-30px}.home-popular-flags img:first-child{margin-left:0}.home-popular-offers-grid{margin-top:12em;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.home-popular-offer-card{background-color:#55b465;color:#fff;border-radius:20px;padding:30px;display:flex;align-items:center;position:relative;min-height:200px}.home-popular-offer-card img{position:absolute;bottom:0;right:60px;height:130%;width:auto;z-index:1}.home-popular-offer-content{position:relative;z-index:2;max-width:250px}.offer-tag{display:inline-block;position:relative;background-color:#f97316;color:#fff;padding:6px 16px;font-weight:600;font-size:.95rem;z-index:1}.offer-tag:before{content:"";position:absolute;inset:0;background-color:#f97316;z-index:-1;transform:skew(-15deg);border-radius:4px}.home-popular-offer-card h3{font-size:1.4rem;font-weight:700;margin:10px 0 20px;line-height:1.3}.home-popular-offer-card button{background-color:#fff;color:#000;border:none;padding:10px 18px;border-radius:50px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}.home-popular-offer-card button:hover{background-color:#f0f0f0;transform:translateY(-2px)}@media (max-width: 768px){.home-popular-section{padding:40px 20px}.home-popular-header{margin-bottom:30px}.home-popular-title{font-size:1.6rem;line-height:1.4}.home-popular-main-content{flex-direction:column;gap:30px;text-align:center}.home-popular-left{margin-bottom:30px}.home-popular-features-grid{margin-left:0;grid-template-columns:1fr;gap:15px;justify-items:center}.home-popular-feature-card{width:100%;max-width:320px;height:auto;padding:20px}.home-popular-right{width:100%}.home-popular-image-stack{height:auto;display:flex;flex-direction:column;align-items:center;gap:20px}.home-popular-image-stack img{position:static;width:100%;height:auto}.home-popular-destinations-badge{position:static;margin:20px auto 0;width:100%;height:auto;padding:20px;text-align:center}.home-popular-flags{justify-content:center;padding-left:0;gap:10px}.home-popular-offers-grid{grid-template-columns:1fr;margin-top:40px}.home-popular-offer-card{min-height:auto;padding:20px;flex-direction:column;align-items:flex-start;gap:15px}.home-popular-offer-card img{position:static;height:auto;width:100%;margin-top:10px}.home-popular-offer-content{max-width:100%}}.discovery-section{padding-top:120px;width:100%;background:#e7f0ff;font-family:Poppins,sans-serif}.discovery-container{display:flex;gap:10px;margin-left:10px;align-items:center}.discovery-left{position:relative;height:500px;border-radius:30px;width:65%}.discovery-left-heading{font-size:3rem;padding-left:60px}.discovery-left-heading1{color:#0ea5e9}.discovery-left-sub{max-width:600px;padding-left:60px;padding-top:30px;font-size:1.1rem}.discovery-background-image{width:100%;height:100%;object-fit:cover;border-radius:20px}.discovery-stats-box{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:90%;background-color:#fff;border-radius:16px;box-shadow:0 20px 50px #0000001a;padding:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}.discovery-stat-item{border-right:1px solid #e5e7eb}.discovery-stat-item:last-child{border-right:none}.discovery-stat-number{font-size:2.5rem;font-weight:700;color:#111827;display:block}.discovery-stat-label{color:#6b7280;margin:5px 0 15px}.discovery-stat-icon{width:48px;height:48px;margin:0 auto;background-color:#f0fdf4;color:#0ea5e9;border-radius:50%;display:flex;align-items:center;justify-content:center}.discovery-stat-icon svg{width:28px;height:28px}.discovery-right{background-color:#0b2056;color:#f9fafb;padding:25px;height:78vh;width:33%;border-radius:20px;display:flex;flex-direction:column}.discovery-subtitle{padding-left:30px;color:#0ea5e9;font-weight:600;font-family:cursive}.discovery-title{font-size:2.2rem;padding-left:30px;font-weight:400;margin:10px 0 20px;line-height:1.3}.discovery-description{color:#d1d5db;line-height:1.7;margin-bottom:25px;padding-left:30px}.discovery-details-wrapper{display:flex;gap:20px;align-items:center;margin-bottom:30px;margin-left:30px;flex-grow:1}.discovery-features-list{list-style:none;padding:0;margin:0;flex-grow:1}.discovery-features-list li{display:flex;align-items:center;gap:12px;margin-bottom:15px;font-size:.9rem;color:#e5e7eb}.discovery-features-list svg{width:24px;height:24px;color:#0ea5e9;flex-shrink:0}.discovery-adventure-image{width:180px;height:200px;object-fit:cover;border-radius:12px;flex-shrink:0}.discovery-cta-button{background-color:#b8a0cb;color:#fff;border:none;padding:10px 8px;width:150px;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;text-decoration:none;align-items:center;gap:20px;margin-top:20px;transition:all .3s ease}.discovery-cta-button:hover span{color:#fff;transform:rotate(-40deg)}@media (max-width: 768px){.discovery-section{padding:0 15px}.discovery-container{flex-direction:column;gap:30px;margin-left:0}.discovery-left{width:100%;height:auto}.discovery-left-heading{padding-top:60px;font-size:2.3rem;padding-left:40px}.discovery-left-heading1{color:#0ea5e9}.discovery-left-sub{max-width:600px;padding-left:40px;padding-top:30px;font-size:1.1rem}.discovery-background-image{height:250px;border-radius:14px}.discovery-stats-box{position:static;transform:none;width:100%;margin-top:20px;padding:20px;grid-template-columns:1fr;gap:15px}.discovery-stat-number{font-size:1.8rem}.discovery-right{width:100%;height:auto;border-radius:14px;padding:20px;text-align:center}.discovery-subtitle{padding-left:0;font-size:.95rem}.discovery-title{padding-left:0;font-size:1.6rem}.discovery-description{padding-left:0;font-size:.95rem;margin-bottom:20px}.discovery-details-wrapper{flex-direction:column;margin-left:0;gap:20px}.discovery-features-list{text-align:left}.discovery-adventure-image{width:100%;height:auto}.discovery-cta-button{width:100%;justify-content:center;margin-top:25px;padding:14px 12px;font-size:1rem}}.testimonials-section{width:100%;padding:80px 20px;background-color:#e7f0ff;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.testimonials-container{margin:0 auto}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-subtitle{padding-top:40px;color:#0ea5e9;font-family:cursive;font-weight:600;font-size:1.2rem;margin-bottom:10px}.testimonials-title{font-size:2.5rem;font-weight:700;color:#1e293b}.testimonials-content-wrapper{background-color:#e7f0ff;display:flex;align-items:center;gap:50px}.testimonials-left{flex:1;margin-left:5em}.testimonials-image-collage{position:relative;width:100%;height:450px;margin-left:220px;display:flex;justify-content:center;align-items:center}.testimonials-main-img{width:120%;border-radius:30px;mix-blend-mode:multiply}.testimonials-sub-img{position:absolute;mix-blend-mode:multiply;border-radius:60%;width:190px;height:160px;object-fit:contain}.testimonials-sub-img-1{top:20px;left:-110px;z-index:1}.testimonials-sub-img-2{bottom:20px;left:-110px;z-index:3}.testimonials-right{margin-left:100px;width:30%;flex:1.2;display:flex;flex-direction:column}.testimonials-slider-container{overflow:hidden;width:70%}.testimonials-slider-track{display:flex;transition:transform .5s ease-in-out}.testimonials-card{flex:0 0 100%;padding:30px;border-radius:16px;box-shadow:0 5px 15px #0000000d}.testimonials-card-header{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px;border:1px solid #eadede;border-radius:30px;position:relative;padding:20px 40px}.testimonials-quote-icon{position:absolute;left:3em;top:10px;width:52px;height:52px;color:#fff;background:#0ea5e9;border-radius:40%;opacity:1}.testimonials-avatar{width:70px;height:70px;border-radius:50% 50% 0;object-fit:cover;border:3px solid #0b2056}.testimonials-author-info h4{margin:0;font-size:1.2rem;font-weight:600;color:#111827}.testimonials-author-info p{margin:5px 0;color:#6b7280}.testimonials-rating{display:flex}.testimonials-star-icon{width:18px;height:18px;fill:#d1d5db}.testimonials-star-icon.filled{fill:#f59e0b}.testimonials-quote{font-size:1.1rem;line-height:1.8;color:#4b5563;font-style:italic;margin:0}.testimonials-dots{display:flex;align-items:center;gap:15px;margin-top:30px;padding:10px 20px;background-color:#f8f9fa;border:1px solid #0b2056;box-shadow:0 2px 20px #0b2056;border-radius:20px;align-self:flex-start}.testimonials-dot{width:8px;height:8px;border-radius:50%;background-color:#d1d5db;cursor:pointer;transition:all .3s ease}.testimonials-dot.active{background-color:#0ea5e9;width:24px;border-radius:5px}@media (max-width: 768px){.testimonials-section{padding:40px 15px}.testimonials-title{font-size:1.6rem;line-height:1.3}.testimonials-content-wrapper{flex-direction:column;gap:30px}.testimonials-left{margin:0;width:100%;display:flex;justify-content:center}.testimonials-image-collage{margin:0;width:100%;height:auto}.testimonials-main-img{width:100%;border-radius:20px}.testimonials-sub-img{display:none}.testimonials-right{margin-left:0;width:100%;align-items:center}.testimonials-slider-container{width:100%}.testimonials-card{padding:20px;text-align:center}.testimonials-card-header{padding:10px 15px;gap:15px;border-radius:20px}.testimonials-quote-icon{width:35px;height:35px;left:10px;top:10px}.testimonials-avatar{width:55px;height:55px;border-radius:50%}.testimonials-author-info h4{font-size:1rem}.testimonials-author-info p{font-size:.8rem}.testimonials-quote{font-size:.95rem;line-height:1.5;margin-top:10px}.testimonials-dots{margin-top:20px;gap:10px;padding:6px 12px}.testimonials-dot.active{width:16px}}.why-choose-us-section{width:100%;padding:80px 20px;background-color:#e7f0ff;font-family:Poppins,sans-serif;overflow:hidden}.why-choose-us-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:50px}.why-choose-us-left{flex:1.2}.why-choose-us-header{margin-bottom:40px}.why-choose-us-subtitle{color:#0ea5e9;font-size:1.2rem;font-weight:500;padding-bottom:10px;font-family:cursive}.why-choose-us-title{font-size:2.8rem;font-weight:700;color:#1e293b;line-height:1.2;max-width:450px}.why-choose-us-features-grid{display:grid;grid-template-columns:repeat(2,2fr);gap:30px}.why-choose-us-feature-card{padding:16px;border-radius:16px;background-color:#f8f9fa;border:1px solid #e5e7eb;transition:all .3s ease-in-out}.why-choose-us-feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000012}.why-choose-us-icon-wrapper{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#0b2056;color:#fff;border-radius:12px;margin-bottom:15px}.why-choose-us-icon-wrapper svg{width:28px;height:28px;stroke-width:1.5;fill:none;stroke:currentColor}.why-choose-us-feature-card h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 8px}.why-choose-us-feature-card p{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0}.why-choose-us-right{flex:1}.why-choose-us-image-wrapper{position:relative;width:100%;background:transparent}.why-choose-us-traveler-img{mix-blend-mode:multiply;object-fit:fill;z-index:3}.why-choose-us-pin-icon{position:absolute;width:300px;height:300px;color:#ef4444;z-index:2;filter:drop-shadow(0 10px 15px rgba(0,0,0,.2))}.why-choose-us-pin-icon path{fill:currentColor}.why-choose-us-plane-img{position:absolute;width:110%;height:43em;object-fit:cover;mix-blend-mode:multiply;left:50%;transform:translate(-50%,-40%);z-index:1}@media (max-width: 768px){.why-choose-us-section{padding:40px 15px}.why-choose-us-container{flex-direction:column;gap:30px;text-align:center}.why-choose-us-left{flex:none;width:100%}.why-choose-us-title{font-size:1.8rem;max-width:100%}.why-choose-us-features-grid{grid-template-columns:1fr;gap:20px}.why-choose-us-feature-card{padding:14px}.why-choose-us-icon-wrapper{margin:0 auto 10px}.why-choose-us-right{flex:none;width:100%}.why-choose-us-image-wrapper{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.why-choose-us-traveler-img{width:100%;height:auto;object-fit:contain}.why-choose-us-plane-img{width:100%;height:auto;left:10px;position:relative;transform:none;margin-top:20px}.why-choose-us-pin-icon{display:none}}.trusted-by-section{background-color:#e7f0ff;width:100%;padding:40px 20px;font-family:Poppins,sans-serif}.trusted-by-container{margin:0 auto;background-color:#fff;border:1px solid rgb(233,225,225);border-radius:16px;padding:40px 60px;box-shadow:0 10px 30px #0000000d;text-align:center}.trusted-by-title{color:#6b7280;font-size:1.1rem;font-weight:500;margin-bottom:40px}.trusted-by-slider{overflow:hidden;position:relative;width:100%}.trusted-by-slider:before,.trusted-by-slider:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2}.trusted-by-slider:before{left:0;background:linear-gradient(to left,#fff0,#fff)}.trusted-by-slider:after{right:0;background:linear-gradient(to right,#fff0,#fff)}.trusted-by-slider-track{display:flex;width:2800px;animation:scroll 30s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-1400px)}}.trusted-by-slide{height:60px;width:200px;display:flex;align-items:center;justify-content:center;padding:0 20px}.trusted-by-slide img{max-width:130px;height:auto;transition:all .3s ease-in-out}.exclusive-offer-section{width:100%;padding:20px;background-color:#e7f0ff;font-family:Poppins,sans-serif}.exclusive-offer-container{height:55vh;margin:0 auto;background-color:#0b2056;color:#fff;border-radius:20px;padding:60px;display:flex;align-items:center;gap:40px;position:relative;overflow:hidden}.exclusive-offer-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1705646742193-d0ffd590193b?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8d29ybGQlMjBtYXAlMjB0cmFuc3BhcmVudHxlbnwwfDB8MHx8fDA%3D);background-size:cover;background-position:center;opacity:.05;z-index:0}.exclusive-offer-left{flex:1.2;z-index:2;margin-left:140px}.exclusive-offer-title{font-size:2.4rem;font-weight:700;line-height:1.3;margin:0 0 20px}.exclusive-offer-description{font-size:.9rem;color:#d1d5db;line-height:1.7;max-width:500px;margin-bottom:30px}.exclusive-offer-button{background-color:#b8a0cb;color:#fff;border:none;padding:6px 18px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.exclusive-offer-button-icon{background-color:#fff;color:#5475c7;width:28px;height:28px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;transition:all .4s ease}.exclusive-offer-button:hover .exclusive-offer-button-icon{background-color:orange;color:#fff;transform:rotate(-40deg);box-shadow:0 5px 15px #22c55e4d}.exclusive-offer-button2{text-decoration:none;color:#fff;font-size:1.1rem}.exclusive-offer-right{flex:1;display:flex;justify-content:center;align-items:center;z-index:100}.exclusive-offer-image-wrapper{position:relative;width:400px;height:600px}.exclusive-offer-traveler-img{position:absolute;left:40%;transform:translate(-50%);height:100%;width:auto;z-index:1}.footer{position:relative;background-color:#e7f0ff;color:hsl(var(--foreground));overflow:hidden}.footer{--brand-green: 96 35% 45%;--brand-green-weak: 96 35% 92%;--brand-orange: 30 95% 55%;--muted-text: var(--muted-foreground)}.footer__container{max-width:1350px;margin:0 auto;padding:64px 24px 0;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px}.footer__brand .brand__logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.brand__logo-mark{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;position:relative}.brand__icon{position:absolute}.brand__icon--bag{color:#0ea5e9;width:26px;height:26px;transform:translate(-4px,2px)}.brand__icon--plane{color:#0ea5e9;width:20px;height:20px;transform:translate(8px,-6px) rotate(8deg)}.brand__name{font-size:24px;font-weight:700}.brand__tagline{font-size:.9rem;color:hsl(var(--muted-text));max-width:320px;line-height:1.6;margin-bottom:16px}.brand__help{display:flex;align-items:center;gap:10px;color:hsl(var(--muted-text))}.help__icon{color:#0ea5e9}.help__label{font-size:13px}.brand__phone{display:inline-block;font-weight:800;font-size:15px;margin-top:6px;color:hsl(var(--foreground));text-decoration:none}.footer__links{display:contents}.footer__heading{font-weight:600;margin-bottom:12px}.footer__list{list-style:none;margin:0;padding:0}.footer__list li{margin:10px 0}.footer__link{color:hsl(var(--foreground));text-decoration:none;opacity:.8;transition:opacity .2s ease,color .2s ease}.footer__link:hover{opacity:1;color:hsl(var(--brand-green))}.footer__newsletter .newsletter__hint{color:hsl(var(--muted-text));margin-bottom:12px}.newsletter__form{display:flex;gap:10px}.newsletter__input{flex:1;height:44px;border:1px solid hsl(var(--input));border-radius:12px;padding:0 14px;outline:none;color:hsl(var(--foreground));background:hsl(var(--background))}.newsletter__input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 4px hsl(var(--ring) / .15)}.newsletter__button{display:inline-flex;align-items:center;gap:10px;height:44px;border:none;padding:0 16px;border-radius:999px;background:hsl(var(--brand-green));color:#fff;font-weight:700;cursor:pointer;transition:transform .15s ease,filter .2s ease}.newsletter__button:hover{filter:brightness(1.05)}.newsletter__button:active{transform:translateY(1px)}.newsletter__button-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:hsl(var(--brand-green-weak));color:hsl(var(--brand-green))}.newsletter__button-icon svg{width:16px;height:16px}.footer__social .social__icons{display:flex;gap:12px}.social__btn{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:hsl(var(--accent));color:#0ea5e9;opacity:.9;border:1px solid hsl(var(--border));text-decoration:none;transition:background .2s ease,transform .15s ease,opacity .2s ease}.social__btn:hover{opacity:1;transform:translateY(-2px)}.footer__hero{position:relative;display:flex;justify-content:center}.hero__text{position:relative;font-weight:900;text-align:center;white-space:nowrap;font-size:16rem;background:url(/assets/beautiful--BXSNYU1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent;transform:scale(0);transform-origin:center;transition:all 2s ease-out}.animate-pop{opacity:1;transform:scale(1)}.footer:before,.footer:after{content:"";position:absolute;left:-10%;right:-10%;height:220px;border-top-left-radius:60% 100%;border-top-right-radius:60% 100%;background:linear-gradient(180deg,hsl(var(--accent) / .38),hsl(var(--accent) / 0));bottom:94px;z-index:0}.footer:after{bottom:0;height:180px;background:linear-gradient(180deg,hsl(var(--accent) / .25),hsl(var(--accent) / 0))}.footer__bottom{position:relative;height:20vh;z-index:1;display:flex;align-items:center;justify-content:space-around;gap:16px;overflow:hidden}.footer-shaper{bottom:0}.footer-shaper,.footer-shaper svg{pointer-events:none}.footer__copy{color:hsl(var(--muted-text))}.copy__brand{color:#0ea5e9;font-weight:700}.company-link-apex{text-decoration:none;color:#d24242;z-index:10;cursor:pointer}.copy__link{color:hsl(var(--brand-green));text-decoration:none}.copy__link:hover{text-decoration:underline}.footer__legal{display:flex;gap:24px;list-style:none;margin:0;padding:0}@media (max-width: 1100px){.footer__container{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 800px){.footer__container{grid-template-columns:1fr 1fr}.footer__hero{padding-top:24px}}@media (max-width: 640px){.footer__container{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start}.hero__text{display:none}}@media (max-width: 768px){.exclusive-offer-container{flex-direction:column;height:auto;padding:30px 20px;gap:20px;text-align:center}.exclusive-offer-left{margin-left:0;flex:unset}.exclusive-offer-title{font-size:1.6rem}.exclusive-offer-description{font-size:.85rem;max-width:100%;margin:0 auto 20px}.exclusive-offer-button{margin:0 auto}.exclusive-offer-right{width:100%;justify-content:center}.exclusive-offer-image-wrapper{width:80%;height:auto;max-width:300px}.exclusive-offer-traveler-img{position:relative;left:0;transform:none;width:100%;height:auto}}@media (max-width: 430px){.exclusive-offer-title{font-size:1.3rem}.exclusive-offer-description{font-size:.8rem}.exclusive-offer-button{font-size:.9rem;padding:5px 14px}.exclusive-offer-button-icon{width:24px;height:24px}.exclusive-offer-traveler-img{bottom:-38px}}.banner-container{padding-top:20px;overflow:hidden;background:#e7f0ff}.banner-image{background:url(/common-banner/Untitled%20design.png) center/cover no-repeat;height:400px;border-radius:20px;width:97%;margin:auto;position:relative;display:flex;align-items:center;justify-content:flex-start;color:#fff}.banner-image:after{content:"";position:absolute;inset:0;border-radius:20px;background:#01142799;z-index:1}.banner-content{position:relative;z-index:2;padding:40px 60px;max-width:800px;color:#fff}.breadcrumb{display:flex;align-items:center;font-size:.95rem;font-weight:500;margin-bottom:15px}.breadcrumb-link{text-decoration:none;color:#fff;display:flex;align-items:center;gap:5px;font-size:1rem;transition:all .3s ease}.breadcrumb-link:hover{transform:scale(1.1)}.breadcrumb-separator{margin:0 8px;color:#4ec7ff;font-size:1rem}.breadcrumb-active{color:#5ac3f4;font-weight:600;font-size:1rem}.banner-title{font-size:4rem;font-weight:800;color:#fff;position:relative;display:inline-block}.banner-title:after{content:"Tours";position:absolute;left:5px;top:5px;color:#00800066;z-index:-1}.title-underline{width:80px;height:4px;background:linear-gradient(90deg,green,orange,#ff0,red,purple,green);background-size:400% 400%;margin:8px 0 20px;border-radius:2px;animation:gradientMove 5s ease infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.banner-subtitle{font-size:1.2rem;font-weight:400;line-height:1.6}@media (max-width: 768px){.banner-image{height:280px}.banner-content{padding:20px}.banner-title{font-size:2.2rem}.banner-subtitle{font-size:1rem}}.contact-us-section{width:100%;padding:80px 20px;background-color:#e7f0ff;position:relative;font-family:Poppins,sans-serif;overflow:hidden}.contact-us-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:.05;z-index:0}.contact-us-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;position:relative;z-index:1;align-items:center}.contact-us-left{display:flex;flex-direction:column;gap:25px}.contact-us-subtitle{color:#3b82f6;font-weight:600;text-transform:uppercase;letter-spacing:1px}.contact-us-title{font-size:2.8rem;font-weight:700;color:#1e293b;margin-bottom:20px;line-height:1.3}.contact-us-card{display:flex;gap:15px;background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:20px;box-shadow:0 6px 18px #00000014;transition:transform .3s ease}.contact-us-card:hover{transform:translateY(-5px)}.contact-us-icon-wrapper{min-width:50px;height:50px;background-color:#3b82f6;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-us-card h4{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0 0 5px}.contact-us-card p{color:#475569;margin:0 0 8px}.contact-us-card strong{color:#1e293b;font-weight:600;font-size:1rem}.contact-us-right{display:flex;justify-content:center}.contact-us-image-wrapper{width:100%;max-width:480px;border-radius:30px;overflow:hidden;position:relative;box-shadow:0 20px 40px #0000001f}.contact-us-main-image{width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.contact-us-container{grid-template-columns:1fr;gap:40px;padding:0 20px;text-align:center}.contact-us-left{align-items:center}.contact-us-title{font-size:2.2rem}.contact-us-card{justify-content:center;text-align:left;max-width:600px;margin:0 auto}.contact-us-right{justify-content:center}.contact-us-image-wrapper{max-width:400px}}@media (max-width: 768px){.contact-us-container{grid-template-columns:1fr;gap:30px;padding:0 15px}.contact-us-title{font-size:1.8rem}.contact-us-card{flex-direction:column;align-items:center;text-align:center}.contact-us-icon-wrapper{margin-bottom:10px}.contact-us-image-wrapper{max-width:100%;border-radius:20px}}@media (max-width: 480px){.contact-us-container{padding:0 8px;gap:15px}.contact-us-subtitle{font-size:.75rem;letter-spacing:.5px}.contact-us-title{font-size:1.2rem;line-height:1.2;margin-bottom:12px}.contact-us-card{flex-direction:column;align-items:center;text-align:center;gap:8px;padding:15px;border-radius:12px}.contact-us-icon-wrapper{width:40px;height:40px;font-size:1rem;margin-bottom:6px}.contact-us-card h4{font-size:1rem}.contact-us-card p,.contact-us-card strong{font-size:.85rem}.contact-us-right,.contact-us-image-wrapper{max-width:100%;border-radius:12px}.contact-us-image-wrapper img{width:100%;height:auto;border-radius:12px;object-fit:cover}}.location-map-section{width:100%;padding:80px 20px;font-family:Poppins,sans-serif;background-color:#e7f0ff}.location-map-container{max-width:1100px;margin:0 auto;position:relative;height:500px;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #0009}.location-map-iframe{width:100%;height:100%;border:none}.location-map-info-box{position:absolute;top:20px;left:20px;background-color:#fff;padding:25px;border-radius:12px;box-shadow:0 5px 15px #0000001a;z-index:10;max-width:350px}.location-map-info-box h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0 0 8px}.location-map-info-box p{font-size:.9rem;color:#475569;margin:0 0 15px;line-height:1.6}.location-map-rating{display:flex;align-items:center;gap:8px;margin-bottom:15px;font-size:.9rem;color:#6b7280}.location-map-stars{display:flex;color:#f59e0b}.location-map-star-icon{width:16px;height:16px;fill:currentColor}.location-map-directions-link{color:#3b82f6;text-decoration:none;font-size:.9rem;font-weight:500}.location-map-directions-link:hover{text-decoration:underline}@media (max-width: 768px){.location-map-container{height:400px}.location-map-info-box{max-width:280px;padding:20px}.location-map-info-box h3{font-size:1.1rem}}.message-form-section{width:100%;padding:80px 20px;background-color:#e7f0ff;font-family:Poppins,sans-serif}.message-form-container{max-width:800px;margin:0 auto}.message-form-header{text-align:center;margin-bottom:50px}.message-form-subtitle{color:#3b82f6;font-family:cursive;margin-bottom:10px;font-size:1.3rem;font-weight:600}.message-form-title{font-size:2.5rem;font-weight:500;color:#1e293b}.message-form{display:flex;flex-direction:column;gap:20px}.message-form-row{display:flex;gap:20px}.message-form input,.message-form textarea{width:100%;padding:15px 20px;border:1px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:Poppins,sans-serif;transition:border-color .3s ease,box-shadow .3s ease}.message-form input::placeholder,.message-form textarea::placeholder{color:#000;font-size:.8rem}.message-form input:focus,.message-form textarea:focus{outline:none;box-shadow:0 0 0 3px #22c55e33}.message-form textarea{resize:vertical}.message-form-footer{text-align:center;margin-top:20px}.message-form-button{background-color:#b8a0cb;color:#fff;border:none;padding:14px 30px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.message-form-button:hover{transform:translateY(-3px);box-shadow:0 5px 15px #22aac5b3}.message-form-button-icon{background-color:#fff;color:#232222;width:28px;height:28px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;transition:transform .3s ease}.message-form-button:hover .message-form-button-icon{transform:translate(5px)}@media (max-width: 576px){.message-form-row{flex-direction:column}.message-form-title{font-size:2rem}}.about-page-section{width:100%;padding:60px 20px;background-color:#e7f0ff;font-family:Poppins,sans-serif;overflow:hidden}.about-page-container{max-width:1300px;margin:0 auto;display:flex;align-items:center;gap:60px}.about-page-left-col{flex:1}.about-page-subtitle{color:#46a4fb;font-weight:600;font-family:cursive;font-size:1.2rem;margin-bottom:20px}.about-page-title{font-size:2.8rem;font-weight:700;color:#1e293b;line-height:1.3;margin:10px 0 20px}.about-page-description{color:#475569;line-height:1.8;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid rgb(224,219,219)}.about-page-features{display:flex;gap:30px;margin-bottom:40px}.about-page-feature-item{display:flex;align-items:flex-start;gap:15px}.about-page-feature-icon{width:52px;height:52px;background-color:#f0fdf4;color:#46a4fb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-page-feature-item h4{margin:0 0 5px;font-size:1.1rem;font-weight:600;color:#1e293b}.about-page-feature-item p{margin:0;color:#6b7280;font-size:.9rem;line-height:1.6}.about-page-footer{display:flex;align-items:center;gap:30px}.about-page-cta-button{background-color:#22c55e;color:#fff;border:none;padding:12px 12px 12px 24px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:15px;transition:all .3s ease}.about-page-cta-button:hover{background-color:#16a34a;box-shadow:0 5px 15px #22c55e4d}.about-page-arrow-circle{background-color:#fff;color:#22c55e;width:32px;height:32px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center}.about-page-clients{display:flex;align-items:center;gap:10px;border:1px solid rgb(126,194,25);padding:7px 5px;border-radius:35px}.about-page-client-avatars{display:flex}.about-page-client-avatars img{width:40px;height:40px;border-radius:50%;border:3px solid white;margin-left:-15px}.about-page-client-avatars img:first-child{margin-left:0}.about-page-clients p{margin:0;font-weight:500;color:#334155;font-size:.9rem}.about-page-right-col{flex:1.2}.about-page-image-collage{width:100%;text-align:center}.about-page-main-image{max-width:100%;height:auto}@media (max-width: 992px){.about-page-container{flex-direction:column}.about-page-left-col{order:2;text-align:center}.about-page-right-col{order:1;margin-bottom:40px}.about-page-features,.about-page-footer{justify-content:center}}@media (max-width: 576px){.about-page-title{font-size:2.2rem}.about-page-features{flex-direction:column;align-items:center}.about-page-feature-item{max-width:300px}.about-page-footer{flex-direction:column}}.aboutus-slider-section{width:100%;height:80vh;padding:10px 0;background-color:#e7f0ff;font-family:Poppins,sans-serif}.aboutus-slider-container{overflow:hidden;position:relative;width:100%}.aboutus-slider-track{display:flex;width:4000px;animation:continuous-scroll 40s linear infinite}@keyframes continuous-scroll{0%{transform:translate(0)}to{transform:translate(-2000px)}}.aboutus-slider-slide{height:70vh;margin:0 12px;flex-shrink:0}.aboutus-slider-slide img{width:100%;height:100%;object-fit:cover;border-radius:16px}.aboutus-slider-slide:nth-child(6n+1){width:300px}.aboutus-slider-slide:nth-child(6n+2){width:400px}.aboutus-slider-slide:nth-child(6n+3){width:250px}.aboutus-slider-slide:nth-child(6n+4){width:350px}.aboutus-slider-slide:nth-child(6n+5){width:400px}.aboutus-slider-slide:nth-child(6n+6){width:300px}.travel-guide-section{background:#e7f0ff}.travel-guide-container{margin:auto;padding:4rem 2rem;border-radius:60px;width:97%;background:#0b2056;font-family:Inter,sans-serif;text-align:center;position:relative;overflow:hidden}.travel-guide-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1705646742193-d0ffd590193b?w=1200&auto=format&fit=crop&q=60);background-size:cover;background-position:center;opacity:.08;z-index:0}.travel-guide-header{margin-bottom:6rem}.travel-guide-subtitle{color:#b5caff;font-weight:600;font-size:1rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem}.travel-guide-title{font-size:2.2rem;font-weight:700;color:#fff;position:relative;display:inline-block}.travel-guide-title:after{content:"";position:absolute;width:60%;height:3px;left:20%;bottom:-8px;background:linear-gradient(90deg,#2563eb,#f43f5e,#f59e0b,#10b981);animation:underlineFlow 3s linear infinite;background-size:300% 100%}@keyframes underlineFlow{0%{background-position:0% 50%}to{background-position:300% 50%}}.travel-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;justify-items:center}.travel-guide-card{perspective:1000px;cursor:pointer;height:470px}.travel-guide-image{position:relative;overflow:hidden;border-radius:1.5rem;box-shadow:0 10px 20px #0000001a;transition:transform .3s ease}.travel-guide-image img{width:100%;height:470px;object-fit:cover;display:block;transition:transform .4s ease}.travel-guide-card:hover img{transform:scale(1.1)}.travel-guide-overlay{position:absolute;inset:0;background:#0f172ab3;color:#fff;opacity:0;transition:opacity .4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center}.travel-guide-card:hover .travel-guide-overlay{opacity:1}.travel-guide-overlay h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.travel-guide-overlay p{font-size:.95rem;margin-bottom:.8rem;opacity:.9}.social-icons{display:flex;gap:.75rem}.social-icons a{color:#fff;background:#ffffff26;padding:.5rem;border-radius:50%;transition:all .3s ease}.social-icons a:hover{background:#2563eb;transform:translateY(-4px)}@media (max-width: 768px){.travel-guide-title{font-size:1.8rem}.travel-guide-subtitle{font-size:.9rem}}@media (max-width: 480px){.travel-guide-title{font-size:1.5rem}.travel-guide-grid{gap:1.5rem}.travel-guide-overlay h3{font-size:1rem}.travel-guide-overlay p{font-size:.85rem}}.aboutus-passion-section{width:100%;padding:150px 20px;background-color:#e7f0ff;font-family:Poppins,sans-serif;overflow:hidden}.aboutus-passion-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}.aboutus-passion-left-col{flex:1;position:relative;overflow:visible}.aboutus-passion-image-wrapper{position:relative;width:100%;max-width:500px;margin:0 auto}.aboutus-passion-bg-shape{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;padding-bottom:90%;border-radius:50%;z-index:1;pointer-events:none}.aboutus-passion-main-image{position:relative;mix-blend-mode:multiply;z-index:2;background:transparent;width:160%;top:-20px;left:3%;height:31rem;pointer-events:none}.aboutus-passion-right-col{flex:1.2}.aboutus-passion-subtitle{color:#46a4fb;font-weight:600;font-family:cursive;margin-bottom:25px;font-size:1.3em}.aboutus-passion-title{font-size:2.8rem;font-weight:500;color:#1e2b3b;line-height:1.3;margin:10px 0 20px}.aboutus-passion-description{color:#475569;line-height:1.8;margin-bottom:30px}.aboutus-passion-cta-button{background-color:#b8a0cb;color:#fff;border:none;padding:12px 12px 12px 24px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:15px;transition:all .3s ease}.aboutus-passion-cta-button:hover{background-color:#46a4fb;box-shadow:0 5px 15px #22c55e4d}.aboutus-passion-arrow-circle{background-color:#fff;color:#1a1919;width:32px;height:32px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;position:relative;z-index:10}@media (max-width: 992px){.aboutus-passion-container{flex-direction:column}.aboutus-passion-right-col{text-align:center}}@media (max-width: 576px){.aboutus-passion-title{font-size:2.2rem}.aboutus-passion-main-image{height:350px;left:-40px}}.journey-gallery-section{width:100%;padding:80px 20px;background-color:#e7f0ff;font-family:Poppins,sans-serif}.journey-gallery-container{max-width:1200px;margin:0 auto}.journey-gallery-header{text-align:center;margin-bottom:40px}.journey-gallery-subtitle{color:#0091ff;font-weight:600;font-size:1.5rem;font-family:cursive;margin-bottom:30px}.journey-gallery-title{font-size:2.5rem;font-weight:700;color:#1e293b;max-width:600px;margin:10px auto 0;line-height:1.3}.journey-gallery-filters{margin-top:120px;display:flex;justify-content:center;gap:20px;margin-bottom:50px}.journey-gallery-filter-btn{background:none;border:none;padding:10px 20px;font-size:1rem;font-weight:500;color:#4b5563;cursor:pointer;position:relative;transition:color .3s ease}.journey-gallery-filter-btn:hover{color:#0091ff}.journey-gallery-filter-btn.active{color:#0091ff;font-weight:600}.journey-gallery-filter-btn.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background-color:#0091ff;border-radius:2px}.journey-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:20px}.journey-gallery-item{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 5px 15px #0000000d}.journey-gallery-item.item-1{grid-row:span 2}.journey-gallery-item.item-5{grid-column:span 2}.journey-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-in-out}.journey-gallery-item:hover img{transform:scale(1.1)}.journey-gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .4s ease-in-out}.journey-gallery-item:hover .journey-gallery-overlay{opacity:1}.journey-gallery-add-btn{background-color:#fff;color:#1e293b;padding:10px 15px;border-radius:50px;text-decoration:none;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:8px;transform:translateY(20px);transition:all .4s ease-in-out}.journey-gallery-item:hover .journey-gallery-add-btn{transform:translateY(0)}.journey-gallery-add-btn:hover{background-color:#0091ff;color:#fff}@media (max-width: 992px){.journey-gallery-grid{grid-template-columns:repeat(2,1fr)}.journey-gallery-item.item-1,.journey-gallery-item.item-5{grid-column:span 1;grid-row:span 1}}@media (max-width: 576px){.journey-gallery-grid{grid-template-columns:1fr}.journey-gallery-title{font-size:2rem}.journey-gallery-filters{gap:10px;flex-wrap:wrap}.journey-gallery-filter-btn{padding:8px 15px}}.customize-section{width:100%;padding:80px 20px;background-color:#e7f0ff;font-family:Poppins,sans-serif}.customize-container{max-width:900px;margin:0 auto}.customize-header{text-align:center;margin-bottom:50px}.customize-subtitle{color:#3b82f6;font-weight:600;font-size:1.5rem;margin-bottom:30px;font-family:cursive}.customize-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-top:10px;line-height:1.3}.customize-form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.customize-input,.customize-textarea{padding:15px 20px;border-radius:12px;font-size:1rem;font-family:Poppins,sans-serif;transition:box-shadow .3s ease;width:100%}.customize-input.dark,.customize-textarea.dark{background-color:#4b5563;color:#fff;border:none}.customize-input.dark::placeholder,.customize-textarea.dark::placeholder{color:#585b5f}.customize-input.light,.customize-textarea.light{background-color:#fff;color:#1e293b;border:2px solid #979ba4}.customize-input.light::placeholder,.customize-textarea.light::placeholder{color:#61646a}.customize-input:focus,.customize-textarea:focus{outline:none;box-shadow:0 0 0 3px #22c55e33}.customize-textarea{grid-column:span 2;resize:vertical}.customize-footer{grid-column:span 2;text-align:center;margin-top:20px}.customize-button{background-color:#b8a0cb;color:#fff;border:none;padding:14px 30px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.customize-button:hover{background-color:#16a34a;transform:translateY(-3px);box-shadow:0 5px 15px #22c55e4d}.customize-button-icon{background-color:#fff;color:#393636;width:28px;height:28px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center}@media (max-width: 768px){.customize-form{grid-template-columns:1fr}.customize-textarea,.customize-footer{grid-column:span 1}.customize-title{font-size:2rem}}.admin-login{background:#e7f0ff;margin:0;padding:120px}.admin-login-container{display:flex;width:100%;height:60vh;max-width:1450px;padding:60px 30px;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0009,0 4px 6px -4px #0000000d;overflow:hidden}.login-image-section{flex:.8;height:25em}.login-image-section img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;display:block}.login-form-section{flex:.7;padding:3rem;display:flex;flex-direction:column;justify-content:center;text-align:center}.login-form-section h2{color:#1e293b;font-size:1.75rem;font-weight:600;margin-top:0;margin-bottom:2rem}.login-form-section form{display:flex;flex-direction:column}.login-form-section input{padding:12px 16px;margin-bottom:1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;background-color:#f8fafc;color:#334155;transition:border-color .2s ease,box-shadow .2s ease}.login-form-section input::placeholder{color:#94a3b8}.login-form-section input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.login-form-section button{padding:14px;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;transition:background-color .2s ease}.login-form-section button:hover{background-color:#4338ca}.error-text{color:#ef4444;font-size:.875rem;margin-top:1.5rem;margin-bottom:0}@media (max-width: 992px){.admin-login-container{flex-direction:column;max-width:600px}.login-image-section{display:none}.login-form-section{padding:2rem}.login-form-section h2{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width: 576px){.admin-login{padding:60px 15px}.admin-login-container{width:100%;max-width:100%;padding:20px}.login-form-section{padding:1.5rem 1rem}.login-form-section h2{font-size:1.25rem}.login-form-section input,.login-form-section button{font-size:.9rem;padding:10px 12px}}.tour-list-search-results-section{text-align:center;margin-top:70px;padding-bottom:80px}.tour-list-wrapper{background-color:#e7f0ff}.tour-list-navbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin:3em auto;padding:16px 25px;width:90%;max-width:1350px;background-color:#fff;border-radius:20px;box-shadow:0 4px 20px #00000080}.tour-list-count{font-size:1rem;color:#555;white-space:nowrap}.tour-list-count-number,.tour-list-count-number-2{font-weight:700;font-size:1.1rem;color:#2c3e50}.tour-list-count-number-2{font-weight:500;color:#777}.tour-list-search-summary{display:flex;gap:10px;align-items:center;flex-wrap:wrap;background:#fff}.summary-item{background-color:#0b2056;color:#fff;padding:6px 14px;border-radius:16px;font-size:.9rem;transition:all .2s ease}.summary-item:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.summary-item strong{font-weight:600;color:#fff;margin-right:5px}.smooth-dropdown{position:relative;width:200px;font-family:sans-serif;cursor:pointer}.smooth-dropdown-header{padding:8px 12px;border:1px solid #ced4da;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center}.smooth-dropdown-list{list-style:none;margin:0;padding:0;border:1px solid #ced4da;border-radius:8px;background:#fff;position:absolute;width:100%;top:110%;left:0;max-height:0;opacity:0;overflow:hidden;transform:scaleY(.9);transform-origin:top;transition:all .25s ease;z-index:10}.smooth-dropdown-list.open{max-height:300px;opacity:1;transform:scaleY(1)}.smooth-dropdown-list li{padding:8px 12px;cursor:pointer}.smooth-dropdown-list li:hover{background:#f5f5f5}.dropdown-arrow{font-size:12px;margin-left:8px;transition:transform .25s ease}.dropdown-arrow.open{transform:rotate(180deg)}.tour-list-section-title{font-size:2.5rem;font-weight:700;margin-bottom:4rem}.tour-list-container{margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding:1.3rem;justify-items:center}.tour-card{width:100%;max-width:450px;margin:0;border-radius:20px;background:#fff;flex-direction:column;transition:all .3s ease-in-out;box-shadow:0 8px 25px #00000080}.tour-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.tour-card-image-wrapper{position:relative;flex:unset;height:290px}.tour-card-image{width:100%;height:100%;border-radius:20px}.tour-card-badge-container{position:absolute;top:12px;left:12px;display:flex;gap:6px;z-index:2}.tour-card-badge{padding:5px 12px;border-radius:16px;font-size:.75rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.feature-badge{background-color:#e7f0ff}.discount-badge{background-color:#0b2056}.tour-card-details{flex:1;padding:20px;display:flex;flex-direction:column}.tour-card-title{text-align:left;font-size:1.2rem;font-weight:700;margin:0 0 20px;color:#2c3e50}.tour-card-description{text-align:left;font-size:1rem;color:#000;line-height:1.5;height:100px;margin-bottom:16px}.tour-card-info-items{display:flex;flex-direction:column;gap:12px}.tour-card-info-item{display:flex;align-items:center;gap:10px;font-size:1rem;color:#34495e}.tour-card-info-item svg{stroke:#5475c7;width:20px;height:20px}.tour-card-bottom{margin-top:20px;display:flex;justify-content:space-between;align-items:flex-end}.tour-card-price-section{line-height:1.6}.tour-card-price-from{font-size:1rem;color:#7f8c8d;font-weight:500}.tour-card-price{display:block;font-size:1.6rem;font-weight:700;color:#2c3e50}.tour-card-book-btn{background-color:#b8a0cb;color:#fff;border:1px solid #ddd;border-radius:30px;padding:12px 28px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.tour-card-book-btn:hover{background-color:#5475c7;color:#fff;border-color:#2c3e50}.tour-card-book-btn .arrow{margin-left:5px;transition:transform .2s ease-in-out}.tour-card-book-btn:hover .arrow{transform:translate(3px)}.tour-card-admin-buttons{display:flex;gap:10px}.tour-card-admin-buttons button{padding:8px 12px;cursor:pointer}.pagination{display:flex;margin-top:20px;gap:8px}.pagination button{border:none;background-color:#e5e7eb;cursor:pointer;border-radius:4px}.pagination button.active{background-color:#22c55e;color:#fff}@media (max-width: 768px){.tour-list-hero-title{font-size:2.5rem}.tour-list-hero-section-video{height:400px}.tour-list-section-title{font-size:2rem}}@media (max-width: 480px){.tour-list-hero-title{font-size:2rem}.tour-list-hero-subtitle{font-size:1rem}.tour-list-hero-form{flex-direction:column}.tour-list-hero-section-video{height:300px}.tour-list-container{grid-template-columns:1fr}}.admin-form{padding:2rem;max-width:500px;margin:2rem auto;border-radius:10px;color:#fff;display:flex;flex-direction:column;gap:1rem}.admin-form>h2{color:#fff}.admin-form input:not([type=file]),.admin-form textarea{padding:.8rem;border-radius:8px;border:.8px dotted black;outline:none;font-size:1rem}.admin-form input[type=file]{border:none;padding:0;font-size:1rem;color:#000;background:transparent}.admin-input-type{border:.5px dotted black;padding:.8rem;border-radius:8px;outline:none;font-size:.9rem}.admin-form button{background-color:#4ade80;color:#000;font-weight:700;border:none;padding:.8rem;border-radius:8px;cursor:pointer;transition:background .3s}.admin-form button:hover{background-color:#22c55e}.trek-list-section-title{font-size:2.5rem;font-weight:700;margin-top:5rem;margin-bottom:4rem;text-align:center}.trek-list-grid{display:grid;grid-template-columns:repeat(auto-fit,340px);gap:2rem;justify-content:center;text-align:left}.trek-card{background-color:#fff;margin-bottom:4rem;border-radius:15px;border:1px solid #e9ecef;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.trek-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000014}.trek-image-wrapper{position:relative}.trek-image-wrapper img{width:100%;height:220px;object-fit:cover}.trek-duration,.trek-difficulty{position:absolute;top:15px;background-color:#00000080;color:#fff;padding:5px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.trek-duration{left:15px}.trek-difficulty{right:15px}.trek-details{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;background-color:#f9f9f9}.trek-details h3{font-size:1.3rem;font-weight:600;color:#212529;margin:0;line-height:1.4}.trek-region{font-size:.95rem;color:#666;font-weight:500}.trek-description{font-size:.92rem;color:#444;line-height:1.6;max-height:72px;overflow:hidden;text-overflow:ellipsis;position:relative}.trek-description:after{content:"";position:absolute;bottom:0;right:0;height:30px;width:100%;background:linear-gradient(to top,#f9f9f9 50%,transparent)}.trek-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #dee2e6}.trek-price{font-size:1.2rem;font-weight:700;color:#1f2937}.trek-book-btn{padding:8px 17px;margin-left:50px;border-radius:6px;background-color:#1f2937;color:#fff;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:background .3s ease}.trek-book-btn:hover{background-color:#374151}.trek-admin-buttons{display:flex;gap:8px}.trek-admin-buttons button{padding:6px 14px;border:none;border-radius:5px;color:#fff;font-weight:500;cursor:pointer;font-size:.9rem}.trek-admin-buttons button:first-child{background-color:#3498db}.trek-admin-buttons button:last-child{background-color:#e74c3c}.admin-dashboard{padding:7rem 2rem;font-family:Inter,sans-serif;background:#f8fafc;min-height:100vh}.admin-dashboard h1{font-size:2.5rem;color:#0f172a;margin-bottom:2rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0003;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.dashboard-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.dashboard-section h2{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.dashboard-section button{padding:.6rem 1.2rem;font-size:1rem;border:none;border-radius:10px;background:#3b82f6;cursor:pointer;transition:all .3s ease}.dashboard-section button:hover{background-color:orange;color:#fff}.dashboard-buttons button{margin-right:1rem;padding:.6rem 1.2rem;font-size:1rem;border:none;background:#3b82f6;color:#fff;border-radius:8px;cursor:pointer;transition:.2s ease}.dashboard-buttons button:hover{background:#2563eb}@media (max-width: 768px){.admin-dashboard{padding:2rem 1rem}.admin-dashboard .dashboard-section{padding:1rem;overflow-x:hidden}.admin-dashboard .tour-list-container,.admin-dashboard .trek-list-container{display:flex;flex-direction:column;gap:1rem;padding:0;margin:0;width:100%!important}.admin-dashboard .tour-card,.admin-dashboard .trek-card{max-width:100%!important;width:100%!important;margin:0 auto;box-sizing:border-box;flex:unset}.admin-dashboard .tour-card-image,.admin-dashboard .trek-card-image{width:100%!important;height:auto!important}.admin-dashboard .tour-card-details,.admin-dashboard .trek-card-details{width:100%;overflow-wrap:break-word}}.why-us-page{background:#e7f0ff}.why-us-hero{position:relative;height:60vh;display:flex;align-items:center;margin:60px auto;max-width:1400px;justify-content:center;text-align:center;color:#fff;overflow:hidden}.why-us-hero-video{position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:40px;object-fit:cover;transform:translate(-50%,-50%);filter:brightness(.6);z-index:1}.why-us-hero-content{position:relative;z-index:2}.why-us-hero h1{font-size:3.5rem;font-weight:700;margin:0}.why-us-hero p{font-size:1.2rem;margin-top:10px;color:#e5e7eb}.why-us-intro-section{padding:80px 20px;max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:60px}.why-us-intro-image{flex:1.3}.why-us-intro-image img{width:100%;border-radius:16px;box-shadow:0 15px 40px #0000001a}.why-us-intro-text{flex:1.2}.why-us-intro-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:20px}.why-us-intro-text p{color:#475569;line-height:1.8;margin-bottom:15px}.why-us-philosophy-section{padding:80px 20px}.why-us-philosophy-container{max-width:1200px;margin:0 auto;text-align:center}.why-us-philosophy-container h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:15px}.why-us-philosophy-container .why-us-subtitle{color:#5475c7;font-weight:600;font-size:large;padding-bottom:10px}.why-us-philosophy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:50px}.why-us-philosophy-card{background-color:#fff;padding:30px;border-radius:16px;box-shadow:0 5px 20px #0000000d}.why-us-philosophy-icon{width:60px;height:60px;background-color:#f0fdf4;color:#5475c7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.why-us-philosophy-card h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:10px}.why-us-philosophy-card p{color:#6b7280;line-height:1.6}.why-us-guides-section{padding:80px 20px;background-color:#1f2937;border-radius:140px;width:90%;margin:auto;color:#fff}.why-us-guides-container{max-width:1200px;margin:0 auto;text-align:center}.why-us-guides-container .why-us-subtitle{color:#c8d8ff;font-weight:600;font-size:2rem}.why-us-guides-container h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px}.why-us-guides-container>p{color:#d1d5db;max-width:700px;margin:0 auto 50px;line-height:1.7}.why-us-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.why-us-guide-feature{background-color:#374151;padding:30px;border-radius:16px;text-align:left}.why-us-guide-icon{color:#5475c7;margin-bottom:15px}.why-us-guide-feature h3{font-size:1.3rem;font-weight:600;margin-bottom:10px}.why-us-guide-feature p{color:#d1d5db;line-height:1.6}@media (max-width: 992px){.why-us-intro-section{flex-direction:column;text-align:center}.why-us-intro-text{margin-top:20px}.why-us-philosophy-grid{grid-template-columns:repeat(2,1fr)}.why-us-guides-grid{grid-template-columns:1fr}}@media (max-width: 768px){.why-us-hero{height:50vh;margin:30px auto;padding:0 15px}.why-us-hero h1{font-size:2rem}.why-us-hero p{font-size:1rem}.why-us-intro-text h2,.why-us-philosophy-container h2,.why-us-guides-container h2{font-size:1.8rem}.why-us-philosophy-grid{grid-template-columns:1fr;gap:20px}.why-us-philosophy-card{padding:20px}}@media (max-width: 480px){.why-us-hero{height:auto;padding:60px 15px}.why-us-hero h1{font-size:1.6rem}.why-us-hero p{font-size:.9rem}.why-us-intro-section{gap:30px;padding:40px 15px}.why-us-intro-text h2{font-size:1.5rem}.why-us-intro-text p{font-size:.95rem;line-height:1.5}.why-us-philosophy-container h2,.why-us-guides-container h2{font-size:1.6rem}.why-us-guides-container>p{font-size:.95rem}}.faq-section{width:100%;padding:130px 20px;background-color:#e7f0ff;font-family:Poppins,sans-serif}.faq-container{max-width:1200px;margin:0 auto;display:flex;gap:40px}.faq-left-col{flex:1.3}.faq-quick-answers{padding:20px;background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:30px}.faq-quick-answers h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0 0 10px}.faq-quick-answers p{font-size:.9rem;color:#475569;line-height:1.6;margin:0}.faq-discover-card{background-color:#0b2056;color:#fff;border-radius:16px;overflow:hidden;padding:30px;position:relative}.faq-discover-card img{width:100%;height:150px;object-fit:cover;border-radius:12px;margin-bottom:20px}.faq-discover-card h3{font-size:1.5rem;font-weight:600;margin:10px 0}.faq-discover-card .subtitle{font-weight:500;opacity:.9}.faq-booking-btn{background-color:#b8a0cb;color:#fff;border:none;padding:10px 10px 10px 20px;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;margin-top:20px}.faq-booking-btn-icon{background-color:#fff;color:#1d1c1c;width:28px;height:28px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;transition:all .3s ease}.faq-booking-btn-icon:hover{transform:rotate(-3deg)}.faq-right-col{flex:2}.faq-item{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;background-color:#fff}.faq-question h4{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b}.faq-toggle-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease;flex-shrink:0}.faq-item.open .faq-toggle-icon{background-color:#1e293b;color:#fff;transform:rotate(45deg)}.faq-answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease-in-out}.faq-item.open .faq-answer-wrapper{grid-template-rows:1fr}.faq-answer{overflow:hidden;padding:0 20px;color:#475569;background-color:#fff;line-height:1.7}.faq-item.open .faq-answer{padding:0 20px 20px}.faq-answer ul{padding-left:20px;margin-top:10px}@media (max-width: 992px){.faq-container{flex-direction:column}.faq-left-col{max-width:100%}}.rules-regulation-page{font-family:Poppins,sans-serif;background-color:#e7f0ff}.rules-regulation-container{max-width:1300px;padding-top:70px;padding-bottom:70px;margin:auto}.rules-regulation-header{text-align:center;margin-bottom:60px}.rules-regulation-header .rules-regulation-subtitle{background-color:#f0fdf4;color:#22c55e;padding:8px 16px;border-radius:50px;display:inline-block;font-weight:500;font-size:.9rem}.rules-regulation-header h1{font-size:2.8rem;font-weight:700;color:#1e293b;margin:15px 0}.rules-regulation-header p{color:#475569;max-width:700px;margin:0 auto;line-height:1.7}.rules-regulation-main-grid{display:grid;grid-template-columns:2fr 1.2fr;gap:30px;align-items:flex-start}.rules-regulation-notes-card{background-color:#fff;padding:40px;border-radius:16px;border:1px solid #e5e7eb}.rules-regulation-notes-header{display:flex;align-items:center;gap:15px;margin-bottom:25px}.rules-regulation-notes-icon{width:48px;height:48px;background-color:#fff7ed;color:#f97316;border-radius:12px;display:flex;align-items:center;justify-content:center}.rules-regulation-notes-header h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.rules-regulation-notes-list{display:grid;grid-template-columns:1fr 1fr;gap:20px 40px;list-style:none;padding:0}.rules-regulation-notes-list li{color:#475569;line-height:1.7;font-size:.9rem;position:relative;padding-left:20px}.rules-regulation-notes-list li:before{content:"•";position:absolute;left:0;color:#22c55e;font-weight:700}.rules-regulation-sidebar{display:flex;flex-direction:column;gap:20px}.rules-regulation-sidebar-image{width:100%;height:30em;mix-blend-mode:multiply}.rules-regulation-lower-grid{margin-top:90px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.rules-regulation-policy-card{background-color:#fff;padding:30px;border-radius:16px;border:1px solid #e5e7eb}.rules-regulation-policy-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.rules-regulation-policy-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.rules-regulation-policy-icon.covid{background-color:#60a5fa}.rules-regulation-policy-icon.safety{background-color:#f472b6}.rules-regulation-policy-icon.unused{background-color:#a78bfa}.rules-regulation-policy-card h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0}.rules-regulation-policy-card p{color:#475569;margin-bottom:20px;line-height:2;font-size:.9rem}.rules-regulation-policy-card p strong{color:#1e293b}@media (max-width: 992px){.rules-regulation-main-grid{grid-template-columns:1fr}.rules-regulation-sidebar{order:-1;margin-bottom:30px}.rules-regulation-lower-grid{grid-template-columns:1fr}}@media (max-width: 768px){.rules-regulation-header h1{font-size:2.2rem}.rules-regulation-notes-list{grid-template-columns:1fr}}.cancellation-hero{position:relative;height:50vh;display:flex;align-items:center;justify-content:center;background:#e7f0ff;text-align:center;color:#101010;padding:20px}.cancellation-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1563693267903-220a185a3635?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;filter:brightness(.6);z-index:1}.cancellation-hero-content{position:relative;z-index:2}.cancellation-hero-subtitle{background-color:#f0fdf4;color:#22c55e;padding:8px 16px;border-radius:50px;display:inline-block;font-weight:500;font-size:.9rem;margin-bottom:20px}.cancellation-hero h1{font-size:3.5rem;font-weight:500;margin:0}.cancellation-hero p{font-size:1.2rem;margin-top:10px;color:gray;max-width:700px}.cancellation-policy-section{padding:80px 20px;margin:0 auto;background-color:#e7f0ff}.cancellation-section-header{text-align:center;margin-bottom:60px}.cancellation-section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;display:flex;align-items:center;justify-content:center;gap:15px}.cancellation-section-header .cancellation-icon{color:#f97316}.cancellation-timeline{position:relative;max-width:900px;text-align:center;margin:0 auto 60px;padding:20px 0}.cancellation-timeline:after{content:"";position:absolute;width:4px;background-color:#e5e7eb;top:0;bottom:0;left:50%;margin-left:-2px}.cancellation-timeline-item{padding:10px 40px;position:relative;width:50%}.cancellation-timeline-item:after{content:"";position:absolute;width:20px;height:20px;right:-10px;background-color:#fff;border:4px solid #22c55e;top:25px;border-radius:50%;z-index:1}.cancellation-timeline-item.left{left:0}.cancellation-timeline-item.right{left:50%}.cancellation-timeline-item.right:after{left:-10px}.cancellation-timeline-content{padding:20px;background-color:#2aa85a;border-radius:12px;box-shadow:0 5px 15px #0000000d;border:1px solid #e5e7eb}.cancellation-timeline-content h3{margin:0 0 5px;font-size:1.2rem;color:#fff}.cancellation-timeline-content p{margin:0;color:#fff}.cancellation-payment-steps{display:flex;justify-content:space-between;position:relative;max-width:1200px;margin:40px auto}.cancellation-payment-steps:before{content:"";position:absolute;top:25px;left:10%;right:10%;height:4px;background-color:#fff;z-index:0}.cancellation-step{display:flex;flex-direction:column;align-items:center;text-align:center;width:20%;position:relative;z-index:1}.cancellation-step-number{width:50px;height:50px;border-radius:50%;background-color:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.cancellation-step h4{margin:15px 0 5px;color:#1e293b}.cancellation-step p{font-size:.9rem;color:#475569}.cancellation-lockdown-note{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:20px;margin-top:40px;text-align:center;font-size:1rem;color:#166534}@media (max-width: 768px){.cancellation-hero h1{font-size:2.5rem}.cancellation-timeline:after{left:10px}.cancellation-timeline-item{width:100%;padding-left:50px;padding-right:0}.cancellation-timeline-item.left:after,.cancellation-timeline-item.right:after{left:1px}.cancellation-timeline-item.right{left:0%}.cancellation-payment-steps{flex-direction:column;gap:30px}.cancellation-payment-steps:before{display:none}.cancellation-step{width:100%}}.terms-condition-main-section{width:100%;background-color:#e7f0ff}.terms-conditions-container{max-width:1200px;margin:auto;padding-top:120px;display:flex;background:#e7f0ff;gap:50px}.terms-conditions-header{text-align:center;padding-top:110px;background:#e7f0ff}.terms-conditions-header h1{font-family:Arial,Helvetica,sans-serif}.terms-conditions-header h3{color:#585656;padding-bottom:30px}.terms-conditions-header p{border:1px solid rgb(218,213,213);border-radius:30px;padding:10px;color:#000;max-width:1200px;line-height:2;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1.1rem;margin:auto}.terms-header-p{color:#5475c7;font-weight:600}.terms-conditions-sidebar{flex:1;position:sticky;top:80px;align-self:flex-start;background-color:#fff;border-radius:16px;padding:20px;border:1px solid #e5e7eb}.terms-conditions-sidebar ul{list-style:none;padding:0;margin:0}.terms-conditions-sidebar li a{display:flex;align-items:center;gap:15px;padding:15px;text-decoration:none;color:#475569;font-weight:500;border-radius:12px;margin-bottom:5px;transition:all .3s ease}.terms-conditions-sidebar li a .terms-conditions-nav-icon{transition:color .3s ease}.terms-conditions-sidebar li a:hover{background-color:#f0fdf4;color:#1e293b}.terms-conditions-sidebar li a.active{background-color:#5475c7;color:#fff;font-weight:600}.terms-conditions-sidebar li a.active .terms-conditions-nav-icon{color:#fff}.terms-conditions-content{flex:2.5}.terms-conditions-section{background-color:#fff;padding:40px;border-radius:16px;border:1px solid #e5e7eb;margin-bottom:40px;scroll-margin-top:80px}.terms-conditions-section h2{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 25px;display:flex;align-items:center;gap:15px}.terms-conditions-section .terms-conditions-icon{color:#5475c7}.terms-conditions-section p,.terms-conditions-section li{color:#475569;line-height:1.8;margin-bottom:15px}.terms-conditions-section ul{padding-left:20px}@media (max-width: 992px){.terms-conditions-container{flex-direction:column}.terms-conditions-sidebar{position:relative;top:0;width:100%}}.privacy-policy-container{padding:120px;background-color:#e7f0ff}.privacy-policy-header{text-align:center;margin-bottom:60px}.privacy-policy-header .privacy-policy-subtitle{color:#fff;background:#0b2056;border-radius:30px;max-width:250px;padding:8px;font-weight:600;font-size:1.1rem}.privacy-policy-header h1{font-size:3rem;font-weight:700;color:#1e293b;margin:10px 0}.privacy-policy-header p{color:#475569;max-width:700px;margin:0 auto;line-height:1.7}.privacy-policy-list{margin-top:6rem;display:flex;flex-direction:column;gap:30px}.privacy-policy-item{background-color:#e4ebf4;border:1px solid #e5e7eb;border-radius:16px;padding:25px;display:flex;align-items:flex-start;gap:25px;position:relative;overflow:hidden;box-shadow:4px 6px 5px 1px #302f2f66;transition:transform .3s ease,box-shadow .3s ease}.privacy-policy-item:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background-color:#5475c7;transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease}.privacy-policy-item:hover{transform:translate(10px);box-shadow:0 15px 30px #00000012}.privacy-policy-item:hover:before{transform:scaleY(1);transform-origin:top}.privacy-policy-item-icon{flex-shrink:0;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;background-color:#f0fdf4;color:#5475c7;transition:all .3s ease}.privacy-policy-item:hover .privacy-policy-item-icon{background-color:#0b2056;color:#fff;transform:rotate(-15deg)}.privacy-policy-item-content h3{font-size:1.3rem;font-weight:600;color:#1e293b;margin:0 0 10px}.privacy-policy-item-content p,.privacy-policy-item-content ul{color:#475569;line-height:2;font-size:.95rem;padding-left:20px}.privacy-policy-item-content ul{margin-top:10px}@media (max-width: 768px){.privacy-policy-header h1{font-size:2.5rem}}.booknow-page{font-family:Poppins,sans-serif;background-color:#e7f0ff;padding:40px 20px}.booknow-container{max-width:1200px;margin:0 auto}.booknow-header{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:40px}.booknow-header-img{width:100%;height:350px;object-fit:cover;border-radius:16px}.booknow-main-content{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:flex-start}.booknow-left-col{display:flex;flex-direction:column;gap:40px}.booknow-card{background-color:#fff;padding:30px;border-radius:16px;border:1px solid #e5e7eb}.booknow-tour-info h1{font-size:2rem;font-weight:700;color:#1e293b;margin:15px 0 10px}.booknow-meta-info{display:flex;flex-wrap:wrap;gap:20px;color:#6b7280;font-size:.9rem}.booknow-rating{display:flex;align-items:center;gap:5px}.booknow-rating .star-icon{color:#0b2056}.booknow-description h2,.booknow-benefits h2,.booknow-contact-form-card h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:20px}.booknow-description p{color:#475569;line-height:1.8}.booknow-benefits-list{list-style:none;padding:0;columns:2;-webkit-columns:2;-moz-columns:2}.booknow-benefits-list li{display:flex;align-items:center;gap:10px;margin-bottom:30px;color:#475569;break-inside:avoid-column}.booknow-check-icon{color:#5475c7}.booknow-trip-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.booknow-trip-info-item{text-align:center}.booknow-trip-info-icon{width:50px;height:50px;background-color:#f0fdf4;color:#5475c7;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.booknow-trip-info-item strong{display:block;color:#1e293b;font-weight:600}.booknow-trip-info-item span{font-size:.8rem;color:#6b7280}.booknow-included-excluded{display:grid;grid-template-columns:1fr 1fr;gap:30px}.booknow-included-excluded h3{font-size:1.3rem;margin-bottom:15px}.booknow-included-excluded ul{list-style:none;padding:0}.booknow-included-excluded li{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#475569}.booknow-included-excluded .excluded .x-icon{color:#ef4444}.booknow-right-col{position:sticky;top:20px;display:flex;flex-direction:column;gap:30px}.booknow-share-card{display:flex;justify-content:space-between;align-items:center}.booknow-share-icons{display:flex;gap:10px}.booknow-share-icons a{color:#5475c7;transition:color .3s ease}.booknow-share-icons a:hover{color:#0b2056}.booknow-pricing-card h3{font-size:1.5rem;margin-bottom:20px}.booknow-price-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.booknow-price-item .price{font-size:1.5rem;font-weight:700;color:#1e293b}.booknow-price-item .original-price{text-decoration:line-through;color:#9ca3af;margin-right:8px}.booknow-contact-form{display:flex;flex-direction:column;gap:15px}.booknow-form-row{display:flex;gap:35px;margin-top:20px}.booknow-form-row input{flex:1;padding:12px 15px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:Poppins,sans-serif;background-color:#f8f9fa}.booknow-contact-form textarea{width:100%;padding:12px 15px;margin-top:20px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:Poppins,sans-serif;background-color:#f8f9fa;resize:vertical;min-height:120px;margin-bottom:30px}.booknow-contact-form button{background-color:#0b2056;color:#fff;border:none;padding:15px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center;gap:10px}.booknow-contact-form button:hover{background-color:#5475c7}@media (max-width: 768px){.booknow-header,.booknow-main-content,.booknow-included-excluded{grid-template-columns:1fr}.booknow-benefits-list{columns:1}.booknow-form-row{flex-direction:column;gap:15px}.booknow-form-row input{width:100%}.booknow-contact-form textarea{min-height:100px}.booknow-header-img{height:220px}.booknow-card{padding:20px}.booknow-tour-info h1{font-size:1.5rem}.booknow-description h2,.booknow-benefits h2,.booknow-contact-form-card h2{font-size:1.2rem}}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.message-form-button:disabled{opacity:.7;cursor:not-allowed}
