* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
}

:root {
    --blue: #00A1FF;
    --pink: #FF1381
}


/* Dental Button */
/* ******************************************************** */
.dental-button {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 1rem 0rem;
}

.dental-button .btn-dental {
    padding: 25px 60px;
    font-size: 32px;
    font-weight: 500;
    border: none;
    border-radius: 7px;
    margin-bottom: 15px;
    color: #222d44;
    background-color: #e7d3cc;
}

.dental-button .btn-dental:hover {
    opacity: 95%;
}

.dental-button p {
    font-size: 26px !important;
    font-weight: 500 !important;
}



/* Dental Hero Section */
/* ****************************************************************** */
.dental-hero-bg {
    position: relative;
    padding-top: 0rem;
}

/* Hero card with rounded yellow border and overlay text */
.hero-card {
    position: relative;
    border-radius: 24px;
    /* yellow border */
}

.hero-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-overlay {
    /* position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px; */
    color: #ffffff;
    z-index: 5;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    margin: 1rem 0;
}

.hero-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
    color: #000;
    text-shadow: none;
}

.hero-title .highlight {
    background: var(--pink);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .hero-overlay {
        left: 40px;
        right: auto;
        max-width: 90%;
    }
}

.hero-sub {
    margin-top: 12px;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    text-shadow: none;
}

.hero-actions {
    margin-top: 18px;
}

.hero-cta {
    background: var(--pink) !important;
    color: #fff !important;
    padding: 20px 30px !important;
    font-size: 26px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 700;
}

@media (max-width: 767px) {
    .hero-overlay {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .hero-title {
        font-size: 20px;
        text-shadow: none;
        color: #000;
        line-height: 1.2;
    }
    
    .hero-sub {
        font-size: 14px;
        max-width: 100%;
        color: #000;
        text-shadow: none;
    }
}

.dental-navbar {
    background-color: transparent;
}

.dental-navbar .nav-box {
    padding: 1rem 2rem;
}

.dental-navbar .nav-logo img {
    background-color: #fff;
    border-radius: 50%;
    width: 160px;
}

.dental-navbar .nav-box .call-box {
    position: relative;
}

.dental-navbar .nav-box .call-box p {
    margin: 0;
    border-bottom: 2px solid var(--pink);
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

.dental-navbar .nav-box .call-box a {
    text-decoration: none;
    color: var(--pink);
    font-size: 2rem;
    font-weight: 700;
}

/* .dental-navbar .nav-box .call-box .call-icon {
    position: absolute;
    top: 24px;
    left: -45px;
} */

.dental-navbar .nav-box .call-box .call-icon {
    width: 30px;
}

/* ****************************************************************** */





/* achivement */

.achieve {
    background: transparent;
    padding: 0;
    margin: 0;
}

.achieve .achievement-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0;
}

.achieve .achievement-cell {
    background: #00a1ff;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 256px;
    padding: 24px 18px;
    flex: 0 0 20%;
    max-width: 20%;
}

.achieve .achievement-cell:last-child {
    border-right: none;
}

.achieve .abox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.achieve .abox .vector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.achieve .abox p {
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.35;
    color: #fff;
    margin: 16px 0 0 0;
}

.achieve .abox.three-four p {
    font-size: 30px;
}

.achieve .fifth p {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin: 16px 0 0 0;
    text-align: center;
    line-height: 1.35;
}

.achieve .abox img {
    width: 108px;
    height: auto;
    object-fit: contain;
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .achieve .achievement-cell {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        min-height: 133px;
        padding: 16px 10px;
    }

    .achieve .achievement-cell:nth-child(3n) {
        border-right: none;
    }

    .achieve .achievement-cell:nth-child(4) {
        border-right: 1px solid rgba(255, 255, 255, 0.55);
    }

    .achieve .achievement-cell:nth-child(5) {
        border-right: none;
    }

    .achieve .abox p {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 8px;
    }

    .achieve .abox.three-four p,
    .achieve .fifth p {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 8px;
    }

    .achieve .abox img {
        width: 78px;
    }
}

@media (max-width: 575.98px) {
    .achieve .achievement-cell {
        min-height: 132px;
        padding: 16px 8px;
    }

    .achieve .abox p {
        font-size: 13px;
    }

    .achieve .abox.three-four p,
    .achieve .fifth p {
        font-size: 13px;
    }

    .achieve .abox img {
        width: 66px;
    }
}


/* new  */

.achiviment {
    padding: 0;
    background: #fff;
}

.achiviment .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.achivments_container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    gap: 20px;
}

