@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800');

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Playfair Display", serif;
    overflow-x: hidden;
}

:root {
    --theme-blue: #16324F;
    --theme-skyblue: #2A7196;
    --theme-orange: #9F5130;
    --primary-font: "Playfair Display", serif;
    --secondary-font: "Open Sans", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
}

p {
    font-size: 18px;
    font-family: var(--secondary-font);
    text-align: justify;
    color: #000;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    transition: all 0.4s !important;
}

.theme-btn {
    color: #fff;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
    background-color: #9F5130;
}
.theme-btn:hover,
.cta-section .btn-container .theme-btn.text-blue:hover {
    background-color: var(--theme-skyblue) !important;
    color: #FFF !important;
}
.bg-blue {
    background: var(--theme-blue);
}

.bg-orange {
    background: var(--theme-orange);
}

.text-blue {
    color: var(--theme-blue);
}

.text-skyblue {
    color: var(--theme-skyblue);
}

.text-orange {
    color: #9F5130;
}

.btn-outline-blue {
    background: transparent;
    color: var(--theme-blue);
    border: 2px solid var(--theme-blue);
}

.btn-outline-skyblue {
    background: transparent;
    color: var(--theme-skyblue);
    border: 2px solid var(--theme-skyblue);
}
.service-bottom-section .service-detail .btn-container .theme-btn.btn-outline-skyblue:Hover {
    color: var(--theme-skyblue) !important;
}
.btn-outline-orange {
    background: transparent;
    color: var(--theme-orange);
    border: 2px solid var(--theme-orange);
}

.title {
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: var(--theme-skyblue);
}

.title-2 {
    font-weight: 400;
    line-height: 20px;
    font-size: 50px;
}

html body .sub-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 5px;
    text-transform: capitalize;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    padding: 60px 0 20px;
    color: #9F5130;
}

.title span {
    color: #9F5130;
}



/* header */
.navbar {
    padding: 20px 40px;
    background-color: #fff;
    z-index: 5;
}

.navbar .navbar-brand img {
    height: 60px;
    width: auto;
}

.navbar .navbar-nav {
    margin: 0 auto;
}

.navbar .navbar-nav li {
    padding: 10px;
    margin: 0 10px;
}

.navbar .navbar-nav li a {
    font-weight: 600;
    font-size: 20px;
    color: #52547C;
}


