@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

:root {
    --primary-color: #fb82b4;
    --secondary-color: #E4367B;
    --matte-black: #3F3F3F;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
    opacity: 1;
    background-color: #ddd;
}

a,
a:hover {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--matte-black);
    font-weight: 400;
    margin-bottom: 10px
}

.p-60 {
    padding: 60px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

section {
    position: relative;
}

.btn-page {
    padding: 10px 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}

.btn-page i {
    vertical-align: text-bottom;
    font-size: 18px;
    margin-left: 6px;
    font-size: 18px;
}

.btn-page:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-page.sec-btn {
    padding: 8px 30px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff;
}

.btn-page.sec-btn:hover {
    background: transparent;
    color: var(--secondary-color);
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--secondary-color);
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 35px;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.5;
}

.section-title .title {
    font-size: 30px;
    font-weight: 600;
    color: var(--matte-black);
    line-height: 1.5;
}

/* header */
.main-header {
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 8px 1px #dfdfdf;
}

.main-header .header-top {
    background: #222222;
}

.main-header .header-top .contact-head {
    height: 100%;
}

.main-header .header-top .contact-head ul {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 6px 0;
    height: 100%;
}

.main-header .header-top .contact-head ul li {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #FFFFFF1F;
}

.main-header .header-top .contact-head ul li:last-child {
    border: 0;
    padding-right: 0;
    margin: 0;
}

.main-header .header-top .contact-head ul li i {
    position: absolute;
    left: 5px;
    color: var(--secondary-color);
    font-size: 16px;
    top: 4px;
}

.main-header .header-top .contact-head ul li a {
    color: #fff;
    font-size: 14px;
}

.main-header .header-top .contact-head ul li a:hover {
    color: var(--secondary-color);
}

.main-header .header-top .rightside-box {
    display: flex;
    justify-content: end;
    align-items: center;
}

.main-header .header-top .rightside-box .contact-head ul li {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    border-right: 1px solid #FFFFFF1F;
}

.main-header .header-top .rightside-box .contact-head ul li i {
    left: 0;
}

.main-header .header-top .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.main-header .header-top .social-media li {
    margin: 0 3px;
}

.main-header .header-top .social-media li a {
    color: #fff;
    display: flex;
    background: #fff;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}

.main-header .header-top .social-media li a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.main-header .header-top .social-media li a:hover {
    color: var(--secondary-color);
}

.main-header .header-top .btn-page {
    background-color: var(--secondary-color);
    border-radius: 0;
    border-color: var(--secondary-color);
    padding: 6px 18px;
}

.main-header .header-middle .box-card {
    text-align: start;
    height: 100%;
    padding: 18px 0;
    border-right: 2px solid #EFEFEF;
    position: relative;
}

.main-header .header-middle .box-card::before {
    content: "";
    background-image: url(../images/circle-arrow.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    left: -30px;
    top: 20px;
}

.main-header .header-middle .col-md-3:last-child .box-card {
    border: 0;
    border-left: 2px solid #EFEFEF;
}

.main-header .header-middle .box-card h6 {
    color: var(--matte-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.main-header .header-middle .box-card p {
    margin: 0;
    line-height: 1.4;
    padding-left: 20px;
    margin-top: 2px;
}

.main-header .header-middle .box-card p a {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
}

.main-header .header-middle .box-card.text-end::before {
    display: none;
}

.main-header .header-middle .box-card.text-end::after {
    content: "";
    background-image: url(../images/circle-arrow.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    right: -30px;
    top: 20px;
    transform: scale(-1, 1);
}

.main-header .header-middle .box-card.text-end p {
    padding-right: 20px;
}

.main-header .logo-box {
    text-align: center;
}

.main-header .logo-box img {
    width: 230px;
    object-fit: contain;
}

.main-header .nav-header {
    border-top: 2px solid #EFEFEF
}

.main-header .main-menu {
    justify-content: center;
}

.main-header .main-menu .navbar-nav {
    flex-direction: row;
}

.main-header .main-menu .navbar-nav ul {
    /* display: flex; */
}

/* Sirf tumhare section par apply hoga */
.tab-section .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Bootstrap fade ko override */
.tab-section .tab-pane.fade {
    opacity: 1 !important;
}

.main-header .main-menu .navbar-nav li {
    margin-right: 15px;
    position: relative;
}

.main-header .main-menu .navbar-nav li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--matte-black);
    line-height: 1.5;
    display: block;
    padding: 12px 0;
}

.main-header .main-menu .navbar-nav li.current_page_item a {
    color: var(--secondary-color);
    font-weight: 600;
}

.main-menu .navigation>li.menu-item-has-children a {
    padding-right: 20px;
}

.main-menu .navigation>li.menu-item-has-children a:after {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #666;
    z-index: 5;
}

.mega-menu .sub-menu {
    left: -435px !important;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    opacity: 0;
    z-index: 999;
    width: max-content;
    min-width: 250px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0/20%);
    visibility: hidden
}

.main-menu .navigation>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}

.main-menu .navigation>li.menu-item-has-children ul>li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block;
}

.main-menu .navigation>li.menu-item-has-children ul>li>a {
    padding: 8px 14px !important;
    display: block;
    line-height: 25px !important;
    color: #454545;
    transition: all .5s ease;
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(80deg) brightness(104%) contrast(101%);
}

.main-menu .navigation>li.menu-item-has-children ul>li>a::after {
    display: none;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.952941);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    border-bottom: 2px solid var(--secondary-color);
}

.sticky-header .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.sticky-header .main-box .logo-box {
    order: 1;
}

.sticky-header .main-box .main-menu {
    order: 2;
}

.sticky-header .main-box .btn-page {
    order: 3;
}

.sticky-header .main-box .logo img {
    width: 160px;
}

.mobile-header {
    display: none;
}

.main-banner .inner-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 30px 0;
    background: #da3f7b1f;
    height: 500px;
}

.fixed-bottom {
    bottom: -5px;
}

/* Left Side Content */
.main-banner .heading-text {
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.main-banner.main-slider .heading-text span {
    font-size: 16px;
}

.main-banner.main-slider .heading-text .span1 {
    display: inline-block;
    background: #da3f7b1c;
    color: #da3f7b;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.main-banner .stat-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.main-banner .stat-card h3 {
    color: #E4367B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.main-banner .stat-card p {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

.main-banner .feature-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    margin-bottom: 15px;
}

.main-banner .feature-list li {
    font-size: 14px;
    color: #3F3F3F;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.main-banner .feature-list li::before {
    content: '✓';
    color: #E4367B;
    font-weight: bold;
    margin-right: 10px;
}

/* Action Buttons */
.main-banner .btn-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 15px;
    transition: 0.3s;
    border: 1px solid #E4367B;
}

.main-banner .btn-fill {
    background-color: #E4367B;
    color: #ffffff;
    margin-bottom: 8px;
}

.main-banner .btn-outline {
    background-color: transparent;
    color: #3F3F3F;
    border: 1px solid #3F3F3F;
    margin-bottom: 8px;
}

/* Center Image */
.main-banner .dr-image-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.main-banner .dr-image-wrap img {
    max-width: 80%;
    height: auto;
    z-index: 1;
    margin-bottom: -100px;
}

/* Right Form Card */
.main-banner .form-container {
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.main-banner .form-header p {
    background-color: #E4367B;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.inner-banner .form-container .wpcf7-spinner {
    display: none;
}
.inner-banner  .form-body p
{
    margin-bottom: 10px;
}

.inner-banner .form-container p {
    margin-bottom: 0 ;
}

.main-banner .form-body {
    padding: 15px;
}

.main-banner .form-body p {
    font-size: 12px;
    color: #969696;
    text-align: center;
    margin-bottom: 10px;
}

.main-banner .bt-2:hover {
    background-color: var(--secondary-color);
}

.main-banner .bt-2:hover i,
.main-banner .bt-2:hover {
    color: #fff;
}

.main-banner .form-control {
    border: 1px solid #ced4da;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 15px;
}

.main-banner .step-item p {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #3F3F3F;
}

.main-banner .step-number {
    background-color: #E4367B;
    color: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
    flex-shrink: 0;
}

.main-banner .btn-submit {
    background-color: #3F3F3F;
    color: #ffffff;
    width: 100%;
    padding: 15px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .main-banner .dr-image-wrap {
        margin-top: 30px;
    }

    .main-banner .form-container {
        margin-top: 20px;
    }
}

.condition-content {
    padding: 60px 0;
}

.condition-content h5 {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-3);
    margin-bottom: 15px;
    font-size: 36px;
}

.condition-content .container .row div:last-child {
    padding-left: 50px;
    border-left: 3px solid var(--primary-color);
}