.ach_box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    text-align: center;
    background: linear-gradient(244deg, #F8F5F0, #F2EFEA);
    padding: 2rem 2rem;
    border-radius: 1rem;
    width: 22%;
    transition: all ease-in-out .5s;
}

.ach_box:hover {
    transform: translateY(-10px);
}

.ach_box img {
    max-width: 90%;
}

.ach_box:nth-child(2) {
    background: linear-gradient(244deg, #F5F2ED, #EBE6E2);
    /* width: 55%; */
}

.ach_box:nth-child(3) {
    background: linear-gradient(244deg, #F5F2ED, #EBE6E2);
    /* width: 50%; */
}

.ach_box:nth-child(4) {
    background: linear-gradient(244deg, #F5F2ED, #EBE6E2);
    /* width: 50%; */
}

.affiliations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 4rem 1rem 1rem 1rem;
    background: #fff;
    gap: 2rem;
}

.affiliations img {
    max-width: 170px;
    height: auto;
}

/* achivement */



.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff00;
    border: 1px solid red;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #000000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


/* about section  */

.doc_about {
    margin: 4rem 0;
}

.about_doc_main {
    padding: 2rem 2rem;
    border-radius: 3rem;
    background: #222D440A;
}

.about_con {
    position: relative;
}

.about_con h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #222D44;
    line-height: 1.3;
    font-style: italic;
}

.about_con h4 {
    font-size: 2rem;
    font-weight: 400;
    color: #222D44;
    margin: 1rem 0;
    line-height: 1.3;
}

.about_con h6 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0.8rem 0;
    color: #222D44;
}

.about_con p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222D44;
    line-height: 2;
    margin-bottom: .5rem;
    /* margin-top: 2rem; */
}

.about_con span {
    width: 100px;
    position: absolute;
    height: 100px;
    top: 0;
    border-radius: 50%;
    background: var(--blue);
    z-index: -1;
}



/* ========== some =============  */

.some {
    margin: 4rem 0;
}


.color {
    color: #FF1381;
}


.bg {
    background: #FF1381;
}







/* before_after */

.before_after {
    margin: 4rem 0;
}

.before_after_content {
    padding: 2rem 2rem;
    border-radius: 3rem;
    background: #FFFFFF;
    background-image: url('./imgs/beforebg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.before_after_content .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.before_after_content h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: var(--blue);
}

.before_after_content span:nth-child(2),
.before_after_content span:nth-child(3) {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FF1381;
}

.before_after_content span:nth-child(2) {
    left: -60px;
    top: 85px;
}

.before_after_content span:nth-child(3) {
    right: -60px;
    bottom: 85px;
    background-color: #00A1FF;
}


/* about product */

/* new why */

.why_new {
    padding: 4rem 0;
}

.w_header {
    margin-bottom: 3rem;
}

.w_header h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    text-transform: capitalize;
}

.w_header p {
    text-align: center;
    font-size: 2rem;
}

.why_new h4 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.why_new ul {
    list-style: none;
    padding: 0;
}

.why_new ul li img {
    width: 30px;
    margin-right: 1rem;
}

