body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
/* Top bar css================ */

.top-header {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #000;
}

.header-box {
    min-height: 110px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ddd;
    padding: 10px 15px;
    box-sizing: border-box;
}

.last-box {
    border-right: none;
}

.logo {
    max-width: 100%;
    height: auto;
}

.icon {
    width: 45px;
    height: 45px;
    border: 2px solid #b11b1b;
    color: #b11b1b;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.content h4 {
    margin: 0 0 8px;
    color: #006c80;
    font-size: 16px;
}

.content a {
    display: block;
    color: #9b1b1b;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.content {
    font-size: 16px;
    color: #444;
    line-height: 26px;
}

.content strong {
    color: #333;
}

/* Tablet */

@media (max-width:979px) {

    .header-box {
        border-right: none;
        border-bottom: 1px solid #ddd;
        min-height: auto;
    }

    .last-box {
        border-bottom: none;
    }

}

/* Mobile */

@media (max-width:767px) {

    .top-header {
        padding: 0px 0;
    }

    .header-box {
        display: none;
        text-align: center;
        padding: 20px 10px;
    }

    .logo {
        max-width: 220px;
    }

    .content h4 {
        font-size: 18px;
    }

    .content,
    .content a {
        font-size: 16px;
    }

}

/*==========================
 Navbar
==========================*/

.custom-navbar {
    background: #960F1E;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    padding: 5px 0;
}

.navbar-brand img {
    height: 70px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 18px !important;
    transition: .3s;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #000;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 17px;
    bottom: 5px;
    width: 0;
    height: 3px;
    /* background: #1EA7E1; */
    transition: .3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 50%;
}

/* Dropdown */

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    padding: 8px 0;
}

.dropdown-item {
    padding: 10px 20px;
    color: #181746;
    font-weight: 500;
    font-size: 15px;
}

.dropdown-item:hover {
    background: #960F1E;
    color: #fff;
}

/* Desktop Hover */

@media(min-width:992px) {

    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

}

/* Mobile */

@media(max-width:991px) {

    .custom-navbar {
        padding: 8px 0;
    }

    .navbar-brand img {
        height: 55px;
    }

    .navbar-nav {
        margin-top: 15px;
        background: #fff;
        border-radius: 10px;
    }

    .navbar-nav .nav-link {
        padding: 12px 15px !important;
        border-bottom: 1px solid #960F1E;
        color: #960F1E;
    }

    .dropdown-menu {
        border: none;
        box-shadow: none;
        background: #f8f9fa;
        padding-left: 15px;
    }

}

/* Toggle */

.navbar-toggler {
    border: 2px solid #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}





.services-section {
    background: #fff;
    padding: 80px 0;
}

.service-card {
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    transition: .4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}
.service-card {
    height: 320px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    /* instead of cover */
    background-color: #dff5ff;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(210, 240, 255, .20);
}

.service-content {
    position: absolute;
    top: 30px;
    left: 25px;
    right: 25px;
    z-index: 2;
    max-width: 58%;
}

.service-content h3 {
    color: #00788a;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2;
}

.service-content p {
    color: #222;
    font-size: 17px;
    line-height: 1.8;
}

/* Different Background Image */

.card1 {
    background-image: url('../img/Untitled-design.png');
   
}

.card2 {
    background-image: url('../img/Untitled-design-4.png');
    
}

.card3 {
    background-image: url('../img/Untitled-design-2.png');
   
}


/* Responsive */

@media(max-width:991px) {

    .service-card {
        height: 300px;
    }

    .service-content {
        max-width: 65%;
    }

    .service-content h3 {
        font-size: 28px;
    }

}

@media(max-width:767px) {

    .service-card {
        height: 260px;
    }

    .service-content {
        max-width: 70%;
        top: 20px;
        left: 20px;
    }

    .service-content h3 {
        font-size: 24px;
    }

    .service-content p {
        font-size: 15px;
        line-height: 1.6;
    }

}


.doctor-section {
    /* background: #f8fbff; */
    padding: 20px 0;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    color: #063d44;
}

.section-title span {
    display: block;
    color: #1C8FD4;
    margin-top: 10px;
    font-size: 20px;
}

.doctor-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .4s;
}

.doctor-card:hover {
    transform: translateY(-8px);
}

