@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

.page-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-size: 1.5rem;
    color: #666;
}

:root {
    --color1: #010326;
    --color2: #F2D338;
    --color3: #0B0F59;
    --color4: #FAF6E1;
    --color5: #2540D9;
    --color6: #ffffff;
    --color7: #000000;
    --color8: #070F5A;
    --color9: #03318C;
    --color10: #030832;
    --font1: "Poppins", sans-serif;
}

body {
    font-family: var(--font1) !important;
    font-size: 17px;
    line-height: 1.5;
    background-image: linear-gradient(rgb(250 246 225 / 30%), rgb(250 246 225 / 30%));
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font1);
}

a {
    text-decoration: none !important;
    font-family: var(--font1);
}

.modal .modal-dialog {
    max-width: 800px;
}

.modal .modal-dialog .modal-body img {
    width: 85% !important;
    margin: 0 auto;
}

/* .testimonials .videotestimonialdata .slick-dots{
    display: none !important;
} */
.testimonials .videotestimonialdata .slick-slide,
.tab-video-sec .videotestimonialdata .slick-slide {
    padding: 0 10px;
}

.testimonials .videotestimonialdata .slick-arrow,
.tab-video-sec .slick-arrow {
    font-size: 30px;
    background-color: #070f5a !important;
    left: -20px;
    width: 0px;
    height: 30px;
    z-index: 1;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 45%;
    transform: translateX(-50%);
}

