body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header .left-section {
    background-color: #ffffff;
    /* White background for the left section */
    flex: 1;
}

.header-logo {
    height: 80px;
    margin-left: 20%;
}

@media (max-width: 768px) {
    .header-logo {
        margin-left: 0% !important;
    }
}

/* Media query for screens between 769px and 890px */
@media (min-width: 769px) and (max-width: 890px) {
    .header-logo {
        margin-left: 0%;
        /* Hides the logo by pushing it off-screen */
    }
}

@media (min-width: 992px) and (max-width: 1190px) {
    .header-logo {
        margin-left: 0%;
        /* Hides the logo by pushing it off-screen */
    }
}

.navbar-toggler {
    border: none;
    font-size: 20px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;

}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    font-size: 1.5em;
    
}


.nav-link {
    color: #003366 !important;
    font-size: large !important;
}

.btn-icon {
    background: none;
    border: none;
}

header .right-section {
    background-color: #003366 !important;
    /* Dark blue background for the right section */
    padding: 1rem;
    font-size: 10.5px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
    height: 98px;
    width: 28%;
}

header nav ul li a {
    color: #003366 !important;
    text-decoration: none !important;
    padding: 0.5rem 1rem;
}

header nav ul li a:hover {
    color: red !important;
}

.scrollable-dropdown {
    display: none;
    position: absolute;
    margin-top: 0px;
    background-color: #fff;
    min-width: 200px;

    box-shadow: 0 8px 16px #0003;
    z-index: 1000 !important;
    max-height: 200px;
    overflow-y: scroll;
}

.scrollable-dropdown::-webkit-scrollbar {
    width: 3px;
    /* Width of the scrollbar */
}

.scrollable-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the scrollbar track */
}

.scrollable-dropdown::-webkit-scrollbar-thumb {
    background: #003366;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Rounded corners for the thumb */
}

.scrollable-dropdown::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the scrollbar thumb on hover */
}

.dropdown-item:active {
    background-color: #bdc6d085 !important;
}

.header {
    box-shadow: #0000001a 0 4px 6px -1px, #0000000f 0 2px 4px -1px;
    height: 98px;
}

.mainmenu-right-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: -1px;
    border-top: 55px solid var(--primary-color);
    border-bottom: 55px solid var(--primary-color);
    border-left: 23px solid #fff;
    width: 0;
}

.navigation {
    font-size: 13px;
}

header nav ul li.dropdown:hover .dropdown-menu {
    display: block !important;
}

header .top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #003366;
    /* Dark blue background */
}

header .top-nav .logo img {
    height: 50px;
}

header .top-nav nav ul {
    display: flex;
    gap: 1rem;
}

header .top-nav nav ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

header .top-nav .appointment button {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

header .top-nav .appointment .text-white {
    color: #ffffff;
}

header .top-nav .appointment .bi {
    font-size: 1rem;
}

.hero-section {
    background: url('/assets/img/ndc_carousel.jpg') no-repeat center center/cover;
    position: relative;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #ffffff;
    text-align: left;
    padding: 0 1rem;
    z-index: 1;
}

.hero-text {
    top: 0;
    left: 0;
    z-index: 999;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, .9));
    position: absolute;
    width: 100%;
    height: 480px;
}

.hero-text h1 {
    color: #0a2e72;
    font-family: Nunito-Bold;
    font-style: normal;
    font-size: 40px;
    width: 70%;
    line-height: 1.3em;
}


.hero-text p {
    color: #454d5d;
    font-family: Nunito-Bold;
    font-size: 13px;
    font-style: normal;
}

.hero-text button {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}

.bgglass {
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    padding: 100px;
    position: absolute;
    height: 480px;
    background-color: #0a2e72;
    opacity: .4;

}

.small-text {
    position: absolute;
    top: 35%;
    left: 10%;
    z-index: 99999;
    color: #003366;
    width: 50%;
}

@media (min-width: 300px) and (max-width: 800px) {
    .small-text {
        width: 80%;
        /* Hides the logo by pushing it off-screen */
    }
}

.small-text h4 {
    font-size: 37px;
}

.small-text p {
    font-size: 15px;
}

.small-text button {
    font-size: 12px;
}

main .hero-text button {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 10px;
}

main .hero-image img {
    width: 100%;
    max-width: 400px;
    margin-top: 1rem;
}


.book-appointment-btn {
    background-color: #d32f2f;
    /* Button background color */
    color: white;
    /* Button text color */
    border: none;
    border-radius: 17px;
    /* Rounded corners */
    padding: 5px 10px;
    /* Padding around text */
    font-size: 16px;
    /* Font size */
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* Smooth transition for background color change */
}

.mobile-app {
    font-size: 25px;
    color: #003366;
}

.store {
    width: 70%;
}

.OurSpecialties {
    background-color: #f8f8f8;
    height: 450px;
}

.Specialties p {
    color: #454d5d;
    font-size: 13px;

    font-style: normal;
    text-align: center;
    padding-bottom: 20px;
}

.Specialties h4 {
    color: #003366;
    font-size: 27px;
    font-family: Nunito-Bold;
    font-style: normal;
    text-align: center;
    padding-top: 20px;
}

.specialty-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    display: grid;
    justify-content: center;
    align-items: center;
}

.specialty-card:hover {
    transform: translateY(-10px);
    border: 2px dashed red;
    /* Highlighted border for the hovered card */
}

.specialty-card img {
    max-width: 100px;
    margin-bottom: 15px;
}

.specialty-card h3 {
    font-size: 13px;
    color: #1a237e;
}

.card-section2 {
    background: #1a237e;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media (min-width: 537px) and (max-width: 767px) {
    .card-section2 {
        margin-top: 130%;
    }
}

@media (min-width: 300px) and (max-width: 535px) {
    .card-section2 {
        margin-top: 250%;
    }
}



.smilemask {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 300px) {

    .card-section {
        margin-top: 100%;
    }
}

.hero-content {
    text-align: left;
    padding: 20px;
}

.hero-content h1 {
    /* font-size: 30px; */
    color: #f1f1f1;
}

.hero-content .btn {
    margin-top: 20px;
    background-color: red;
    color: white;
}


.team-card h3 {
    font-size: 15px;

}