.doctor-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.doctor-info {
    padding: 20px;
    text-align: center;
    background: #063d44;
    color: #fff;
}

.doctor-info h3 {
    margin-bottom: 5px;
    font-weight: 700;
}

.doctor-content {
    padding-left: 10px;
}

.doctor-content h4 {
    font-size: 22px;
    color: #063d44;
    margin-bottom: 20px;
    font-weight: 700;
}

.doctor-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

.doctor-content span {
    color: #1C8FD4;
    font-weight: 700;
}

.counter-box {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.counter-box h3 {
    color: #1C8FD4;
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: 700;
}

.counter-box p {
    margin: 0;
    font-size: 16px;
}

.btn-doctor {
    background: #1C8FD4;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.btn-doctor:hover {
    background: #063d44;
    color: #fff;
}

@media(max-width:991px) {

    .doctor-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .section-title {
        font-size: 36px;
    }

    .section-title span {
        font-size: 24px;
    }

}

@media(max-width:767px) {

    .doctor-img {
        height: 320px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-title span {
        font-size: 20px;
    }

    .doctor-content h4 {
        font-size: 28px;
    }

    .doctor-content p {
        font-size: 16px;
    }

}



.services {
    background: url("../img/background-white1.jpg") center center/cover no-repeat;
    padding: 80px 0;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #063d44;
}

.flip-box {
    background: transparent;
    perspective: 1000px;
    height: 360px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.flip-box-front {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.flip-box-front img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 25px;
}

.flip-box-front h3 {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    text-align: center;
}

.flip-box-back {
    background: #2fb44a;
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
    text-align: center;
}

.flip-box-back h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.flip-box-back p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.btn-read {
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #2fb44a;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.btn-read:hover {
    background: #063d44;
    color: #fff;
}

@media(max-width:991px) {

    .flip-box {
        height: 320px;
    }

    .flip-box-front h3,
    .flip-box-back h3 {
        font-size: 24px;
    }

    .flip-box-back p {
        font-size: 16px;
    }

}

@media(max-width:767px) {

    .flip-box {
        height: 300px;
    }

    .section-title {
        font-size: 34px;
    }

    .flip-box-front img {
        width: 80px;
        height: 80px;
    }

    .flip-box-front h3 {
        font-size: 20px;
    }

}






.treatment-section {
    background: #f8f8f8;
    padding: 80px 0;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.treatment-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .10);
    transition: .4s;
}

.treatment-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .5s;
}

.treatment-title {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    transition: .4s;
}

.treatment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(6, 61, 68, .85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
}

.treatment-overlay p {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
}

.btn-view {
    background: #fff;
    color: #063d44;
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.btn-view:hover {
    background: #00b3b3;
    color: #fff;
}

.treatment-card:hover img {
    transform: scale(1.12);
}

.treatment-card:hover .treatment-overlay {
    opacity: 1;
}

.treatment-card:hover .treatment-title {
    background: #063d44;
}

.treatment-card:hover {
    transform: translateY(-8px);
}

@media(max-width:991px) {

    .treatment-card img,
    .treatment-overlay {
        height: 260px;
    }

    .treatment-title {
        font-size: 22px;
    }

}

@media(max-width:767px) {

    .section-title {
        font-size: 36px;
    }

    .treatment-card img,
    .treatment-overlay {
        height: 220px;
    }

    .treatment-title {
        font-size: 18px;
        padding: 14px;
    }

    .treatment-overlay h4 {
        font-size: 22px;
    }

}





.review-faq-section {
    padding: 80px 0;
    background: #f8fbfd;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    color: #063d44;
}

/* Review Card */

.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    min-height: 360px;
}

.quote-icon {
    width: 70px;
    height: 70px;
    background: #00a6a6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 28px;
    margin-bottom: 20px;
}

.review-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #00a6a6;
    margin-bottom: 15px;
}

.review-card h4 {
    font-size: 24px;
    font-weight: 700;
}

.review-stars {
    color: #ffc107;
    font-size: 20px;
    margin: 15px 0;
}

.review-card p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

/* Custom Arrows */

.review-arrow {
    position: absolute;
    bottom: -70px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #00a6a6;
    color: #fff;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-prev {
    left: 42%;
}

