﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

.navbar-nav .nav-link {
    font-size: 1.05rem;
    font-weight: 400;
    color: #222 !important;
    transition: 0.2s;
    border-radius: 5px;
    padding: 8px 18px;
}

    .navbar-nav .nav-link.active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
        background: #f5f5f5;
        /*color: #0d6efd !important;*/
    }

.btn-outline-dark {
    border-radius: 0 !important;
    font-size: 1rem;
    font-weight: 500;
}

.fw-bold.fs-3 {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}




    .card:hover {
        box-shadow: 0 6px 32px 0 rgba(50,50,80,.12) !important;
    }

.card-title {
    font-weight: 700 !important;
    font-size: 1.2rem;
    color: #232323;
}

.card-text.short-desc {
    font-size: 1.06rem;
    color: #757575;
    font-weight: 400;
}

.btn-link {
    font-weight: 500;
    font-size: 1.04rem;
}

.about-home-section {
    box-shadow: 0 4px 32px 0 rgba(120,130,170,.06);
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 38px;
}

@media (max-width: 576px) {
    .about-home-section h1 {
        font-size: 2.1rem !important;
    }

    .about-home-section p {
        font-size: 1rem !important;
    }
}


.custom-card {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(80, 80, 100, 0.09);
    transition: box-shadow 0.18s;
    min-height: 260px;
    margin-bottom: 24px;
    width: 100%;
    overflow: hidden;
}

    .custom-card:hover {
        box-shadow: 0 8px 36px 0 rgba(50,50,80,0.18);
    }

.therapy-img {
    width: 260px;
    height: 100%;
    object-fit: cover;
    min-height: 210px;
    background: #f7f7fa;
    flex-shrink: 0;
    border-radius: 0 0 0 0;
}

.card-body {
    flex: 1;
    padding: 32px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




    .therapy-card:hover {
        box-shadow: 0 8px 36px 0 rgba(50,50,80,0.13);
    }

.therapy-img {
    width: 280px;
    min-width: 200px;
    height: 220px;
    object-fit: cover;
    background: #f9f9fc;
    border-radius: 0;
    flex-shrink: 0;
}

.therapy-content {
    padding: 34px 32px 34px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.therapy-title {
    font-size: 1.3rem;
    color: #232323;
    margin-bottom: 18px;
}

.therapy-desc {
    font-size: 1.08rem;
    color: #757575;
    margin-bottom: 0;
    font-weight: 400;
}

.therapy-link {
    color: #1676f3;
    font-size: 1rem;
    text-decoration: none;
    margin-top: 14px;
    cursor: pointer;
    display: inline-block;
}

.card {
    border-radius: 10px !important;
    box-shadow: 0 2px 12px 0 rgba(80,80,100,.07) !important;
    border: none !important;
    transition: box-shadow .15s;
}