/* General Typography */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa; /* Neutral 2 */
    color: #333; /* Neutral 1 */

}

/* Hero Section */
.hero-section {
    background-image: url('./images/desk.jpg'); /* Replace with your background image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
    color: white;
    text-align: center;
    padding-top: 50px;
    background-attachment: fixed; /* This makes the background image scroll with the page */


}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3.5rem; /* Default size for larger screens */
    color: #f47c57; /* Primary color */
    margin-bottom: 1rem;
}

/* For smaller screens (smartphones) */
@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem; /* Smaller text for smartphones */
    }
}


.hero-subtitle {
    font-family: 'Dancing Script', cursive;
    font-size: 1.8rem;
    color: #88c1d0; /* Secondary color */
    margin-bottom: 2rem;
}

/* Icons Styling */
.icons-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.icons-container img {
    max-width: 100px;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    background-color: white;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.icons-container img:hover {
    transform: scale(1.1);
}

.icon-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #88c1d0; /* Neutral 1 */
    margin-top: 10px;
}

/* Section: Why See a Psychologist */
#why-psychologist {
    padding: 3rem 0;
    background-color: #f8f9fa; /* Neutral 2 */
}

#why-psychologist h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    color: #88c1d0; /* Primary color */
}

#why-psychologist p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #333; /* Neutral 1 */
    line-height: 1.8;
}

#why-psychologist ul {
    padding-left: 1rem;
}

#why-psychologist ul li {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #333; /* Neutral 1 */
    display: flex;
    align-items: center;
}

#why-psychologist ul li i {
    color: #f47c57; /* Primary color */
    margin-right: 0.5rem;
}

#why-psychologist img {
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#why-psychologist .btn-outline-primary {
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
    border: 2px solid #88c1d0; /* Primary color */
    color: #88c1d0; /* Primary color */
    transition: all 0.3s ease;
}

#why-psychologist .btn-outline-primary:hover {
    background-color: #f47c57; /* Primary color */
    color: white;
    border-color: #f47c57;
}


/* Section: Areas of Intervention */
#intervention-areas {
    background-color: #f8f9fa; /* Neutral 2 */
}

#intervention-areas .section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #f47c57; /* Primary color */
    margin-bottom: 2rem;
}

.card {
    border: none; /* Remove border for cleaner look */
    border-radius: 8px; /* Rounded corners */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
}

.card-img-top {
    height: 200px; /* Fixed height for images */
    object-fit: cover; /* Crop images to fit */
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333; /* Neutral 1 */
    margin-top: 10px;
    text-align: center;
}

.card-body {
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    color: #333;
}



/* General Styling for Contact Section */
#contact .col-md-6 {
    display: flex;
    align-items: stretch; /* Make both cards equal height */
}

#contact .p-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space elements inside each card */
}

/* Left Card (Contact Information) */
#contact .contact-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #f47c57; /* Primary color */
    margin-bottom: 1rem;
    text-align: center; /* Align text to the left */
}

#contact .contact-name {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #88c1d0; /* Secondary color */
    margin-bottom: 1rem;
    text-align: left; /* Align text to the left */
}

#contact ul.list-unstyled {
    padding-left: 0;
    margin: 0;
    text-align: left; /* Align text to the left */
}

#contact ul.list-unstyled li {
    font-size: 1rem;
    color: #333; /* Neutral 1 */
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

#contact ul.list-unstyled li i {
    color: #f47c57; /* Primary color */
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

#contact ul.list-unstyled li a {
    color: #333; /* Neutral 1 */
    text-decoration: none;
    transition: color 0.3s ease;
}

#contact ul.list-unstyled li a:hover {
    color: #f47c57; /* Primary color */
    text-decoration: underline;
}

/* Center Align Each Line in Practice Card */
#contact .text-center ul.list-unstyled {
    margin: 0 auto; /* Center the list container */
    list-style: none; /* Remove default bullet points */
    text-align: center; /* Center-align all text */
    padding: 0; /* Remove default padding */
}

#contact .text-center ul.list-unstyled li {
    font-size: 1rem; /* Maintain readable font size */
    font-weight: 400; /* Keep uniform font weight */
    line-height: 1.8; /* Add vertical spacing between lines */
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack text vertically */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
}

/* Make Titles Bold */
#contact .text-center ul.list-unstyled li strong {
    font-size: 1.1rem; /* Slightly larger font for titles */
    font-weight: 600; /* Make titles bold */
    margin-bottom: 0.5rem; /* Add spacing below titles */
}

/* Section Title */
#services .section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    color: #88c1d0;
    margin-bottom: 1rem;
}

/* Quote Styling */
#services .quote {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #f47c57;
    font-style: italic;
}

/* Author Styling */
#services .author {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

/* Cards Styling */
#services .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#services .card-body {
    text-align: center;
}

#services .icon-container img {
    max-width: 100px;
    margin-bottom: 1rem;
}

#services .card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

#services .card-price {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #f47c57;
    font-weight: bold;
    margin-top: 0.5rem;
}

/* Style for background section */
#services {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

/* Increase the height of the cards */
#services .card {
    height: 300px;
}

/* Responsiveness */
@media (max-width: 768px) {
    #services .card {
        height: auto;
    }
}


/* Footer */
footer {
    background: #333; /* Neutral 1 */
    color: white;
    padding: 1rem 0;
    text-align: center;
    font-size: 1rem;
}

footer a {
    color: #f47c57; /* Primary color */
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #88c1d0; /* Secondary color */
    text-decoration: underline;
}

.footer-links {
    margin-top: 1rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #f47c57; /* Primary color */
    text-decoration: underline;
}

/* Button Links Across Sections */
.btn-primary {
    background-color: #f47c57; /* Primary color */
    border: none;
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #ffcccb; /* Accent color */
    color: #333; /* Neutral 1 */
}
