/*========================================================= 
    Design Name       : Dr Renu
    Version           : V1.0
    Design Date       : 10/03/2026
    Design UI/UX By   : Rohit Jangid
 ============================================================*/

/* Outfit Font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Feather Icons */
@import url('../font/feather-icons/dist/feather-icons.css');



/* Start By Default Reset */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

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

}

:root {
    --primary-color: #cd3a78;
    --secoundary-color: #4568b3;
    --mate-black: #303030;
    --litepink: #FEEDF5;
}

.gray-bg {
    background-color: #f1f2f3;
}

.blue-bg {
    background-color: #f4f1ea;
    ;
}


body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--heading-3);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

hr {
    margin: 16px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 1.5;
    color: var(--heading-4);

}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

img {
    width: 100%;
}

ol,
ul {
    padding-left: 34px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 14px;
}

b {
    font-weight: 800;
}

strong {
    font-weight: 900;
}

small {
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}


.subHeading {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 16px;
    text-transform: capitalize;
}

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

.heading-title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

/* Container */
button {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

input,
button,
select,
optgroup,
textarea,
.form-control {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    padding: 15px 20px;
}

::-moz-selection {
    background-color: #200468;
    color: #FFF;
    text-shadow: none
}

::selection {
    background-color: var(--bluedark);
    color: var(--white);
    text-shadow: none
}

.owl-carousel {
    z-index: 0 !important;
}

.banner-appointment .default-btn {
    padding: 0px 25px 0px 25px;
}

.default-btn {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secoundary-color);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    column-gap: 10px;
    transition: 0.5s;
    width: max-content;
}

.default-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-primary {
    width: max-content;
    display: flex;
    align-items: center;
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #0a3d6a;
    color: #Ffff;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

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

.section-heading h5 {
    font-size: 14px;
}

.section-heading p {
    color: var(--heading-3);
    font-size: 16px;
}




/* header */

.header {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 20px 20px 0 0;

}

.header .top-info {
    padding: 20px 0;
    border-bottom: 2px solid #ab5e83;
}

header .logo {
    margin-top: -40px;
}

.header .logo img {
    height: 70px;
    border-radius: 10px;
}

.header .logo-text {
    font-weight: 600;
    font-size: 24px;
    margin-left: 10px;
}

.header .sub-text {
    font-size: 12px;
    color: #d1d9e6;
}

.header .info-block i {
    font-size: 18px;
    margin-right: 10px;
    background: #b65884;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
}

.header .info-text {
    font-size: 14px;
    line-height: 1.2;
}

.main-header .nav-bar .nav-bar-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}

.main-header .nav-bar .nav-bar-links .navbar-nav {
    display: inline-flex;
    align-items: stretch;
    flex-direction: row;
    height: 100%
}

.main-header .nav-bar .nav-bar-links .navbar-nav li {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #000;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li.current-menu-item a {
    color: var(--secoundary-color)
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 30px 20px 0;
    position: relative;
    display: block;
    text-transform: capitalize
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a:hover {
    color: var(--secoundary-color);
}

.main-header .nav-outer .navbar-nav .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #fff0;
    border-bottom: 0;
    border-left: .3em solid #fff0
}

.main-header .nav-outer .navbar-nav .menu-item-has-children ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.swiper {
    z-index: -1
}

#menu-main-menu .menu-item-has-children>a+.sub-menu {
    position: absolute;
    top: 28px;
    left: 0;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    min-width: 250px;
    z-index: 2;
    box-shadow: 0 8px 24px 0 rgb(149 157 165 / .2);
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -ms-box-shadow: 0 7px 10px -1px rgb(0 0 0 / .2);
    -o-box-shadow: 0 7px 10px -1px rgb(0 0 0 / .2)
}

#menu-main-menu .menu-item-has-children>a+.sub-menu li a::after {
    rotate: -90deg
}

#menu-main-menu .menu-item-has-children>a+.sub-menu::before {
    position: absolute;
    left: 25px;
    top: -5px;
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    border-bottom: 5px solid #fff;
    content: ""
}

#menu-main-menu {
    display: -webkit-box;
    gap: 20px;
    position: relative;
    display: inline-flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
}

#menu-main-menu .menu-item-has-children>a+.sub-menu .menu-item {
    position: relative;
    display: block;
    z-index: 1
}

#menu-main-menu .menu-item-has-children>a+.sub-menu .menu-item a {
    position: relative;
    display: block;
    padding: .5rem 1.5rem;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.041vw;
    color: var(--heading-6);
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left
}

#menu-main-menu .menu-item-has-children>a+.sub-menu .menu-item a:hover {
    background-color: var(--secoundary-color);
    color: #fff;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    border-radius: 5px;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

#menu-main-menu .menu-item-has-children .sub-menu>li.menu-item-has-children .sub-menu {
    opacity: 0;
    left: 100%;
    top: -32%;
    z-index: 999999999999;
    visibility: hidden
}

#menu-main-menu .menu-item-has-children .sub-menu>li.menu-item-has-children .sub-menu::before {
    display: none
}

#menu-main-menu .menu-item-has-children .sub-menu>li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

.main-header .nav-outer .navbar-nav li {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;

}


/* Start Slider */

.mainSwiperSlider .swiper-slide .slider-img {

    position: absolute;

    right: 0;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    object-fit: cover;

}



.mainSwiperSlider .swiper-slide .slider-content {

    height: 600px;

    display: flex;

    align-content: center;

    flex-direction: column;

    justify-content: center;

    padding-bottom: 50px;

    padding-left: 40px;

}



.mainSwiperSlider .swiper-slide .slider-content h3 {

    font-weight: 600;

    line-height: 2;

    margin-bottom: 20px;

    font-size: 20px;

}



.mainSwiperSlider .swiper-slide .slider-content h5 {

    margin-bottom: 0;

    font-weight: 700;

    color: var(--primary-color);

    font-size: 24px;

}

.mainSwiperSlider .swiper-slide .slider-content h6 {
    font-weight: 700;
    margin-bottom: 0;
}

.mainSwiperSlider .swiper-slide .slider-content h2 {

    font-size: 38px;

    font-weight: 700;

    margin-bottom: 10px;

    line-height: 1.2;

    color: var(--font-color-3);

}



.mainSwiperSlider .swiper-slide .slider-content h2 span {

    color: var(--primary-color);

}



.mainSwiperSlider .swiper-slide .slider-content>p {

    color: var(--heading-3);

    margin-bottom: 20px;

    font-weight: 500;

}



.mainSwiperSlider .swiper-slide .slider-content .subHeading-list {

    row-gap: 10px;

    display: flex;

    flex-wrap: wrap;

}



.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list {

    display: inline-flex;

    width: 100%;

    align-items: center;

    column-gap: 20px;

}



.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list img {

    width: 45px;

}



.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list>p {

    margin-bottom: 0;

    font-size: 18px;

    color: var(--black);

    font-weight: 600;

}



.swiper-button-next::after,

.swiper-button-prev::after {

    content: none;

}



.swiper-button-next,

.swiper-button-prev {

    width: 40px;

    height: 40px;

    border-radius: 100px;

    background-color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 26px;

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

    color: var(--font-color-2);

    transition: 0.3s;

}



.swiper-button-next:hover,

.swiper-button-prev:hover {

    background-color: var(--heading-1);

    color: var(--white);

}



.main-Slider .swiper-pagination {

    position: absolute;

    right: 0;

    left: 0;

    bottom: 60px;

    z-index: 999;

}



/* End Slider */


/* Start Appointment */

.banner-appointment {


    top: 730px;

    width: 100%;

    z-index: 2;

}



.banner-appointment .title {

    background-color: #fff;

    display: inline-block;

    padding: 15px 25px 5px;

    border-radius: 5px 5px 0 0;

}



.banner-appointment .title h4 {

    font-weight: 700;

    font-size: 16px;

    line-height: 30px;

    color: #333;

    margin-bottom: 0;

}



.banner-appointment .outer-box {

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

    border-radius: 0 5px 5px;

    background-color: #fff;

    padding: 20px 25px;

}



.banner-appointment .outer-box .input-group {

    background: #f8fafb;

    border: 1px solid #ddd;

    border-radius: 5px;

    display: flex;

    justify-content: start;

    align-items: center;

    height: 50px;

}



.banner-appointment .outer-box p {

    width: 100%;

    position: relative;

    margin: 0;

}



