/*!
Theme Name: Grief and Beyond
Theme URI: https://them.es/starter
Author: Edel works
Author URI: https://www.edelworks.com/
Description: A compassionate space to navigate grief and fing your way forward
Version: 3.6.1
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: grief
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

:root {
  --white: #ffffff;
  --black: #212529;
  --blue: #068CC8;
  --font-roboto: "Merriweather", serif;
  --font-playfair: "Merriweather", serif;
  /* 	--font-roboto: "Roboto", sans-serif;
	--font-playfair:"Playfair Display", serif; */
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
}

body {
  overflow-x: hidden !important;
}

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

p,
a,
span,
li,
ul,
td,
div{
  font-family: var(--font-roboto);
  font-weight: 300;
}

p,
span,
li,
a,
td {
  line-height: 1.7;
}

.section {
  padding: 60px 0;
}

.max-width-700 {
  max-width: 700px;
}

.section-end {
  padding-bottom: 50px;
}

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

/*.container{
  padding: 0 20px;
}*/

.hamburger {
  position: relative;
  width: 40px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}

.hamburger span {
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--black);
  transition: all 0.35s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
  width: 40px;
}

.hamburger span:nth-child(2) {
  top: 9px;
  width: 30px;
  left: 10px;
}

.hamburger span:nth-child(3) {
  bottom: 0;
  width: 20px;
  left: 18px;
}

.navbar-toggler:not(.collapsed) .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
  width: 30px;
  left: 5px;
}

.navbar-toggler:not(.collapsed) .hamburger span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
  width: 30px;
  left: 5px;
}

.all-img {
  border-radius: 20px;
}

.home .hamburger span {
  background: var(--white);
}

.sticky .hamburger span,
body:not(.home) .hamburger span {
  background: var(--black);
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  margin-top: 30px;
}

.sticky .hamburger span {
  background: #000;
}

.sticky-log {
  margin-top: 55px;
}

.home .hamburger span {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--white) !important;
  box-shadow: 0 0 10px 0 var(--black) !important;
  border-top: 4px solid var(--blue);
}

.header .navbar {
  padding: 10px 40px;
}

.navbar-brand img {
  height: 70px !important;
}

.home .header {
  background: transparent;
  box-shadow: none;
}

.home .header .container-fluid {
  position: relative;
  z-index: 100;
}

.home .nav-link {
  color: var(--white);
}

.sticky .nav-link {
  color: var(--black);
}

.home .nav-item .nav-link:hover {
  color: var(--blue) !important;
}


.home .navbar-nav .nav-link::after {
  background: var(--blue);
  color: var(--blue);
}


.home .header-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 36px;
  padding: 10px 20px;
  margin: 0
}

.sticky .header-btn {
  background: var(--blue);
  color: #fff;
  border-radius: 36px;
  padding: 12px 20px;
  border: 1px solid var(--blue);
}

.home .header-btn:hover {
  background: var(--blue);
}

.home .header-btn:hover {
  color: var(--white) !important;
}

body:not(.home) .header {
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--blue);
}

body:not(.home) .nav-link {
  color: var(--black) !important;
}

body:not(.home) .nav-link:hover {
  color: var(--blue) !important;
}


body:not(.home) .header-btn {
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
  border-radius: 36px;
  padding: 12px 20px;
  margin: 0;
}

.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 6px;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: var(--blue);
  transition: width 0.3s ease;
}

.navbar-nav {
  gap: 30px;
}

.nav-link {
  font-size: 18px;
  padding: 0 !important;
  font-weight: 500 !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-link.active {
  color: var(--blue) !important;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -100px;
  z-index: 1;
}

.banner .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner .screen {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}

.banner .video-content {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 80%;
}

.banner #background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.banner .video-content h1,
.banner .video-content h3,
.banner .video-content p {
  color: var(--white);
  text-shadow: 1px 1px 2px #000;
}

.banner .video-content h1 {
  font-size: 60px;
}

.banner .video-content h3 {
  font-size: 36px;
}

.banner .video-content p {
  font-size: 18px;
  font-weight: 500 !important;
  margin: 0px !important;
  line-height: 170% !important;
}

.header-logo {
  display: none;
}

.home .logo-home {
  display: block;
}

body:not(.home) .logo-sticky {
  display: block;
}

.sticky .hamburger span {
  color: var(--black);
}


.sticky .logo-home {
  display: none;
}

.sticky .logo-sticky {
  display: block;
}



.home .banner .container {
  height: 100%;
}

.home .hero-content {
  padding-left: 80px;
  max-width: 825px;
}

.home .hero-content h1 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px #000;
  font-size: 42px;
}