.recovery-section {
    background: url(http://localhost/drnaveensharma/wp-content/uploads/2025/12/background-5.webp);
}

.recovery-section h2 span {
    color: var(--secondary-color);
}

.gallery-curve-section {
    overflow: hidden;
    margin-top: -50px;

}

.gallery-curve-section .owl-stage-outer {
    padding: 60px 0;
}

.gallery-curve-section .item {
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    height: 450px;
    border-radius: 10px;
}

.gallery-curve-section .owl-item:not(.center) .item {
    transform: scale(0.85) perspective(1500px) rotateY(35deg);
}

.gallery-curve-section .owl-item.center+.owl-item .item {
    transform: scale(0.85) perspective(1500px) rotateY(-35deg);
    transform-origin: left center;
}

.gallery-curve-section .owl-item.center {
    z-index: 10;
}

.gallery-curve-section .owl-item.center .item {
    transform: scale(1.1);
    opacity: 1;
}

.gallery-curve-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-curve-section .owl-dots {
    display: none;
}

.recovery-section .gallery-curve-section .recovery-carousel .owl-item.owl-item.active.center .item {
    height: 300px;
}

.recovery-section .gallery-curve-section .recovery-carousel .owl-stage-outer .owl-stage {
    align-items: center;
    display: flex;
}

.recovery-section .gallery-curve-section .recovery-carousel .owl-item.prev-1 .item {
    transform: scale(.8) perspective(1500px) rotateY(35deg);
    margin-left: -90px;
    margin-right: -40px;
}

.recovery-section .gallery-curve-section .recovery-carousel .owl-item.prev-2 .item {
    transform: scale(1) perspective(1500px) rotateY(41deg);
    margin-left: -30px;
}

.recovery-section .gallery-curve-section .recovery-carousel .owl-item.next-1 .item {
    transform: scale(.76) perspective(1500px) rotateY(-35deg);
    margin-left: 45px;
    margin-right: -100px;
}

.recovery-section .gallery-curve-section .recovery-carousel .owl-item.next-2 .item {
    transform: scale(1) perspective(1500px) rotateY(-41deg);
    margin-left: -20px;
    margin-right: -30px;
}

/* awards */

.awards {

    background: #F8F9FB;

    padding: 80px 0;

}



.awards img {
    -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(5631%) hue-rotate(310deg) brightness(85%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(5631%) hue-rotate(310deg) brightness(85%) contrast(100%);


    border-radius: 4px;

    width: 100%;

}

/* Parent section targeting */
.awards .yojna-box {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 12px;
    z-index: 1;
}

/* Background animation layer */
.awards .yojna-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #da3f7b;
    z-index: -1;
    transition: height 0.4s ease;
}

/* Hover effect */
.awards .yojna-box:hover::before {
    height: 100%;
}

/* Text color change */
.awards .yojna-box:hover h6 {
    color: #fff;
}

/* Image to white (SVG best support) */
.awards .yojna-box img {
    transition: all 0.4s ease;
}

.awards .yojna-box:hover img {
    filter: brightness(0) invert(1);
}

.about-clinic .review-box {
    margin-bottom: 25px;
}

.about-clinic .review-box .review-card {
    text-align: center;
    border: 1px solid #E8E7EE;
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
}

.about-clinic .review-box .review-card h5 {
    color: #120942;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
}

.about-clinic .review-box .review-card .icon img {
    height: 40px;
    object-fit: contain;
    margin-bottom: 15px;
}

.about-clinic .review-box .review-card p {
    margin: 0;
    font-weight: 500;
    color: var(--matte-black);
    font-size: 14px;
}

.about-clinic .review-box .review-card span {
    color: #120942;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid var(--matte-black);
}

.about-clinic .review-box .review-card a {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/* Smooth lift effect */
.awards .yojna-box:hover {
    transform: translateY(-6px);
}

/* Optional: center smooth feel */
.awards .yojna-box .title h6 {
    transition: color 0.3s ease;
}

.awards .yojna-box {
    padding: 20px 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 16%);
}

.awards .yojna-box img {
    width: 40px;
    animation: zoom-in-zoom-out 2s linear infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.about-doctor {
    padding: 60px 0;
}

.about-doctor .content-doctor {
    position: relative;
}

.about-doctor .content-doctor ul {
    column-count: 3;
}

.about-doctor .content-doctor ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--matte-black);
}

.about-doctor .content-doctor ul li::before {
    content: "\ebe6";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-size: 22px;
    font-family: boxicons !important;
    font-weight: 400;
    top: -2px;
    vertical-align: baseline;
}

.about-doctor .doctor-img {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
}

.about-doctor .doctor-img img {
    width: 90%;
    height: 90%;
}

.about-doctor .heading-title {
    margin-bottom: 0 !important;
}

.about-doctor .content-doctor .sub-title {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.about-doctor .content-doctor h3 {
    color: var(--matte-black);
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}

.about-doctor .content-doctor h5 {
    color: var(--matte-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.about-doctor .content-doctor .experience-card {
    position: absolute;
    right: 10%;
    background-color: var(--matte-black);
    border-radius: 10px;
    padding: 20px;
    max-width: 120px;
}

.about-doctor .content-doctor .experience-card h6 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.about-doctor .content-doctor .experience-card p {
    color: #fff;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}

.about-doctor hr {
    margin-top: 30px;
}

.stats-section {
    width: 100%;
    background-image: url(../images/stats-banner.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    border-top: 2px solid #da3f7b3b;
}

.stats-section .stats-card {
    text-align: center;
}

.stats-section .stats-card .icon img {
    width: 60px;
    height: 60px;
    padding-bottom: 15px;
    object-fit: contain;
}

.stats-section .stats-card h4 {
    font-size: 26px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.2;
}

.stats-section .stats-card p {
    font-weight: 600;
}

.services-section {
    padding: 80px 0;
    background: #da3f7b14;
}

/* Header Styling */
.services-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-header .sub-title {
    color: #3b82f6;
    /* Main Services Blue */
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
    display: block;
}

.services-header h2 {
    font-weight: 800;
    color: #1e293b;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.services-header p {
    max-width: 850px;
    margin: 0 auto;
}

/* Card Parent Class */
.service-card-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    /* Adjusted for aspect ratio */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.service-card-wrapper:hover {
    transform: translateY(-5px);
}

/* Image Styling */
.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Dark Overlay for Text Visibility */
.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Niche se dark gradient */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px;
    text-align: center;
}

/* Overlay */
.services-section .service-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    /* 👈 remove all padding */
    align-items: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, transparent 60%);
}

/* Title - bilkul bottom */
.services-section .service-title {
    color: #fff;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    /* 👈 andar spacing only */
    line-height: 1.6;
    transform: translateY(0);
    transition: all 0.4s ease;
    margin-bottom: -40px;
}

/* Button */
.services-section .service-btn {
    margin: 0 12px 12px;
    padding: 7px 16px;
    background: #fff;
    color: #da3f7b;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;

    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.services-section .service-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/* Hover */
.services-section .service-card-wrapper:hover .service-title {
    transform: translateY(-20px);
}

.services-section .service-card-wrapper:hover .service-btn {
    opacity: 1;
    transform: translateY(0);
    margin-top: 20px;
}

.service-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
}

/* Dots/Pagination Styling */
.pagination-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.getintouch-section {
    background: var(--matte-black);
    padding: 20px 0
}

.getintouch-section .btn-page:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.getintouch-section ul {
    display: flex;
    justify-content: start;
    align-items: stretch;
    gap: 10px
}

.getintouch-section ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-grow: 1;
}

.getintouch-section ul li i {
    background: #fff;
    border-radius: 100px;
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500
}

.getintouch-section ul li span {
    width: calc(100% - 40px);
    padding-left: 15px;
    ;
}

.getintouch-section ul li strong {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    display: block;
}

.getintouch-section ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    word-break: break-all;
}

.getintouch-section ul li a:hover {
    color: var(--secondary-color) !important;
}

.getintouch-section .rightside-content {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    height: 100%
}

.getintouch-section .rightside-content .btn-page {
    background-color: #fff;
    border-color: #fff;
    color: var(--secondary-color);
    padding: 10px 30px;
}

.getintouch-section .rightside-content h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px
}

.getintouch-section .rightside-content hr {
    width: 90px;
    margin: 0
}

/* Main Parent Wrapper */
.testimonials-main-wrapper {
    background-color: #ffffff;
}

.testimonials-main-wrapper .badge-custom {
    background-color: #fff5ed;
    color: #e46a25;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.testimonials-main-wrapper .section-title {
    font-weight: 800;
    font-size: 32px;
    margin-top: 10px;
    color: #333;
    margin-bottom: 10px;
}

.testimonials-main-wrapper .section-title span {
    color: #e46a25;
    /* Orange color from image */
}


/* Tabbing Design */
.testimonials-main-wrapper .custom-tabs {
    background: #1e232721;
    padding: 8px;
    border-radius: 12px;
    display: inline-flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
}

.testimonials-main-wrapper .custom-tabs .nav-item {
    flex: 1;
}

.testimonials-main-wrapper .custom-tabs .nav-link {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    color: #333;
    font-weight: 600;
    transition: 0.3s;
    border: none;
    background: transparent;
}

.testimonials-main-wrapper .custom-tabs .nav-link.active {
    background-color: #222529;
    color: #fff !important;
}

/* Video Card Design */
.testimonials-main-wrapper .card-video {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    height: 100%;
}