.banner-appointment .outer-box .input-group .form-label {

    margin: 0;

    font-weight: 500;

    font-size: 14px;

    line-height: 24px;

    color: #2c3145;

    position: absolute;

    left: 10px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 1;

}



.wpcf7-form-control-wrap {

    position: relative;

}



.banner-appointment .outer-box .input-group .form-control {

    border: 0;

    background: 0 0;

    font-weight: 500;

    font-size: 14px;

    line-height: 24px;

    color: #2c3145;

    padding: 8px 35px 8px 70px;

    height: 50px;

}



.banner-appointment .outer-box .input-group .input-group-text {

    border: 0;

    background: 0 0;

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

}



.banner-appointment .outer-box .input-group .input-group-text i {

    font-weight: 500;

    font-size: 18px;

    line-height: 28px;

    color: #2c3145;

}



.banner-appointment .outer-box .default-btn {

    width: 100%;

    height: 50px;
    color: #fff;

}

.banner-appointment .outer-box .default-btn:hover {
    color: var(--mate-black);
}

.about-home {
    padding: 80px 0;
}

.about-home .line {
    border-left: 2px solid var(--primary-color);
    padding: 20px 0 20px 4vw;
    min-height: 100px
}

.about-home h2 {
    font-size: 38px;
    font-weight: 700;
}

.about-sec {

    padding: 60px 0 70px
}



.about-sec .best-heart h5 {

    font-weight: 600;

    margin-top: 15px;
    margin-bottom: 10px;

}


.about-sec .hotel-slider img {

    height: 100%;

    object-position: top;

    width: 100%;

    object-fit: cover;

}

.about-outer img,

.about-outer.aboutclinic-slider img {

    border-radius: 15px;

    max-width: 100%;

    width: 100%;

    object-fit: cover;

}



.experience-box {

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

    border-radius: 10px;

    width: max-content;

    height: max-content;

    padding: 15px 20px;

    position: absolute;

    bottom: 20px;

    right: 20px;

}



.experience-box h4 {

    font-size: 30px;

    font-weight: 800;

    color: #fff;

}



.experience-box span {

    font-size: 16px;

    color: #fff;

    font-weight: 600;

    line-height: 0;

}



.Specialist-box .best-heart ul li {

    position: relative;

    padding-left: 25px;

    margin-bottom: 10px;
    font-weight: 600;

}





.Specialist-box .best-heart ul li::before,

.content-grid .content-body ul li::before,

.edu-content-box ul li::before,

.treatment-service .tab-content .inner-box ul li::before {

    content: "\f114";

    font-family: "feather-icons";

    text-transform: none;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    font-weight: normal;

    font-style: normal;

    speak: none;

    color: var(--primary-color);

    font-size: 22px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    height: 100%;

    display: flex;

    align-items: center;

}



.about-outer {

    position: relative;

}



.Specialist-box .default-btn {

    width: max-content;

}



.about-sec .hotel-slider {

    height: 500px;

}



.about-sec .hotel-slider img {

    height: 100%;

    object-position: top;

    width: 100%;

    object-fit: cover;

}

.about-sec .default-btn {
    color: #fff;
}

.about-sec ul {
    margin: 10px 0 15px 0px;
}

/* schedule counseling */
.schedule-counseling {
    background: var(--mate-black);
    padding: 60px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.schedule-counseling h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

.schedule-counseling h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.schedule-counseling .inner-content h3 span {
    color: #FFA803;
}

.schedule-counseling .inner-content p {
    color: #fff;
}

.schedule-counseling .counseling-details ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    color: #fff;
    position: relative;
}

.schedule-counseling .counseling-details ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
}

.schedule-counseling .counseling-details ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.schedule-counseling .counseling-details .btn-group {
    gap: 15px;
}

.schedule-counseling .counseling-details .btn-group .btn-page {
    border-radius: 5px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.schedule-counseling .counseling-details .btn-group .btn-page:hover {
    color: #ffffff;
}

.schedule-counseling .counseling-details .btn-group .btn-page.btn-outline {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    transition: all 0.4s ease-in;
}

.schedule-counseling .counseling-details .btn-group .btn-page.btn-outline:hover {
    background-color: #fff;
    color: var(--primary-color);
}


.expertise-sec {
    padding: 60px 0;
}

.expertise-sec .treatment-box {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.expertise-sec .cus-treatment-box {
    padding: 20px 4px 0;
    width: 10%;
}

.expertise-sec .cus-treatment-box a {
    display: inline-block;
}

.expertise-sec .cus-treatment-box img {
    width: 100px;
}

.expertise-sec .cus-treatment-box p {
    color: #111;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
}

.expertise-sec .cus-founder {
    background: #eff1f3;
    padding: 50px 0;
    margin-bottom: 40px;

}

.expertise-sec .wp-founder-text .director-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
}

.custom-nav .btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-purple);
    color: white;
    margin-right: 10px;
    border: none;
    transition: 0.3s;
}

.custom-nav .btn:hover {
    opacity: 0.8;
}

/* Card Styling */
.service-section {
    background-color: rgb(255 234 243);
    padding: 60px 0;
}

.service-section .service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    margin: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.service-section .card-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-section .card-content {
    padding: 30px 25px;
    transition: 0.4s;
    height: 300px;
}

.service-section .card-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--mate-black);
}

.service-section .card-content p {
    margin: 6px 0;
}

.service-section .view-details {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-section .service-card i {
    font-size: 16px;
}

/* Hover Effect */
.service-section .service-card:hover {
    transform: translateY(-10px);
}

.service-section .service-card:hover .card-content {
    background-color: var(--secoundary-color);
}

.service-section .service-card:hover .card-content h3,
.service-section .service-card:hover .card-content p,
.service-section .service-card:hover .view-details {
    color: #fff !important;
}

.welcome-section {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.welcome-section .video-container {
    position: relative;
    padding: 40px;
}

.welcome-section .video-wrapper {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}

.welcome-section .video-wrapper iframe {
    height: 370px;
}

.modal-dialog .modal-content.custom-modal {
    width: 90%;
    margin: auto;
}

.modal-dialog .modal-title {
    font-size: 30px;
}

.welcome-section .video-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

/* Play Button */
.welcome-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #dc3545;
    /* Red Play Button */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.4);
    transition: 0.3s ease;
}