.why_new ul li {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.why_new ul:nth-of-type(1) {
    margin-bottom: 4rem;
}


/* new why */


/* video  */

.video {
    background-color: #EBF3F6;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.video h2 {
    font-size: 3.5rem;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.video span {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.video span:nth-of-type(1) {
    background: #FF1381;
    left: -60px;
    top: 80px;
}

.video span:nth-of-type(2) {
    right: -60px;
    background: #00A1FF;
    bottom: 60px;
}

.video iframe {
    border-radius: 1rem;
    border: 7px solid #EFC720;
}

/* video  */


.aboutP {
    margin: 4rem 0;
}

.aboutP_content h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
}


.aboutP_content p {
    font-size: 1.5rem;
    margin-top: 0rem;
    margin-bottom: .5rem;
    font-weight: 500;
}

/* review */


.full_heading {
    background-image: url('./imgs/rbg.png');
    background-size: cover;
    background-position: center;
    padding: 0.5rem 0;
}

.full_heading h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-transform: capitalize;
}

.review .g-box {
    background: #ffffff;
    box-shadow: 0px 5px 20px 1px rgba(71, 71, 71, 0.25);
    border-radius: 8px;
    padding: 25px 28px 18px;
    margin: 18px 20px;
    text-align: center;
}

.for-month {
    padding: 5rem 0;
}

.review_img_client {
    overflow: hidden;
    border-radius: 50%;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.review .g-box h6 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.review .g-box .star {
    margin-bottom: 15px;
}

.review .g-box .star i {
    color: #ffd700;
}

.g-box p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    color: #000;
}

.giconWithtxt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-box a {
    width: 150px;
    margin: 15px auto 0px auto;
}


.g-box a img {
    width: 30px;
    margin: 15px auto 0px auto;
}

.g-box a img {
    width: 30px !important;
    margin: 15px auto 0px auto;
}


/* gallery */

.gallery {
    padding: 4rem 0;
}

.explore_txt {
    font-size: 3rem;
    font-weight: 700;
}




/* contact us  */

/* Dental Form  */
/* *************************************************************************** */
.dental-form-bg {
    color: #fff;
    background-color: #ffff;
    padding: 4rem 0rem 2rem;
    background: url(imgs/bg_contact.png);
}

.modal-content .dental-form-bg {
    padding: 2rem 0rem;
}

.dental-form .dental-form-control {
    padding: 1rem 2rem;
}

.dental-form .dental-form-control label {
    font-weight: 700;
    color: #000;
}

.dental-form .dental-form-control input {
    font-size: 15px;
    padding: 15px 20px;
}

.dental-form .dental-form-control input::placeholder {
    color: #838383;
    font-weight: 400;
}

.dental-form .dental-form-control select {
    font-size: 15px;
    padding: 15px 20px;
    color: #838383;
    font-weight: 400;
}

.dental-form .dental-form-control .input-group>.form-select {
    position: relative;
    flex: none;
    width: 20%;
    min-width: unset;
}

.dental-form .dental-form-control .input-group>.form-control,
.input-group>.form-floating {
    position: relative;
    flex: none;
    width: 80%;
    min-width: unset;
}

/* Contact Us section */
/* ************************************************************************** */
.contact-us {
    margin-top: -5rem;
}

.contact-us .contact-pad {
    padding: 0rem 2rem;
}

.contact-us .contact-box {
    display: flex;
    padding: 2rem 0rem;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 1px rgb(34 45 68 / 25%);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    min-height: 225px;
    background-color: #fff;
}

.contact-us .contact-box p {
    font-size: 17px;
    margin: 0;
    text-align: center;
}

.contact-us .contact-box p b {
    color: #222d44;
    font-size: 18px;
}

.contact-us .contact-box span {
    font-size: 15px;
}

.contact-us .contact-box i {
    font-size: 45px;
    color: #222d44;
}

.contact-us .contact-box p a {
    font-size: 18px;
    text-decoration: none;
    color: #2d2d2d;
}

.dental-form-bg {
    color: #fff;
    background-color: #ffff;
    padding: 2rem 0rem 1rem;
    background: url(imgs/bg_contact.png);
    background-position: center;
}


.float-button-whatsapp {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 80px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(13, 193, 67);
    border-radius: 50%;
    text-decoration: none;
}

.float-button-whatsapp i {
    font-size: 28px;
    color: rgb(255, 255, 255);
}


@media only screen and (max-width: 768px) {

    .hero-cta {
        background: var(--pink) !important;
        color: #fff !important;
        padding: 10px 25px !important;
        font-size: 16px !important;
        border-radius: 8px !important;
        text-decoration: none !important;
        display: inline-block;
    }

    .dental-navbar .nav-box {
        padding: 1rem 1rem;
    }

    .dental-navbar .nav-logo img {
        width: 90px;
    }

    .dental-navbar .nav-box .call-box p {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .dental-navbar .nav-box .call-box a {
        font-size: 18px;
    }

    .dental-navbar .nav-box .call-box .call-icon {
        margin-right: 0.3rem;
        width: 15px;
    }


    .achieve .abox img {
        width: 66px;
    }

    .achieve .abox p {
        font-weight: 700;
        color: #fff;
        font-size: 13px;
        margin: 0;
        padding-top: 8px;
        text-align: center;
        line-height: 1.2;
    }

    .about_doc_main {
        padding: 1rem 1rem;
        border-radius: 3rem;
        background: #222D440A;
    }

    .about_con h2 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #222D44;
        line-height: 1.3;
        text-align: center;
    }

    .about_con img {
        max-width: 280px !important;
        margin: auto;
    }

    .about_con h4 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #222D44;
        margin: 1rem 0;
        line-height: 1.3;
        text-align: left;
    }

    .about_con h6 {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 0.8rem 0;
        text-align: center;
        color: #222D44;
    }

    .about_con p {
        font-size: 1.1rem;
        font-weight: 500;
        color: #222D44;
        line-height: 1.8;
        margin-top: 0rem;
        margin-bottom: .5rem;
        text-align: left;
    }

    .some img {
        margin-top: 1rem;
    }

    .before_after_content {
        padding: 1.5rem 1rem;
        border-radius: 3rem;
        background: #FFFFFF;
        background-image: url('./imgs/beforebg.png');
        background-size: cover;
        background-position: center;
        overflow: hidden;
        position: relative;
    }

    .before_after_content h2 {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 1.5rem !important;
    }

    .dental-button .btn-dental {
        padding: 15px 40px;
        font-size: 18px;
        font-weight: 500;
        border: none;
        border-radius: 7px;
        margin-bottom: 15px;
        color: #222d44;
        background-color: #e7d3cc;
    }

    .before_after_content span:nth-child(3) {
        right: -75px;
        bottom: 85px;
        background-color: #222D44;
    }

    .dental-button p {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    .aboutP_content h2 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 1rem;
    }

    .aboutP_content p {
        font-size: 1.1rem;
        margin-top: 1rem;
        margin-bottom: .75rem;
        font-weight: 500;
        text-align: left;
    }

    .aboutP_content img {
        max-width: 280px !important;
        margin: auto;
    }

    .aboutP_content {
        text-align: center;
    }

    .full_heading h2 {
        text-align: center;
        font-size: 2.2rem;
        font-weight: 700;
        font-style: italic;
        color: #fff;
    }

    .explore_txt {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .dental-form-bg {
        color: #fff;
        background-color: #ffff;
        padding: 2rem 0rem 1rem;
        background: url(imgs/bg_contact.png);
    }

    .dental-form .dental-form-control {
        padding: 1rem 0rem;
    }

    .review .g-box {
        background: #ffffff;
        box-shadow: 0px 5px 20px 1px rgba(71, 71, 71, 0.25);
        border-radius: 8px;
        padding: 25px 25px 18px;
        margin: 18px 20px;
        text-align: center;
    }

    .dental-form .dental-form-control {
        padding: 0.5rem 0rem;
    }

    .modal-content {
        background: url(imgs/bg_contact.png);
    }

    .before_after_content span:nth-child(2) {
        left: -67px;
        top: 85px;
    }

    .before_after_content span:nth-child(2),
    .before_after_content span:nth-child(3) {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }



    .achiviment {
        padding: 0;
    }

    .achivments_container {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0;
        gap: 20px;
        flex-wrap: wrap;
    }

    .ach_box {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        text-align: center;
        background: linear-gradient(244deg, #F8F5F0, #F2EFEA);
        padding: 1rem 1rem;
        border-radius: 1rem;
        width: 45%;
        transition: all ease-in-out .5s;
    }

    .affiliations img {
        max-width: 120px;
        height: auto;
    }

    .affiliations img:nth-of-type(1) {
        order: 1;
    }

    .why_new {
        padding: 3rem 0;
    }

    .w_header h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        text-transform: capitalize;
    }

    .w_header p {
        text-align: center;
        font-size: 1rem;
    }

    .w_header {
        margin-bottom: 1rem;
    }

    .why_new img {
        margin-bottom: 2rem;
    }

    .why_new h4 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

    .why_new ul li img {
        width: 25px;
        margin-right: .5rem;
        margin-bottom: 0;
    }

    .why_new ul li {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .why_new ul:nth-of-type(1) {
        margin-bottom: 2rem;
    }

    .video {
        background-color: #EBF3F6;
        padding: 3rem 0;
        position: relative;
        overflow: hidden;
    }

    .video h2 {
        font-size: 2rem;
        text-align: center;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 2rem;
    }

    .video span:nth-of-type(1) {
        background: #FF1381;
        left: -85px;
        top: 80px;
    }

    .video span:nth-of-type(2) {
        right: -82px;
        background: #00A1FF;
        bottom: 60px;
    }

    .before_after br {
        display: none;
    }
}