body{
  
    border: 2px solid red;
}

#logo {
    width: 5%;
}

#boxes a img {
    width: 5%;
}

#coro {
    position: relative;
}

#coro2 {
    position: absolute;
    top: 20%;
    left: 55%;
}

#boxes button img {
    width: 2%;
}

.doctor-card {
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

@media screen only and min-width(768px)
{
    location iframe{
        width: 40%;
    }
}
.doctor-card:hover {
    background-color: #f0f0f0;
}

.doctor-card img {
    transition: transform 0.3s ease;
}

.doctor-card:hover {
    background-color: #6366f1;
    ;
}

.doctor-card:hover img {
    transform: scale(1.1);
}

.social-icons {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.doctor-card:hover .social-icons {
    opacity: 1;
}

.social-icons a {
    color: #fff;
    background-color: #dbdddd;
    padding: 10px;
    border-radius: 15%;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #4b79aa;
}

.fa-facebook-f,
.fa-linkedin-in,
.fa-twitter {
    width: 150%;
}



.testimonial-carousel .carousel-item {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.testimonial-carousel .carousel-indicators button {
    background-color: #007bff;
}

.testimonial-card {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

.testimonial-card:hover {
    background-color: #e7e7e7;
}

.testimonial-card .stars {
    color: #ffc107;
}

.testimonial-card .quote-icon {
    color: #007bff;
    font-size: 2rem;
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}


.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.testimonial-author div {
    margin-left: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #5b7a9c;
    border-radius: 50%;
    padding: 10px;
}



.update-border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.update-buttons button {
    margin-right: 10px;
}

.update-author img {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    object-fit: cover;
    margin-right: 10px;
}

#add img{
    width: 4%;
    margin-right: 15px;
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; 
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}