/* ========= HERO SECTION =================== */
.hero { position: relative; height: 650px; display: flex; align-items: center; justify-content: center; color: var(--bg-white); overflow: hidden; background-image: url('../img/hero-desert.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; animation: fadeInDown 0.8s ease; margin-top: 7%;}
.hero-title { color: var(--bg-white); font-size: 5rem; font-weight: bold; margin-bottom: 2rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); letter-spacing: 1px; }
.hero-subtitle { font-size: 2rem; margin-bottom: 2rem; font-weight: normal; color: var(--bg-white); text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
.cta-button { background-color: var(--color-cream); color: var(--brand-color); padding: 1rem 2.5rem; font-size: 1.1rem; font-weight: bold; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.2); text-transform: uppercase;}
.cta-button:hover { background-color: var(--brand-color); color: var(--bg-white); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); }

/* ========= SECTION HEADER STYLES =========== */
.section-header { text-align: center; margin-bottom: 3rem; animation: fadeInUp 0.8s ease; }
.section-title { font-size: 2.5rem; color: var(--brand-color); margin-bottom: 0.5rem; font-weight: bold; letter-spacing: 0.5px; }
.section-description { font-size: 1.1rem; color: var(--txt); font-weight: normal; opacity: 0.8; }

/* ========= TOURS SECTION =================== */
.tours-section { max-width: 1200px; margin: 5rem auto; padding: 0 2rem; }
.tours-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 2rem; }
.tour-card { background-color: var(--bg-white); border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(7,70,70,0.1); transition: all 0.3s ease; cursor: pointer; animation: fadeInUp 0.8s ease; }
.tour-card:hover { transform: translateY(-10px); box-shadow: 0 12px 30px rgba(7,70,70,0.2); }
.tour-image { height: 250px; background-size: cover; background-position: center; background-color: var(--bg-2); position: relative; overflow: hidden; }
.tour-image::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg,rgba(7,70,70,0.3) 0%,rgba(122,70,24,0.2) 100%); transition: all 0.3s ease; }
.tour-card:hover .tour-image::after { background: linear-gradient(135deg,rgba(7,70,70,0.1) 0%,rgba(122,70,24,0.05) 100%); }
.tour-content { padding: 1.5rem; }
.tour-title { font-size: 1.3rem; color: var(--brand-color); margin-bottom: 0.5rem; font-weight: bold; }
.tour-description { color: var(--txt); font-size: 0.95rem; margin-bottom: 1rem; font-weight: normal; line-height: 1.5; }
.tour-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid var(--bg-2); }
.tour-duration { color: var(--color-brown); font-weight: bold; font-size: 0.9rem; }
.tour-price { color: var(--brand-color); font-weight: bold; font-size: 1.1rem; }
.b-for-links { width: 100%; padding: 24px 0 0 0; text-align: center; }
.link-to-all {display: inline-block; font-size: 1rem; padding: 8px 30px; border-radius: 20px; border: 2px solid var(--brand-color); background-color: var(--brand-color); color: var(--bg-white); box-shadow: 0 4px 15px rgba(7,70,70,0.1); transition: all 0.3s ease;}
.link-to-all:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(7,70,70,0.2); }
.link-to-own{display: inline-block; font-size: 1rem; padding: 8px 30px; border-radius: 20px; border: 2px solid var(--brand-color); color: var(--brand-color); box-shadow: 0 4px 15px rgba(7,70,70,0.1); transition: all 0.3s ease;}
.link-to-own:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(7,70,70,0.2); }
/* ========================= LUXURY SECTION ================================== */
#luxury{scroll-margin-top:80px;}
/* ======================== EXPERIENCES SECTION ============================== */
#experiences{scroll-margin-top:80px;}
.experiences-section { max-width: 1200px; margin: 5rem auto; padding: 2rem 2rem 4rem 2rem; background-color: var(--bg-2); border-radius: 8px; }
.experiences-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 2rem; }
.experience-card {cursor: pointer; background-color: var(--bg-white); padding: 2rem; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(7,70,70,0.08); transition: all 0.3s ease; animation: fadeInUp 0.8s ease; }
.experience-card:hover { box-shadow: 0 8px 20px rgba(7,70,70,0.15); transform: translateY(-5px); }
.experience-icon{display: inline-block; width: 70px; height: 70px; font-size: 3.5rem; margin-bottom: 1rem; display: inline-block; transition: transform 0.3s ease; background-position: center; background-repeat: no-repeat; background-size: contain;}
.experience-icon-1{background-image: url('../img/sticker-1.svg');}
.experience-icon-2{background-image: url('../img/sticker-2.svg');}
.experience-icon-3{background-image: url('../img/sticker-3.svg');}
.experience-icon-4{background-image: url('../img/sticker-4.svg?v=3');}
.experience-icon-5{background-image: url('../img/sticker-5.svg');}
.experience-icon-6{background-image: url('../img/sticker-6.svg');}
.experience-card:hover .experience-icon { transform: scale(1.15) rotate(-10deg); }
.experience-title { font-size: 1.2rem; color: var(--brand-color); margin-bottom: 0.5rem; font-weight: bold; }
.experience-text { color: var(--txt); font-size: 0.95rem; line-height: 1.6; font-weight: normal; }
/* =============================================== SERVICES SECTION =============================================== */
#services{scroll-margin-top:40px;}
.services-section { max-width: 1200px; margin: 5rem auto; padding: 4rem 2rem; background: linear-gradient(135deg,var(--bg-2) 0%,var(--bg-white) 100%); border-radius: 8px; }
.services-list { display: grid; gap: 2rem; }
.service-item { display: flex; gap: 2rem; padding: 2rem; background-color: var(--bg-white); border-radius: 8px; box-shadow: 0 2px 10px rgba(7,70,70,0.05); transition: all 0.3s ease; animation: fadeInUp 0.8s ease; cursor: default;}
.service-item:hover { box-shadow: 0 6px 20px rgba(7,70,70,0.12); transform: translateX(5px); }
.service-number { font-size: 2rem; font-weight: bold; color: var(--brand-color); min-width: 60px; display: flex; align-items: flex-start; opacity: 0.6; }
.service-details { flex: 1; }
.service-title { font-size: 1.2rem; color: var(--brand-color); margin-bottom: 0.5rem; font-weight: bold; }
.service-description { color: var(--txt); font-size: 0.95rem; line-height: 1.6; font-weight: normal; }
/*========================= Google Reviews =========================*/
.b-grid-2{max-width: 1200px; margin: 2rem auto 5rem auto; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;}
.b-gr-card{background-color: var(--bg-white); padding: 2rem; border-radius: 8px; box-shadow: 0 2px 10px rgba(7,70,70,0.05); transition: all 0.3s ease; animation: fadeInUp 0.8s ease; cursor: default;}
.review-stars{font-size: 1.2rem; color: #fbbc04;}
.review-author{display: flex; align-items: center; justify-content: left; font-size: 1.1rem; padding: 7px 0;}
#review-author-initial{display: inline-block; width: 40px; height: 40px; border-radius: 50%; background-color: #681da8; color: #fff; text-align: center; line-height: 40px; margin-right: 10px;}
#review-author-name{font-weight: bold;}
.review-text{font-size: 1rem; color: var(--txt); line-height: 1.6; font-weight: normal;}
.google-badge{display: flex; align-items: center; justify-content: left; font-size: 1.1rem;}
#google-rating{margin-left: 10px; font-size: 1.2rem;}
.google-count, .google-note{font-size: 1rem; color: var(--txt); line-height: 1.6; font-weight: normal;}
.google-link{color: var(--brand-color); text-decoration: none; font-weight: bold; font-size: 1.1rem; line-height: 1.6;}
.google-link:hover{color: var(--brand-color); text-decoration: underline;}
/* =============================================== CTA SECTION =============================================== */
.cta-section { background-image: url('../img/desert-2.png'); background-repeat: no-repeat; background-size: cover; background-position: center; color: var(--bg-white); padding: 4rem 2rem; text-align: center; margin: 5rem 0 0 0; }
.cta-content { max-width: 800px; margin: 0 auto; animation: fadeInUp 0.8s ease; }
.cta-title { font-size: 2.5rem; margin-bottom: 1rem; font-weight: bold; }
.cta-text { font-size: 1.1rem; margin-bottom: 2rem; font-weight: normal; opacity: 0.95; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn { padding: 1rem 2rem; font-size: 1rem; font-weight: bold; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; border: none; }
.btn-primary { background-color: var(--brand-color); color: var(--bg-white); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); }
.btn-secondary { background-color: transparent; color: var(--brand-color); border: 2px solid var(--brand-color); }
.btn-secondary:hover { background-color: var(--color-cream); transform: translateY(-3px); }

/* =============================================== ANIMATIONS =============================================== */
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* =============================================== RESPONSIVE DESIGN =============================================== */
@media (max-width:768px) {
.hero { height: 400px; }
.hero-title { font-size: 2.2rem; }
.hero-subtitle { font-size: 1.1rem; }
.section-title { font-size: 2rem; }
.cta-title { font-size: 2rem; }
.tours-grid, .experiences-grid, .entertainment-grid { grid-template-columns: 1fr; }
.service-item { flex-direction: column; }
.cta-buttons { flex-direction: column; }
.btn { width: 100%; } 
.b-for-links a{display: block;}
.b-for-links a:last-child{margin-top: 10px;}
}
@media (max-width:480px) {
.hero-title { font-size: 1.8rem; }
.hero-subtitle { font-size: 0.95rem; }
.section-title { font-size: 1.5rem; }
.cta-button { padding: 0.8rem 2rem; font-size: 1rem; }
.nav-links { gap: 0.5rem; flex-wrap: wrap; }
.nav-link { font-size: 0.85rem; }
.language-switcher { margin-left: 0; padding-left: 0; border-left: none; width: 100%; justify-content: center; order: 10; margin-top: 0.5rem; }
.lang-btn { padding: 0.3rem 0.6rem; font-size: 0.75rem; } 
.b-for-links a{display: block;}
.b-for-links a:last-child{margin-top: 10px;}
}
