:where([class^="ri-"])::before {
    content: "\f3c2";
}

body {
    font-family: 'Poppins', sans-serif;
}


.hero-section {
    background-image: url('https://readdy.ai/api/search-image?query=professional%20psychologist%20office%20with%20warm%20lighting%2C%20calming%20blue%20tones%2C%20comfortable%20seating%20area%2C%20plants%2C%20and%20a%20bookshelf.%20The%20image%20should%20have%20a%20gradient%20from%20light%20to%20darker%20blue%20on%20the%20left%20side%2C%20creating%20a%20perfect%20space%20for%20text%20overlay.%20The%20right%20side%20shows%20the%20therapy%20space%20clearly.%20Modern%2C%20professional%2C%20calming%20atmosphere&width=1600&height=800&seq=123&orientation=landscape');
    background-size: cover;
    background-position: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.1), 0 8px 10px -6px rgba(59, 130, 246, 0.1);
}

.testimonial-card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}


.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    /* 16px */
    padding-right: 1rem;
    /* 16px */
}

@media (min-width: 768px) {
    .container {
        padding-left: 1.5rem;
        /* 24px */
        padding-right: 1.5rem;
        /* 24px */
    }
}


.hero-slider {
    width: 100vw;
    height: 500px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .hero-slider {
        height: 450px;
    }
}

.slider-container {
    display: flex;
}

.slide {
    flex: 0 0 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    scroll-snap-align: start;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
}

.slide-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.slide-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    word-wrap: break-word;
}

.slide-text {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    text-decoration: none;
    margin-right: 0.75rem;
}

.btn-primary {
    background: #D45A6D;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: #c23248;
}

/* Page Header Styles */
.page-header {
    background-color: #442c2f;
    background-image: linear-gradient(135deg, #fcd1bd 0%, #d84907 100%);
    padding: 20px 0;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
}

/* Form Styles */
.form-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #f8fafc;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input:focus {
    border-color: #7e96a0;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.form-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #1e293b;
}

/* Blog Styles */
.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fadeIn {
    animation: fadeIn 0.5s ease-out forwards;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        background-position: 70% center;
    }
    
    .slider-arrow {
        width: 30px;
        height: 30px;
    }
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: #7e96a0;
}

.hover\:bg-blue-600:hover !import {
    --tw-bg-opacity: 1;
    background-color: #7e96a0;
}