.testimonials .videotestimonialdata {
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.tab-video-sec .slick-arrow::after,
.testimonials .videotestimonialdata .slick-arrow::after {
    content: "";
    background-image: url("../images/arrow2.svg");
    /* Image Path */
    background-size: cover;
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    height: 40px;
    transform: translateY(-50%)rotate(-90deg);
}

.tab-video-sec {
    padding-bottom: 80px;
}

.tab-video-sec .slick-arrow.slick-next::after,
.testimonials .videotestimonialdata .slick-arrow.slick-next::after {
    transform: translateY(-50%)rotate(90deg);
    top: 38%;
}

.tab-video-sec .slick-arrow.slick-next,
.testimonials .videotestimonialdata .slick-arrow.slick-next {
    left: auto;
    right: 48%;
}

.testimonials .nav-link.active {
    background-color: #070f5a !important;
    color: white !important;
}

.dental-toursam {
    background-color: #030832;
    padding: 50px 0;
    margin-top: -30px;
}

.dental-toursam .image-card {
    transition: transform 0.3s ease-in-out;
}

.dental-toursam p {
    color: #fff;
}

.dental-toursam .image-card img {
    height: 300px;
    object-fit: cover;
}


@media(max-width: 992px) {
    .modal .modal-dialog {
        max-width: 70%;
    }

    .modal .modal-dialog .modal-body img {
        width: 90% !important;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .modal .modal-dialog {
        max-width: 100%;
    }

    .tab-video-sec .slick-arrow::after,
    .testimonials .videotestimonialdata .slick-arrow::after {
        left: 42%;
    }

    .tab-video-sec .slick-arrow.slick-next,
    .testimonials .videotestimonialdata .slick-arrow.slick-next {
        right: 44%;
    }

    .modal .modal-dialog .modal-body img {
        width: 80% !important;
        margin: 0 auto;
    }

    .video-popup .modal-content {
        max-width: 80%;
        margin: 0 auto;
    }

    .video-popup .videopopupclose {
        right: -45px;
    }
}

p {
    font-family: var(--font1);
    line-height: 1.5;
    font-size: 17px;
}

img {
    width: 100%;
}

section.blogsArea+.blogslider {
    display: none;
}

/* React-style styling for banner and comprehensive sections */
.bannerarea {
    background-color: var(--color4);
    padding: 10px 0;
}

.bannercontent {
    margin-top: 50px;
}

.bannercontent .herotext {
    font-size: 28px;
    font-weight: 200;
    line-height: 1.3;
    color: #212529;
    padding-bottom: 8px;
}

.bannercontent .herotext span {
    font-weight: 400;
    color: #0B0F59;
}

.bannercontent p {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    color: #525252;
}

.bannercontent .bannerbutton {
    display: flex;
    margin: 40px 0 0;
    flex-wrap: wrap;
    gap: 20px;
}

.bannercontent .bannerbutton a {
    background-color: var(--color1);
    color: var(--color2);
    display: block;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.bannercontent .bannerbutton .patient-transformation {
    background-color: #f2d338;
    color: var(--color1);
}

@media(max-width: 575px) {
    .bannercontent .bannerbutton {
        justify-content: center;
    }
}

.bannercontent .bannerbutton .patient-transformation:hover {
    background-color: var(--color1);
    color: #f2d338;
}


.bannercontent .bannerbutton a:hover {
    background-color: var(--color2);
    color: var(--color1);
}

.compreshmainhead {
    text-align: center;
    margin: 140px 0;
}

.comprehensive {
    padding: 0;
}

.compreshmainhead h2 {
    font-size: 30px;
    font-weight: 500;
    color: #161C2D;
}

.compreshmainhead h3 {
    font-size: 24px;
    font-weight: 500;
}

.compreshmainhead p {
    font-size: 18px;
    font-weight: 500;
    color: #161C2D;
}

.compreshboxs {
    background-color: var(--color3);
    padding: 210px 0px 80px 50px;
    position: relative;
}

.shadow-bottom {
    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.2);
}

.comprehensivecontent h2 {
    font-size: 36px;
    font-weight: 500;
    color: var(--color6);
    margin: 0 0 15px;
}

.comprehensivecontent p {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--color6);
}

.comprebtn {
    display: flex;
    align-items: flex-start;
    margin: 30px 0 0;
}

.comprebtn a {
    border: 1px solid var(--color2);
    color: var(--color2);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.comprebtn a:hover {
    color: var(--color3);
    background-color: var(--color2);
}

.compreshboxs::after {
    content: '';
    background-image: url("../images/Aesthetic.png");
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 700px;
    height: 94%;
    background-size: cover;
    background-repeat: no-repeat;
}

.comprehtags {
    margin: 55px 0 0;
}

.comprehtags a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.comprehtags a:hover {
    color: var(--color2);
}

.comprehtags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.comprehtags ul li {
    color: var(--color6);
    font-size: 16px;
    font-weight: 300;
}

.lightbackground .comprehtags ul li a:hover {
    color: var(--color2);
    font-weight: 500;
}

.lightbackground {
    background-color: rgb(250 246 225 / 57%);
    padding: 100px 50px;
}

.lightbackground::after {
    display: none;
}

.lightbackground .comprehensivecontent h2 {
    color: #161C2D;
    font-size: 36px;
    line-height: 58px;
}

.lightbackground .comprehensivecontent .comprehtags a {
    color: #2540D9;
}

.lightbackground .comprehensivecontent p {
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    opacity: 70%;
}

.lightbackground .comprebtn a {
    border-color: var(--color7);
    color: var(--color7);
}

.lightbackground .comprehtags ul li {
    color: var(--color5);
}

.generalcompres::after {
    background-image: url("../images/General.png");
    width: 500px;
}

.technologies {
    background-color: var(--color8);
    padding: 50px 4px;
}

.technologiesheading {
    text-align: center;
    line-height: 72px;
    font-size: 48px;
    font-weight: 400;
}

.technologiesheading h2 {
    max-width: 1200px;
    color: var(--color6);
    font-size: 48px;
    line-height: 1.5;
}

.technolgyimg {
    height: auto;
    width: 230px;
    background-color: var(--color6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    margin: 0 0 15px;
}

.technolgyimg img {
    height: 126px;
    width: 100%;
    object-fit: contain;
}

.technologiesgrid {
    margin: 30px 0 0;
}

.technologycontent h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color6);
}

.technologycontent p {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    color: var(--color6);
}

/* Responsive styles */
@media screen and (max-width: 576px) {
    .bannerimg {
        width: 250px;
        height: auto;
        margin-top: 15px;
    }

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

    .technologiesheading h2 {
        font-size: 25px;
    }

    .compreshboxs::after,
    .compreshboximg {
        display: none;
    }

    .compreshboxs {
        padding: 25px;
    }

    .comprehensivecontent h2 {
        text-align: center;
        font-size: 24px;
    }

    .comprehensivecontent p {
        text-align: center;
        font-size: 14px;
        line-height: 28px;
    }

    .comprebtn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px 0 0;
    }

    .lightbackground .comprehensivecontent p {
        line-height: 28px;
    }
}

