body{
    background: #F9FAFC !important;
}
.footer-inner {
    background: #E1F0FF;
}

.blueBtn {
    border-radius: 12px;
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-weight: 500;
}
.blueBorderBtn {
    border-radius: 12px;
    padding: 10px 20px;
    border: 2px solid #007BFF;
    background: transparent;
    color: #007BFF;
    font-weight: 500;
}

.customDivDoc{
    width: 95%;
}

.hero-section{
    border-radius: 18px;
    background: linear-gradient(122deg, #A9D2FF 0.7%, #E9F4FF 58.55%, #A8D0FF 98.55%);
}
.hero-section .img_div{
    width: 80%;
    height: 500px;
    position: relative;
}
.hero-section .img_div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.hero-section .img_div .iconDiv {
    position: absolute;
    width: 100%;
    margin-top: -4rem;
}

.searchDivDov{
    border-radius: 16px;
    background: #E6F0FB;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
}

.specialtyDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 0;
}
.specialtyDiv .SpDiv{
    width: 13%;
    border-radius: 12px;
    background: #E6F0FB;
    padding: 20px 40px;
    text-align: center;
    display: grid;
}
.specialtyDiv .SpDiv img{
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.specialtyDiv .SpDiv p{
    color: rgba(32, 32, 32, 0.80);
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 1rem;
    align-items: self-end;
}

.bnr-div{
    height: 500px;
}
.bnr-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.borderDivDoc{
    border: 1px solid transparent;
    border-radius: 15px;
    background: linear-gradient(to bottom, white, white),linear-gradient(to bottom, #fff , #2A7DDE); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

.doctor_card{
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 0.7rem 1rem;
    position: relative;
}
.doctor_card .imgdiv{
    width: 170px;
    height: 200px;
}
.doctor_card .imgdiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.doctor_card .wishlisticon{
    position: absolute;
    top: 0;
    left: 0;
}


.spzBtns {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.button-container {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 10px;
}

.button-container::-webkit-scrollbar {
	display: none;
}

.scroll-button {
	position: absolute;
	right: 0;
	top: 42%;
	transform: translateY(-50%);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
	z-index: 1;
    background-color: #fff;
    padding: 10px 18px;
}

.spzBtnsScroll {
	position: relative;
}

.spzBtnsScroll .spzbtn{
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 14px 20px;
    background: #fff;
}

.txtDrkblue{
    color: #2A7DDE;
}
.underlineBluTxt{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #2A7DDE;
    text-decoration-thickness: 10.5%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
}

.Top_header{
    border-radius: 0px 0px 28px 28px;
    background: linear-gradient(122deg, #A9D2FF 0.7%, #E9F4FF 58.55%, #A8D0FF 98.55%);
}

.appointCard{
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
}

.bgLightBlue{
    background: #E6F0FB;
}

.cancelbtn{
    border-radius: 8px;
    border: 1px solid #FC5668;
    color: #FC5668;
    background-color: #fff;
}
.reqbtn{
    border-radius: 8px;
    border: 1px solid #2A7DDE;
    background: #F4F9FF;
    color: #2A7DDE;
}

.subcatBtn{
    border-radius: 8px;
    background: #E6F0FB;
    padding: 14px 8px 14px 9px;
    max-width: 140px;
    text-align: center;
}

.customDivDoc2{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ml-auto{
    margin-left: auto;
}

.week-container {
    display: flex;
}
.week-container .day-box {
    width: 80px;
    padding: 0px;
    border-right: 1px solid rgba(32, 32, 32, 0.20);
    background-color: white;
    color: rgba(32, 32, 32, 0.80);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.week-container .date {
    font-weight: 600;
    color: black;
}
.week-container .day {
    font-size: 14px;
    margin-top: 5px;
}
.week-container .current-day {
    color: #007BFF;
}
.week-container .current-day .date {
    color: #007BFF;
}
.week-container .current-day .day {
    color: #007BFF;
    border-bottom: 2px solid #007BFF;
}


.time-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.time-box {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.time-box input {
    display: none;
}
.time-box.selected {
    border-color: #007BFF;
    color: #007BFF;
}

.payDocImg{
    width: 90px;
    height: 90px;
}
.payDocImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.profImgDiv{
    width: 100%;
    height: 230px;
}
.profImgDiv img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}


.review-card {
	background: #eaf4ff;
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .09);
	max-width: 46rem;
	/* comfortable reading length on desktop   */
	padding: 1rem;
	margin: 0 auto;
}

.review-text {
	font-size: 14px;
	line-height: 1.55;
}

.reviewer {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: .25rem;
}

.star-group i {
	font-size: 1.4rem;
}

/* ◾️ 3 — Carousel “peek-under” effect ------------------------------ */
#reviewCarousel .carousel-inner {
	overflow: visible;
}

/* let sides show */
#reviewCarousel .carousel-item {
	display: flex;
	justify-content: center;
	/* centre each card          */
	transition: transform .65s cubic-bezier(.33, 1, .68, 1),
		opacity .65s;
	transform-origin: center;
}

/* active (middle) card */
#reviewCarousel .carousel-item.active {
	z-index: 3;
}

/* every   non-active card gets scaled, moved down & faded --------- */
#reviewCarousel .carousel-item:not(.active),
#reviewCarousel .carousel-item-next.carousel-item-start,
/* next  (prep) */
#reviewCarousel .carousel-item-prev.carousel-item-end {
	/* prev  (prep) */
	transform: scale(.88) translateY(64px);
	opacity: .40;
	/* lighter                                         */
	filter: blur(1px);
	z-index: 2;
	pointer-events: none;
	/* don’t steal clicks                              */
}

/* move the left neighbour slightly left, right neighbour slightly right */
#reviewCarousel .carousel-item-prev.carousel-item-end {
	transform: scale(.88) translate(-27%, 64px);
}

#reviewCarousel .carousel-item-next.carousel-item-start {
	transform: scale(.88) translate(27%, 64px);
}

/* ◾️ 4 — Hide default indicators, keep arrows tiny & subtle -------- */
#reviewCarousel .carousel-indicators {
	display: none;
}

#reviewCarousel .carousel-control-prev-icon,
#reviewCarousel .carousel-control-next-icon {
	width: 2rem;
	height: 2rem;
	/* small neat arrows                          */
	filter: invert(1);
}

#reviewCarousel .carousel-control-prev,
#reviewCarousel .carousel-control-next {
	width: 3.25rem;
}

/* ◾️ 5 — Responsive tweak for small screens ------------------------ */
@media (max-width: 576px) {
	.review-card {
		max-width: 90vw;
		padding: 2rem 1.75rem 1.75rem;
	}

	.review-text {
		font-size: 1.1rem;
	}
}

.profRoundImgD{
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
}
.profRoundImgD img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.borderonecorner{
    border-radius: 12px 0 12px 12px;
}
.timetopAppo{
    border-radius: 8px 8px 0px 0px;
    background: #E8F2FD;
    padding: 5px 12px 4px 13px;
}