@media (min-width: 300px) and (max-width: 610px) {
    .team-card h3 {
        font-size: 12px !important;
    }
}

.team-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.team-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 250px;
    text-align: center;
    transition: transform 0.3s;
    margin: 10px
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-card img {
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 35%;
    border-bottom-right-radius: 35%;
    margin: 15% 0%;
    height: auto;
}

.team-card h3 {
    font-size: 1.2em;
    margin: 10px 0;
}

.team-card span {
    display: block;
    font-size: 1em;
    color: #555;
}

@media (max-width: 768px) {
    .team-cards {
        flex-direction: column;
        align-items: center;
    }

    .team-card {
        width: 80%;
    }
}

.app-img {
    background-image: url(/assets/img/blue.png);

    padding: 25px 25px 21px 28px;
}

.app-img h1 {
    font-size: 21px;
    color: #d32f2f;

}

.app-img p {
    color: white;
}

.icon-content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.Testimonials h2 {
    color: #003366;
    text-align: center;
}

.Testimonial-card {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.testimonialborder {
    border: 2px solid red;
    border-radius: 10px;
    padding: 28px;
}

.testimonialborder img {
    max-width: 35px !important;
    min-width: 35px !important;
    max-height: 50px !important;
    min-height: 50px !important;
    padding-bottom: 15px;
    margin: 0 auto;
}

.testimonialborder h4 {
    color: #003366;
    font-style: normal;

    font-size: 14px;
    margin: 0;
}

.contentholdtestimonial {
    justify-content: left;
}

.footer-background {
    position: relative;
    background: url('/assets/img/temp3-footer.jpeg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding-bottom: 20%;
    overflow: hidden;
}

.opacitybg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(10 46 114 / 79%);
    /* Adjust the opacity here */
    z-index: 0;
}

/* footer section */


.list-unstyled {
    color: whitesmoke !important;
}

/*blog css*/
.breadcrumb {
    color: #ff4545;
    margin-bottom: 20px;
    float: right;
}

.breadcrumb a {
    color: #ff4545;
    text-decoration: none;
}

.blog-post {
    margin-bottom: 40px;
    font-family: sans-serif;
}

.date {
    color: #666;
    margin-bottom: 5px;
}

.blog-post h2 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

.blog-post p {
    font-size: 13px;
}

.read-more {
    color: #0066cc;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.box {
    border-bottom: 1px dotted #dba038;
    margin: 24px 0 20px;
}

.heading h1 {
    font-size: 23px;
    color: #0288d1;
}

.heading p {
    margin-top: 25px;
    color: rgb(78, 79, 80);
}

.post-date span {
    color: white;
}

.intro-text {
    font-size: 13px;
}

.main-content h2 {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    color: rgb(78, 79, 80);
}

.list {
    margin-left: 35px;
    list-style-type: decimal;

}

.list li {
    margin-bottom: 10px;
    line-height: 1.4;
    padding-left: 10px;
    font-size: 14px;
}

.unstyled {
    padding-left: 0;
    list-style: none
}

.tab-container {
    display: flex;
    justify-content: space-evenly;
}

.tab {
    padding: 5px 172px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: black;
    background-color: transparent;
    font-size: 16px;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.nav-tab {
    border-bottom: 1px solid gray;
}

.tab:hover,
.tab.active {
    color: red !important;
   
}


.card {

    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 200px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: none;
    /* Hide all cards initially */
    transition: transform 0.3s ease;
}

.img-card {

    width: 100%;
    object-fit: contain;
    border-top-left-radius: 35%;
    border-bottom-right-radius: 35%;

}

.card h3 {
    margin: 10px 0;
    font-size: 14px;
}

.card p {
    color: #666;
    border-bottom: 1px solid #ddd;
}

.card a {
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.card:hover {
    transform: scale(1.05);
}

.card.our-doctors,
.card.visiting-consultants {
    display: none;
    /* Hide all cards initially */
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Default size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}



.read-more .material-icons-outlined {
    margin-left: 5px;
    /* Space between text and icon */
}

.text {
    font-size: 14px;
}

.text h2 {
    font-size: 14px;
    font-weight: 700;
    color: #0d194b;
}

.text h3 {
    font-size: 14px;
}

.profile-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.profile-image {
    width: 150px;
    height: 150px;

}

.read-more img {
    height: 14px;
}

.hamburger-menu {
    display: none;
}

@media (max-width: 768px) {
    .navigation {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }
}

/* Scroll To Top */
.scroll-to-top {
    position: fixed;
    bottom: 33px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #002c5fad;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
}

.scroll-to-top:hover {
    background-color: #555;
}

.scroll-to-top span {
    font-size: 24px;
    padding-top: 13px;
}

.message-box {
    position: fixed;
    bottom: 30px;
    right: 80px;
    /* Adjusted to be left of the scroll-to-top button */
    width: 50px;
    height: 50px;
    background-color: #0a2e72;
    /* Purple background */
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
}

.message-box i {
    font-size: 24px;
    padding-top: 14px;
    /* Adjust font size as needed */
}

/* Popup Form */
.popup-form {
    display: none;
    /* Initially hidden */
    position: fixed;
    bottom: 87px;
    /* Adjusted for positioning above the message box */
    right: 74px;
    width: 300px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
}

.popup-form .form-header {
    background-color: #0a2e72;
    color: white;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popup-form .form-header h2 {
    margin: 0;
    font-size: 18px;
}

.popup-form .form-header .close-btn {
    float: right;
    cursor: pointer;
}

.popup-form .form-body {
    padding: 20px;
}

.popup-form .form-body input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.popup-form .form-body button {
    width: 100%;
    padding: 10px;
    background-color: #0a2e72;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-form .form-body button:hover {
    background-color: #0a2e72;
}

.prosthodontics h1 {
    font-size: 25px !important;
}

.implantology h1 {
    font-size: 25px !important;
}

.endodontics h1 {
    font-size: 25px !important;
}

.oralsurgery h1 {
    font-size: 25px !important;
}

.Orthodontics h1 {
    font-size: 25px !important;
}

.pedodontics h1 {
    font-size: 25px !important;
}

.conservative h1 {
    font-size: 25px !important;
}

.esthetic-dentistry h1 {
    font-size: 25px !important;
}

.periodontics h1 {

    font-size: 25px !important;
}

/* Map Container */
.map {
    position: relative;
    width: 100%;
    height: 500px;

}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.map-card {
    position: relative;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 0, 0, .125);
    max-width: 80%;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px #0003;
    border-radius: 8px;
    text-align: center;
}

.map-card h2 {
    font-size: 25px;
}

.map-card p {
    font-size: 15px;
    color: gray;
}


/* modal css */

.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-body {
    max-height: calc(85vh - 120px);
    overflow-y: auto;
}


#iframeContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: none;
    align-items: center;
    justify-content: center;
}

#appointmentIframe {
    width: 90%;
    max-width: 1200px;
    height: 100vh;
    border: none;
    border-radius: 8px;
    /* background: white; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
}


@media (min-width: 768px) {
    #appointmentIframe {
        height: 80vh;
    }
}

#iframeContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 660px;
    height: auto;
    z-index: 9999;
    display: none;
}

#appointmentIframe {
    width: 90%;
    height: 90vh;
    border: none;
    border-radius: 8px;
    /* background: white; */
}

/* Remove the dark background overlay */
.modal {
    background: none !important;
}

.modal-backdrop {
    display: none !important;
}

/* Center the modal */
.modal-dialog {
    position: fixed !important;
    margin: 0 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 1000px !important;
}

.modal-content {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}


.close-btn {
    position: fixed;
    top: 20%;
    right: 5%;
    width: 30px;
    height: 30px;
    border: none;
    background: #fdfdfd;
    cursor: pointer;
    border-radius: 50%;
    display: block;
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333;
    top: 50%;
    left: 50%;
}

.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.otp-timer-container {
    margin-top: 15px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.resend-btn {
    padding: 10px !important;
}

.resend-text {
    display: block;
    margin-bottom: 10px;
    color: #666;
}

#timer {
    font-weight: bold;
    color: #0066cc;
}

#timer.expired {
    color: #28a745;
}

