body {
    font-family: sans-serif ;
    font-size: 16px;
    font-weight: 400;
}
p {
    font-family:  sans-serif ;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: inherit;
}
.top-bar {
    background-color: black;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    text-align: center;
}
.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 20s linear infinite;
}

@keyframes scrollText {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* INFO BAR */
.info-bar {
    background:#b5e2ff;
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    font-family: sans-serif ;
}
.info-bar i {
    margin-right: 6px;
}
.info-right a {
    text-decoration: none;
    color: inherit;
}
.social-icons{
    margin-left:60px;
}
.info-right a i {
    background: #fff;
    border-radius: 70%;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
@media (max-width: 768px) {
    .info-bar {
        display: none;
    }
}
.navbar-nav .nav-link {
    font-weight: 600;
    color: #000;
    margin: 0 3px;
}
.navbar-nav .nav-link.active {
    color: #4da6ff !important;
}
.navbar-nav .nav-link:hover {
    color: #4da6ff;
}
.dropdown-menu a {
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #eee;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Default hidden */
.dropdown-menu {
    display: none;
}
.dropdown-menu {
    transition: all 0.3s ease;
}


/* APPOINTMENT BTN */
.appointment-btn {
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    text-decoration: none;

}

/* MOBILE VIEW */
@media (max-width: 576px) {
    .appointment-btn {
        padding: 10px 15px;
        font-size: 10px;
        margin-right:5px;
    }
}

.mob-btn {
    display: none;
}

/* MOBILE VIEW */
@media (max-width: 576px) {
    .mob-btn {
        display: inline-block;
    }
}

/* HERO BACKGROUND */
.hero-section {
    background-image: url('./../images/nischya.jpg'); /* same image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 100px 50px;
    overflow: hidden;
}

/* TEXT SMALL */
.hero-small {
    font-size: 20px;
    margin-bottom: 10px;
}

/* MAIN TITLE */
.hero-title {
    font-family: "Poppins", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.4em;
    -webkit-text-stroke-width: 1.5px;
    stroke-width: 1.5px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    color: #FF0000;
}
.hero-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.hero-btn {
    background:#021bc1;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}
.hero-btn:hover {
    background: #333;
}
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 20px;
        text-align: center;
    }
    .hero-title {
        font-size: 40px;
    }
    .hero-subtitle {
        font-size: 18px;
    }
}
@media (min-width: 1400px) {
    .overlap-section {
        max-width: 1447px !important;
    }
}
.overlap-section {
    margin-top: -45px;
    position: relative;
    z-index: 5;
}
.info-blue {
    background: #b5e2ff;
}
.icon-circle {
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.icon-circle i {
    color: #fff;
    font-size: 50px;
}
.doctor-btn:hover {
    background-color: #B5E2FF;
    color: #000000;
}
.circle-section {
    position: relative;
    width: 450px;
    height: 450px;
    margin: 80px auto;
}
.center-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 40px 20px;
    box-shadow:0 5px 40px rgba(100,176,196,.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.first-circle {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 6px solid #f0fafe;
}

.center-circle i {
    font-size: 28px;
    color: #000;
    padding: 12px;
    border-radius: 50%;
    font-size: 50px;
}

.center-circle h3 {
    color: #6161CE;
    font-weight: 600;
    font-size: 24px;
}

.center-circle p {
    font-size: 14px;
}

#qualified_doctors .pp-circle-icon-shapes {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#instant_appoint .pp-circle-icon-shapes {
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg);
}

#hours .pp-circle-icon-shapes {
    -webkit-transform: rotate(136deg);
    transform: rotate(680deg);
}

#online_help .pp-circle-icon-shapes {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
}

.pp-circle-icon-shapes {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.pp-shape-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #f0fafe;
    height: 5px;
    width: 72.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pp-shape-2 {
    position: absolute;
    left: calc(45% + 72.5px + 3px);
    top: 50%;
    border-radius: 50%;
    background: #f0fafe;
    height: 20px;
    width: 20px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.small-circle {
    width: 95px;
    height: 95px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#qualified_doctors, #online_help {
    border: 10px solid #b5e2ff;
}

#instant_appoint, #hours {
    border: 10px solid #000000;
}
.small-circle i {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
}
.top-left { top: 10px; left: -13px; } 
.top-right { top: 10px; right: -13px; }
.bottom-left { bottom: 10px; left: -13px; }
.bottom-right { bottom: 10px; right: -13px; }
@media (max-width: 768px) {
    .top-left { left: 40px; }
    .top-right { right: 40px; }
    .bottom-left { left: 40px; }
    .bottom-right { right: 40px; }
}
.sc1 {
    top: 0;
    left: 50px;
}

.sc2 {
    bottom: 20px;
    left: 20px;
    border-color: #000;
}

.sc3 {
    bottom: 0;
    right: 80px;
}

.sc4 {
    top: 0;
    right: 80px;
    border-color: #000;
}
.custom-container {
    max-width: 1110px !important;
}
.therapy-card {
    background: #FFFFFF;
    padding: 44px 29px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.therapy-card:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease;
}
.therapy-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}
.therapy-card p {
    font-size: 15px;
    min-height: 120px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000000;
}
.seo-link {
    color: #c36;
    text-decoration: none;
    font-weight: 500;
}
.view-btn {
    border: 2px solid #021BC1;
    color: #021BC1 !important;
    border-radius: 50px;
    padding: 6px 20px;
    margin-top: 10px;
}

.view-btn:hover {
    background: #021BC1;
    color: #fff !important;
}
.doctor-heading {
    font-size: 40px;
    font-weight: 700;
}
.doctor-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.doctor-degree {
    color: #2c4b7c;
    font-weight: 700;
    margin-bottom: 20px;
}
.doctor-text {
    font-size: 16px;
    line-height: 28px;
}
.highlight {
    color: #e63946;
    font-weight: 500;
}
.doctor-btn {
    border-radius: 30px;
    padding: 8px 20px;
}
.doctor-btn-blue {
    background: #8ecae6;
    border-radius: 30px;
    padding: 8px 20px;
    color: #000;
    border: 1px solid #000;
}
.doctor-btn-blue:hover {
    background: white;
    border:solid 1px;
    border-color:black;
}
.doctor-img {
    border-radius: 20px;
}
@media (max-width: 768px) {
    .doctor-name {
        font-size: 30px;
    }
    .doctor-heading {
        font-size: 26px;
    }
    .doctor-img {
        margin-top: 20px;
    }
}
.card img {
    height: 200px;
    object-fit: cover;
}
.flip-card {
    perspective: 1000px;
    height: 100%;
}
.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 260px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.flip-card:hover .flip-inner {
    transform: rotateY(180deg);
}
.flip-front, .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
}
.flip-front img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.flip-front {
    background: #fff;
}
.flip-front p {
    padding: 10px;
    font-weight: 600;
}
.flip-back {
    background: #fff;
    transform: rotateY(180deg);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}
