body {
    font-family: 'Inter', sans-serif;
    color: #111;
}

.hero-section {
    padding: 80px 0;
}

.section {
    padding: 70px 0;
}

h1, h2, h3 {
    color: #111;
}

.btn-primary {
    background-color:rgb(1 133 127 / 50%);
    border: none;
    margin-top: 10px;
}

.btn-outline-primary {
    color: rgb(1 133 127 / 50%);
    border-color: rgb(0, 73, 70);
    margin-top: 10px;
}

.btn-outline-primary:hover {
    background-color:rgb(0, 73, 70);
    color: #fff;
}
.btn-primary:hover {
    background-color:rgb(0, 73, 70);
    color: #fff;
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}
.logo img {
    height: 60px;
    padding: 0;
    margin: 0;
}
.bg-primary{
    background-color: rgb(1 133 127 / 50%) !important;
}
/* 
======================
    Who is it for 
====================== 
*/

.who-for-section {
    background-color: #ffffff;
}

.who-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.who-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

.who-icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.who-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.who-card p {
    color: #555;
    font-size: 15px;
    margin: 0;
}

/* 
================
Services Section 
================
*/
.services-section {
    background-color: #f5f7f8;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

.service-icon {
    font-size: 38px;
    margin-bottom: 16px;
}

.service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.service-intro {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    font-size: 14px;
    color: #333;
    padding: 6px 0;
}
.anesthesia-points span {
    display: inline-block;
    margin: 6px 12px;
    font-size: 15px;
    color: #333;
}

/* 
=====================
Treatments Page
=====================
*/

.treatment-block {
    max-width: 900px;
    margin: 0 auto;
}

.treatment-subtitle {
    font-weight: 500;
    color: #555;
    margin-bottom: 15px;
}

.treatment-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.treatment-list li {
    padding: 8px 0;
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 20px;
}

.treatment-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgb(1 133 127 / 50%);
    font-weight: bold;
}

.treatment-note {
    font-size: 14px;
    color: #555;
    margin-top: 15px;
}
/* ======================
   Treatment Images
====================== */

.treatment-image {
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    max-height: 420px;
    object-fit: cover;
}
/* 
======================
    Treatments Hero
======================
*/

.hero-treatments {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.hero-badge {
    display: inline-block;
    background: rgba(30, 136, 229, 0.1);
    color: rgb(1 133 127 / 50%);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.hero-image-wrapper {
    position: relative;
    display: inline-block;
    padding: 2px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.hero-image {
    border-radius: 18px;
    max-height: 420px;
    object-fit: cover;
}

/* 
=====================
About us 
=====================
 */
 .hero-about {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.hero-about .hero-badge {
    display: inline-block;
    background: rgba(30, 136, 229, 0.1);
    color: hsl(208, 79%, 51%);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.hero-about .hero-image-wrapper {
    position: relative;
    display: inline-block;
    padding: 2px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.hero-about .hero-image {
    border-radius: 18px;
    max-height: 420px;
    object-fit: cover;
}

/* ======================
   Contact Page
====================== */

.hero-contact {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.contact-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 40px;
}

.contact-info-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 32px;
}

.form-label {
    font-weight: 500;
    font-size: 14px;
}

.form-control,
.form-select {
    border-radius: 10px;
    padding: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #1E88E5;
    box-shadow: 0 0 0 0.15rem rgba(30, 136, 229, 0.15);
}

.contact-info-card a {
    color: #1E88E5;
    text-decoration: none;
}

.contact-info-card a:hover {
    text-decoration: underline;
}
/* ======================
   Map Styling
====================== */

.map-wrapper {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.map-wrapper iframe {
    display: block;
}

/* ======================
   Footer (Updated)
====================== */

.site-footer {
    background-color: #f8fafc;
    padding: 60px 0 30px;
    color: #444;
}

.footer-logo {
    max-width: 150px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 14px;
    color: #111;
}

.footer-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.footer-text a {
    color: #1E88E5;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

.footer-subscribe-form .form-control {
    border-radius: 10px 0 0 10px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
}

.footer-subscribe-form .btn {
    border-radius: 0 10px 10px 0;
    padding: 0 20px;
}

.footer-divider {
    margin: 30px 0 20px;
    border-color: #e5e7eb;
}

.footer-bottom {
    font-size: 13px;
    color: #777;
}

/* Mobile */
@media (max-width: 767px) {
    .site-footer {
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-subscribe-form .input-group {
        flex-direction: column;
    }

    .footer-subscribe-form .form-control,
    .footer-subscribe-form .btn {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .ourteamphoto{
        max-width: 450px !important;
    }
}

