/*!
Theme Name: Feel Better Now
Theme URI: http://feelbetternowpsychotherapy.com
Author: IBS (Inspurate Business Services)
Author URI: https://inspurate.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Feel Better Now Psychotherapy
*/

 :root {
            --primary-color: #c9a55b;
            --secondary-color: #3d5a6c;
            --accent-color: #e8d5b7;
            --dark-color: #344033;
            --light-color: #f8f9fa;
            --white: #ffffff;
            --black: #000000;
            --text-color: #555;
	    --button-bgcolor:#ffdfcd;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: "Archivo", sans-serif;
            color: var(--text-color);
            line-height: 1.8;
            overflow-x: hidden;
	    background-color:#faf9f7;
        }
        
        h1, h2, h3, h4, h5, h6 {
            
font-family: "Gotu", sans-serif;
            color: var(--dark-color);
            font-weight: 400;
        }
        
        /* Header/Navbar */
.logo {
width: 11%;
}
        .main-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: transparent;
            transition: all 0.3s ease;
        }
        
        .main-header.scrolled {
            background: #fff;
        }
        
        .navbar {
            padding: 1.2rem 0;
        }
        
        .navbar-brand {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-color) !important;
            letter-spacing: 1px;
        }
        
        .nav-link {
            color: var(--black) !important;
            font-weight: 500;
            font-size: 0.95rem;
            margin: 0 1.2rem;
            padding: 0.5rem 0 !important;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background: var(--primary-color);
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after,
        .nav-link.active::after {
            width: 100%;
        }
        
        /* Hero Section */
        .hero-section {
            height: 100vh;
            position: relative;
            background: url('https://www.inspuratesystems.com/staging/feelbetternow/wp-content/uploads/2026/01/couple.jpg') center/cover no-repeat;
            display: flex;
            align-items: center;
            color: white;
            margin-top: 0px;
        }
        
        .hero-content {
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .hero-subtitle {
            font-size: 1.1rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            color: var(--accent-color);
            font-weight: 500;
        }
        
        .hero-title {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
        
        .hero-description {
            font-size: 1.1rem;
            margin-bottom: 3rem;
            opacity: 1;
            font-weight: 300;
			line-height: 1.3;
			font-family: 'Gotu';
        }
        
        .btn-primary-custom {
            background: var(--button-bgcolor);
            color: #d45700;
            padding: .8rem 2.5rem;
            border: 2px solid var(--button-bgcolor);
            border-radius: 130px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
        
        .btn-primary-custom:hover {
            background: transparent;
            color: white;
            border-color: white;
        }
        
        .btn-secondary-custom {
            background: transparent;
            color: white;
            padding: 1rem 2.5rem;
            border: 2px solid white;
            border-radius: 0;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
        
        .btn-secondary-custom:hover {
            background: white;
            color: var(--dark-color);
        }
        
        /* Section Styling */
        .section-padding {
            padding: 3rem 0;
        }
        
        .section-header {
                text-align: center;
       		max-width: 90%;
    		margin: 0px auto 4rem
        }
.section-header-third {
                text-align: left;
       		max-width: 52%;
    		margin: 0px 0 4rem
        }
.section-header-fourth {
    text-align: center;
    max-width: 55%;
    margin: 0px auto 4rem;
}
.section-header-six {
    text-align: center;
    max-width: 65%;
    margin: 0px auto 4rem;
}
#event {
    background-color: #f2e9e3;
}
        
        .section-subtitle {
            color: #D45700;
    font-size: 60px;
    text-transform: lowercase;
    font-family: "League Script";
    line-height: 1.3;
    letter-spacing: 0.8px;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 50px;
        }
        
        .section-title {
            font-size: 35px;
			margin-bottom: 1.5rem;
			line-height: 1.2;
        }
.truncate-text {
	font-size: 25px;
}
        
        .section-description {
            font-size: 1.1rem;
            color: var(--text-color);
            line-height: 1.8;
        }
        
        /* About Section */
        
        .about-image {
            position: relative;
            overflow: hidden;
            border-radius: 0;
        }
        
        .about-image img {
            width: 100%;
            height: 720px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .about-image:hover img {
            transform: scale(1.05);
        }
        
        .about-content {
            padding: 3rem;
        }
        
        .about-text {
            font-size: 1.05rem;
            margin-bottom: 2rem;
            color: var(--text-color);
        }
        
        .signature {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            color: var(--primary-color);
            margin-top: 2rem;
        }
        
        /* Services Section */

        .service-card {
            text-align: left;
            padding: 3rem 2rem;
            transition: all 0.3s ease;
            border: 1px solid transparent;
			    text-decoration: none;
        }
.home .service-card, .page-id-50 .service-card{
	text-align: center;
}
        
        .service-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 2rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .service-icon i {
            font-size: 2rem;
            color: #D45700;
            transition: all 0.3s ease;
        }
        
        .service-card:hover .service-icon i {
            color: white;
        }
        
        .service-title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: var(--dark-color);
        }
        
        .service-description {
            color: var(--text-color);
            line-height: 1.8;
        }
        
        /* Classes Section */
        .classes-section {
            background: var(--white);
        }
        
        .class-card {
            background: white;
            overflow: hidden;
            transition: all 0.3s ease;
            margin-bottom: 2rem;
        }
        
        .class-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        
        .class-image {
            position: relative;
            overflow: hidden;
            height: 300px;
        }
        
        .class-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .class-card:hover .class-image img {
            transform: scale(1.1);
        }
        
        .class-level {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--primary-color);
            color: white;
            padding: 0.5rem 1rem;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
        .class-content {
            padding: 2rem;
        }
        
        .class-title {
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }
        
        .class-meta {
            display: flex;
            gap: 2rem;
            margin-bottom: 1rem;
            font-size: 0.9rem;
            color: var(--text-color);
        }
        
        .class-meta i {
            color: var(--primary-color);
            margin-right: 0.5rem;
        }
       
        /* Footer */
        .footer {
            background: #faf9f7;
            color: #000;
            padding: 2rem 0 0rem;
        }
        
        .footer-logo {
            font-family: "Gotu", sans-serif;
    		font-size: 2rem;
    		font-weight: 300;
    		color: #000;
    		margin-bottom: 0rem;
        }
        
        .footer h5 {
            color: #000;
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
        }
        
        .footer-links ul{
            list-style: none;
            padding: 0;
            color: #000;
        }
        
        .footer-links ul li {
              margin-bottom: 0rem;
              padding: 0px 15px;
              font-size: 14px;
    display: inline-block;
			    line-height: 14px;
        }
        
        .footer-links ul li a {
            color: #000;
            text-decoration: none;
            transition: all 0.3s ease;
			 font-size: 12px;
    		font-family: "Archivo", sans-serif;
        }
        
        .footer-links a:hover {
            color: #000;
            padding-left: 5px;
        }
        
        .social-icons {
            display: flex;
            gap: 1rem;
			justify-content: flex-end;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            transition: all 0.3s ease;
			text-decoration:none;
        }
        
        .social-icon:hover {
            background: #D45700;
            border-color: #D45700;
            color: white;
        }
        
        .footer-bottom {
                border-top: 1px solid rgb(0 0 0 / 10%);
				margin-top: 0rem;
				padding-top: 1rem;
            text-align: center;
			    padding-bottom: 1rem;
        }
.footer p {
	line-height: 18px;
    font-family: 'Gotu';
}
.copyrighttext {
text-align:right;
font-size: 12px;
}
.footer-bottom-menu {
	font-size: 12px;
}
.footer-bottom-menu a {
	color: #000; 
}
.social-icon i {
	 font-size: 22px;
}
.footer-bottom-menu li {
	font-size: 12px;
}
        /* Responsive */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 3rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .nav-link {
                margin: 0.5rem 0;
            }
        }

#about-heading-section {
	 padding: 10rem 0rem 4rem 0rem;
}
#corevalues {
	    background-color: #f2e9e3;
}
.faq-section {
    padding: 80px 0;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.faq-accordion .accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 24px 0;
    background: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #d45700; /* orange heading */
    background: transparent;
}

.faq-accordion .accordion-button::after {
    background-image: none;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq-accordion .accordion-body {
    padding: 24px 0 24px;
    font-size: 16px;
    color: #444;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #d45700;
    box-shadow: none;
	border-bottom: 1px solid #ddd;
}
.member-icon {
    margin: 0 auto 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.member-icon img{
	width: 200px;
    height: 233px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
  }
.contact-form {
	    padding: 50px;
}
.navbar-nav ul li a {
	    color: #000;
    text-decoration: none;
}
.navbar-nav ul {
    list-style-type: none;
	display: flex;
}
.local-resources a {
	color:#d45700;
	text-decoration: none;
	font-weight: 300;
}

.core-values-tabs .nav-pills .nav-link {
    border-radius: 50px;
    padding: 12px 28px !important;
    font-weight: 500; 
    color: #222;
    background: transparent;
    border: 1px solid #ccc;
    margin:8px;
}

.core-values-tabs .nav-pills .nav-link.active {
    background-color: #e15b00; /* orange */
    color: #fff !important;
    border-color: #e15b00;
}

.core-values-tabs .tab-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
}
svg {
	
    transform: scale(2);
    width: 6rem;
    height: 6rem;

}
.nav-pills .nav-link::after {
	    height: 0px !important;
}
#services-inner-pages {
	background:#fff;
}
.content-color {
	color:#000;
}
.tagline {
	padding-top: 0px;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}
#map-section {
	background:#fff;
}
.email a{
	color:#D45700;
	text-decoration:none;
}
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1bab5;
    padding: 6px 20px;
}
.nf-field-label .nf-label-span, .nf-field-label label {
    font-family: "Gotu", sans-serif;
}
.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    width: auto;
    background-color: #e15b00;
    color: #fff;
    border-color: #e15b00;
}
.therapy-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 280px;
    background: #fff;
    border-radius: 180px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 70%;
    padding: 30px;
}
.therapy-card:hover {
	background:#ffdfcd;
}

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

