body{
  font-family: "Inter", sans-serif;
}

.custom-navbar {
background: #fff;
    padding: 10px 44px !important;
    border-bottom: 1px solid #f0f0f0;
}

.custom-nav {
  align-items: center;
}

.custom-nav .nav-link {
  color: #000;
  font-weight: 500;
    font-size: 18px;
    padding: 0 32px !important;
}

.divider {
  width: 1px;
  height: 18px;
  background: #e5e5e5;
  margin: 0 6px;
}

.contact-btn {
  background: #2D3E33 !important;
  color: #fff;
  padding: 9px 22px;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
 background: #fff;
  font-weight: 700;
}
.navbar-brand img{
  width: 200px;
      padding-top: 10px;
    padding-bottom: 10px;
}
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
      
    }
#mainNav .navbar-brand {
  color: #fff;
}
#mainNav .navbar-nav {
  margin-top: 1rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #000;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {

}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #1abc9c;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    background: #fff;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #1abc9c;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #1abc9c;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

.masthead {

  background-image: url("../img/hero_banner.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.masthead .masthead-heading {
  font-size: 2.75rem;
  line-height: 2.75rem;
}
.masthead .masthead-subheading {
  font-size: 1.25rem;
}
.masthead .masthead-avatar {
  width: 15rem;
}

.hero-section {
  min-height: 100vh;
  background-image: url("../img/hero_banner.png");
  background-size: cover;
  background-position: top;
  position: relative;
  color: #fff;
}



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

/* Left heading */
.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;

}
.content_herobg{
  padding-top: 25rem;
      padding-bottom: 4rem;
}
/* Right text */
.hero-right p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 22px;
      padding-right: 60px;
}

/* Inline WhatsApp button */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #2f4f3e;
  padding: 14px 26px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.whatsapp-btn img {
  width: 30px;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 34px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.whatsapp-float img {
  width: 60px;
}

.feeling-section {
  background: #f6f1e9;
  padding: 30px 0;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
}

.feeling-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 26px;
  font-size: 18px;
  line-height: 1.6;
  min-height: 260px;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
}

/* Arrows */
.feeling-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #2f4f3e !important;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 26px !important;
}

.feeling-carousel .owl-nav .owl-prev {
  left: -60px;
}

.feeling-carousel .owl-nav .owl-next {
  right: -60px;
}

/* Below content */
.sub-title {
  font-size: 32px;
  margin: 60px 0 20px;
color: #70441C;
    text-align: center;
 font-weight: 600;
}



.section-desc {
  font-size: 28px;
  margin: 0 auto 0px;
  line-height: 1.7;
}

.icon.blue {
  color: #5aa7ff;
}

.icon.pink {
  color: #ff7ec7;
}


.icon img{
  width: 40px;
}

.release-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
margin-top: 40px;
  background: #2f4f3e;
  color: #ffffff;

  height: 46px;
    padding: 33px 18px 34px 33px;
  border-radius: 999px;

  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

/* Arrow capsule background */
.release-btn .arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff; /* 🔥 subtle bg */
  height: 38px;
  width: 38px;

  border-radius: 999px;
}

/* Arrow itself */
.release-btn .arrow {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
  color: #000;
}

/* Hover – VERY subtle */
.release-btn:hover {
  background: #264032;
  color: #fff;
}



.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}



.about-section {
  background: #fffaf4;
  padding: 60px 0;
}

/* Left content */
.section-tag {
  display: inline-block;
  color: #7a4a1c;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-content p {
  font-size: 22px;
  margin-bottom: 18px;
  max-width: 520px;
  color: #101010;
}

.bold-text {
  font-weight: 600;
}

/* Button (reuse pattern) */
.start-btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;

  background: #2f4f3e;
  color: #fff;

  height: 46px;
  padding: 0 18px 0 28px;
  border-radius: 999px;

  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.start-btn .arrow-wrap {
  background: rgba(255,255,255,0.15);
  height: 30px;
  width: 38px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section a{
  margin-top: 30px;
}
/* Right side visual */
.about-visual {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* Floating green brush circle */
.floating-circle {
  position: absolute;
  right: -40px;
  bottom: -135px;
  width: 320px;
  height: 320px;
  background:url("/assets/img/shape.png");
  border-radius: 50%;

  padding: 40px 59px 38px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
    background-repeat: no-repeat;
  text-align: center;
}
.intro-text {
  font-size: 17px !important;
  line-height: 1.75;
  color: #2a2a2a;
  margin-bottom: 28px;
  max-width: 540px;
}



.floating-circle p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}

.section-header {
  margin-bottom: 70px;
}

.section-header .section-tag {
  display: block;
    font-size: 24px;
  font-weight: 600;
  color: #7a4a1c;
  margin-bottom: 10px;
}

.section-header .section-title {
  font-size: 45px;
  font-weight: 600;
  color: #111;
}


.why-section {
  background: #f6f1e9;
  padding: 40px 0 80px;
  margin-top: 78px;
}

/* Header */
.section-header {
  margin-bottom: 30px;
}

.main-title {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.subtitle span {
  text-decoration: underline;
  font-weight: 600;
  color: #2D3E33;
}

/* Cards */
.why-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
}

.why-card p {
  font-size:20px;
  line-height: 1.5;
  margin: 0;
}

.why-card img{
  margin-bottom: 20px;
}
.why-card span{
  font-weight: bold;
}

/* Icon circles */
.icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
}