.welcome-section .play-btn:hover {
    background-color: #c82333;
    color: white;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Decorative Shapes (The light orange circles) */
.welcome-section .shape {
    position: absolute;
    background: #fdf2e9;
    /* Very light orange/cream */
    border-radius: 50%;
    z-index: 1;
}

.welcome-section .shape-1 {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
}

.welcome-section .shape-2 {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: 0;
}

/* Mobile Responsive Fixes */
@media (max-width: 991px) {
    .welcome-section .section-title {
        font-size: 1.8rem;
    }

    .welcome-section .video-container {
        padding: 20px;
    }
}



.gallery .galleryCard {

    position: relative;

    border-radius: 10px;

    box-shadow: 0 2px 14px rgb(0 0 0/.05);

    overflow: hidden;

    height: 320px;

    position: relative
}



.gallery .galleryCard img {

    width: 100%;

    height: 100%;

    object-fit: cover;


}



.gallery .galleryCard .galleryName {

    display: block;

    color: #fff;

    bottom: 0;

    right: 0;

    left: 0;

    position: absolute;

    top: 0;

    z-index: 9
}





.gallery .galleryCard .overlayer {

    width: 100%;

    height: 100%;

    background-color: #00000042;

    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
}



.gallery .galleryCard .overlayer i {

    font-size: 50px;

    color: #fff;

    rotate: 45deg;

    margin-bottom: 10px
}



.gallery .galleryCard .overlayer .content {

    background: #222;

    padding: 12px;

    border-radius: 5px;

    display: none
}



.gallery .galleryCard .overlayer .content h6 {

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 8px
}



.gallery .galleryCard .overlayer .content p {

    color: #fff;

    font-size: 12px;

    line-height: 1.5
}



.gallery .galleryCard:hover .overlayer {

    opacity: 1;

    transform: scale(1)
}

.get-it-touch .get-item a:hover {

    color: #ccc
}



.get-it-touch .get-item .icon img {

    width: 60px;

}



.get-it-touch .get-item {

    display: flex;

    gap: 14px;

    align-items: flex-start;

    color: #fff;

    justify-content: center
}



.get-it-touch .get-item .bxs-star {

    color: var(--yellow-color)
}



.get-it-touch {

    background: var(--primary-color);

    padding: 30px 0 !important;

}

.nav-pills-outline {
    .nav-link {
        font-weight: 500;
        color: var(--bs-secondary);
        border: 1px solid rgba(var(--bs-primary-rgb), 0.3);
    }
}

.dz-tabs .nav-tabs {
    border: 0;
    border-bottom: 1px solid #D7D7D7;
}

.dz-tabs .nav-tabs .nav-link {
    width: 100%;
    padding: 12px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: var(--bs-secondary);
    box-shadow: unset;
    font-family: var(--font-family-title);
}

.dz-tabs .nav-tabs .nav-link .badge {
    color: var(--bs-heading-color);
    padding: 0 2px;
    border-radius: 20px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    line-height: 25px;
}

.dz-tabs .nav-tabs .nav-link.active {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.dz-tabs .nav-tabs .nav-link.active .badge {
    background: var(--bs-heading-color);
    color: #fff;
}

.dz-tabs .nav-tabs.left {
    justify-content: flex-start;
}

.dz-tabs .nav-tabs.center {
    justify-content: center;
}

.dz-tabs .nav-tabs.right {
    justify-content: flex-end;
}

.dz-tabs .tab-content {
    padding-top: 50px;
}


/* STYLE 1 */

.dz-tabs.style-1 {
    margin-bottom: 40px;
}

.dz-tabs.style-1 .nav-tabs {
    border: none;
    display: flex;
    gap: 20px;
    margin-right: -20px;
}

.dz-tabs.style-1 .nav-tabs .nav-link {
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    cursor: pointer;
    padding: 15px 30px;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    background: transparent;
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    font-family: var(--font-family-title);
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.dz-tabs.style-1 .nav-tabs .nav-link:hover,
.dz-tabs.style-1 .nav-tabs .nav-link:active,
.dz-tabs.style-1 .nav-tabs .nav-link:focus,
.dz-tabs.style-1 .nav-tabs .nav-link.active {
    border-color: var(--bs-primary);
}

.dz-tabs.style-1 .nav-tabs .nav-link i,
.dz-tabs.style-1 .nav-tabs .nav-link svg {
    font-size: 24px;
    color: var(--bs-secondary);
    margin-right: 10px;
}

.dz-tabs.style-1.tab-space {
    margin-bottom: 75px;
    margin-top: 35px;
}


/* STYLE 2 */

.dz-tabs.style-2 .nav-pills {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.dz-tabs.style-2 .nav-pills .nav-item {
    display: inline-block;
    flex: auto;
}

.dz-tabs.style-2 .nav-pills .nav-item .nav-link {
    background: #fff;
    color: #000;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    transition: .5s;
}

.dz-tabs.style-2 .nav-pills .nav-item .nav-link:hover,
.dz-tabs.style-2 .nav-pills .nav-item .nav-link.active {
    background: #000;
    color: #fff;
}


/* STYLE 3 */

.dz-tabs.style-3 {
    margin-bottom: 40px;
}

.dz-tabs.style-3 .nav-tabs {
    background: #fff;
    padding: 14px 0;
    border-radius: 20px;
    border: 0;
}

.dz-tabs.style-3 .nav-tabs .nav-item {
    margin: 0 !important;
    padding: 0 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.dz-tabs.style-3 .nav-tabs .nav-item:last-child {
    border: 0;
}

.dz-tabs.style-3 .nav-tabs .nav-link {
    background: #fff;
    color: #000;
    display: block;
    font-size: 18px;
    padding: 10px 18px;
    border: 0;
    width: 100%;
    border-radius: 16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.dz-tabs.style-3 .nav-tabs .nav-link img {
    margin-right: 10px;
    width: 40px;
}

.dz-tabs.style-3 .tab-content ul {
    margin: 10px 0;
    margin-bottom: 20px;
}

.dz-tabs.style-3 .tab-content ul li {
    position: relative;
    padding-left: 25px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.clearfix .content-media .dz-media img {
    width: 90%;
    height: 370px;
    border-radius: 20px;
    object-fit: cover;
}

.dz-tabs.style-3 .tab-content ul li::before {
    content: "\f114";
    font-family: "feather-icons";
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    speak: none;
    color: var(--primary-color);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.dz-tabs.style-3 .nav-tabs .nav-link:hover,
.dz-tabs.style-3 .nav-tabs .nav-link.active {
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: #fff !important;

}

.dz-tabs.style-3 .nav-tabs .nav-link:hover img,
.dz-tabs.style-3 .nav-tabs .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(88%) saturate(2%) hue-rotate(147deg) brightness(114%) contrast(100%);
}

/* SERVICES TAB */

.dz-services-tabs .nav {
    border: 0;
}

.dz-services-tabs .nav-link {
    color: #343434;
    border: 0;
    font-size: 20px;
    background: #fff;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
    border-radius: 100px;
    padding: 20px 30px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
}

.dz-services-tabs .nav-link.active {
    background: var(--bs-primary);
    color: #fff;
}

.dz-services-tabs .nav-link.active svg path {
    fill: #fff;
}

.clearfix {
    padding: 60px 0;
}

.clearfix .section-head h2 {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
    color: var(--mate-black);
    margin-bottom: 10px;
    font-size: 32px;
}

.overveiw-service {
    padding: 60px 0;
    position: relative;
    border-top: 1px solid #3333331f
}

.overveiw-service::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primary-color);
    z-index: -1
}

.doctor-image img {
    border-radius: 10px;
    max-width: 100%;
    object-fit: cover
}

.doctor-image.heartdisease img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    display: block
}

.overveiw-section {
    padding: 50px 0;
    background: url(/wp-content/uploads/2025/08/image-bg.webp) 0 0/cover no-repeat
}

.overveiw-section h3,
.overveiw-service h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px
}

.morecontent span,
.overveiw-section .col-md-4,
.services-sec.conditions-sec::after {
    display: none
}

.overveiw-section ul li::before {
    color: #141414;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

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

.edu-content-box ul,
.overveiw-service ul,
.tavi-procedures .content-body ul {
    column-count: 2
}

.overveiw-service ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    position: relative;
    display: block
}

.overveiw-service ul li::before {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.overveiw-service .right-part ul li::before {
    color: #141414
}



.overveiw-service ul li::before {
    content: "\f114";
    font-family: "feather-icons";
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    speak: none;
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}


/* .doctor-salah {

    position: relative;

} */



.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
}

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

.ourProfile,

.videoGallery {

    padding: 50px 0;

    background: #e979be1c;

}



.videoCard {

    background: #fff;

    border: 1px solid #ddd;

    border-radius: 10px;

    padding: 10px
}



.videoCard a.videoThumb {

    display: block;

    position: relative;

    height: 350px;

    overflow: hidden;

    border-radius: 10px;

}



.videoCard a.videoThumb img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.imageGallery .galleryCard:hover .galleryName,

.videoCard:hover a.videoThumb i,

.videoCard:hover a.videoThumb:before {

    transform: scale(1)
}



.videoCard a.videoThumb:before {

    content: "";

    width: 100%;

    height: 100%;

    z-index: 1;

}



.videoCard a.videoThumb i {

    font-size: 30px;

    position: absolute;

    right: 0;

    left: 0;

    top: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    z-index: 9;

    width: 50px;

    height: 50px;

    border-radius: 100px;

    border: 2px solid #fff;

    margin: auto;

    transform: scale(0);

    transition: .5s
}



.videoCard h5 {

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 15px
}



.videoCard p {

    font-size: 14px;

    line-height: 1.8;

    font-weight: 600;

    color: #415674;

    margin-bottom: 0
}

/* start Feedback section  */

.testimonials {
    padding: 70px 0;
    background-image: url(http://localhost/DrRenuJain/wp-content/uploads/2026/03/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 {
    width: 90px;
    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 a {
    color: var(--primary-color);
}

.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;
}

:root {
    --primary-purple: #c85a9d;
    /* Pink highlight color */
    --dark-text: #1a1a1a;
    --border-radius-lg: 30px;
    --input-padding: 15px 20px;
}

/* Appointment Card (Main Container) */
.appointment-section {
    padding: 60px 0;
    background: url(https://drrenujain.com/wp-content/uploads/2026/03/section-bg-imgae.png);
}

/* Background section color */



/* Form Content Typography */
.form-title {
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--dark-text);
    margin-bottom: 12px;
}

.form-title .highlight {
    color: #e85a9c;
    /* Pink color from "today!" */
}

.form-subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #777;
}

/* Form Inputs and Select Styling */
.form-control,
.form-select {
    padding: var(--input-padding);
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    background-color: #fcfcfd;
    font-size: 14px;
    color: #333;
    box-shadow: none;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus,
.form-select:focus {
    border-color: #c85a9d;
    box-shadow: 0 0 10px rgba(200, 90, 157, 0.1);
    background-color: #ffffff;
}

/* Submit Button Styling */
.btn-submit {
    background-color: #e85a9c;
    /* Pink button color */
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background-color: #d14984;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Icon in button */
.btn-submit i {
    font-size: 1.2rem;
}

/* Right Side Image Styling */
.image-wrapper {
    position: relative;
}

/* Round Background Circle (Overlap) */


.image-content {
    position: relative;
    aspect-ratio: 1/1;
    /* Makes it a square */
    border-radius: 20px;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

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

/* Dark Overlay for Timing */
.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(0deg, rgb(78 104 177 / 84%) 0%, rgb(78 104 177 / 68%) 60%, rgba(0, 0, 0, 0) 100%);
}

.time-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 28px;
}

.time-text p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

/* Mobile Responsive Fixes */
@media (max-width: 991px) {
    .form-title {
        font-size: 2rem;
    }

    .image-content {
        border-radius: 15px;
    }

    .time-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}


.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;

}



.blog-section .blog-content {

    padding: 10px 20px;

}



.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%, #d2e5ff 144.76%);
}

:root {
    --footer-bg: #222661;
    /* Exact Dark Blue */
    --accent-pink: #f87da1;
    /* Exact Pink Color */
    --text-light: #ffffff;
}

.main-footer {
    background-color: var(--primary-color);
    border-radius: 40px;
    /* Big rounded corners as seen in image */
    padding: 60px 0 20px 0;
    color: var(--text-light);
    margin: 20px;
    /* Optional: adjust as per your layout */
}

.border-bottom-custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* CTA Styling */
.cta-title {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 10px;
}

.cta-text {
    font-size: 16px;
}

/* Rotating Badge (Book a Consultation) */
.rotating-badge {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: var(--accent-pink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-text-img {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateBadge 10s linear infinite;
    padding: 5px;
}

.arrow-icon {
    font-size: 35px;
    color: white;
    transform: rotate(45deg);
}

@keyframes rotateBadge {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Column Styling */
.footer-heading {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.brand-desc {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 250px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.footer-links a:hover {
    opacity: 1;
    padding-left: 5px;
    color: var(--accent-pink);
}

/* Newsletter Box */
.newsletter-box {
    display: flex;
    background: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-box input {
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: white;
    width: 100%;
    outline: none;
}

.newsletter-box button {
    background-color: var(--accent-pink);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

/* Social Icons */
.social-icons a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: white;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: var(--accent-pink);
    border-color: var(--accent-pink);
}

.footer-bottom-links {
    font-size: 13px;
    opacity: 0.7;
    margin-top: 20px;
}

.footer-bottom-links a {
    color: white;
    text-decoration: none;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .cta-title {
        font-size: 1.8rem;
    }

    .main-footer {
        border-radius: 20px;
        margin: 10px;
        padding: 40px 15px;
    }
}

.footer-logo img {
    width: 200px;
    border-radius: 10px;
}

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

.section-title {
    font-size: 36px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

/* 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;
}

/* Tablet/Mobile logic */
@media (max-width: 991px) {
    .col-lg-6:first-child .accordion-item:last-child {
        border-bottom: 1px solid #eee !important;
    }
}

.stats-section {
    position: relative;
    background-color: #c441780d;
    /* Is color ko image se pick kiya hai, ye deep aur proper peach hai */

    overflow: hidden;
}

.stats-section .stat-item {
    justify-content: center;
    text-align: center;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

/* Heading Styling */
.stats-title {
    font-weight: 800;
    font-size: 42px;
    color: #333333;
    line-height: 1.1;
}

.stats-title .highlight {
    color: var(--primary-color);
    /* Custom Orange from Image */
}

.stats-subtitle {
    font-size: 15px;
    color: #666666;
    max-width: 650px;
    margin: 0 auto;
}

/* Counter Item Styling (Icons & Text) */
.stat-item i {
    font-size: 38px;
    color: var(--primary-color);
    /* Custom Orange Icon */
    margin-bottom: 12px;
    display: inline-block;
}

.counter-num {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    /* Dark Grey Number */
    margin-bottom: 2px;
}

.counter-text {
    font-size: 14px;
    color: #888888;
    /* Grey Text */
    font-weight: 500;
}

/* Tablet/Mobile Responsive */
@media (max-width: 768px) {
    .stats-title {
        font-size: 28px;
    }

    .slant-shape {
        height: 300px;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    }

    .counter-num {
        font-size: 24px;
    }

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

.page-template-about-us .about-sec {
    background-color: #c4419726;
}

.page-template-about-us .center-info {
    padding-bottom: 60px;
}

.about-us-banner .banner-area-inner,
.banner-treatment,
.contact-action {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.about-us-banner .content-box h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 24px;
}

.about-us-banner .banner-area-inner {
    padding-top: 20px;
    background: #c441781f;
}

.about-us-banner .content-box h6 {
    color: var(--secoundary-color);
    font-weight: 600
}

.about-us-banner .content-box h1 {
    color: var(--secoundary-color);
    margin-bottom: 8px;
    font-size: 22px
}

.about-us-banner .content-box h4 {
    color: #000;
    display: inline-block
}

.about-us-banner .stauts-items .items {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    height: 100%
}

.about-us-banner .stauts-items .items p {
    font-size: 22px;
    color: #27374e;
    font-weight: 700;
    line-height: 1.5;
    margin: 0
}

.about-us-banner .stauts-items .items span.text-ab {
    margin: 0;
    font-size: 12px;
    color: #27374e;
    font-weight: 600;
    line-height: 1.5;
    display: block
}

.about-us-banner .doctor-image img {
    width: 100%;
    max-width: 400px;
    height: 450px;
    margin: auto;
    object-fit: cover;
    object-position: top
}

.about-us-banner .doctor-image .doctor-name {
    position: absolute;
    box-shadow: 0 5.29px 21.93px 0 rgba(0, 0, 0, .1);
    border: .76px solid #ddd;
    background: #fff;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    border-radius: 10px;
    padding: 15px
}

.about-us-banner .banner-area-inner .doctor-name h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #2d2c54
}

.about-us-banner .banner-area-inner .doctor-name p {
    color: #27374e;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0
}

.about-us-banner .banner-area-inner .banner-btn a:last-child {
    background-color: #fff;
    border: 1px solid var(--secoundary-color);
    color: var(--heading-1)
}

.about-clinic .about-clinic-inner .about-clinic-image .items,
.about-us-banner .doctor-image {
    text-align: center;
    position: relative;
}

/* Section Styling */
.expert-info-section {
    background: #4e68b114;
    font-family: 'Poppins', sans-serif;
}

.expert-info-section .tab-pane h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

/* Tabs Container */
.tab-wrapper {
    border-bottom: 2px solid #e0e0e0;
    /* Custom Light Grey Border */
}

.nav-tabs {
    border: none;
}

/* Single Tab Styling */
.nav-tabs .nav-link {
    border: none !important;
    background: transparent !important;
    color: #2a2a2a !important;
    /* Custom Dark Color */
    font-weight: 600;
    font-size: 16px;
    padding: 20px 10px;
    border-radius: 0;
    transition: 0.3s;
}

/* Active Tab Bottom Line */
.nav-tabs .nav-link.active {
    border-bottom: 3px solid #2a2a2a !important;
    /* Custom Active Color */
    color: #2a2a2a !important;
}

/* List Item Styling */
.expert-info-section .tab-content ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: disc;
    margin-left: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #444444;
    /* Custom Text Color */
}

/* Arrow Icon Color */
.info-item i {
    font-size: 20px;
    color: #2a2a2a;
    /* Custom Arrow Color */
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px 5px;
    }

    .info-item {
        font-size: 14px;
    }
}

/* .............................about us.......................... */
.banner-section {
    width: 100%;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding: 80px 0 60px;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.banner-section .default-btn {
    background-color: var(--primary-color);
    ;
}

.banner-section .banner-content {
    text-align: center;
}

.banner-section .banner-content h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: var(--primary-color);
}

.banner-section .banner-content h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: var(--dark-text);
    /* margin-bottom: 10px; */
}

.banner-section .banner-content p {
    font-weight: 400;
    color: #5E6271;
}

.content-grid {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 60px 0;
}

.about-section .content-body h3 {

    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 32px !important;
    color: #F54991 !important;
    font-family: 'Kaushan Script', cursive;
    position: relative;
}

.content-grid .content-body h6,
.content-grid .content-body h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #F54991;
    position: relative;
}

strong {
    font-weight: 700;
}

.content-grid .content-body h6::before {
    content: " ";
    background: url(../images/title-img.svg);
    position: absolute;
    left: -40px;
    width: 50px;
    height: 50px;
    top: -10px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-grid .content-body h2,
.content-grid .content-body h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #2C3145;
    margin-bottom: 15px;
}

.content-grid .content-body h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #2C3145;
    margin-bottom: 15px;
}



.content-grid .content-body .expert-item {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;

}

.content-grid .content-body .expert-item li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    width: 30%;
    flex-grow: 1;
}

.content-grid .content-body .expert-item li .icon {
    width: 48px;
    height: 48px;
}

.content-grid .content-body .expert-item li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.content-grid .content-body .expert-item li .item-content {
    width: calc(100% - 48px);
}

.content-grid .content-body .expert-item li .item-content h4,
.content-grid .content-body .expert-item li .item-content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #2C3145;
    margin-bottom: 0;
}

.content-grid .content-body .expert-item li .item-content p {
    color: #5E6271;
    margin: 0;
    line-height: 24px;
}

.content-grid .content-body h5 {
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.content-grid .content-body .list {
    column-count: 2;
    padding: 15px 0;
}

.content-grid .content-body .list li {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    display: block;
}

.content-grid .content-body .list li::before {
    content: "\ea68";
    font-family: remixicon !important;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 3px;
    color: #F54991;
    font-size: 18px;
    line-height: 1;
}

.content-grid .content-body .btn-page {
    border-radius: 100px;
}

.grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.condition-grid .grid-list {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #F1F1F1;
    border-radius: 5px;
    padding: 8px 15px;
    gap: 10px;
    overflow-x: auto;
    margin-bottom: 15px;
    width: 70%;

}

.condition-grid .grid-list .item-condition {
    box-shadow: 0px 8px 24px 0px #959DA533;
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.condition-grid .condition-content:first-child {
    padding-top: 0;
}

.condition-content {
    padding-top: 50px;
}

.condition-content h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: var(--primary-color);
    position: relative;
}

.condition-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #2C3145;
    margin-bottom: 15px;
}

.condition-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.condition-content ul {
    /* column-count: 2; */
    padding: 15px 0;
}

.condition-content ul li {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    display: block;
    line-height: 30px;
}

.condition-content ul li::before {
    content: "\ebe6";
    /* Unicode for 'bx-check-circle' */
    font-family: 'boxicons' !important;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1.8;
}

.card-ourdoctor {
    background-color: var(--primary-color);
    border-radius: 20px;
    margin-top: -30px;
    position: sticky;
    top: 25%;
    max-width: 320px;
    margin-left: auto;
}

.card-ourdoctor h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}

.card-ourdoctor p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.card-ourdoctor .content {
    padding: 15px 15px;
}

.card-ourdoctor .experience-box {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: max-content;
    height: max-content;
}

.card-ourdoctor .experience-box span {
    font-weight: 700;
    color: #5E6271;
    font-size: 16px;
    line-height: 26px;
}

.card-ourdoctor .experience-box span:first-child {
    font-size: 22px;
    line-height: 36px;
}

.card-ourdoctor .experience-box span i {
    vertical-align: bottom;
    font-weight: 500;
    margin-right: 10px;
}

.card-ourdoctor .ourdoctor-content {
    width: 100%;
    position: relative;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.card-ourdoctor .ourdoctor-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.card-ourdoctor .owl-theme .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: 0;
}

.ourdoctor-content .experience-box img {
    width: 34px;
    height: 40px;
    object-fit: contain !important;
}

/* extraordinary service */
.extraordinary-section {
    padding: 50px 0;
    position: relative;
}

.extraordinary-section .container-fluid {
    padding: 0px !important;
}

.extraordinary-section .entraordinary-outer {
    background: #c4417821 !important;
    width: 100%;
    height: auto;
    padding: 60px 20px 40px 20px;
    background-position: left center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    border-radius: 20pxx;
}

.extraordinary-section .inner-content h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--primary-color);
}