.home .hero-content p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
  text-shadow: 2px 2px 2px #000;
}

.acf-btn {
  background: var(--blue);
  color: var(--white);
  font-weight: 400;
  border-radius: 36px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid var(--blue);
  background-clip: padding-box;
}

.acf-btn:hover {
  background: var(--white);
  color: var(--blue);
  border-color: var(--blue);
}

.acf-btn i {
  display: inline-block;
  transition: transform 0.35s ease;
}

.acf-btn:hover i {
  transform: rotate(45deg) translateX(4px);
}

/* blog */

.blog-card {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-card-body {
  padding-top: 18px;
  text-align: left;
}

.blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-weight: 400;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 999px;
  text-decoration: none;
  margin: 0;
  border: 1px solid var(--blue);
}

.blog-btn:hover {
  background-color: var(--blue);
  color: var(--white);
}

.blog-btn:hover i {
  transform: rotate(45deg) translateX(4px);
}

.blog-btn i {
  display: inline-block;
  transition: transform 0.35s ease;
}

/*  */

/* footer */
.footer {
  background-color: var(--blue);
  color: var(--white);

}

.footer .container {
  max-width: 1320px;
}


.footer-one-section {
  text-align: center;
  padding: 50px 0;
}

.footer-one-section h2 {
  line-height: 1.4;
  margin: 20px auto 30px;
}

.footer h2 {
  font-size: 24px;
  font-weight: 500;
}

.footer-main-title {
  font-size: 28px !important;
}

.white-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--white);
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid var(--white);
}

.white-btn i {
  font-size: 16px;
  display: inline-block;
  transition: transform 0.35s ease;
}

.white-btn:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--white);
}

.white-btn:hover i {
  transform: rotate(45deg) translateX(4px);
}

.footer-border {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.grief-border {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.footer-two-section {
  color: var(--white);

}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
}

.footer-two-section h4 {
  font-size: 22px;
  font-weight: 500;
}

.footer-two-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-two-section ul li a {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  cursor: pointer;
  color: var(--white);
}

.footer-two-section ul li a:hover {
  text-decoration: underline;
}

.footer .d-flex {
  gap: 5px;
  margin-top: 10px;
}

.footer .d-flex span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .d-flex span i {
  font-size: 28px;
  color: var(--white);
}

.footer .d-flex span:hover {
  text-decoration: underline;

}

/* FOOTER BOTTOM */
.footer-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
}

.footer-end p {
  margin: 0;
}

.footer-third {
  margin-bottom: 47px;
}


/*  */

.who-section {
  background: #ffffff;
}

.who-svg {
  width: 90px;
  margin-bottom: 12px;
}

.who-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}

.who-card {
  background: #f6fbfc;
  padding: 25px 18px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ODD cards → rounded top */
.row>div:nth-child(odd) .who-card {
  border-radius: 120px 120px 20px 20px;
}

/* EVEN cards → rounded bottom */
.row>div:nth-child(even) .who-card {
  border-radius: 20px 20px 120px 120px;
}

.card-img-wrap {
  position: relative;
}

.card-img-wrap .icon-img {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 26px;
  height: auto;
}

.who-bottom {
  font-size: 16px;
  font-weight: 500;
  margin-top: 50px;
}

/*  */

.space-slick .slide-item {
  text-align: center;
  padding: 10px;
}

.space-slick img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.Beyond-Method-icon {
  justify-content: space-between;
}

.Beyond-Method-icon-two {
  justify-content: center;
  gap: 40px;
}

.icon-desc p {
  font-size: 20px;
  line-height: 120%;
  margin: 4px;
  font-weight: 500;
}

.icon-desc p span {
  font-size: 16px;
  font-weight: 300 !important;
  margin: 0;
}

.icon-description {
  padding: 0 !important;
}


/*  */

.Testimonials {
  position: relative;
  background-image: url('path-to-your-image.jpg');
  /* your background image */
  background-size: cover;
  background-position: center;
}

.Testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(6 140 200 / 15%);
  mix-blend-mode: multiply;
  /* you can use: overlay, screen, lighten, darken, etc. */
  z-index: 1;
}