/* hero-section */
.hero-section {
    background-image: url(../image/home/hero-sec-1.jpg);
    padding: 130px 0;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #2A719661;
    margin: auto;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-sec-content {
    padding: 20px 0;
    position: relative;
    color: #fff;
    max-width: 682px;
    z-index: 2;
}

.hero-sec-content::before {
    content: '';
    top: 0;
    left: -30px;
    position: absolute;
    display: block;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #2A7196A6 77px, #00000000 77px);
}

.hero-sec-content h4 {
    position: relative;
    z-index: 3;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-shadow: 0px 4px 4px #00000040;
}
.hero-sec-content h1 {
    position: relative;
    z-index: 3;
    margin-top: 10px;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    text-shadow: 0px 4px 4px #00000040;
}
.hero-sec-content p {
    position: relative;
    z-index: 3;
    margin-top: 40px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-shadow: 0px 4px 4px #00000040;
}

.btn-container {
    margin-top: 40px;
}

.hero-section .theme-btn {
    position: relative;
    z-index: 3;
    padding: 20px 30px;
}

.bottom-title {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

.bottom-title p {
    font-family: Playfair Display;
    color: #BABBCB7A;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
}
.hero-left-content {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: rotate(-90deg);
    z-index: 2;
    display: none;
}

.hero-left-content p {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
}

.hero-right-content {
    position: absolute;
    right: -118px;
    top: 30px;
    transform: rotate(-90deg);
    z-index: 2;
    background-color: #2A7196;
    color: #fff;
    padding: 50px 70px;
    width: 355px;
    border-radius: 182.5px;
}
.hero-right-content img {
    transform: rotate(90deg);
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.hero-right-content p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

/* hero-section end */


/* breadcrumb-section */
.breadcrumb-section {
    background-image: url(../image/home/hero-sec-1.jpg);
    background-position: center;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #2A719661;
    margin: auto;
    z-index: 1;
}

.breadcrumb-section .breadcrumb .breadcrumb-item,
.breadcrumb-section .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    z-index: 3;
    position: relative;
}

.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    color: var(--theme-orange) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.circle-1 {
    position: absolute;
    background-color: #376280;
    width: 310px;
    height: 310px;
    top: 64px;
    left: 152px;
    opacity: 0.7;
    border-radius: 50%;
    z-index: 1;
}

.circle-2 {
    position: absolute;
    background-color: #376280;
    width: 265px;
    height: 265px;
    top: 14px;
    left: 358px;
    opacity: 0.43;
    border-radius: 50%;
    z-index: 1;
}

.circle-3 {
    position: absolute;
    background-color: #376280;
    width: 230px;
    height: 230px;
    top: 214px;
    left: 345px;
    opacity: 0.57;
    border-radius: 50%;
    z-index: 1;
}
.breadcrumb-section .page-title h1 {
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    text-shadow: 0px 4px 4px #00000040;
    position: relative;
    z-index: 2;
}

/* breadcrumb-section end */

/* about section */
.about-section {
    padding: 100px 0 200px;
}
section.about-section.about-page-section {
    padding-bottom: 100px;
}
.about-content > div {
    margin-bottom: 40px;
}
.about-section .about-img-container-1 {
    text-align: right;
}

.about-section .about-image-content {
    position: relative;
}

.about-section .about-img-container-1 img {
    height: 530px;
    width: 390px;
    object-fit: cover;
}

.about-section .about-left-content {
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 25%;
}

.about-section .about-left-content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 3px;
    color: #D2D3D7;
    text-transform: uppercase;
}

.about-section .about-img-container-2 {
    position: absolute;
    left: 60px;
    top: 60%;
}

.about-section .about-img-container-2 .about-img-2 {
    border-radius: 50%;
    width: 380px;
    height: 380px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 2;
}

.about-section .about-img-container-2 .about-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

/* about section end */

/* service section */
.service-top-section {
    padding: 100px 0 40px;
    background-color: var(--theme-blue);
    color: #fff;
}

.service-top-section .title-2 {
    margin-bottom: 0;
}

.service-section .title-section {
    text-align: center;
}

.service-section .title-section h3 {
    background-image: url(../icon/subtitleicon-white.svg);
}

.services-tab-container {
    background-color: var(--theme-blue);
    padding: 0 40px;
}

.services-tab-container .nav-item {
    border: none;
}
section.service-section ul.nav.nav-fill.nav-tabs.services-tabs .simplebar-content {
    display: flex;
}
.services-tab-container .nav-link {
    padding: 20px 0;
    border: none;
    border-radius: 0;
    background-color: #2D4660;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}

.services-tab-container .nav-link.active {
    background-color: var(--theme-orange);
    color: #fff;
}
.service-bottom-section {
    padding: 60px 0 100px;
    color: #000;
    background-color: #FFF;
    transition: 0.3s all ease-in;
}
.service-bottom-section .service-image-container {
    text-align: center;
}

.service-bottom-section .service-image-container .service-image {
    width: 450px;
    object-fit: cover;
}

.service-bottom-section .service-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-bottom-section .service-detail h3 {
    color: var(--theme-orange);
    margin-bottom: 20px;
}

.service-bottom-section .service-detail .title {
    margin-bottom: 30px;
}

.service-bottom-section .service-detail .btn-container {
    margin-top: 50px;
}

/* service section end */

/* therapy section */
.therapy-section .title-section {
    text-align: center;
}

.therapy-section .title-section h3 {
    background-image: url(../icon/subtitleicon-blue.svg);
}

.therapy-section .therapy-slider-container {
    padding: 80px 10px 0;
}


.therapy-section .therapy-slider-container .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.therapy-section .therapy-slider-container .swiper-slide .therapy-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(360deg, #FFFFFF -4.06%, rgba(255, 255, 255, 0.03) 80%);
    color: #fff;
    text-align: center;
}
.therapy-section .therapy-slider-container .swiper-slide .therapy-slide-content h4,
.therapy-section h4 {
    color: var(--theme-blue);
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
}
/* therapy section end */


/* skills-setion */
.skills-setion {
    padding: 100px 0;
}
section.skills-setion .row .col-4:nth-child(2) .progress-circle {
    background: conic-gradient(rgb(228, 140, 125) 276deg, rgb(221, 221, 221) 276deg);
}
section.skills-setion .row .col-4:nth-child(3) .progress-circle {
    background: conic-gradient(rgb(228, 140, 125) 336deg, rgb(221, 221, 221) 336deg);
}
section.skills-setion ul li {
    font-family: var(--secondary-font);
    font-size: 16px;
}
.skills-setion .skills-image-container {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.skills-setion .skills-image-container img {
    width: 100%;
    object-fit: cover;
}
.skills-setion .skills-image-container .skills-text {
    position: absolute;
    background-color: var(--theme-orange);
    color: #fff;
    padding: 50px;
    height: 245px;
    width: 245px;
    border-radius: 50%;
    text-align: center;
    top: 36px;
    right: -104px;
    z-index: 1;
    transform: rotate(-90deg);
    clip-path: inset(0 0 52% 0);
}
.skills-setion .skills-image-container .skills-text h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
}

.skills-detail-container .circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skills-detail-container .progress-circle {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    background: conic-gradient(#e48c7d 0deg, #ddd 0deg);
    margin-top: 30px;
}
.skills-detail-container .progress-circle span {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 48px;
    line-height: 50px;
    padding: 30px;
    z-index: 2;
    position: relative;
    color: #9F5130;
}
.skills-detail-container .progress-circle::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    background-color: #fff;
    border-radius: 50%;
}

.skills-detail-container .circle-container p {
    margin-top: 20px;
    font-family: var(--primary-font);
    font-size: 20px;
}

/* skills-setion end */


/* cta-section */
.cta-section {
    padding: 60px 80px;
    overflow: hidden;
    position: relative;
}

.cta-section.container.bg-blue .text-left,
.cta-section.container.bg-blue .text-right {
    position: absolute;
    color: #FFFFFF1A;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
}

.cta-section.container.bg-blue .text-left {
    top: -42px;
    left: 10px;
}

.cta-section.container.bg-blue .text-right {
    bottom: -25px;
    right: -13px;
}

.cta-section .title-section {
    display: flex;
    gap: 20px;
}

.cta-section .title-section h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
}

.cta-section .btn-container {
    text-align: right;
    z-index: 11;
    position: relative;
}
.cta-section .btn-container .theme-btn.text-blue {
    margin-left: 20px;
    background: transparent !important;
    border: 1px solid #FFF;
    color: #FFF;
}
.cta-section .btn-container .theme-btn.text-blue:hover {
    background: #FFF !important;
    color: var(--theme-blue) !important;
}
/* cta-section end */


/* testimonial-section */
.testimonial-section {
    padding: 100px 0;
}

.testimonial-section .title-section {
    text-align: center;
}

.testimonial-section .title-section h3 {
    background-image: url(../icon/subtitleicon-blue.svg);
}

.testimonial-section .testimonial-slider-container {
    margin-top: 50px;
}

.testimonial-section .testimonial-slider-container .swiper-slide {
    padding: 60px 40px;
    height: 700px;
    border: 1px solid #EDEEF2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-section .testimonial-slider-container .icon-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-section .testimonial-slider-container .icon-container img {
    border: 1px solid #EFA286;
    padding: 15px;
    opacity: 0.5;
}

.testimonial-section .testimonial-slider-container .icon-container .star-container .ri-star-fill {
    color: #F6CC0A;
}
.testimonial-section .testimonial-slider-container .testimonial-data p {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    line-height: 40px;
    margin-top: 30px;
    color: #2A7196;
}
.testimonial-section .testimonial-slider-container .testimonial-data p span {
    color: #9F5130;
}
.testimonial-section .testimonial-slider-container .user {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* testimonial-section end */

.mission-vision-section .title-section {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.mission-vision-section .row {
    margin-top: 70px;
}

.mission-vision-section .title {
    font-size: 50px;
}

.mission-vision-data-item,
.mission-vision-data-item p {
    text-align: center;
}

.mission-vision-data-item h3 {
    margin-top: 30px;
}
.mission-vision-data-item h3 a{
    transition: all 0.4s;
}
.mission-vision-data-item h3 a:hover {
    color: #000;
}
.mission-vision-data-item .mission-vision-data-img {
    background-color: #2A71962E;
    width: 270px;
    height: 270px;
    border-radius: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.mission-vision-data-item .mission-vision-data-img img {
    background-color: #fff;
    padding: 50px;
    border-radius: 85px;
    transition: all 0.4s;
}
.mission-vision-data-item .mission-vision-data-img img:hover {
    transform: scale(1.2);
}

/* video-section */
.video-section {
    padding: 100px 0;
    background-image: url(../image/about/video-bg.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: -220px;
    width: 250px;
    height: 300px;
    border-radius: 187.5px;
    background-color: var(--theme-orange);
    z-index: 1;
}

.video-section .container {
    text-align: center;
}

.video-section .container h6 {
    background-image: url('/ss-therapy-consulting/wp-content/uploads/2025/03/mind.svg');
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 5px;
    text-transform: capitalize;
    padding: 25px 0 20px;
}

.video-section .container h2 {
    font-weight: 500;
    font-style: italic;
    font-size: 65px;
    line-height: 99px;
}

.video-section .container a {
    background-color: var(--theme-skyblue);
    color: #FFF;
    padding: 12px 20px 12px;
    line-height: 65px;
    font-size: 27px;
}
.video-section .container a:hover {
    background-color: #FFF !important;
    color: var(--theme-skyblue) !important;
}
section.video-section .appointment_btn {
    margin-top: 30px;
}

.video-section .container .play-btn-container {
    margin-top: 40px;
}

#videoModal iframe{
    height: 700px;
    width: 100%;
}

#videoModal .modal-header button{
    position: absolute;
    top: 2px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 27px;
    color: #fff;
}

#videoModal .modal-content{
    background-color: rgba(255, 255, 255, 0.1);
}

#videoModal .modal-header{
    border-bottom: none;
}

/* video-section end */

/* team-section */
.team-section {
    padding: 100px 0;
}

.team-section .title-section {
    text-align: center;
}

.team-section .title-section h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 58px;
}