#resendOtp {
    display: none;
    padding: 8px 15px;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

#resendOtp:hover:not(:disabled) {
    background: #004d99;
}

#resendOtp:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}

#registeredPatientStep {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

#registeredPatientStep .form-group {
    margin-bottom: 15px;
}

#registeredPatientStep input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#registeredPatientStep .button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#registeredPatientStep .btn {
    flex-grow: 1;
    margin: 0 5px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#registeredPatientStep .btn-primary {
    background-color: #527092;
    color: white;
}

#registeredPatientStep .btn-secondary {
    background-color: #6c757d;
    color: white;
}

@media (max-width:768px) {
    header .right-section {
        width: 60%;
    }
}

.connectapp {
    background-image: url(/assets/img/blue.png);
}

.card-section {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4ecfb 100%);
}

.card-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(28, 199, 208, 0.2) 0%, rgba(28, 199, 208, 0) 70%);
}

.card-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(78, 115, 223, 0.2) 0%, rgba(78, 115, 223, 0) 70%);
}

.card-section2 {
    position: relative;
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
}

.hero-content {
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 2rem;
    line-height: 1.2;
    position: relative;
}

.hero-content h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #ec2024);
    border-radius: 2px;
}

/* Glowing button styles */
.glow-btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(45deg, var(--primary-color), #ec2024);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 184, 212, 0.4);
    width: 50%;
}

.glow-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 184, 212, 0.6);
}

/* Glow effect */
.glow-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primary-color), #ec2024);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.glow-btn:hover::after {
    opacity: 0.4;
}

/* Animation for glow */
@keyframes glowing {
    0% {
        box-shadow: 0 0 5px #4a6a91;
    }

    50% {
        box-shadow: 0 0 20px #4a6a91;
    }

    100% {
        box-shadow: 0 0 5px #4a6a91;
    }
}

.glow-btn {
    animation: glowing 2s infinite;
}

/* Image section styling */
.img-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #f6f8fd 0%, #e9f1fc 100%);
    overflow: hidden;
}

.smilemask {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s ease;
    transform: scale(1.05);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}

/* Floating animation for image */
@keyframes float {
    0% {
        transform: translateY(0) scale(1.05);
    }

    50% {
        transform: translateY(-10px) scale(1.05);
    }

    100% {
        transform: translateY(0) scale(1.05);
    }
}

.smilemask {
    animation: float 6s ease-in-out infinite;
}

/* Small icon animations */
.floating-icon {
    position: absolute;
    opacity: 0.7;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

.tooth-icon {
    top: 20%;
    right: 10%;
    animation: floatIcon 7s ease-in-out infinite;
}

.brush-icon {
    bottom: 15%;
    left: 5%;
    animation: floatIcon 8s ease-in-out infinite;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-15px) rotate(5deg);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

/* Responsive styles */
@media (max-width: 991px) {
    .hero-content {
        padding: 3rem 2rem;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .card-section {
        padding: 4rem 0;
    }

    .hero-content {
        padding: 3rem 1.5rem;
        text-align: center;
        order: 2;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content h1::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .img-wrapper {
        order: 1;
        padding: 2rem 1rem;
    }

    .glow-btn {
        margin: 0 auto;
    }
}

.our-team {
    padding: 1rem 0;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4ecfb 100%);
    overflow: hidden;
}

/* Decorative elements */


.our-team::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(78, 115, 223, 0.15) 0%, rgba(78, 115, 223, 0) 70%);
    bottom: -150px;
    left: -150px;
    border-radius: 50%;
    z-index: 1;
}

.section-title {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4b6b91;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #ec2024);
    border-radius: 2px;
}

.section-title p {
    font-size: 1.1rem;
    color: #566573;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.team-container {
    position: relative;
    z-index: 2;
    padding: 2rem 0;
}

.team-card {
    background-color: var(--card-bg);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 15px;
    transform: translateY(0);
    transition: all 0.4s ease;
    position: relative;
    max-width: 300px;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.team-card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, rgba(78, 115, 223, 0.8), transparent);
    transition: all 0.4s ease;
    z-index: 1;
}

.team-card:hover:before {
    height: 50%;
}

.team-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.team-card:hover .team-img {
    transform: scale(1.05);
}

.team-info {
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.team-card:hover .team-info {
    transform: translateY(-10px);
}

.team-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: black;
    margin-bottom: 0.3rem;
    transition: all 0.3s ease;
}