.Testimonials .container {
  position: relative;
  z-index: 2;
  /* content stays above overlay */
}

.testimonial-name {
  font-weight: 500;
}

.acf-btn-testi {
  margin-top: 20px;
}

.blogview-btn {
  border: 1px solid var(--blue) !important;
  border-radius: 20px !important;
  color: var(--blue) !important;
}

.terms a {
  color: var(--white);
}

.terms a:hover {
  text-decoration: underline;
}


/*  */

.grief-card {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5fdff;
  border-radius: 140px 140px 12px 12px;
  padding: 30px;
  margin: -10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Center content inside background */
.grief-card-content {
  text-align: center;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Icon styling */
.grief-card-icon {
  margin-bottom: 12px;
}

/* Text styling */
.grief-card-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-weight: 300;
}


.grief-card-two {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5fdff;
  border-radius: 12px 12px 140px 140px;
  padding: 30px;
  margin: -10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.grief-card-content-two {
  text-align: center;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grief-card-content-two p {
  font-weight: 300;
  font-size: 16px;
}

.grief-card-icon-two {
  margin-bottom: 12px;
}

.grief-gap {
  gap: 20px;
}

/*  */
#griefMobileCarousel .carousel-inner {
  background: none;
}

.grief-card {
  margin-bottom: 10px;
}

/* Icon styling */
.grief-card .grief-card-icon {
  margin-bottom: 5px;
}

/* about */

.inner-banner {
  min-height: 180px;
  background-image: url("../grief/images/breadcrumb.png");
  background-size: cover;
  background-position: center;
  position: relative;
}


.inner-banner .container {
  position: relative;
  z-index: 2;
}

.inner-title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #003f51;
}

.breadcrumb-wrap {
  font-size: 15px;
  color: #fff;
  flex-wrap: wrap;
}

.breadcrumb-link {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-link,
.breadcrumb-current {
  text-shadow: 1px 1px 2px #005b75;
}

.breadcrumb-icon {
  margin: 0 10px;
  font-size: 14px;
}

.about {
  background: #F5FDFF;
}


/* Section background */

/* Card wrapper */
.cert-card {
  position: relative;
  background: #fff;
  height: 280px;
  width: 70%;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Inner border box */
.cert-card-inner {
  position: absolute;
  inset: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}

/* Text */
.cert-card-inner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.cert-card-inner h6 {
  margin-bottom: 4px;
}

/* Badge icon */
.cert-badge {
  position: absolute;
  bottom: 28px;
  right: 20px;
}

.cert-badge img {
  width: 90%;
}


/*  */
.session-feel-section,
.session-feel-left {
  position: relative;
  overflow: hidden;
}

/* Content always above shape */
.session-feel-section .session-content,
.session-feel-left .session-content {
  position: relative;
  z-index: 2;
}

.session-feel-section .session-content h2 {
  margin-bottom: 16px;
}

.session-feel-section .session-content p {
  margin-bottom: 6px;
}


.shape-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 300px 0px 0px 300px;
  z-index: 1;
}


.shape-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px 300px 300px 0px;
  z-index: 1;
}


/*  */


/* BLOG CARD */
.blog-card {
  background: #fff;
  padding: 16px;
  transition: transform .3s ease;
  min-height: 420px;
}

.blog-card-img img {
  border-radius: 12px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card-body {
  padding-top: 15px;
}

.blog-card-title {
  margin-bottom: 12px;
}

.blog-card-title a {
  text-decoration: none;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-card-title a:hover {
  color: var(--black);
}

/*  */



.heading-size {
  font-size: 36px;
}

.subtitle-size {
  font-size: 16px;
}

.icon-desc-size {
  font-size: 20px;
  font-weight: 500;
}

.icon-description-size {
  font-size: 16px;
  font-weight: 500;
}


.icon-wd {
  width: 100%;
}

.testi-heading {
  font-size: 36px;
  font-weight: 500;
}

.grief-bold {
  font-weight: 500;
}

/* testimonials section */

.testimonials-section {
  background: #F5FDFF;
}

/* .testimonials-gallery {
  column-gap: 40px;
  column-fill: balance;
  margin: 40px auto 0;
}



.testimonial-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  break-inside: avoid;
} */

.testimonial-card .stars {
  color: #ffb400;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.testi-head {
  font-weight: 500;
}

/*  */

/* SECTION */
.contact-section {
  background-color: #F5FDFF;
}

/* LEFT CONTENT */

.contact-info-card {
  background: var(--white);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #cee7ef;
}

.contact-info-card .row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
}

.contact-btn-label {
  font-family: var(--font-playfair);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.contact-title {
  margin-bottom: 15px;
}

.contact-info-inner p {
  margin-bottom: 0;
  line-height: 150%;
}

.contact-icon {
  font-size: 24px;
  color: #008ECA;
  margin-right: 7px;
}

.contact-text {
  display: flex;
  align-items: center;
}

.contact-text a {
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
}

.contact-text a span:hover {
  text-decoration: underline;
  color: var(--blue);
}

.contact-text span {
  font-size: 16px;
  font-weight: 400;
  color: var(--blue);
}

.sub-text,
.sub-text p {
  font-size: 14px;
}

.contact-note li {
  padding-bottom: 7px;
  line-height: 150%;
  font-size: 14px;
}

/* SOCIAL */
.social-title {
  margin-bottom: 12px;
  font-weight: 500;
}

.contact-section h4 {
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 8px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: -8px;
}

.social-links a {
  font-size: 30px;
  color: #008ECA;
  transition: transform 0.3s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
}

/* RIGHT FORM */
.contact-right {
  margin-top: 20px;
}

.contact-form-card {
  background: var(--blue);
  border-radius: 36px;
  padding: 35px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.form-title {
  margin-bottom: 16px;
  color: #fff;
}

.contact-desc {
  margin-bottom: 14px;
  color: #fff;
}

/* FORM LAYOUT */
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
}

.form-row .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control-wrap {
  margin-bottom: 25px !important;
}

.form-textarea {
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 16px !important;
}

/* BUTTON */
.contact-btn {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 36px;
  padding: 12px 20px;
  transition: background 0.3s ease;

}

.contact-btn-two {
  padding: 10px 33px;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}

textarea {
  resize: none !important;
}

/*.wpcf7-spinner {
  display: none;
}*/

.whatsapp-float {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 55px;
  height: 55px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(80px);
  animation: whatsappIn 1.5s ease forwards;
  animation-delay: 2s;
}

.what-img img {
  width: 60px;
  height: 60px;
}

@keyframes whatsappIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* pagination */

.pagination-wrapper {
  display: flex;
  justify-content: center;
}

.blog-pagination {
  display: flex;
  gap: 10px;
}

/* All buttons */
.blog-pagination .page-btn {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: #f5f5f5;
  color: #000;
  transition: all 0.25s ease;
}

/* Hover */
.blog-pagination .page-btn:hover {
  background: var(--white);
  color: var(--blue);
  border: 1px solid var(--blue);
}

/* Active page */
.blog-pagination .page-btn.active {
  background: var(--blue);
  color: var(--white);
  pointer-events: none;
}

/* Next / Prev buttons (slightly rounded) */
.blog-pagination .page-btn:first-child,
.blog-pagination .page-btn:last-child {
  border-radius: 999px;
}

.blog-page-section {
  background-color: #F5FDFF;
}

.aboutme-sub {
  font-weight: 500;
}


/* BACKGROUND */
.single-blog-section {
  background: #f6fbff;
}

/* CARD */
.single-blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

/* IMAGE */
.single-blog-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* CONTENT */
.single-blog-content {
  padding: 30px;
}

.blog-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #777;
}

.blog-meta i {
  color: var(--blue);
  margin-right: 5px;
}

.single-blog-title {
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.single-blog-text p {
  line-height: 1.8;
  margin-bottom: 18px;
}

/* PAGINATION */
.single-post-pagination {
  margin-top: 50px;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: var(--white);
  border-radius: 30px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  transition: 0.3s ease;
  border: 1px solid var(--blue);
}

.page-btn i {
  font-size: 14px;
}

.page-btn:hover {
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
}

.offer-section-image {
  position: relative;
  display: inline-block;
}

.offer-section-image img {
  transition: opacity 0.3s ease-in-out;
}

/* Default state */
.offer-section-one {
  opacity: 1;
}

.offer-section-two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* Hover state */
.offer-section-image:hover .offer-section-one {
  opacity: 0;
}

.offer-section-image:hover .offer-section-two {
  opacity: 1;
}



/* SIDEBAR */
.sidebar-box {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  margin-bottom: 25px;
}

.sidebar-box h4 {
  margin-bottom: 18px;
}

/* SEARCH */
.custom-search-form {
  position: relative;
}

.custom-search-form input {
  width: 100%;
  padding: 12px 45px 12px 18px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.custom-search-form button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  color: var(--blue);
}

/* HOT POSTS */
.hot-post-item {
  display: flex;
  gap: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.hot-post-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
}

.hot-post-content a {
  font-size: 14px;
  color: var(--black);
}

.hot-post-content a:hover {
  color: var(--blue);
}

.hot-post-content p {
  margin: 0;
}

.hot-post-content span {
  font-size: 12px;
  color: var(--black);
}

input:focus-visible {
  outline: none;
}

/* Hide carousel controls */
#blogMobileCarousel .carousel-indicators,
#blogMobileCarousel .carousel-control-prev,
#blogMobileCarousel .carousel-control-next {
  display: none !important;
}

#testimonialMobileCarousel .carousel-indicators,
#testimonialMobileCarousel .carousel-control-prev,
#testimonialMobileCarousel .carousel-control-next {
  display: none !important;
}

#testimonialMobileCarousel .carousel-inner {
  background: var(--white);
  border-radius: 20px;
}

