body {
    font-family: "Jost",Sans-serif;
}

/********************************************** Start: TOP BAR *******************************************/
.topbar {
    background: #0275BC;
    color: #fff;
    font-size: 15px;
}
.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-inner .top-center {
    font-size: 18px;
}
.topbar-inner .top-center i {
    vertical-align: middle;
}
.phone-btn {
    background-color: #EB008B;
    font-weight: 500;
    fill: #FFF;
    color: #FFF;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    font-size: 13px;
    padding: 5px 5px;
    text-decoration: none;
}
.social-icons a {
    font-size: 13px;
    text-decoration: none;
}
.social-icons {
    display: flex;
    gap: 6px;
}
.icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.icon.fb {
    background: #1D24D4;
}
.icon.tw {
    background: #14C2E9;
}
.icon.ig {
    background: #E31BC0;
}
.icon.li {
    background: #3B61F8;
}
.icon.yt {
    background: #DD1F1F;
}
.top-right {
    display: flex;
    align-items: center;
}

.youtube-btn img {
    height: 63px;
}

/* ================================== MOBILE TOP BAR ====================================== */
@media (max-width: 768px) {
    .topbar-inner {
        display: grid;
        align-items: baseline;
    }
    .top-left {
        grid-column: 1;
        margin-top:15px;
    }
    .top-center {
        font-size: 16px !important;
    }
    .top-right {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }
    .social-icons {
        justify-content: center;
    }
    .phone-btn {
        font-size: 12px;
        padding: 8px 10px;
    }
}
/********************************************** End: TOP BAR *******************************************/


/*************************************** Start: MAIN HEADER ************************************************/
.main-header .menu li a {
    color: #212529;
    text-decoration: none;
    font-size: 15px;
}
.main-header .menu li a.active {
    color: #0275bc;
    
}
.logo img {
    width: 200px;
}
.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.menu li {
    cursor: pointer;
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    padding: 10px;
    min-width: 220px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.appoint-btn {
    background: #0275bc;
    color: #fff !important;
    padding: 7px;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1
}
.flags img {
    width: 25px;
    height: 20px;
}
#mobileMenu .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .menu {
        display: none;
    }
}
@media (max-width: 1400px) {
    .menu {
        gap: 18px;
        font-size: 14px;
    }
    .appoint-btn {
        padding: 10px 14px;
        font-size: 13px;
    }
    .logo img {
        width: 250px;
    }
}
@media (max-width: 1200px) {

    .menu {
        gap: 12px;
        font-size: 13px;
    }

    .appoint-btn {
        padding: 8px 12px;
        font-size: 6px;
    }

    .flags img {
        width: 30px;
    }

}
/*************************************** End: MAIN HEADER ************************************************/

/*************************************** Start: Breadcrumb ************************************************/
.vascular-banner {
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px 0;
}
.vascular-banner h1 {
    font-size: 50px;
    font-weight: 600;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: none;
}
.custom-breadcrumb {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
}
.custom-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;    
    font-size: 18px;                     
    font-weight: 400; 
}
.breadcrumb-separator {
    color: #ffffff;
    padding: 0 15px; 
    font-size: 14px;
    display: flex;
    align-items: center;
}
.custom-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600; 
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0275BC;
    color: #fff !important;
}
@media (max-width: 767.98px) {
    .vascular-banner h1 {
        font-size: 35px; 
    }
}
@media (max-width: 575.98px) {
    .vascular-banner h1 {
        font-size: 35px; 
    }
}
/*************************************** End: Breadcrumb ************************************************/


/*************************************************HERO Section**************************************/
.hero-banner { 
    position: relative; 
    padding: 140px; 
    background: url('../images/dr-ashutosh-Banner-1.webp') center bottom -66px / cover no-repeat;
    display: flex; 
    align-items: center; 
} 
.hero-banner .container { 
    position: relative; 
    z-index: 2; 
} 
.hero-banner h2 { 
    color: #fff; 
    margin-bottom: 10px; 
    font-size: 20px; 
    font-weight: 500; 
    line-height: 30px; 
} 
.hero-banner h1 { 
    color: #fff; 
    font-size: 35px; 
    font-weight: 500; 
    line-height: 40px; 
    
} 
.call-btn { 
    display: inline-block; 
    margin-top: 20px; 
    padding: 14px 30px; 
    background: linear-gradient(45deg, #ff0080, #ff4da6); 
    color: #fff; 
    text-decoration: none; 
    border-radius: 6px; 
    font-weight: 600; 
} 
@media (max-width: 991px) { 
    .hero-banner { 
        height: 532px;
        padding: 0 !important;
        background: url('../images/dr-ashutosh-Phone-banner-_1_.webp') center/cover no-repeat; 
    } 
    .hero-banner h1 { 
        font-size: 25px; 
    } 
    .hero-banner h2 { 
        font-size: 15px; 
    } 
}

/***************************************************About - DR Ashutosh Section***************************************************/
.about-section {
    padding: 60px 0;
}
.about-title {
    font-size: 35px;
    font-weight: 600;
}
.about-sub {
    font-size: 25px;
    color: #EB008B;
    margin: 20px 0 10px;
}
.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #555;
}

