
:root {
    --Header-background: white;
    --Heading-font-size: 17px;
    --Theme-background: #24ace9;
    --Theme-lineheight: 31px;
    --Content-Padding: 0% 7%;
    --Theme-p-color: #5c5c5c;
    --Theme-color-green: #059f96;
    --Theme-p-font-size: 0.9rem;
}

html {
    overflow-x: hidden !important;
}



/**
* Template Name: Append
* Template URL: https://bootstrapmade.com/append-bootstrap-website-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
    /*  --default-font: "Open Sans",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
*/
    --default-font: "Roboto", sans-serif;
    --heading-font: "Roboto", sans-serif;
    --nav-font: "Roboto", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #32353a; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #e84545; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
    --nav-color: #3a3939; /* The default color of the main navmenu links */
    --nav-hover-color: #e84545; /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #3a3939; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #e84545; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}



html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    overflow: hidden;
}


.SiteLogo {
    width: 173px;
}

.Header {
    padding-left: 8%;
    padding-right: 0%;
    background-color: #ffffff5e;
    position: absolute;
    z-index: 2;
    width: 100%;
}


/*.Header::after {
        content: "";
        width: 116px;
        height: 433px;
        background: var(--Theme-color-green);
        position: absolute;
        right: 78px;*/
/* border-radius: 50%; */
/*top: -74px;
        transform: rotate(45deg);
    }*/
.navbar-toggler {
    border-radius: 5px;
    border: solid #e9e8e600 1px !important;
    height: 33px;
    width: 41px;
    background: #29956947;
    z-index: 9999;
    position: absolute;
    text-align: center;
    right: 16px;
    color: white !important;
}
.navbar-toggler-icon {
    width: 21px;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

a.navbar-brand span {
    font-size: 16px;
}

#navbarScroll ul {
    padding-left: 20%;
}

#navbarScroll .navbar-nav .nav-link::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: none;
    margin-top: 6px;
    margin: auto;
    display: block;
    margin-top: 7px;
    display: none;
}


#navbarScroll .navbar-nav .nav-link:hover::after {
    background: var( --Theme-color-green);
}

#navbarScroll .nav-link:hover {
    background: #055a3fb5;
    color: white;
}

#navbarScroll .nav-link {
    margin: 0px 4px;
    padding: 7px 14px;
    font-size: 0.75rem;
    background: #8cc3b085;
    border-radius: 2px !important;
    color: #29514f;
    font-weight: bold;
    text-transform: uppercase;
}

#carouselExample .carousel-item::before {
    /*content: "";*/
    display: block;
    width: 100%;
    height: 600px;
    /*    background: #00000042;*/
    position: absolute;
    z-index: 1;
    top: 0px;
    display: none;
}

#carouselExample .carousel-item img {
    width: 100%;
}


.carousel-indicators [data-bs-target] {
    width: 32%;
}
.carousel-inner
{
    overflow:visible !important;
}


.row.Dashboard {
    /* height: 47px; */
    background: #F8F8F8;
    background: var(--Theme-color-green);
}

.Dashboard .item:nth-child(3) {
}

.Dashboard .item:nth-child(2) {
}

.Dashboard .item:nth-child(1) {
}

.Dashboard .item {
    padding-top: 4px;
    padding-bottom: 6px;
}