/*  */
#bmIconCarousel .carousel-indicators,
#bmIconCarousel .carousel-control-prev,
#bmIconCarousel .carousel-control-next {
  display: none !important;
  /* hide dots and arrows */
}

#bmIconCarousel .carousel-inner {
  background: var(--white);
}

.carousel-item {
  background: #ffffff;
}

#bmIconCarousel .carousel-item>div>div {
  min-width: 100px;
  /* optional: adjust for small icons */
}

.sticky .header-btn:hover {
  background: var(--white);
  color: var(--blue) !important;
  border-radius: 36px;
  padding: 12px 20px;
  border: 1px solid var(--blue);
}

.nav-item i {
  font-size: 18px;
}

.acf-btn i {
  font-size: 18px;
}

.blog-btn i {
  font-size: 18px;
}

.white-btn i {
  font-size: 18px;
}

.pillars-section p {
  margin-bottom: 6px;
}

.yoga-therapy-section p {
  margin-bottom: 6px;
}

.carousel-inner {
  overflow: hidden;
}

.offer-section {
  background-image: url("../grief/images/bg-image.png");
  background-position: -120px center;
  background-repeat: no-repeat;
}

.note-from-me {
  background-image: url("../grief/images/bg-left-image.png");
  background-position: right 90px bottom -50px;
  background-repeat: no-repeat;
}