.extraordinary-section .inner-content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
    color: #2C3145;
}

.extraordinary-section .inner-content p {
    margin-top: 5px;
}

.extraordinary-section .inner-content .list-item {
    margin-top: 20px;
}

.extraordinary-section .inner-content .list-item {
    padding: 0 !important;
    position: relative;
    margin-bottom: 12px;
    row-gap: 20px;
}

.extraordinary-section .inner-content .list-item .card-icon {
    position: relative;
    margin-bottom: 16px;
    background-color: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 15px;

}

.extraordinary-section .inner-content .list-item .icon {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    padding: 12px;
}

.extraordinary-section .inner-content .list-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.extraordinary-section .inner-content .list-item .item-content {
    padding-left: 70px;
}

.extraordinary-section .inner-content .list-item .item-content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #333;
}

.extraordinary-section .inner-content .list-item.item-content p {
    margin: 0;
}

.treatment-banner span {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: var(--primary-color);
}

.treatment-banner .background {
    padding: 60px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

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

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

.treatment-banner .banner-stats .stats img {
    width: 50px;
    height: 50px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);
}

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

.fertility-sec {
    padding: 80px 0;
}

.fertility-sec .image-box {
    width: 95%;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
}

.fertility-sec .image-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

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

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.page-template-Treatments .banner-appointment {
    position: static;
}



