/* ========= HERO SECTION =================== */
.hero { position: relative; height: 500px; display: flex; align-items: center; justify-content: center; color: var(--bg-white); overflow: hidden; background-image: url('../img/hero-tours-2.jpeg'); background-repeat: no-repeat; background-size: cover; background-position: center; }
.hero-blure::after{content: ''; position: absolute; inset: 0; background-color: rgba(11, 70, 7, 0.3);}
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; animation: fadeInDown 0.8s ease; margin-top: 10%; }
.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); }
.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: 1fr 1fr 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 { aspect-ratio: 100 / 90; 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); }
@media (max-width:768px){
.hero{height:300px;padding:2rem 1rem;}
.hero-content{margin-top:5%;}
.hero-title{font-size:2.5rem;margin-bottom:1rem;letter-spacing:0px;}
.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem;}
.cta-button{padding:0.8rem 2rem;font-size:0.95rem;}
.section-header{margin-bottom:2rem;}
.section-title{font-size:1.8rem;margin-bottom:0.5rem;}
.section-description{font-size:1rem;}
.tours-section{margin:2rem auto;padding:0 1rem;}
.tours-grid{grid-template-columns:1fr;gap:1.5rem;}
.tour-card{animation:fadeInUp 0.6s ease;}
.tour-image{aspect-ratio:100 / 85;}
.tour-content{padding:1.2rem;}
.tour-title{font-size:1.1rem;margin-bottom:0.5rem;}
.tour-description{font-size:0.9rem;margin-bottom:0.8rem;line-height:1.4;}
.tour-meta{flex-direction:column;align-items:flex-start;gap:0.5rem;padding-top:0.8rem;}
.tour-duration{font-size:0.85rem;}
.tour-price{font-size:1rem;}
.b-for-links{padding:1rem 0 0 0;}
.link-to-all,.link-to-own{font-size:0.9rem;padding:8px 20px;width:100%;margin:0.5rem 0;display:block;}
}
@media (max-width:1024px) and (min-width:769px){
.hero{height:400px;}
.hero-title{font-size:3.5rem;margin-bottom:1.5rem;}
.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;}
.section-title{font-size:2.2rem;}
.tours-grid{grid-template-columns:1fr 1fr;gap:1.5rem;}
.tour-image{aspect-ratio:100 / 85;}
.tour-title{font-size:1.2rem;}
.link-to-all,.link-to-own{font-size:0.95rem;padding:8px 25px;}
}

@media (max-width:480px){
.hero{height:250px;padding:1rem;}
.hero-content{margin-top:0;}
.hero-title{font-size:1.8rem;margin-bottom:0.8rem;}
.hero-subtitle{font-size:0.95rem;margin-bottom:1rem;}
.cta-button{padding:0.7rem 1.5rem;font-size:0.85rem;}
.section-title{font-size:1.5rem;}
.section-description{font-size:0.95rem;}
.tours-section{margin:1.5rem auto;padding:0 0.5rem;}
.tours-grid{gap:1rem;}
.tour-card{border-radius:6px;}
.tour-image{aspect-ratio:100 / 90;}
.tour-content{padding:1rem;}
.tour-title{font-size:1rem;}
.tour-description{font-size:0.85rem;margin-bottom:0.6rem;}
.tour-meta{padding-top:0.6rem;}
.tour-duration{font-size:0.8rem;}
.tour-price{font-size:0.95rem;}
.link-to-all,.link-to-own{font-size:0.85rem;padding:6px 15px;}
}