.bg-white {
  border-radius: 20px;
}

.about-me {
  background-image: url("../grief/images/bg-image.png");
  background-position: -120px center;
  background-repeat: no-repeat;
}

.note-content h5 {
  font-size: 24px;
  font-weight: 400 !important;
}

.about-me-content h4,
.about-grief-content h4,
.yoga-therapy-section h4 {
  font-size: 24px;
  font-weight: 400 !important;
}

.accordion-button {
  font-size: 20px;
  font-weight: 500;
}

.accordion-body p span {
  font-weight: 300 !important;
}

.pillars-section h2,
.yoga-therapy-section h2,
.session-feel-section h2 {
  font-size: 36px;
  font-weight: 500;
}

.yoga-therapy-section h4 {
  margin-top: 12px;
}

/* Loader wrapper */
#loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Logo image (NO animation) */
#loader img {
  width: 120px;
  position: relative;
  z-index: 2;
}

/* Animated loader ring */
.loader-animation {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 4px solid #e5e5e5;
  border-top-color: var(--blue);
  /* change color if needed */
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

/* Hide site initially */
body {
  overflow: hidden;
}

/* Spin animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*  */

.testimonials-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.testimonial-item {
  flex: 1 1 30%;
  max-width: 350px;
}

.testimonial-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.single-blog-content .single-blog-text p {
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 150%;
}

.single-blog-content .single-blog-text li {
  padding-bottom: 10px;
  line-height: 150%;
}

.single-blog-content .single-blog-text li:last-child {
  padding-bottom: 0px;
}

.single-blog-content .single-blog-text p strong {
  font-weight: 500;
}

.single-blog-content .single-blog-text h4 {
  padding: 15px 0 10px 0;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: green;
}

/*  */

.error-page h2 {
  font-size: 80px;
  font-weight: 500;
  color: var(--blue);
}

.error-page h4 {
  font-size: 50px;
  margin-bottom: 20px;
}

.error-section {
  background: #F5FDFF;
}

.privacy-content td {
  border: 1px solid;
  padding-left: 5px;
}

.privacy-content td strong {
  font-size: 20px;
  font-weight: 400;
}

.privacy-content p {
  margin-bottom: 0px;
  padding-bottom: 10px;
  line-height: 150%;
}

.privacy-content li {
  padding-bottom: 10px;
  line-height: 150%;
}

.privacy-content ul {
  margin: 0;
}

.privacy-content table {
  margin-bottom: 10px;
}

.privacy-content p:last-of-type {
  margin-bottom: 8px;
}

.privacy-content h4 {
  padding: 10px 0 12px 0;
  font-size: 20px;
  font-family: var(--font-roboto) !important;
  margin: 0;
}

.privacy-content h2 {
  padding: 18px 0 12px 0;
  font-size: 24px;
  margin: 0;
}

.privacy-content a {
  color: var(--black);
}

.privacy-content a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.approach-grief {
  text-align: center;
  border: 1px solid var(--blue);
  border-radius: 20px;
  padding: 60px 30px;
}

.yoga-therapy-section {
  padding-bottom: 18px !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #E6E6E6 !important;
  color: var(--black) !important;
}

.Beyond-Method h6 {
  font-size: 24px;
  font-weight: 400 !important;
}

.wpcf7-form-control::placeholder {
  font-family: var(--font-playfair);
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
}

.wpcf7-submit {
  font-family: var(--font-playfair);
  font-size: 16px;
  font-weight: 400;
  background-color: #fff !important;
  color: var(--blue) !important;
}

.wpcf7-form-control:not(.wpcf7-textarea) {
  height: 60px;
}

.wpcf7 select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding-right: 45px !important;
  /* space for arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center !important;
  color: #fff !important;
  padding-top: 15px !important;
  font-family: var(--font-roboto) !important;
}

.wpcf7-response-output {
  transition: opacity 0.5s ease;
}

.home-blog-section {
  background-color: #F5FDFF;
}

.small-font-size {
  font-size: 14px;
}

.contact-note {
  border: 1px solid var(--blue);
  border-radius: 20px;
  padding: 25px;
}

.contact-note ul {
  margin-bottom: 0 !important;
}

.certified-teacher img {
  border: 1px solid #e6e6e6;
  padding: 5px;
  background: #fff;
}


.yoga-therapy-section .nav {
  gap: 15px;
}


.yoga-therapy-section .nav-tabs {
  border-bottom: 1px solid var(--blue);
}


.yoga-therapy-section .tab-content {
  background-color: #fff;
  padding: 20px 15px;
  margin-bottom: 20px;
  border-radius: 0 8px 8px 0;
}

.yoga-therapy-section .nav-tabs .nav-link {
  padding: 12px 20px !important;
  border: 2px solid var(--blue);
  color: var(--blue) !important;
}


.yoga-therapy-section .nav-tabs .nav-link:hover {
  background-color: var(--blue);
  color: var(--white) !important;
}

.yoga-therapy-section .nav-tabs .nav-link.active {
  background-color: var(--blue);
  color: var(--white) !important;
}

/* Redesigned Grief Section (Split Layout) */
.grief-grid-section {
  background-color: #F5FDFF;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.grief-top-icon {
  max-width: 140px;
  height: auto;
}

.grief-main-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black);
  font-family: var(--font-playfair);
}

