/*=========================================================
    Design Name       : Dr. TaraChand
    Version           : V1.0
    Design Date       : 01/12/2025
    Design UI/UX By   : Rohit Jangid (KadamTech Employer)
    Developed Comapny : Kadamtech Pvt. Ltd.
    Developed Comapny : https://www.kadamtech.com/
============================================================*/

/* 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,600&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: #E91E65;
    --secondary-color: #223645;
    --font-color: #444444;
}

body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-color);
    -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: 8px;
    line-height: 1.5;
    color: var(--font-color);
}

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: 1.8;
    font-size: 16px;
    color: var(--font-color);
}

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: #152A3D;
    text-decoration: none;
}

/* 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-family: inherit;
    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 {
    text-shadow: none;
}

.default-btn {
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    background: var(--primary-color);
    border-bottom: 4px solid var(--secondary-color);
    border-left: 1px solid var(--primary-color) !important;
    border-right: 1px solid var(--primary-color) !important;
    border-top: 1px solid var(--primary-color) !important;
    border-radius: 40px;
    color: #fff;
    text-transform: capitalize;
    align-items: center;
}

.default-btn:hover {
    background-color: transparent;
    color: var(--font-color);
    border-left: 1px solid var(--secondary-color) !important;
    border-right: 1px solid var(--secondary-color) !important;
    border-top: 1px solid var(--secondary-color) !important;
}

.default-btn:hover img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(74%) saturate(8%) hue-rotate(353deg) brightness(97%) contrast(92%);
}

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

.default-btn img {
    width: 20px !important;
    margin-right: 10px;
}

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

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

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

.section-heading span {
    font-weight: 700;
    font-size: 16px;
}

/* End By Default Reset */


/* Start Header */
.main-header {
    z-index: 11;
    position: relative;
}

.main-header .top-navbar {
    padding: 12px 0 40px;
    border-bottom: 1px solid #dbdbdb;
    background-color: var(--secondary-color);
}

.main-header .nav-bar {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}

.main-header .nav-bar .container {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 20%);
    padding: 8px 20px;
}

.main-header .nav-bar .logo img {
    width: 100px;
    margin-top: -50px;
    margin-left: 15px;
}

.main-header .top-navbar .support-intro {
    display: flex;
    justify-content: flex-end;
    column-gap: 50px;
}