.team-position {
    font-size: 1rem;
    color: #ec2024;
    font-weight: 500;
    margin-bottom: 0.8rem;
    display: block;
}

.team-qualification {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
    display: block;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.team-card:hover .team-social {
    opacity: 1;
    transform: translateY(0);
}

.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: var(--primary-color);
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.social-icon:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
}

.specialist-tag {
    position: absolute;
    top: 1rem;
    right: 0;
    background: #4b6b91;
    color: white;
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

/* Responsive styling */
@media (max-width: 991px) {
    .team-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .team-card {
        max-width: 280px;
        margin: 15px;
    }

    .team-img-wrapper {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 2rem;
    }

    .team-card {
        margin: 15px auto;
    }
}

/* App Download Section */
.app-download-section {
    background: linear-gradient(135deg, #eef2ff 0%, #e6f7f8 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
    /* Remove gap between sections */
}

.app-download-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(28, 199, 208, 0.1) 0%, rgba(28, 199, 208, 0) 70%);
    top: -150px;
    right: -100px;
    border-radius: 50%;
}

.app-download-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(78, 115, 223, 0.1) 0%, rgba(78, 115, 223, 0) 70%);
    bottom: -100px;
    left: -50px;
    border-radius: 50%;
}

.mobile-app-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.3;
}

.mobile-app-heading span {
    color: #4e73df;
    position: relative;
    z-index: 1;
}



.app-description {
    color: #566573;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

.store-buttons {
    display: grid;
    gap: 15px;
    align-items: center;
    margin-top: 1.5rem;
    justify-content: center;
}

.store-btn {
    display: inline-block;
    transition: all 0.3s ease;
    max-width: 160px;
}

.store-btn:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.store-btn img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.app-phone-mockup {
    position: relative;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.app-phone-mockup img {
    max-height: 400px;
    width: auto;
}

/* Main Footer Styles */
.footer-main {
    background-color: #1a2035;
    color: #e0e6ed;
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
}

/* Decorative Elements */
.footer-main::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(78, 115, 223, 0.15) 0%, rgba(78, 115, 223, 0) 70%);
    top: 0;
    right: 0;
    border-radius: 0 0 0 100%;
    z-index: 1;
}

.footer-main::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(28, 199, 208, 0.15) 0%, rgba(28, 199, 208, 0) 70%);
    bottom: 0;
    left: 0;
    border-radius: 0 100% 0 0;
    z-index: 1;
}

.footer-content {
    position: relative;
    z-index: 2;
}

/* Logo Section */
.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
}

.footer-about {
    color: #e0e6ed;
    opacity: 0.8;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 90%;
}

/* Social Media Icons */
.footer-social {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.social-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: #e0e6ed;
    border-radius: 50%;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #ec2024;
    color: white;
    transform: translateY(-3px);
}

/* Footer Columns */
.footer-column {
    margin-bottom: 2rem;
}

.footer-heading {
    color: #e0e6ed;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #ec2024, transparent);
    border-radius: 1px;
}

/* Quick Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links a:hover {
    color: #ec2024;
    transform: translateX(5px);
}

.footer-links a::before {
    content: "\f054";
    /* Font Awesome chevron-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.7rem;
    margin-right: 8px;
    color: #ec2024;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-links a:hover::before {
    opacity: 1;
}

/* Contact Info */
.contact-info {
    margin-bottom: 1.5rem;
}

.contact-detail {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.contact-icon {
    color: #ec2024;
    font-size: 1.1rem;
    margin-right: 15px;
    margin-top: 3px;
}

.contact-text {
    color: #e0e6ed;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-label {
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--footer-link);
}

/* Hours */
.hours-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.day {
    color: var(--footer-link);
}

.time {
    color: #e0e6ed;
}

/* Copyright Section */
.copyright {
    background-color: #141824;
    color: #e0e6ed;
    padding: 1.2rem 0;
    text-align: center;
    font-size: 0.9rem;
    border-top: 1px solid var(--footer-border);
}

.copyright a {
    color: #ec2024;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copyright a:hover {
    color: var(--footer-link-hover);
}

/* Responsiveness */
@media (max-width: 1199px) {
    .mobile-app-heading {
        font-size: 2rem;
    }

    .app-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 991px) {
    .mobile-app-heading {
        font-size: 1.8rem;
    }

    .app-description {
        margin-bottom: 1rem;
    }

    .footer-about {
        max-width: 100%;
    }

    .store-buttons {
        gap: 10px;
    }

    .store-btn {
        max-width: 140px;
    }
}

@media (max-width: 767px) {
    .app-download-section {
        padding: 2.5rem 0;
        text-align: center;
    }

    .mobile-app-heading {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }

    .store-buttons {
        justify-content: center;
        margin-top: 1rem;
    }

    .store-btn {
        max-width: 120px;
    }

    .footer-main {
        padding: 3rem 0 1rem;
    }

    .footer-column {
        margin-bottom: 2rem;
    }

    .footer-heading {
        font-size: 1.1rem;
    }

    .footer-logo img {
        max-width: 150px;
    }

    .social-icon {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 575px) {
    .footer-heading::after {
        width: 40px;
    }

    .contact-detail {
        margin-bottom: 20px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .copyright {
        font-size: 0.85rem;
        padding: 1rem 0;
    }

    .store-buttons {
        gap: 8px;
    }

    .store-btn {
        max-width: 110px;
    }
}

.testimonials-section {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4ecfb 100%);
    overflow: hidden;
}

/* Decorative elements */
.testimonials-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(28, 199, 208, 0.1) 0%, rgba(28, 199, 208, 0) 70%);
    top: -150px;
    right: -100px;
    border-radius: 50%;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(78, 115, 223, 0.1) 0%, rgba(78, 115, 223, 0) 70%);
    bottom: -100px;
    left: -100px;
    border-radius: 50%;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, red, #003366);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #566573;
    max-width: 700px;
    margin: 1.5rem auto 0;
    line-height: 1.6;
}

/* Testimonial Cards */
.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    margin: 15px;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
    position: relative;
    background: linear-gradient(135deg, red 0%, #4b6b91 100%);
    padding: 25px 20px 65px;
    text-align: center;
    color: white;
}

.testimonial-quote {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    opacity: 0.2;
    color: white;
}

.user-image-container {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: -45px auto 15px;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white;
}