.grief-divider-line {
  width: 60px;
  height: 2px;
  background-color: var(--blue);
}

.grief-blue-subtitle {
  color: var(--blue);
  font-size: 26px;
  font-family: var(--font-playfair);
  font-weight: 500;
}

.grief-bottom-leaf-img {
  position: absolute;
  bottom: -60px;
  left: -40px;
  max-width: 280px;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}

.grief-right-list {
  position: relative;
  z-index: 2;
}

.grief-list-single {
  transition: transform 0.3s ease;
}

.grief-list-single:hover {
  transform: translateX(10px);
}


.grief-list-content-text {
  flex: 1;
  font-size: 19px;
  line-height: 1.6;
  color: #333;
}

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

.grief-list-content-text p {
  margin-bottom: 0;
}

.grief-list-content-text em,
.grief-list-content-text strong {
  color: var(--blue);
  font-style: normal;
  font-weight: 600;
}

.grief-list-separator {
  width: 60px;
  height: 2px;
  background-color: rgba(6, 140, 200, 0.1);
}

.grief-right-list .grief-list-single:last-of-type+.grief-list-separator {
  display: none;
}

@media (max-width: 991px) {
  .grief-grid-section {
    padding: 60px 0;
    text-align: center;
  }

  .grief-main-title {
    font-size: 42px;
  }

  .grief-divider-line {
    margin: 15px auto !important;
  }

  .grief-left-content {
    text-align: center !important;
    margin-bottom: 0px;
  }

  .grief-blue-subtitle {
    font-size: 22px;
  }

  .grief-list-icon-circle {
    width: 60px;
    height: 60px;
  }

  .grief-list-icon-circle img {
    width: 35px;
  }

  .grief-list-content-text {
    font-size: 17px;
    text-align: left;
  }
}