.about-list i {
    color: #2D8DC5;
    margin-top: 4px;
    flex-shrink: 0; /* 🔥 important */
}

.about-list span {
    display: block;
}
.image-box {
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .image-box {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .about-section {
        padding: 50px 10px;
    }
    .about-title {
        font-size: 29px;
    }
    .about-list li {
        font-size: 18px;
    }
    .about-images {
        text-align: center;
    }
}

/*****************************************Counter Section*********************************************/
.stats-section {
    background-color: transparent;
    background-image: linear-gradient(0deg, #47A1E7 40%, #0275BC 100%);
    color: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 43px 0px 43px 0px;
}
.stats-item h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}
.stats-item p {
    font-size: 18px;
}
.border-mid {
    position: relative;
}
.border-mid::before,
.border-mid::after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    width: 1px;
    border-left: 2px dashed rgba(255, 255, 255, 0.5);
}
.border-mid::before {
    left: 0;
}
.border-mid::after {
    right: 0;
}
@media (max-width: 768px) {
    .border-mid::before,
    .border-mid::after {
        display: none;
    }
}

/***************************************Conditions We Treat Section********************************/
.conditions-section {
    padding: 60px 0;
    background: #f3f3f3;
}
.section-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}
.condition-col {
    padding: 10px;
}
.condition-box {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.conditions-section .img-box {
    position: relative;
    overflow: hidden;
}
.img-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title-box {
    background: #e6007e;
    text-align: center;
    padding: 10px;
}
.title-box h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.title-box a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}
.title-box:hover {
    background: #0275BC;
}
.conditions-section .img-box {
    position: relative;
    overflow: hidden;
}
.conditions-section .img-box img {
    width: 120%;
    height: 200px;
    object-fit: cover;
    display: block;
    transform: translateX(-10%);
    transition: transform 0.6s ease;
    opacity: .7;
}
.conditions-section .img-box a {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.conditions-section .img-box a:hover+img,
.conditions-section .img-box:hover img {
    transform: translateX(0%);
    opacity: 1;
    transition: transform 0.5s ease;
}
@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }
}