.testimonials-main-wrapper .videoThumb {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.testimonials-main-wrapper .videoThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.testimonials-main-wrapper .videoThumb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(228, 106, 37, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.testimonials-main-wrapper .content-card {
    padding: 20px;
}

.testimonials-main-wrapper .content-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.testimonials-main-wrapper .video-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.about-clinic {
    padding: 60px 0;
    background: #fff4f8;
}

.faq-section .accordion-item p,
.faq-section .accordion-item ul {
    font-size: 16px;
    font-size: 16px;
    background: #da3f7b;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}

.testimonials-main-wrapper .btn-page {
    justify-content: center;
    display: flex;
    width: max-content;
    margin: auto;
}

.about-clinic .content-clinic .title {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.about-clinic .content-clinic h3 {
    color: var(--matte-black);
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}

.about-clinic .content-clinic .about-grid {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
}

.about-clinic .content-clinic .about-grid .box-inner {
    position: relative;
    padding: 15px 15px 15px 50px;
    border-right: 1px solid #E8E7EE;
    width: 50%;
    cursor: pointer;
}

.about-clinic .content-clinic .about-grid .box-inner::before {
    content: "\ed31";
    position: absolute;
    left: 15px;
    color: #120942;
    font-family: boxicons !important;
    font-weight: 400;
    font-size: 20px;
}

.about-clinic .content-clinic .about-grid .box-inner h6 {
    color: #120942;
    font-size: 16px;
    font-weight: 600;
}

.about-clinic .content-clinic .about-grid .box-inner p {
    margin: 0;
    color: #000000;
    margin-top: 10px;
}

.about-clinic .content-clinic .about-grid .box-inner:nth-child(2),
.about-clinic .content-clinic .about-grid .box-inner:nth-child(4) {
    border-right: 0;
}

.about-clinic .content-clinic .about-grid .box-inner:nth-child(3),
.about-clinic .content-clinic .about-grid .box-inner:nth-child(4) {
    border-top: 1px solid #E8E7EE;
}

.about-clinic .content-clinic .about-grid .box-inner:hover {
    background: #E4F3EF;
}

.about-clinic .clinic-image {
    width: 100%;
    height: calc(100% - 150px);
}

.about-clinic .clinic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-clinic .review-box {
    margin-bottom: 25px;
}

.about-clinic .review-box .review-card {
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
}

.about-clinic .review-box .review-card h5 {
    color: #120942;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
}

.about-clinic .review-box .review-card .icon img {
    height: 40px;
    object-fit: contain;
    margin-bottom: 15px;
}

.about-clinic .review-box .review-card p {
    margin: 0;
    font-weight: 500;
    color: var(--matte-black);
    font-size: 14px;
}

.about-clinic .review-box .review-card span {
    color: #120942;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid var(--matte-black);
}

.about-clinic .review-box .review-card a {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.services {

    padding: 80px 0;

    font-family: "Poppins", sans-serif;

}


.services .service-center-img img {
    border-radius: 10px;
    width: 100%;
    margin: auto;
    height: 380px;
    object-fit: cover;
}


.services .service-center-img .owl-dots {

    bottom: -30px;

}



.services .service-items .icon .icon-box {

    width: 60px;

    height: 60px;

    background: #F5F5F5;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 10px;

}

.contact-form .input-group {
    margin: 5px 0 15px 0 !important;
}

.contact-form .form-label {
    margin-bottom: 4px;
}

.contact-form p {
    margin-bottom: 0;
}

.services .service-items .icon .icon-box img {

    width: 38px;

    filter: brightness(0) saturate(100%);

}



.services .service-items .title-content {
    & h6 {

        font-size: 16px;
        font-weight: 600;
        line-height: 30px;

    }

    & p {
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        color: #5E6271;

    }
}

/* whychoose-section */
.why-choose-section {
    background: #da3f7b12;
    padding: 60px 0;
}

.why-choose-section .doctor-image {
    position: relative;
}

.why-choose-section .doctor-image img {
    border-radius: 100%;
    height: 400px;
    width: 400px;
    margin-left: -30px;
    object-fit: cover;
    object-position: top;

}

.why-choose-section .icon img {
    width: 50px;
    filter: contrast(0) brightness(50%);
}

.why-choose-section .content h3 {
    font-size: 18px;
    font-weight: 600;
}

.why-choose-section .doctor-image::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -5%;
    bottom: -5%;
    right: 5%;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    background: var(--secondary-color);
    z-index: -1;
}

.why-choose-section .why-choose-card {
    /* align-items: center; */
    /* box-shadow: 0px 8px 14px 0px #959DA533; */
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    /* background-color: #ffffff; */
}

.why-choose-section .section-heading .row {
    row-gap: 20px;
}

.testimonials {
    z-index: 0;
    padding: 70px 0;
    background-image: url(../img/background/testimonials-bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.testimonials .owl-stage-outer {
    padding: 15px 0
}

.testimonials .countGoogle {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.testimonials .countGoogle img {
    height: 26px;
    margin-right: 10px
}

.testimonials .countGoogle h4 {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.testimonials .googleViewbtn {
    display: inline-flex;
    column-gap: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #5E6271;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1.2;
    margin: 0
}

.testimonials .googleViewbtn img {
    width: 25px;
    height: 25px
}

.testimonial-items {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 10px;
    padding: 24px 15px 24px 24px
}

.testimonial-items h4 {
    color: #555;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px
}

.testimonial-items p {
    overflow-y: auto;
    margin-bottom: 0
}

.testimonial-items p .morelink-2 {
    color: var(--pink);
    display: inline-block;
    line-height: 1.2;
    padding: 0 5px;
    font-weight: 500
}

.testimonial-items p .morelink-2 i {
    margin-left: 10px;
    font-size: 10px
}

.morecontent span {
    display: none
}

.testimonials .testimonial-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.contact-form {

    background-image: url(../images/contact_us.png);

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.contact-form .form-box {

    box-shadow: 0px 8.24px 24.73px 0px #959DA533;

    background: #FFFFFF;

    padding: 20px;

    width: 100%;

    max-width: 400px;

    border-radius: 20px;

}



.contact-form .input-group-text {

    border: 0;

    height: 45px;

    position: absolute;

    left: 5px;

    top: 0;

    background-color: transparent;

    z-index: 1;

}



.contact-form .input-group-text i {

    font-size: 18px;

    color: #1B2336;

    margin-top: 6px;

}



.contact-form .form-control {

    border: 1px solid #DDDDDD;

    background: #F8FAFB;

    border-radius: 50px !important;

    height: 45px;

    padding: 10px 20px 10px 50px;

}



.contact-form textarea.form-control {

    height: 100px;

    border-radius: 20px !important;

}



.contact-form .form-control::placeholder {

    font-size: 14px;

    font-weight: 400;

    color: #1B2336BF;

}



.contact-form .form-label {

    font-size: 14px;

    color: #0D1B2A;

    font-weight: 400;

}



.contact-form .form-box .button-theme {
    width: 100%;
    padding: 10px 25px;
    gap: 10px;

}



.contact-form .form-box .button-theme input {

    background-color: transparent;

    border: 0;

    padding: 0;

    color: #fff;

    font-size: 14px;

    line-height: 1;

    font-weight: 500;

    text-transform: uppercase;

}



.contact-form .form-box .button-theme:hover input {

    color: var(--color-accent);

}



.contact-form .contact-box {

    width: 100%;

}



.contact-form .contact-box h4,

.contact-form .map-box h4 {

    font-weight: 600;

    line-height: 1.5;

    font-size: 22px;

    color: var(--color-text);

    margin-bottom: 15px;

}



.contact-form .contact-box .info-box {

    display: flex;

    gap: 20px;

    align-items: center;

    justify-content: space-between;

}



.contact-form .contact-box .info-box .inner-box {

    padding: 12px 20px;

    border-radius: 10px;

    width: 48%;

    background-color: var(--secondary-color);

}



.contact-form .contact-box .info-box .inner-box a {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 20px;

}



.contact-form .contact-box .info-box .inner-box .icon {

    background: #FFFFFF33;

    width: 50px;

    height: 50px;

    border-radius: 100px;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 12px;

}



.contact-form .contact-box .info-box .inner-box .icon img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.contact-form .contact-box .info-box .inner-box .content h5 {

    color: #fff;

    font-weight: 600;

    line-height: 1.5;

    font-size: 18px;

    margin-bottom: 0;

}



.contact-form .contact-box .info-box .inner-box .content p {

    line-height: 1.5;

    margin-bottom: 0;

    color: #fff;

    font-size: 14px;

    font-weight: 400;

}



.contact-form .contact-box .info-box .inner-box.black-box {

    background-color: var(--matte-black);

}

.contact-form p a {
    color: var(--matte-black);
}



.contact-form .map-box {

    width: 100%;

    box-shadow: 0px 8.24px 24.73px 0px #959DA533;

    background: #FFFFFF;

    border-radius: 20px;

    margin-top: auto;

    padding: 20px;

}



.contact-form .map-box iframe {

    width: 100%;

    height: 270px;

    border-radius: 20px;

}

.wpcf7-spinner {
    display: none;
}



.contact-form .map-box p {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 15px;

}



.contact-form .map-box p i {

    color: var(--color-secondary);

    font-weight: 500;

    line-height: 1;

    font-size: 30px;

}

.doctor-salah-section {
    padding: 60px 0;
}

.card-doctorsalah {

    width: 100%;

    padding: 0;

    overflow: hidden;

    background: #fff;

    height: 100%;

    border-radius: 10px;

    box-shadow: 0 6px 50px rgb(37 37 37/5%);

    border: 1px solid #eaeaea
}



/* .card-doctorsalah a {

    position: absolute;

    right: 0;

    left: 0;

    top: 0;

    bottom: 0;

    z-index: 1
} */



.card-doctorsalah .iamge-card {

    position: relative;

    overflow: hidden;

    margin-bottom: 0;

    height: auto;

    border-radius: 10px
}



.card-doctorsalah .iamge-card img {

    width: 100%;

    height: 250px;

    object-fit: cover;

    object-position: top
}



.card-doctorsalah .date {

    font-size: 14px;

    line-height: 30px;

    font-weight: 500;

    transition: .5s;

    color: #494242
}



.card-doctorsalah .date i {

    margin-right: 10px
}



.card-doctorsalah .content-card {

    padding: 12px
}



.card-doctorsalah .content-card h4 {

    font-weight: 600;

    font-size: 18px;

    line-height: 30px;

    color: #333;

    margin-bottom: 0;

    text-transform: capitalize
}



.social-btn {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center
}



.social-btn .btn-smo {

    background: #fafafb;

    border: 2px solid #ddd;

    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);

    border-radius: 100px;

    font-weight: 600;

    font-size: 16px;

    line-height: 26px;

    text-align: center;

    color: #666;

    padding: 15px 30px;

    margin-right: 15px;

    display: flex;

    align-items: center
}



.social-btn .btn-smo img {

    width: 26px;

    height: 26px;

    margin-right: 10px;

    object-fit: contain
}

.blog-section .blog-thumbnail {

    border-radius: 20px;

    overflow: hidden;

    margin-bottom: 20px;

    height: 230px;



}



.blog-section .blog-thumbnail img {

    width: 100%;

    object-fit: cover;

    height: 100%;

}



.blog-section .blog-card {

    background-color: #f9fafb;
    border: 1px solid #d4d4d4;
    border-radius: 10px;

}



.blog-section .blog-content {

    padding: 10px 20px;

}

.blog-section .blog-content a {
    color: var(--matte-black);
}


.blog-section .blog-content .read-more {

    font-size: 16px;

    font-weight: 600;

    color: var(--primary-color);

    align-items: center;

    display: flex;

}



.blog-section .blog-content .read-more i {

    font-size: 20px;
    transform: rotate(-45deg);

}

.blog-section {
    padding: 60px 0;
    background: linear-gradient(-1.14deg, #FFFFFF 20.67%, #ffd6e5 144.76%);
}

.faq-section {
    padding: 80px 0;
    background-color: #fff;
}

.page-template-condition-page .faq-section {
    border-top: 2px solid rgb(209, 209, 209);
    border-bottom: 2px solid rgb(209, 209, 209);
}

/* Accordion Customization */
.accordion-item {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 0;
}

.accordion-button {
    padding: 25px 0 !important;
    background-color: transparent !important;
    color: #333 !important;
    font-weight: 600;
    font-size: 16px;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
}

/* Arrow icon replacement (Exact Image Style) */
.accordion-button::after {
    background-size: 12px;
    transition: transform 0.3s ease;
}

/* Accordion Body */
.accordion-body {
    padding: 0 0 25px 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #666;
}

#footer {
    position: relative;
}

#footer .footer-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-header {
    border-bottom: 2px dashed var(--secondary-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.footer-social-link {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    gap: 20px;
}

.footer-social-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-social-link ul li a {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pink);
    font-size: 20px;
}

.footer-social-link ul li a img {
    width: 100%;
}

.footer-social-link h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

#footer .footer-content {
    padding: 50px 0;
    background: #141414;
}

#footer .footer-content .f-logo img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
    border-radius: 10px;
}

#footer .footer-bottom {
    background-color: var(--bluedark);
    text-align: center;
    padding: 10px 0;
}

#footer .footer-bottom p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}

#footer .footer-bottom a:hover {
    color: var(--pink);
}

#footer .quick-links ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#footer .quick-links ul li {
    margin-bottom: 10px;
}

#footer .contact-links ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

#footer .contact-links ul li i {
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-size: 20px;
}

#footer .contact-links ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#footer .contact-links ul li a span {
    font-weight: 600;
    color: #ffffff;
}

#footer p {
    font-size: 14px;
    color: #fff;
}