/* Yoga Wisdom Section - Works on Desktop and Mobile */
/* Yoga Lens Section (Split Layout) */
.yoga-lens-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background-color: #F9FDFF;
  /* Default light blue bg */
}

.yoga-lens-title {
  font-size: 56px;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 30px;
  font-weight: 600;
}

.yoga-top-icon-small {
  max-width: 130px;
  margin-bottom: 10px;
}


.yoga-divider-line {
  width: 70px;
  height: 3px;
  background-color: var(--blue);
}

.yoga-lens-desc {
  font-size: 22px;
  line-height: 1.5;
  color: #555;
  max-width: 480px;
  margin-top: 20px;
}

.yoga-bottom-leaf-img {
  position: absolute;
  bottom: -60px;
  left: -40px;
  max-width: 300px;
  opacity: 0.8;
  pointer-events: none;
}

.yoga-right-list {
  padding-left: 20px;
}

.yoga-list-single img {
  width: 95px;
  height: 95px;
  object-fit: contain;
}

.yoga-list-content-text {
  flex: 1;
  font-size: 20px;
  line-height: 1.6;
  color: #444;
}

/* Sanskrit Terms Styling */
.yoga-sanskrit,
.yoga-list-content-text em,
.yoga-list-content-text i,
.yoga-list-content-text strong {
  color: var(--blue) !important;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  /* Slightly larger for emphasis */
}

