.pbmit-bg-color-light-white{
    background-color: white;
}

.transform-top-sec-1{
 margin-top: 50px;
}
.footer iframe{
    width: 400px;
	height: 400px;
	border: none;
	line-height: 1;
}
.about-us-one-title{
	color: #ffff;
}
.pbmit-timetable-hours{
 color: #ffffffd2;
}
.pbmit-footer-copyright-text-area{
	text-align: center;
	border-top: 1.5px solid;
	
}
/* .about-doctor-section{
	margin-top: 65px;
	border-radius: 50px;
	color: white;
    background-color: #6f899f;
} */
 .about-doctor-section{
    margin:80px 0;
    padding:70px 50px;
    background:#09243c;
    border-radius:30px;
    color:#fff;
    overflow:hidden;
}

/* Image */
.doctor-image{
    text-align:center;
}

.doctor-image img{
    width:100%;
    max-width:450px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.20);
    object-fit:cover;
}

/* Content */
.doctor-content{
    padding-left:40px;
}

.doctor-designation{
    display:inline-block;
    background:#ffffff20;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:15px;
}

.doctor-name{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
    color:#fff;
}

.doctor-degree{
    color:#f5f5f5;
    font-size:20px;
    margin-bottom:20px;
    line-height:1.5;
}

.doctor-description{
    font-size:16px;
    line-height:1.9;
    color:#f3f3f3;
    margin-bottom:30px;
}

/* Highlights */
.doctor-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.highlight-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    background:rgba(255,255,255,.10);
    padding:12px 15px;
    border-radius:12px;
}

.highlight-item i{
    color:#fff;
    font-size:18px;
}
.pbmit-team-subtitle{
	color: #6f899f !important;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 20px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    color: #fff;
}
.call-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px; /* WhatsApp button ke upar */
    left: 20px;
    background: #09243c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.call-float:hover {
    background: #0056b3;
    color: #fff;
}
/* Responsive */

@media (max-width:991px){

    .about-doctor-section{
        padding:50px 25px;
        text-align:center;
    }

    .doctor-content{
        padding-left:0;
        margin-top:30px;
    }

    .doctor-name{
        font-size:34px;
    }

    .doctor-degree{
        font-size:18px;
    }

    .doctor-highlights{
        grid-template-columns:1fr;
    }

    .highlight-item{
        justify-content:center;
    }
}

@media (max-width:576px){

    .about-doctor-section{
        padding:40px 20px;
        border-radius:20px;
    }

    .doctor-name{
        font-size:28px;
    }

    .doctor-degree{
        font-size:16px;
    }

    .doctor-description{
        font-size:15px;
    }

    .doctor-image img{
        max-width:100%;
    }
}
@media (max-width: 767px) {
    .swiper-button-prev {
        right: 85.5%;
    }
}