/*****************************************Awards And Achievements*************************************/
.awards-section {
    background: #f3f4f7;
    padding: 60px 0;
}
.awards-section .awards-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.awards-section .award-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.awards-section .award-item .icon {
    width: 79px;
    height: 79px;
    min-width: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.awards-section .award-item .icon img {
    width: 70px;
}
.awards-section .award-item .content h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.awards-section .award-item .content p {
    font-size: 16px;
    color: #666;
    margin: 5px 0 0;
}
.awards-section .award-buttons {
    margin-top: 20px;
}
.awards-section .btn-pink {
    background: #e6007e;
    color: #fff;
    padding: 15px 30px;
    margin-right: 10px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.awards-section .btn-pink:hover {
    background: #c4006b;
}
.awards-section .doctor-img img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .awards-section .awards-title {
        text-align: center;
    }
    .awards-section .award-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .awards-section .award-item .icon {
        margin: 0 0 10px;
    }
    .awards-section .award-item .content {
        text-align: center;
    }
    .awards-section .award-buttons {
        text-align: center;
        margin-bottom: 20px;
    }
}

/**************************************************Certificate Section***************************************************/
.partner-section {
    padding: 40px 0 30px;
    overflow: hidden;
}
.partner-section .partner-img {
    max-width: 100%;
    height: auto;
}
.partner-section .partner-img.big {
    max-height: 140px;
}
.partner-section .partner-img.small {
    max-height: 70px;
}
.partner-section .partner-img.text-logo {
    max-height: 50px;
}
.partner-section .carousel-item>div {
    gap: 40px;
}
.partner-section .carousel-control-prev-icon, .partner-section .carousel-control-next-icon {
    filter: invert(1);
    brightness(0);
}
.carousel-control-prev {
    left: -120px;
}
.carousel-control-next {
    right: -120px;
}
@media (max-width: 768px) {
    .partner-section .carousel-control-prev {
        left: 0;
    }
    .partner-section .carousel-control-next {
        right: 0;
    }
}

/*************************************Our Location Section*********************************************/
.locations-section {
    background: #3193D9;
    padding: 60px 0;
}
.locations-section .loc-title {
    color: #fff;
    font-size: 39px;
    margin-bottom: 40px;
    font-weight: 500;
}
.locations-section .loc-card {
    background-color: #F3F3F3;
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
}
.locations-section .loc-card.wide {
    padding: 40px 20px;
}
.locations-section .loc-card h5 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.locations-section .loc-card .icon {
    width: 55px;
    height: 55px;
    background: #e6007e;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.locations-section .loc-card .icon i {
    transform: rotate(90deg) !important;
}
.locations-section .loc-card a {
    display: block;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
}
@media (max-width: 768px) {
    .locations-section .loc-title {
        font-size: 24px;
    }
}

/*****************************************Review Section *********************************************/
/* ============================================ */
/* PARTNER SECTION */
/* ============================================ */
.partner-section {
    padding: 40px 0 30px;
}
.partner-section .partner-img {
    max-width: 100%;
    height: auto;
}
.partner-section .partner-img.big {
    max-height: 140px;
}
.partner-section .partner-img.small {
    max-height: 70px;
}
.partner-section .partner-img.text-logo {
    max-height: 50px;
}
.partner-section .carousel-item>div {
    gap: 40px;
}
.partner-section .carousel-control-prev-icon,
.partner-section .carousel-control-next-icon {
    filter: invert(1) brightness(0);
}
.carousel-control-prev {
    left: -120px;
}
.carousel-control-next {
    right: -120px;
}
@media (max-width: 992px) {
    .carousel-control-prev {
        left: -60px;
    }
    .carousel-control-next {
        right: -60px;
    }
    .partner-section .carousel-item>div {
        gap: 25px;
    }
}
@media (max-width: 768px) {
    .partner-section {
        padding: 30px 0 20px;
    }
    .partner-section .carousel-control-prev {
        left: -10px;
    }
    .partner-section .carousel-control-next {
        right: -10px;
    }
    .partner-section .carousel-item>div {
        gap: 15px;
    }
    .partner-section .partner-img.big {
        max-height: 100px;
    }
    .partner-section .partner-img.small {
        max-height: 50px;
    }
    .partner-section .partner-img.text-logo {
        max-height: 40px;
    }
}
@media (max-width: 480px) {
    .partner-section .carousel-control-prev,
    .partner-section .carousel-control-next {
        display: none;
    }
    .partner-section .carousel-item>div {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .partner-section .partner-img.big {
        max-height: 80px;
    }
    .partner-section .partner-img.small {
        max-height: 45px;
    }
}

/* ============================================ */
/* LOCATIONS SECTION */
/* ============================================ */
.locations-section {
    background: #3193D9;
    padding: 60px 0;
}
.locations-section .loc-title {
    color: #fff;
    font-size: 39px;
    margin-bottom: 40px;
    font-weight: 500;
}
.locations-section .loc-card {
    background-color: #F3F3F3;
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
    height: 100%;
}
.locations-section .loc-card.wide {
    padding: 40px 20px;
}
.locations-section .loc-card .icon {
    width: 55px;
    height: 55px;
    background: #e6007e;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.locations-section .loc-card .icon i {
    transform: rotate(90deg) !important;
}

.locations-section .loc-card a {
    display: block;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
    word-break: break-word;
}
@media (max-width: 992px) {
    .locations-section {
        padding: 50px 0;
    }
    .locations-section .loc-title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .locations-section .loc-card {
        padding: 25px 15px;
    }
    .locations-section .loc-card h5 {
        font-size: 20px;
    }
    .locations-section .loc-card a {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .locations-section {
        padding: 40px 0;
    }
    .locations-section .loc-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .locations-section .loc-card {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .locations-section .loc-card.wide {
        padding: 25px 15px;
    }
    .locations-section .loc-card h5 {
        font-size: 28px;
    }
    .locations-section .loc-card a {
        font-size: 22px;
    }
    .locations-section .loc-card .icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .locations-section {
        padding: 30px 0;
    }
    .locations-section .loc-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .locations-section .loc-card {
        padding: 18px 12px;
    }
    .locations-section .loc-card h5 {
        font-size: 28px;
    }
    .locations-section .loc-card a {
        font-size: 22px;
    }
}

/* ============================================ */
/* GMB REVIEW SECTION */
/* ============================================ */
.gmb-review-section .gmb-review-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.gmb-review-section .avatar {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: #6c63ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.gmb-review-section .review-content {
    flex: 1;
}
.gmb-review-section .review-content h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}
.gmb-review-section .stars {
    color: #fbbc04;
    font-size: 14px;
    margin: 2px 0;
}
.gmb-review-section .review-content small {
    color: #777;
    font-size: 12px;
}
.gmb-review-section .review-content p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .update-img {
        height: 220px;
    }
}
@media (max-width: 480px) {
    .update-img {
        height: 200px;
    }
}
@media (max-width: 768px) {
    .gmb-review-section .gmb-review-item {
        gap: 12px;
        margin-bottom: 20px;
    }
    .gmb-review-section .avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 14px;
    }
    .gmb-review-section .review-content h6 {
        font-size: 14px;
    }
    .gmb-review-section .review-content p {
        font-size: 13px;
    }
}

/* ============================================ */
/* TESTIMONIAL MODERN SECTION */
/* ============================================ */
.great-words-title {
    margin-top: 30px;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0275BC;
    margin-bottom: 12px;
    text-align: center;
}
.main-love-heading {
    font-size: 36px;
    font-weight: 500;
    color: #1e2a3e;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: -0.3px;
}
.reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.reviews-grid .review-card-item {
    width: calc(50% - 12px);
}
.review-card-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 28px;
    transition: all 0.25s ease;
    border: 1px solid #f0f2f5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03);
}
.review-card-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
    border-color: #e9ecef;
}
.review-header {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.reviewer-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f2f4f8;
    border: 1px solid #e2e6ea;
}
.reviewer-info {
    flex: 1;
}
.reviewer-name {
    font-weight: 600;
    font-size: 1.05rem;
    color: #1f2a44;
    margin-bottom: 2px;
    display: inline-block;
}
.review-time {
    font-size: 0.75rem;
    color: #8c9aa8;
    margin-left: 10px;
    font-weight: 400;
}
.stars-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 8px 0 6px 0;
}
.stars-wrapper i {
    color: #ffb83b;
    font-size: 16px;
    letter-spacing: 2px;
}
.review-text {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #3e4a5b;
    margin-top: 12px;
    font-weight: 400;
    word-break: break-word;
}
.business-summary-card {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    border-radius: 28px;
    padding: 22px 28px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f6;
}
.business-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.business-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    padding: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.business-info h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}
.rating-badge {
    background: #f5f7fc;
    padding: 8px 14px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.rating-number {
    font-weight: 800;
    font-size: 1.7rem;
    color: #1f2a3e;
    line-height: 1;
}
.review-stars-large i {
    color: #f5b042;
    font-size: 18px;
}
.based-text {
    font-size: 0.8rem;
    color: #5c6f87;
}
.google-powered {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4b5563;
}
.btn-review-us {
    color: #fff;
    padding: 15px 30px;
    outline: none;
    border-radius: 27px;
    background: var(--btn-color, #1f67e7);
    white-space: nowrap;
    vertical-align: middle;
    opacity: .9;
    text-shadow: 1px 1px 0 #888;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.load-more-btn {
    text-align: center;
    margin-top: 32px;
}
.btn-more-reviews {
    color: #fff;
    padding: 15px 30px;
    border-radius: 27px;
    background: var(--btn-color, #1f67e7);
    white-space: nowrap;
    vertical-align: middle;
    opacity: .9;
    text-shadow: 1px 1px 0 #888;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    transition: all .2s ease-in-out;
    text-decoration: none;
    border: none;
}
.review-hidden {
    display: none;
}
.elementor-section {
    position: relative;
}
.mt-2 {
    margin-top: 0.5rem;
}
.text-center {
    text-align: center;
}
@media (max-width: 992px) {
    .main-love-heading {
        font-size: 32px;
    }
    .reviews-grid {
        gap: 20px;
    }
    .reviews-grid .review-card-item {
        width: calc(50% - 10px);
    }
    .review-card-item {
        padding: 20px;
    }
    .business-summary-card {
        padding: 20px;
    }
    .btn-review-us,
    .btn-more-reviews {
        padding: 12px 24px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .great-words-title {
        font-size: 1rem;
        margin-top: 20px;
    }
    .main-love-heading {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }
    .reviews-grid {
        gap: 16px;
    }
    .reviews-grid .review-card-item {
        width: 100%;
    }
    .review-card-item {
        padding: 18px;
    }
    .review-header {
        gap: 12px;
    }
    .reviewer-avatar {
        width: 45px;
        height: 45px;
    }
    .reviewer-name {
        font-size: 1rem;
    }
    .stars-wrapper i {
        font-size: 14px;
    }
    .review-text {
        font-size: 0.9rem;
    }
    .business-summary-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        margin-bottom: 30px;
    }
    .business-left {
        width: 100%;
    }
    .business-logo {
        width: 60px;
        height: 60px;
    }
    .business-info h3 {
        font-size: 1.2rem;
    }
    .rating-badge {
        padding: 6px 12px;
    }
    .rating-number {
        font-size: 1.4rem;
    }
    .review-stars-large i {
        font-size: 16px;
    }
    .btn-review-us {
        white-space: normal;
        text-align: center;
        width: 100%;
    }
    .load-more-btn {
        margin-top: 24px;
    }
    .btn-more-reviews {
        padding: 12px 24px;
        width: 100%;
        white-space: normal;
    }
}
@media (max-width: 480px) {
    .great-words-title {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
    .main-love-heading {
        font-size: 24px;
    }
    .review-card-item {
        padding: 16px;
    }
    .review-header {
        gap: 10px;
    }
    .reviewer-avatar {
        width: 40px;
        height: 40px;
    }
    .reviewer-name {
        font-size: 0.95rem;
    }
    .review-time {
        font-size: 0.7rem;
        margin-left: 5px;
    }
    .stars-wrapper {
        margin: 5px 0 3px 0;
    }
    .stars-wrapper i {
        font-size: 13px;
    }
    .review-text {
        font-size: 0.85rem;
        margin-top: 10px;
    }
    .business-summary-card {
        padding: 16px;
        gap: 15px;
    }
    .business-left {
        gap: 12px;
    }
    .business-logo {
        width: 50px;
        height: 50px;
    }
    .business-info h3 {
        font-size: 1.1rem;
    }
    .rating-badge {
        padding: 5px 10px;
    }
    .rating-number {
        font-size: 1.2rem;
    }
    .review-stars-large i {
        font-size: 14px;
    }
    .based-text {
        font-size: 0.7rem;
    }
    .google-powered {
        font-size: 0.7rem;
    }
    .btn-review-us,
    .btn-more-reviews {
        padding: 10px 20px;
        font-size: 13px;
    }
}
@media (max-width: 360px) {
    .main-love-heading {
        font-size: 22px;
    }
    .review-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .reviewer-info {
        width: 100%;
    }
    .business-summary-card {
        padding: 14px;
    }
    .business-left {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}

/***************************************Get Free Consultation Now**********************************/
.consult-section {
    width: 100%;
}
.consult-section .consult-left {
    background: #4b97cf;
    padding: 60px;
    display: flex;
    align-items: center;
}
.consult-section .consult-content {
    width: 100%;
    max-width: 600px;
}
.consult-section h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 10px;
}
.consult-section p {
    color: #fff;
    margin-bottom: 25px;
}
/*.consult-section .form-control {*/
/*    background: #d9e1ea;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    padding: 12px;*/
/*    font-size: 14px;*/
/*}*/
.consult-section textarea {
    height: 150px;
}
.consult-section .submit-btn {
    width: 100%;
    background: #e6007e;
    color: #fff;
    padding: 14px;
    border: none;
    font-weight: 500;
}
.consult-section .consult-right {
    background: url('../images/consult.webp') center center/cover no-repeat;
    background-size: contain;
    background-color: currentcolor;
}
@media (max-width: 992px) {
    .consult-section .consult-left {
        padding: 30px;
    }
    .consult-section .consult-right {
        min-height: 300px;
    }
}

/************************************************Our Blogs***********************************************************/
.blog-section {
    background: #3193D9;
    padding: 60px 0;
}
.blog-sub {
    color: #fff;
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 30px;
}
.blog-card {
    background: #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
}
.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.blog-content {
    padding: 20px;
}

.blog-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-btn {
    display: inline-block;
    background: #0275BC;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}
@media (max-width: 991px) {
    .blog-content h5 {
        font-size: 16px;
    }
}

/**********************************************Our Update Section***************************************/
.updates-section {
    background: #f3f3f3;
    padding: 50px 0;
    overflow: hidden;
}
.updates-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}
.update-img {
    width: 100%;
    height: auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}
.insta-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    text-decoration: none;
}

/**********************************************Footer Section*******************************************************/
.footer-section {
    background: #052b3a;
    color: #bcd0d8;
    padding: 60px 0 0;
}
.footer-section .footer-logo {
    width: 80%;
}
.footer-section .footer-text {
    font-size: 18px;
}
.footer-section .partner-logo {
    width: 80%;
    opacity: 0.9;
}
.footer-section .footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-section .footer-links {
    list-style: none;
    padding: 0;
}
.footer-section .footer-links li {
    margin-bottom: 8px;
}
.footer-section .footer-links a {
    color: #bcd0d8;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}
.footer-section .footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}
.footer-section .quick-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.footer-section .quick-links li {
    font-size: 14px;
    color: #bcd0d8;
}
.footer-section .quick-links a {
    color: #bcd0d8;
    text-decoration: none;
    font-size: 18px;
}
.footer-section .quick-links a:hover {
    color: #fff;
}
.footer-section .footer-section .opd {
    font-size: 15px;
    color: #bcd0d8;
}
.footer-section .social-icons {
    display: flex;
    gap: 8px;
}
.footer-section .icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.footer-section .fb { background: #1877f2; }
.footer-section .yt { background: #ff0000; }
.footer-section .tw { background: #1da1f2; }
.footer-section .ig { background: #e1306c; }
.footer-section .li { background: #0077b5; }
.footer-section .icon:hover {
    transform: scale(1.1);
}
.footer-section .contact-item {
    border-bottom: 1px dashed #3a5a66;
    padding: 10px 0;
    display: flex;
    gap: 10px;
    font-size: 18px;
}
.footer-section .contact-item i {
    color: #fff;
    margin-top: 4px;
}
.footer-section .footer-bottom {
    background: #0a3a4a;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
}
.footer-section .footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.footer-section .footer-bottom a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
@media (max-width: 768px) {
    .footer-section .opd {
        font-size: 18px;
    }
}

/* ================= FLOAT BUTTONS ================= */
.float-whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #25D366;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    text-decoration: none;
}
.float-call {
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(45deg, #ff0080, #ff4da6);
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.float-whatsapp:hover,
.float-call:hover {
    transform: scale(1.1);
}

/*****************************************************About-Page Start Here**********************************************/
.abut-page-hero-section {
    position: relative;
    background: url('../images/about-page-hero.webp') center/cover no-repeat;
    padding: 168px 0 100px;
}
.abut-page-hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(48, 153, 207, 0.85);
}
.abut-page-hero-section .hero-content {
    position: relative;
    color: #fff;
    margin-left: 400px;
}

.abut-page-hero-section .hero-content h2 {
    font-size: 33px;
    margin-bottom: 10px;
}

.abut-page-hero-section .hero-content h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.abut-page-hero-section .hero-btn {
    background: linear-gradient(45deg, #ff0080, #ff4da6);
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin:  auto 185px;
    text-align: center;
    
}
.abut-page-hero-section-stats {
    background: linear-gradient(45deg, #ff0080, #ff4da6);
    color: #fff;
    border-radius: 20px;
    padding: 25px;
    max-width: 1100px;
    margin: -60px auto 0;
    position: relative;
    z-index: 2;
}
.abut-page-hero-section-stats h3 {
    margin-bottom: 5px;
    font-size: 40px;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
.abut-page-hero-section-stats p {
    font-size: 19px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .abut-page-hero-section-stats .row {
        flex-direction: column;
        row-gap: 20px;
    }
    .abut-page-hero-section-stats .col {
        width: 100%;
    }
    .abut-page-hero-section {
        position: relative;
    }
    .abut-page-hero-section .hero-content {
        margin-left: auto;
    }
    .abut-page-hero-section .hero-content h2 {
        font-size: 17px;
    }
    .abut-page-hero-section .hero-content h1 {
        font-style: normal;
        letter-spacing: 0px;
        font-size: 35px;
        line-height: 42px;
        font-weight: 600;
    }
    .abut-page-hero-section-stats {
        text-align: center;
        padding: 25px 15px;
        margin: 15px;
    }
    .abut-page-hero-section-stats h3 {
        font-size: 36px;
    }
    .abut-page-hero-section-stats p {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .abut-page-hero-section {
        padding: 50px 0 80px;
    }
}

/******************************************************About - DR Ashutosh Kumar Pandey**********************************************/
.about-page-section {
    padding: 60px 0;
    background: #f5f5f5;
}
.about-page-section .about-images {
    position: relative;
    height: 100%;
}
.about-page-section .about-images .img1 {
    position: absolute;
    width: 45%;
    top: -10px;
    left: -8%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.about-page-section .about-images .img2 {
    width: 50%;
    position: absolute;
    top: -85px;
    left: 40%;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.about-page-section .about-content {
    padding-left: 20px;
}

.about-page-section .about-title {
    color: #ff0080;
    font-size: 26px;
    margin-bottom: 15px;
}

.about-page-section .pink {
    color: #ff0080;
    font-size: 25px;
    margin-top: 20px;
}
.about-page-section .about-list {
    padding-left: 0;
}
.about-page-section .about-list li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
}
.about-page-section .about-list li::before {
    content: "\f35a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #2D8DC5;
}
@media (max-width: 768px) {
    .about-page-section .about-list {
        padding-left: 15px;
    }
    .about-page-section {
        text-align: center;
    }
    .about-page-section .about-images {
        position: static;
    }
    .about-page-section .about-images .img1,
    .about-page-section .about-images .img2 {
        position: static;
        width: 80%;
        margin-bottom: 15px;
    }
    .about-page-section .about-images .img2 {
        box-shadow: none;
    }
    .about-page-section .about-content {
        padding-left: 0;
        margin-top: 20px;
    }
    .about-page-section .about-list li {
        text-align: left;
    }
}

/*****************************************Benefits of choosing us**********************************/
.benefits-section {
    padding: 70px 0 30px;
    border-left: 2px solid #e80089;
    border-right: 2px solid #e80089;
}
.benefits-section .benefits-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.benefits-section .benefits-desc {
    margin: 0 auto 40px;
    color: #666;
}
.benefits-section .benefit-box {
    background-color: transparent;
    background-image: linear-gradient(0deg, #47A1E7 40%, #0275BC 100%);
    padding: 40px 20px;
    height: 100%;
    text-align: center;
}
.benefits-section .benefit-box h4 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.benefits-section .benefit-box p {
    color: white;
    font-size: 15px;
    line-height: 1.6;
}

/***********************************************OPD Timing**************************************************/
.opd-section {
    background: #f4f4f4;
    padding: 60px 0;
}
.opd-section .opd-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
.opd-section .opd-table-wrapper {
    background: #fff;
    border-radius: 30px;
    padding: 1px;
    box-shadow: 0 0 0 4px #e5e5e5;
    overflow: hidden;
}
.opd-section .opd-table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.opd-section .opd-table thead th {
    background-color: #3193D9;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    text-align: center;
    border-right: 4px solid #fff;
}

.opd-section .opd-table thead th:last-child {
    border-right: none;
}
.opd-section .opd-table tbody td {
    padding: 15px;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 4px solid #fff;
    font-size: 15px;

}
.opd-section .opd-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 40px;
    background: #1e7db7;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.opd-section .opd-btn i {
    margin-right: 8px;
}
@media (max-width: 768px) {
    .opd-section .opd-title {
        font-size: 26px;
    }
    .opd-section .opd-table thead {
        display: none;
        background: black;
    }
    .opd-section .opd-table tbody tr {
        display: block;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    .opd-section .opd-table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: none;
        background: none;
    }
    .opd-section .opd-table tbody td::before {
        font-weight: 600;
    }
    .opd-section .opd-table tbody td:nth-child(1)::before {
        content: "Days";
    }
    .opd-section .opd-table tbody td:nth-child(2)::before {
        content: "Timing";
    }
    .opd-section .opd-table tbody td:nth-child(3)::before {
        content: "Status";
    }
}
.opd-section .opd-table thead th:first-child {
    border-top-left-radius: 30px;
}
.opd-section .opd-table thead th:last-child {
    border-top-right-radius: 30px;
}

/****************************************************About Page Awards And Achievements*******************************************/
.about-page-awards-section {
    background: #F3F4F7;
    padding: 40px 0;
}
.about-page-awards-section .awards-img img {
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
}
.about-page-awards-section .awards-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}
.about-page-awards-section .award-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.about-page-awards-section .award-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.about-page-awards-section .award-icon img {
    width: 79px;
    height: 79px;
}
.about-page-awards-section .award-item h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.about-page-awards-section .award-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}
@media (max-width: 768px) {
    .about-page-awards-section .awards-title {
        margin-top: 20px;
    }
}

/*****************************************************Experience Section *********************************************************/
.experience-section {
    background: #f3f4f7;
}
.experience-section .text-pink {
    color: #ff0080;
    font-weight: 500;
}
.experience-section .exp-title {
    font-size: 40px;
    font-weight: 600;
}
.experience-section .exp-box {
    text-align: center;
    padding: 10px;
}
.experience-section .exp-box img {
    max-height: 120px;
    object-fit: contain;
}
.experience-section .exp-box h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.experience-section .exp-box p {
    color: #666;
    font-size: 17px;
}

/********************************************About Page Location Section***************************************/
.about-page-location-section {
    background: #3193D9;
}
.about-page-location-section .location-box {
    background: #f3f4f7;
    border-radius: 20px;
    padding: 25px 10px;
    transition: 0.3s;
}
.about-page-location-section .location-box h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.about-page-location-section .location-box h4 a {
    color: #000;
    text-decoration: none;
}
.about-page-location-section .call-icon {
    width: 60px;
    height: 60px;
    background: #ff0080;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 18px;
    text-decoration: none;
    transform: rotate(90deg);
}
.about-page-location-section h6 a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

/***********************************************about-page-tabs-section**************************************/
.about-tabs-section {
    background: #f3f4f7;
}
.about-tabs-section .tab-btn {
    border-radius: 40px;
    padding: 12px 25px;
    border: 2px solid #ff0080;
    color: #ff0080;
    font-weight: 500;
    background: #fff;
}
.about-tabs-section .nav-link.active {
    background: linear-gradient(45deg, #ff0080, #ff4da6);
    color: #fff;
    border: none;
}
.about-tabs-section .content-box {
    background: linear-gradient(45deg, #1e73be, #5fa4d1);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.about-tabs-section ul,
.about-tabs-section ol {
    margin: 0;
    padding-left: 20px;
}
.about-tabs-section li {
    margin-bottom: 8px;
}

/*******************************************************About page Accordion Section *******************************************************/
.about-accordion-section {
    background: #f3f4f7;
}
.about-accordion-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.about-accordion-section .accordion-button {
    background: #e9ecef;
    font-weight: 500;
    box-shadow: none;
}
.about-accordion-section .accordion-button:not(.collapsed) {
    background-color: #47A1E7 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    color: #fff;
}
.about-accordion-section .accordion-body {
    background: #fff;
    color: #333;
}
.about-accordion-section .accordion-button::after {
    content: "\f055";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #47A1E7;
    font-size: 18px;
    background: none;
    transform: none;
}
.about-accordion-section .accordion-button:not(.collapsed)::after {
    content: "\f056";
    color: white;
    font-size: 18px;
    font-weight: 900;
}

/*Start: publications gallery*/
.publications-gallery-page .custom-accordion .accordion-button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}
.publications-gallery-page .custom-accordion .accordion-button::after {
    display: none;
}
.publications-gallery-page .custom-accordion .accordion-button {
    position: relative;
    padding-right: 60px;
}
.publications-gallery-page .custom-accordion .accordion-button:not(.collapsed) {
    background-color: #4f8fc7;
    color: #fff;
}
.publications-gallery-page .custom-accordion .accordion-button::before {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4f8fc7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 6;
}
.publications-gallery-page .custom-accordion .accordion-button:not(.collapsed)::before {
    content: '−';
    background-color: #fff;
    color: #4f8fc7;
}
.publications-gallery-page .custom-accordion .accordion-body {
    background: #fff;
    border-top: none;
    padding: 20px;
}
.publications-gallery-page .custom-accordion .accordion-item {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
}
/*End: publications gallery*/