.footer-tab-section {
    display: none;
}

.heading-title {
    text-align: center;
    margin-bottom: 40px;
}

/* Sub Heading (pill style) */
.heading-title .subHeading {
    display: inline-block;
    background: #da3f7b1c;
    color: #da3f7b;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

/* Main Heading */
.heading-title .heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

/* Highlight word (Families etc.) */
.heading-title .heading span {
    color: var(--secondary-color);
}

/* Description text */
.heading-title p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* doctor profile */
.doctor-profile {
    padding: 60px 0 60px;
}

.doctor-profile .outerbox-section {
    background-color: #fff;
    position: relative;
    padding: 35px;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgb(0 0 0/5%);
    margin-bottom: 0;
}

.doctor-profile .outerbox-section .doctor-image {
    width: 100%;
    height: 100%;
}

.doctor-profile .outerbox-section .doctor-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.doctor-profile .outerbox-section .details-doctor h1 {
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    color: #3f3f3f;
    text-transform: capitalize;
}

.doctor-profile .outerbox-section .details-doctor h2 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 32px;
}

.doctor-profile .outerbox-section .details-doctor hr {
    margin: 20px 0;
}

.doctor-profile .outerbox-section .details-doctor ul li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    justify-content: start;
    align-items: start;
}

.doctor-profile .outerbox-section .details-doctor ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    color: var(--primary-color);
}

.doctor-profile .outerbox-section .details-doctor ul li h6 {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 26px;
    font-weight: 600;
    width: 150px;
}

.doctor-profile .outerbox-section .details-doctor ul li p {
    margin: 0;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 26px;
    font-weight: 500;
    width: calc(100% - 150px);
}

.doctor-profile .outerbox-section .details-doctor {
    font-weight: 500;
}

.doctor-profile .outerbox-section .details-doctor .btn-group {
    align-items: center;
    gap: 15px;
}

.doctor-profile .outerbox-section .details-doctor .btn-group .btn-page {
    border-radius: 5px;
}

.doctor-profile .outerbox-section .details-doctor .btn-group .number-btn {
    border: 2px solid var(--secondary-color);
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 45px;
    line-height: 1;
    font-weight: 600;
    color: var(--secondary-color);
}

.qualification-section {
    padding-bottom: 60px;
}

.qualification-section .tab-qualification .nav-tabs {
    border: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}


.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link.active,
.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link.hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.qualification-section .tab-content.qualification-content h3 {
    color: var(--matte-black);
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px;
}

.qualification-section .tab-content.qualification-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.qualification-section .tab-content.qualification-content ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3f3f3f;
    position: relative;
    display: block;
}