.review-next {
    right: 42%;
}

.review-arrow:hover {
    background: #063d44;
}

/* FAQ */

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.custom-faq .accordion-button {
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #063d44;
    color: #fff;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.faq-number {
    color: #ff5b5b;
    margin-right: 15px;
    font-weight: 700;
}

.custom-faq .accordion-button:not(.collapsed) .faq-number {
    color: #fff;
}

.accordion-body {
    font-size: 17px;
    line-height: 1.8;
}

.faq-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 35px;
    background: #ff5b5b;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.faq-btn:hover {
    background: #063d44;
    color: #fff;
}

/* Responsive */

@media(max-width:991px) {

    .review-arrow {
        bottom: -60px;
    }

    .review-prev {
        left: 38%;
    }

    .review-next {
        right: 38%;
    }

    .section-title {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .review-card {
        padding: 25px;
        min-height: auto;
    }

    .review-prev {
        left: 32%;
    }

    .review-next {
        right: 32%;
    }

    .section-title {
        font-size: 30px;
    }

    .custom-faq .accordion-button {
        font-size: 17px;
    }

}


.footer-area {
    position: relative;
    background: url("../img/footer.jpg") center center/cover no-repeat;
    overflow: hidden;
}

/* Overlay */

.footer-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(6, 61, 68, .90); */
    z-index: 1;
}

/* Content */

.footer-content {
    position: relative;
    z-index: 2;
    padding: 80px 0 50px;
}

/* Heading */

.footer-area h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.footer-area h3::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #00c5c8;
    position: absolute;
    left: 0;
    bottom: -10px;
}

/* Paragraph */

.footer-area p {
    color: #f1f1f1;
    font-size: 17px;
    line-height: 1.9;
}

.footer-area span {
    color: #ff6666;
    font-weight: 600;
}

/* List */

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    color: #f1f1f1;
    margin-bottom: 22px;
    padding-left: 40px;
    position: relative;
    line-height: 1.8;
    transition: .3s;
}

.footer-list li:hover {
    transform: translateX(5px);
    color: #fff;
}

.footer-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0484CF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

/* Copyright */

.copyright {
    position: relative;
    z-index: 2;
    background: #032d31;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 18px 0;
    text-align: center;
}

.copyright p {
    margin: 0;
    color: #ffffff !important;
    font-size: 15px;
}

.copyright strong {
    color: #ffffff;
}

.copyright a {
    color: #1C8FD4 !important;
    text-decoration: none;
    font-weight: 600;
}

.copyright a:hover {
    color: #ffffff !important;
}

/* Responsive */

@media(max-width:991px) {

    .footer-content {
        padding: 60px 0 30px;
    }

    .footer-area h3 {
        margin-top: 20px;
    }

}

@media(max-width:767px) {

    .footer-area h3 {
        font-size: 24px;
    }

    .footer-area p,
    .footer-list li {
        font-size: 15px;
    }

    .copyright p {
        font-size: 14px;
    }

}


.appointment-cta {
    background: linear-gradient(135deg, #8fd3f4, #84c7e8, #6db8de);
    padding: 45px 0;
    position: relative;
    overflow: hidden;
}

.appointment-cta::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    top: -180px;
    left: -100px;
}

.appointment-cta::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    right: -80px;
    bottom: -120px;
}

.appointment-cta .container {
    position: relative;
    z-index: 2;
}

.appointment-cta h2 {
    font-size: 40px;
    font-weight: 700;
    color: #063d44;
    margin-bottom: 10px;
    line-height: 1.2;
}

.appointment-cta p {
    color: #234;
    font-size: 18px;
    margin: 0;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ff5b5b;
    color: #fff;
    padding: 18px 42px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(255, 91, 91, .35);
}

.cta-btn i {
    font-size: 20px;
}

.cta-btn:hover {
    background: #063d44;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
}

@media(max-width:991px) {

    .appointment-cta {
        text-align: center;
    }

    .appointment-cta h2 {
        font-size: 38px;
    }

}

@media(max-width:767px) {

    .appointment-cta {
        padding: 35px 20px;
    }

    .appointment-cta h2 {
        font-size: 28px;
    }

    .appointment-cta p {
        font-size: 16px;
    }

    .cta-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

}