.team-section .title-section h3 {
    background-image: url('/ss-therapy-consulting/wp-content/uploads/2025/04/mind-gray.svg');
    padding: 25px 0 20px;
}

.team-section .team-slider,
.team-section .team-slider2 {
    margin-top: 75px;
}

.team-section .team-slider .swiper-slide img,
.team-section .team-slider2 .swiper-slide img {
    width: 270px;
    height: 320px;
    object-fit: cover;
}

.team-slider .team-member-info,
.team-slider2 .team-member-info{
    margin-top: 20px;
}
section.team-section .swiper.team-slider2 .swiper-pagination {
    display: none;
}
.team-section .team-slider .swiper-slide .social-media,
.team-section .team-slider2 .swiper-slide .social-media,
.team-section .team-slider2 .swiper-slide .social-media a,
.team-member-info .social-media{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.team-section .team-slider .swiper-slide .social-media a,
.team-section .team-slider2 .swiper-slide .social-media a,
.team-member-info .social-media a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #83838B;
}

.team-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

/* footer-section */
footer {
    background-color: var(--theme-blue);
}
.footer_logo a img {
    filter: brightness(0) invert(1);
    width: 300px;
}
footer>.container-fluid {
    padding: 50px 100px;
}

footer>.container-fluid .logo {
    margin-bottom: 20px;
}