.therapy-icon img {
    max-width: 80px;
    margin-bottom: 20px;
}

.therapy-title {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.therapy-icon svg {
	        height: 5em;
    width: 5rem;
}

.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.read-more-btn {
    background: none;
    border: none;
    color: #e35a00; /* adjust brand color */
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 6px;
}

.session-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* adjust opacity here */
    z-index: 1;
}
.hero-section > * {
    position: relative;
    z-index: 2;
}
.hero-title {
	    color: #ffdfcd !important;
}



/* Burger Button */
.burger-btn {
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.burger-btn span {
    display: block;
    height: 3px;
    background: #000;
    margin: 5px 0;
    transition: 0.3s;
}

/* Overlay Menu */
.overlay-menu {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.overlay-menu.active {
    opacity: 1;
    visibility: visible;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 50px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* Menu Centering */
.overlay-menu-inner {
    text-align: center;
}

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

.overlay-menu-inner .menu-item {
    margin: 20px 0;
}

.overlay-link {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.overlay-link:hover {
    color: #e55d00;
}
.overlay-menu-inner .menu-item a{
	color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-family: 'Gotu';
}
li.page_item::marker, .overlay-nav ul {
	    list-style-type: none;
		padding-left: 0rem;
}
.overlay-menu-inner .menu-item a:hover{
	color:#e35a00;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-actions {
    display: flex;
    align-items: center;
}

.bookingbtn {
    background: var(--button-bgcolor);
    color: #d45700;
    padding: 12px 20px;
    border: 2px solid var(--button-bgcolor);
    border-radius: 130px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 12px;
    margin-top: 6px;
}
.blog article .section-title {
	 margin-bottom: 10px;
    padding-top: 5px;
	line-height: .8;
}
.blog .section-title a {
	font-family: "Gotu", sans-serif;
    color: var(--dark-color);
    font-weight: 400;
	text-decoration:none;
	    font-size: 24px;
	text-transform:uppercase;
}
.read-morebtn {
	background: none;
    border: none;
    color: #000;
    text-align: left;
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 10px;
}
.read-morebtn:hover {
    color: #d45700;
}


.single-post-hero-img {
    position: relative;
    height: 380px;
    overflow: hidden;
}

.single-post-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay */
.single-post-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

/* Title styling */
.hero-title {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 900px;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .single-post-hero-img {
        height: 260px;
    }

    .hero-title {
        font-size: 26px;
    }
}


.single-post-title {
    font-size: 42px;
    line-height: 1.2;
}

.single-post-meta {
    font-size: 14px;
}

.single-post-content {
    font-size: 18px;
    line-height: 1.8;
}

.single-post-content h2,
.single-post-content h3 {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .single-post-title {
        font-size: 30px;
    }
}
#secondary {
	background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.nav-links a {
	    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-links .nav-title {
	 padding-left: 5px;
}

@media only screen and (max-width:768px){
.section-subtitle {
    font-size: 48px;
}
	.navbar-brand {
    margin: 0;
}
	.truncate-text {
    -webkit-line-clamp: 5;
 }
	.footer-links ul {
    margin: 0 auto;
    text-align: center;
}
	.social-icons {
    justify-content: center;
}
	.footer-widget {
		margin:0 auto;
	}
	.copyrighttext {
    text-align: center;
}
}
.team-designation {
	    font-size: 1rem;
}
.location-title {
	font-family: "Gotu", sans-serif;
    color: var(--dark-color);
    font-weight: 400;
	font-size:35px;
}
.services-top {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* adjust darkness */
    z-index: 1;
}

/* Keep content above overlay */
.services-top .container {
    position: relative;
    z-index: 2;
}
.page-template-services-inner-pages-php .section-title {
	color: #fff !important;
}

/* Hide content by default */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    opacity: 0;
}

/* Class added via JS when open */
.accordion-content.is-open {
    max-height: 1000px; /* Large enough for bio text */
    opacity: 1;
    padding-top: 15px;
}

.bio-toggle {
    background: none;
    border: none;
    color: #a0866a; /* Adjust to your brand color */
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.cky-btn-accept {
    background: #d45700 !important;
    color: #ffffff;
    border: 2px solid #d45700 !important;
}
.cky-btn-reject {
    color: #d45700 !important;
    background: transparent;
    border: 2px solid #d45700 !important;
}
.cky-btn-customize {
    color: #d45700 !important;
    background: transparent;
    border: 2px solid #d45700 !important;
}
.scrolled .btn-primary-custom:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}
.modal-body #ninja_forms_required_items, .nf-field-container {
    margin-bottom: 10px !important;
}
.modal-body .nf-form-layout {
	    padding: 0px 20px;
}
.modal-body .field-wrap .pikaday__container, .modal-body .field-wrap .pikaday__display, .modal-body .field-wrap>div input, .modal-body .field-wrap select, .modal-body .field-wrap textarea {
	border-radius: 15px !important; 
}
@media only screen and (max-width:768px){
	.logo {
    width: 50%;
}
	.navbar-brand {
        width: 30%;
    }
	.home .burger-btn span {
    background: #fff;
}
	.scrolled .burger-btn span {
    background: #000;
}
	.about-image img {
    height: auto;
}
}