@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --blue: #00acee;
    --red: #ed1c24;
    --smoke: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
}

p {
    color: #8f8f8f;
    font-weight: 200;
    font-size: 14px;
}

h6 {
    color: #8f8f8f;
}

img {
    height: 100%;
    width: 100%;
}

* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    height: auto;
    max-width: 100vw;
    width: 100vw;
    margin: 0 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white;
    background: var(--blue);
}

.nav-link {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 90px;
}

.navbar {
    background: white !important;
}

@media screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* remove the gap so it doesn't close */
    }

    .navbar {
        padding: 0 10rem;
        height: 80px;
    }
}

.nav-link:not(.active):hover {
    background: var(--red);
    color: white;
}

/* .nav-item {
    padding-right: 2rem;
} */

.navbar-brand img {
    height: 70px;
}

.navbar_container {
    height: 80px;
}

.main_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: ; */
}

.banner {
    height: 90vh;
    width: 100%;
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner_content {
    width: 500px;
}

.card_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--smoke);
    padding: 3rem 0;
}

.card_heading {
    font-size: 40px;
    font-weight: bold;
}

.card_body {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.custom_card {
    width: 20rem;
    height: 20rem;
    padding: 10px;
    display: flex;
    flex-direction: column;
    padding: 3rem 1rem;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.custom_card h1 {
    font-size: 23px;
    color: var(--blue);
}

.custom_card i:first-child {
    font-size: 40px;
    color: var(--blue);
}

.points {
    height: 80%;
}

.custom_card .points {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.points p {
    font-size: 12px !important;
    margin: 0 !important;
}

.points i {
    font-size: 17px !important;
}

.point {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
}

.read_more {
    color: var(--blue);
    cursor: pointer;
}

.custom_card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.experience_section {
    width: 100%;
}

.normal_card {
    width: 20rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2rem 1rem;
    text-align: center;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid var(--blue);
}

.experience_section .normal_card i {
    font-size: 35px;
    color: var(--red);
}

.experience_section .section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.experience_section .section1 {
    height: 400px;
}

.experience_section .section2 {
    background: var(--blue);
    color: var(--smoke);
    height: 200px;
    width: 100%;
    position: relative;
}

.fa-caret-up {
    font-size: 50px;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--blue);
}

.project_section {
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 3rem;
    background: var(--smoke);
}

.project_section .section1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    width: 80%;
}

.project_section .section2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 80%;
}