.callItem a {
    font-size: 13px;
    /* padding-top: 18px; */
    text-align: center;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.callItem {
    font-size: 18px;
    /* padding-top: 4px; */

    color: #757575;
    font-weight: 500;
}

    .callItem .material-symbols-outlined {
        position: relative;
        top: 5px;
    }

.btnEnquiry {
    margin-top: 5px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 500;
    width: 200px;
    display: none;
}

.btnEnquirySlide {
    width: 231px;
    padding: 16px 20px;
    font-size: 15px;
    background: #fecc13;
    border: 0px;
    color: #000000;
}

.MainHeading {
    font-size: var(--Heading-font-size);
    color: var(--Theme-p-color);
}

    .MainHeading::after {
       
        content: "";
        display: block;
        width: 74px;
        height: 3px;
        background: var(--Theme-color-green);
        margin-top: 13px;
    }

    .MainHeading.text-center::after {
        height: 3px;
        background: var(--Theme-color-green);
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 13px;
    }
h1.MainHeading {
    font-size: 19px;
}
.SiteTopHead {
    font-weight: bolder;
    font-size: 34px !important;
}


span.partialHead {
    color: var(--Theme-color-green);
}

.SubHead {
    font-weight: 300;
    line-height: 2.7rem;
    color: var(--Theme-p-color);
    font-size: 1.7rem;
}

.Maindv {
    padding: var(--Content-Padding);
    /*  background: #F8F8F8;*/
}

.Description {
    font-size: var(--Theme-p-font-size);
    line-height: var(--Theme-lineheight);
    color: var(--Theme-p-color);
}

.imgcol img {
    width: 100%;
}

.leftimg img {
    position: relative;
    right: -73px;
    top: 54px;
}

ul.pointsdv {
    padding-left: 0px;
}

    ul.pointsdv li {
        list-style-type: none;
    }

    ul.pointsdv li {
        list-style-type: none;
        padding: 12px 0px;
        font-size: 14px;
        color: #4f4e4e;
        display: inline-block;
        width: 47%;
        font-weight: bold;
        font-size: var(--Theme-p-font-size);
        /* font-weight: 400; */
    }

.pointsdv span.material-symbols-outlined {
    border: solid #53d6a1 1px;
    border-radius: 50%;
    position: absolute;
    /* top: 6px; */
    /* right: 4px; */
    color: #18cdb7;
    background: #ffffff;
}


ul.pointsdv li p {
    padding-left: 36px;
    font-weight: 400;
    color: var(--Theme-p-color);
}

.EmergencyDv {
    background: #ebf3fb;
    padding: 37px 2px;
}


    .EmergencyDv h1 {
        font-size: 21px;
        color: #000000;
    }

    .EmergencyDv a {
        color: #000000;
        text-decoration: none;
    }

.BackImgdv {
    height: 350px;
    background-image: url(../images/backimage.jpg);
    background-size: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .BackImgdv h1 {
        text-align: center;
        line-height: 37px;
        font-size: 19px;
        padding-top: 127px;
        color: #ffffff;
        text-shadow: none;
        width: 63%;
        margin: auto;
        font-weight: 400;
    }

.welcome {
    padding: var(--Content-Padding);
}

    .welcome h5 {
        padding: 5% 0%;
        line-height: 40px;
        font-size: 22px;
        font-weight: 400;
        color: var(--Theme-p-color)
    }

.row.welcome p {
    line-height: 32px;
    padding-top: 15px;
    text-align: justify;
    color: var(--Theme-p-color);
    font-size: var(--Theme-p-font-size);
}

.ImageContainer {
    text-align: center;
    padding: var(--Content-Padding);
}

    .ImageContainer img {
        width: 100%;
        transition: 0.5s;
    }

.ImageContainerDescription h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--Theme-p-color)
}

.ImageContainerDescription {
    text-align: CENTER;
    background: #f1fffb;
    padding: 29px 3px 3px 18px;
    height: 77px;
}

    .ImageContainerDescription P {
        padding: 9px 0px;
        line-height: 28px;
        color: #575656;
        font-size: 15px;
    }

.ImageContainer img:hover {
    opacity: 0.7;
}


.BorderLeft {
    border-left: solid 1px;
    border-color: #e4e4e4 !important;
}

.BorderRight {
    border-right: solid 1px;
    border-color: #e4e4e4 !important
}


.leftdv img {
    width: 100%;
    opacity: 0.8 !important;
}


.modal-header {
    background: var(--Theme-color-green);
    border-bottom: 0px;
    color: white;
}

.form-label {
    color: #818181;
    font-weight: 600;
    font-size: 13px;
}

.form-control {
    border-radius: 1px;
    /* padding: 8px 2px; */
}

    .form-control:focus {
        /* border: 0px; */
        outline: none;
        box-shadow: none;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: transparent;
        opacity: 1;
        border-radius: 1px;
        padding: 7px 6px;
    }

.btnEnquiry:focus {
    border: 0px;
    box-shadow: none;
}

.btn-custom {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 28px;
    min-width: 101px;
    height: 43px;
}

.btn-submit {
    background: var(--Theme-color-green);
    border-color: var(--Theme-color-green);
}

.modal-content {
    border: 0px;
}

.ContactDetails {
    padding: var(--Content-Padding);
    background: #f1f4fb;
   /* margin-top: 51px;*/
}

.LightHead {
    font-weight: 400;
}

.ContactDetails h2 {
    font-size: 26px;
}

.ContactsItem {
    line-height: 36px;
    color: var(--Theme-p-color);
    font-size: var(--Theme-p-font-size);
}

    .ContactsItem h1 {
        font-size: 1rem;
        margin: 0px;
        font-weight: 500;
    }

.ContactDetails h2 {
    font-size: 1.2rem;
    line-height: 41px;
}
.contact-address p {
    color: #4f4c4c;
    font-size: 14px;
}
.btnAppoinmentBooking {
    width: 231px;
    height: 51px;
    border-radius: 1px;
    /* background: #059f96; */
    /* color: #ffffff; */
    border: 0px;
}