.flip-back a {
    color: #f6bb06;
    font-weight: 600;
    text-decoration: none;
}
.btn-outline-primary {
    border-color: #021BC1;
    color:#021BC1;
}
.btn-outline-primary:hover {
    background: #021BC1;
    color: #fff;
}
.book-an-appointment:hover{
    background: transparent !important;
    color: #021BC1 !important;
}
.custom-bg {
    background: #B5E2FF; /* exact light blue */
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.297);
    padding: 40px 40px 40px 40px;
}
.icon-box {
    width: 70px;
    height: 70px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 28px;
}
h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4em;
    color:black;
}
h4 {
    font-size: 22px;
}
section .shadow-sm {
   box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}
section h5 {
    font-size: 18px;
}
.ti-widget-container .ti-review-item .ti-inner {
    background: #121212 !important;
    color: #fff !important;
    border-radius: 16px !important;
}
.ti-widget-container .ti-name {
    color: #fff !important;
    font-weight: 600;
}
.ti-widget-container .ti-date {
    color: #bfbfbf !important;
}
.ti-widget-container .ti-review-content {
    color: #e5e5e5 !important;
}
.ti-widget-container .ti-star.f {
    filter: brightness(0) saturate(100%) invert(72%) sepia(94%) saturate(749%) hue-rotate(1deg) brightness(102%) contrast(101%);
}
.ti-widget-container .ti-star.e {
    opacity: 0.4;
}
.ti-widget-container .ti-widget-header {
    display: none !important;
}
.ti-widget-container .ti-prev,
.ti-widget-container .ti-next {
    background: #000 !important;
    border-radius: 50%;
}
.doc-name{
    color:#D1090A;
    font-size:44px;
    font-weight:600;
}
.doc-sub{
    color:#1e3a8a;
    font-size:14px;
    margin-top:5px;
    margin-bottom:25px;
}
.doc-heading{
    color:#1e3a8a;
    font-size:32px;
    margin-bottom:25px;
}
.doc-text{
    font-size:15px;
    line-height:28px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    margin-bottom:20px;
}
.doc-text a{
    color:#d40000;
    text-decoration:none;
}
.doc-img{
    border-radius:20px;
}
.services-banner {
    background: url('../images/services-bg.jpg') center/cover no-repeat;
    height: 250px;
    position: relative;
}
.therapist-banner{
    background: url('../images/Theorpy-bg-img.jpg') center/cover no-repeat;
    height: 250px;
    position: relative;
}
.sex-therapist-banner{
    background: url('../images/sex-therepy-banner.png') center/cover no-repeat;
    height: 250px;
    position: relative;
}
.family-therapist-banner{
    background: url('../images/family-therapy-bg.png') center 30%/cover no-repeat;
}
.relationship-therapist-banner{
    background: url('../images/relationship-counselling.png') center 30%/cover no-repeat
}
.blog-bg{
    background-image: url('./../images/Our Location.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70vh;
}
.sticky-box {
    position: sticky;
    top: 20px;
 }
.services-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}
.therapist-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}
.services-title {
    font-size: 40px;
}
.therapist-title {
    font-size: 35px;
}
@media (max-width: 768px) {
    .services-title {
        font-size: 36px;
    }
    .services-banner {
        height: 180px;
    }
}
@media (max-width: 768px) {
    .therapist-title {
        font-size: 18px;
    }
    .therapist-banner {
        height: 130px;
    }
}
.service-box{
    background:#f8fffe;
    border:1px solid #cfd8dc;
}
.service-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}