.ivf-process {

    padding: 60px 0;

    background-color: #F9F9F9;

    ;

}



.ivf-process .list {

    background-color: #F1F1F1;

    padding: 8px;

    border-radius: 50px;

    align-items: center;

    margin-top: 15px;

}



.ivf-process .image.position-sticky {

    top: 150px;

}



.ivf-process .image {

    position: relative;

}



.ivf-process .image img {

    width: 90%;

    border-radius: 10px;

}





.ivf-process .list .icon {

    border-radius: 100%;

    height: 60px;

    width: 60px;

    align-items: center;

    justify-content: center;

    display: flex;

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

}



.ivf-process .list .icon img {

    width: 35px;

    height: 35px;

    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(646%) hue-rotate(158deg) brightness(118%) contrast(100%);

}



.ivf-process .list h5 {

    width: 30%;

    color: var(--secoundary-color);

    font-weight: 600;

    font-size: 18px;

    margin-left: 20px;

    margin-bottom: 0;

}



.ivf-process .list p {

    font-size: 14px;

    width: 60%;

    margin: auto;

    line-height: 1.7;

}

.why-ivf .card {

    height: 220px;

    padding: 20px;

    margin: 10px;

    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);

    border: 0;

}



.why-ivf .card h6 {

    font-weight: 700;

    margin-top: 10px;

}





.why-ivf .card img {

    width: 50px;

    height: 50px;

}

.ivf-process .image {

    position: relative;

}



.ivf-process .image img {

    width: 90%;

    border-radius: 10px;

}


.ivf-process .list .icon {

    border-radius: 100%;

    height: 60px;

    width: 60px;

    align-items: center;

    justify-content: center;

    display: flex;

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

}



.ivf-process .list .icon img {

    width: 35px;

    height: 35px;

    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(646%) hue-rotate(158deg) brightness(118%) contrast(100%);

}



.ivf-process .list h5 {

    width: 30%;

    color: var(--mate-black);

    font-weight: 600;

    font-size: 18px;

    margin-left: 20px;

    margin-bottom: 0;

}



.ivf-process .list p {

    font-size: 14px;

    width: 60%;

    margin: auto;

    line-height: 1.7;

}



.ivf-cost ul li {

    font-size: 14px;

    font-weight: 500;

    position: relative;

    padding-left: 25px;

    margin-bottom: 5px;

    display: block;

    line-height: 32px;

    color: #111111;

}

