.container-carousel {
    margin-top: 30px;
}

.carousel-item img {
    max-height: 600px;
}

.card {
    font-family: "PT Sans", sans-serif;
    background-color: #4a6b82;
    color: white;
    border: none;
    max-width: 400px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.card-text {
    font-size: 1rem;
}

.highlight {
    color: #00aaff;
    font-weight: bold;
}

.cards-container {
    padding-top: 10px;
    background-color: #4a6b82;
}


.card-image {
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    position: absolute;
    height: 100%;
    transform: translate(-50%);
    left: 50%;
}

.card-body {
    margin-top: 200px;
}

.card-image img {
    width: 100%;
}

.services-container {
    text-align: center;
    margin-top: 30px;
}

.services-container h1 {
    margin-bottom: 30px;
}

.service {
    position: relative;
    left: 50%;
    max-width: 150px;
    transform: translate(-50%);
    width: 100%;
    margin-bottom: 30px;
}

.service p {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.service>img {
    max-width: 100px;

    width: 100%;
}

.specialist-container {
    margin-top: 30px;
    background-color: #4a6b82;
    color: #fff;

}

.specialist-container>.row {
    padding-left: 30px;
    padding-right: 30px;
}

.specialist-container h2 {
    padding: 30px;
    font-weight: bold;
}

.specialist-area {
    max-width: 300px;
    width: 100%;
    position: relative;
    display: block;
    left: 50%;
    margin-bottom: 20px;
    transform: translate(-50%);
}

.specialist-area>img {
    border-radius: 5px;
    width: 100%;
}

.specialist-area>p {
    display: none;
    margin-top: 10px;
    text-align: center;
    ;
}

.section-title {

    font-size: 3rem;

    font-weight: bold;

    margin-bottom: 20px;

    color: #343a40;

}

.img-fluid {
    width: 100%;
    padding: 0 !important;
    max-height: 450px;
    margin: 0 !important;
}

.about-container {
    margin-top: 30px;
    padding: 0;

}

.about-us {
    padding-left: 20px;
    padding-right: 20px;
}

.about-container>.row,
.about-container>.row>.col-md-6 {
    padding: 0 !important;
    margin: 0 !important;
}

.custom-testimonial-section {
    margin-top: 30px;
    background-color: #4a6b82;
    padding: 20px;
}

.custom-testimonial-section h2 {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 15px;

    font-weight: bold;
}

.custom-carousel-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.custom-carousel-indicators .active {
    background-color: #000000;
}

.custom-testimonial-content {
    color: #6c8ea4;
}

.custom-testimonial-author {
    font-weight: bold;
}

.custom-testimonial-rating {
    color: #f4c150;
}

.custom-carousel-control-prev-icon,
.custom-carousel-control-next-icon {
    background-color: #6c8ea4;
    border-radius: 50%;
    padding: 10px;
}

@media screen and (max-width: 753px) {
    .card {
        max-width: inherit;
    }

    .about-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .img-fluid {
        margin-top: 20px !important;
    }

    .footer {
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 30px;
    }
}