.main-header .top-navbar .support-intro li {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.main-header .top-navbar .support-intro li i {
    color: #444;
    font-size: 20px;
}

.main-header .top-navbar .support-intro li .supportBody h5 {
    font-size: 14px;
    color: #4A4B4A;
    line-height: 1.2;
    margin-bottom: 0;
}

.main-header .top-navbar .support-intro li .supportBody h5 a {
    color: #fff;
    display: grid;
    font-weight: 600;
}

.main-header .top-navbar .support-intro li .supportBody h5 a small {
    font-weight: 500;
    font-size: 12px;
    color: #777777;
    line-height: 1.5;
}

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

.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 ul {
    display: -webkit-box;
}

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

.main-header .nav-bar .nav-bar-links .navbar-nav li a {
    color: var(--font-color);
    font-size: 16px;
    font-weight: 500;
    margin: 0 40px 0 0;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.sticky-inner-header .nav-bar-links .navbar-nav li a {
    margin: 0 0 0 30px !important;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li>a:hover {
    color: var(--primary-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 transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* .menu-item-has-children>a::before { content: ""; } */

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

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

.menu-item-has-children>a+.sub-menu .menu-item {
    position: relative;
    display: block;
    z-index: 1;
    margin: 6px 12px;
}

.menu-item-has-children>a+.sub-menu .menu-item a {
    position: relative;
    display: block;
    padding: 10px 15px;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.041vw;
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
    border-radius: 4px;
}

.menu-item-has-children>a+.sub-menu .menu-item a:hover {}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.mobile-header {
    display: none;
}

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

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

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

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

.social-links ul {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: end;
}

.social-links ul li a {
    background: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links ul li a img {
    width: 24px;
}

/* End Header */


/* main banner strat */
.main-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    padding-bottom: 0;
    padding-top: 40px;
}

.main-banner .banner-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}

.main-banner .banner-content h1 {
    font-size: 28px;
    font-weight: 600;
}

.main-banner .banner-content h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.main-banner .cancer-types-icons {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.main-banner .cancer-types-icons img {
    width: 40px;
}

.main-banner .icon-item {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border-bottom: 3px solid;
    box-shadow: 0px 4px 7px 0 rgb(0 0 0 / 22%);
}

.main-banner .icon-item .icon_box {
    margin-bottom: 6px;
}

.main-banner .icon-item span {
    font-weight: 600;
}

.main-banner .doctor-banner-image {
    display: flex;
    justify-content: center;
}

.main-banner .doctor-banner-image img {
    width: 80%;
}

.main-banner .about-btn {
    background-color: transparent;
}

.main-banner .cancer-types-icons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-banner .about-btn {
    border: 2px solid var(--secondary-color) !important;
    color: var(--font-color);
}

.main-banner .about-btn:hover {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color) !important;
    color: #fff;
}

.main-banner .about-btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(7%) hue-rotate(141deg) brightness(103%) contrast(101%);
}

.main-banner .about-btn img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(73%) saturate(316%) hue-rotate(162deg) brightness(99%) contrast(91%);
}

/* main banner end */


/* stats box start */
.stats-box {
    background-color: var(--secondary-color);
    border-radius: 15px;
    padding: 20px 0px 20px 70px;
    margin: auto;
    margin-bottom: 100px;
    box-shadow: 0px 4px 7px 0 rgb(0 0 0 / 22%);
}

.stats-box .icon-content .top-icon img {
    width: 30px;
}

.stats-box .icon-content .top-icon {
    align-items: baseline;
}

.stats-box .icon-content .top-icon h5 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    margin-left: 10px;
}

.stats-box .icon-content h6 {
    color: #fff;
    font-size: 16px;
}

.stats-box .col-lg-3 {
    position: relative;
}

.stats-box .col-lg-3::after {
    content: "";
    background-color: #fff;
    height: 90%;
    width: 1px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 0;
    align-items: center;
    margin: auto;
}

.stats-box .col-lg-3:last-child::after {
    display: none;
}

/* stats box end */


/* treatment section start */
.heading-box {
    margin-bottom: 30px;
}

.heading-box h6.subheading {
    border-radius: 20px;
    background-color: var(--secondary-color);
    width: max-content;
    padding: 6px 20px;
    align-items: center;
    display: flex;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    margin: auto;
    color: #fff;
}

.heading-box h6.subheading i {
    font-size: 10px;
    margin-right: 6px;
}

.heading-box .heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--font-color);
    margin-bottom: 10px;
    line-height: 1.4;
    margin-top: 10px;
}

.main-treatment-sec {
    background-image: url('http://localhost/drtarachand/wp-content/uploads/2025/12/treatment-background.webp');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.heading span {
    color: var(--primary-color);
}

section {
    padding: 60px 0;
}

.treatment-section .treatment-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 15px 30px 15px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid var(--secondary-color);
    text-align: center;
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, .1);
}

.treatment-section .treatment-card:hover {
    color: #fff !important;
    background-color: #e91e63;
    background-image: url('http://localhost/drtarachand/wp-content/uploads/2025/12/card-bg.webp');
    background-position: center;
    background-size: cover;
}

.treatment-section .treatment-card-dark .card-title,
.treatment-section .treatment-card-dark .card-text {
    color: #fff;
}

.treatment-section .treatment-card-dark .card-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
}

.treatment-section .card-icon-wrapper {
    width: 65px;
    height: 65px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.treatment-section .treatment-card:hover .card-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.treatment-section .card-icon-wrapper img {
    width: 40px;
    height: 40px;
}

.treatment-section .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.treatment-section .treatment-card:hover .card-title {
    color: #fff;
}

.treatment-section .card-text {
    font-size: 14px;
    color: #0F192D;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.treatment-section .treatment-card:hover .card-text {
    color: rgba(255, 255, 255, 0.9);
}

.treatment-section .read-more-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 8px 25px;
    border-radius: 20px 20px 0 0;
    text-decoration: none;
    transition: all 0.3s;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
}