.icon.blue { background: #e7f0ff; }
.icon.pink { background: #fde8ea; }
.icon.yellow { background: #fff3d6; }
.icon.green { background: #e9f7ea; }
.icon.lime { background: #eef8e6; }

/* Info cards */
.info-card {
  background: #fff;
  border-radius: 20px;
  padding: 12px 34px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  max-width: 900px;

}
.info-card img{
  position: absolute;
      left: -51px;
}
.info-card_1{
  background: #fff;
  border-radius: 20px;
  padding: 28px 34px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-card_1 p {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}


.info-card p {
  font-size: 28px;
  margin: 0;
  font-weight: bold;
  margin-left: 30px;
}

.center-btn-wrap {
  text-align: center;
  margin: -26px 0;
}

.highlight {
  color: #559B2D;
  font-weight: 700;
}

/* Footer note */
.footer-note {
  margin-top: 50px;
  font-size: 16px;
  color: #101010;
  margin-top: 20px;
}


.listeners-section {
  background: #FFFDFA;
  padding: 30px 0;
}

/* Heading */
.listeners-section .section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Card */
.listener-card {
  max-width: 100%;
  margin: 0 auto;
}

/* Image box */
.listener-img {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
}

.listener-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text styles */
.listener-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;

}

.listener-role {
  font-size: 17px;
  color: #333;
  margin-bottom: 4px;
  font-weight: 500;
}

.listener-highlight {
  font-size: 17px;
  color: #7a4a1c;
  font-weight: 600;
  margin-bottom: 14px;
}

.listener-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
      padding-right: 30px;
}

/* Icon inside card */
.how-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.how-icon img {
  max-width: 100%;
  height: auto;
}

/* Arrow image (desktop = horizontal) */
.how-arrow img {
  width: 26px;
  height: auto;
}

/* MOBILE BEHAVIOR */
@media (max-width: 991px) {

  .how-item {
    flex-direction: column;
  }

  /* Arrow goes DOWN */
  .how-arrow img {
    transform: rotate(0deg);
    margin: 12px 0;
  }
}
.how-section {
  background: #f6f1e9;
  padding: 30px 0;
}

.section-title {
font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 24px;
}

.section-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

/* Steps container */
.how-steps {

}

/* Individual step */
.how-item {
  
}

/* Card */
.how-card {
  background: #fff;
  border-radius: 20px;
  padding:30px 65px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}

.how-card p {
  font-size: 18px;
  margin: 0;
}

/* Icons */
.how-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.how-card {
  position: relative;
  height: 200px;
}

/* DESKTOP: right arrow */
@media (min-width: 992px) {
  .has-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
        right: -32px;
    transform: translateY(-50%);
z-index: 1;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon-6.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* MOBILE: down arrow */
@media (max-width: 991px) {
  .has-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%) rotate(90deg);

    width: 24px;
    height: 24px;

    background-image: url("../img/icon-6.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}



.green { background: #e8f7ea; }
.blue  { background: #e7f0ff; }
.yellow{ background: #fff3d6; }
.pink  { background: #fde8ea; }

/* Arrow (default desktop →) */
.how-arrow {
  font-size: 28px;
  color: #c18c55;
}

/* CTA button (reuse style) */
.feel-btn {
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  gap: 14px;

  background: #2f4f3e;
  color: #fff;

  height: 46px;
  padding: 0 18px 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
}

.feel-btn .arrow-wrap {
  background: rgba(255,255,255,0.15);
  height: 30px;
  width: 38px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {

  .how-steps {
    flex-direction: column;
    gap: 24px;
  }

  .how-item {
    flex-direction: column;
  }

  /* Arrow becomes DOWN */
  .how-arrow {
    transform: rotate(90deg);
    margin: 10px 0;
  }

  .how-card {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

.faq-section {
  background:#2D3E33;
  padding: 100px 0;
  color: #fff;
}

.faq-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}

/* Accordion base */
.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.faq-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 26px 0;
}

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

/* Remove default arrow */
.faq-accordion .accordion-button::after {
  display: none;
}

/* PLUS icon */
.faq-accordion .accordion-button::before {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 30px;
  font-weight: 300;
}

/* MINUS icon when open */
.faq-accordion .accordion-button:not(.collapsed)::before {
  content: "−";
}

/* Body */
.faq-accordion .accordion-body {
  padding:15px 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #f1f1f1;
}

.app-section {
  background: #fffaf4;
  padding: 90px 0;
}

.app-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 40px;
}

.app-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.store-badge {
  height: 60px;
  width: auto;
}
.feel-heard-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #2f4036;
  color: #ffffff;
  height: 52px;
  min-width: auto;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
margin-top: 30px;
  box-sizing: border-box;
       padding: 35px;
}


.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
box-shadow: inherit !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
/* Text */
.feel-heard-btn .btn-text {
  line-height: 1;
}

/* Image container */
.feel-heard-btn .btn-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Image itself */
.feel-heard-btn .btn-icon img {
  width: 100%;
      margin-left: 15px;
  height: 100%;
  display: block;
}


.app-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.store-badge {
  height: 60px;
  width: auto;
  cursor: pointer;
}


.site-footer {
  background: #fff;
  padding-top: 60px;
  position: relative;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.social-icons a {
  display: inline-block;
  margin-right: 12px;
}

.social-icons img {
  width: 34px;
  height: auto;
}

/* Links */
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links ul li a {
  color: #111;
  text-decoration: none;
  font-size: 15px;
}

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

/* Center text */
.footer-center-text {
  text-align: center;
  margin: 50px 0 20px;
  font-size: 16px;
  font-weight: 500;
}

/* Bottom strip */
.footer-bottom {
  background: #d7a46a;
  color: #000;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
}

.ds-none{
  display: none;
}