.page-banner {
    position: relative;
    background: url("../img/bc1.jpg") center center/cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(6, 61, 68, .75), rgba(6, 61, 68, 0.473));
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.banner-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.breadcrumb {
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    display: inline-flex;
    padding: 12px 28px;
    border-radius: 50px;
    margin: 0;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #00d4d4;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

@media(max-width:991px) {

    .page-banner {
        height: 280px;
    }

    .banner-content h1 {
        font-size: 42px;
    }

}

@media(max-width:767px) {

    .page-banner {
        height: 220px;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .breadcrumb {
        padding: 10px 18px;
        font-size: 14px;
    }

}


.certificate-section {
    padding: 90px 0;
    background: #f8fbfd;
}

.section-heading span {
    display: inline-block;
    color: #00a6a6;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #063d44;
    margin-bottom: 15px;
}

.section-heading p {
    color: #666;
    font-size: 18px;
    margin-bottom: 55px;
}

.certificate-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .4s;
}

.certificate-img {
    overflow: hidden;
}

.certificate-img img {
    width: 100%;
    height: 420px;
    /* object-fit: cover; */
    transition: .5s;
}

.certificate-content {
    padding: 25px;
    text-align: center;
}

.certificate-content h4 {
    color: #063d44;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.certificate-content p {
    color: #666;
    margin: 0;
    font-size: 17px;
}

.certificate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
}

.certificate-card:hover img {
    transform: scale(1.08);
}

@media(max-width:991px) {

    .section-heading h2 {
        font-size: 38px;
    }

    .certificate-img img {
        height: 320px;
    }

}

@media(max-width:767px) {

    .certificate-section {
        padding: 60px 0;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .certificate-img img {
        height: 240px;
    }

    .certificate-content h4 {
        font-size: 22px;
    }

}


.contact-section {
    padding: 80px 0;
    background: #f7fbfd;
}

.contact-section h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
}

.contact-box {
    background: #fff;
    border-radius: 18px;
    border-top: 5px solid #1C90D4;
    padding: 40px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .4s;
    position: relative;
}

.contact-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(28, 144, 212, .20);
}

.contact-box::before {
    content: "\f0f8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 70px;
    height: 70px;
    background: #1C90D4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 25px;
}

.contact-box h3,
.contact-box h4 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.contact-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-box ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 22px;
    line-height: 1.9;
    color: #555;
    font-size: 18px;
}

.contact-box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #1C90D4;
    font-size: 18px;
}

.contact-box strong {
    color: #000;
}

