/* VIBE Localities Page Core Styles */
body {
    font-family: 'Varela Round', 'Segoe UI', Arial, sans-serif;
    background: #f8fafc;
    color: #212529;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.vibe-hero-section {
    background: linear-gradient(90deg, #f8fafc 60%, #fffbe9 100%);
    padding: 64px 0 40px 0;
}

.vibe-hero-main {
    max-width: 900px;
    margin: 0 auto 36px auto;
    text-align: center;
}

.vibe-hero-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #008793;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.vibe-hero-highlight {
    background: #ffd700;
    color: #222;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    display: inline-block;
}

.vibe-hero-desc {
    font-size: 1.15rem;
    color: #222;
    margin: 0 auto 30px;
    max-width: 700px;
    line-height: 1.7;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 18px 20px;
    box-shadow: 0 2px 10px rgba(255,215,0,0.07);
}

.vibe-hero-btn {
    background: #25d366;
    color: #fff;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 1.07rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
    margin-bottom: 18px;
    margin-top: 8px;
    letter-spacing: 0.3px;
}
.vibe-hero-btn + .vibe-hero-btn {
    background: #008793;
    color: #fff;
    margin-left: 12px;
}
.vibe-hero-btn:hover, .vibe-hero-btn:focus { background: #128C7E; color: #fff; }
.vibe-hero-btn + .vibe-hero-btn:hover { background: #005f6b; color: #fff; }

.vibe-hero-cards { margin-top: 36px; }
.vibe-hero-card {
    background: #fff;
    padding: 28px 22px 24px 22px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.09);
    min-height: 320px;
    margin-bottom: 24px;
    text-align: left;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.vibe-hero-card:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.14);
    transform: translateY(-4px) scale(1.025);
}
.vibe-hero-card h3 {
    color: #008793;
    font-size: 1.22rem;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 0;
    letter-spacing: 0.2px;
}
.vibe-hero-card p {
    color: #444;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 12px 0;
}
.vibe-hero-card ul {
    margin-top: 10px;
    padding-left: 20px;
    color: #555;
    font-size: 0.97rem;
}
.vibe-hero-card ul li { margin-bottom: 5px; }

.vibe-section-title {
    color: #008793;
    font-size: 1.4rem;
    font-weight: 900;
    margin: 46px auto 18px auto;
    text-align: center;
    letter-spacing: 0.2px;
}

.vibe-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-bottom: 40px;
}

.vibe-service-block {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 30px 20px;
    max-width: 340px;
    flex: 1 1 300px;
    text-align: center;
    min-height: 260px;
}
.vibe-service-block h4 {
    color: #008793;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.vibe-service-block p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 0;
}

.vibe-about-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.09);
    padding: 36px 28px;
    margin: 48px auto 32px auto;
    max-width: 900px;
}
.vibe-about-section h2 {
    color: #008793;
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 16px;
    text-align: center;
}
.vibe-about-section p { color: #444; font-size: 1.08rem; line-height: 1.7; text-align: center; }

.vibe-why-section {
    background: #f8fafc;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 32px 20px;
    margin: 0 auto 36px auto;
    max-width: 900px;
}
.vibe-why-section h2 {
    color: #008793;
    font-size: 1.22rem;
    font-weight: 900;
    margin-bottom: 14px;
    text-align: center;
}
.vibe-why-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 16px;
}
.vibe-why-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255,215,0,0.07);
    padding: 18px 14px;
    max-width: 260px;
    flex: 1 1 220px;
    text-align: center;
    font-size: 1rem;
    color: #444;
}

.vibe-process-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.09);
    padding: 36px 28px;
    margin: 36px auto 36px auto;
    max-width: 900px;
}
.vibe-process-section h2 {
    color: #008793;
    font-size: 1.22rem;
    font-weight: 900;
    margin-bottom: 18px;
    text-align: center;
}
.vibe-process-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 10px;
}
.vibe-process-step {
    background: #f8fafc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255,215,0,0.07);
    padding: 18px 14px;
    max-width: 220px;
    flex: 1 1 180px;
    text-align: center;
    font-size: 1rem;
    color: #444;
}

.vibe-faq-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.09);
    padding: 36px 28px;
    margin: 36px auto 36px auto;
    max-width: 900px;
}
.vibe-faq-section h2 {
    color: #008793;
    font-size: 1.22rem;
    font-weight: 900;
    margin-bottom: 18px;
    text-align: center;
}
.vibe-faq-list { margin-top: 10px; }
.vibe-faq-q {
    font-weight: bold;
    color: #008793;
    margin-bottom: 4px;
}
.vibe-faq-a {
    color: #444;
    margin-bottom: 18px;
}

.vibe-testimonial-section {
    background: #f8fafc;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 32px 20px;
    margin: 36px auto 36px auto;
    max-width: 900px;
}
.vibe-testimonial-section h2 {
    color: #008793;
    font-size: 1.22rem;
    font-weight: 900;
    margin-bottom: 16px;
    text-align: center;
}
.vibe-testimonial-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 10px;
}
.vibe-testimonial-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255,215,0,0.07);
    padding: 18px 14px;
    max-width: 320px;
    flex: 1 1 220px;
    font-size: 1rem;
    color: #444;
    text-align: left;
}

.vibe-map-wrap {
    margin: 40px auto 0 auto;
    max-width: 700px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.vibe-contact-section {
    margin: 48px auto 0 auto;
    max-width: 700px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    padding: 32px 24px;
    text-align: center;
}
.vibe-contact-section h4 { color: #008793; font-weight: 700; margin-bottom: 18px; }
.vibe-contact-section ul { list-style: none; padding: 0; margin: 0;}
.vibe-contact-section li { margin-bottom: 10px; color: #444; }
.vibe-contact-section a.button {
    background: #FFD700;
    color: #222;
    padding: 10px 22px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
}
.vibe-contact-section a.button:hover { background: #008793; color: #fff; }

@media (max-width: 991px) {
    .container { padding: 0 4vw; }
    .vibe-hero-main { padding: 0 8px;}
    .vibe-hero-card { min-height: auto; }
    .vibe-services-grid { flex-direction: column; gap: 18px;}
    .vibe-why-list, .vibe-process-list, .vibe-testimonial-list { flex-direction: column; gap: 12px;}
}
@media (max-width: 767px) {
    .vibe-hero-title { font-size: 1.3rem; }
    .vibe-hero-desc { font-size: 1rem; }
    .vibe-hero-card { padding: 16px 6px;}
    .vibe-map-wrap { max-width: 98vw; }
    .vibe-contact-section { padding: 14px 6px;}
    .vibe-about-section, .vibe-why-section, .vibe-process-section, .vibe-faq-section, .vibe-testimonial-section { padding: 18px 6px;}
}
.vibe-testimonial-slider {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    background: #fffbe6;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(255,215,0,0.10);
    padding: 36px 24px 54px 24px;
    min-height: 260px;
}

.vibe-testimonial-slide {
    display: none;
    text-align: left;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 24px 18px;
    min-height: 180px;
    transition: opacity 0.4s;
}

.vibe-testimonial-slide.active {
    display: block;
    opacity: 1;
}

.vibe-testimonial-slider .testimonial-quote {
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.7;
}

.vibe-testimonial-slider .testimonial-cite {
    color: #FFD700;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
    display: block;
}

.vibe-testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 20px;
    left: 0; right: 0;
}

.vibe-testimonial-btn {
    background: #FFD700;
    color: #222;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.4em;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vibe-testimonial-btn:hover,
.vibe-testimonial-btn:focus {
    background: #008793;
    color: #fff;
    outline: none;
}