.treatment-section .treatment-card:hover .read-more-btn {
    background-color: #fff;
    color: #e91e63;
    border-color: #fff;
}

.treatment-section .treatment-card-dark .read-more-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.treatment-section .treatment-card-dark:hover .read-more-btn {
    background-color: #fff;
    color: #e91e63;
    border-color: #fff;
}

/* treatment section end */


/* consultation-section start */
.consultation-card-wrapper {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #848484;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background-image: url(http://localhost/drtarachand/wp-content/uploads/2025/12/consultation-background-1.webp);
    position: relative;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.consultation-section ul {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}

.consultation-section ul li {
    border-radius: 10px;
    border-bottom: 4px solid var(--secondary-color);
    padding: 8px 15px;
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color);
}

.consultation-section ul li svg {
    margin-right: 10px;
}

.consultation-section .about-btn {
    background-color: var(--secondary-color);
    border: var(--secondary-color) 2px solid !important;
}

.consultation-section .about-btn img {
    filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(0%) hue-rotate(168deg) brightness(106%) contrast(107%);
}

.consultation-section .about-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
    border: var(--primary-color) 2px solid !important;
}

/* consultation-section end */


/* video section start */
.OurVideo-section {
    background: #ffffff;
    background: linear-gradient(180deg, rgba(233, 241, 247, 1) 0%, rgba(255, 255, 255, 1) 95%);
}

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

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

.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);
    font-family: "Poppins", sans-serif;
}

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

/* video section end */


/* services section css start */
.services_section {
    background-color: #FFF9FB;
}

.services_section .card {
    border: none;
    border-radius: 10px;
    transition: 0.3s;
    background-color: transparent;
}

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

.services_section .card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 15px;
}

.services_section .card-body {
    text-align: center;
    padding: 20px 10px;
    width: 90%;
    margin: auto;
    margin-top: -40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.services_section .card-body p {
    line-height: 1.8;
}

.services_section .card-body .card-title {
    font-weight: 700;
    color: #3F3F3F;
}

.services_section .card-body .theme_btn {
    margin: auto;
    padding: 6px 15px;
    margin-top: 15px;
}

/* services section css end */


/* .about-doctor-section start */
.about-doctor-section {
    padding: 60px 0 0 0;
    font-family: sans-serif;
}

.about-doctor-section .heading-box h6.subheading {
    margin: initial;
}

.about-doctor-section .heading-box h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}

.about-doctor-section .heading-box h4 span {
    color: var(--primary-color);
}

.about-doctor-section .doctor-image-col {
    position: relative;
    padding-right: 20px;
}

.about-doctor-section .doctor-image-card {
    position: relative;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 90%;
}

.about-doctor-section .doctor-image-wrapper {
    width: 100%;
    height: 535px;
}

.about-doctor-section .doctor-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 220px 30px 30px 30px;
}

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

.about-doctor-section .logo-badge {
    position: absolute;
    top: 0;
    right: 40px;
    width: 120px;
    height: 120px;
    z-index: 10;
}

