.enjoy-barranco-tour { font-family:’Segoe UI’, sans-serif; }
.enjoy-barranco-tour .tour-section {
background: linear-gradient(145deg, #00140C, #00281A 60%, #013822);
padding: 36px;
border-radius: 24px;
color: #f2f2f2;
border: 1px solid rgba(255,255,255,0.12);
box-shadow: 0 0 25px rgba(0,0,0,0.55);
}
.enjoy-barranco-tour .title {
color:#FFD700;
font-size:2.2rem;
text-align:center;
}
.enjoy-barranco-tour .tagline {
text-align:center;
color:#d4d4d4;
margin-bottom:22px;
}
.enjoy-barranco-tour .info-flex {
display:flex;
gap:20px;
flex-wrap:wrap;
justify-content:center;
}
.enjoy-barranco-tour .info-card {
background:rgba(255,255,255,0.07);
padding:20px;
width:220px;
border-radius:16px;
text-align:center;
border:1px solid rgba(255,255,255,0.08);
transition: all 0.3s ease;
}
.enjoy-barranco-tour .info-card:hover {
transform: translateY(-5px);
}
.enjoy-barranco-tour .icon { font-size:2rem; }
.enjoy-barranco-tour .info-card h4 { color:#FFD700; }
.enjoy-barranco-tour .map-link { color:#4cd99b; font-weight:600; }
.enjoy-barranco-tour .description {
margin-top:22px;
line-height:1.75;
}
.enjoy-barranco-tour .subtitle {
color:#FFD700;
font-size:1.55rem;
margin-top:28px;
}
.enjoy-barranco-tour .highlights {
margin-top:10px;
padding-left:20px;
}
.enjoy-barranco-tour .conditions {
margin-top:30px;
background:rgba(255,215,0,0.18);
padding:24px;
border-left:6px solid #FFD700;
border-radius:14px;
}
.enjoy-barranco-tour .reviews-section {
margin-top:28px;
background:rgba(255,255,255,0.12);
padding:22px;
border-radius:14px;
}
.enjoy-barranco-tour .review-card {
background:rgba(0,0,0,0.25);
padding:14px;
border-radius:10px;
margin-bottom:12px;
}
.enjoy-barranco-tour .stars { color:#FFD700; }
.enjoy-barranco-tour .button-row {
margin-top:30px;
display:flex;
justify-content:center;
}
.enjoy-barranco-tour .btn {
background:#25D366;
color:#fff;
padding:14px 24px;
border-radius:14px;
text-decoration:none;
font-weight:700;
transition: 0.3s;
}
.enjoy-barranco-tour .btn:hover {
opacity:0.85;
}
.enjoy-barranco-tour .tripadvisor-btn { background:#34A853; }
/* FAQ */
.enjoy-barranco-tour .faq-section {
margin-top:32px;
background:rgba(255,255,255,0.10);
padding:24px;
border-radius:18px;
border:1px solid rgba(255,255,255,0.15);
}
.enjoy-barranco-tour .faq-item {
margin-bottom:16px;
padding-bottom:14px;
border-bottom:1px dashed rgba(255,255,255,0.25);
}
.enjoy-barranco-tour .faq-item:last-child {
border-bottom:none;
margin-bottom:0;
}
.enjoy-barranco-tour .faq-item h4 {
color:#FFD700;
margin-bottom:6px;
}
.enjoy-barranco-tour .faq-item p {
line-height:1.6;
color:#eaeaea;
}
