*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100%;width:100%;overflow-x:hidden}body{font-family:Arial,sans-serif;background-color:#e2eaf7}#root{min-height:100vh}.App{position:relative;width:100%}.navbar{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;width:100%}.navbar-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;padding:0 30px}.navbar-left{flex:1;display:flex;align-items:center}.nav-items{flex:1;display:flex;justify-content:center;list-style:none;gap:30px;margin:0;padding:0}.navbar-right{flex:1;display:flex;justify-content:flex-end;align-items:center}.logo{height:50px;width:auto}.nav-link{text-decoration:none;color:#fff;font-weight:500;border-bottom:3px solid transparent;transition:all .3s ease}.nav-link:hover{border-color:#ffffff80}.nav-link.active{border-color:var(--secondary-color);font-weight:700}.language-buttons{display:flex;gap:20px}.lang-btn{padding:8px 15px;border:none;border-radius:20px;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .2s ease;color:#fff}.lang-btn:hover{opacity:.9;transform:translateY(-1px)}.flag{font-size:1.2rem}.hamburger{display:none;cursor:pointer}.hamburger img{width:30px;height:30px}@media(max-width:768px){.nav-items,.navbar-right{display:none}.hamburger{display:block}.mobile-menu{position:fixed;top:80px;left:0;width:100%;height:100%;font-size:40px;background-color:#181e38d6;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:80px;gap:90px;z-index:9999}.mobile-nav-items{display:flex;flex-direction:column;gap:30px;list-style:none;padding:0;margin:0;text-align:center}.mobile-language-buttons{display:flex;gap:40px}.lang-btn{font-size:40px}}@media(max-width:480px){.logo{height:40px}.nav-items{gap:16px;font-size:12px}.lang-btn{padding:4px 12px;font-size:11px}.mobile-nav-items li{font-size:14px}}.hero-section{height:calc(100vh - 80px);min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080}.hero-content{position:relative;z-index:10;color:#fff;max-width:1000px;padding:0 20px;width:90%}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.1;width:100%}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media(min-width:1440px){.hero-content{max-width:1200px}.hero-title{font-size:4rem;margin-bottom:2rem}.hero-subtitle{font-size:1.8rem;margin-bottom:2.5rem}}@media(min-width:992px)and (max-width:1439px){.hero-content{max-width:900px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.6rem}}.socotra-section{display:flex;flex-direction:column;width:100%}.socotra-container{width:100%;max-width:1280px;margin:0 auto;padding:0 30px}.socotra-header{width:100%;text-align:center;margin-bottom:40px;margin-top:70px}.socotra-main-content{display:flex;flex-direction:column;width:100%;align-items:center}.socotra-text-content{width:100%;margin-bottom:1.5rem;text-align:left;margin-top:20px}.socotra-image{width:100%;display:flex;justify-content:center}.socotra-title{font-size:30px;margin-bottom:20px}.socotra-subtitle{font-size:20px;font-weight:600;margin-bottom:20px}.socotra-description{white-space:pre-line;margin-bottom:2rem}.socotra-quote{font-style:italic;margin-top:1.5rem}.socotra-image img{width:100%;max-width:564px;height:auto;object-fit:cover}@media(min-width:768px)and (max-width:1024px){.socotra-container{padding:0 30px}.socotra-image img{max-width:500px;aspect-ratio:564 / 317}}@media(min-width:1025px){.socotra-container{max-width:1280px;padding:0 30px}.socotra-image img{max-width:564px;height:317px;aspect-ratio:unset}}@media(min-width:768px){.socotra-container{padding:0 30px}.socotra-main-content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem}.socotra-text-content{width:50%;margin-bottom:0;text-align:left}.socotra-image{width:50%;justify-content:flex-end}}@media(max-width:768px){.socotra-container{padding:0 20px}}@media(max-width:480px){.socotra-container{padding:0 15px}}.tour-card{border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background:#fff;position:relative;display:flex;flex-direction:row;min-height:300px}.tour-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.tour-card-unavailable{opacity:.7;filter:blur(.5px);pointer-events:none}.tour-card-unavailable:hover{transform:none;box-shadow:none}.tour-image-container{position:relative;min-height:100%;overflow:hidden}.tour-image{width:400px;height:400px;object-fit:cover;transition:transform .3s ease}.tour-card:not(.tour-card-unavailable):hover .tour-image{transform:scale(1.05)}.tour-unavailable-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.soon-badge{background:#ffffffe6;color:#333;padding:12px 30px;border-radius:50px;font-weight:700;font-size:1.2rem;letter-spacing:2px;box-shadow:0 4px 15px #0003;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.tour-content{padding:25px;width:60%;display:flex;flex-direction:column;justify-content:space-between}.tour-title{margin:0 0 15px;font-size:1.8rem;font-weight:600;color:#333}.tour-description{margin:0 0 20px;color:#666;line-height:1.6;font-size:1rem;flex-grow:1}.tour-additional-info{margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px}.info-item{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:.95rem;color:#555}.info-item:last-child{margin-bottom:0}.info-label{font-weight:600;color:#333;min-width:70px}.map-link{color:#06c;text-decoration:none;font-size:.95rem}.map-link:hover{text-decoration:underline}.tour-details{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:15px;border-top:1px solid #e0e0e0}.price-duration{display:flex;flex-direction:column}.tour-price{font-size:1.5rem;font-weight:700;color:#2ecc71}.tour-duration{font-size:.9rem;color:#777}.tour-button{padding:12px 30px;background:#2ecc71;color:#fff;border:none;border-radius:25px;font-weight:600;text-decoration:none;transition:background .3s ease;cursor:pointer;font-size:1rem}.tour-button:hover{background:#27ae60}.tour-button-disabled{background:#95a5a6;cursor:not-allowed;opacity:.7}.tour-button-disabled:hover{background:#95a5a6}@media(max-width:668px){.tour-card{flex-direction:column}.tour-image-container{width:100%;height:500px}.tour-image{width:100%;height:500px;object-fit:cover;transition:transform .3s ease}.tour-content{width:100%}.tour-title{font-size:1.5rem}}.tours-section{max-width:1200px;margin:8rem auto;padding:0 20px}.tours-header{text-align:center;margin-bottom:4rem}.tours-main-title{font-size:2.8rem;font-weight:700;margin-bottom:1rem}.tours-subtitle{font-size:1.15rem;line-height:1.7;max-width:620px;margin:0 auto}.tours-container{display:flex;flex-direction:column;gap:3.5rem}@media(max-width:768px){.tours-section{margin:4rem auto}.tours-main-title{font-size:2.2rem}}.faq-container{padding:60px 20px;max-width:1280px;margin:0 auto}.faq-content{display:flex;gap:60px;align-items:stretch}.faq-left-section{flex:1.3;display:flex;flex-direction:column}.faq-intro{text-align:center;margin-bottom:60px}.faq-main-title,.faq-subtitle{margin-left:0;margin-top:10px;font-size:40px}.faq-item{border-radius:8px;padding:18px 20px;margin-bottom:15px}.faq-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question{font-size:18px;font-weight:500;margin:0;text-align:left}.faq-answer{margin-top:12px;font-size:16px;line-height:1.6}.faq-right-section{flex:1;display:flex}.faq-image{width:100%;height:auto;object-fit:cover;border-radius:10px}.faq-toggle{background:transparent;border:none;padding:0;cursor:pointer}.faq-toggle:focus{outline:none}.faq-toggle-icon{width:28px;height:28px;-webkit-user-select:none;user-select:none;transition:transform .25s ease}.faq-toggle-icon.open{transform:rotate(45deg)}@media(min-width:1440px){.faq-container{padding:80px 40px}.faq-main-title,.faq-subtitle{font-size:48px}.faq-left-section{flex:1.2}.faq-right-section{flex:1}}@media(max-width:1440px)and (min-width:992px){.faq-container{padding:70px 30px}.faq-main-title,.faq-subtitle{font-size:42px}.faq-left-section{flex:1.3}.faq-right-section{flex:1}}@media(max-width:992px){.faq-content{flex-direction:column;gap:40px}.faq-left-section,.faq-right-section{flex:1}.faq-intro{text-align:center;margin-bottom:40px}.faq-main-title,.faq-subtitle{font-size:32px}.faq-toggle-icon{width:24px;height:24px}}.trip-info-section{background:#a8c3ec6c;padding:60px 20px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.trip-info-container{max-width:1200px;margin:0 auto}.trip-info-main-title{text-align:center;font-size:34px;font-weight:600;margin-bottom:60px;color:#1f1f1f}.trip-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.trip-column{display:flex;flex-direction:column}.section-title{font-size:22px;font-weight:600;margin-bottom:25px;color:#1f1f1f}.section-title.with-icon{display:flex;align-items:center;gap:10px}.title-icon{display:inline-flex;font-size:16px;color:#333}.info-list{list-style:none;padding:0;margin:0}.info-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:15px;line-height:1.6;color:#333}.icon{font-size:14px;margin-top:3px;line-height:1}.icon.check{color:#6b8e23}.icon.cross{color:#a94442}.assistance-box.side{margin-top:30px;padding:26px;background:#bababb;border-radius:6px}.assistance-box.side h4{font-size:18px;font-weight:600;margin-bottom:8px;color:#1f1f1f}.assistance-box.side p{font-size:14px;line-height:1.5;margin-bottom:16px;color:#444}.assistance-box.side button{background:transparent;border:1px solid #000;padding:8px 22px;font-size:13px;cursor:pointer;transition:all .25s ease}.assistance-box.side button:hover{background:#000;color:#fff}@media(max-width:900px){.trip-info-grid{gap:40px}}@media(max-width:768px){.trip-info-grid{grid-template-columns:1fr}.trip-info-main-title{font-size:26px;margin-bottom:40px}.section-title{font-size:20px}.assistance-box.side{margin-top:40px}}@media(max-width:480px){.trip-info-section{padding:40px 15px}.trip-info-main-title{font-size:22px}.info-item{font-size:14px}.assistance-box.side{padding:22px}}.cards-section{padding:3rem 1.5rem;background-color:#f7f3eb;display:flex;justify-content:center}.cards-container{width:100%;max-width:1200px}.cards-header{text-align:center;margin-bottom:3rem}.cards-header h2{font-size:3rem;font-weight:700}.cards-header p{font-size:1.25rem;margin-top:1rem;color:#4b5563}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.card{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.card:hover{transform:translateY(-6px)}.card-image{width:100%;height:220px;object-fit:cover;display:block}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card-description{font-size:1rem;color:#4b5563}@media(max-width:768px){.cards-header h2{font-size:2.25rem}.cards-header p{font-size:1rem}}.contact-form-container{max-width:1260px;margin:0 auto;padding:2rem 30px;width:100%}.form-header{text-align:center;margin-bottom:2rem}.form-title{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700}.form-description{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.contact-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.form-fields.vertical{display:flex;flex-direction:column;gap:1.5rem}.form-fields.horizontal{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-fields.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-field-group{display:flex;flex-direction:column}.form-label{font-weight:600;margin-bottom:.5rem;color:#333;font-size:.95rem}.required-star{color:#dc3545}.form-input{padding:.875rem 1rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#f8f9fa}.form-input:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-input.error{border-color:#dc3545}.form-input::placeholder{color:#94a3b8}textarea.form-input{min-height:120px;resize:vertical;font-family:inherit}select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.5em;padding-right:2.5rem}.submit-button{background:#3b82f6;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:2rem;width:100%}.submit-button:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.submit-button:disabled{background:#94a3b8;cursor:not-allowed}.submit-button:active:not(:disabled){transform:translateY(0)}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center}@media(max-width:1440px){.contact-form-container{max-width:1140px;padding:2rem 25px}.form-title{font-size:2.25rem}.form-description{font-size:1.05rem;max-width:550px}.contact-form{padding:2.25rem}.form-fields.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:992px){.contact-form-container{max-width:960px;padding:1.75rem 20px}.form-title{font-size:2rem;margin-bottom:.75rem}.form-description{font-size:1rem;max-width:500px;line-height:1.5}.contact-form{padding:2rem;border-radius:10px}.form-fields.vertical{gap:1.25rem}.form-fields.horizontal{grid-template-columns:1fr;gap:1.25rem}.form-fields.grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.form-input{padding:.75rem .875rem;font-size:.95rem}textarea.form-input{min-height:100px}.submit-button{padding:.875rem 2rem;font-size:.95rem;margin-top:1.75rem}.success-message{padding:.875rem;font-size:.95rem}}.scroll-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#4f46e5;color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(1rem);opacity:0;transition:all .3s ease;cursor:pointer}.scroll-btn.visible{transform:translateY(0);opacity:1}.scroll-btn:hover{transform:scale(1.05)}.scroll-icon{width:2rem;height:2rem;color:#f3f4f6;transition:transform .3s ease}.scroll-btn:hover .scroll-icon{transform:translateY(-.25rem)}.our-story-section{display:flex;flex-direction:column;width:100%}.our-story-container{width:100%;max-width:1260px;margin:0 auto;padding:0 30px}.our-story-header{width:100%;text-align:center;margin-bottom:40px;margin-top:70px}.our-story-title{font-size:30px;margin-bottom:20px}.our-story-subtitle{font-size:20px;font-weight:600;margin-bottom:20px}.our-story-main-content{display:flex;flex-direction:column;width:100%;align-items:center;gap:2rem}.our-story-text-content{width:100%;text-align:left}.card{background-color:#fff;padding:25px 30px;border-radius:12px;box-shadow:0 8px 20px #0000001f;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px}.our-story-description{white-space:pre-line;margin-bottom:1.5rem;font-size:16px;line-height:1.6}.our-story-quote{font-style:italic;margin-top:1rem;color:#555}.our-story-image{width:100%;display:flex;justify-content:center}.our-story-image img{width:100%;max-width:564px;height:auto;object-fit:cover;border-radius:12px;margin-bottom:20px}@media(min-width:768px){.our-story-main-content{flex-direction:row;align-items:flex-start}.our-story-image{width:50%;justify-content:flex-start}.our-story-text-content{width:50%;margin-left:2rem}}@media(max-width:767px){.our-story-main-content{flex-direction:column;align-items:center}.our-story-text-content{width:100%;margin-left:0}.our-story-image{width:100%;justify-content:center}}.about-sections-container{max-width:1260px;margin:0 auto;padding:5rem 2rem;font-family:Inter,Helvetica Neue,sans-serif}.about-main-title{text-align:center;font-size:3rem;color:#2c3e50;margin-bottom:3.5rem;font-weight:800;position:relative;letter-spacing:1px}.about-main-title:after{content:"";display:block;width:100px;height:5px;background:linear-gradient(90deg,#3566cf,#b0b8d1);margin:1.2rem auto 0;border-radius:3px}.sections-wrapper{display:flex;flex-direction:column;gap:4rem}.about-section{border-radius:20px;padding:2.5rem 3rem;box-shadow:0 12px 30px #00000014;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;transition:all .4s ease;position:relative;overflow:hidden}.about-section:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 60px #0000001f}.about-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at top left,rgba(255,255,255,.2),transparent 70%);pointer-events:none}.section-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.8rem}.section-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;letter-spacing:.5px}.paragraph{font-size:1.15rem;line-height:1.8;color:#37474f;background:#ffffffb3;border-left:4px solid #64b5f6;padding:1.5rem 1.8rem;border-radius:12px;transition:all .3s ease}.paragraph:hover{background:#fff;box-shadow:0 10px 25px #00000014}.item{font-size:20px}.footer{background-color:#232a49;color:#f5f5f5;padding:90px 40px;font-family:Georgia,serif}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center}.footer-left{text-align:left}.footer-description{max-width:400px;font-size:16px;line-height:1.6;margin-bottom:20px}.footer-social{display:flex;gap:15px}.social{width:36px;height:36px;border:1px solid #cfc6b8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#cfc6b8;transition:all .3s ease}.social:hover{background-color:#cfc6b8;color:#3b352e}.footer-center{text-align:center}.footer-logo{width:90px;margin-bottom:10px}.footer-tagline{font-style:italic;font-size:16px}.footer-right{text-align:right}.contact-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:10px;font-size:15px}.contact-row a{color:#f5f5f5;text-decoration:none}.footer-divider{margin:40px 0;height:1px;background-color:#fff3}.footer-bottom{display:flex;justify-content:space-between;font-size:13px;color:#d4cfc4}.footer-links{display:flex;gap:10px}.footer-links a{color:#d4cfc4;text-decoration:none}@media(max-width:992px){.footer{padding:60px 20px}.footer-top{display:flex;flex-direction:column;align-items:center;gap:25px}.footer-left,.footer-center,.footer-right{text-align:center}.footer-description{max-width:100%}.footer-social{justify-content:center}.footer-logo{margin-top:20px}.contact-row{gap:5px;justify-content:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:10px}.footer-links{justify-content:center;gap:5px}}.single-trip-page{min-height:100vh;background:#f8f9fa}.trip-hero{position:relative;height:70vh;min-height:500px;overflow:hidden}.trip-hero-image{position:relative;width:100%;height:100%}.trip-hero-image img{width:100%;height:100%;object-fit:cover}.trip-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#000000b3);display:flex;align-items:flex-end;padding:50px}.trip-hero-content{color:#fff;max-width:1200px;margin:0 auto;width:100%}.trip-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.trip-meta{display:flex;gap:30px;font-size:1.2rem;background:#fff3;padding:15px 25px;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex}.trip-container{max-width:1400px;margin:-100px auto 50px;padding:0 20px;position:relative;z-index:10}.trip-grid{display:grid;grid-template-columns:1fr 350px;gap:30px}.trip-main-content{display:flex;flex-direction:column;gap:30px}.trip-info-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a}.trip-info-card h2{font-size:1.8rem;color:#333;margin-bottom:20px;position:relative;padding-bottom:10px}.trip-info-card h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#2ecc71}.trip-full-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:25px;white-space:pre-line}.map-button{display:inline-flex;align-items:center;gap:10px;padding:12px 25px;background:#f8f9fa;color:#06c;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease}.map-button:hover{background:#e9ecef;transform:translateY(-2px)}.trip-itinerary{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a}.trip-itinerary h2{font-size:1.8rem;color:#333;margin-bottom:25px;position:relative;padding-bottom:10px}.trip-itinerary h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#2ecc71}.days-navigation{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.day-tab{padding:10px 20px;background:#f8f9fa;border:none;border-radius:30px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.day-tab:hover{background:#e9ecef}.day-tab.active{background:#2ecc71;color:#fff}.day-content{display:none;grid-template-columns:300px 1fr;gap:25px;align-items:start}.day-content.active{display:grid}.day-image{border-radius:15px;overflow:hidden;height:200px}.day-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.day-image img:hover{transform:scale(1.05)}.day-details h3{font-size:1.4rem;color:#333;margin-bottom:15px}.day-descriptions{display:flex;flex-direction:column;gap:15px}.description-item{font-size:1rem;line-height:1.6;color:#555;background:#f8f9fa;padding:15px;border-radius:12px;border-left:4px solid #2ecc71}.trip-sidebar{position:sticky;top:20px;height:fit-content}.booking-card{background:#fff;border-radius:20px;padding:25px;box-shadow:0 10px 30px #0000001a}.booking-card h3{font-size:1.4rem;color:#333;margin-bottom:20px;text-align:center}.price-display{background:#f8f9fa;padding:20px;border-radius:15px;margin-bottom:20px;text-align:center}.price-label{display:block;font-size:.9rem;color:#666;margin-bottom:5px}.price-value{font-size:2.2rem;font-weight:700;color:#2ecc71}.booking-details{margin-bottom:25px}.booking-details p{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f0;color:#555}.booking-details p:last-child{border-bottom:none}.book-button{width:100%;padding:15px;background:#2ecc71;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;margin-bottom:10px}.book-button:hover:not(:disabled){background:#27ae60;transform:translateY(-2px);box-shadow:0 10px 20px #2ecc7133}.book-button.disabled{background:#95a5a6;cursor:not-allowed;opacity:.7}.unavailable-message{text-align:center;color:#e74c3c;font-size:.9rem}.loading-container,.error-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loader{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #2ecc71;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:992px){.trip-grid{grid-template-columns:1fr}.trip-hero-content h1{font-size:2.5rem}.trip-sidebar{position:static}.day-content{grid-template-columns:1fr}.day-image{height:250px}}@media(max-width:768px){.trip-hero-overlay{padding:20px}.trip-hero-content h1{font-size:2rem}.trip-meta{flex-direction:column;gap:10px;border-radius:20px}.trip-container{margin-top:-50px}}