footer>.container-fluid .footer-links-container h4,
footer>.container-fluid .subscribe-container h4 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
}

footer>.container-fluid .footer-links-container ul {
    list-style: none;
    padding-left: 0;
}

footer>.container-fluid .footer-links-container ul li {
    margin-bottom: 10px;
}

footer>.container-fluid .footer-links-container ul li a {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
footer p {
    font-size: 15px;
    color: #fff;
    text-align: left;
}
footer .subscribe-container form input[type='email'] {
    padding: 10px 20px;
    border: none;
    width: 100%;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 14px;
}

footer .subscribe-container form input[type='email']:focus {
    outline: 1px solid var(--theme-blue);
    border-radius: 0;
}

footer .subscribe-container .email-conformation {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    color: #fff;
    font-family: var(--secondary-font);
}


footer .subscribe-container .email-conformation label {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

footer .subscribe-container input[type="checkbox"] {
    width: 50px;
    height: 30px;
    border: 1px solid #FFFFFF;
    background-color: #D9D9D91A;
    appearance: none;
    cursor: pointer;
    position: relative;
}

footer .subscribe-container button {
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
}

footer .subscribe-container .checkbox-container input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

footer .subscribe-container .checkbox-container input[type="checkbox"]:checked::before {
    opacity: 1;
}

footer .copyright-section p {
    color: #fff;
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

footer .copyright-section {
    padding: 20px 0;
    background-color: #13293D;
}

footer .copyright-section .copyright-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer img {
    margin-bottom: 20px;
}
footer p a {
    color: #FFF;
}
footer p a:hover {
    color: #FFFF;
}

.subscribe-container label {
    display: none;
}
footer .subscribe-container .gjs-row .gjs-cell input[type="submit"] {
    color: #fff;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    background: var(--theme-orange);
    width: 100%;
    margin-top: 10px;
}

/* footer-section end */


/* header */

.header-main-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-main-bar .theme-btn.bg-blue,
section.service-section .service-bottom-section .theme-btn {
    background: transparent;
    border: 1px solid #2A7196;
    color: #2A7196;
}
.header-bottom {
    padding: 25px 0;
}
header {
    transition: all 0.4s;
    position: relative;
    background-color: #FFFF;
    z-index: 11;
}
header nav > ul > li.active a{
    color: var(--primary);
}
.header-logo a {
    max-width: 248px;
    display: block;
}
.header-logo img {
    display: block;
    width: 100%;
}
header nav > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
header nav > ul > li {
    position: relative;
}
header nav > ul > li + li {
    margin-left: 30px;
}
header nav > ul > li > a {
    font-weight: 500;
    font-size: 18px;
    color: #2A7196;
    transition: all 0.4s !important;
    display: inline-block;
    vertical-align: top;
    font-family: var(--secondary-font);
    text-transform: uppercase;
}
.header-navbar ul .current_page_item a {
    font-weight: bold;
}
header nav > ul > li:hover  > a{
    color: var(--primary);
}
header nav > ul > li.menu-parent > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border-right: 2px solid var(--dark);
    border-bottom: 2px solid var(--dark);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin: 18px 0 0 8px;
    transition: all 0.4s;
}
header nav > ul > li:hover > a:after {
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
}
.sub-menu {
    position: absolute;
    top: 100%;
    background: var(--white);
    left: 0;
    min-width: 200px;
    padding: 8px;
    border-radius: 11px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translatey(20px);
    visibility: hidden;
    transition: all 0.4s;
}
li:hover > .sub-menu {
    opacity: 1;
    transform: translatey(0);
    visibility: visible;
}
.sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}
.sub-menu ul li {
    margin-bottom: 5px;
}
.sub-menu ul li:last-child {
    margin-bottom: 0;
}
.sub-menu ul li a {
    color: var(--dark);
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    line-height: 120%;
    position: relative;
}
.sub-menu ul li a:hover {
    color: var(--primary);
    background: #f5f5f5;
}
.sub-menu ul li.active {
    color: var(--primary);
    background: #dbf3f6;
}
.sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.sub-menu > ul > li.list-item-parent{
    position: relative;
}
.sub-menu ul > li > a:hover, .sub-menu ul > li:hover > a {
    background-color: var(--primarylight);
    color: var(--primary);
}
.sub-menu ul > li:hover > a:after{
    border-color: var(--primary);
}
.header-navbar {
    margin: 0 auto;
}
.main {
    position: relative;
}
.sub-menu.sub-menu-inner li.menu-parent > a:after {
    border-right-color: #000;
    border-bottom-color: #000;
    margin: 3px 0 0 8px;
    transition: all 0.4s;
    float: right;
    transform: rotate(-45deg);
}
.sub-menu.sub-menu-inner li.menu-parent{
    position: relative;
}
.sub-menu.sub-menu-inner li.menu-parent > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border-right: 2px solid var(--dark);
    border-bottom: 2px solid var(--dark);
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    transition: all 0.4s;
}


