*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #c17a4f;--secondary-color: #8b6f47;--accent-color: #d4a574;--text-dark: #3a3229;--text-light: #f5f0e8;--bg-light: #faf8f5;--bg-cream: #f5efe6;--bg-warm: #e8dcc8;--border-color: #d4c4b0;--shadow-light: rgba(139, 111, 71, .1);--shadow-medium: rgba(139, 111, 71, .2)}body{font-family:Poppins,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Lora,serif;line-height:1.2}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600}a{text-decoration:none;color:inherit;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.nav-menu{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px var(--shadow-light);position:sticky;top:0;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-icon{width:40px;height:40px}.logo-text{font-family:Lora,serif;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-dark);font-weight:400;position:relative;padding:.5rem 0}.nav-links a:hover{color:var(--primary-color)}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-links a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:28px;height:3px;background-color:var(--primary-color);margin:3px 0;transition:all .3s ease;border-radius:3px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.hero-header{position:relative;height:90vh;display:flex;align-items:center;justify-content:center;background-image:url(/socotra_tours_official_website_background.jpg);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#08141e7a,#0f23196b);z-index:1}.hero-gallery{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.gallery-card{position:absolute;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff1a;will-change:transform,opacity;opacity:0;width:260px;height:195px;transition:opacity 1.6s cubic-bezier(.4,0,.2,1);animation:card-float 8s ease-in-out infinite}.gallery-card img{width:100%;height:100%;object-fit:cover;display:block}.gallery-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.22) 100%);pointer-events:none}@keyframes card-float{0%,to{translate:0 0}35%{translate:0 -14px}70%{translate:0 6px}}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:800px;padding:2rem;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-badge{margin-bottom:1.5rem;animation:fadeIn 1.5s ease-out}.hero-logo{width:80px;height:80px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}.hero-content h1{margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6),0 4px 20px rgba(0,0,0,.4)}.hero-content .tagline{color:#f5ede0;text-shadow:0 1px 6px rgba(0,0,0,.5)}.hero-content .intro-text{color:#ffffffeb;text-shadow:0 1px 4px rgba(0,0,0,.45)}.tagline{font-size:1.8rem;font-weight:300;margin-bottom:1.5rem;font-style:italic}.intro-text{font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;padding:1rem 2.5rem;background-color:var(--text-light);color:var(--primary-color);font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px var(--shadow-medium);text-transform:uppercase;letter-spacing:1px;font-size:.95rem}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-medium);background-color:var(--primary-color);color:var(--text-light)}.cta-button.primary{background-color:var(--text-light);color:var(--primary-color)}.cta-button.primary:hover{background-color:var(--secondary-color);color:var(--text-light)}.cta-button.secondary{background-color:var(--accent-color);color:var(--text-dark)}.cta-button.secondary:hover{background-color:var(--primary-color);color:var(--text-light)}.cta-button.large{padding:1.25rem 3rem;font-size:1.1rem}.advantages-section{padding:6rem 0;background-color:var(--bg-cream)}.section-title{text-align:center;color:var(--primary-color);margin-bottom:3rem}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.advantage-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow-light);text-align:center;transition:all .3s ease}.advantage-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px var(--shadow-medium)}.advantage-icon{font-size:3.5rem;margin-bottom:1.5rem}.advantage-card h3{color:var(--secondary-color);margin-bottom:1rem}.advantage-card p{line-height:1.7;color:var(--text-dark)}.history-section{padding:6rem 0;background-color:var(--bg-light)}.history-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.history-image{width:100%;height:500px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px var(--shadow-medium)}.history-text h2{color:var(--primary-color);margin-bottom:1.5rem}.history-text p{margin-bottom:1.5rem;line-height:1.8;font-size:1.05rem}.tours-section{padding:6rem 0;background-color:var(--bg-warm)}.tour-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 25px var(--shadow-light)}.tour-block.reverse{direction:rtl}.tour-block.reverse>*{direction:ltr}.tour-content{padding:3rem}.tour-content h2{color:var(--primary-color);margin-bottom:1.5rem}.tour-description{font-size:1.05rem;line-height:1.8;margin-bottom:2rem;color:var(--text-dark)}.tour-image{height:100%;min-height:400px}.tour-image img{width:100%;height:100%;object-fit:cover}.cta-divider{text-align:center;margin:3rem 0}.faq-section{padding:6rem 0;background-color:var(--bg-cream)}.faq-list{max-width:900px;margin:0 auto;margin-top:3rem}.faq-item{background:#fff;margin-bottom:1rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px var(--shadow-light);transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 15px var(--shadow-medium)}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;font-size:1.15rem;font-weight:600;color:var(--secondary-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{color:var(--primary-color)}.faq-toggle{font-size:1.8rem;font-weight:300;color:var(--primary-color);transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 2rem 1.5rem}.faq-answer p{line-height:1.8;color:var(--text-dark)}.faq-answer a{color:var(--primary-color);text-decoration:underline}.faq-answer a:hover{color:var(--secondary-color)}.reviews-section{padding:6rem 0;background-color:var(--bg-light)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.review-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow-light);display:flex;gap:1.5rem;transition:all .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow-medium)}.reviewer-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid var(--accent-color);flex-shrink:0}.review-content{flex:1}.stars{color:#f5a623;font-size:1.2rem;margin-bottom:.75rem}.review-text{font-size:.95rem;line-height:1.6;color:var(--text-dark);margin-bottom:1rem;font-style:italic}.reviewer-name{font-weight:600;color:var(--secondary-color);font-size:.95rem}.final-cta{padding:6rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);text-align:center;color:var(--text-light)}.final-cta h2{color:var(--text-light);font-size:3rem;margin-bottom:1rem}.final-cta p{font-size:1.2rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.footer{background-color:var(--text-dark);color:var(--text-light);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:var(--accent-color);margin-bottom:1rem}.footer-section h4{color:var(--accent-color);margin-bottom:1rem;font-size:1.1rem}.footer-logo{width:60px;height:60px;margin-bottom:1rem}.footer-tagline{font-size:.9rem;color:var(--bg-warm)}.footer-section p{margin-bottom:.75rem;line-height:1.6}.footer-section a{display:block;margin-bottom:.5rem;color:var(--bg-warm);transition:all .3s ease}.footer-section a:hover{color:var(--accent-color);padding-left:5px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(245,240,232,.2);color:var(--bg-warm);font-size:.9rem}.whats-included-section{padding:6rem 0;background-color:var(--bg-light)}.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.included-card{background:#fff;border-radius:16px;box-shadow:0 6px 24px var(--shadow-light);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease}.included-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px var(--shadow-medium)}.included-card-header{display:flex;align-items:center;gap:.875rem;padding:1.75rem 2rem 1.25rem;border-bottom:1px solid var(--border-color)}.included-card-header h3{font-size:1.3rem;color:var(--text-dark);margin:0}.included-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0}.included-icon-yes{background-color:#d4edda;color:#2d7a4f}.included-icon-no{background-color:#fde8e8;color:#b94a4a}.included-list{list-style:none;padding:1.5rem 2rem;flex:1}.included-list li{padding:.55rem 0;border-bottom:1px solid var(--bg-cream);font-size:.97rem;line-height:1.55;color:var(--text-dark);display:flex;align-items:flex-start;gap:.6rem}.included-list li:before{content:"";width:6px;height:6px;border-radius:50%;margin-top:.48rem;flex-shrink:0}.included-yes .included-list li:before{background-color:#2d7a4f}.included-no .included-list li:before{background-color:#b94a4a}.included-list li:last-child{border-bottom:none}.included-cta-box{margin:0 2rem 2rem;background:linear-gradient(135deg,var(--bg-cream) 0%,var(--bg-warm) 100%);border-radius:12px;padding:1.5rem;text-align:center;border:1px solid var(--border-color)}.included-cta-box p{font-size:.97rem;line-height:1.6;color:var(--secondary-color);margin-bottom:1.25rem;font-style:italic}.cta-button-warm{background-color:var(--primary-color);color:var(--text-light);padding:.9rem 2rem;border-radius:50px;font-weight:600;font-size:.92rem;letter-spacing:.5px;text-transform:uppercase;display:inline-block;transition:all .3s ease;box-shadow:0 4px 14px var(--shadow-medium)}.cta-button-warm:hover{background-color:var(--secondary-color);color:var(--text-light);transform:translateY(-3px);box-shadow:0 7px 20px var(--shadow-medium)}.tour-info-block,.what-to-bring-block{background:#fff;border-radius:16px;box-shadow:0 4px 18px var(--shadow-light);padding:2.5rem;margin-top:2rem}.tour-info-title{font-size:1.25rem;color:var(--primary-color);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--bg-warm)}.tour-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.tour-info-item{display:flex;flex-direction:column;gap:.2rem;padding:.875rem 1rem;background:var(--bg-cream);border-radius:10px;transition:background .2s ease}.tour-info-item:hover{background:var(--bg-warm)}.tour-info-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--secondary-color)}.tour-info-value{font-size:.97rem;color:var(--text-dark);line-height:1.4}.bring-grid{display:flex;flex-wrap:wrap;gap:.65rem}.bring-item{background:var(--bg-cream);border:1px solid var(--border-color);border-radius:50px;padding:.45rem 1.1rem;font-size:.9rem;color:var(--text-dark);transition:all .2s ease;cursor:default}.bring-item:hover{background:var(--accent-color);border-color:var(--accent-color);color:var(--text-dark);transform:translateY(-2px)}.meetingpoint-block{background:#fff;border-radius:16px;box-shadow:0 4px 18px var(--shadow-light);padding:2.5rem;margin-top:2rem}.meetingpoint-title{font-size:1.25rem;color:var(--primary-color);margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:2px solid var(--bg-warm)}.meetingpoint-intro{font-size:1rem;line-height:1.7;color:var(--text-dark);margin-bottom:2rem;max-width:820px}.meetingpoint-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.meetingpoint-photo-wrap{border-radius:14px;overflow:hidden;box-shadow:0 6px 24px var(--shadow-medium);transition:transform .3s ease,box-shadow .3s ease}.meetingpoint-photo-wrap:hover{transform:translateY(-4px);box-shadow:0 12px 36px var(--shadow-medium)}.meetingpoint-photo{width:100%;height:100%;min-height:340px;object-fit:cover;display:block}.meetingpoint-map-card{border-radius:14px;overflow:hidden;box-shadow:0 6px 24px var(--shadow-light);border:1px solid var(--border-color);display:flex;flex-direction:column;background:var(--bg-cream)}.meetingpoint-map-header{display:flex;align-items:center;gap:.6rem;padding:1.1rem 1.25rem;background:#fff;border-bottom:1px solid var(--border-color)}.meetingpoint-pin-icon{width:22px;height:22px;color:var(--primary-color);flex-shrink:0}.meetingpoint-map-title{font-family:Lora,serif;font-weight:600;font-size:1rem;color:var(--text-dark)}.meetingpoint-map-embed{flex:1;display:block;overflow:hidden}.meetingpoint-map-link{cursor:pointer}.meetingpoint-map-img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block;transition:transform .3s ease}.meetingpoint-map-link:hover .meetingpoint-map-img{transform:scale(1.03)}.meetingpoint-map-footer{padding:1.1rem 1.25rem 1.4rem;background:#fff;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:.85rem;align-items:flex-start}.meetingpoint-coords-label{font-size:.9rem;color:var(--secondary-color);line-height:1.4}.meetingpoint-map-btn{display:inline-block;background-color:var(--primary-color);color:var(--text-light);padding:.65rem 1.4rem;border-radius:50px;font-size:.88rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease;box-shadow:0 3px 12px var(--shadow-medium)}.meetingpoint-map-btn:hover{background-color:var(--secondary-color);color:var(--text-light);transform:translateY(-2px);box-shadow:0 6px 18px var(--shadow-medium)}@media (max-width: 1024px){.nav-links{gap:1rem}h1{font-size:2.5rem}h2{font-size:2rem}.history-content,.tour-block{grid-template-columns:1fr}.tour-block.reverse{direction:ltr}.tour-image{min-height:300px}}@media (max-width: 768px){.nav-container{flex-direction:row;justify-content:space-between}.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:5rem 2rem 2rem;gap:2rem;box-shadow:-5px 0 20px var(--shadow-medium);transition:right .4s ease;z-index:1000}.nav-links.active{right:0}.nav-links a{font-size:1.2rem;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.nav-links a:after{display:none}.nav-container{padding:.75rem 1rem}.logo-icon{width:35px;height:35px}.logo-text{font-size:1.25rem}.hero-header{height:100svh;margin-top:0}.hero-content{padding:1.5rem}.hero-logo{width:60px;height:60px}.gallery-card{width:150px;height:112px}h1{font-size:2rem}.tagline{font-size:1.3rem}.intro-text{font-size:1rem;margin-bottom:2rem}.cta-button{padding:.875rem 2rem;font-size:.9rem;margin-bottom:2rem}.brand-story-section,.brand-story-section h2,.brand-story-section p{text-align:center}.advantages-grid,.reviews-grid{grid-template-columns:1fr}.history-image{height:300px}.tours-section,.tour-block{text-align:center}.tour-content{padding:2rem;text-align:center}.tour-content h2,.tour-content p{text-align:center}.tour-content .cta-button{margin-left:auto;margin-right:auto}.final-cta h2{font-size:2rem}.final-cta p{font-size:1rem}.review-card{flex-direction:column;align-items:center;text-align:center}.container{padding:0 1rem}.included-grid,.meetingpoint-grid{grid-template-columns:1fr}.meetingpoint-photo{min-height:260px}.meetingpoint-map-embed{min-height:200px}.meetingpoint-block{padding:1.75rem 1.25rem}.included-card-header{padding:1.25rem 1.25rem 1rem}.included-list{padding:1rem 1.25rem}.included-cta-box{margin:0 1.25rem 1.5rem}.tour-info-block,.what-to-bring-block{padding:1.75rem 1.25rem}.tour-info-grid{grid-template-columns:1fr}}