.dot_carousel {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.project_section .section1 .section1_1 {
    height: 100%;
    width: 100%;
    position: relative;
}

.carousel-item {
    height: 400px;
    /* width: 40%; */
}

.carousel-inner {
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 40%;
}

.company_hover {
    border: 1px solid gray;
    height: 20vh;
    width: 25vw;
}

.company_hover img {
    filter: grayscale();
}

.our_client_section {
    height: auto;
    width: 100%;
    display: flex;
    padding: 6rem 0rem 0rem 0rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.progress-bar {
    background-color: var(--blue);
}

.our_client_section .section h2 {
    color: var(--blue);
}

.section1_2_heading h3 {
    color: var(--blue);
}

.custom_heading {
    color: #8f8f8f;
}

.custom_btn {
    border: 2px solid black;
    border-radius: 6px;
    display: flex;
    color: black;
    height: 35px;
    width: 100px;
    background: white;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.custom_btn2 {
    border: 2px solid var(--blue);
    border-radius: 6px;
    display: flex;
    color: var(--blue);
    font-weight: bold;
    height: 35px;
    width: 100px;
    background: white;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.custom_btn2:hover {
    transform: scale(1.2);
}

.our_client_section .section {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
}

.client_hover {
    border: 1px solid gray;
    height: 15vh;
    width: 20vw;
    padding: 10px;
}

.image_section {
    gap: 10px;
}

.client_hover img {
    filter: grayscale();
}

.book_meeting {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    background: var(--blue);
    position: relative;
}

.book_meeting_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: white;
    padding: 3rem 26rem;
}

.book_meeting_section_element p {
    color: white;
}

.book_meeting_section_element button {
    background: #fec04e;
    color: white;
    width: 120px;
    height: 35px;
    border: none;
    border-radius: 6px;
}

.fa-sort-down {
    font-size: 50px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--blue);
}

.footer_section {
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    color: rgb(98, 98, 98);
}

.footer_link {
    color: var(--red);
    text-decoration: none;
}

.red_bar {
    width: 100%;
    height: 9px;
    background: var(--red);
}

/* carousel */

.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mySlides {
    height: 300px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.project_section .active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

/* carousel ends */

.fade:not(.show) {
    opacity: initial;
}

.breadcrumb {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 6rem 0 11rem;
    background: var(--smoke);
    margin: 0 !important;
}

.breadcrumb_header {
    color: #8a8a8c;
}

.hospital_profile {
    display: grid;
    width: 100%;
    grid-template-columns: 40% auto;
    text-align: center;
    column-gap: 2rem;
    min-height: 500px;
    padding: 4rem 0;
}

.hospital_profile .profile_header {
    color: var(--blue);
    font-weight: bold;
    font-size: 22px;
}

.hospital_profile .profile_content {
    text-align: left;
    font-size: 14px;
    padding: 1rem 5rem;
}

.hospital_profile div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.book_meeting_section_all {
    width: 100%;
}

.vision_mission_certificate_section {
    display: grid;
    align-items: center;
    place-content: center;
    place-items: center;
    grid-template-columns: 45% 45%;
    gap: 10px;
    width: 100%;
    min-height: 550px;
    padding: 3rem 5rem;
}

.vision_mission_certificate_section .section {
    height: 200px;
    width: 100%;
    padding: 1rem 2rem;
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.vision_mission_certificate_section .heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
    font-size: 30px;
    width: 10%;
}

.vision_mission_certificate_section .content {
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}

.vision_mission_certificate_section .fa-eye,
.vision_mission_certificate_section .fa-bullseye {
    color: #3c763d;
}

.vision_mission_certificate_section .fa-certificate {
    color: #988454;
}

.vision_mission_certificate_section .link {
    color: var(--blue);
    font-weight: bold;
}

.management_section {
    display: flex;
    width: 100%;
    text-align: center;
    column-gap: 2rem;
    min-height: 200px;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.management_section div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

.management_section .profile_header {
    color: var(--blue);
    font-weight: bold;
    font-size: 22px;
}

.management_directors {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 4rem;
    padding-bottom: 3rem;
}

.management_directors .director {
    display: flex;
    width: 80%;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
}

.management_directors .director .director_image {
    height: 240px;
    width: 200px;
}

.management_directors .director .director_content {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* gap: 2rem; */
    gap: 10px;
}

.director_name {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1rem;
    padding-bottom: 0.5rem;
}

.client_images {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.main_nav_section {
    display: grid;
    grid-template-columns: 25% auto;
    place-content: center;
    /* place-items: center; */
    gap: 2rem;
}

.nav_tabs {
    padding-left: 5rem;
    text-align: left;
}

.main_content_section {
    width: 80%;
}

.nav_tabs .nav-link {
    width: 100%;
    text-align: left;
}

.nav_tabs .nav-link:not(.active) {
    color: var(--blue);
}

.nav_tabs .nav-link:not(.active):hover {
    color: gray;
    background: transparent;
}

.nav_tabs .nav-link.active {
    color: gray;
}

.nav_tabs .nav-link.active:hover {
    color: var(--blue);
}

.nav_tabs .nav-link {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.padded_div {
    width: 100%;
    height: 10px;
    background: transparent;
}

.points_section_hospital {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 2rem;
}

.points_section_hospital .point {
    color: var(--blue);
}

.contact_us_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.contact_us {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    gap: 8%;
}

.contact_details_section {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contact_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_details .contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    width: 100%;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(14, 14, 20, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.form-group {
    width: 100%;
}

input {
    width: 100%;
    height: 35px;
    color: var(--blue);
    padding-left: 10px;
}

.contact_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.contact_social .social_icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: white;
    aspect-ratio: 1/1;
    width: 40px;
    cursor: pointer;
}

.certificates {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    gap: 40%;
    padding: 3rem 0;
}

.certificates h4 {
    cursor: pointer;
    color: var(--blue);
    font-weight: bold;
    text-underline-offset: 5px;
    text-decoration: underline;
}

.map_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.map_subcontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 100%;
    gap: 50px;
}

.maps_section {
    height: 450px;
    width: 100%;
}

.section2 .normal_card p {
    color: white;
}