/* contact-section */
.contact-section {
    padding: 100px 0;
}
.contact-section .title-section .sub-title {
    background-image: url(../icon/subtitleicon-blue.svg);
    display: block;
    width: fit-content;
    padding-bottom: 0;
}
.contact-section .title-section p {
    margin-top: 26px;
    margin-bottom: 46px;
}
.contact-section .contact-data-container {
    padding: 35px 35px 50px;
    background-color: var(--theme-blue);
    color: #fff;
    text-align: center;
}
.contact-section .contact-data-container .icon-box img {
    width: 130px;
}
.content.appointment_content {
    margin-top: 40px;
}
.content.appointment_content h5,
.contact-section .contact-data-container h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;  
    margin-top: 35px;
    margin-bottom: 15px;
}
.content.appointment_content p {
    text-align: left;
    margin-bottom: 0;
    line-height: 150%;
}
.contact-section .contact-data-container p {
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
}

.contact-section .contact-data-container a {
    color: #fff;
    text-decoration: none;
}
.contact-section .map {
    height: 490px;
    width: 100%;
}
.contact-form-section input:focus, .contact-form-section textarea:focus {
    box-shadow: none;
    border-color: #0000007d;
}
.contact-section .contact-form-section {
    margin-top: 30px;
}
.contact-section .contact-form-section h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 128%;
    margin-bottom: 30px;
}
.contact-form-section input, .contact-form-section textarea {
    background-color: #fff;
    border: 1px solid #EDEEF2;
    padding: 10px 20px;
    border-radius: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    color: #83838B;
    height: 50px;
}
.contact-form-section textarea {
    height: 135px;
    resize: none;
}
html .wpcf7-not-valid-tip{
    font-size: 14px;
}
.contact-section .contact-form-section p {
    margin: 0;
}
.contact-section .contact-form-section > p {
    display: inline-block;
    position: relative;
    margin-top: 26px;
}
.contact-section .contact-form-section > p .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-form-section #contactForm {
    margin-top: 20px;
}
.contact-section .contact-form-section .wpcf7-submit {
    line-height: 60px;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: #FFF;
    background: var(--theme-blue);
    border: 0;
    padding: 0 32px;
    transition: all 0.4s;
}
.contact-section .contact-form-section .wpcf7-submit:hover {
    color: #FFF;
    background: #000;
}
.contact-form-section button {
    margin-top: 30px;
}
.contact-section .title {
    font-size: 44px;
    line-height: 120%;
}
/* contact-section end */