.LightHead2 {
    font-weight: 300;
    line-height: 50px;
}

/* Flexbox to align icons horizontally */
.social-icons {
    display: flex;
    justify-content: left; /* Centers the row */
    align-items: center;
    gap: 30px; /* Space between icons */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    /* Base styling for the links */
    .social-icons a {
        text-decoration: none;
        display: inline-flex;
        font-size: 36px; /* Slightly larger icon size */
        transition: transform 0.3s ease, filter 0.3s ease;
    }

        /* Hover effect: lifts the icon up and makes it slightly brighter */
        .social-icons a:hover {
            transform: translateY(-5px) scale(1.1);
            filter: brightness(1.1);
        }

        /* --- Brand Colors --- */

        /* Instagram Gradient Effect */
        .social-icons a.instagram i {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block; /* Required for the gradient text effect */
        }

        /* Facebook Official Blue */
        .social-icons a.facebook i {
            color: #1877F2;
        }

        /* WhatsApp Official Green */
        .social-icons a.whatsapp i {
            color: #25D366;
        }


/*aboutUs*/


.P_About {
    width: 100%;
/*    margin: auto;*/
    color: var(--Theme-p-color);
    line-height: var(--Theme-lineheight);
    font-size: var(--Theme-p-font-size);
}

.services-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.service-item {
    margin-bottom: 20px; /* Space below each item, especially on mobile */
}

.hexagon-icon-wrapper {
    width: 90px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: -25px;
}

.hexagon-shape {
    position: relative;
    width: 60.62px;
    height: 35px;
    background-color: #0fb7ad;
    color: white;
    padding-top: 4px;
}

    .hexagon-shape::before,
    .hexagon-shape::after {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        border-left: 30.31px solid transparent; /* (sqrt(3) * 35px) / 2 */
        border-right: 30.31px solid transparent; /* (sqrt(3) * 35px) / 2 */
    }

    .hexagon-shape::before {
        bottom: 100%;
        border-bottom: 17.5px solid var(--Theme-color-green);
        /* 35px / 2 */
    }

    .hexagon-shape::after {
        top: 100%;
        border-top: 17.5px solid var(--Theme-color-green); /* 35px / 2 */
    }

    .hexagon-shape .material-icons {
        color: white;
        font-size: 28px; /* Adjust icon size as needed */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; /* Ensure icon is above hexagon parts */
    }

.service-text .service-title {
    font-size: 15px;
    font-weight: 500;
    color: #343a40;
    margin-bottom: 0.3rem;
}

.service-text .service-description {
    font-size: 0.9rem; /* Adjust description font size */
    color: #6c757d; /* Muted gray */
    line-height: var(--Theme-lineheight);
}

.service-text {
    text-align: left;
    line-height: var(--Theme-lineheight)
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

    .portfolio .portfolio-filters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 20px 10px 20px;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 5px;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        font-family: var(--heading-font);
    }

        .portfolio .portfolio-filters li:hover,
        .portfolio .portfolio-filters li.filter-active {
            color: var(--contrast-color);
            background-color: var(--accent-color);
        }

        .portfolio .portfolio-filters li:first-child {
            margin-left: 0;
        }

        .portfolio .portfolio-filters li:last-child {
            margin-right: 0;
        }

@media (max-width: 575px) {
    .portfolio .portfolio-filters li {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
}

.portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: -100%;
        z-index: 3;
        transition: all ease-in-out 0.5s;
        background: color-mix(in srgb, var(--background-color), transparent 10%);
        padding: 15px;
        display: none;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            font-weight: 600;
            padding-right: 50px;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: color-mix(in srgb, var(--default-color), transparent 30%);
            font-size: 14px;
            margin-bottom: 0;
            padding-right: 50px;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link,
        .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 50px;
            font-size: 24px;
            top: calc(50% - 14px);
            color: color-mix(in srgb, var(--default-color), transparent 30%);
            transition: 0.3s;
            line-height: 0;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover,
            .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: var(--accent-color);
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 14px;
            font-size: 28px;
        }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 0;
    }



.team-section {
    background-color: #f8f9fa; /* Ensure section background matches body for seamless look */
}

.team-card {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 20px;
    background-color: #eceef3;
    transition: transform 0.3s ease-in-out;
    height: 334px;
}

    .team-card:hover {
        transform: translateY(-5px); /* Lift card slightly on hover */
    }