@media(max-width:991px) {

    .contact-section {
        padding: 60px 0;
    }

    .contact-section h2 {
        font-size: 36px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

}


.contact-area {
    background: #f7fbfd;
}

.contact-form-box {
    background: #fff;
    padding: 45px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    border-top: 5px solid #1C90D4;
}

.contact-form-box h2 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-form-box p {
    color: #666;
    margin-bottom: 30px;
}

.form-control {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-control:focus {
    border-color: #1C90D4;
    box-shadow: 0 0 0 .15rem rgba(28, 144, 212, .15);
}

.btn-contact {
    background: #1C90D4;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.btn-contact:hover {
    background: #000;
    color: #fff;
}

.map-box {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    border-top: 5px solid #1C90D4;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
    border-radius: 15px;
}

@media(max-width:991px) {

    .contact-form-box {
        margin-bottom: 30px;
    }

    .map-box iframe {
        min-height: 400px;
    }

}



        .cta-section {
            background: #fff;
        }
    
        .cta-box {
            background: linear-gradient(135deg, #1f2556, #353c7d);
            border-radius: 25px;
            padding: 30px 30px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(31, 37, 86, .25);
        }
    
        .cta-box:before {
            content: "";
            position: absolute;
            width: 280px;
            height: 280px;
            background: rgba(255, 255, 255, .06);
            border-radius: 50%;
            top: -100px;
            right: -80px;
        }
    
        .cta-box:after {
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            background: rgba(255, 255, 255, .05);
            border-radius: 50%;
            bottom: -70px;
            left: -60px;
        }
    
        .cta-content {
            position: relative;
            z-index: 2;
        }

    
        .cta-content h2 {
            color: #fff;
            font-size: 35px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 20px;
        }
    
    
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #fff;
            color: #1f2556;
            padding: 18px 38px;
            border-radius: 60px;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            transition: .4s;
            box-shadow: 0 12px 35px rgba(0, 0, 0, .2);
        }
    
        .cta-btn i {
            transition: .4s;
        }
    
        .cta-btn:hover {
            background: #ffc107;
            color: #1f2556;
            text-decoration: none;
            transform: translateY(-5px);
        }
    
        .cta-btn:hover i {
            transform: translateX(6px);
        }
    
        @media(max-width:991px) {
    
            .cta-box {
                padding: 40px 30px;
                text-align: center;
            }
    
            .cta-content h2 {
                font-size: 30px;
            }
    
            .cta-content p {
                font-size: 16px;
            }
    
        }
    
        @media(max-width:576px) {
    
            .cta-content h2 {
                font-size: 24px;
            }
    
            .cta-btn {
                width: 100%;
                justify-content: center;
                padding: 16px 25px;
            }
    
        }
 


/* ============================
   Sidebar Wrapper
============================ */

.sidebar-wrapper {
    position: sticky;
    top: 120px;
}

/* ============================
   Service Sidebar
============================ */

.service-sidebar {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    overflow: hidden;
    margin-bottom: 25px;
}

.sidebar-title {
    background: #0484CF;
    color: #fff;
    padding: 18px 20px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-list li {
    border-bottom: 1px solid #eee;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list li a {
    display: block;
    padding: 16px 20px;
    color: #333;
    text-decoration: none;
    transition: all .3s ease;
}

.service-list li:hover a {
    background: #f7fbff;
    color: #0484CF;
    padding-left: 28px;
}

.service-list li.active a {
    background: #0484CF;
    color: #fff;
    font-weight: 600;
}

/* ============================
   Opening Hours
============================ */

.opening-hours {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.opening-hours h4 {
    margin: 0;
    padding: 18px 20px;
    background: #0484CF;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.opening-hours table {
    width: 100%;
    margin: 0;
}

.opening-hours td {
    padding: 15px 20px;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.opening-hours tr:last-child td {
    border-bottom: none;
}

.opening-hours td:last-child {
    text-align: right;
    color: #0484CF;
    font-weight: 600;
}

/* ============================
   Mobile
============================ */

@media (max-width:991px) {

    .sidebar-wrapper {
        position: static;
    }

}



.blog-card {
    transition: .35s;
    border-radius: 15px;
    overflow: hidden;
}

.blog-card img {
    height: 240px;
    object-fit: cover;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.blog-card h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-card h4 a {
    transition: .3s;
}

.blog-card h4 a:hover {
    color: #1C90D4;
}

.blog-card .btn {
    padding: 10px 28px;
}

.blog-card .badge {
    border-radius: 30px;
    padding: 8px 15px;
}


.breadcrumb-item.active {
    color: #fff;
}

.content-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.service-tag {
    display: inline-block;
    background: #1C90D4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
    font-weight: 600;
}

.content-card h3 {
    color: #1C90D4;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.food-groups {
    background: #F7FBFF;
    padding: 30px;
    border-left: 5px solid #1C90D4;
    border-radius: 10px;
    margin-top: 30px;
}

.food-groups ul {
    margin: 0;
    padding-left: 20px;
}

.food-groups li {
    margin-bottom: 12px;
}

.info-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s;
}

.info-box:hover {
    transform: translateY(-6px);
}

.info-box h3 {
    color: #1C90D4;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}

.info-box h3 i {
    margin-right: 10px;
}

.benefit-box {
    background: #eef8ff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.benefit-box h5 {
    color: #1C90D4;
    font-weight: 700;
}

.benefit-box ul {
    margin: 0;
    padding-left: 20px;
}

.benefit-box li {
    margin-bottom: 10px;
}

.alert-primary {
    background: #eaf6ff;
    border: none;
    border-left: 5px solid #1C90D4;
    font-size: 17px;
}

img {
    border-radius: 15px;
}

@media(max-width:768px) {

    .page-banner {
        padding: 50px 0;
    }

    .page-banner h1 {
        font-size: 30px;
    }

    .content-card,
    .info-box {
        padding: 25px;
    }

}

        
        