.mission-vision-data-item .read-more-btn {
    margin-top: 20px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 2px 5px 0px #0000001A;
    margin: 20px auto 0;
    transition: all 0.4s;
}
.mission-vision-data-item .read-more-btn:Hover {
    background-color: var(--theme-skyblue);
}
.mission-vision-data-item .read-more-btn i {
    font-size: 30px;
    color: #DCDDE5;
}
/* team-section */
.team-section {
    padding: 100px 0;
}
.team-section .title-section {
    text-align: center;
}
.team-section .title-section h3 {
    background-image: url('/ss-therapy-consulting/wp-content/uploads/2025/04/mind-gray.svg');
    padding: 25px 0 20px;
}
.team-section .team-slider {
    margin-top: 75px;
}
.team-slider .swiper-slide img {
    width: 100%;
    height: auto;
}
.team-slider .swiper-slide .team-member-info {
    margin-top: 20px;
}
.team-slider .swiper-slide .social-media {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
.team-slider .swiper-slide .social-media a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #83838B;
}
.team-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

/* blog-section */
.blog-section {
    padding: 100px 0;
}
.blog-section .title-section {
    text-align: center;
}
.blog-section .title-section .sub-title {
    background-image: url(../icon/subtitleicon-blue.svg);
}
.blog-section .blog-menu {
    margin-top: 60px;
}
.blog-section .blog-menu .blog-card {
    margin-bottom: 40px;
}
.blog-section .blog-menu .blog-card > a {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
}
.blog-section .blog-menu .blog-card > a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.4s;
}
.blog-section .blog-menu .blog-card:hover > a img {
    transform: scale(1.1);
}
.blog-menu .blog-card .blog-card-content {
    margin-top: 20px;
}
.blog-menu .blog-card .blog-card-content .blog-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.blog-menu .blog-card .blog-card-content .blog-title a {
    color: var(--theme-skyblue);
    display: block;
}
.blog-menu .blog-card .blog-card-content .blog-title a:hover{
    color: var(--theme-blue);
}
.blog-menu .blog-card .blog-meta {
    display: flex;
    gap: 10px;
}
.blog-menu .blog-card .blog-meta p {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
}
.blog-menu .blog-card .blog-meta .category {
    font-weight: 600;
}
.blog-menu .blog-card .blog-meta .date {
    font-weight: 400;
}

.blog-menu .blog-card .btn-container {
    margin-top: 40px;
}
.blog-menu .blog-card .read-more-btn {
    padding: 12px 20px;
    border-radius: 0;
    border: 1px solid #83838B;
    font-size: 15px;
}
.blog-section .services-cards-container {
    margin-top: 60px;
}
.blog-menu .blog-card .blog-meta .category a {
    color: var(--theme-skyblue);
}
.blog-menu .blog-card .blog-meta .category a:hover{
    color: var(--theme-orange);
}
/* blog-section end */

/* Services section*/