.service-box p {
    font-size: 15px;
    font-weight: 500;
}
.video-box{
    background:#fff;
    border-radius:20px;
    padding:15px;
    box-shadow:0 0 25px rgba(0,0,0,0.2);
}
.video-box video{
    width: 100%;
    height: 100%;
    object-fit: cover;   /* ya contain try karo */
}
.custom-input{
    border:2px solid #2bbbad;
    border-radius:50px;
    padding:12px 20px; 
}
textarea.custom-input{
    border-radius:20px;
}
.submit-btn{
    background:#2bbbad;
    color:#fff;
    border-radius:50px;
    padding:12px;
}
.submit-btn:hover {
    border:2px solid #26B2A6;
}
.contact-box {
    background:#B5E2FF;
    border-radius:10px;
    height: 585px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.therapy-top-text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.therapy-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.therapy-text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.highlight-link {
    color: #e63946;
    text-decoration: none;
    font-weight: 600;
}
.highlight-link:hover {
    text-decoration: underline;
}
.hover-blue-border {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.hover-blue-border:hover {
    border: 2px solid transparent;
    transition: all 0.3s ease;
    border-color: #0d6efd; /* Bootstrap primary blue */
}
.blog-card {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}
.blog-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}
.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.3s;
}
.blog-card:hover .blog-img {
    transform: scale(1.05);
}
.blog-content {
    padding: 15px;
}
.blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.3;
}
.blog-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
a.text-decoration-none {
    display: block;
}
@media (max-width: 768px) {
    .blog-img {
        height: 180px;
    }
    .blog-title {
        font-size: 16px;
    }
}
.blog-heading{ 
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #021BC1;
}
.blog-heading h5{ 
    font-weight: 800;
}
.my-5 p a{
    color:red;
}
.footer-section {
    background: #000;
    color: #fff;
}
.footer-text {
    font-size: 15px;
    line-height: 28px;
}
.footer-title {
    color: #8ecafc;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
}
.footer-links li::before {
    content: "›";
    font-weight: bold;
    position: absolute;
    left: 0;
    color: #8ecafc;
}
.footer-links a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
.footer-links a:hover {
    color: #B5E2FF; 
}
.brand a {
    text-decoration: none;
    color: inherit;
}
.brand a:hover {
    color: white !important;
}
.appointment-btn-footer {
    display: inline-block;
    background: #e6ff00;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}
.contact-card {
    background: #eee;
    color: #000;
    padding: 30px;
    border-radius: 15px;
}
.contact-card h3 {
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-card p {
    margin-bottom: 12px;
    font-size: 15px;
}
.footer-social i {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}
.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 15px;
    font-size: 14px;
}
.footer-bottom .brand,
.footer-bottom .brand a {
    color: #ff4d6d;
    font-weight: 600;
}
.footer-bottom .brand a:hover {
    color:#B5E2FF !important;
}
@media (max-width: 768px) {
    .contact-card {
        margin-top: 20px;
    }
    .footer-section {
        text-align: left;
    }
}