.profile-img-container {
    width: 150px; /* Fixed width for the circular image container */
    height: 150px; /* Fixed height for the circular image container */
    border-radius: 50%; /* Make it perfectly circular */
    overflow: hidden; /* Hide overflow to ensure circular shape */
    margin: 0 auto 20px auto; /* Center the image and add bottom margin */
    display: flex; /* Use flexbox to center the image within the container */
    align-items: center;
    justify-content: center;
    border: 0px solid #007bff; /* Border around the circular image */
    padding-top: 89px;
}

.profile-img {
    width: 100%; /* Make image fill the container */
    height: 100%; /* Make image fill the container */
    object-fit: cover; /* Cover the container while maintaining aspect ratio */
}

.card-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #343a40; /* Darker text for names */
}

.card-text {
    font-size: 0.9rem;
    color: #6c757d; /* Lighter text for roles */
    margin-bottom: 5px;
}

.contact-image {
    display: flex;
    align-items: center;
    justify-content: center;
 
}

    .contact-image img {
        max-width: 100%;
        height: auto;
        border-radius: 8px; /* Optional: adds rounded corners to the image */
    }

.contact-section .form-control {
    background: #f3f3f3;
    border: 0px;
    border-bottom: solid #d5d7d7 2px;
    font-size: 13px;
    height: 44px;
}

.custom-alert-content {
    font-size: 13px;
}

.WhatsAppIconFixed {
    position: fixed;
    bottom: 133px;
    right: 153px;
    z-index: 1000;
}

.CallIconFixed {
    position: fixed;
    bottom: 150px;
    right: 141px;
    z-index: 1000;
    display: none;
}

    .CallIconFixed img {
        width: 40px;
        border: solid white 3px;
        border-radius: 50%;
    }