.yoga-parenthesis {
  color: #666 !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 18px;
}

@media (max-width: 991px) {
  .yoga-lens-section {
    padding: 60px 0;
    text-align: center;
  }

  .yoga-lens-title {
    font-size: 36px;
    text-align: center !important;
  }

  .yoga-divider-line {
    margin: 20px auto !important;
  }

  .yoga-left-content {
    text-align: center !important;
    margin-bottom: 0px;
  }

  .yoga-lens-desc {
    margin: 0 auto;
    font-size: 19px;
  }

  .yoga-list-icon-circle {
    width: 70px;
    height: 70px;
  }

  .yoga-list-icon-circle img {
    width: 35px;
  }

  .yoga-list-content-text {
    font-size: 18px;
    text-align: left;
  }

  .yoga-list-separator {
    margin: 20px auto !important;
  }
}

/* About Page Expand Section */
.about-expand-area {
  margin-top: 10px;
}

.about-read-more-link {
  color: var(--blue);
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
}

.about-read-more-link:hover {
  text-decoration: underline;
  color: var(--blue);
}

/* 3-Step Method Section */
.step-method-section {
  padding: 30px 0;
  background-color: #fff;
  overflow: hidden;
}

.step-method-label {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 20px;
  display: block;
}

.step-method-top-img,
.step-method-bottom-img {
  max-width: 120px;
  margin: 0 auto;
  display: block;
}

.step-method-heading {
  font-size: 48px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-family: var(--font-playfair);
}

.step-method-desc {
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 18px;
  color: #6c757d;
  line-height: 1.6;
}

/* Redesigned Step Method Section */
.step-method-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background-color: #F9FDFF;
}

.step-method-main-title {
  font-size: 56px;
  color: var(--black);
  text-align: left;
}

.step-top-icon {
  max-width: 140px;
}

.step-bottom-leaf-img {
  position: absolute;
  bottom: -60px;
  left: -40px;
  max-width: 320px;
  opacity: 0.8;
  pointer-events: none;
}

.step-icon-circle img {
  width: 95px;
  height: 95px;
  object-fit: contain;
}

.step-number-circle {
  width: 32px;
  height: 32px;
  background-color: var(--blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  flex-shrink: 0;
}

.step-title-text {
  font-size: 36px;
  color: #1a2b3c;
  font-family: var(--font-playfair);
  font-weight: 500;
}

.step-subtitle-text {
  font-size: 20px;
  color: var(--blue);
  font-weight: 500;
  margin-top: 2px;
  text-align: left;
  padding-left: 48px;
}

.step-description-text {
  font-size: 19px;
  line-height: 1.6;
  color: #555;
  margin-top: 15px;
}

.step-method-section .grief-list-separator {
  margin-left: 108px;
  padding: 20px 0 10px 0;
  background-color: transparent;
}

.step-body-wrap {
  padding-top: 5px;
}

@media (max-width: 991px) {
  .step-method-section {
    padding: 30px 0;
  }

  .step-method-section .grief-list-separator {
    display: none;
  }

  .step-method-section .step-item {
    margin-bottom: 20px;
  }

  .step-method-main-title {
    font-size: 36px;
    text-align: center;
    max-width: 100%;
  }

  .step-method-left {
    text-align: center;
    margin-bottom: 70px;
  }

  .step-method-right {
    padding-left: 0 !important;
  }

  .step-item>.d-flex {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .step-icon-circle {
    width: 80px;
    height: 80px;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .step-icon-circle img {
    width: 80px;
    height: 80px;
  }

  .step-title-text {
    font-size: 28px;
  }

  .step-subtitle-text {
    font-size: 18px;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: center;
  }

  .step-header-wrap .d-flex {
    justify-content: center;
  }

  .step-description-text {
    padding-left: 0 !important;
    text-align: center;
  }

  .step-item-divider-wrap {
    padding-left: 0;
  }
}


@media (max-width: 576px) {
  .step-method-section {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
.grief-left-content p.grief-blue-subtitle{
	color:#555555!important;
}
.about-me{
	display:none!important;
}