
.footer {
    background-color: #4B0082;
    color: white;
    padding: 20px 0;
}
.container-footer {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.hospital-info, .quick-links, .specialties {
    flex: 1;
    margin: 10px;
}
.hospital-info img {
    max-width: 150px;
}
.app-download img {
    width: 120px;
    margin: 5px;
}
.quick-links ul, .specialties ul {
    list-style: none;
    padding: 0;
}
.quick-links ul li, .specialties ul li {
    margin: 5px 0;
}
.quick-links ul li a {
    color: white;
    text-decoration: none;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
/* @media (max-width: 768px) {
    .container, .container-form {
        width: 95%;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 455px) {
    body{
        width: 100%;
    }
} */


.container-form{
    text-align: center;
    align-items: center;
    align-content: center;
    /* margin: 12px; */
    padding: 20px;
    text-overflow: clip;
    gap: 12px;
    overflow: hidden;
    word-wrap: break-word;
    background-color: #f8f8f8;
    border: 2px solid rgba(0, 0, 0, 0.667);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.571);
}

.form-detail{
    align-content: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(206, 125, 164);
    color: #f8f8f8;
    padding: 15px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo h1 {
    color: #6a1b9a;
    font-size: 24px;
    margin: 0;
}

nav{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.specialities-btn {
    background: #a238a3;
    color: rgb(245, 225, 225);
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    height: 0%;
}
h3{
    font-size: 1.5rem;
}

.doctor-info {
    text-align: center;
    padding: 40px;
    background: url(bg.png);
}
.font{
    font-size: 5rem;
    color: #a238a3;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.doctor-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(197, 129, 176);
    padding: 20px;
    border-radius: 10px;
    font-weight: bolder;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
}

.doctor-card img {
    width: 232px;
    border-radius: 50%;
    margin-right: 20px;
}

.doctor-details h3 {
    color: #2c14b0;
}

.rating {
    color: gold;
}

.location {
    font-weight: bold;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0%;
    border-radius: 5%;
}

.container-flex {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    
}

.tabs {
    display: contents;
    border-bottom: 2px solid #76668b;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.tabs span {
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

.tabs .active {
    color: #6200ea;
    border-bottom: 3px solid #6200ea;
    padding-bottom: 3px;
}

.section-title {
    color: #6200ea;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
    list-style: disc;
    font-size: 18px;
}

ul li::before {
    color: green;
    font-weight: bold;
}

p {
    line-height: 1.6;
    font-size: 16px;
}