.user-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
}

.user-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.2rem;
}

.user-location {
    font-size: 0.9rem;
    color: #1cc7d0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-location i {
    margin-right: 0.4rem;
    font-size: 0.8rem;
}

.stars {
    color: #FFD700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #596275;
    margin-bottom: 1rem;
    flex-grow: 1;
}

/* Navigation Arrows */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: white !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #4e73df !important;
    font-size: 1.5rem !important;
    transition: all 0.3s ease;
    z-index: 10;
}

.owl-nav button:hover {
    background: linear-gradient(135deg, #4e73df 0%, #1cc7d0 100%) !important;
    color: white !important;
}

.owl-nav button.owl-prev {
    left: -23px;
}

.owl-nav button.owl-next {
    right: -23px;
}

/* Dots Navigation */
.owl-dots {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    display: none;
}

.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background: #d1d8e0 !important;
    transition: all 0.3s ease;
}

.owl-dot.active {
    width: 25px;
    border-radius: 10px;
    background: linear-gradient(90deg, #4e73df, #1cc7d0) !important;
}

/* Mobile Responsiveness */
@media (max-width: 1199px) {
    .section-title {
        font-size: 2.2rem;
    }

    .testimonial-card {
        margin: 10px;
    }
}

@media (max-width: 991px) {
    .testimonials-section {
        padding: 4rem 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .testimonial-header {
        padding: 20px 15px 60px;
    }

    .owl-nav button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-title::after {
        width: 60px;
    }

    .user-image-container {
        width: 80px;
        height: 80px;
        margin: -40px auto 12px;
    }

    .testimonial-text {
        font-size: 0.9rem;
    }

    .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 1.2rem !important;
    }

    .owl-nav button.owl-prev {
        left: -18px;
    }

    .owl-nav button.owl-next {
        right: -18px;
    }
}

@media (max-width: 575px) {
    .testimonials-section {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-subtitle {
        font-size: 0.9rem;
        margin-top: 1rem;
    }

    .testimonial-card {
        margin: 10px 5px;
    }

    .testimonial-content {
        padding: 1.2rem 1rem;
    }

    .testimonial-text {
        font-size: 0.85rem;
    }

    .user-name {
        font-size: 1.1rem;
    }

    .owl-dots {
        margin-top: 1.5rem;
    }
}

.tab-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
  }
  
  .tab {
    text-decoration: none;
    color: #555;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .tab:hover {
    color: #0056b3;
  }
  
  .tab.active {
    color: #0056b3;
  }
  
  .tab.active::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0056b3;
    animation: slideIn 0.4s ease;
  }
  
  @keyframes slideIn {
    from { width: 0; }
    to { width: 100%; }
  }
  
  #card-container {
    display: flex;
    flex-wrap: wrap;
    /* gap: 30px; */
    justify-content: center;
  }
  
  .card {
    width: 280px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
  }
  
  .card-inner {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .our-doctors {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #2193b0, #6dd5ed);
    border-image-slice: 1;
    animation: borderPulse 3s infinite;
  }
  
  .visiting-consultants {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #ff7e5f, #feb47b);
    border-image-slice: 1;
    animation: borderPulse 3s infinite;
  }
  
  @keyframes borderPulse {
    0% { box-shadow: 0 0 0 0 rgba(33, 147, 176, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(33, 147, 176, 0); }
    100% { box-shadow: 0 0 0 0 rgba(33, 147, 176, 0); }
  }
  
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
  
  .card:hover .card-inner {
    transform: rotateY(10deg);
  }
  
  .img-card {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .card:hover .img-card {
    transform: scale(1.1);
  }
  
  .card h3 {
    margin: 10px 0 5px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
  }
  
  .card p {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
  }
  
  .read-more {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #0056b3;
    font-weight: 500;
    font-size: 14px;
    margin-top: auto;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  
  .glow-button {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #0056b3, #00a0e3);
    color: white;
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  
  .glow-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    mix-blend-mode: overlay;
  }
  
  .glow-button:hover::before {
    opacity: 1;
    animation: glowEffect 2s infinite;
  }
  
  @keyframes glowEffect {
    0% { transform: translate(-30%, -30%) rotate(0deg); }
    100% { transform: translate(-30%, -30%) rotate(360deg); }
  }
  
  .glow-button img {
    filter: brightness(10);
    transition: transform 0.3s ease;
  }
  
  .glow-button:hover img {
    transform: translateX(5px);
  }
  
  /* Animation for initial card load */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .card {
    animation: fadeInUp 0.6s ease backwards;
  }
  
  .card:nth-child(1) { animation-delay: 0.1s; }
  .card:nth-child(2) { animation-delay: 0.2s; }
  .card:nth-child(3) { animation-delay: 0.3s; }
  .card:nth-child(4) { animation-delay: 0.4s; }
  .card:nth-child(5) { animation-delay: 0.5s; }
  .card:nth-child(6) { animation-delay: 0.6s; }
  .card:nth-child(7) { animation-delay: 0.7s; }
  .card:nth-child(8) { animation-delay: 0.8s; }
  
  /* Filter functionality */
  .visiting-consultants {
    display: none;
  }

  .doctor-profile {
    font-family: 'Poppins', sans-serif;
    background-color: var(--background-light);
    padding: 60px 20px;
    color: var(--text-dark);
  }
  
  .profile-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Doctor Header Section */
  .doctor-header {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: var(--card-shadow);
    position: relative;
    overflow: hidden;
  }
  
  .doctor-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  }
  
  .doctor-image-wrapper {
    flex: 0 0 300px;
    position: relative;
  }
  
  .doctor-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    border: 5px solid white;
  }
  
  .doctor-image:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  .legacy-badge {
    position: absolute;
    bottom: 230px;
    right: -15px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: #527092;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3);
    animation: pulse 2s infinite;
    z-index: 1;
    border: 1px solid red;
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(30, 136, 229, 0.5);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(30, 136, 229, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(30, 136, 229, 0);
    }
  }
  
  .doctor-info {
    flex: 1;
    min-width: 300px;
  }
  
  .doctor-info h1 {
    font-size: 36px;
    margin: 0 0 5px 0;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
  }
  
  .doctor-info h1::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    bottom: -10px;
    left: 0;
    border-radius: 2px;
  }
  
  .doctor-info h3 {
    font-size: 20px;
    color: var(--text-medium);
    margin: 20px 0 15px;
    font-weight: 500;
  }
  
  .specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0;
  }
  
  .specialties span {
    background: var(--primary-light);
    color: var(--primary-dark);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
  }
  
  .specialties span:hover {
    background: var(--primary-color);
    color: red;
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(30, 136, 229, 0.2) !important;
  }
  
  .contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
  }
  
  .contact-btn {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    font-size: 14px;
  }
  
  .phone-btn {
    background-color: var(--primary-color);
    box-shadow: 0 4px 8px rgba(30, 136, 229, 0.2);
  }
  
  .phone-btn:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(30, 136, 229, 0.3);
  }
  
  .email-btn {
    background-color: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 8px rgba(30, 136, 229, 0.2);
  }
  
  .email-btn:hover {
    background-color: var(--primary-light);
    transform: translateY(-3px);
  }
  
  /* Icons */
  .phone-icon, .email-icon, .location-icon, .hours-icon, .contact-icon, .quote-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
    .phone-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M20 15.5c-1.2 0-2.4-.2-3.6-.6-.3-.1-.7 0-1 .2l-2.2 2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.3-.5-3.5 0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1 0 9.4 7.6 17 17 17 .6 0 1-.4 1-1v-3.5c0-.6-.4-1-1-1zM21 6h-7'/%3E%3C/svg%3E");
    }
  
  
  .email-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
    
  }
  
  .location-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
  }
  
  .hours-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
  }
  
  .mail-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z'/%3E%3C/svg%3E");
  }
  
  .quote-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231e88e5'%3E%3Cpath d='M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z'/%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    opacity: 0.2;
  }
  .contact-info-section {
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    padding: 20px;
  }
  
  .contact-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  
  .contact-card {
    background: white;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  .contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 10px 10px 0 0;
  }
  
  .contact-card.location::before {
    background: var(--orange-gradient);
  }
  
  .contact-card.hours::before {
    background: var(--blue-gradient);
  }
  
  .contact-card.contact::before {
    background: var(--green-gradient);
  }
  
  .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .icon-circle.location {
    background: var(--orange-gradient);
  }
  
  .icon-circle.hours {
    background: var(--blue-gradient);
  }
  
  .icon-circle.contact {
    background: var(--green-gradient);
  }
  
  .icon-pin, .icon-clock, .icon-mail {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .icon-pin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  }
  
  .icon-clock {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
  }
  
  .icon-mail {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  }
  
  .contact-card h3 {
    color: var(--text-color);
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
  }
  
  .contact-card p {
    color: var(--light-text-color);
    margin: 5px 0;
    line-height: 1.5;
  }
  
  .contact-card a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .contact-card a:hover {
    color: #4CAF50;
  }
  
  .hours-detail {
    margin: 10px 0;
    width: 100%;
  }
  
  .day-label {
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--text-color);
  }
  
  .time-slots {
    color: var(--light-text-color);
  }
  
  .time-slot {
    margin: 3px 0;
  }
  
  /* Animation Effects */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .contact-card {
    animation: fadeIn 0.6s ease backwards;
  }
  
  .contact-card:nth-child(1) { animation-delay: 0.1s; }
  .contact-card:nth-child(2) { animation-delay: 0.2s; }
  .contact-card:nth-child(3) { animation-delay: 0.3s; }
  
  /* Hover Effects */
  .icon-circle {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .contact-card:hover .icon-circle {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  .contact-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  /* Doctor Biography */
  .doctor-bio {
    margin-bottom: 40px;
  }
  
  .bio-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: var(--card-shadow);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
  }
  
  .bio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }
  
  .bio-card-header {
    margin-bottom: 25px;
    position: relative;
  }
  
  .bio-card-header h2 {
    color: var(--primary-color);
    font-size: 24px;
    margin: 0;
  }
  
  .decorative-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    margin-top: 15px;
    border-radius: 2px;
  }
  
  .bio-content p {
    color: var(--text-medium);
    line-height: 1.7;
    margin-bottom: 20px;
  }
  
  .bio-content p:last-child {
    margin-bottom: 0;
  }
  
  /* Clinic Information */
  .clinic-info-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
  }
  
  .clinic-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
  }
  
  .clinic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }
  
  .clinic-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
  }
  
  .clinic-card.location::before {
    background: linear-gradient(90deg, #FF5722, #FFA000);
  }
  
  .clinic-card.hours::before {
    background: linear-gradient(90deg, #2196F3, #00BCD4);
  }
  
  .clinic-card.reach-us::before {
    background: linear-gradient(90deg, #4CAF50, #8BC34A);
  }
  
  .clinic-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .clinic-card.location .clinic-card-icon {
    background: linear-gradient(135deg, #FF5722, #FFA000);
  }
  
  .clinic-card.hours .clinic-card-icon {
    background: linear-gradient(135deg, #2196F3, #00BCD4);
  }
  
  .clinic-card.reach-us .clinic-card-icon {
    background: linear-gradient(135deg, #4CAF50, #8BC34A);
  }
  
  .clinic-card h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: var(--text-dark);
  }
  
  .clinic-card p {
    color: var(--text-medium);
    line-height: 1.6;
    margin: 0;
  }
  
  .clinic-card a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
  }
  
  .clinic-card a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
  }
  
  .hours-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 15px;
    margin-top: 10px;
  }
  
  .day {
    font-weight: 500;
    color: var(--text-dark);
  }
  
  .time {
    color: var(--text-medium);
  }
  
  /* Testimonial Section */
  .testimonial-section {
    margin-bottom: 20px;
  }
  
  .testimonial-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: var(--card-shadow);
    position: relative;
    transition: var(--transition);
  }
  
  .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }
  
  .testimonial-card .quote-icon {
    margin: 0 auto 20px;
  }
  
  .testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 25px;
  }
  
  .testimonial-author {
    text-align: center;
  }
  
  .rating {
    margin-bottom: 10px;
  }
  
  .star {
    color: #FFC107;
    font-size: 20px;
    letter-spacing: 5px;
  }
  
  .author-name {
    font-weight: 600;
    color: var(--text-medium);
    margin: 0;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .doctor-header {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    
    .doctor-image-wrapper {
      flex: 0 0 auto;
      width: 100%;
      max-width: 300px;
    }
    
    .doctor-info h1::after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    .contact-buttons {
      justify-content: center;
    }
    
    .bio-card-header {
      text-align: center;
    }
    
    .decorative-line {
      margin: 15px auto 0;
    }
  }
  
  /* Animation Effects */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .doctor-header, .bio-card, .clinic-card, .testimonial-card {
    animation: fadeIn 0.6s ease backwards;
  }
  
  .doctor-header { animation-delay: 0.1s; }
  .bio-card { animation-delay: 0.3s; }
  .clinic-info-section .clinic-card:nth-child(1) { animation-delay: 0.5s; }
  .clinic-info-section .clinic-card:nth-child(2) { animation-delay: 0.6s; }
  .clinic-info-section .clinic-card:nth-child(3) { animation-delay: 0.7s; }
  .testimonial-card { animation-delay: 0.9s; }
  
  /* Shine Effect on Doctor Image */
  .doctor-image-wrapper::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(25deg);
    pointer-events: none;
    animation: shine 3s infinite;
  }
  
  @keyframes shine {
    0% { left: -60%; }
    100% { left: 160%; }
  }
  
  /* Hover Effects for Interactive Elements */
  .clinic-card:hover .clinic-card-icon {
    transform: scale(1.1);
  }
  
  .specialties span:nth-child(1) { transition-delay: 0.05s; }
  .specialties span:nth-child(2) { transition-delay: 0.1s; }
  .specialties span:nth-child(3) { transition-delay: 0.15s; }
  .specialties span:nth-child(4) { transition-delay: 0.2s; }

  .expertise-section {
    margin-bottom: 40px;
  }
  
  .expertise-section h2 {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }
  
  .expertise-section h2::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    bottom: -10px;
    left: 0;
    border-radius: 2px;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  
  .service-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 20px;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }
  
  .service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--primary-light);
  }
  
  .service-icon.check-up {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z'/%3E%3C/svg%3E");
  }
  
  .service-icon.endo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M7 19.5c0 .28.22.5.5.5h9c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-9c-.28 0-.5.22-.5.5zM7.1 3.4l5.4 2.5c.2.1.3.2.3.4v3.3l-1.7-2c-.1-.2-.3-.3-.6-.3-1.4 0-2.5 1.1-2.5 2.5 0 .7.3 1.3.7 1.7l4.3 5.2v.8c0 1.1.9 2 2 2h.9c1.1 0 2-.9 2-2v-.8l-6-7.4c-.2-.2-.2-.5 0-.7.2-.2.5-.2.7 0l6 7.4V8.3c0-.2.1-.4.3-.4l5.4-2.5c.4-.2.6-.6.6-1 0-.7-.5-1.2-1.1-1.4l-5.1 2.4-7.3-3.3-.7 1.3z'/%3E%3C/svg%3E");
  }
  
  .service-icon.surgery {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M19 8l-4 4h3c0 3.31-2.69 6-6 6a5.87 5.87 0 0 1-2.8-.7l-1.46 1.46A7.93 7.93 0 0 0 12 20c4.42 0 8-3.58 8-8h3l-4-4zM6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46A7.93 7.93 0 0 0 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z'/%3E%3C/svg%3E");
  }
  
  .service-icon.prostho {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
  }
  
  .service-card h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
    color: var(--primary-color);
  }
  
  .service-card p {
    color: var(--text-medium);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }

  /* General Styling */