.services-cards-container .mission-vision-data-item {
    margin-bottom: 30px;
}

/* Services section end */

/* blog-detail-section */
.blog-detail-section {
    padding: 100px 0;
}
.blog-detail-section .title-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.blog-detail-section .title-section .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    margin: auto 0 10px;
}
.blog-detail-section .title-section .title-data {
    flex: 1 1 auto;
    position: relative;
    padding-left: 90px;
}
.blog-detail-section .title-section .title-data:before {
    content: "";
    height: 70px;
    width: 70px;
    display: block;
    background: url('/ss-therapy-consulting/wp-content/uploads/2025/03/mission.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.blog-content blockquote:before {
    content: "";
    height: 35px;
    width: 35px;
    background: url('/ss-therapy-consulting/wp-content/uploads/2025/02/testimonial-icon.svg');
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.blog-content blockquote {
    position: relative;
    padding-left: 64px;
}
.blog-content blockquote p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #EFA286;
    font-family: var(--primary-font);
}
.blog-detail-section .title-section .blog-meta {
    display: flex;
    gap: 100px;
    justify-content: space-between;
}
.blog-detail-section .title-section .blog-meta p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--theme-skyblue);
}
.blog-detail-section .blog-content img {
    margin: 20px 0 30px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-detail-section .blog-content .content-meta {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 20px 0;
}
.blog-detail-section .blog-content .content-meta img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.blog-detail-section .blog-content .content-meta h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #EFA286;
}
.blog-sidebar {
    position: sticky;
    top: 20px;
}
.blog-sidebar .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10   px;
}
.blog-sidebar .title span{
    margin-right: 10px;
}
.blog-detail-section .search-container .form-elements{
    position: relative;
}
.blog-detail-section .search-container .form-elements button{
    background-color: transparent;
    color: #000;
    border-radius: 0;
    border: none;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-detail-section .search-container .form-elements input{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #E5E5E5;
    padding: 15px 20px;
    width: 100%;
    font-family: Open Sans;
}
.category-section{
    margin-top: 40px;
}
.category-section .category-list{
    border: 1px solid #E5E5E5;
    padding: 10px;
}
.category-section .category-list .category-item{
    padding: 10px 20px;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
}
.category-section .category-list .category-item a{
    display: inline-flex;
    align-items: center;
    gap: 20px;

}
.category-section .category-list .category-item img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.category-section .category-list .category-item p{
    margin-bottom: 0;
    transition: all 0.4s;
    font-weight: 600;
}
.category-section .category-list .category-item a{
    text-decoration: none;
}
.category-section .category-list .category-item a:hover p{
    color: var(--theme-skyblue);
}
.recent-post-section{
    margin-top: 60px;
}
.recent-post-section .recent-post-list{
    border: 1px solid #E5E5E5;
    padding: 10px;
}
.recent-post-section .recent-post-list .recent-post-item{
    margin-bottom: 15px;
    border-bottom: 1px solid #F5F5F5;
}
.recent-post-section .recent-post-list .recent-post-item a {
    display: flex;
    gap: 15px;
    align-items: center;
}
.recent-post-section .recent-post-list .recent-post-item a:hover h4{
    color: var(--theme-orange);
    text-decoration: underline;
}
.recent-post-section .recent-post-list .recent-post-item img {
    object-fit: cover;
    aspect-ratio: 16/9;
    display: block;
}
.recent-post-item .post-data h4 {
    font-weight: 600;
    font-size: 18px;
    color: var(--theme-skyblue);
    transition: all 0.4s;
}
.recent-post-item .blog-meta p{
    font-weight: 500;
    font-size: 16px;
    color: var(--theme-orange);
}
/* blog-detail-section end */


/* service-detail-section */
body.single-services section.blog-section.service-detail-page {
    margin-top: 0;
    padding-bottom: 80px;
}
.service-detail-section{
    padding: 100px 0;
}
.service-detail-section .service-data-section img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.service-detail-section .doctor-info-section{
    margin: 60px 0;
}
.service-detail-section .doctor-info-section .team-slider .app-btn-container{
    margin-top: 30px;
}
.service-detail-section .doctor-info-section .team-slider .app-btn-container .theme-btn{
    width: 100%;
    text-align: center;
}
.service-detail-page{
    padding: 0;
    margin-top: 80px;
}
/* service-detail-section end */

.blog-sidebar .widgettitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: var(--theme-skyblue);
}
.blog-sidebar .widgettitle::first-letter {
    color: var(--theme-orange);
}
.blog-sidebar form#searchform input#searchsubmit {
    height: 60px;
    width: 60px;
    min-width: 60px;
    font-size: 0;
    background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_601_5454)"><path d="M15.7812 14.3438C15.9271 14.4896 16 14.6667 16 14.875C16 15.0833 15.9271 15.2604 15.7812 15.4062L14.9062 16.2812C14.7604 16.4271 14.5833 16.5 14.375 16.5C14.1667 16.5 13.9896 16.4271 13.8438 16.2812L10.7188 13.1562C10.5729 13.0104 10.5 12.8333 10.5 12.625V12.125C9.33333 13.0417 8 13.5 6.5 13.5C4.70833 13.5 3.17708 12.8646 1.90625 11.5938C0.635417 10.3229 0 8.79167 0 7C0 5.20833 0.635417 3.67708 1.90625 2.40625C3.17708 1.13542 4.70833 0.5 6.5 0.5C8.29167 0.5 9.82292 1.13542 11.0938 2.40625C12.3646 3.67708 13 5.20833 13 7C13 8.5 12.5417 9.83333 11.625 11H12.125C12.3333 11 12.5104 11.0729 12.6562 11.2188L15.7812 14.3438ZM3.67188 9.82812C3.67188 9.82812 3.86719 10.0234 4.25781 10.4141C4.64844 10.8047 5.39583 11 6.5 11C7.60417 11 8.54688 10.6094 9.32812 9.82812C10.1094 9.04688 10.5 8.10417 10.5 7C10.5 5.89583 10.1094 4.95312 9.32812 4.17188C8.54688 3.39062 7.60417 3 6.5 3C5.39583 3 4.45312 3.39062 3.67188 4.17188C2.89062 4.95312 2.5 5.89583 2.5 7C2.5 8.10417 2.89062 9.04688 3.67188 9.82812Z" fill="%23222222"/></g><defs><clipPath id="clip0_601_5454"><rect width="16" height="16" fill="white" transform="matrix(1 0 0 -1 0 16.5)"/></clipPath></defs></svg>');
    background-position: center center;
    background-size: 35%;
    background-repeat: no-repeat;
    transition: all .4s;
    border-left: 0;
}
.blog-sidebar form#searchform div{
    display: flex;
    overflow: hidden;
}
.blog-sidebar form#searchform label {
    display: none;
}
.blog-sidebar form#searchform input#s {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 28px;
    padding: 15px 25px;
    height: 60px;
    width: 100%;
    border: 1px solid #e1e1e1;
    transition: all .4s;
    border-right: 0;
    outline: none;
}