.about-doctor-section .expert-pill {
    display: block;
    background-color: #fff;
    border-bottom: 3px solid var(--primary-color);
    border-radius: 40px;
    padding: 8px 20px;
    margin: 15px 0;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    width: max-content;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-doctor-section .feature-pill svg {
    margin-right: 10px;
}

.about-doctor-section .feature-pill {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.about-doctor-section .feature-pill:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-doctor-section .feature-pill__icon {
    font-size: 20px;
    color: #FF2B7A;
    margin-right: 8px;
    line-height: 1;
}

.about-doctor-section .experience-badge__number {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.4;
}

.about-doctor-section .experience-badge__text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.about-doctor-section .experience-badge {
    align-items: center;
    gap: 20px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1111;
    position: absolute;
    bottom: 20px;
    right: -40px;
    width: 100%;
    border-radius: 90px 30px 30px 30px;
}

/* .about-doctor-section end */


/* why choose start */
.why-choose .why-choose-card .icon img {
    width: 45%;
}

.why-choose .why-choose-card {
    width: 95%;
    margin: auto;
    position: relative;
    padding: 20px;
}

.why-choose .col-lg-3:nth-child(1) .why-choose-card::after,
.why-choose .col-lg-3:nth-child(3) .why-choose-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1.8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #344654 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.why-choose .col-lg-3:nth-child(2) .why-choose-card::after,
.why-choose .col-lg-3:nth-child(4) .why-choose-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1.8px;
    background: linear-gradient(180deg, rgb(52 70 84) 0%, #ffffff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* why choose end */


/* Pitch Section start */
.pitch-section .container {
    padding: 50px 0;
    border-radius: 10px;
}

.pitch-section .col-lg-6 {
    margin-left: 230px;
}

.pitch-section .heading-box h6.subheading {
    background-color: transparent;
    box-shadow: none;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
}

.pitch-section .buttons .about-btn {
    background-color: var(--secondary-color);
    border: var(--secondary-color) 4px solid;
    border-top: var(--secondary-color) 1px solid !important;
    border-left: var(--secondary-color) 1px solid !important;
    border-right: var(--secondary-color) 1px solid !important;
}

.pitch-section .buttons .about-btn img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(169%) hue-rotate(214deg) brightness(117%) contrast(100%);
}

.pitch-section .buttons .about-btn:hover img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(4%) saturate(7060%) hue-rotate(164deg) brightness(95%) contrast(82%);
}

.pitch-section .buttons .about-btn:hover {
    background-color: transparent;
}

/* Pitch Section end */


/* Patient Recovery section start */
.patient-recovery .heading-box h6.subheading {
    margin: inherit;
    background-color: #fff;
    box-shadow: none;
    color: var(--secondary-color);
}

.patient-recovery .soical-btn .box {
    background-color: #fff;
    border-radius: 10px;
    width: max-content;
    padding: 15px 20px;
    text-align: center;
}

.patient-recovery .soical-btn .box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.patient-recovery .soical-btn .box img {
    width: 140px;
}

.patient-recovery .soical-btn {
    column-gap: 20px;
}

.patient-recovery .default-btn {
    height: max-content;
    border-bottom: 4px solid #fff;
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
}

.patient-recovery .default-btn img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(169%) hue-rotate(214deg) brightness(117%) contrast(100%);
}

.patient-recovery .default-btn:hover {
    color: #fff;
}

.patient-recovery .recovery-image img {
    width: 90%;
}

/* Patient Recovery section end */


/* gallery section start */
.news-section {
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 244, 248, 1) 95%);
}

.gallery-sec .gallery-img {
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
    position: relative;
}

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

.gallery-sec .gallery-img img {
    max-width: 100%;
    border: solid 1px #c1c1c1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-sec .gallery-img .overlayer {
    width: 100%;
    height: 100%;
    background-color: #181818bc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 0;
    transform: scale(.5);
    transition: .4s ease-in-out;
}

.gallery-sec .gallery-img .overlayer i {
    font-size: 50px;
    color: #fff;
    rotate: 45deg;
}

.gallery-sec .gallery-img .overlayer .content {
    background: #222;
    padding: 12px;
    border-radius: 5px;
    display: none;
}

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

.gallery-sec .gallery-img .overlayer .content p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.gallery-sec .gallery-img :hover .overlayer,
.gallery-sec .our-videos-box:hover .overlayer {
    opacity: 1;
    transform: scale(1.1);
}

/* gallery section end */


/* case study section start */
.case-study ul {
    row-gap: 15px;
    width: 90%;
    justify-content: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-top: 20px;
}

.case-study ul li {
    font-weight: 600;
    font-size: 16px;
}

.case-study ul li svg {
    margin-right: 5px;
}

.case-study .image-box img {
    width: 85%;
}

/* case study section end */


