/* Base */
body.tax-destination {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

/* Hero */
.gonepal-hero {
    position: relative;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.gonepal-hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 6%;
}
.gonepal-title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
}

/* Intro */
.gonepal-intro {
    text-align: center;
    padding: 60px 0px;
    background: linear-gradient(156.09deg, #EAF3FA 35.52%, #88ABF6 118.74%);
}
.gonepal-subtitle {
    color: #0056d6;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.gonepal-intro p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
}

/* Section wrapper (title + spacing around the grid) */
.gonepal-trips {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}
.gonepal-section-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn{
    background: #0689e0!important;
}
.wpte-icon-map-marker{
    color: #0689e0!important;
}
.wpte-icon-clock{
    color: #0689e0!important;
}
.wpte-inner-container{
    border: solid 1px #0689e0 !important;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
    margin: 14px 14px -30px 14px !important;
    border-radius: 10px !important;
}
/* Responsive */
@media (max-width: 1024px) {
    .gonepal-title { font-size: 48px; }
    .gonepal-subtitle { font-size: 24px; }
}
@media (max-width: 767px) {
    .gonepal-hero { height: 60vh; padding-bottom: 10%; }
    .gonepal-title { font-size: 32px; padding: 0 10px; }
    .gonepal-intro { padding: 40px 15px; }
    .gonepal-intro p { font-size: 16px; }
    .gonepal-section-title { font-size: 24px; }
}


