body {
    font-family: sans-serif;
    font-size: 15px;
    margin: 0;
    overflow-x: hidden;
}
.floating-tab {
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    right: 90px; /* Adjust as needed */
    background-color: rgba(255, 255, 255, 0.932);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it's above other content */
}

.floating-tab p {
    margin: 0;
    font-weight: bold;
}

.services-list {
    font-family: "Libre Bodoni", serif;
}

.map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;

}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.image-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    align-items: end;
}
.image-container-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    align-items: end;
}

.image-container img, .image-container-2 img {
    width: 100%;
    height: auto;

}


.one-image-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    align-items: end;
}

.one-image-container img {
    width: 100%;
    height: auto;
}

.clinic-title {
    font-family: 'Arial Rounded MT', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #77206e;
}

.clinic-subheading {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #77206e;
}

.services-heading-1 {
    font-family: 'Arial Rounded MT', sans-serif;
    font-size: 28px;
    color: #77206e;
    font-weight: bold;
}

.services-heading-2 {
    font-family: 'Arial Rounded MT', sans-serif;
    font-size: 22px;
    color: #77206e;
    font-weight: bold;
}

.services-heading-3 {
    font-weight: bold;
}

.services-heading-4 {
    color: #77206e;
}

.services-heading-5 {
    font-weight: bold;
    font-size: 18px;
    color: #77206e;
}

.services-heading-6 {
    font-family: 'Arial Rounded MT', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.services-heading-7 {
    font-family: 'Arial Rounded MT', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.services-heading-8 {
    font-family: 'Arial Rounded MT', sans-serif;
    font-size: 18px;
    color: #77206e;
    font-weight: bold;
}

.consultant {
    font-family: 'Play', sans-serif;
}

.urdu {
    font-family: 'Noto Nastaliq Urdu', serif;
}


.intro {
    font-size: 17px;
}

.services-heading {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.sub-heading-bold {
    font-weight: bold;
}

.hello {
    padding: 30px;
    background-color: #e5ddee;
    box-shadow: -10px 8px 7px rgba(0, 0, 0, 0.1);

}

.first-nav {
    background-image: url("/images/purplebg1.png");
    background-repeat: no-repeat;
    background-size: 100% 282px;
    height: 282px;
}

.header-image {
}

.second-nav {
    background-color: #603261;
}


.navbar-nav .nav-link {
    color: rgb(247, 243, 248) !important;
}




.fab {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fab:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

button,
.button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    border-radius: 5px;
    background-color: #8f5a86;
    color: white;
    transition: background-color 0.7s;
}

button:hover,
.button:hover {
    cursor: pointer;
    background-color:#663568 ;
    text-decoration: none;
    color: white;
}

.social-media-icons {
    gap: 2%;
}

.main-content {
    padding-top: 40px;
    background-color: #b6a2bb;
    padding-bottom: 80px;
}

.sidebar-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.sidebar-content {
    font-family: 'Lato', 'sans-serif';
}

a {
    color: rgb(23, 15, 32);
}

a:hover {
    color: rgb(103, 58, 124);
}
.get-in-touch {
    font-family: 'Aleo';
    font-weight: bold;
}

p {
    font-family: 'Inter';
}

.intro-line {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: bold;
    color: #603261;
}

.sub-intro {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    color: #020102;
}

.img-clinic {
    display: block;
}


@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 100% !important;
    }
    .right-section-header {
        text-align: center !important;
    }
}


.address-header {
    font-weight: bold;
    font-family: 'Roboto Slab';
    font-size: 20px;
    color: #77206e;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 50%;
    float: left;
}

.copyright {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer {
    background-color: #1a181ab6;
    color: white;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .sidebar-content {
        display: none;
    }

    .above-hello {
        background-color: #e5ddee;
    }
}

.whatsapp {
    padding: 10px;
    border: none;
    border-radius: 30px;
    background-color: #25D366;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 20px;
    width: 60px;
    right: 25px;
    z-index: 1000; /* Ensure it's on top of other content */
}

.bi:hover {
    opacity: 0.7;
}
.whatsapp-button:hover {
    background-color: #0b423c;
}
.bi-whatsapp {
    font-size: 25px;

}
a.whatsapp:hover {
    color: white;
}

.whatsapp-text {
    display: none;
}

.whatsapp:hover .whatsapp-text {
    display: inline;
}
.modal-header, .whatsapp-button {

    background-color: #075E54;
}

.modal-title {
    color: white;
}

.submit-form-button-whatsapp {
    background-color: #075E54;
}

.close {
    color: white;
}
.submit-form-button-whatsapp:hover, .close:hover {
    background-color: #0b423c;
    opacity: 0.8;
}



