html {
    overflow-x: hidden !important;
}

body {
    background-color: #ffff !important;
    color: #242424 !important;

    p {
        font-size: clamp(1rem, 3vw, 1.2rem);
        font-weight: 500;
        font-family: "Raleway", sans-serif;
    }

    a {
        font-size: clamp(1rem, 3vw, 1.2rem);
        font-weight: 500;
        font-family: "Raleway", sans-serif;
    }

    h1 {
        font-family: 'Oregon LDO demi', sans-serif;
    }

    h2 {
        font-family: 'Oregon LDO demi', sans-serif;

    }

    h3 {
        font-size: clamp(2rem, 3vw, 2.5rem);
        font-family: 'Oregon LDO demi', sans-serif;
    }

    h4 {
        font-size: clamp(1.7rem, 3vw, 2.2rem);
        font-family: 'Oregon LDO demi', sans-serif;
    }

    li {
        font-family: 'Oregon LDO demi', sans-serif;
    }
}

@font-face {
    font-family: 'Oregon LDO demi';
    src: url('./assets/fonts/Oregon_LDO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.oregon {
    font-family: 'Oregon LDO demi', sans-serif;
}

.raleWay {
    font-family: "Raleway", sans-serif;
}


/**************** Hero Section****************/
.hero {
    background-image: url("./assets/img/heroImg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;

}

.navbar {
    background-color: #ffff !important;
    position: fixed !important;
    width: 100%;
    padding: 15px 60px !important;
    z-index: 1000;
}

@media (max-width: 425px) {
    .navbar {
        padding: 15px 25px !important;
        z-index: 1000;
        overflow-y: hidden;
    }
}

.nav-item.active .nav-link {
    color: #03C4EB;
}

.nav-link:hover {
    color: #03C4EB !important;

}

.offcanvas-body {
    display: flex;
    justify-content: end;
    font-size: 13px;
    font-weight: 600;
    z-index: 2000;
}

@media (max-width: 1000px) {
    .offcanvas-body {
        display: flex;
        justify-content: space-around;
        font-size: 13px;
        font-weight: 600;
        width: 100%;
    }

    .offcanvas-header {
        background: linear-gradient(to bottom, #E3FAFF, #FBFEFF);

    }
}

.navbar-nav {
    gap: 50px;
    font-size: 18px;
}

.heroContent {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 150px;
    font-family: 'Oregon LDO demi', sans-serif !important;

}

.hero-section {
    text-align: center;
    padding: 100px 15px;
    color: #FFFFFF;
}

.hero-section h1 {
    font-size: clamp(3rem, 6vw, 5.5rem);
    margin-top: 7.5rem !important;
    font-weight: 500;
}

.hero-section p {
    font-size: clamp(1rem, 3vw, 1.5rem);
}

.ourServices {
    background-color: #03C4EB;
    border: none;
    color: #FFFFFF;
    width: 140px;
    padding: 10px;
    width: 140px;
    border-radius: 3px;
}

.getStarted {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    width: 140px;
    border-radius: 3px;
}

.getStarted:hover {
    background-color: #FFFFFF;
    color: #242424;
}


/**************** aboutUs Section****************/

.aboutUs {
    padding: 40px;
    text-align: center;
}

.aboutUs h3 {
    margin-bottom: 40px;
}

.aboutUsSection {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width:424px) {
    .content {
        text-align: center !important;
    }

    .aboutUsSection {
        padding: 0px;
        gap: 5px;
    }

    .health {
        text-align: start !important;
    }

    .meetDoctors {
        padding: 0px !important;
    }

    iframe {
        width: 300px;
        height: 300px;
        border-radius: none !important;
    }

    .footer {
        text-align: center !important;
    }

    .social-icons {
        justify-content: center !important;

    }

    .contact-info {
        gap: 10px !important;
    }

    .getInTouch {
        padding: 20px !important;
    }
}

.content {
    flex: 1;
    max-width: 600px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.contentHeading {
    font-size: clamp(2rem, 6vw, 3.5rem);
}

.img {
    flex: 1;
    max-width: 600px;
    text-align: center;
}

.img img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .aboutUsSection {
        flex-direction: column;
        text-align: center;
    }
}

.health {
    display: flex;
    align-items: self-start;
    gap: 30px;
}

img {
    flex-shrink: 0;
}

/**************** ourServices Section****************/
.ourService {
    padding: 40px;
    text-align: center;
}

.card {
    text-align: center;
    margin: auto;
    border: none !important;
    padding: 15px;
}

.card:hover {
    background: linear-gradient(to bottom, #E3FAFF, #FBFEFF);
}

.card img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.card-title {
    margin-bottom: 10px;
}

.card-text {
    margin-bottom: 40px;
}

.btn {
    display: inline-block;
    padding: 10px 25px !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border-radius: 5px !important;
    transition: 0.3s !important;
    border: 2px solid #03C4EB !important;
    color: #03C4EB !important;
    font-family: "Raleway", sans-serif !important;
}

.btn:hover {
    background-color: #03C4EB !important;
    border: none !important;
    color: #ffffff !important;
}

/**************** meetOur doctors Section****************/

.meetDoctors {
    padding: 40px;
    text-align: center;
}

.doctor-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    padding: 20px;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.doctor-card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.appointment-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff !important;
    border: 1px solid #03C4EB !important;
    color: #242424 !important;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.3s ease;
}

.appointment-btn:hover {
    background-color: #03C4EB !important;
    color: #ffffff;
}

@media (max-width: 500px) {

    /* For mobile devices */
    .appointment-btn {
        font-size: 13px !important;
        bottom: 15px;
        width: 180px !important;
    }
}

/**************** hospitalFacts doctors Section****************/

.hospitalFacts {
    padding: 40px;
    text-align: center;
}

.facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.facts div {
    flex: 1 1 150px;
    margin: 10px;
    min-width: 150px;
}

.facts div h1 {
    color: #03C4EB !important;
    font-size: 3.5em;
    margin-bottom: 5px;
}

.facts div p {
    font-size: 1.1em;
}

@media (max-width: 768px) {
    .facts {
        justify-content: center;
    }

    .facts div {
        flex-basis: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .facts div {
        flex-basis: 100%;
    }
}


/**************** ourBlog  Section****************/

.ourBlog {
    padding: 40px;
    /* text-align: center; */
}

.blog-card {
    border-radius: 20px;
    padding: 40px;
    transition: 0.3s;
    background: linear-gradient(to bottom, #E3FAFF, #FBFEFF);

}

.blog-card:hover {
    /* cursor: pointer; */
    transform: scale(1.05);
    box-shadow: 0px 8px 16px rgba(232, 236, 237, 0.942);
}

.blog-card p {
    font-family: "Raleway", sans-serif !important;
}

.blog-card a {
    color: #03C4EB;
}

.blog-date {
    color: #03C4EB;
}

.readMoreBtn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/**************** getInTouch  Section****************/

.getInTouch {
    padding: 40px;
    /* text-align: center; */
}

.getInTouchRow {
    margin-top: 50px !important;
}

iframe {
    border-radius: 25px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    gap: 25px;
    margin-bottom: 35px;
    font-family: "Raleway", sans-serif !important;
}

.icon-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #03C4EB;
    color: #ffffff;
    font-size: 20px;
}



/**************** footer  Section****************/

.footer {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
    padding: 50px;
    text-align: start;
    column-gap: 50px;
}

.footer h4 {
    font-family: 'Oregon LDO demi', sans-serif !important;

}

.footer a {
    font-family: "Raleway", sans-serif;

}

.footer p {
    font-family: "Raleway", sans-serif;

}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.social-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #00C0F3;
    color: white;
    font-size: 20px;
    text-decoration: none;
    margin-right: 10px;
}

.social-icons {
    display: flex;
    justify-content: start;
    gap: 15px;

}

.social-icons a {
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.social-icons a:hover {
    transform: scale(1.2);

}


.copyright {
    background: linear-gradient(to bottom, #E3FAFF, #FBFEFF);
    padding: 20px;
}

.goTopButton {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 1000;
}

.goTopButton a {
    text-decoration: none;
    color: #242424;
    transition: transform 0.3s ease-in-out;
}

.goTopButton a:hover {
    transform: scale(1.2);
}