.qualification-section .tab-content.qualification-content ul li::before {
    color: var(--primary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.qualification-section {
    padding-bottom: 60px;
}

.qualification-section .tab-qualification .nav-tabs {
    border: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link {
    border: 2px solid var(--matte-black);
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 600;
    color: var(--matte-black);
    margin-bottom: 20px;
}

.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link.active,
.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link.hover {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}


.qualification-section .tab-content.qualification-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.qualification-section .tab-content.qualification-content ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3f3f3f;
    position: relative;
    display: block;
}

.qualification-section .tab-content.qualification-content ul li::before {
    color: var(--primary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

/* about banner */
.about-banner {
    width: 100%;
    padding: 60px 0 60px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.about-banner .about-content h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 5px;
}

.about-banner .about-content h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 10px;
}

.about-banner .about-content p {
    color: #333333;
    font-size: 14px;
}

.aboutus.custm-about {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.aboutus.custm-about .aboutside-img {
    width: 100%;
    height: 100%;
}

.aboutus.custm-about .aboutside-img img {
    width: 100%;
    border-radius: 10px;
}

.aboutus.custm-about::after {
    content: unset;
}

.about-doctor {

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    padding-top: 70px;

}



.about-doctor .outer-box {

    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 70%, rgba(255, 255, 255, 0.5) 100%);

    max-width: 90%;

    padding: 40px;

    padding-left: 150px;

    border-radius: 20px;

    margin-left: 120px;

}



.about-doctor .section-title {

    max-width: 750px;

    margin-bottom: 0;

    margin-left: auto;

    padding-right: 60px;

}



.about-doctor .doctor-image {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-145%);

    width: 430px;



}



.about-doctor .section-title .designation {

    font-size: 16px;

    line-height: 1.5;

    max-width: 500px;

    display: block;

    font-weight: 600;

    color: var(--color-secondary);

    margin: auto;

}



.about-doctor .section-title ul {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 20px;

    padding: 20px 0;

}



.about-doctor .section-title ul li {

    box-shadow: 0px 2px 14px 0px #00000026;

    background: var(--matte-black);

    padding: 14px 20px;

    border-radius: 10px;

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.5;

}



.about-doctor .section-title p {

    max-width: 600px;

    margin: 0 auto 15px;

}



.about-us {

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.about-us .section-title .heading {

    max-width: 800px;

    margin: auto;

}



.about-us .our-rating ul {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 15px;

    margin-top: 25px;

}



.about-us .our-rating ul li {

    background: #FFFFFF;

    border: 1px solid #8D8D8D;

    border-bottom: 3.03px solid var(--color-secondary);

    border-radius: 10px;

    padding: 10px 15px;

    text-align: center;

}



.about-us .our-rating ul li span {

    color: #000000;

    font-size: 12px;

    font-weight: 500;

    line-height: 1.4;

    display: block;

    margin-bottom: 5px;

}



.about-us .our-rating ul li img {

    width: 100px;

    height: 30px;

    object-fit: contain;

}



.about-us .about-content h4 {

    font-size: 24px;

    line-height: 1.5;

    font-weight: 600;

    color: var(--color-text);

    padding: 25px 0 20px;

    margin-bottom: 0;

}



.about-us .about-content ul li {

    padding-left: 30px;

    color: #555555;

    font-weight: 500;

    font-size: 16px;

    line-height: 1.5;

    margin-bottom: 10px;

    position: relative;

}



.about-us .about-content ul li::before {

    content: "\ea51";

    font-family: 'boxicons';

    font-weight: 400;

    font-size: 20px;

    position: absolute;

    left: 0;

    top: -2px;

    color: var(--color-secondary);

}



.about-us .image-box {

    width: 100%;

    height: 100%;

}



.about-us .image-box img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    object-position: center;

}



.about-us .specializations {

    padding-top: 40px;

}



.about-us .specializations .section-title .heading {

    font-size: 26px;

}



.about-us .card-about {

    background: #FFFFFF;

    box-shadow: 0px 2px 34px 0px #00000017;

    width: 100%;

    height: 100%;

    border-radius: 20px;

    padding: 20px;

    text-align: center;

}



.about-us .card-about .icon {

    box-shadow: 0px 0px 10px 0px #0000001A;

    background: #FFFFFF;

    width: 80px;

    height: 80px;

    border-radius: 100px;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 15px;

    margin: 0 auto 15px;

}



.about-us .card-about .icon img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.about-us .card-about .content h4 {

    font-size: 16px;

    font-weight: 700;

    line-height: 1.5;

    color: var(--color-text);

    margin-bottom: 15px;

}



.about-us .card-about .content p {

    margin: 0;

    font-weight: 400;

    color: #555
}



.services {

    background: #fff;

}



.about-banner {



    position: relative;

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}





.about-banner-bottom {

    padding: 20px 0;

    text-align: center;

    background: rgba(255, 255, 255, 0.3);

}



.about-banner-bottom .breadcrumb-item {

    font-size: 18px;

    font-weight: 600;

}



.about-banner-bottom .breadcrumb-item a {

    font-size: 18px;

    font-weight: 600;

}

.tab-section nav {
    position: sticky;
    top: 80px;
    z-index: 1111;
}

.page-template-about-clinic .contact-form {
    background: #fff4f8;
}

.condition-banner .btn-page.sec-btn:hover {
    color: #fff !important;
    background-color: var(--secondary-color) !important;
}

.slider-btn .call-btn {
    background: transparent;
    box-shadow: none;
    color: #000;
    font-family: 'Poppins';
    letter-spacing: 0px;
    padding: 0;
    display: inline;
    font-weight: 600;
    font-size: 14px;
}

.slider-btn .call-btn i {
    color: #F5A201;
}

.whoabout {
    padding: 50px 0;

    & .who-box {
        background: #fff;
        box-shadow: inset 0px 0 10px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        padding: 20px;
        border-radius: 10px;
    }

    & h3 {
        color: var(--secondary-color);
        margin-bottom: 10px;
    }

    & p {
        color: #333;
    }
}



.departments.about-depart {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}



.specilities-box {


    border-radius: 10px;

    padding: 20px;

    box-shadow: 0px 8px 24px 0px #959DA533;

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;


    & h6 {

        color: #fff;

        font-size: 20px;

        margin-bottom: 14px;

        font-weight: 600;

    }



    & ul li {

        font-size: 16px;

        font-weight: 500;

        margin-bottom: 10px;

        padding-left: 20px;

        position: relative;

        color: #fff;

    }



    & ul li::before {

        content: "\ea55";

        font-family: boxicons !important;

        font-weight: 400;

        font-size: 16px;

        position: absolute;

        left: 0;

        top: 0;

        bottom: 0;

        color: #fff;

    }

}

.Alldoctors .specilities-box,
.doctor-page .specilities-box {
    height: 394px;
    position: sticky;
    top: 90px;
}


.departments {

    padding: 50px 0;

}





.departments .department-items-box {

    box-shadow: 0px 0px 20px 0px #959DA533;
    border-radius: 10px;
    padding: 20px;
    min-height: 200px;
    display: none;
    max-height: 300px;
    height: 100%;
}


.department-btn a {
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #0054a5;
    font-family: 'Poppins';
    font-weight: 400;
}


.departments .department-items-box-about {

    box-shadow: 0px 8px 24px 0px #959DA533;

    border-radius: 10px;

    padding: 10px;

    background: #fff;
    height: 60px;


    & h6 {
        color: var(--matte-black);
        font-size: 16px;

    }


    & .icon img {
        filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(102%) contrast(85%);
        width: 46px;
    }


}



.departments .department-items-box .items-content {

    & h6 {

        font-size: 16px;

        font-weight: 600;

        line-height: 30px;



    }



    & p {

        font-size: 16px;

        font-weight: 400;

        color: #666666;

    }

}



.departments .department-items-box .icon img {

    width: 40px;

    filter: brightness(0) saturate(100%) invert(8%) sepia(3%) saturate(53%) hue-rotate(314deg) brightness(84%) contrast(85%);

}





/* departments-tabs */

.departments-tabs {

    padding: 50px 0;

}



.departments-tabs-items .departments-items-uper-row.nav-pills .nav-link.active {

    background: var(--primary-color);



    & img {

        filter: contrast(0) brightness(10);

    }



    & h6 {

        color: #fff;

    }

}

.mission-vision {

    padding: 60px 0;
    background: #ededed;

}



.mission-vision .image-title img {

    width: 100%;

    border-radius: 10px 10px 0 0;

}



.mission-vision .image-title p {

    background: var(--primary-color);

    color: #fff;

    padding: 10px;

    border-radius: 0px 0px 10px 10px;



}



.mission-vision .mission-vision-items i {

    font-size: 40px;

    color: var(--secondary-color);

}



.mission-vision .mission-vision-content-box .content-box h4 strong {

    font-weight: 700;

    margin-bottom: 10px;

    color: var(--secondary-color);

}


.mission-vision .mission-vision-content-box .content-box h6 {
    color: var(--secondary-color);
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 18px;
}


.mission-vision .mission-vision-items .row {

    margin: 30px 0;

}



.mission-vision .mission-vision-items .heading-content {

    & h6 {

        font-size: 20px;

        font-weight: 600;

        margin-bottom: 10px;

    }

}



.mission-vision .mission-vision-content-box ul li {

    margin-bottom: 14px;

    position: relative;

    padding-left: 20px;

    font-weight: 500;

    font-size: 16px;

}



.mission-vision .mission-vision-content-box ul li::before {

    content: "\ea55";

    font-family: boxicons !important;

    font-weight: 400;

    font-size: 16px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    color: var(--primary-color);

}

.vist-now {
    background-color: rgb(255 239 245);
    padding: 70px 0
}

.vist-now .bookAppointment {
    padding: 0;
    background-color: transparent;
}

.vist-now>div {
    background-color: transparent;
    border: 0
}

.vist-now h4 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F)
}

.vist-now h5 {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0
}

.branch-seo-content {
    padding: 50px 0;
    position: relative
}

.branch-seo-content .entraordinary-outer {
    width: 100%;
    height: auto;
    padding: 60px 20px 40px;
    background-image: url("/wp-content/themes/sattvafertility/library/assets/css/../images/extraordinary-services.jpg");
    background-position: left center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    --lzl-bg-img: "/wp-content/themes/sattvafertility/library/assets/css/../images/extraordinary-services.jpg"
}

.bookAppointment {
    background: #f9f9f9;
    border-top: 1px solid #ddd
}

.bookAppointment .contact-info {
    position: relative
}

.bookAppointment .contact-info .contact-list {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    row-gap: 30px
}

.bookAppointment .contact-info .contact-list .list {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 15px
}

.bookAppointment .contact-info .contact-list .list .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, .2);
    color: var(--purple)
}

.bookAppointment .contact-info .contact-list .list .icon i {
    font-size: 20px
}

.bookAppointment .contact-info .contact-list .list .info {
    width: calc(100% - 65px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.bookAppointment .contact-info .contact-list .list .info label {
    font-size: 14px;
    font-weight: 500
}

.bookAppointment .contact-info .contact-list .list .info a {
    font-size: 14px;
    font-weight: 700;
    color: var(--matte-black);
}

.bookAppointment.Branch-form .contact-info .contact-list {
    padding-top: 0;
    row-gap: 25px
}

.bookAppointment.Branch-form .contact-info .contact-list h4 {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #81219e;
    margin-bottom: 0
}

.bookAppointment .contact-info iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, .2)
}

.bookAppointment .card {
    height: 100%;
    padding: 25px;
    border: 0;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, .2);
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center
}

.bookAppointment .card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 18px
}

.bookAppointment .card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-3);
    margin-bottom: 0
}

.bookAppointment .card p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 5px
}

.accordion-button:not(.collapsed) {
    color: var(--matte-black);
    box-shadow: none
}


.center-info .heading {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-3);
    margin-bottom: 10px;
    font-size: 36px
}