.therapy-section,
.therapy-section p {
    text-align: left;
}
.therapy-section .therapy-section-img {
    /* background-color: #2A71962E;
    width: 270px; */
    height: 270px;
    border-radius: 135px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin: 0 auto;
}

/* .therapy-section .mission-vision-data-img img {
    background-color: #fff;
    padding: 50px;
    border-radius: 85px;
} */

.therapy-section .read-more-btn {
    margin-top: 20px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 2px 5px 0px #0000001A;
    margin: 20px auto 0;
}

.therapy-section .read-more-btn i {
    font-size: 30px;
    color: #DCDDE5;
}
.therapy-section {
    margin-bottom: 30px;
}

.therapy-section .jeet{
    margin-top: 41px;
}
.therapy-section p {
    color: #000000;
}
.therapy-section .therapy-section-img img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
::-webkit-scrollbar {
    width: 0.4em !important;
}
::-webkit-scrollbar-thumb {
    background-color: #FFF;
} 
.about_paragraph {
    max-height: 380px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
}
.about_paragraph.expanded {
    max-height: unset;
}
button.read-more-btn {
    border: 0;
    background: transparent;
    color: var(--theme-skyblue);
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    font-family: var(--secondary-font);
    text-decoration: underline;
}
section.policy_section {
    padding: 100px 0;
}
section.policy_section p a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
section.policy_section p a:hover {
    color: #2A7196;
}
section.policy_section h2 {
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 30px;
    line-height: 120%;
}
section.policy_section ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
section.policy_section ul li {
    position: relative;
    font-size: 18px;
    font-family: var(--secondary-font);
    line-height: 150%;
    padding-left: 20px;
}
section.policy_section ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    background-color: #000;
    transform: rotate(45deg);
}