@media screen and (min-width: 576px) {
    .bannerarea {
        padding: 10px 0;
    }

    .bannercontent .herotext {
        font-size: 45px;
        line-height: 1.2;
    }

    .bannercontent p {
        font-size: 19px;
    }

    .comprehensive {
        padding: 30px 0;
    }

    .compreshboxs {
        padding: 30px 15px 50px 15px;
    }

    .comprehensivecontent h2 {
        font-size: 24px;
        text-align: center;
    }

    .comprehensivecontent p {
        font-size: 14px;
        line-height: 28px;
        text-align: center;
    }

    .comprebtn {
        flex-direction: column;
    }

    .comprebtn a {
        margin-bottom: 10px;
        text-align: center;
    }

    .comprehtags {
        margin: 15px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .comprehtags ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .comprehtags ul li {
        font-size: 14px;
    }

    .technologies {
        padding: 40px 20px;
    }

    .technologiesheading h2 {
        font-size: 32px;
    }

    .lightbackground {
        padding: 50px 20px;
    }

    .lightbackground .comprehensivecontent h2 {
        font-size: 40px;
    }

    .lightbackground .comprehensivecontent p {
        font-size: 14px;
    }

    .lightbackground .comprehtags ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }

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

    .bannerimg {
        width: 300px;
        height: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .comprehtags ul {
        flex-direction: column;
    }

    .comprehtags li:nth-child(2),
    .comprehtags li:nth-child(4) {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .bannerarea {
        padding: 20px 0;
    }

    .bannercontent .herotext {
        font-size: 60px;
    }

    .bannercontent p {
        font-size: 18px;
    }

    .compreshmainhead h2 {
        font-size: 34px;
    }

    .compreshmainhead h3 {
        font-size: 22px;
    }

    .compreshboxs {
        padding: 180px 30px 70px 30px;
    }

    .comprehensivecontent h2 {
        font-size: 30px;
        text-align: center;
    }

    .bannerimg {
        width: 350px;
        height: auto;
        margin-top: 15px;
    }

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

@media screen and (max-width: 992px) {
    .technologiesgrid {
        margin: 30px 0 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lightbackground .comprehensivecontent h2 {
        font-size: 27px;
        text-align: center;
    }

    .lightbackground .comprehensivecontent p {
        text-align: center;
        line-height: 28px;
    }

    .compreshboxs::after {
        display: none;
    }

    .compreshboxs {
        padding: 50px 15px;
    }

    .comprebtn {
        display: flex;
        align-items: center;
        margin: 30px 0 0;
    }

    .compreshmainhead {
        text-align: center;
        margin: 60px 0;
    }

    .comprehensivecontent p {
        font-size: 15px;
        text-align: center;
        line-height: 28px;
    }
}

@media screen and (min-width: 992px) {
    .bannerarea {
        padding: 25px 0;
    }

    .bannercontent .herotext {
        font-size: 65px;
    }

    .compreshmainhead h2 {
        font-size: 36px;
    }

    .compreshboxs {
        padding: 220px 50px 90px 50px;
    }

    .comprehensivecontent h2 {
        font-size: 34px;
        text-align: left;
    }

    .comprehensivecontent p {
        font-size: 18px;
        text-align: left;
    }

    .comprehtags ul {
        margin-top: 20px;
    }

    .bannerimg {
        width: 450px;
    }

    .technologies {
        background-color: var(--color8);
        padding: 60px 120px !important;
    }

    .compreshboxs::after {
        width: 510px;
        height: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .bannerarea {
        padding: 0 0 40px 35px;
    }

    .bannercontent .herotext {
        font-size: 70px;
        line-height: 1.4;
    }

    .compreshmainhead h2 {
        font-size: 48px;
    }

    .compreshmainhead h3 {
        font-size: 24px;
    }

    .compreshmainhead p {
        font-size: 24px;
    }

    .compreshboxs {
        padding: 150px 80px 100px 80px;
    }

    .compreshboxs::after {
        width: 575px;
        height: 85%;
    }

    .generalcompres::after {
        width: 780px;
        height: 90%;
    }

    .comprehensivecontent h2 {
        font-size: 40px;
    }

    .comprehensivecontent p {
        font-size: 16px;
        line-height: 32px;
    }

    .comprehtags {
        margin: 80px 0 0 0;
    }

    .comprehtags ul li {
        font-size: 18px;
    }

    .bannerimg {
        width: 500px;
    }

    .comprehensive {
        padding: 25px 0 30px 0;
    }

    .technologiesheading h2 {
        font-size: 43px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1