.center-info p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px
}

.center-info .info-group {
    display: inline-flex;
    align-items: center;
    column-gap: 30px
}

.center-info .info-group .default-btn {
    border-radius: 100px;
    padding-left: 50px;
    padding-right: 50px
}

.center-info .info-group a:not(.default-btn) {
    font-size: 18px;
    font-weight: 700;
    color: var(--black)
}

.center-info .card {
    height: 100%;
    padding: 35px;
    background: linear-gradient(131deg, rgba(217, 217, 217, .3) 24.75%, rgba(115, 115, 115, .3) 737.64%);
    border: 0;
    border-radius: 10px
}

.center-info .col-md-8 {
    padding-right: 80px
}

.center-info .card h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--purple);
    margin-bottom: 20px
}

.center-info .card ul.service-listing li {
    padding-left: 30px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--heading-5);
    position: relative;
    font-size: 14px
}

.center-info .card ul.service-listing li::before {
    content: "\ea41";
    /* bx-check icon */
    font-family: "boxicons";
    color: var(--pink);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.center-info .card ul.service-listing li:last-child {
    margin-bottom: 0
}

.center-info {
    padding: 60px 0;
}

.center-info .card h4 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.condition {
    padding: 80px 0 50px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover
}

.page-template-branch-page .about-doctor {
    background: #da3f7b0f;
}

.whychoose-treatment {
    padding: 100px 0
}

.page-template-branch-page .main-banner {
    padding: 30px 0;
    overflow: hidden;
}

.whychoose-treatment .condition-list {
    row-gap: 10px;
    padding-right: 50px
}

.whychoose-treatment .condition-list .list {
    width: 100%
}

.whychoose-treatment .condition-list .list .icon {
    width: 85px;
    height: 85px
}

.whychoose-treatment .condition-list .list .content h5,
.whychoose-treatment .condition-list .list .content h3 {
    font-size: 20px;
    color: var(--heading-3);
    font-weight: 600;
    margin-bottom: 6px;
}

.whychoose-treatment .condition-list .list .content span {
    font-size: 16px;
    color: var(--heading-5);
    font-weight: 400;
    line-height: 30px;
}

.whychoose-treatment .experinces {
    background: var(--bluedark);
    color: var(--white);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, .2);
    position: absolute;
    left: -100px;
    bottom: 60px;
    background: #ffffff;
}

.whychoose-treatment .experinces h3 {
    font-size: 50px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
    line-height: 1.2
}

.whychoose-treatment .experinces h4 {
    font-size: 16px;
    font-weight: 500;
    width: 170px;
    color: var(--white);
    margin-bottom: 0
}

.whychoose-treatment .card-img {
    width: 100%;
    height: 100%
}

.whychoose-treatment .card-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.whychoose-treatment .col-lg-4 {
    position: relative
}

.condition .section-heading p {
    color: var(--font-color-1);
    line-height: 30px
}

.condition-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 30px
}

.condition-list .list {
    flex: 0 0 auto;
    width: calc(50% - 15px);
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    column-gap: 20px
}

.condition-list .list .icon {
    background-color: #f4f2f8;
    border-radius: 100px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}

.condition-list .list .icon img {
    width: 40px;
    height: 40px;
    aspect-ratio: auto 60/60;
    margin: auto
}

.condition-list .list .content h5,
.condition-list .list .content h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--purple);
    margin-bottom: 0
}

.condition-list .list .content span {
    font-size: 14px;
    color: var(--matte-black);
    font-weight: 500
}

.page-template-branch-page .testimonials-main-wrapper {
    background-color: #f0f0f0;
}

.ivf-process {
    padding: 70px 0;
    background-color: #f9f9f9
}

.ivf-process .list {
    background-color: #f1f1f1;
    padding: 8px;
    border-radius: 20px;
    align-items: center;
    margin-top: 15px
}

.ivf-process .image.position-sticky {
    top: 150px
}

.ivf-process .image {
    position: relative;
    height: 360px;
}

.ivf-process .image img {
    width: 85%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.ivf-process .image::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -5%;
    bottom: -5%;
    right: 5%;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    background: linear-gradient(131deg, rgba(217, 217, 217, .2) 24.75%, rgba(115, 115, 115, .2) 737.64%);
    z-index: -1
}

.ivf-process .list .icon {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--secondary-color);
}

.ivf-process .list .icon img {
    width: 25px;
    height: 30px;
    filter: contrast(0) brightness(10);
    object-fit: contain
}

.ivf-process .list h5 {
    width: 30%;
    font-weight: 600;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 0
}

.ivf-process .list p {
    width: 50%;
    margin: auto;
}

.ivf-cost ul li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    display: block;
    line-height: 32px;
    color: #111
}

.ivf-cost ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI3LjVDMjEuOTAzNiAyNy41IDI3LjUgMjEuOTAzNiAyNy41IDE1QzI3LjUgOC4wOTY0NCAyMS45MDM2IDIuNSAxNSAyLjVDOC4wOTY0NCAyLjUgMi41IDguMDk2NDQgMi41IDE1QzIuNSAyMS45MDM2IDguMDk2NDQgMjcuNSAxNSAyNy41WiIgc3Ryb2tlPSIjRjU0OTkxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuMDg1IDE4LjUwNDRMMTcuMDg1IDE0LjUwNDRMMTMuMDg1IDEwLjUwNDQiIHN0cm9rZT0iI0Y1NDk5MSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1
}

.doctor-contacts {
    padding: 40px 0;
    background-attachment: fixed !important
}

.doctor-contacts .contact-box ul {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin-top: 15px
}

.doctor-contacts .contact-box ul li {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #000
}

.doctor-contacts .contact-box ul li:hover {
    border-color: var(--secoundary-color);
    color: var(--secoundary-color)
}

.doctor-contacts .contact-box ul li img {
    width: 30px;
    height: 30px;
    margin: 0
}

.doctor-contacts .contact-box ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.about-us-banner .banner-area-inner .banner-btn a,
.doctor-contacts .contact-box ul li a span,
.whychoose-sec .btn-content .endContent p {
    font-weight: 600
}

.doctor-contacts .doctorimg {
    width: 165px;
    height: 165px;
    margin: auto auto 15px;
    display: block;
    background: #e3e3e3;
    border-radius: 100px;
    object-fit: cover;
    object-position: top;
}

.doctor-contacts .contact-box h1 {
    font-weight: 600;
    color: var(--secoundary-color);
    font-size: 26px;
    text-align: center;
}

.doctor-contacts .contact-box p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.doctor-contacts .contact-box .logock {
    max-width: 200px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(198, 198, 198, .36);
    margin: auto;
    justify-content: center;
    display: flex;
}

.cotact-content {
    padding: 50px 0 0
}

.cotact-content.content-box p {
    padding: 10px 0 10px 60px;
    border-left: 4px solid var(--secondary-color);
}

.content-box .pagetitle {
    font-weight: 700;
    font-size: 28px;
    color: var(--heading-4);
    line-height: 1.8;
    margin-bottom: 6px;
}

/* Parent Class Scoping */
.dr-contact-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffffff;
}

/* Colors */
.dr-contact-section .text-orange {
    color: var(--secondary-color);
}

.dr-contact-section .color-navy {
    color: #2c3e50;
}

.dr-contact-section .color-dark-green {}

.dr-contact-section .bg-light-gray {
    background-color: #f8f9fa;
}

.dr-contact-section .bg-medium-gray {
    background-color: #e9ecef;
}

/* Icons Styling */
.dr-contact-section .icon-lg {
    font-size: 3rem;
    color: #555;
}

.dr-contact-section .icon-md {
    font-size: 1.8rem;
}

/* Button Styling */
.dr-contact-section .btn-outline-pill {
    border: 1px solid #333;
    padding: 6px 18px;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.dr-contact-section .btn-outline-pill:hover {
    background-color: #333;
    color: #fff;
}

/* Specific Layout Adjustments */
.dr-contact-section .consult-card,
.dr-contact-section .locate-card {
    min-height: 120px;
}

.dr-contact-section .consult-card img,
.dr-contact-section .locate-card img {
    width: 45px;
    margin-right: 20px;
}

.dr-contact-section .info-strip {
    border-radius: 4px;
}

.dr-contact-section h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

.dr-contact-section h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

/* Media Queries for better spacing on mobile */
@media (max-width: 768px) {
    .dr-contact-section .locate-card {
        border-start: none !important;
        border-top: 1px solid #ddd;
    }
}

.condition-banner .background {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 80px 0 120px;
}

.condition-banner .section-heading h1 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-bottom: 0;
    line-height: 52px;
    font-weight: 600;
}

.condition-banner h5 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 16px;
}

.appointment {
    background-color: var(--secondary-color);
    padding: 20px 0;
    left: 0;
    right: 0;
}

.condition-banner .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, .2);
    color: var(--purple);
}

.condition-banner .appointment p {
    font-size: 12px;
    color: #fff;
    opacity: 80%;
    margin-bottom: 6px;
}

.condition-banner .appointment h4 {
    color: #fff;
}

.condition-banner .appointment h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

/*start tab-section  */
.tab-section .nav-tabs {
    background-color: #F1F1F1;
    border-radius: 10px;
}

