
:root {
    --primary-blue: #1b53c0;
    --dark-blue: #0d3b94;
    --accent-purple: #b66d9b;
    --accent-purple-hover: #9a497c;
    --light-gray: #f8f9fa;
    --text-dark: #333;
    --text-muted: #777;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
}

h1, h2, h3, .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* --- Header & Nav --- */
.top-bar {
    font-size: 0.85rem;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.navbar  {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.navbar-brand img { height: 40px; }
.nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: var(--text-dark) !important;
    margin-right: 15px;
}

.hero-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.hero-section > * {
    position: relative;
    z-index: 1;
}
.hero-title {
    font-size: 3.5rem;
    color: var(--dark-blue);
    line-height: 1.1;
}
.hero-subtitle { color: var(--accent-purple); font-weight: bolder; }
.btn-purple {
    background-color: var(--accent-purple);
    color: white;
    border-radius: 0;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.btn-purple:hover {
    background-color: var(--accent-purple-hover);
    color: white;
    border-radius: 0;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.appointment-box {
    margin-top: -75px;
    z-index: 10;
    position: relative;
    align-items: center;
}
.quote-box {
    background-color: var(--primary-blue);
    color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    z-index: 9;
}
.form-box {
    padding: 40px;
    width: 60%;
    margin-left: -117px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    background: #fff;
}
.service-card {
    border: none;
    color: white;
    transition: transform 0.3s;
    height: 100%;
}
.bg-service-1 { background-color: #b66d9b; }
.bg-service-2 { background-color: #a45a88; }
.bg-service-3 { background-color: #4b83f0; }
.bg-service-4 { background-color: #6a9df5; }

.service-card .card-body {
    padding: 30px;
    min-height: 150px;
    padding-top: 0;
    margin-top: -20px;
}
.excellence_img {
    width: 100%;
    height: 150px;
}
.excellence_ico {
    background: #fff;
    color: #000;
    padding: 10px 5px;
    border-radius: 3px;
}
.excellence_desc {
    margin: 0;
}
.specialized_part {
    position: relative;
    padding: 120px 0;
}
.specialized_part::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.specialized_part1 {
 position: relative;
 padding: 120px 0;
 overflow: hidden;
}
.specialized_part1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-card {
    border: none;
    background: #fdfdfd;
    text-align: center;
    padding-bottom: 20px;
}
.team-img-wrapper {
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}
.team-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.team-name { color: var(--primary-blue); font-size: 1.1rem; }
.team-role { color: var(--accent-purple); font-size: 0.8rem; font-weight: 600; }

/* --- Working Hours / Map Section --- */
.map-container {
    background: #eee;
    position: relative;
}
.map-container iframe{
    height: 500px;
    width: 75%;
}
.hours-box {
    background: var(--dark-blue);
    color: white;
    padding: 12px;
    position: absolute;
    right: 10%;
    top: 50px;
    width: 350px;
    z-index: 5;
}
.hour-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 8px 0;
    font-size: 0.85rem;
}

/* --- Footer --- */
footer {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
}
.footer-bottom {
    background: var(--dark-blue);
    color: white;
    padding: 15px 0;
    font-size: 0.75rem;
}
.circle {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #000;
}

.center-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.your_visit_at .single_doctor{
    position: absolute;bottom: -50%;left: 10%;width: 250px;
}
.hide{
    display: none;
}
.your_visit_at::before {
    content: "";
    opacity: 0.3;
}

@media (max-width: 768px) {
    .hero-title { font-size: 2.5rem; }
    .hours-box { position: static; width: 100%; margin-top: 20px; }
    .map-container iframe {
        height: 250px;
        width: 100%;
    }
    .quote-box {
        padding: 15px;
        width: 100%;
    }
    .form-box {
        padding: 15px;
        width: 100%;
        margin-left: 0;
    }
    .your_visit_at {
        padding: 5px 0 60px 0px;
    }
    .your_visit_at .single_doctor{
        position: absolute;bottom: -100%;left: 10%;width: 150px;
    }
}
