/*==============================
    Page Header Banner
===============================*/

.page-header{
    position: relative;
    width: 100%;
    min-height: 243px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Background Image */
.page-header-about{
    background: url("../img/breadcrumb.jpg") center center/cover no-repeat;
}

/* Dark Overlay */
.page-header::before{
    content: "";
    position: absolute;
    inset: 0;
        background: rgb(0 20 40 / 53%);
    z-index: 1;
}

/* Content */
.page-header .container{
    position: relative;
    z-index: 2;
}

.page-header h1{
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* Breadcrumb */
.page-header .breadcrumb{
    background: transparent;
    margin: 0;
    padding: 0;
}

.page-header .breadcrumb-item{
    font-size: 16px;
    font-weight: 500;
}

.page-header .breadcrumb-item a{
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.page-header .breadcrumb-item a:hover{
    color: #ffc107;
}

.page-header .breadcrumb-item + .breadcrumb-item::before{
    color: rgba(255,255,255,.8);
}

.page-header .breadcrumb-item.active{
    color: #ffc107 !important;
}

/* Responsive */

@media (max-width:991px){

    .page-header{
        min-height:300px;
    }

    .page-header h1{
        font-size:36px;
    }

}

@media (max-width:767px){

    .page-header{
        min-height:240px;
        padding:60px 0;
    }

    .page-header h1{
        font-size:26px;
        line-height:1.4;
    }

    .page-header .breadcrumb-item{
        font-size:14px;
    }

}

@media (max-width:575px){

    .page-header{
        min-height:220px;
    }

    .mob-text{
        font-size:22px !important;
    }

}








.text-justify {
    text-align: justify;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 7px;
}

.key-head {
    font-weight: 600;
    font-size: 35px;
}

.key-about {
        background: linear-gradient(135deg, #1c59a1, #06a3da);
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #ffffff; */
    color: #ffffff;
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-links {
        background: linear-gradient(135deg, #1c59a1, #06a3da);
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #db972f; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    padding: 8px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
        background: linear-gradient(135deg, #1c59a1, #06a3da);
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #db972f; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}


.dental-head {
        font-size: 40px;
}

.cities-all {
    color: #06a3da;
}

.dental-p {
    color: #000;
}

.sub-head-sec {
    font-size: 32px;
    font-weight: 700 !important;
}




/* FAQ css */
.faq-contain {
    max-width: 800px;
    margin: auto;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgb(6 163 218 / 14%) 0px 3px 8px;
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f1f1f1;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-question.active::after {
    content: '-';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 15px 20px;
    margin: 0;
    color: #555;
}





/*** Testimonial ***/
.testimonial {
    background-image: url("");
    background-repeat: repeat-x repeat-y;
    background-position: top right;
    background-size: 4% 16%;
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #ff9933;
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: #ff9933 !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-text p {
    font-size: 19px;
    color: #000000;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #ffffff;
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}






.doctor-section{
    background:#f5f9fc;
}

.doctor-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-top:5px solid #00a6d6;
    height:100%;
}

.doctor-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.doctor-header{
    display:flex;
    align-items:center;
    gap:18px;
    padding:15px;
    background:linear-gradient(135deg,#00a6d6,#0a5fa8);
}

.doctor-avatar{
    width:75px;
    height:75px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#0a5fa8;
    flex-shrink:0;
}

.doctor-header h3{
    margin:0;
    color:#fff;
    font-size:28px;
    font-weight:700;
}

.doctor-header span{
    color:#e8f8ff;
    font-size:15px;
}

.doctor-table{
    width:100%;
    border-collapse:collapse;
}

.doctor-table tr:nth-child(odd){
    background:#f7fbfd;
}

.doctor-table th{
    width:160px;
    padding:14px 18px;
    background:#edf8fc;
    color:#083b66;
    font-size:15px;
    font-weight:700;
    border:1px solid #d9edf7;
}

.doctor-table td{
    padding:14px 18px;
    color:#444;
    border:1px solid #d9edf7;
    line-height:1.7;
}

.doctor-description{
    padding:13px;
    color:#555;
    line-height:1.9;
    font-size:15px;
}

@media(max-width:768px){

    .doctor-heading{
        font-size:28px;
    }

    .doctor-header{
        flex-direction:column;
        text-align:center;
    }

    .doctor-table th,
    .doctor-table td{
        display:block;
        width:100%;
    }

    .doctor-table th{
        border-bottom:none;
    }

    .doctor-table td{
        border-top:none;
        margin-bottom:8px;
    }

}






.service-card{
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:15px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid #e8eef5;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.service-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#00b4db,#0083b0);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.service-icon{
        width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00b4db, #0083b0);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    transition: .4s;
}

.service-card:hover .service-icon{
    transform:rotateY(180deg);
}

.service-card h4{
        font-size: 20px;
    color: #002b4d;
    margin-bottom: 10px;
    font-weight: 700;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

.service-card.emergency{
    border:2px solid #ff4d4d;
}

.service-card.emergency .service-icon{
    background:linear-gradient(135deg,#ff5f6d,#ff0000);
}

@media(max-width:991px){

.service-title{
    font-size:34px;
}

}

@media(max-width:576px){

.service-title{
    font-size:28px;
}

.service-card{
    padding:30px 20px;
}

.service-icon{
    width:65px;
    height:65px;
    font-size:28px;
}

}





.patient-process{
    background:#f7fbff;
    position:relative;
}

.process-subtitle{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:15px;
}

.process-title{
    font-size:38px;
    font-weight:700;
    color:#0d2d50;
    margin-bottom:15px;
}

.process-desc{
    max-width:750px;
    margin:auto;
    color:#666;
    font-size:16px;
    line-height:28px;
}

.process-wrapper{
    position:relative;
    max-width:1000px;
    margin:60px auto 0;
}

.process-wrapper::before{
    content:"";
    position:absolute;
    left:30px;
    top:0;
    bottom:0;
    width:3px;
    background:linear-gradient(#0d6efd,#00b4d8);
}

.process-card{
    display:flex;
    gap:25px;
    margin-bottom:35px;
    position:relative;
}

.process-number{
    width:60px;
    min-width:60px;
    height:60px;
    background:linear-gradient(135deg,#0d6efd,#00b4d8);
    border-radius:50%;
    color:#fff;
    font-size:20px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    box-shadow:0 10px 25px rgba(13,110,253,.25);
    transition:.4s;
}

.process-content{
    background:#fff;
    padding:20px;
    border-radius:15px;
    width:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    border-left:5px solid #06a3da;
}

.process-content h5{
    color:#0d2d50;
    font-weight:700;
    /* margin-bottom:12px; */
    font-size:22px;
}

.process-content p{
    margin:0;
    color:#666;
    line-height:28px;
    font-size:15px;
}

.process-card:hover .process-content{
    transform:translateX(10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.process-card:hover .process-number{
    transform:scale(1.1) rotate(8deg);
}

@media(max-width:768px){

.process-title{
    font-size:30px;
}

.process-wrapper::before{
    left:25px;
}

.process-card{
    gap:18px;
}

.process-number{
    width:50px;
    min-width:50px;
    height:50px;
    font-size:18px;
}

.process-content{
    padding:20px;
}

.process-content h4{
    font-size:18px;
}

.process-content p{
    font-size:14px;
    line-height:25px;
}

}






.technology-section{
    background:linear-gradient(135deg,#eef8ff,#ffffff);
    position:relative;
    overflow:hidden;
}

.tech-content h2{
    font-size:42px;
    font-weight:700;
    color:#07294d;
    line-height:1.3;
    margin-bottom:20px;
}

.tech-content h2 span{
    color:#00a6d6;
}

.tech-content p{
    color:#666;
    font-size:16px;
    line-height:1.9;
}

.safe-box{
    display:flex;
    gap:20px;
    margin-top:35px;
    padding:25px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:.4s;
}

.safe-box:hover{
    transform:translateY(-8px);
}

.safe-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    flex-shrink:0;
}

.safe-box h5{
    font-weight:700;
    color:#07294d;
    margin-bottom:10px;
}

.safe-box p{
    margin:0;
    font-size:15px;
}

/* Right Card */

.facility-card{
    background:#fff;
    border-radius:22px;
    padding:35px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.facility-card h3{
    font-size:28px;
    color:#07294d;
    margin-bottom:30px;
    font-weight:700;
}

.facility-card h3 i{
    color:#000000;
    margin-right:10px;
}

.facility-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.facility-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px;
    background:#f8fbff;
    border-radius:15px;
    transition:.35s;
    border:1px solid #edf2f7;
}

.facility-item:hover{
    background:#06a3da;
    transform:translateY(-6px);
    color:#fff;
}

.facility-item:hover i{
    background:#fff;
    color:#06a3da;
}

.facility-item i{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#06a3da;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:.35s;
}

.facility-item span{
    font-weight:600;
    font-size:15px;
    line-height:1.5;
}

/* Responsive */

@media(max-width:991px){

.tech-content{
    margin-bottom:40px;
}

.tech-content h2{
    font-size:34px;
}

}

@media(max-width:767px){

.facility-grid{
    grid-template-columns:1fr;
}

.tech-content h2{
    font-size:28px;
}

.safe-box{
    flex-direction:column;
    text-align:center;
}

.safe-icon{
    margin:auto;
}

.facility-card{
    padding:25px;
}

}


.serve-box {
        padding: 15px;
    border: 2px solid #06a3da;
    border-radius: 10px;
    /* margin-bottom: 10px; */
    height: 100%;
}

.serve-box h6 {
        font-size: 21px;
    font-weight: 600 !important;
}
.serve-box p{
        margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #525556;
}



.dentist-box {
    padding: 30px;
    background: white;
    border-radius: 10px;
    /* text-align: center; */
    height: 100%;
}

.dentist-box h3{
    font-size: 25px;
    margin-bottom: 20px;
}

.dentist-box p{
    color: #3c3c3c;
        margin-bottom: 0;
}
.dentist-box img{
    height: 100%;
    width: 100%;
}

.cosmetic-list {
        padding-left: 0rem;
            list-style: none;
}

.cosmetic-list li i{
        color: #06a3da;
}

.cosmetic-list li {
        color: #000000;
}







.smile-table-wrapper{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid #e9ecef;
}

.smile-table{
    margin:0;
}

.smile-table thead{
    background: linear-gradient(90deg, #06a3da, #0b5ed7);
}

.smile-table thead th{
    color:#fff;
    font-size:18px;
    font-weight:600;
    padding:18px 22px;
    border:none;
}

.smile-table tbody td{
    padding:18px 22px;
    font-size:16px;
    color:#555;
    vertical-align:middle;
    border-color:#eef2f7;
}

.smile-table tbody tr:nth-child(even){
    background:#f8fbff;
}

.smile-table tbody tr:hover{
    background:#eef7ff;
    transition:.3s;
}

.smile-table tbody td:first-child{
    font-weight:600;
    color:#222;
}

@media (max-width:768px){

    .smile-table thead th{
        font-size:16px;
        padding:15px;
    }

    .smile-table tbody td{
        font-size:15px;
        padding:15px;
    }

}





.implant-comparison-table{
    margin:40px 0;
    font-family:'Poppins',sans-serif;
}

.implant-comparison-table .table-responsive{
    overflow-x:auto;
    border-radius:14px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.implant-comparison-table table{
    width:100%;
    border-collapse:collapse;
    min-width:750px;
    background:#fff;
}

.implant-comparison-table thead{
    background:#0f4c81;
}

.implant-comparison-table thead th{
    color:#fff;
    padding:18px 20px;
    text-align:center;
    font-size:17px;
    font-weight:600;
}

.implant-comparison-table thead th:first-child{
    text-align:left;
}

.implant-comparison-table tbody td{
    padding:18px 20px;
    border-bottom:1px solid #e9ecef;
    text-align:center;
    font-size:15px;
    color:#444;
}

.implant-comparison-table tbody td:first-child{
    text-align:left;
    font-weight:600;
    color:#222;
    width:30%;
}

.implant-comparison-table tbody tr:nth-child(even){
    background:#f8fafc;
}

.implant-comparison-table tbody tr:hover{
    background:#eef7ff;
    transition:.3s;
}

.yes{
    color:#198754;
    font-weight:600;
}

.no{
    color:#dc3545;
    font-weight:600;
}

.warning{
    color:#fd7e14;
    font-weight:600;
}

.remove{
    color:#6c757d;
    font-weight:600;
}

@media(max-width:768px){

    .implant-comparison-table thead th,
    .implant-comparison-table tbody td{
        padding:14px;
        font-size:14px;
    }
}

.book-ing {
    list-style: none;
    padding-left: 0rem;
}

.book-ing li{
    color: #000;
    font-weight: 600;
}

.benefit-gov {
    list-style: none;
    padding-left: 0;
}

.benefit-gov li{
    color: #000000;
        line-height: 2;
}

.benefit-gov li i{
    color: #06a3da;
}



/* Mobile responsive */
@media (max-width: 768px) {

   .key-baner-div img {
    width: 100%;
    height: auto;
}

.key-baner-div {
    width: 100%;
    height: auto;
}

.dental-head {
    font-size: 26px;
}

.sub-head-sec {
    font-size: 25px;
    font-weight: 700 !important;
}

.key-about {
    max-width: 100%;
}

.key-links {
    max-width: 100%;
}

.key-contact {
    max-width: 100%;
}
}