.tab-section .nav-tabs button {
    background-color: rgba(255, 255, 255, 30%);
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 0 10px;
    color: #000;
    padding: 8px 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #000000;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active h6 {
    color: #fff;

}

.tab-section .tab-content h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 16px;
    text-transform: capitalize;

}

.tab-section .tab-content h2 {

    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-3);
    margin-bottom: 15px;
    font-size: 36px;
}

.tab-section .tab-content h3 {

    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
    color: var(--heading-3);
    margin-bottom: 15px;
    font-size: 26px;
}

.tab-section .tab-content p {
    color: var(--font-color-1);
}

.tab-section .tab-content ul li {
    color: var(--matte-black);
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}

.tab-section .tab-content ul li::after {
    background-image: url(https://drminalsingh.com/wp-content/uploads/2026/05/download.svg);
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;

}

.tab-section .image-card {
    width: 80%;
    border-radius: 20px 20px 0 0;
    margin: auto;
}

.tab-section .image-card .dr-heading {
    background-color: var(--secondary-color);

    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
    border-radius: 20px 20px 0 0;

}

.tab-section .image-card .image {
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
    position: relative;
    margin-top: -20px;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
}

.tab-section .image-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.tab-section .image-card h6 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0 20px;
    margin-bottom: 0;
    text-align: center;
}

.tab-section .image-card p {
    color: #F1F1F1;
    padding-bottom: 30px;
    padding-left: 25px;
}

.tab-section .experience {
    padding: 10px;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 10px;
    width: 80%;
    background-color: #fff;
    position: absolute;
    margin: auto;
    bottom: 20px;
    left: 0;
    right: 0;
}

.tab-section .experience i {
    color: var(--pink);
    font-size: 38px;
    padding-right: 10px;
}

.tab-section .experience h3 {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--pink);
}

.tab-section .experience p {
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 500;
    color: #000000;
}

.treatment-banner .banner-stats {
    background-color: var(--matte-black);
    padding: 20px 0
}

img {
    width: 100%;
}

.treatment-banner .banner-stats h5 {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    margin-top: 5px
}

.treatment-banner .banner-stats p {
    color: #fff;
    line-height: 16px;
    margin-top: 5px
}

.treatment-banner .banner-stats .stats {
    position: relative
}

.treatment-banner .banner-stats .stats img {
    width: 50px;
    height: 50px
}

.treatment-banner .banner-stats .stats::after {
    content: "";
    background-color: var(--offWhite);
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 30px
}

.treatment-banner .banner-stats :last-child::after {
    display: none
}

.why-ivf {
    padding: 60px 0
}

.why-ivf .card {
    height: 330px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 10%);
    border: 0
}

.why-ivf .card h6 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

.why-ivf .card p {
    font-size: 14px;
    line-height: 28px;
}

.why-ivf .card img {
    width: 50px;
    height: 50px
}

.ivf-process .default-btn {
    width: max-content;
    border-radius: 100px;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px
}

.ivf-process .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, .2);
    color: var(--purple)
}

.why-ivf {
    padding: 60px 0
}

.why-ivf .card {
    height: 330px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 10%);
    border: 0
}

.why-ivf .card h6 {
    font-weight: 700;
    margin-top: 10px
}

.why-ivf .card p {
    font-size: 14px
}

.why-ivf .card img {
    width: 50px;
    height: 50px
}

.ivf-process .default-btn {
    width: max-content;
    border-radius: 100px;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px
}

.ivf-process .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, .2);
    color: var(--purple)
}

.ivf-cost ul li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    display: block;
    line-height: 32px;
    color: #111
}

.ivf-cost ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI3LjVDMjEuOTAzNiAyNy41IDI3LjUgMjEuOTAzNiAyNy41IDE1QzI3LjUgOC4wOTY0NCAyMS45MDM2IDIuNSAxNSAyLjVDOC4wOTY0NCAyLjUgMi41IDguMDk2NDQgMi41IDE1QzIuNSAyMS45MDM2IDguMDk2NDQgMjcuNSAxNSAyNy41WiIgc3Ryb2tlPSIjRjU0OTkxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuMDg1IDE4LjUwNDRMMTcuMDg1IDE0LjUwNDRMMTMuMDg1IDEwLjUwNDQiIHN0cm9rZT0iI0Y1NDk5MSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1
}

.ivf-cost .image {
    height: 100%;
}

.ivf-cost .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-section {
    padding: 100px 0;
    position: relative
}

.founder-section h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
    margin-bottom: 0;
    line-height: 1.5
}

.founder-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 20px
}

.founder-section p {
    color: var(--heading-5);
    line-height: 30px;
    margin-bottom: 10px
}

.founder-section .doctor-image {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 110px
}

.founder-section .doctor-image::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -5%;
    bottom: -5%;
    right: 5%;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    background: linear-gradient(131deg, rgba(217, 217, 217, .2) 24.75%, rgba(115, 115, 115, .2) 737.64%);
    z-index: -1
}

.founder-section .doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 20%)
}

.founder-section .doctor-image .experience-card {
    width: 100%;
    max-width: 140px;
    padding: 10px 15px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background: #333;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 20%);
    border-radius: 10px
}

.founder-section .doctor-image .experience-card i {
    color: #fff;
    font-size: 50px
}

.founder-section .doctor-image .experience-card h6 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0
}

.founder-section .doctor-image .experience-card p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.3
}

.founder-section .message {
    position: relative;
    position: relative;
    padding-left: 20px;
    padding-left: 20px;
    color: var(--heading-6);
    line-height: 1.8
}

.founder-section .message::before {
    content: "";
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjMiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA2MyA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI3NV8xNykiPgo8cGF0aCBkPSJNMjguMDM2OSAyNi40OFY0Ny40MzVINy4yNDY5M1YyOC40NkwxNy4xNDY5IDMuMDQ5OTlIMjguMDM2OUwxOS42MjE5IDI2LjQ4SDI4LjAzNjlaTTU1LjkyMTkgMjYuNDhWNDcuNDM1SDM0Ljk2NjlWMjguNDZMNDQuODY2OSAzLjA0OTk5SDU1LjkyMTlMNDcuNTA2OSAyNi40OEg1NS45MjE5WiIgZmlsbD0iI0RERERERCIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNzVfMTciPgo8cmVjdCB3aWR0aD0iNjMiIGhlaWdodD0iNTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    width: 50px;
    height: 40px;
    background-size: cover;
    top: -10px;
    left: -40px
}

.founder-section .message::after {
    content: "";
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjMiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA2MyA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI3NV8xNykiPgo8cGF0aCBkPSJNMjguMDM2OSAyNi40OFY0Ny40MzVINy4yNDY5M1YyOC40NkwxNy4xNDY5IDMuMDQ5OTlIMjguMDM2OUwxOS42MjE5IDI2LjQ4SDI4LjAzNjlaTTU1LjkyMTkgMjYuNDhWNDcuNDM1SDM0Ljk2NjlWMjguNDZMNDQuODY2OSAzLjA0OTk5SDU1LjkyMTlMNDcuNTA2OSAyNi40OEg1NS45MjE5WiIgZmlsbD0iI0RERERERCIgZmlsbC1vcGFjaXR5PSIwLjgiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNzVfMTciPgo8cmVjdCB3aWR0aD0iNjMiIGhlaWdodD0iNTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    width: 50px;
    height: 40px;
    background-size: cover;
    bottom: 46px;
    right: 240px;
    transform: scale(-1);
    z-index: -1
}

.founder-section .btn-infoo {
    display: inline-flex;
    align-items: center;
    column-gap: 20px
}

.founder-section .btn-infoo .default-btn {
    border-radius: 100px;
    padding-left: 45px;
    padding-right: 45px
}

.founder-section .btn-infoo span {
    color: var(--font-color-3F);
    font-weight: 700
}

.bookAppointment {
    padding: 70px 0 100px;
    background: #f9f9f9;
    border-top: 1px solid #ddd
}

.appointment-area .form-appointment {
    background: #fff;
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 25px;
    margin-left: auto
}

.content-section {
    padding: 80px 0
}

.content-section .scroll-item {
    position: sticky;
    top: 15%
}

.content-section .tab-nav .tab-link {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #3e3e3e;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .4s ease;
    display: block;
    margin-bottom: 10px
}

.content-section .tab-nav .tab-link:hover,
.content-section .tab-nav .tab-link.active {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff !important
}

.content-section .rightside-content {
    padding-left: 70px
}

.content-section .rightside-content .tab-content {
    padding-top: 75px
}

.content-section .rightside-content .tab-content:first-child {
    padding-top: 0
}

.content-section .rightside-content .tab-content h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
    margin-bottom: 10px;
}

.content-section .rightside-content .tab-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #2c3145;
    margin-bottom: 15px
}

.content-section .rightside-content .tab-content h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #2c3145;
    margin-bottom: 15px
}

.content-section .rightside-content .tab-content h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2c3145;
    margin-bottom: 15px
}

.content-section .rightside-content .tab-content h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--pink);
    margin-bottom: 15px
}

.content-section .rightside-content .tab-content p strong,
.content-section .rightside-content .tab-content p b {
    font-weight: 700 !important
}

.content-section .rightside-content .tab-content ul {
    padding: 15px 0;
    column-count: 1
}

.content-section .rightside-content .tab-content ul li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    display: block;
    line-height: 32px;
    color: var(--matte-black);
}