.contact-form {
    background-image: url(../images/contact_us.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form .form-box {
    box-shadow: 0px 8.24px 24.73px 0px #959DA533;
    background: #FFFFFF;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
}

.contact-form .input-group-text {
    border: 0;
    height: 45px;
    position: absolute;
    left: 5px;
    top: 0;
    background-color: transparent;
    z-index: 1;
}

.contact-form .input-group-text i {
    font-size: 18px;
    color: #1B2336;
}

.contact-form .form-control {
    border: 1px solid #DDDDDD;
    background: #F8FAFB;
    border-radius: 50px !important;
    height: 45px;
    padding: 10px 20px 10px 50px;
}

.contact-form textarea.form-control {
    height: 100px;
    border-radius: 20px !important;
}

.contact-form .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #1B2336BF;
}

.contact-form .form-label {
    font-size: 14px;
    color: #0D1B2A;
    font-weight: 400;
}

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

.contact-form .form-box .button-theme input {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-form .form-box .button-theme:hover input {
    color: var(--color-accent);
}

.contact-form .contact-box {
    width: 100%;
}

.contact-form .contact-box h4,
.contact-form .map-box h4 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 22px;
    color: var(--color-text);
    margin-bottom: 15px;
}

.contact-form .contact-box .info-box {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.contact-form .contact-box .info-box .inner-box {
    padding: 12px 20px;
    border-radius: 10px;
    width: 48%;
    background-color: var(--secondary-color);
}

.contact-form .contact-box .info-box .inner-box a {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.contact-form .contact-box .info-box .inner-box .icon {
    background: #FFFFFF33;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.contact-form .contact-box .info-box .inner-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-form .contact-box .info-box .inner-box .content h5 {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 0;
}

.contact-form .contact-box .info-box .inner-box .content p {
    line-height: 1.5;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.contact-form .contact-box .info-box .inner-box.black-box {
    background-color: var(--font-color);
}

.contact-form .map-box {
    width: 100%;
    box-shadow: 0px 8.24px 24.73px 0px #959DA533;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: auto;
    padding: 20px;
}

.contact-form .map-box iframe {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.contact-form .map-box p {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.contact-form .map-box p i {
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 1;
    font-size: 30px;
    margin-top: 6px;
}

.contact-form .default-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}


.testimonials {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}

.testimonials .countGoogle {
    border-radius: 6px;
    padding: 10px 25px;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
}

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

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

.testimonials .googleViewbtn {
    display: inline-flex;
    display: flex;
    column-gap: 10px;
    background-color: #fff;
    padding: 10px 25px;
    height: 100%;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif
}

.testimonials .googleViewbtn img {
    width: 20px
}

.testimonials .googleViewbtn:hover {
    background-color: var(--primary-color);
    color: #fff
}

.testimonials .box {
    padding: 20px 0;
}

.testimonial-items {
    background: #fff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 24px 15px 24px 24px;
    height: 100%
}

.testimonial-items h4 {
    color: #133240;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 700
}

.testimonial-items ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px
}

.testimonial-items p {
    font-size: 16px;
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: 10px
}

.ContentSection {
    padding: 80px 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;

    & img {
        width: 100%;
        border-radius: 6px
    }
}


.faq-section .accordion-item {
    background: #FFFFFF;
    border: 1.39px solid #DDDDDD;
    margin-bottom: 20px;
    border-radius: 5px !important;
}

.faq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-top: 3px solid var(--color-secondary);
}

.faq-section .accordion-item .accordion-button {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text);
    box-shadow: none;
}

.faq-section .accordion-item .accordion-button:not(.collapsed) {
    color: var(--color-secondary);
}

.faq-section .accordion-item .accordion-button::after {
    content: "\ebc0";
    font-family: "boxicons";
    background-image: none;
    transform: none;
}

.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\eb8b";
    transform: none;
}

.faq-section .accordion-body {
    padding-top: 10px;
}

.faq-section .accordion-body p {
    color: #888888;
    font-size: 14px;
    font-weight: 500;
}

.faq-section .accordion-body p:last-child {
    margin-bottom: 0;
}

footer {
    background-color: #344654;
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-top-left-radius: 50px;
    /* Matching the rounded top corners */
    border-top-right-radius: 50px;
}

footer .footer-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

footer .footer-bio {
    font-size: 14px;
    line-height: 1.8;
    color: #e0e0e0;
}

footer .contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
}

footer .contact-list li strong {
    font-weight: 700;
}

footer .contact-list i {
    font-size: 20px;
    margin-right: 12px;
    color: #ffffff;
    margin-top: 2px;
}

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