/* Add this in your style.css */
.spinner-backdrop {
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.carousel-indicators {
    display: none;
}

.rightdv {
    background-repeat: no-repeat;
    background-image: url('../public/images/dots-green.svg');
}


/*Doctors list*/
/* Dental Clinic Color Theme Adjustments */
.text-primary {
    color: #0056b3 !important;
}
/* Deep medical blue */
.text-info {
    color: #00a8cc !important;
}
/* Cyan/Teal for specialties */
.bg-primary {
    background-color: #0056b3 !important;
}

.dental-doctors-section {
    background-color: #f8fbff; /* Very light blue background */
}

/* Card Styling & Hover Effects */
.doctor-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

    .doctor-card:hover {
        transform: translateY(-10px);
        /*box-shadow: 0 15px 30px rgba(0, 86, 179, 0.15) !important;*/
    }

    /* Make images perfectly round and uniform */
    .doctor-card .card-img-top {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border: 3px solid #0c7c4d4a;
        padding: 5px;
        background-color: #fff;
    }

/* Position Carousel Controls outside the cards */
.custom-control {
    width: 5%;
}

    .custom-control .carousel-control-prev-icon,
    .custom-control .carousel-control-next-icon {
       
        background-size: 50%;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

/* Adjust indicators position */
.custom-indicators {
    bottom: -40px;
}

    .custom-indicators button {
        width: 12px !important;
        height: 12px !important;
        border-radius: 50%;
        margin: 0 6px !important;
        opacity: 0.5;
    }

        .custom-indicators button.active {
            opacity: 1;
            transform: scale(1.2);
        }

/* Ensure padding on mobile so cards don't touch the edges */
@media (max-width: 768px) {
    .carousel-item .row {
        padding: 0 15px;
    }
}

.doc_name {
    font-size: 13px;
}

.dep_name {
    font-size: 11px;
    color: #146c63;
}

.carousel .rounded-circle.carousel-control-next-icon {
    background-color: #2d7d65 !important;
}

.carousel .rounded-circle.carousel-control-prev-icon {
    background-color: #2d7d65 !important;
}


/* Banner Container Styling */
.emergency-banner {
    background-color: #75b6a0; /* Requested background color */
    width: 100%;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

/* Content Wrapper for Entrance Animation */
    .emergency-banner .banner-content {
        max-width: 800px;
        animation: fadeInUp 0.8s ease-out forwards;
        opacity: 0;
        transform: translateY(20px);
    }

/* Typography */
.emergency-banner h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.emergency-banner p {
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 35px;
}

/* Button Container */
.emergency-banner .button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Generic Button Styles */
.emergency-banner .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .emergency-banner .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

/* Specific Button Styles */
.emergency-banner .call-btn {
    background-color: #ffffff;
    color: #e35d14; /* Matches original orange */
    /* Adding a pulse animation for urgency */
    animation: pulse 2s infinite;
}

.emergency-banner .wa-btn {
    background-color: #00a859; /* Standard WhatsApp Green */
    color: #ffffff;
}


/* 2. Pulse effect for the emergency call button */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Responsive Design */
@media (max-width: 600px) {
    .emergency-banner h2 {
        font-size: 1.8rem;
    }

    .emergency-banner p {
        font-size: 1rem;
    }

    .emergency-banner .button-group {
        flex-direction: column;
        gap: 15px;
    }

 
}

/* =========================
   DENTAL HERO FULL STYLES
========================= */

.dental-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    gap: 40px;
    flex-wrap: wrap;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #ffffff00;
    overflow: hidden;
}

    

    .dental-hero h1,
    .dental-hero h2,
    .dental-hero h3,
    .dental-hero h4,
    .dental-hero p {
        margin: 0;
        padding: 0;
    }

    /* =========================
   IMAGE SECTION
========================= */

    .dental-hero .hero-image-wrapper {
        position: relative;
        flex: 1;
        max-width: 500px;
        animation: dentalFadeRight 0.8s ease forwards;
    }

    .dental-hero .dental-photo {
        width: 100%;
        height: auto;
        border-radius: 20px;
        object-fit: cover;
        display: block;
        animation: dentalZoomIn 1s ease forwards;
    }

    /* Floating Badge */
    .dental-hero .floating-badge {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background: #ffffff;
        padding: 12px 16px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        animation: dentalFadeUp 0.8s ease forwards, dentalFloat 3s ease-in-out infinite;
    }

        .dental-hero .floating-badge .icon {
            font-size: 20px;
        }

        .dental-hero .floating-badge .text h4 {
            font-size: 16px;
            font-weight: 600;
            color: #222;
        }

        .dental-hero .floating-badge .text p {
            font-size: 12px;
            color: #777;
        }

    /* =========================
   CONTENT SECTION
========================= */

    .dental-hero .hero-content {
        flex: 1;
        max-width: 500px;
        animation: dentalFadeUp 0.9s ease forwards;
    }

    .dental-hero .clinic-tag {
        display: inline-block;
        background: #e6f4ff;
        color: #0077b6;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 12px;
        animation: dentalFadeUp 0.6s ease forwards;
        animation-delay: 0.2s;
        opacity: 0;
    }

    .dental-hero h1 {
        font-size: 42px;
        font-weight: 700;
        color: #111;
        margin-bottom: 10px;
        line-height: 1.2;
        animation: dentalFadeUp 0.6s ease forwards;
        animation-delay: 0.4s;
        opacity: 0;
    }

        .dental-hero h1 span {
            color: #2aada6;
        }

    .dental-hero .doctor-name {
        font-size: 18px;
        color: #444;
        margin-bottom: 15px;
        animation: dentalFadeUp 0.6s ease forwards;
        animation-delay: 0.6s;
        opacity: 0;
    }

    .dental-hero p {
        font-size: 15px;
        color: #666;
        line-height: 1.6;
        animation: dentalFadeUp 0.6s ease forwards;
        animation-delay: 0.8s;
        opacity: 0;
    }

    /* =========================
   BUTTON
========================= */

    .dental-hero .btn-group {
        margin-top: 20px;
        animation: dentalFadeUp 0.6s ease forwards;
        animation-delay: 1s;
        opacity: 0;
    }

    .dental-hero .btn-primary {
        display: inline-block;
        padding: 12px 22px;
        background: linear-gradient(135deg, #267448, #14ab9d);
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .dental-hero .btn-primary:hover {
            background: linear-gradient(135deg, #005f8a, #0096c7);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 119, 182, 0.3);
        }

.doctorDescription {
    background: #9ebdc72b;
}
.starImage {
    width: 142px;
    margin:auto;
}
.ContactRightImage {
    width: 62%;
}
/* =========================
   ANIMATIONS
========================= */

@keyframes dentalFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dentalFadeRight {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes dentalZoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes dentalFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
    .dental-hero {
        padding: 40px 20px;
    }

        .dental-hero h1 {
            font-size: 34px;
        }
}

@media (max-width: 768px) {
    .dental-hero {
        flex-direction: column;
        text-align: center;
    }

        .dental-hero .hero-image-wrapper,
        .dental-hero .hero-content {
            max-width: 100%;
        }

        .dental-hero .floating-badge {
            left: 50%;
            transform: translateX(-50%);
            bottom: 15px;
        }
}

@media (max-width: 480px) {
    .dental-hero h1 {
        font-size: 28px;
    }

    .dental-hero p {
        font-size: 14px;
    }

    .dental-hero .btn-primary {
        padding: 10px 18px;
        font-size: 13px;
    }
}