.content-section .rightside-content .tab-content ul li strong,
.content-section .rightside-content .tab-content ul li b {
    font-weight: 700 !important
}

.content-section .rightside-content .tab-content ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI3LjVDMjEuOTAzNiAyNy41IDI3LjUgMjEuOTAzNiAyNy41IDE1QzI3LjUgOC4wOTY0NCAyMS45MDM2IDIuNSAxNSAyLjVDOC4wOTY0NCAyLjUgMi41IDguMDk2NDQgMi41IDE1QzIuNSAyMS45MDM2IDguMDk2NDQgMjcuNSAxNSAyNy41WiIgc3Ryb2tlPSIjRjU0OTkxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuMDg1IDE4LjUwNDRMMTcuMDg1IDE0LjUwNDRMMTMuMDg1IDEwLjUwNDQiIHN0cm9rZT0iI0Y1NDk5MSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1
}

.content-section .rightside-content p,
.content-section .rightside-content p span {
    margin-bottom: 10px
}

.page-template-pagestreatment-php .contact-form {
    padding: 60px 0;
    background: #da3f7b0f;
}

.page-template-pagestreatment-php .faq-section {}

.mission-vision .image-title {
    height: 510px;
}

.mission-vision .image-title img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.contact-banner .background {
    background-image: url(https://drminalsingh.com/wp-content/uploads/2026/05/contact-us.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    --lzl-bg-img: "/wp-content/themes/sattvafertility/library/assets/css/../img/background/contact-us.png";
}

.page-template-faq .faq {
    padding: 80px 0
}

.page-template-faq .faq .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    right: -5px;
    font-size: 20px;
    transform: rotate(0deg);
    top: 20px
}

.page-template-faq .faq .accordion-body,
.page-template-faq .faq .accordion-body p {
    color: #000 !important;
}

.page-template-faq .faq .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    font-size: 18px
}

.page-template-faq .faq .accordion-body,
.page-template-faq .faq .accordion-body p {
    background-color: var(--bluedark);
    border-radius: 10px;
    color: #fff
}

.page-template-faq .faq .accordion-body ul li b {
    font-weight: 600
}

.page-template-faq .faq .accordion-body ul li {
    margin-bottom: 20px
}

.page-template-faq .faq .accordion-flush .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, .2) !important
}

.page-template-faq .faq .accordion {
    margin-bottom: 150px
}

.page-template-faq .faq .section-heading h2 {
    display: inline-block;
    color: var(--font-color-3)
}

.faq-section .accordion-item {
    padding: 0 20px;
}

.page-template-branch-page .main-banner .heading-text>span {
    display: inline-block;
    background: #da3f7b1c;
    color: #da3f7b;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.page-template-branch-page .main-banner .dr-image-wrap img {
    max-width: 80%;
    height: auto;
    z-index: 1;
}



.page-template-branch-page .condition-list .list {
    width: calc(100% - 15px);
}

.advanced-infertility .card-img {
    width: 100%;
    height: 100%;

}

.advanced-infertility .card-img img {
    border-radius: 20px;
    width: 90%;
    height: 90%;
    object-fit: cover;
}

.advanced-infertility {
    padding: 80px 0;
}

.advanced-infertility .experinces {
    background: var(--secondary-color);
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, .2);
    position: absolute;
    left: -100px;
    bottom: 60px;
}

.advanced-infertility .col-lg-4 {
    position: relative;
}

.page-template-branch-page .condition-list .list .icon {
    background-color: #da3f7b;
}

/* Parent Class for Scoping */
.custom-consultation-modal .modal-content {
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.custom-consultation-modal .modal-header-custom {
    background-color: #383838;
    /* Same as reference image */
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-consultation-modal .modal-header-custom h5 {
    width: 100%;
    text-align: center;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
}

.custom-consultation-modal .next-steps-list {
    padding-left: 1.1rem;
    font-size: 0.88rem;
    color: #444;
}

.custom-consultation-modal .next-steps-list li {
    margin-bottom: 8px;
    position: relative;
    list-style: auto;
}

.custom-consultation-modal .stats-container {
    background-color: #eeeeee;
    border: 1px solid #eee;
}

/* Form Styling */
.custom-consultation-modal .form-control {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.95rem;
}

.custom-consultation-modal textarea {
    height: 100px;
}

.custom-consultation-modal .wpcf7-spinner {
    display: none;
}

.custom-consultation-modal .btn-book-appointment {
    background-color: var(--secondary-color);
    /* Deep brown from image */
    color: white;
    border: none;
    padding: 10px;
    font-weight: 600;
    font-size: 1rem;
}

.custom-consultation-modal .btn-book-appointment:hover {
    background-color: var(--primary-color);
    color: white;
}

.custom-consultation-modal .btn-call-us {
    background-color: #2e7d16;
    /* Green from image */
    color: white;
    border: none;
    padding: 10px;
    font-weight: 600;
}

.custom-consultation-modal .btn-call-us:hover {
    background-color: #246311;
    color: white;
}

.custom-consultation-modal .terms-text {
    font-size: 0.7rem;
    color: #888;
    line-height: 1.2;
}

.custom-consultation-modal .terms-text a {
    color: #b34e27;
    text-decoration: underline;
}

/* Responsiveness */
@media (max-width: 767px) {
    .custom-consultation-modal .border-start {
        border-left: none !important;
        border-top: 1px solid #eee;
        padding-top: 20px;
    }
}

.section-heading span {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 16px;
}

.section-heading span p {
    margin-bottom: 0;
}

.imageGallery {
    background: rgb(6 104 151/7%);
    padding: 60px 0
}

.imageGallery .galleryCard {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
    overflow: hidden;
    height: 280px;
    position: relative
}

.imageGallery .galleryCard .galleryName {
    display: block;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9
}

.imageGallery .galleryCard img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imageGallery .galleryCard .overlayer {
    width: 100%;
    height: 100%;
    background-color: #23242442;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 15px;
    transform: scale(.5);
    transition: all .4s ease-in-out
}

.imageGallery .galleryCard .overlayer i {
    font-size: 50px;
    color: #fff;
    rotate: 45deg;
    margin-bottom: 10px
}

.imageGallery .galleryCard .overlayer .content {
    background: #222;
    padding: 12px;
    border-radius: 5px;
    display: none
}

.imageGallery .galleryCard .overlayer .content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.imageGallery .galleryCard .overlayer .content p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.imageGallery .galleryCard:hover .overlayer {
    opacity: 1;
    transform: scale(1)
}

.article-blogs {
    position: relative;
    padding: 60px 0;
}

.health-gallery-home {
    width: 100%;
    padding: 5px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.health-gallery-home .img-box {
    width: 100%;
    position: relative
}

.health-gallery-home .img-box img {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px
}

.health-gallery-home .img-box .video-plyBtn {
    position: absolute;
    right: 15px;
    bottom: -25px;
    background: #f58634;
    z-index: 9;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.health-gallery-home .img-box a i {
    border-radius: 100px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.health-gallery-home .text-health {
    padding: 20px 10px;
    width: 100%
}

.health-gallery-home .text-health h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
    margin-bottom: 10px
}

.health-gallery-home .text-health h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px
}

.health-gallery-home .text-health h4 a {
    color: var(--matte-black);
}

.health-gallery-home .text-health p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 10px 0;
    margin: 0
}

.health-gallery-home .img-box .date-artical {
    position: absolute;
    width: max-content;
    height: auto;
    padding: 6px 12px;
    background: var(--primary-color);
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px 0
}

.health-gallery-home .img-box .date-artical span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #fff
}

.health-gallery-home .footer-health {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #dbdbdb;
    width: 100%
}

.health-gallery-home .footer-health p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #949494
}

.health-gallery-home .footer-health a {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #949494
}

.health-gallery-home .footer-health a i {
    margin-left: 5px
}

.blog-details {
    padding: 80px 0 60px
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color)
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3f3f3f;
    position: relative;
    padding-left: 30px
}

.blog-single-post .text ul li:before {
    color: var(--primary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3f3f3f
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3f3f3f;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--primary-color)
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3f3f3f
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--primary-color)
}



footer .fixed-bottom {
    width: 450px;
    left: 70%;
}

footer .navbar-nav {
    column-count: 2;
    display: block;
    gap: 90px;
}

#footer .footer-bottom p {
    color: #000;
}

.tab-section .image-card {
    position: sticky;
    top: 170px;
}

.menu-icon-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(81%) saturate(779%) hue-rotate(296deg) brightness(91%) contrast(89%);
}

/* ONLY target mega menu */
.mega-menu {
    position: static;
}

/* Dropdown container */
.mega-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 50px;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    /* 🔥 4 columns */
    gap: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

/* Show on hover */
.mega-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Column items */
.mega-menu .sub-menu li {
    list-style: none;
}

/* Links */
.mega-menu .sub-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    transition: 0.3s;
}

/* Hover */
.mega-menu .sub-menu li a:hover {
    color: #ff6600;
}


.mega-menu .sub-menu {
    padding: 30px !important;
}

.mobile-header .outer-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-header .whatsapp-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s ease;
}

.mobile-header .whatsapp-icon:hover {
    transform: scale(1.08);
    color: #fff;
}
.page-template-Contact-us .contact-us a
{
    color: var(--matte-black);
}