.implantology {
    font-family: 'Arial', sans-serif;
    color: #333;
  }
  
  .breadcrumb {
    font-size: 16px;
    font-weight: bold;
  }
  
  .breadcrumb a {
    color: #527092;
    text-decoration: none;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  
  .implant-info p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .implantology h1, .implantology h3 {
    font-family: 'Segoe UI', sans-serif;
    color: #527092;
    font-weight: 600;
  }
  
  .implantology .display-4 {
    font-size: 3rem;
    color: #527092;
  }
  
  .procedure, .crowns {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .procedure h3, .crowns h3 {
    font-size: 1.75rem;
  }
  
  .list-group-item {
    font-size: 1.1rem;
    border: 1px solid #ddd;
    padding: 10px 15px;
  }
  
  .list-group-item:hover {
    background-color: #f1f1f1;
  }
  
  /* Image Styling */
  .img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 8%;
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
    .implant-info p {
      font-size: 1rem;
    }
  }

  /* General Styling */
.prosthodontics {
    font-family: 'Arial', sans-serif;
    color: #333;
  }
  
  .breadcrumb {
    font-size: 16px;
    font-weight: bold;
  }
  
  .breadcrumb a {
    color: #527092;
    text-decoration: none;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  
  .prosthodontics h1, .prosthodontics h2 {
    font-family: 'Segoe UI', sans-serif;
    color: #527092;
    font-weight: 600;
  }
  
  .prosthodontics .display-4 {
    font-size: 3rem;
    color: #343a40;
    margin-bottom: 30px;
  }
  
  .procedure {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .procedure h2 {
    font-size: 1.75rem;
    color: red;
    font-weight: 600;
  }
  
  .procedure p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .list-group-item {
    font-size: 1.1rem;
    border: 1px solid #ddd;
    padding: 10px 15px;
  }
  
  .list-group-item:hover {
    background-color: #f1f1f1;
  }
  
  ul.list-group {
    padding-left: 20px;
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .prosthodontics h1 {
      font-size: 2.5rem;
    }
  
    .procedure {
      padding: 15px;
    }
  }
  }
  
  /* General Styling */
.endodontics {
    font-family: 'Arial', sans-serif;
    color: #333;
  }
  
  .breadcrumb {
    font-size: 16px;
    font-weight: bold;
  }
  
  .breadcrumb a {
    color: red;
    text-decoration: none;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  
  .endodontics h1, .endodontics h2 {
    font-family: 'Segoe UI', sans-serif;
    color: red;
    font-weight: 600;
  }
  
  .endodontics .display-4 {
    font-size: 3rem;
    color: #343a40;
    margin-bottom: 30px;
  }
  
  .procedure {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .procedure h2 {
    font-size: 1.75rem;
    color: red;
    font-weight: 600;
  }
  
  .procedure p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  ul.list-group {
    padding-left: 20px;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .endodontics h1 {
      font-size: 2.5rem;
    }
  
    .procedure {
      padding: 15px;
    }
  }

  .clinic-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f8fbff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.section-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 768px) {
    .section-container {
        flex-direction: row;
    }
}

.map-container {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 640px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.info-container {
    flex: 1;
    padding: 30px;
    background: linear-gradient(135deg, #527092, redcf);
    border-radius: 15px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.clinic-logo {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.clinic-logo svg {
    width: 50px;
    height: 50px;
    fill: #1e90ff;
}
 .contact-form {
            width: 100%;
        }

        .form-title {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            text-align: center;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
            color: #333;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #333;
            border-radius: 4px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #4CAF50;
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .submit-btn {
            width: 100%;
            padding: 14px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .submit-btn:hover {
            background-color: #45a049;
        }


        .contact-info h3 {
            font-size: 20px;
            color: #333;
            margin-bottom: 15px;
        }

        .contact-info p {
            margin-bottom: 10px;
            color: #666;
            display: flex;
            align-items: center;
        }

        .contact-info i {
            width: 20px;
            margin-right: 10px;
            color: #4CAF50;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .section-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .map-container {
                height: 300px;
            }

            .info-container {
                padding: 20px;
            }

            .form-title {
                font-size: 20px;
            }

            .submit-btn {
                font-size: 16px;
            }
        }



.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn {
    padding: 12px 25px;
    /* border-radius: 50px; */
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333!important;
}
.btn:hover{
background-color: #527092;
}

.btn-primary {
    background-color: white;
    color: black;
    border: none;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-outline {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.btn svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
  
.blog-showcase {
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif;
  }
  
  /* Header Styling */
  .blog-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
  }
  
  .title-underline {
    height: 3px;
    width: 70px;
    background: linear-gradient(to right, red, #003366);
    margin: 0 auto 1.5rem;
  }
  
  .blog-subtitle {
    font-size: 1.25rem;
    color: #718096;
    margin-bottom: 2rem;
  }
  
  /* Breadcrumb Styling */
  .breadcrumb-nav .breadcrumb {
    padding: 0.75rem 0;
  }
  
  .breadcrumb-link {
    color: red;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .breadcrumb-link:hover {
    color: #3a0ca3;
    text-decoration: none;
  }
  
  /* Featured Post Styling */
  .featured-post {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .featured-post:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  }
  
  .featured-image {
    position: relative;
    overflow: hidden;
  }
  
  .post-date {
    position: absolute;
    top: 5px;
    left: 20px;
    background: linear-gradient(to right bottom, red, #003366);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .post-date .day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  .post-date .month {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 4px;
  }
  
  .post-category span {
    display: inline-block;
    background: linear-gradient(to right, red, #003366);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px solid red;
    padding-bottom: 5px;
  }
  
  .post-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  
  .post-excerpt {
    color: #718096;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  
  .read-more-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, red, #003366);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .read-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    color: white;
    text-decoration: none;
  }
  
 
  
  /* Blog Card Styling */
  .section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 15px;
  }
  
  .section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, red, #3a0ca3);
    border-radius: 10px;
  }
  
  .blog-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
  }
  
  .blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  }
  
  .card-image-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .card-img {
    transition: transform 0.5s;
  }
  
  .blog-card:hover .card-img {
    transform: scale(1.1);
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 97, 238, 0.3);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
  }
  
  .blog-card:hover .overlay {
    opacity: 1;
  }
  
  .overlay-link {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
  }
  
  .blog-card:hover .overlay-link {
    transform: translateY(0);
    opacity: 1;
  }
  
  .plus-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%234361ee' d='M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zm5 11h-4v4a1 1 0 01-2 0v-4H5a1 1 0 010-2h4V5a1 1 0 012 0v4h4a1 1 0 010 2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .card-body {
    padding: 1.5rem;
  }
  
  .card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 0.85rem;
  }
  
  .meta-date {
    color: #718096;
  }
  
  .meta-category {
    color: red;
    font-weight: 600;
  }
  
  .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.75rem;
    line-height: 1.4;
  }
  
  .card-text {
    color: #718096;
    margin-bottom: 1.25rem;
    line-height: 1.6;
  }
  
  .card-link {
    color: red;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    transition: color 0.3s;
  }
  
  .card-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: red;
    transition: width 0.3s;
  }
  
  .card-link:hover {
    color: #3a0ca3;
    text-decoration: none;
  }
  
  .card-link:hover:after {
    width: 100%;
  }
  
  /* Newsletter Box Styling */
  .newsletter-box {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.07);
  }
  
  .newsletter-content {
    padding: 2rem;
  }
  
  .newsletter-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
  }
  
  .newsletter-text {
    color: #718096;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  
  .subscription-form .form-control {
    height: 50px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #e2e8f0;
    box-shadow: none;
    padding-left: 20px;
  }
  
  .subscription-form .form-control:focus {
    border-color: red;
    box-shadow: none;
  }
  
  .subscribe-btn {
    background: linear-gradient(to right, red, #003366);
    color: white;
    border: none;
    border-radius: 0 50px 50px 0;
    padding: 0 25px;
    height: 50px;
    font-weight: 600;
    transition: transform 0.3s;
  }
  
  .subscribe-btn:hover {
    transform: translateX(5px);
  }
  
  .newsletter-image-container {
    height: 100%;
    min-height: 300px;
    background: linear-gradient(to right, red, #003366);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .newsletter-image {
    opacity: 0.8;
    object-fit: cover;
    height: 100%;
  }
  
  /* Blog Navigation Styling */
  .blog-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
  .nav-btn, .page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    border-radius: 8px;
    font-weight: 600;
    color: #718096;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.3s;
    text-decoration: none;
  }
  
  .nav-btn:hover, .page-number:hover {
    color: red;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    text-decoration: none;
  }
  
  .page-number.active {
    background: linear-gradient(to right, red, #003366);
    color: white;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .blog-main-title {
      font-size: 2.5rem;
    }
    
    .post-title {
      font-size: 1.5rem;
    }
    
    .newsletter-image-container {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .blog-main-title {
      font-size: 2rem;
    }
    
    .featured-content {
      padding: 2rem 1.5rem;
    }
    
    .post-title {
      font-size: 1.3rem;
    }
  }

  