footer .footer-logo img {
    width: 100px;
}

footer .footer-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: opacity 0.3s;
}

footer .footer-links li a:hover {
    opacity: 0.8;
}

footer .social-icons a {
    font-size: 24px;
    margin-right: 15px;
    text-decoration: none;
}

footer .social-icons .fb {
    color: #1877F2;
}

footer .social-icons .insta {
    color: #E4405F;
}

footer .social-icons .yt {
    color: #FF0000;
}

footer .social-icons .g-map {
    color: #4285F4;
}

footer .footer-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important;
    font-size: 14px;
    letter-spacing: 1px;
}

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

footer .social-links ul li a {
    margin-right: 0;
    background-color: transparent;
}

footer .social-links ul li a img {
    width: 30px;
}



.dr-about-section {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.dr-about-section .doctor-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.dr-about-section .doctor-img-wrapper img {
    width: 80%;
    transform: scaleX(-1);
}

.dr-about-section .experience-box {
    background-color: #1e2d3b;
    color: white;
    padding: 20px 30px;
    border-radius: 12px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    justify-content: center;
}

.dr-about-section .exp-icon {
    font-size: 40px;
    margin-right: 15px;
    align-items: center;
    display: flex;
}

.dr-about-section .exp-text .number {
    padding-right: 15px;
    border-right: 2px solid #fff;
    font-size: 44px;
    font-weight: 500;
    display: block;
    line-height: 1;
}

.dr-about-section .exp-text .label {
    font-size: 14px;
    font-weight: 500;
}

.dr-about-section .content .heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}

.dr-about-section .content h5 {
    font-weight: 600;
    font-size: 16px;
}

.dr-about-section .doctor-name {
    color: #d63384;
    font-weight: 700;
    font-size: 36px;
}

.dr-about-section .content .row.mt-4.justify-content-center {
    width: 80%;
    margin: auto;
}

.dr-about-section .doctor-title {
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

.dr-about-section .doctor-speciality {
    color: #444;
    font-weight: 500;
}

.dr-about-section .doctor-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    max-width: 800px;
    margin: 20px auto;
}

.dr-about-section .stat-circle {
    width: 80px;
    height: 80px;
    border-bottom: 4px solid var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-color);
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.dr-about-section .stat-card p {
    font-size: 14px;
    font-weight: 600;
    color: var(--font-color);
}


.Qualification {
    padding: 80px 0;
    background: linear-gradient(166.86deg, #FFFFFF 12.67%, #ffebeb 158.76%);
}

.Qualification .qualifications-left-box {
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
}

.Qualification .qualifications-left-box h5 {
    color: #27374e;
    font-weight: 600
}

.Qualification .qualifications-left-box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0px
}

.Qualification .qualifications-left-box .inner-qualifications {
    background-color: var(--color-text);
    border-radius: 10px;
}

.Qualification .qualifications-left-box .head-timing:first-child {
    margin-bottom: 12px
}

.Qualification .qualifications-left-box {
    position: relative;
}

.Qualification .qualification-tabs {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
}

.Qualification .qualification-tabs ul {
    padding-bottom: 10px;
    display: grid;
    gap: 10px;

}

.Qualification .qualification-tabs ul::-webkit-scrollbar {
    width: 100%;
    height: 5px
}

.Qualification .qualification-tabs ul::-webkit-scrollbar-track {
    background: #f1f1f1
}

.Qualification .qualification-tabs ul::-webkit-scrollbar-thumb {
    background: #888
}

.Qualification .qualification-tabs ul li button {
    color: #555;
    border: 1px solid #ddd;
    padding: 10px 30px;
    width: 100%;
    font-weight: 500;
}

.Qualification .qualification-tabs ul li button.active {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
}

.Qualification .qualification-content {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background: #fff
}

.Qualification .content-box h4 {
    font-weight: 600;
    color: var(--primary-color);
}

.Qualification .qualification-content p,
.Qualification .qualification-content ul {
    margin-bottom: 10px;
    line-height: 2
}

.Qualification .qualification-content ul {
    list-style: disc;
    padding-left: 20px
}

.Qualification .qualification-content ul li {
    line-height: 2;
    margin-bottom: 8px;
}