.why-ivf {
    padding: 60px 0;
}

.ivf-cost ul li::before {

    background-image: url(https://drrenujain.com/wp-content/uploads/2026/03/xmjl2ool71pmb9tww9h.svg);

    content: '';

    position: absolute;

    top: 8px;

    left: 0;

    width: 18px;

    height: 18px;

    background-size: cover;

    background-position: center;

    opacity: 1;

}

.ivf-cost.ivf-process .image {
    width: 100%;
    height: 400px;

}

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

.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 0.4s ease;

    display: block;

    margin-bottom: 10px;

}



.content-section .tab-nav .tab-link:hover,

.content-section .tab-nav .tab-link.active {

    background: var(--primary-color);

    border-color: var(--primary-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: #333;
    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: 10px 0;

    column-count: 1;

}



.content-section .rightside-content .tab-content ul li {

    font-size: 14px;

    font-weight: 500;

    position: relative;

    padding-left: 30px;

    margin-bottom: 5px;

    display: block;

    line-height: 32px;

    color: #000;

}



.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(https://drrenujain.com/wp-content/uploads/2026/03/xmjl2ool71pmb9tww9h.svg);

    content: '';

    position: absolute;

    top: 8px;

    left: 0;

    width: 18px;

    height: 18px;

    background-size: cover;

    background-position: center;

    opacity: 1;

}



.content-section .rightside-content p,

.content-section .rightside-content p span {

    margin-bottom: 6px;

}

.Faqs-banner .background {
    background-image: url(https://drrenujain.com/wp-content/uploads/2026/04/contact-us-img.png);
    padding: 80px 0 80px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.Faqs-banner h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: var(--dark-text);
    /* margin-bottom: 10px; */
}

.faq {
    padding: 70px 0;
}

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

.accordion-header button:hover {
    color: var(--primary-color) !important;
}

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

.accordion-item .accordion-body {
    background-color: var(--primary-purple);
    padding: 10px;
    border-radius: 10px;
}
.accordion-item .accordion-body p
{
    color: #fff;
}
.faq .accordion-body ul li b {
    font-weight: 600;
}

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

.faq .accordion-flush .accordion-item {
    border-bottom: 1px solid #00000034 !important;
}

.faq .accordion {
    margin-bottom: 150px;
}

.faq .section-heading h2 {
    /* background-color: var(--bluedark); */
    /* padding: 10px; */
    display: inline-block;
    color: var(--font-color-3);
}

.faq-sec .tebs-outer-box .nav-tabs li {
    width: 15%;
    border-radius: 10px;
}

.faq-sec .tebs-outer-box .nav-tabs {
    border-bottom: 0;
}

.faq-sec .tebs-outer-box .nav-tabs li a {
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.faq-sec .tebs-outer-box .nav-tabs li a img {
    width: 50px;
}

.contact-banner .background {
    background-image: url(https://drrenujain.com/wp-content/uploads/2026/04/contact-us-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}

.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 {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    color: #30303c;
    margin-bottom: 15px;
}

.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;
    line-height: 30px;
    margin-bottom: 10px;
    color: #464646;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;


}

strong,
b {
    font-weight: 700;
}

.blog-single-post .text ul li:before {
    filter: brightness(0) saturate(100%) invert(11%) sepia(97%) saturate(1606%) hue-rotate(310deg) brightness(95%) contrast(97%);
    background-image: url(http://www.drsuneetkaur.com/wp-content/uploads/2025/09/arrow-right-circle-1-1.webp);
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.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: 14px;
    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
}

.blog-single-post b,
.blog-single-post strong {
    font-weight: 700;
}

.blog-single-post p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #464646;
    margin-bottom: 20px;
}

.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: #081839;
    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: #081839;
    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 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(--secoundary-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
}


body.home a[href*="s-sols.com/products/wordpress/accelerator"] {
    display: none !important;
}

.blog-details {

    padding: 80px 0 60px
}

.OurVideo-section {
    padding: 60px 0;
}

.OurVideo-section .nav-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

/* Style nav tabs */
.OurVideo-section .nav-tabs .nav-link {
    background: #f0f0f0;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    margin: 0 10px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.OurVideo-section .nav-tabs .nav-link:hover {
    background-color: #d0ebff;
    color: #0056b3;
}

.OurVideo-section .nav-tabs .nav-link.active {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.OurVideo-section .nav.nav-tabs {
    justify-content: center;
}

/* Style video thumbnail button */
.OurVideo-section .watch-video-btn a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}

.OurVideo-section .watch-video-btn i {
    font-size: 20px;
}

.OurVideo-section .nav.nav-tabs {
    border: 0;
}

.OurVideo-section {
    padding-bottom: 40px;
}

.OurVideo-section .video-thumb {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 10px;
    position: relative;
}

.OurVideo-section .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    background: #f0f0f0;
}

.OurVideo-section .watch-video-btn {
    width: 100%;
}

.OurVideo-section .watch-video-btn a {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    width: fit-content;
    padding: 6px 20px 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--matte-black);
}

.OurVideo-section .watch-video-btn a .bx-play {
    background: #f63c25;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.OurVideo-section .default-btn {
    width: max-content;
    border-radius: 100px;
    margin: auto;
}

/* Header Section */
.contact-header {
    text-align: center;
    padding: 60px 0 40px;
}

.contact-header h1 {
    font-weight: 700;
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.contact-header p {
    color: #666;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Cards Styling */
.contact-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    height: 100%;
    border: 1px solid #f0f0f0;
}

/* Left Side Info */
.info-title,
.form-title {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.4rem;
    color: #222;
}

.info-item {
    display: flex;
    margin-bottom: 22px;
    align-items: flex-start;
}

.info-icon {
    width: 42px;
    height: 42px;
    background-color: #eaf6ff;
    /* Custom Peach Light */
    color: #e46a25;
    /* Custom Theme Orange */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
    font-size: 1.3rem;
    /* Boxicons size */
}

.info-text h6 {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 1rem;
    color: #333;
}

.info-text p {
    margin: 0;
    color: #555;
    font-size: 0.92rem;
    line-height: 1.5;
}

/* Form Styling */
.form-label {
    font-weight: 600;
    font-size: 0.88rem;
    margin-bottom: 8px;
    color: #333;
}

.form-control {
    border: 1px solid #dee2e6;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #555;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
    background-color: #fff;
}

.btn-send {
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    padding: 13px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background-color: var(--primary-color);
    transform: translateY(-1px);
    color: #fff;
}

/* Social Icons */
.follow-us-text {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #444;
}

.social-icon-box {
    width: 34px;
    height: 34px;
    background: var(--secoundary-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: var(--secoundary-color);
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.2s;
}

.social-icon-box i {
    color: #fff;
}

.social-icon-box:hover {
    background: #e46a25;
    color: #fff;
}

/* Responsive Tweak */
@media (max-width: 768px) {
    .contact-card {
        padding: 25px;
    }

    .contact-header h1 {
        font-size: 1.8rem;
    }
}

.location-section {
    padding: 80px 0;
}

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

.location-header h2 {
    font-weight: 700;
    color: #334155;
    /* Dark Slate Gray */
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.location-header p {
    color: #64748b;
    /* Muted Blue Gray */
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.05rem;
}

/* Map Container */
.map-container {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    line-height: 0;
    /* Removes extra space below iframe */
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
    filter: grayscale(10%) contrast(1.1);
    /* Subtle effect for a clean look */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .location-section {
        padding: 50px 0;
    }

    .location-header h2 {
        font-size: 1.8rem;
    }

    .map-container iframe {
        height: 350px;
    }
}

.appoitment-modal {

    position: relative;

    & .modal {
        backdrop-filter: blur(3px);
        background: rgb(0 0 0 / 50%);
        z-index: 11111111111;
    }

    & .modal-body {

        padding: 0;

    }

    & .modal-content {

        border: none;

    }

    & .appointment-img {

        position: relative;

    }

    & .appointment-img img {

        width: 100%;

        object-fit: cover;

        border-radius: 6px 0 0 0;

    }

    & .appointment-img h3 {

        position: absolute;

        left: 20px;

        top: 18px;

        font-size: 40px;

        vertical-align: middle;

        margin: auto;

        display: inline-block;

    }



    & .btn {



        position: absolute;

        right: 30px;

        top: 0;

        padding: 10px;

        border-radius: 50%;

        box-shadow: none;

        & i {

            font-size: 20px;

            background: #fff;

            border-radius: 50%;

            position: absolute;

            height: 30px;

            width: 30px;

            vertical-align: middle;

            z-index: 1;

            display: flex;

            align-items: center;

            justify-content: center;

            box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.1);

        }

        &:focus {

            border: none;

        }





    }

    & .contact-form .col-6 {

        width: 100%;

    }



    & .call-btn {

        display: none;

    }



    & .confirm-btn {

        width: 100%;

    }

    & .wpcf7 form .wpcf7-response-output {

        padding: 0;

        margin: 10px 0 0 0;

        border: none;

    }

    & .get-in-touch.getintouch-wt {

        padding: 0;
        background: transparent;

    }

    & .get-in-touch.getintouch-wt .infoDetails {

        flex-wrap: wrap;



    }

    & .get-in-touch ul li {

        display: flex;

        justify-content: center;

        border: none;

        flex-direction: column;

        justify-content: center;

        text-align: center;

        padding: 20px;

        width: auto;

        gap: 10px;

    }

    & .contact-form-box {

        padding: 18px;

    }



}

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

.about-grid .grid-image {
    position: sticky;
    top: 70px;
}

.main-header .d-flex.my-2.justify-content-end a:hover {
    color: #fff;
}

.treatment-banner .section-heading h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 6px 0;

}

.appointment-section textarea.form-control {
    height: 150px;
}

.appointment-section .form-title {
    margin-bottom: 20px;
}

.hospital-hero-section {
    background: linear-gradient(to right, #e3f2fd 50%, #ffffff 50%);
    overflow: hidden;
    padding-top: 50px;
    position: relative;
}

.hospital-hero-section .content-area {
    padding-bottom: 50px;
}

.hospital-hero-section .hospital-name {
    color: #4a6fa5;
    font-size: 18px;
    margin-bottom: 5px;
}

.hospital-hero-section .hospital-tag {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: var(--primary-color);
}

.hospital-hero-section .main-heading {
    color: #2c3e50;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.hospital-hero-section .sub-heading {
    color: #444;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.hospital-hero-section .description {
    color: #666;
    max-width: 600px;
    margin-bottom: 15px;
}


/* Services Grid Styles */
.hospital-hero-section .services-grid {
    margin-bottom: 30px;
}

.hospital-hero-section .service-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 5px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.hospital-hero-section .service-box i {
    font-size: 28px;
    color: #0b5ed7;
    margin-bottom: 10px;
}

.hospital-hero-section .service-box p {
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    color: #333;
    line-height: 1.2;
}

/* Rating Styles */
.hospital-hero-section .rating-box {
    font-size: 15px;
    color: #0d47a1;
    font-weight: 600;
}

.hospital-hero-section .stars {
    color: #ff9800;
    margin: 0 10px;
}

.hospital-hero-section .rating-text {
    color: #4a6fa5;
    font-weight: 500;
}

/* Image styling */
.hospital-hero-section .building-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hospital-hero-section .stat-box h3 {
    font-weight: 700;
    color: var(--secoundary-color);
}

/* Parent Class: Doorbeen Surgery Centre */
.doorbeen-surgery-section {
    padding: 70px 0;
    padding-top: 20px;
    background-color: #ffffff;
}

.doorbeen-surgery-section .sub-title {
    color: var(--primary-color);
    /* Branding Purple */
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
}

.doorbeen-surgery-section .main-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.doorbeen-surgery-section .desc-text {
    color: #555;
    margin-bottom: 15px;
}

/* Stats Mini Row */
.doorbeen-surgery-section .stats-row {
    font-size: 13px;
    color: #666;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.doorbeen-surgery-section .stats-row strong {
    color: #0d6efd;
    display: block;
    font-size: 18px;
}

/* Button Styling */
.doorbeen-surgery-section .btn-about {
    display: inline-block;
    background-color: #1a065e;
    color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.doorbeen-surgery-section .btn-about:hover {
    background-color: #8e24aa;
    transform: translateY(-2px);
}

/* Right Feature Card */
.doorbeen-surgery-section .feature-card {
    background-color: #eeeeee;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.doorbeen-surgery-section .box-heading {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}

.doorbeen-surgery-section .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.doorbeen-surgery-section .feature-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* Arrow Icon via Before Pseudo-element */
.doorbeen-surgery-section .feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url('https://drrenujain.com/wp-content/uploads/2026/04/svgviewer-output-7.svg');
    background-size: contain;
    background-repeat: no-repeat;
}


.doorbeen-surgery-section .feature-list li strong {
    color: #212529;
}

/* Parent Class */
.Sharp-Hands {
    padding: 60px 0;
    background-color: #fff7ff;
    overflow: hidden;
}

/* 5 COLUMN GRID LOGIC - Tight Space */
@media (min-width: 992px) {

    /* Custom 20% width */
    .Sharp-Hands .col-lg-2-4 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        /* Default padding ko thoda kam karne ke liye (Optional) */
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    /* Reset all margins */
    .Sharp-Hands .staggered-grid div[class*="col-"] {
        margin-top: 0 !important;
    }

    /* Zig-Zag Gap ko kam kiya (70px se 40px) */
    .Sharp-Hands .staggered-grid div[class*="col-"]:nth-child(5n+2),
    .Sharp-Hands .staggered-grid div[class*="col-"]:nth-child(5n+4) {
        margin-top: 45px !important;
        /* Isse upar-niche wala gap kam ho jayega */
    }

    /* Second row ki spacing kam ki */
    .Sharp-Hands .staggered-grid {
        margin-top: 15px;
    }
}

/* Card Styling */
.Sharp-Hands .treatment-card {
    position: relative;
    border-radius: 15px;
    /* Corners thode kam round kiye */
    overflow: hidden;
    height: 300px;
    /* Height thodi kam ki for tighter look */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    background: #fff;
}

.Sharp-Hands .sub-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
}

.Sharp-Hands .section-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.Sharp-Hands .section-desc {
    max-width: 90%;
    color: #555;
}

.Sharp-Hands .treatment-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Sharp-Hands .treatment-card:hover {
    transform: translateY(-5px);
}

/* Text Overlay Padding kam ki */
.Sharp-Hands .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 15px 8px;
}

.Sharp-Hands .card-overlay span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

/* Mobile Fixes (Tight gap) */
@media (max-width: 991px) {
    .Sharp-Hands .treatment-card {
        height: 220px;
        margin-bottom: 10px;
    }

    .Sharp-Hands .staggered-grid div[class*="col-"]:nth-child(even) {
        margin-top: 15px !important;
    }
}

/* Parent Class */
.Sharp-Hands-Doorbeen {
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

/* Reddish/Maroon Background Box */
.Sharp-Hands-Doorbeen .main-wrapper {
    background-color: var(--secoundary-color);
    /* Screenshot wala exact color */
    padding: 40px;
    border-radius: 10px;
}

/* Image Styling */
.Sharp-Hands-Doorbeen .image-container img {
    width: 100%;
    max-width: 380px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    height: 440px;
    object-fit: cover;
}

/* Content Styling */
.Sharp-Hands-Doorbeen .content-box {
    padding-left: 20px;
    color: #ffffff;
}

.Sharp-Hands-Doorbeen .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

/* List Styling with Arrow Icon */
.Sharp-Hands-Doorbeen .feature-list {
    list-style: none;
    padding: 0;
}

.Sharp-Hands-Doorbeen .feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.Sharp-Hands-Doorbeen p {
    color: #fff;
    margin-bottom: 10px;
}

/* Arrow Icon via Before */
.Sharp-Hands-Doorbeen .feature-list li::before {
    content: '➔';
    /* Screenshot wala arrow */
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 16px;
}

/* Call Now Button */
.Sharp-Hands-Doorbeen .btn-call {
    display: inline-block;
    background-color: var(--primary-color);
    /* Yellowish color from SS */
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
}

.Sharp-Hands-Doorbeen .btn-call:hover {
    background-color: #ffffff;
    color: #000000;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .Sharp-Hands-Doorbeen .main-wrapper {
        padding: 20px;
    }

    .Sharp-Hands-Doorbeen .image-container {
        margin-bottom: 30px;
    }

    .Sharp-Hands-Doorbeen .title {
        font-size: 22px;
        text-align: center;
    }

    .Sharp-Hands-Doorbeen .content-box {
        padding-left: 0;
    }
}

/* Parent Class */
.Sharp-Hands-Doorbeen {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

/* 1. Left Stats Column */
.Sharp-Hands-Doorbeen .stats-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Sharp-Hands-Doorbeen .stat-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: 0.3s;
}

.Sharp-Hands-Doorbeen .stat-card .icon {
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e24aa;
    font-size: 20px;
}

.Sharp-Hands-Doorbeen .stat-card .icon img {
    width: 70%;
}

.Sharp-Hands-Doorbeen .stat-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.Sharp-Hands-Doorbeen .stat-card p {
    font-size: 11px;
    margin: 0;
    color: #666;
    font-weight: 500;
}

/* 2. Middle Image Slider Style */
.Sharp-Hands-Doorbeen .image-slider-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.Sharp-Hands-Doorbeen .main-img {
    width: 100%;
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
}

.Sharp-Hands-Doorbeen .slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.Sharp-Hands-Doorbeen .slider-dots span {
    width: 25px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.Sharp-Hands-Doorbeen .slider-dots span.active {
    background: #000;
}

/* 3. Right Content Column */
.Sharp-Hands-Doorbeen .about-tag {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.Sharp-Hands-Doorbeen .section-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 7px;
}

.Sharp-Hands-Doorbeen .description p {
    color: #555;
    margin-bottom: 15px;
}

.Sharp-Hands-Doorbeen .description strong {
    color: #333;
    font-weight: 700;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .Sharp-Hands-Doorbeen .stats-wrapper {
        flex-direction: row;
        justify-content: center;
    }

    .Sharp-Hands-Doorbeen .stat-card {
        flex: 1;
    }

    .Sharp-Hands-Doorbeen .section-title {
        font-size: 26px;
        text-align: center;
    }

    .Sharp-Hands-Doorbeen .description {
        text-align: center;
    }
}

/* Parent Class */
.Areas {
    font-family: 'Poppins', sans-serif;
    background: #ecf1ff;
}

/* Tab Header Wrapper */
.Areas .tabs-header {
    display: flex;
}

/* Buttons Reset & Custom Style */
.Areas .nav-tabs .nav-link {
    background-color: #f8f9fa !important;
    /* Non-active color */
    color: #444 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px 6px 0 0 !important;
    margin-right: 5px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

/* ACTIVE TAB COLOR FIX */
.Areas .nav-tabs .nav-link.active {
    background-color: var(--secoundary-color) !important;
    /* Screenshot Blue */
    color: #ffffff !important;
    border-color: var(--secoundary-color) !important;
    font-weight: 600;
}

/* Tab Content Box Fix */
.Areas .areas-content-box {
    background: #ffffff;
    border: 1px solid #dee2e6;
    /* Proper Box Border */
    border-radius: 0 8px 8px 8px;
    /* Rounding only on necessary sides */
    padding: 40px;
    min-height: 400px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /* Soft shadow for depth */
}

/* Content Heading */
.Areas .info-title {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

.Areas .areas-content-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

/* Right Hospital Card Styling */
.Areas .areas-hospital-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 440px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.Areas .side-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blue Gradient Overlay */
.Areas .banner-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 25px;
    background: linear-gradient(to top, #3158a3 0%, rgba(49, 88, 163, 0.8) 100%);
    color: #fff;
}

.Areas .banner-info-overlay h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.Areas .banner-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Areas .banner-list li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.Areas .banner-list li::before {
    content: '»';
    position: absolute;
    left: 0;
    font-size: 18px;
    top: -3px;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .Areas .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .Areas .areas-content-box {
        padding: 20px;
    }
}

/* Parent Class */
.Surgery-Services {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

/* Header Styles */
.Surgery-Services .badge-services {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.Surgery-Services .main-heading {
    color: #2c3e50;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.Surgery-Services .sub-text {
    color: #666;
    font-size: 14px;
}

/* STICKY LEFT SIDEBAR LOGIC */
.Surgery-Services .sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    /* Gap from top while scrolling */
}

.Surgery-Services .video-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.Surgery-Services .video-card img {
    height: 100%;
    object-fit: cover;

}

.Surgery-Services .appointment-box p {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin: 15px 0;
}

.Surgery-Services .btn-book {
    display: block;
    background-color: var(--primary-color);
    /* Maroonish color */
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: 0.3s;
}

/* RIGHT CARDS STYLING */
.Surgery-Services .service-item-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border-bottom: 2px solid var(--secoundary-color);
}

.Surgery-Services .service-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.Surgery-Services .service-img {
    flex: 0 0 100px;
    height: 100px;
    margin-right: 20px;
}

.Surgery-Services .service-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.Surgery-Services .service-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.Surgery-Services .service-info p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .Surgery-Services .sticky-sidebar {
        position: static;
        margin-bottom: 40px;
    }
}

/* Parent Class */
.post-gallery {
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-bottom: 100px;
}

/* Blue Header Styling */
.post-gallery .gallery-header-box {
    background-color: var(--secoundary-color);
    /* Deep Blue from image */
    padding: 60px 0 150px 0;
    /* Padding bottom extra for overlap effect */
    color: #fff;
    border-radius: 20px;
    margin: 0 20px;
}

.post-gallery .header-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.post-gallery .header-desc {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.post-gallery .btn-appointment {
    background-color: #fff;
    color: #2c3e75;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}

.post-gallery .btn-appointment:hover {
    background-color: #f1f1f1;
}

/* Slider Wrapper Overlap */
.post-gallery .slider-wrapper {
    margin-top: -100px;
    /* Pulls images up into the blue box */
    position: relative;
    z-index: 10;
}

/* Gallery Card Styling */
.post-gallery .gallery-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    cursor: pointer;
}

.post-gallery .gallery-card:hover {
    transform: translateY(-10px);
}

.post-gallery .gallery-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Owl Dots Styling */
.post-gallery .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d6d6d6;
}

.post-gallery .owl-theme .owl-dots .owl-dot.active span {
    background: #2c3e75;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .post-gallery .gallery-header-box {
        padding: 40px 20px 120px 20px;
        text-align: center;
    }

    .post-gallery .header-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .post-gallery .header-desc {
        margin-bottom: 20px;
    }
}

.page-template-doorbeen-surgery header {
    display: none;
}

.Sharp-Hands-Doorbeen .about-content p {
    margin-bottom: 0;
}

.Areas .areas-content-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}




.Areas .areas-content-box ul {
    margin-top: 10px;
}

.Areas .areas-content-box ul li::before {
    content: '➔';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-size: 16px;
}

/* Parent Class: why-choose-doorbin */
.why-choose-doorbin {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f4f4;
    padding: 80px 0;
}

/* Header Styling */
.why-choose-doorbin .main-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.why-choose-doorbin .main-title span {
    color: #d63384;
    /* Screenshot Pink Color */
}

.why-choose-doorbin .sub-heading {
    color: #212529;
    letter-spacing: 0.5px;
}

.why-choose-doorbin .sub-heading span {
    color: #d63384;
}

/* Feature Box Styling */
.why-choose-doorbin .feature-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    /* Thin light border like SS */
    border-radius: 12px;
    /* Smooth corners */
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    /* Subtle shadow */
    transition: all 0.3s ease;
}

.why-choose-doorbin .feature-box img {
    width: 70px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(99%) saturate(2630%) hue-rotate(309deg) brightness(86%) contrast(94%);

}

.why-choose-doorbin .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.why-choose-doorbin .feature-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.why-choose-doorbin .feature-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .why-choose-doorbin .main-title {
        font-size: 26px;
        text-align: center;
    }

    .why-choose-doorbin .sub-heading {
        font-size: 15px;
        text-align: center;
    }

    .why-choose-doorbin .feature-box {
        padding: 30px 20px;
    }
}

.page-template-doorbeen-surgery .main-header .navbar {
    padding: 4px 0;
}

.page-template-doorbeen-surgery .main-header .navbar-brand {
    padding: 0;
}

.page-template-doorbeen-surgery .main-header .navbar-brand img {
    width: 200px;
    height: 100%;
}

.hospital-hero-section .stat-box {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 20px;
    border-bottom: 4px solid var(--secoundary-color);
}

.mainSwiperSlider .swiper-slide .slider-content>p {
    margin-bottom: 10px;
}

.bottom-link:hover {
    color: #fff;
}