.about-us-section {
    position: relative;
}

.image-wrapper {
    position: relative;
}

.image-wrapper .main-image {
    position: absolute;
    top: -200px;
    left: 40px;
    height: 300px;
    width: 280px;
    object-fit: cover;
}

.image-wrapper .small-image {
    position: absolute;
    bottom: -200px;
    right: 90px;
    width: 50%;
    height: 200px;
    border: 5px solid #ffffff;
    object-fit: cover;
}

.circular-img {
    position: absolute;
    z-index: 9999;
    width: 150px;
    height: 150px;
    right: 30%;
    bottom: -40px;
    -webkit-animation: rotate-center 9.9s linear infinite both;
    animation: rotate-center 9.9s linear infinite both;
}

.about-us-section h2 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 35px;
    color: #0d3b66;
}

.about-us-section .list-unstyled li {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    color: #0d3b66;
}

.about-us-section .list-unstyled li i {
    color: #1e84b5;
    margin-right: 10px;
}

.btn-primary {
    background-color: #1e84b5;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
}

.btn-primary i {
    margin-left: 5px;
}

.btn-primary:hover {
    background-color: #115b9a;
}

/* Media Queries for Responsiveness */

/* Small Devices (sm) */
@media (max-width: 576px) {
    .about-us-section {
        margin-top: 20px;
        padding: 20px;
    }

    .image-wrapper .main-image {
        position: relative;
        top: -70px;
        left: auto;
        height: 400px;
        width: 100%;
        /* margin: 0 auto; */
        margin-top: 20px;
    }

    .image-wrapper .small-image {
        position: absolute;
        bottom: 0;
        z-index: 99;
        right: 0%;
        width: 75%;
        height: auto;
        border: none;
        border: #ffffff 7px solid;
        margin-top: 20px;
    }

    .circular-img {
        width: 110px;
        height: 110px;
        bottom: 30px;
        left: -50px;
        margin: 0 auto;
        -webkit-animation: rotate-center 4.9s linear infinite both;
        animation: rotate-center 4.9s linear infinite both;
    }

    .btn-primary {
        padding: 8px 15px;
    }

    h2 {
        font-size: 1.5rem;
    }

    .list-unstyled li {
        font-size: 1rem;
    }
}

/* Medium Devices (md) */
@media (min-width: 577px) and (max-width: 992px) {
    .about-us-section {
        margin-top: 20px;
        padding: 20px;
    }

    .image-wrapper .main-image {
        position: relative;
        top: -50px;
        left: 20px;
        height: 600px;
        width: 70%;
    }

    .image-wrapper .small-image {
        bottom: 0%;
        right: 20px;
        width: 60%;
        height: 400px;
        border: 5px solid #ffffff;
    }

    .circular-img {
        width: 140px;
        height: 140px;
        right: 18%;
        top: 10%;
    }

    h2 {
        font-size: 2rem;
    }

    .list-unstyled li {
        font-size: 1.2rem;
    }
}

/* Large Devices (lg) */
@media (min-width: 993px) {
    .about-us-section {
        padding: 30px;
    }

    .image-wrapper .main-image {
        position: absolute;
        top: -200px;
        left: 40px;
        height: 330px;
        width: 280px;
        object-fit: cover;
    }

    .image-wrapper .small-image {
        position: absolute;
        bottom: -200px;
        right: 90px;
        width: 50%;
        height: 200px;
        border: 5px solid #ffffff;
        object-fit: cover;
    }

    .circular-img {
        width: 115px;
        height: 115px;
        right: 41%;
        bottom: 30px;
    }

    h2 {
        font-size: 2.5rem;
    }

    .list-unstyled li {
        font-size: 15px;
        font-weight: 600;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-8-29 9:56:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ==================== */
.what-we-do {
    padding: 20px;
}
.what-we-do img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.what-we-do .text-primary {
    color: #1e84b5;
}

.what-we-do h2 {
    font-weight: 700;
}

.what-we-do p {
    margin-top: 10px;
    color: #6c757d;
}

.accordion-button {
    font-weight: bold;
    color: #1e84b5;
}

.accordion-button {
    border: none;
    color: #1e84b5;
}


.accordion-body {
    color: #6c757d;
}
.accordion-item{
    border: none;
    background-color: transparent;
}
.accordion-button{
    background-color: transparent !important;
    border: none !important;
}

/* ========= */
.dental-implant-process .text-primary {
    color: #1e84b5;
    font-weight: bold;
}

.dental-implant-process h2 {
    font-weight: 700;
    margin: 15px 0;
    color: #2c3e50;
}

.process-card {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

.process-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.process-img img {
    width: 100%;
    height: 225px;
    border-radius: 30px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.process-img:hover img {
    transform: scale(1.1);
}

.process-number {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #ffffff;
    color: #0d3b66;
    padding: 7px 10px;
    border-radius: 10px;
    font-weight: bold;
}
.process-card:hover .process-number{
    background-color: #0d3b66;
    color: #ffffff;
    transition: transform 0.3s ease;
}
.process-card h5 {
    font-weight: 600;
    margin-top: 15px;
    color: #2c3e50;
}

.process-card p {
    font-size: 0.9rem;
    color: #6c757d;
}
