body {
    font-size: 18px;
}

.payment-back-img {
    background-image: url(./../images/slider2.jpg);
    background-size: cover;
}

.pay-buttons {
    flex-direction: column;
}

.f70 {
    font-size: 70px;
}

.btn-container-modi {
    display: flex;
    gap: 30px;
}


.deserve-section {
    padding: 65px;
    display: flex;
    gap: 150px;
    justify-content: center;
    align-items: center;
}

.deserve-title {
    font-size: 70px;
}

.divider-about-us {
    height: 3px;
    width: 20%;
    opacity: 1;
    margin-bottom: 50px;
}

.innovate-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 70px;
}

.innovate-title {
    text-align: center;
    font-size: 70px;
}

.innovation-row {
    display: flex;
}

.innovation-examples {
    background-color: white;
    text-align: center;
    min-height: 400px;
    padding: 20px;
    width: 23.75%;
    margin-right: 1.1%;
}

.innovation-box-title {
    font-weight: 500;
    text-align: center;
    font-size: 26px;
}

.icon-box {
    color: #5dff34;
    font-size: 40px;
    font-weight: 600;
    border: 2px solid #5dff34;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.technology-section {
    background-image: url(./../images/learnMore2.jpg);
    height: auto;
    background-size: cover;
}

.technology-text-box {
    color: white;
    padding-left: 110px;
    padding-top: 120px;
}

.technology-title {
    font-weight: 600;
    font-size: 70px;
}

.technology-text {
    color: white;
    padding-bottom: 120px;
}

.top-rated-title {
    font-size: 70px;
}

.top-rated-text {
    color: white;
    padding-bottom: 20px;
}

.top-rated-section {
    background-image: url(./../images/slider4.jpg);
    height: auto;
    background-size: cover;
}

.robot-section {
    background-color: #f7f7f7;
    padding: 30px;
}

.robot-briefcase {
    background-color: #5dff34;
    height: auto;
    padding: 20px;
}

.robot-text {
    text-align: center;
    font-weight: 500;
    font-size: 27px;
}

.routine-dental-title {
    color: white;
    font-size: 36px;
    font-weight: 600;
}

.routine-dental {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    opacity: 0.9;
}

.routine-dental:hover {
    box-shadow: inset 0 16px 540px 0 rgb(51 255 0 / .7);
}

.robot-img {
    background-image: url(./../images/laserFilling.jpeg);
}

.robot-img2 {
    background-image: url(./../images/learnMore2.jpg);
    background-size: cover;

}

.beautiful-hover {
    color: #333;
    transition: color 600ms ease-out, box-shadow 600ms ease-out;
}

.beautiful-hover:hover {
    color: #022C22; /* extremely dark green */
    box-shadow: 0 0 12px rgba(2, 44, 34, 0.7);
}

.robot-img3 {
    background-image: url(./../images/light.jpg);
}

@media screen and (max-width: 768px) {
    .deserve-section {
        flex-direction: column;
        gap: 50px;
        padding: 20px;
    }

    .innovation-row {
        flex-direction: column;
        gap: 30px;
    }

    .innovation-examples {
        width: auto;
    }

    .innovate-section {
        padding: 20px;
    }

    .technology-text-box {
        color: white;
        padding-inline: 20px;
        padding-top: 50px;
    }

    .f70 {
        font-size: 36px;
    }
}