.Qualification .qualification-content ul li strong {
    color: var(--color-secondary);
    font-weight: 700;
}

.Qualification .qualification-content ul li::marker {
    color: var(--color-secondary);
}

.Qualification .year-box {
    background-color: #fff;
    display: flex;
    align-items: center;
}

.Qualification .year-box img {
    width: 30px;
    border-radius: 0 !important;
}

.Qualification .year-box h3 {
    font-weight: 600;
    font-size: 32px;
    margin: 0 10px;
    color: var(--color-accent);
}

.Qualification .qualifications-left-box img {
    border-radius: 10px;
}

.Qualification .qualifications-left-box h3 {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.Qualification .year-box {
    margin-top: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    width: 92%;
    border-radius: 8px;
    left: 0;
    padding: 15px 10px;
    right: 0;
    margin: auto;
}

.Qualification .year-box h3 {
    color: var(--color-accent);
    font-size: 28px;
    font-weight: 600;
    padding: 0;
}

.Qualification .year-box p {
    font-weight: 600;
}

.pitch-section {
    padding: 50px 0;
}

.page-id-88 .pitch-section{
    padding-top: 40px;
    padding-bottom: 0;
}

.pitch-section .pitch-container {
    background: url('http://localhost/drtarachand/wp-content/uploads/2025/12/pitch-bg.webp') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding: 35px 20px;
}

.pitch-section .profile-wrapper {
    position: absolute;
    bottom: 0px;
    left: 40px;
}

.pitch-section .profile-img {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.pitch-section .action-box {
    background: #fff;
    border-radius: 15px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
}

.pitch-section .action-box:hover {
    transform: translateY(-5px);
    color: #000;
}

.pitch-section .action-box svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.pitch-section .action-box span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.pitch-section .call-icon-custom {
    color: #ff6a00;
    font-size: 28px;
    margin-right: 10px;
}
.treatment-banner{
    padding:50px 0
}
.treatment-banner .banner-doc{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    margin-bottom:10px;
}
.treatment-banner .banner-doc .image-doc img{
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.treatment-banner .banner-doc .doc-content .doc-name{
    color:var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}
.treatment-banner .banner-doc .doc-content .designation{
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
    margin:0;
    color:#000;
}
.treatment-banner .banner-content{
    text-align: center;
}
.treatment-banner .banner-content h1{
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1.4;
    margin-top: 10px;
}
.treatment-banner .banner-content .buttons{
    justify-content: center;
}
.treatment-banner .banner-content .buttons .default-btn:last-child{
    background: #fff;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color) !important;
}
.treatment-banner .image-side{
    text-align: end;
}
.treatment-banner .image-side img{
    max-width: 400px;
    object-fit: contain;
    object-position:right;
}
.overview p{
    margin-bottom: 15px;
}
.overview ul li{
    position: relative;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 14px;
    font-weight:500;
    color: var(--font-color);
    padding-left: 30px;
}
.overview ul li::before{
    border-radius: 100px;
    content: "\ea50";
    width: 20px;
    height: 20px;
    border: 1px solid #2480CB;
    color: #2480CB;
    font-family: 'boxicons' !important;
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;   
}
.symptoms{
    background: linear-gradient(180deg, rgba(233, 30, 101, 0.05) 0%, rgba(34, 54, 69, 0.05) 100%);=
}
.symptoms .card-symptoms{
    box-shadow: 0px 4px 30px 0px #0000001A;
    background: #FFFFFF;
    padding:20px;
    height:100%;
    border-radius: 20px;
}
.symptoms .card-symptoms img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 16px;
}
.symptoms .card-symptoms .content h4{
    font-size:16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #222;
}
.symptoms .card-symptoms .content p{
    margin: 0;
}
.causes .card-causes{
    border-bottom: 6.03px solid #A42247;
    background: #FFFFFF;
    box-shadow: 0px 2.41px 12.06px 0px #00000040;
    padding:20px;
    border-radius: 15px;
    display: flex;
    margin-bottom: 30px;
}
.causes .card-causes .image{
    width:120px;
    height:120px;
    overflow: hidden;
    border-radius: 100px;
}
.causes .card-causes .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.causes .card-causes .content{
    width: calc(100% - 120px);
    padding-left: 20px;
}
.causes .card-causes .content h4{
    font-size:16px;
    font-weight:600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.causes .card-causes .content p{
    margin: 0;
}
.causes .causes-box{
    width: 100%;
    max-width: 330px;
    position: relative;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
    position: sticky;
    top: 15%;
}
.causes .causes-box .image-causes{
    width: 100%;    
    height: 100%;
    object-fit: cover;
}
.causes .causes-box .default-btn{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: max-content;
    margin: auto;
}
.causes .causes-box .default-btn:hover{
    background-color: #ffffff;
}
.causes .causes-box::before{
    content: "";
    background: linear-gradient(180deg, rgba(19, 38, 84, 0) 0%, rgba(53, 61, 79, 0.720872) 53.21%, #1B1B1B 83.15%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
}
.pitch-section.cta-pitch .heading-box h6.subheading,
.pitch-section.cta-pitch .heading-box .heading,
.pitch-section.cta-pitch p{
    color:#fff;
}
.pitch-section.cta-pitch .default-btn{
    border:1px solid var(--primary-color) !important;
}
.pitch-section.cta-pitch .default-btn.about-btn{
    background-color: #fff;
    color:var(--secondary-color);
    border:1px solid #fff !important;
}
.pitch-section.cta-pitch .default-btn.about-btn img{
    filter:inherit
}
.pitch-section.cta-pitch .default-btn.about-btn:hover{
    background: transparent;
    color: #fff;
}
.pitch-section.cta-pitch .default-btn.about-btn:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(169%) hue-rotate(214deg) brightness(117%) contrast(100%);
}
.pitch-section.cta-pitch .default-btn:hover{
    background-color: #fff;
}
.treatment-option{
    background: linear-gradient(180deg, rgba(233, 30, 101, 0.1) 0%, rgba(34, 54, 69, 0.1) 100%);
}
.treatment-option .card-treatment{
    width: 100%;
    height: 280px;
    position: relative;
}
.treatment-option .card-treatment .image{
    width: 90%;
    height: 200px;
    border-radius: 10px;
    margin: auto;
    overflow: hidden;
}
.treatment-option .card-treatment .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.treatment-option .card-treatment .content{
    width: 85%;
    height: auto;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3.23px 32.27px 0px #18162B24;
    padding: 20px;
}
.treatment-option .card-treatment .content h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px;
}
.treatment-option .card-treatment .content p{
    margin: 0;
    font-size: 15px;
}
.treatContent-area{
    background: linear-gradient(188.9deg, rgba(233, 30, 101, 0.23) -153.44%, rgba(255, 255, 255, 0.23) 98.89%);
    border-bottom: 1px solid #DDDDDD
}
.treatContent-area #contenttab {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    position: sticky;
    top: 90px;
    display: flex;
    gap: 10px;
    margin-top: 50px
}

.treatContent-area #contenttab a {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fbfbfb;
    padding: 14px
}

.treatContent-area #contenttab a.active {
    background: var(--primary-color);
    border: 1px solid transparent;
    transition: background .3s ease-in-out
}

.treatContent-area .scrollspy-example h4 {
    margin-top: 20px;
    font-weight: 700;
    color: var(--secoundary-color)
}

.treatContent-area .scrollspy-example img {
    margin: 0
}

.treatContent-area .scrollspy-example .content-box {
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.treatContent-area .scrollspy-example .content-box p {
    line-height: 1.8;
    margin-bottom: 15px
}

.treatContent-area .scrollspy-example .content-box:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.treatContent-area .scrollspy-example .content-box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 10px
}

.treatContent-area .scrollspy-example .content-box ul li {
    padding-left: 26px;
    position: relative;
    line-height: 1.8
}

.treatContent-area .scrollspy-example .content-box ul li::before {
    content: "\ea51";
    color: var(--primary-color);
    font-family: boxicons !important;
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    font-size: 20px;
    display: flex;
    align-items: start
}

.treatContent-area .scrollspy-example .content-box hr {
    margin: 20px 0
}

