* {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  line-height: 146%;
  font-weight: 400;
  overflow-x: hidden;
  color: var(--midnight-color);
  background-color: var(--secondary-color);
}

:root {
  --sunlight-color: #f5b23c;
  --midnight-color: #2c3a43;
  --ember-color: #c64f21;
  --verdant-color: #378b6c;
  --sky-color: #9fc8ca;
  --secondary-color: #fffaf1;
  --regentgrey-color: #7f9c98;
  --tan-bg: #f8f2e8;
}

a {
  color: var(--midnight-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a i {
  transition: all 0.3s ease-in-out;
}

p {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
}

.content p:last-child,
.content ul:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.btn-wrapper {
  margin-top: 32px;
}

.btn-wrapper .btn+.btn {
  margin-top: 10px;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  background-color: var(--verdant-color);
  color: #fffaf1;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 30px;
  border: 2px solid var(--verdant-color);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn:hover {
  background-color: var(--regentgrey-color);
  border-color: var(--regentgrey-color);
  color: #fffaf1;
}

.btn i {
  font-size: 14px;
  margin-left: -12px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.btn:hover i {
  opacity: 1;
  margin-left: 10px;
}

.btn-midnight {
  background-color: var(--midnight-color);
  color: #fffaf1;
}

.btn-midnight:hover {
  background-color: var(--regentgrey-color);
  border-color: var(--regentgrey-color);
  color: #fffaf1;
}

.btn-image {
  max-width: 225px;
  display: inline-block;
}

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

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

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

.btn-midnight {
  background-color: var(--midnight-color);
  color: #fffaf1;
  border: 2px solid var(--midnight-color);
}

.btn-midnight:hover {
  background-color: var(--midnight-color);
  border-color: var(--midnight-color);
  color: #fffaf1;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.w-100 {
  width: 100%;
  display: block;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.title {
  font-size: 20px;
  font-weight: 700;
  color: var(--midnight-color);
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.line-break {
  padding-left: 24px;
  padding-right: 24px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
}

/*.main-content {
  padding-top: 152px;
}*/
.admin-bar .main-content {
  margin-top: 32px;
}

.row-reverse {
  flex-direction: row-reverse;
}

/*------------add css start-----------*/
.hero-section-inner.devotionals-hero-sec {
  padding: 90px 24px 136px;
}

.hero-section-inner.devotionals-hero-sec .col-left {
  width: calc(100% / 2 - 20px);
}

.hero-section-inner.devotionals-hero-sec .col-right {
  width: calc(100% / 2 - 20px);
}

.devotionals-feature .feature-txt::before,
.devotionals-feature .feature-txt::after {
  display: none;
}

.devotionals-feature .feature-txt h6 {
  margin: 0;
}

.marriage-resource-section.threecol-step-sec {
  background-image: none;
  padding: 109px 24px;
}

.marriage-resource-section.threecol-step-sec p {
  margin-bottom: 50px;
  font-size: 19px;
}

.marriage-resource-section.threecol-step-sec .resource-content .step {
  border-color: var(--midnight-color);
}

.marriage-resource-section.threecol-step-sec h3 {
  margin: 0 0 30px 0;
}

.marriage-resource-section.threecol-step-sec .section-title .content {
  margin-bottom: 60px;
}

.marriage-resource-section.threecol-step-sec .resource-content .step {
  border-color: var(--midnight-color);
  width: calc(100% / 3 - 20px);
  padding-left: 50px;
}

.marriage-resource-section.threecol-step-sec .resource-content .step h6 {
  max-width: 260px;
  margin: 15px 0 25px 0;
}

.marriage-resource-section.threecol-step-sec .resource-content .step h6 {
  max-width: 260px;
}

.marriage-resource-section.threecol-step-sec .resource-content .step p {
  max-width: 306px;
}

.marriage-resource-section.threecol-step-sec .resource-content .step p:last-child {
  margin-bottom: 0;
}

.devotionals-posts-grid .head-col {
  padding: 0 24px;
}

.devotionals-posts-grid .head-col h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  color: var(--midnight-color);
  margin: 0 0 24px 0;
  text-transform: uppercase;
  text-align: center;
}

.devotionals-posts-grid .head-col h3 {
  font-size: 38px;
  font-weight: 700;
  color: var(--midnight-color);
  line-height: 120%;
  margin: 0 0 70px 0;
  letter-spacing: 1.3px;
  text-align: center;
}

.devotionals-posts-grid .cat-row {
  padding-top: 40px;
}

.left-image-section.devotionals-two-col {
  background-color: rgb(238 230 219 / 40%);
  padding: 134px 24px 160px;
}

.left-image-section.devotionals-two-col .btn-wrapper a.btn {
  margin-bottom: 12px;
}

.blog-slider-wrapper .blog-slider-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--midnight-color);
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.blog-slider {
  margin-top: 35px;
  margin-bottom: 25px;
}

.blog-meta,
.blog-slider .blog-meta span {
  color: var(--verdant-color);
}

.blog-slider h4 {
  margin-top: 10px;
}

.blog-slider img {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  height: auto;
  margin-bottom: 15px;
}

.blog-slider .blog-meta span::before {
  display: none;
}

.blog-slider-wrapper {
  padding: 0 40px;
}

.blog-slider .slick-next,
.blog-slider .slick-prev {
  font-size: 24px;
  color: var(--midnight-color);
  width: auto;
  height: auto;
  position: absolute;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.blog-slider .slick-prev {
  left: -30px;
}

.blog-slider .slick-next {
  right: -30px;
}

.marriage-resource-section.threecol-step-sec.events {
  padding-top: 0;
}

.marriage-resource-section.threecol-step-sec.events .section-title p {
  margin: 0 0 32px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
}

/*------------add css start-----------*/
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.menu-overlay.active {
  display: block;
}

.header {
  position: sticky;
  top: 0;
  background-color: var(--secondary-color);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  width: 100%;
  z-index: 999;
}

.admin-bar .header {
  top: 32px;
}

.header .header-cont-row {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.header .menu-icon {
  display: none;
  cursor: pointer;
}

.header-wrapper {
  padding: 20px 24px;
}

.new-life-live-row {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}

.new-life-live {
  display: flex;
}

.new-life-live p {
  color: var(--midnight-color);
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.26em;
  margin: 0;
}

.new-life-live a {
  color: var(--midnight-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.46em;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.new-life-live a:hover i {
  margin-left: 3px;
}

.header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.header .logo {
  width: 185px;
}

.header .logo img {
  max-width: 185px;
  width: 100%;
}

.header-wrapper .menu_wrapper {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
}

.menu_marker {
  position: fixed;
  top: 130px;
  width: 25px;
  height: 13px;
  background-color: var(--midnight-color);
  left: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 200ms linear;
  display: none;
}

.admin-bar .menu_marker {
  top: 162px;
}

.header-wrapper .menu_wrapper a[href="#"] {
  cursor: pointer;
}

.welcome_content {
  display: none;
}

.header-wrapper .menu-item {
  position: relative;
  list-style-type: none;
}

.header-wrapper .menu-item a:not(.btn) {
  padding: 15px 0px;
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #203038;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-wrapper .menu-item.has-active-highlight::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--verdant-color);
}

.header-wrapper .menu-item a:hover {
  text-decoration: none;
  color: var(--verdant-color);
}

.header-wrapper .menu-item .megamenu {
  position: fixed;
  top: 140px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
  max-width: 1385px;
  border: solid 3px #2c3a43;
  background-color: var(--secondary-color);
  opacity: 0;
  border-radius: 5px;
  pointer-events: none;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  min-height: 275px;
}

.admin-bar .header-wrapper .menu-item .megamenu {
  top: 172px;
}

.megamenu-close,
.megamenu-content-close {
  display: none;
  cursor: pointer;
}

.header-wrapper .menu-item .megamenu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.header-wrapper .menu-item .megamenu .megamenu-inner {
  display: flex;
  min-height: 275px;
}

.megamenu-info-column {
  flex: 3;
  padding: 20px;
}

.megamenu-info-column h4 {
  margin: 0;
}

.megamenu-info-column p {
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0 16px 0;
}

.megamenu-info-column img {
  margin: 0;
}

.megamenu-menu-column {
  flex: 3;
  padding: 20px 0;
}

.megamenu-menu-column ul {
  list-style: none;
  padding-left: 10px;
}

.megamenu-menu-column ul li a {
  padding: 10px 0 !important;
  padding-left: 10px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
}

.megamenu-menu-column ul li a i {
  margin-left: -10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.megamenu-menu-column ul li a.active i,
.megamenu-menu-column ul li a:hover i {
  opacity: 1;
  margin-left: 0;
}

.megamenu-content-column {
  position: relative;
  flex: 6;
}

.megamenu-content-inner {
  display: flex;
  height: 100%;
  padding: 26px;
}

.megamenu-content-inner-left {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
}

.megamenu-content-inner h4 {
  margin: 0;
}

.megamenu-content-inner p {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 16px;
}

.megamenu-content-inner-left .btn {
  background-color: var(--midnight-color);
  border-color: var(--midnight-color);
  color: #fffaf1 !important;
}

.megamenu-content-inner-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 40px;
  margin-left: 20px;
  border-left: solid 1px #fff;
}

.megamenu-content-inner-right ul {
  padding-left: 0px;
  margin-top: 10px;
  list-style: none;
  overflow: auto;
}

.megamenu-content-inner-right li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.megamenu-content-inner-right ul li i {
  font-size: 12px;
  background-color: #fff;
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  border-radius: 2px;
}

.megamenu-testimonials {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #2c3a43;
  color: #fffaf1;
  min-height: 100%;
}

.megamenu-testimonials h4 {
  margin-top: 0;
}

.megamenu-testimonial {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}

.megamenu-testimonial img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.megamenu-testimonial p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.megamenu-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.header-wrapper .menu_icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

.header-wrapper .close_menu_icon {
  display: none;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 310px;
  background-color: var(--midnight-color);
  padding: 8px;
  color: #fffaf1;
  border-radius: 5px 0 0 5px;
  line-height: 1;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9999;
}

.header .donate-button a {
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header .donate-button i {
  font-size: 14px;
}

.page-submenu-section {
  padding: 15px 24px;
  background-color: #f8f2e8;
  position: sticky;
  top: 155.5px;
  width: 100%;
  transition: all 0.3s;
  z-index: 9;
}

.page-submenu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-submenu-row .icon img {
  display: block;
  max-width: 275px;
}

.page-submenu-row .links-col {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}

.links-col .link-item a {
  font-size: 14px;
  font-weight: 700;
}

.links-col .link-item a.active {
  color: var(--verdant-color);
}

/* Header Css End */
.animated-span span {
  position: relative;
  display: inline-block;
}

.animated-span * {
  position: relative;
  z-index: 1;
}

.animated-span span:not(.gform-grid-col)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  width: 100%;
  height: calc(100% - 15px);
  background-color: var(--sunlight-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.animated-span.animate span::before {
  transform: scaleX(1);
}

/* Hero Css*/
.hero-section {
  color: var(--midnight-color);
  padding: 80px 24px 60px;
  position: relative;
}

.hero-section .hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-section .products-page-col {
  width: calc(50% / 1 - 20px);
}

.hero-section h1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  letter-spacing: 1.28px;
  margin: 0 0 16px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.hero-section h2 {
  margin: 0 0 26px 0;
  color: var(--midnight-color);
  max-width: 470px;
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.hero-section p {
  font-size: 18px;
  max-width: 470px;
  color: var(--midnight-color);
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.hero-section img {
  width: 100%;
}

/* Search section */
.search-section {
  padding: 58px 24px 70px;
  text-align: center;
  background-color: var(--midnight-color);
}

.search-section h2 {
  color: var(--secondary-color);
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 1.3px;
}

/* Search form */
.search-form-col {
  display: flex;
  justify-content: center;
}

.search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: var(--secondary-color);
  min-width: 750px;
}

.search-form-inputbox {
  display: flex;
  align-items: center;
  padding: 16px 27px;
  flex: 1;
}

.search-form-inputbox label {
  font-weight: 600;
  color: var(--midnight-color);
  font-size: 18px;
  line-height: 1.26em;
}

.search-form-inputbox input {
  outline: none;
  background-color: transparent;
  padding-left: 20px;
  border: none;
  color: var(--midnight-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.26em;
  flex: 1;
  width: 100%;
}

.search-form-inputbox input::placeholder {
  color: var(--midnight-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.26em;
}

.search-btn {
  font-size: 23px;
  font-weight: 600;
  outline: none;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 110px;
  transition: all 0.3s ease-in-out;
}

.search-btn i {
  font-size: 20px;
  opacity: 0;
  margin-left: -20px;
  transition: all 0.3s ease-in-out;
}

.search-btn:hover {
  background-color: var(--regentgrey-color);
}

.search-btn:hover i {
  opacity: 1;
  margin-left: 0;
  transition: all ease-out 0.3s;
}

/* Search form */
/* Impact Css*/
.impact-section {
  color: var(--midnight-color);
  padding: 30px 24px;
  position: relative;
}

.impact-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.impact-section .products-page-col {
  width: calc(50% / 1 - 20px);
}

.impact-section h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  letter-spacing: 1.28px;
  margin: 0 0 26px 0;
  color: var(--midnight-color);
  max-width: 470px;
  text-transform: uppercase;
}

.impact-section h3 {
  margin: 0 0 40px 0;
  color: var(--midnight-color);
  max-width: 440px;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.3px;
}

.impact-section p {
  font-size: 18px;
  max-width: 468px;
  color: var(--midnight-color);
  line-height: 1.5;
  margin: 0 0 40px 0;
}

.impact-section img {
  width: 100%;
  margin-bottom: -30px;
}

.impact-section .impact-figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.impact-section p.num {
  font-size: 64px;
  font-weight: bold;
  color: #378b6c;
  margin-bottom: 0;
}

.impact-section p.txt {
  font-size: 22px;
  font-weight: bold;
  color: var(--midnight-color);
  line-height: 1.2;
  margin-bottom: 0;
}

.support-section {
  background-color: var(--midnight-color);
  padding: 100px 24px 180px 24px;
  text-align: center;
  background-image: url(/wp-content/uploads/2025/05/blue-bottom-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom -1px;
  background-size: 100%;
}

.support-section.remove-bg {
  background-image: none;
  padding: 90px 24px;
}

.support-section.with-slide.remove-bg {
  min-height: auto;
}

.support-section.spiritual-health {
  padding-bottom: 200px;
}

.support-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  color: #faf4e9;
  text-transform: uppercase;
  margin: 0 0 28px 0;
}

.support-section h3 {
  font-size: 38px;
  font-weight: 700;
  color: #faf4e9;
  line-height: 120%;
  letter-spacing: 1.3px;
  margin: 0;
}

.support-section .icon-wrapper {
  margin-top: 50px;
}

.support-section.bg-border-hide .icon-wrapper {
  margin-top: 0;
}

.support-section h3:last-child {
  margin-bottom: 40px;
}

.support-section .content {
  margin: 10px;
  color: #faf4e9;
  font-size: 15px;
  line-height: 1.2;
}

.support-section .content p {
  font-size: 15px;
  line-height: 1.2;
}

.support-section .icon-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.support-section .icon-box {
  background-color: var(--secondary-color);
  padding: 50px 26px 26px 26px;
  border-radius: 5px;
  width: calc(100% / 4 - 24px);
  height: auto;
  /* aspect-ratio: 1;
  display: block; */
  display: flex;
  align-items: self-start;
  justify-content: center;
}

.support-section .icon-box h4 {
  font-size: 21px;
  font-weight: 600;
  color: var(--midnight-color);
  margin-bottom: 0;
}

.support-section .icon-content hr {
  margin: 100px 0;
}

.support-section .icon-box {
  position: relative;
}

.support-section .icon-box::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: 0;
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.support-section .icon-box::before {
  background-color: var(--verdant-color);
}

.support-section .icon-box:hover::before {
  height: calc(100% - 6px);
  opacity: 1;
}

.support-section .icon-box .icon-box-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--secondary-color);
  padding: 20px 10px;
  text-align: center;
  transition: top 0.3s ease;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.support-section .icon-box:hover .icon-box-overlay {
  top: 0;
}

.support-section .icon-box .icon-box-overlay-content {
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: 300ms grid-template-rows ease-in-out;
}

.support-section .icon-box .icon-box-overlay-content-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.support-section .icon-box:hover .icon-box-overlay-content-inner {
  transform: translateY(0);
}

.support-section .icon-box .icon-box-overlay-content-inner h4 {
  color: var(--secondary-color);
  margin: 0;
}

.support-section .icon-box:hover .icon-box-overlay-content {
  grid-template-rows: 1fr;
}

.support-section .icon-box-overlay p {
  color: #faf4e9;
}

.support-section .icon-box-overlay a {
  color: #faf4e9;
  font-size: 16px;
  font-weight: 700;
}

.support-section .icon-box-overlay-content-inner.black-text h4,
.support-section .icon-box-overlay-content-inner.black-text p,
.support-section .icon-box-overlay-content-inner.black-text a {
  color: var(--midnight-color);
}

.quote-section.tan-bg {
  padding: 81px 24px 150px 24px;
}

.quote-section {
  background-color: var(--secondary-color);
  padding: 81px 24px 80px 24px;
  text-align: center;
  position: relative;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.quote-section h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  color: var(--midnight-color);
  letter-spacing: 1.3px;
  margin: 0;
}

.quote-section p.author {
  font-size: 25px;
  font-weight: 700;
  color: var(--midnight-color);
  margin: 0;
  margin-top: 15px;
}

.health-quote h3 {
  margin-bottom: 0;
}

.health-quote p {
  font-size: 30px;
  font-weight: 700;
  line-height: 221%;
  letter-spacing: -0.4px;
  margin: 0;
}

.carousel-section {
  padding: 150px 24px 90px 24px;
  background-image: url(/wp-content/uploads/2025/07/grey_green_top_curve-.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: #378b6c;
}

.carousel-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.carousel-section .products-page-col {
  width: calc(100% / 2 - 20px);
}

.carousel-section .products-page-col img {
  width: 100%;
  border-radius: 5px;
}

.carousel-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  max-width: 400px;
  color: #faf4e9;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.carousel-section h3 {
  font-size: 38px;
  font-weight: 700;
  color: #faf4e9;
  margin-bottom: 32px;
  letter-spacing: 1.3px;
}

.carousel-section ul {
  padding-left: 0;
}

.carousel-section li {
  list-style-type: none;
  margin-bottom: 26px;
  padding-left: 48px;
  position: relative;
}

.carousel-section li::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/05/checkbox.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  left: 12px;
  top: 5px;
}

.carousel-section li a {
  font-size: 21px;
  line-height: 146%;
  font-weight: 600;
  color: var(--secondary-color);
}

.carousel-section li:hover::before {
  left: 20px;
  transition: left 0.3s ease;
}

.carousel-section .row.stats {
  margin-top: 60px;
  gap: 0px;
}

.carousel-section .four-col {
  text-align: center;
  width: calc(100% / 4 - 0px);
  border-right: 1px solid #fff;
  padding: 0 20px;
  min-height: 114px;
  margin-top: 15px;
}

.carousel-section .four-col p.num {
  font-size: 40px;
  font-weight: bold;
  color: var(--midnight-color);
  margin: 0;
}

.carousel-section .four-col p.txt {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary-color);
  margin: 0;
}

.carousel-section .four-col:last-child {
  border-right: 0;
}

/*Slider code*/
.slider-nav {
  padding: 10px 0;
  margin: 0 -10px;
}

.slider-nav .slick-slide {
  cursor: pointer;
  padding: 0 5px;
  /* width: 90px !important; */
}

.slider-nav .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.slider-nav .slick-slide:first-child {
  /* padding-left: 0; */
}

.slider-nav .slick-slide:last-child {
  /* padding-right: 0; */
}

.counseling-section {
  padding: 114px 24px 50px;
  text-align: center;
}

.counseling-section h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin: 0;
}

.counseling-section h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--midnight-color);
}

.counseling-section p {
  font-size: 19px;
  font-weight: 400;
  color: var(--midnight-color);
}

.counseling-section .icon-container {
  background-color: var(--midnight-color);
  padding: 22px 12px;
  border-radius: 5px;
  margin-top: 36px;
}

.counseling-section .icon-container .icon-box {
  background-color: #f5b23c;
  padding: 20px;
  margin: 0 10px;
  border-radius: 5px;
}

.counseling-section .slick-slide img {
  margin: 0 auto;
}

.testimonial-section {
  padding: 60px 24px 200px;
  text-align: center;
}

.testimonial-section .content {
  max-width: 870px;
  margin: 0 auto;
}

.testimonial-section .content p {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: var(--midnight-color);
  margin-bottom: 0;
  margin-top: 0;
}

.testimonial-section .author p {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  color: var(--midnight-color);
}

.testimonial-section .author p:last-child {
  margin-bottom: 0;
}

.testimonial-section .icon-container .icon-box {
  padding: 0 20px;
  margin: 0 10px;
}

.testimonial-section .slick-slide img {
  display: block;
  margin: 0 auto 30px;
}

.testimonial-section .slick-initialized .slick-slide {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  width: auto;
  height: auto;
}

.testimonial-section .slick-prev:before {
  display: block;
  content: url("/wp-content/uploads/2025/05/back.png");
}

.testimonial-section .slick-next:before {
  display: block;
  content: url("/wp-content/uploads/2025/05/next.png");
}

.testimonial-section .slick-prev {
  left: 0;
  top: 58%;
  z-index: 1;
}

.testimonial-section .slick-next {
  right: 0;
  top: 58%;
}

.cta-card-section {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%, -60px);
  padding-top: 10px;
}

.cta-card-section .row .card-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.cta-card-section .content-box {
  background-color: #378b6c;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  min-width: 340px;
  position: relative;
}

.cta-card-section .content-box .img img {
  display: block;
}

.cta-card-section .content-box .txt p {
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
}

.cta-card-section .content-box .txt a,
.cta-card-section .content-box .txt i {
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 600;
}

.cta-card-section .content-box .txt a:hover i {
  margin-left: 6px;
}

.cta-card-section .content-box .tag {
  background-color: #c64f21;
  color: #fffaf1;
  font-size: 10px;
  line-height: 146%;
  font-weight: 700;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* blog page Css*/
.inner-hero-section {
  color: var(--midnight-color);
  padding: 80px 24px 80px;
  position: relative;
}

.inner-hero-section h1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 146%;
  margin: 0 0 18px 0;
  color: var(--midnight-color);
  /* max-width: 470px; */
  text-transform: uppercase;
}

.inner-hero-section h2 {
  margin: 0 0 20px 0;
  color: var(--midnight-color);
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.inner-hero-section p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
}

.quote-section-blog {
  background-color: #f8f2e8;
  padding: 101px 24px 40px 24px;
  text-align: center;
  margin-top: 50px;
}

.quote-section-blog h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 142%;
  color: var(--midnight-color);
  margin: 0;
}

.support-section.top-bg-border {
  background-color: var(--midnight-color);
  padding: 200px 24px 100px 24px;
  text-align: center;
  background-image: url(/wp-content/uploads/2025/07/blog_page_curve.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.support-section.bg-border-hide {
  background-image: unset;
  padding: 100px 24px;
}

.line-break hr {
  margin: 0;
  border-color: #959a99;
}

.author-hero-section .hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.author-hero-section .header-author-img {
  width: calc(20% / 1 - 15px);
}

.author-hero-section .header-author-info {
  width: calc(80% / 1 - 15px);
}

.author-hero-section .header-author-img img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.header-author-info p:last-child {
  margin-bottom: 0;
}

.author-post-main {
  padding-bottom: 190px;
}

.blog-cat-post-main {
  padding-bottom: 70px;
}

.topic-post-main {
  padding-bottom: 120px;
}

.posts-wrapper {
  margin-bottom: 120px;
}

.posts-wrapper .cat-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.posts-wrapper .filters_toggle {
  display: none;
  position: fixed;
  background-color: var(--midnight-color);
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  bottom: 40px;
  right: 20px;
  z-index: 10000;
  font-size: 36px;
  color: #fff;
}

.posts-wrapper .cat-row .col-left {
  width: calc(54% / 2 - 20px);
}

.posts-wrapper .cat-row .col-right {
  position: relative;
  width: calc(145% / 2 - 20px);
}

.blog-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffaf1cc;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.tan-bg {
  background-color: #f8f2e8;
  border-radius: 0px 5px 5px 0px;
}

.posts-wrapper .cat-row .col-left .cat-cont {
  padding: 40px 30px 25px 50px;
}

.posts-wrapper .cat-row .col-left .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--midnight-color);
}

.posts-wrapper .cat-row .col-left .title i {
  margin-right: 10px;
  color: var(--midnight-color);
}

.posts-wrapper .cat-row .col-left .title h4 {
  font-size: 24px;
  color: var(--midnight-color);
  margin: 0;
}

.posts-wrapper .cat-row .col-left .cat-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.posts-wrapper .cat-row .col-left .cat-title i {
  margin-left: 10px;
  color: var(--midnight-color);
}

.posts-wrapper .col-left .cat-form-inputbox label {
  font-size: 16px;
}

.posts-wrapper .cat-row .col-left .cat-form-inputbox {
  margin-bottom: 8px;
}

#blog-preloader,
#blog-cat-preloader,
#devotional-preloader,
#author-preloader,
#topic-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#blog-preloader .spinner i,
#blog-cat-preloader .spinner i,
#devotional-preloader .spinner i,
#author-preloader .spinner i,
#topic-preloader .spinner i {
  color: var(--verdant-color);
  font-size: 60px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.col-right_cont {
  margin-right: 184px;
  position: relative;
}

.search-cont .search-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.search-cont .search-row .col-left {
  width: calc(70% / 1 - 20px);
}

.search-cont .search-row .col-right {
  width: calc(30% / 1 - 20px);
  display: flex;
  justify-content: flex-end;
}

.search-cont .search-row .col-right .filter-cont a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter-option {
  cursor: pointer;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  display: flex;
}

.filter-option .check-box {
  position: relative;
  display: inline-block;
  border: 2px solid var(--midnight-color);
  top: 3px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #fff;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}

.filter-option.active .check-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid var(--midnight-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.filter-option .check-box::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/*Search bar*/
.search-cont .search-row .col-left .search-container {
  width: 100%;
  display: block;
}

.search-container {
  position: relative;
  flex: 1;
}

.search-cont .search-row .col-left input.input-search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 30px;
  font-size: 1rem;
  border: 0;
  border-bottom: 1px solid var(--midnight-color);
  background-color: var(--secondary-color);
  outline: none;
}

.search-cont .search-row .col-left input.input-search-bar:focus {
  /* border: 1px solid var(--midnight-color) */
  /* transition: 0.35s ease; */
  /* color: #008abf; */
}

.search-cont .search-row .col-left input.input-search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-cont .search-row .col-left input.input-search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-cont .search-row .col-left input.input-search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-cont .search-row .col-left .search-icon {
  position: relative;
  float: left;
  width: 26px;
  top: -32px;
  left: 0;
  background: transparent;
  border: none;
}

.search-cont .search-row .col-left .search-icon i {
  font-size: 18px;
  color: var(--verdant-color);
}

.search-cont .search-row .col-right .sort-icon {
  width: 20px;
}

#blog-cat-sort-toggle.asc .sort-icon,
#topic-sort-toggle.asc .sort-icon {
  transform: rotate(180deg);
}

#blog-sort-toggle.asc .sort-icon {
  transform: rotate(180deg);
}

#devotional-sort-toggle.asc .sort-icon {
  transform: rotate(180deg);
}

#author-sort-toggle.asc .sort-icon {
  transform: rotate(180deg);
}

.search-cont .search-row .col-right p {
  font-size: 18px;
  font-weight: 700;
}

.blog-cat-sort,
.blog-sort,
.devotional-sort,
.author-sort,
.topic-sort {
  position: relative;
  display: inline-block;
}

.blog-cat-sort-toggle,
.blog-sort-toggle,
.devotional-sort-toggle,
.author-sort-toggle,
.topic-sort-toggle {
  cursor: pointer;
}

.blog-cat-sort-toggle .sort-label,
.blog-sort-toggle .sort-label,
.devotional-sort-toggle .sort-label,
.author-sort-toggle .sort-label,
.topic-sort-toggle .sort-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--midnight-color);
  line-height: 1.5;
}

.blog-cat-sort-dropdown,
.blog-sort-dropdown,
.devotional-sort-dropdown,
.author-sort-dropdown,
.topic-sort-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f2e8;
  width: 160px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.blog-cat-sort-dropdown li,
.blog-sort-dropdown li,
.devotional-sort-dropdown li,
.author-sort-dropdown li,
.topic-sort-dropdown li {
  padding: 8px 15px;
  cursor: pointer;
  font-size: 18px;
}

.blog-cat-sort-dropdown li:hover,
.blog-sort-dropdown li:hover,
.devotional-sort-dropdown li:hover,
.author-sort-dropdown li:hover,
.topic-sort-dropdown li:hover {
  color: var(--verdant-color);
}

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

.post-container .post-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.post-container .post-row img {
  width: 100%;
  aspect-ratio: 283/163;
  object-fit: cover;
  border-radius: 5px;
}

.post-container .post-row .first-col {
  width: calc(100% / 3 - 20px);
}

.topic-post-item {
  width: calc(100% / 3 - 20px);
}

.topic-post-item .post-item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}

.topic-post-item .post-item-image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 35px;
  background-color: #ff0000;
  border-radius: 50% / 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffaf1;
  font-size: 14px;
  pointer-events: none;
}

.post-container .post-row .dates {
  color: var(--verdant-color);
  font-size: 16px;
}

.post-container .post-row .description {
  color: var(--midnight-color);
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.3;
}

.blog-pagination,
.blog-cat-pagination,
.devotional-pagination,
.author-pagination,
.topic-pagination {
  padding-top: 50px;
  margin: 0 auto;
}

.blog-pagination ul,
.blog-cat-pagination ul,
.devotional-pagination ul,
.author-pagination ul,
.topic-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination .page-numbers li .page-numbers,
.blog-cat-pagination .page-numbers li .page-numbers,
.devotional-pagination .page-numbers li .page-numbers,
.author-pagination .page-numbers li .page-numbers,
.topic-pagination .page-numbers li .page-numbers {
  display: none;
}

.blog-pagination .page-numbers li .prev,
.blog-pagination .page-numbers li .next,
.blog-cat-pagination .page-numbers li .prev,
.blog-cat-pagination .page-numbers li .next,
.devotional-pagination .page-numbers li .prev,
.devotional-pagination .page-numbers li .next,
.author-pagination .page-numbers li .prev,
.author-pagination .page-numbers li .next,
.topic-pagination .page-numbers li .prev,
.topic-pagination .page-numbers li .next {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  color: var(--midnight-color);
}

.blog-pagination .page-numbers li .prev:hover,
.blog-pagination .page-numbers li .next:hover,
.blog-cat-pagination .page-numbers li .prev:hover,
.blog-cat-pagination .page-numbers li .next:hover,
.devotional-pagination .page-numbers li .prev:hover,
.devotional-pagination .page-numbers li .next:hover,
.author-pagination .page-numbers li .prev:hover,
.author-pagination .page-numbers li .next:hover,
.topic-pagination .page-numbers li .prev:hover,
.topic-pagination .page-numbers li .next:hover {
  color: var(--sunlight-color);
}

.search-header {
  color: var(--midnight-color);
  padding: 90px 24px 60px;
  position: relative;
}

.search-header-content {
  color: var(--midnight-color);
  padding: 0px 24px 90px;
  position: relative;
}

.counseling-section-blog {
  padding: 100px 24px 80px;
  overflow: hidden;
}

.counseling-section-blog .container {
  max-width: 100%;
}

.counseling-section-blog .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.counseling-section-blog .left-col {
  width: calc(43% / 1 - 20px);
}

.counseling-section-blog .right-col {
  width: calc(57% / 1 - 20px);
}

.counseling-section-blog .left-col .left-col-text {
  max-width: 444px;
  margin: 0 0 0 auto;
  width: 100%;
}

.counseling-section-blog h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 146%;
  text-transform: uppercase;
  color: var(--midnight-color);
  margin: 0 0 28px 0;
}

.counseling-section-blog h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  color: var(--midnight-color);
  margin: 0 0 28px 0;
  letter-spacing: 1.3px;
}

.counseling-section-blog h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--midnight-color);
}

.counseling-section-blog p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  color: var(--midnight-color);
  margin: 0;
}

.counseling-section-blog .left-col .content {
  margin-bottom: 35px;
}

.counseling-section-blog .left-col .content:last-child {
  margin-bottom: 0;
}

.counseling-section-blog .icon-container {
  padding: 0 22px;
}

.counseling-section-blog .icon-container .slick-list {
  padding: 0 8% 0 0 !important;
  margin-right: -50px;
}

.counseling-section-blog .icon-container .icon-box {
  background-color: #f5b23c;
  padding: 0;
  margin: 0 10px;
  border-radius: 5px;
  text-align: center;
  height: auto;
  aspect-ratio: 1;
  width: 350px !important;
}

.counseling-section-blog .icon-container .icon-box .icon-box-content {
  padding: 26px;
}

.counseling-section-blog .slick-slide img {
  margin: 38px auto 38px;
}

/* Footer Css*/
.footer {
  background-color: var(--midnight-color);
  color: var(--secondary-color);
  /* margin-top: 80px; */
}

.footer-wrapper {
  padding: 190px 24px 60px 24px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.footer-content .footer-logo {
  max-width: 240px;
}

.footer-column h3 {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.footer-column ul li a {
  text-decoration: none;
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.footer-column ul li a:hover {
  color: var(--primary-color);
  transition: 0.3s ease;
}

.footer-column h6 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.26em;
  margin: 0;
}

.footer-column h6 a {
  color: #fff;
}

.footer-column ul.footer-menu>li a {
  font-weight: 700;
  color: var(--secondary-color);
}

.footer-column ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.footer-column .add {
  max-width: 230px;
}

.footer-column p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--secondary-color);
}

.footer .get-app .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer .get-app .content-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.footer .get-app .content-box .txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.footer .get-app .content-box .txt h6 {
  line-height: 1;
  margin: -6px 0 10px 0;
}

.footer .get-app .content-box .txt a {
  text-decoration: none;
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.footer .footer-content .first-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer .restoration-block {
  background-color: var(--secondary-color);
  border-radius: 10px;
  padding: 25px 20px;
}

.footer .restoration-block h3 {
  font-size: 25px;
  line-height: 126%;
  font-weight: 600;
  color: var(--midnight-color);
  margin-top: 0;
}

.footer .restoration-block p {
  font-size: 15px;
  line-height: 146%;
  font-weight: 400;
  color: var(--midnight-color);
}

.cta-column {
  max-width: 370px;
}

.sign-up-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 13px;
  border: 3px solid var(--secondary-color);
  margin-top: 27px;
  padding: 25px 20px;
}

.sign-up-block-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.sign-up-img {
  display: contents;
}

.sign-up-block-quote p {
  margin: 0;
  font-weight: 400;
}

.subscribe-form {
  border-radius: 5px;
  background: #fffaf1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subscribe-form input {
  background-color: transparent;
  color: var(--midnight-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46em;
  padding: 10px 0 10px 15px;
  border: none;
  outline: none;
}

.subscribe-form input::placeholder {
  background-color: transparent;
  color: var(--midnight-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46em;
  border: none;
}

.subscribe-btn {
  border-left: 3px solid var(--midnight-color);
  padding: 10px 16px;
}

.network-btn-block {
  margin-top: 40px;
  padding-right: 10px;
}

.join-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.46em;
  margin-bottom: 24px;
}

.join-btn:last-child {
  margin-bottom: 0;
}

.join-btn i {
  font-size: 12px;
  position: relative;
  right: -5px;
}

.join-btn:hover i {
  right: -10px;
}

.subscribe-block-mob {
  display: none;
}

.footer .f-logo {
  width: 100%;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 32px 0;
  border-top: 1px solid #4a5f6d;
  border-bottom: 1px solid #4a5f6d;
}

.footer-social-icons h6 {
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.26em;
  margin: 0;
}

.social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-icon,
.footer-icon a {
  display: contents;
}

.footer-bottom {
  text-align: center;
  padding: 30px 0;
}

.footer-bottom p {
  color: var(--secondary-color);
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.98em;
}

.footer-bottom a {
  color: var(--secondary-color);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--sky-color);
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: 0.3s ease;
}

/*-----blog article Css-----*/
.bread-crumb {
  color: var(--midnight-color);
  padding: 100px 24px 18px;
  position: relative;
}

.bread-crumb a {
  color: var(--verdant-color);
}

.blog-title {
  color: var(--midnight-color);
  position: relative;
  padding: 0 24px;
}

.blog-title h2 {
  margin: 0 0 16px 0;
  color: var(--midnight-color);
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.blog-title h1 {
  margin: 0 0 16px 0;
  color: var(--midnight-color);
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.bread-crumb p {
  margin-top: 0;
}

.blog-meta-bar,
.blog-hero-section {
  padding: 32px 0;
}

.blog-meta-bar .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 10px 24px;
  border-top: 1px solid var(--midnight-color);
  border-bottom: 1px solid var(--midnight-color);
}

.blog-meta-bar .left-col {
  width: calc(100% / 2 - 20px);
  position: relative;
}

.blog-meta-bar .right-col {
  width: calc(100% / 2 - 20px);
}

.blog-meta-bar .meta-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blog-meta-bar .meta-tag p.authur {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-right: 30px;
}

.blog-meta-bar .meta-tag a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--verdant-color);
}

.blog-meta-bar .meta-tag p.date {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-right: 10px;
  display: flex;
}

.blog-meta-bar .meta-tag img {
  margin-right: 10px;
}

.blog-meta-bar .author-popup {
  position: absolute;
  max-width: 425px;
  top: 64px;
  left: 12%;
  background-color: #fffaf1;
  padding: 28px;
  display: none;
  transform: translatex(-50%);
  border: 1px solid #d9d9d9;
}

.blog-meta-bar .author-popup h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
  color: var(--midnight-color);
  margin: 0 0 1em 0;
}

.blog-meta-bar .author-popup p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  color: var(--midnight-color);
}

.blog-meta-bar .author-popup a {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  text-decoration: underline;
  text-transform: none;
  color: var(--verdant-color);
}

.blog-meta-bar .author-popup::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #d9d9d9;
}

.blog-meta-bar .author-popup::after {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 17px solid #fffaf1;
}

.author-link:hover .author-popup {
  display: block;
}

.author-popup:hover {
  display: block;
}

.share-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.share-social-icons h6 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

.share-social-icons .social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.social-icons,
.share-icon a {
  display: contents;
  display: block;
  line-height: 1;
  display: flex;
}

.blog-hero-section {
  padding-top: 0;
}

.blog-hero-section img {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.blog-video-section {
  max-width: 915px;
  margin: 54px auto;
  margin-top: 20px;
}

.blog-video-section iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.blog-info-section {
  margin-bottom: 36px;
  padding: 0 24px;
}

.blog-info-section p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 19px;
}

.blog-info-section p a {
  color: var(--verdant-color);
  text-decoration: underline;
}

.blog-content-section {
  padding: 0 24px;
  /* padding-bottom: 120px; */
}

.blog-content-section .pagination {
  margin-top: 72px;
}

.blog-content-section h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.blog-content-section p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  margin-top: 0;
}

blockquote.quote p {
  font-size: 19px;
  font-weight: 600;
  line-height: 146%;
  border-left: 3px solid var(--verdant-color);
  padding-left: 23px;
  margin-top: 33px;
  margin-bottom: 24px;
}

.blog-content-section h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 30px;
}

.blog-content-section ul li,
.cat-details-section ul li {
  list-style-type: square;
}

.blog-content-section li::marker,
.cat-details-section li::marker {
  color: var(--verdant-color);
}

.blog-content-section a {
  color: var(--verdant-color);
}

.episode-content-section {
  padding: 0 24px;
  padding-bottom: 120px;
}

.episode-content-section .pagination {
  margin-top: 114px;
}

.episode-content-section h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.episode-content-section p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  margin-top: 0;
}

.episode-content-section ol,
.episode-content-section ul {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
}

.episode-content-section li {
  margin-bottom: 7px;
}

.resource-links .resource-link {
  display: block !important;
}

.podcast-icon-section.episode-pod-icon-sec {
  padding: 120px 24px 180px;
}

.powerpress-player {
  margin-top: 36px;
}

.powerpress-player .powerpress_player {
  margin-top: 24px;
}

.powerpress_links {
  font-size: 0 !important;
  margin-top: 8px !important;
}

.powerpress_links a {
  font-size: 18px;
  line-height: 1.5;
  color: var(--verdant-color);
  text-decoration: underline;
  display: inline-block;
  margin-right: 15px;
}

.bible-verse {
  background-color: #f8f2e8;
  padding: 17px 64px 21px 64px;
  max-width: 821px;
  border: 1px solid #909090;
  border-radius: 5px;
  position: relative;
  margin-left: 100px;
  margin-top: 60px;
  margin-bottom: 56px;
}

.bible-verse img.bible-icon {
  position: absolute;
  top: 14px;
  left: -39px;
  width: 78px;
}

.blog-content-section .row.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--midnight-color);
}

.blog-content-section .left-col {
  width: calc(100% / 2 - 20px);
}

.blog-content-section .right-col {
  width: calc(100% / 2 - 20px);
  text-align: right;
}

.blog-content-section .pagination a {
  color: var(--midnight-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
}

.blog-content-section .pagination p {
  font-weight: 400;
  font-size: 19px;
  line-height: 146%;
  margin: 0;
}

.read-more-section {
  margin-top: 60px;
  padding: 0 24px;
}

.read-more-section ul {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  margin-left: -40px;
}

.read-more-section li {
  list-style: none;
}

.read-more-section li a {
  text-decoration: underline;
  color: var(--verdant-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
}

.read-more-section h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
  margin-top: 0;
}

.other-post-section {
  margin-top: 60px;
  padding: 0 24px 150px 24px;
}

.other-post-section .post-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.other-post-section .post-row .first-col {
  width: calc(100% / 4 - 23px);
}

.other-post-section .post-row img {
  width: 100%;
  aspect-ratio: 15/9;
  object-fit: cover;
  border-radius: 5px;
}

.other-post-section .post-row a {
  font-size: 13px;
  font-weight: 400;
  line-height: 146%;
  color: var(--verdant-color);
}

.other-post-section .post-row .description a {
  font-size: 16px;
  font-weight: 600;
  color: var(--midnight-color);
}

/*-----blog category Css-----*/
.cat-details-section {
  color: var(--midnight-color);
  padding: 120px 24px 200px 24px;
  position: relative;
  background-color: #f8f2e8;
}

.cat-details-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.cat-details-section h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  letter-spacing: 1.28px;
  margin: 0 0 10px 0;
  color: var(--midnight-color);
  max-width: 470px;
}

.cat-details-section h3 {
  margin: 0 0 16px 0;
  color: var(--midnight-color);
  /* max-width: 435px; */
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.3px;
}

.cat-details-section p {
  font-size: 18px;
  max-width: 470px;
  color: var(--midnight-color);
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.cat-details-section .expore-btn {
  margin-top: 32px;
}

.cat-details-section .products-page-col {
  width: calc(55% - 40px);
}

.cat-details-section .products-page-col:first-child {
  width: 45%;
}

.cat-details-section .products-page-col .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.cat-details-section .products-page-col .image-cont img:nth-child(1) {
  width: 85% !important;
}

.cat-details-section .products-page-col .image-cont img:nth-child(2) {
  width: 55% !important;
}

.cat-details-section .products-page-col .image-cont img:nth-child(3) {
  width: 38% !important;
}

.image-cont img {
  border-radius: 5px;
  width: 100% !important;
}

.image-cont .curve-img {
  position: unset;
}

.cat-details-section li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
}

.cat-details-section a.btn {
  background-color: var(--midnight-color);
  border: solid 1px var(--midnight-color);
}

.cat-details-section a.btn:hover {
  background-color: #718b9b;
}

/*----Marriage Css Start-----*/
.hero-section-inner {
  color: var(--midnight-color);
  padding: 80px 24px;
  position: relative;
}

.hero-section-inner .hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-section-inner .col-left .w-100 {
  width: 100%;
  display: block;
}

.embed-responsive iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.hero-section-inner h1,
.podcast-item.podcast-hero h1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 146%;
  margin: 0 0 26px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.hero-section-inner h2,
.podcast-item.podcast-hero h2 {
  margin: 0 0 40px 0;
  color: var(--midnight-color);
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-wrap: balance;
}

.hero-section-inner p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  /*max-width: 540px;*/
  color: var(--midnight-color);
  margin-bottom: 35px;
}

.hero-section-inner ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  color: var(--midnight-color);
  list-style-type: square;
}

.hero-section-inner li::marker {
  color: var(--ember-color);
}

.hero-section-inner .col-left {
  width: calc(40% - 20px);
}

.hero-section-inner .col-right {
  width: calc(60% - 20px);
}

.marriage-hero-sec h2 {
  max-width: 520px;
}

.feature-section {
  background-color: #c64f21;
  padding: 50px 24px;
}

/* .feature-section .feature-txt {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.feature-section .feature-txt {
  position: relative;
  text-align: center;
  padding: 0 60px;
  /* max-width: 850px; */
}

.feature-section .feature-txt h6,
.feature-section h6 {
  font-size: 30px;
  color: var(--secondary-color);
  line-height: 120%;
  margin: 0 0 12px 0;
  font-weight: 600;
}

.feature-section .feature-txt h6:last-child,
.feature-section .feature-txt p:last-child {
  margin-bottom: 0;
}

.feature-section .feature-txt::before {
  content: url("/wp-content/uploads/2025/06/Left-bracket.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.feature-section .feature-txt::after {
  content: url("/wp-content/uploads/2025/06/Right-bracket.png");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.no-brackets .feature-txt::before,
.no-brackets .feature-txt::after {
  display: none;
}

.full-width-content-sec.courses-full-w {
  padding: 128px 24px 0px;
}

.full-width-content-sec.events {
  padding: 110px 24px 190px;
}

.full-width-content-sec {
  color: var(--midnight-color);
  padding: 90px 24px 60px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom -1px;
  background-size: 100%;
}

.full-width-content-sec h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.full-width-content-sec h1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.full-width-content-sec h3,
.full-width-content-sec h2.title_head,
.full-width-content-sec h3.title_head {
  margin: 0 0 40px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: unset;
}

.full-width-content-sec p {
  margin: 0 0 32px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
}

.full-width-content-sec ul {
  margin: 0 0 32px 0;
}

.full-width-content-sec ul li,
.left-image-section ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  list-style-type: square;
}

.full-width-content-sec li a {
  color: var(--verdant-color);
  text-decoration: underline;
}

.full-width-content-sec li::marker {
  color: var(--ember-color);
}

.two-content-col-sec {
  color: var(--midnight-color);
  padding: 90px 24px 60px;
  position: relative;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.two-content-col-sec .section-title {
  margin-bottom: 45px;
}

.two-content-col-sec .section-title h3,
.two-content-col-sec .section-title .title_head {
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
  color: var(--midnight-color);
  margin-bottom: 0;
  text-transform: unset;
}

.two-content-col-sec .section-title .content {
  margin-top: 28px;
}

.two-content-col-sec .two-content-col-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.two-content-col-sec h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.two-content-col-sec h3 {
  margin: 0 0 36px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.two-content-col-sec p {
  margin: 0 0 32px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
}

.two-content-col-sec ul {
  margin: 0 0 32px 0;
}

.two-content-col-sec ul li,
.left-image-section ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  list-style-type: square;
}

.two-content-col-sec li::marker {
  color: var(--ember-color);
}

.two-content-col-sec.green li::marker {
  color: var(--verdant-color);
}

.two-content-col-sec .col-left,
.two-content-col-sec .col-right {
  width: calc(100% / 2 - 20px);
}

.two-content-col-sec a.btn {
  background-color: var(--ember-color);
  border: 2px solid var(--ember-color);
}

/*.two-content-col-sec a.btn:hover {
  background-color: #FF8C5F;
  border-color: #FF8C5F;
  color: #FFFAF1;
}*/
.two-content-col-sec a {
  color: var(--verdant-color);
  text-decoration: underline;
}

.right-image-section.right-three-img-block {
  padding: 105px 24px 60px;
}

.right-image-section {
  color: var(--midnight-color);
  padding: 90px 24px;
  position: relative;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.right-image-section .counseling-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.right-image-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.right-image-section h3 {
  margin: 0 0 36px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-wrap: balance;
}

.right-image-section p {
  margin: 0 0 32px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
}

.right-image-section ul {
  margin: 0 0 32px 0;
}

.right-image-section ul li,
.left-image-section ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.33;
  list-style-type: square;
  margin-bottom: 10px;
  padding-left: 5px;
}

.right-image-section li::marker {
  color: var(--ember-color);
}

.right-image-section .col-left {
  width: calc(96% / 2 - 20px);
}

.right-image-section .col-right {
  width: calc(103% / 2 - 20px);
  display: flex;
  justify-content: flex-end;
}

.right-image-section .row-reverse .col-right {
  justify-content: flex-start;
}

.right-image-section a.btn {
  background-color: var(--ember-color);
  border: 2px solid var(--ember-color);
}

/*.right-image-section a.btn:hover {
  background-color: #FF8C5F;
  border-color: #FF8C5F;
  color: #FFFAF1;
}*/
.right-image-section .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  max-width: 500px;
  position: relative;
}

.right-image-section.green .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
  position: relative;
}

.right-image-section .col-right .curve-img {
  position: unset;
}

.right-image-section .col-right .curve-img img {
  max-width: 100%;
}

.left-image-section {
  color: var(--midnight-color);
  padding: 90px 24px;
  position: relative;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.left-image-section.left-single-img {
  padding: 60px 24px 135px;
}

.left-image-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.left-image-section img {
  width: 100%;
}

.video-thumb img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
}

.left-image-section .caption {
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
  color: #fffaf1;
  margin: 0;
  background-color: var(--verdant-color);
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.left-image-section h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.left-image-section h3 {
  margin: 0 0 30px 0;
  color: var(--midnight-color);
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.left-image-section p.lead {
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 30px 0;
  color: var(--midnight-color);
  margin-top: -20px;
  letter-spacing: 1.3px;
}

.left-image-section p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  /* max-width: 600px; */
  margin-top: 0;
  margin-bottom: 20px;
}

.w-100 p {
  max-width: 100%;
}

.left-image-section ul {
  margin-top: 0;
  margin-bottom: 40px;
}

.left-image-section ul li {
  line-height: 133%;
  margin-bottom: 7px;
  /* font-weight: 400; */
}

.left-image-section li::marker {
  color: var(--ember-color);
}

.left-image-section .curve-img {
  position: unset;
}

.left-image-section .col-left {
  width: calc(80% / 2 - 20px);
}

.left-image-section .col-left .img-block {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.left-image-section .col-right {
  width: calc(60% - 20px);
}

.left-image-section.green .col-left {
  width: calc(100% / 2 - 20px);
  position: relative;
}

.left-image-section.devotionals-two-col .col-left {
  width: calc(98% / 2 - 20px);
  position: relative;
}

.left-image-section.green .col-right,
.left-image-section.devotionals-two-col .col-right {
  width: calc(100% / 2 - 20px);
}

.left-image-section.green .col-left .image-cont,
.left-image-section.devotionals-two-col .col-left .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 30px;
  padding-right: 30px;
  /* position: relative; */
}

.left-image-section .col-left .curve-img img {
  position: absolute;
  top: -32px;
  left: 0;
  z-index: 99;
}

.support-section.with-slide {
  min-height: 500px;
}

.support-section .workshop-cont .slide {
  position: relative;
  margin: 0 10px;
}

.support-section .workshop-cont .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.support-section .workshop-cont .content {
  position: relative;
}

.support-section .workshop-cont .btn-cont {
  position: relative;
  text-align: left;
}

.support-section .workshop-cont .img-box img {
  width: 100%;
}

.support-section .workshop-cont .img-box p {
  position: absolute;
  bottom: 0;
  background-color: #c64f21;
  font-size: 18px;
  font-weight: 600;
  line-height: 146%;
  color: var(--secondary-color);
  padding: 12px 0 12px 10px;
  margin: 0;
  width: 100%;
  text-align: left;
}

.support-section.green .workshop-cont .img-box p {
  background-color: var(--verdant-color);
  font-size: 16px;
}

.support-section .workshop-cont .content {
  margin: 27px 0;
}

.support-section .workshop-cont .content h4 {
  margin: 0 0 12px 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 146%;
  color: var(--secondary-color);
  text-align: left;
  min-height: 60px;
}

.support-section .workshop-cont .content p {
  margin: 0 0 28px 0;
  width: 100%;
  color: var(--secondary-color);
  text-align: left;
}

.support-section .workshop-cont .btn-cont a {
  font-size: 19px;
  color: var(--secondary-color);
  margin: 0;
  padding: 8px 24px;
  border: 1px solid var(--secondary-color);
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.support-section .workshop-cont .btn-cont a i {
  font-size: 14px;
  margin-left: -12px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.support-section .workshop-cont .btn-cont a:hover i {
  opacity: 1;
  margin-left: 6px;
}

.workshop-slider .slick-prev,
.workshop-slider .slick-next {
  width: auto;
  height: auto;
}

.workshop-slider .slick-prev {
  left: -50px;
  top: 50%;
  z-index: 1;
}

.workshop-slider .slick-next {
  right: -50px;
  top: 50%;
}

.workshop-slider .slick-prev:before {
  display: block;
  content: "";
  background-image: url("/wp-content/uploads/2025/06/prev-white.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 36px;
}

.workshop-slider .slick-next:before {
  display: block;
  content: "";
  background-image: url("/wp-content/uploads/2025/06/next-white.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 36px;
}

.workshops-testimonials.tan-bg {
  padding: 80px 24px 80px;
  background-color: var(--midnight-color);
  border-radius: 0;
}

.workshops-testimonials.tan-bg p {
  color: var(--secondary-color);
}

.workshops-testimonials.tan-bg .slick-prev::before {
  display: block;
  content: url("/wp-content/uploads/2025/07/white-back.svg");
}

.workshops-testimonials.tan-bg .slick-next::before {
  display: block;
  content: url("/wp-content/uploads/2025/07/white-next.svg");
}

.workshops-hr-instructors .instructors-item {
  border-bottom: 2px solid gray;
  margin-bottom: 75px;
  padding-bottom: 75px;
}

.workshops-hr-instructors .instructors-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.workshop-last-counseling {
  padding: 100px 24px 168px;
}

.marriage-resource-section {
  padding: 200px 24px 100px 24px;
  background-image: url(/wp-content/uploads/2025/06/orange-top-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: #c64f21;
}

.marriage-resource-section.green {
  background-image: url(/wp-content/uploads/2025/05/green-bottom-bg.jpg);
  background-color: var(--verdant-color);
}

.marriage-resource-section .section-title {
  text-align: center;
}

.marriage-resource-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #faf4e9;
  margin: 0 0 28px 0;
  text-transform: uppercase;
}

.marriage-resource-section h3 {
  font-size: 38px;
  font-weight: 700;
  color: #faf4e9;
  line-height: 120%;
  margin: 0 0 70px 0;
  letter-spacing: 1.3px;
}

.marriage-resource-section .resource-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.marriage-resource-section .resource-content .step {
  width: calc(100% / 4 - 23px);
  border-left: 1px solid #fffaf1;
  padding-left: 52px;
}

.marriage-resource-section .resource-content .step:nth-child(1) {
  border-left: 0;
  padding-left: 0;
}

.marriage-resource-section .resource-content .step img {
  width: 104px;
  height: 102px;
}

.marriage-resource-section .resource-content .step h4 {
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 600;
  line-height: 146%;
  margin: 53px 0 25px 0;
}

.marriage-resource-section .resource-content .step p {
  color: var(--secondary-color);
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  margin: 0 0 25px 0;
}

.marriage-resource-section a {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 146%;
}

.marriage-resource-section i {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
}

.marriage-resource-section a:hover i {
  margin-left: 6px;
}

.right-image-section.image-cont2 .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
  /* position: relative; */
}

/* sexual integrity page*/
.hero-section-inner a.btn.sky,
.right-image-section.sky a.btn,
.btn-wrapper a.btn.sky {
  background-color: var(--sky-color);
  border: 2px solid var(--sky-color);
  color: var(--midnight-color);
}

.hero-section-inner a.btn-inverse.sky,
.right-image-section a.btn-inverse.sky {
  border: 2px solid var(--sky-color);
  color: var(--midnight-color);
  margin-right: 10px;
}

.feature-section.sky {
  background-color: var(--sky-color);
  padding: 50px 24px;
}

.feature-section.sky .feature-txt h6 {
  font-size: 30px;
  color: var(--midnight-color);
  line-height: 120%;
  margin: 0;
}

.feature-section.sky .feature-txt::before {
  content: url(/wp-content/uploads/2025/06/left-black-bracket.png);
}

.feature-section.sky .feature-txt::after {
  content: url(/wp-content/uploads/2025/06/right-black-bracket.png);
}

.right-image-section.py_130px_70px {
  padding-top: 130px;
  padding-bottom: 70px;
}

.right-image-section.sky.image-cont3 .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
  /* position: relative; */
}

.right-image-section.sky .col-left {
  width: calc(100% / 2 - 20px);
}

.right-image-section.sky .col-right {
  width: calc(100% / 2 - 20px);
  position: relative;
}

.right-image-section.sky .col-right .curve-img img {
  position: absolute;
  top: -32px;
  right: -30px;
  z-index: 99;
}

.right-image-section.sky li::marker {
  color: var(--sky-color);
}

.left-image-section.sky li::marker {
  color: var(--sky-color);
}

.right-image-section.tan-bg .col-right .image-cont3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
  /* position: relative; */
}

.right-image-section.tan-bg .col-left {
  width: calc(100% / 2 - 20px);
}

.right-image-section.tan-bg .col-right {
  width: calc(100% / 2 - 20px);
  position: relative;
}

.right-image-section.tan-bg .col-right .curve-img img {
  position: absolute;
  top: -32px;
  right: -30px;
  z-index: 99;
}

.right-image-section.tan-bg.image-cont4 .col-right .image-cont {
  display: block;
}

.left-image-section.py_70px_114px {
  padding-top: 70px;
  padding-bottom: 114px;
}

.support-section.sky .workshop-cont .img-box p {
  background-color: var(--sky-color);
  color: var(--midnight-color);
}

.marriage-resource-section.sky {
  background-image: url(/wp-content/uploads/2025/06/sky-curve-bg.jpg);
  background-color: var(--sky-color);
}

.marriage-resource-section.sky h2,
.marriage-resource-section.sky h3,
.marriage-resource-section.sky .resource-content .step h6,
.marriage-resource-section.sky .resource-content .step p,
.marriage-resource-section.sky a,
.marriage-resource-section.sky i,
.marriage-resource-section.sunlight h2,
.marriage-resource-section.sunlight h3,
.marriage-resource-section.sunlight .resource-content .step h6,
.marriage-resource-section.sunlight .resource-content .step p,
.marriage-resource-section.sunlight a,
.marriage-resource-section.sunlight i {
  color: var(--midnight-color);
}

.marriage-resource-section.sky .resource-content .step {
  border-left: 1px solid var(--midnight-color);
}

.marriage-resource-section.sky .resource-content .step:nth-child(1) {
  border-left: 0;
}

/* Compulsive Behaviors */
.feature-section.sunlight {
  background-color: var(--sunlight-color);
  padding: 50px 24px;
}

.feature-section.sunlight .feature-txt h6 {
  font-size: 30px;
  color: var(--midnight-color);
  line-height: 120%;
  margin: 0;
}

.feature-section.sunlight .feature-txt::before,
.feature-section.tan .feature-txt::before {
  content: url(/wp-content/uploads/2025/06/left-black-bracket.png);
  margin-right: 40px;
}

.feature-section.sunlight .feature-txt::after,
.feature-section.tan .feature-txt::after {
  content: url(/wp-content/uploads/2025/06/right-black-bracket.png);
  margin-left: 40px;
}

.right-image-section.perspective {
  padding: 90px 24px 50px 24px;
}

.right-image-section .col-left {
  width: calc(100% / 2 - 20px);
}

.right-image-section .col-right {
  width: calc(100% / 2 - 20px);
  position: relative;
}

/* .right-image-section .col-right .curve-img {
  position: unset;
}
.right-image-section .col-right .curve-img img {
  position: absolute;
  top: -32px;
  right: -30px;
  z-index: 99;
  max-width: 100%;
} */
.right-image-section.perspective .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
  /* position: relative; */
}

.left-image-section.benefits {
  padding-top: 50px;
  padding-bottom: 142px;
}

.left-image-section.sunlight li::marker {
  color: var(--sunlight-color);
}

.marriage-resource-section.sunlight {
  background-image: url(/wp-content/uploads/2025/06/sunlight-top-bg.jpg);
  background-color: var(--sunlight-color);
}

.support-section.sunlight .workshop-cont .img-box p {
  background-color: var(--sunlight-color);
  color: var(--midnight-color);
}

/* Food body struggles */
.right-image-section.sunlight.image-cont5 .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
  /* position: relative; */
}

.left-image-section.fb-transform {
  padding: 60px 24px 141px 24px;
}

/* coaching page*/
.hero-section-inner.coaching .hero-row,
.hero-section-inner.counseller .hero-row {
  flex-direction: row-reverse;
}

.hero-section-inner a.btn.midnight,
.right-image-section.green a.btn.midnight,
.left-image-section.green a.btn.midnight,
.marriage-resource-section.transformation a.btn.midnight {
  background-color: var(--midnight-color);
  border: 2px solid var(--midnight-color);
}

.hero-section-inner.coaching .btn-wrapper a.btn,
.hero-section-inner.devotionals-hero-sec a.btn {
  margin-bottom: 12px;
}

.right-image-section a.btn.midnight {
  background-color: var(--midnight-color);
  border: 2px solid var(--midnight-color);
  display: inline;
}

.right-image-section.coaching {
  background-image: url(/wp-content/uploads/2025/06/coaching-curve-tanbg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 154px 24px 120px;
}

.right-image-section.coaching .bullet-point-row h2 {
  color: var(--midnight-color);
  font-size: 42px;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: 1.3px;
  text-transform: unset;
  margin: 0 0 52px 0;
}

.right-image-section.coaching li::marker {
  color: var(--verdant-color);
}

.right-image-section.coaching .col-left {
  width: calc(120% / 2 - 20px);
}

.right-image-section.coaching .col-right {
  width: calc(80% / 2 - 20px);
  position: relative;
}

.right-image-section.coaching-right-img {
  padding-top: 164px;
  padding-bottom: 77px;
}

.left-image-section.coaching-left-img {
  padding-top: 77px;
  padding-bottom: 50px;
}

.left-image-section.coaching-left-img .col-left .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 0;
  padding-right: 30px;
}

.right-image-section.coaching .col-right .curve-img img {
  position: absolute;
  top: -32px;
  left: 30px;
  z-index: 99;
}

.right-image-section.coaching hr {
  border-top: 1px solid var(--midnight-color);
  margin-top: 76px;
  margin-bottom: 76px;
}

.right-image-section.coaching .bullet-list ul {
  column-count: 4;
  margin-bottom: 76px;
}

.right-image-section.coaching .bullet-list li {
  list-style: none;
  margin-bottom: 10px;
  color: var(--midnight-color);
  padding-left: 25px;
}

.right-image-section.coaching .bullet-list li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 10px 0 0;
  color: var(--verdant-color);
  position: absolute;
  left: 3px;
}

.extra-space {
  margin-top: 155px;
}

.marriage-resource-section.coaching .bullet-point-row h3 {
  font-size: 38px;
}

.marriage-resource-section.coaching .learn-more-btn {
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #fffaf1;
  line-height: 146%;
}

/* Counselling Page */
.hero-section-inner.counseller .col-left,
.hero-section-inner.counseller .col-right,
.hero-section-inner.coaching .col-left,
.hero-section-inner.coaching .col-right {
  width: calc(100% / 2 - 20px);
}

.feature-section.midnight {
  background-color: var(--midnight-color);
  padding: 50px 24px;
}

.right-image-section.reverse-row .counseling-row {
  flex-direction: row-reverse;
}

.right-image-section.reverse-row.image-cont6 {
  padding-top: 131px;
}

.right-image-section.reverse-row.image-cont6 .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}

.right-image-section.image-cont-journey .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  max-width: 500px;
  position: relative;
}

.right-image-section.reverse-row .col-left {
  width: calc(60% - 20px);
}

.right-image-section.reverse-row .col-right {
  width: calc(80% / 2 - 20px);
  position: relative;
}

.right-image-section.reverse-row.image-cont6 .col-right .curve-img img {
  position: absolute;
  top: -32px;
  left: -21px;
  z-index: 99;
}

.right-image-section.your-journey .col-left {
  width: calc(60% - 20px);
}

.right-image-section.your-journey .col-right {
  width: calc(80% / 2 - 20px);
  position: relative;
}

.right-image-section.your-journey.image-cont-journey {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
}

.right-image-section.your-journey .col-right .curve-img img {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 99;
}

.right-image-section.your-journey hr {
  border-top: 1px solid var(--midnight-color);
  margin-top: 103px;
  margin-bottom: 103px;
}

.right-image-section.your-journey .bullet-point-row .title h3,
.right-image-section.your-journey .bullet-point-row h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  margin: 0 0 52px 0;
  color: var(--midnight-color);
}

.right-image-section.your-journey .bullet-list ul {
  column-count: 3;
  margin-bottom: 30px;
}

.right-image-section.your-journey .bullet-list li {
  font-size: 19px;
  font-weight: 600;
  line-height: 146%;
  list-style: none;
  margin-bottom: 10px;
  color: var(--midnight-color);
  padding-left: 25px;
}

.right-image-section.your-journey .bullet-list li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 10px 0 0;
  color: var(--verdant-color);
  position: absolute;
  left: 3px;
}

.right-image-section.counseller li::marker,
.right-image-section.your-journey li::marker {
  color: var(--verdant-color);
}

.right-image-section.transformation {
  background-image: url(/wp-content/uploads/2025/07/white-green-top-curve-scaled.png);
  background-color: var(--verdant-color);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 200px 24px 100px 24px;
}

.right-image-section.transformation.image-cont-transformation .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 0;
  padding-right: 30px;
}

.right-image-section .row-reverse .col-right .image-cont {
  padding-right: 0 !important;
}

.marriage-resource-section.transformation .row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.marriage-resource-section.transformation.col-shift .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.marriage-resource-section.transformation .col-left {
  width: calc(92% / 2 - 20px);
  position: relative;
}

.marriage-resource-section.transformation .col-right {
  width: calc(104% / 2 - 20px);
}

.marriage-resource-section.transformation h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: #fffaf1;
  text-transform: uppercase;
}

.marriage-resource-section.transformation h3 {
  margin: 0 0 30px 0;
  color: #fffaf1;
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
}

.marriage-resource-section.transformation p {
  color: #fffaf1;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin-bottom: 30px;
}

.marriage-resource-section.transformation ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  color: #fffaf1;
  list-style-type: square;
}

.marriage-resource-section.transformation li::marker {
  color: var(--midnight-color);
}

.marriage-resource-section.transformation .col-left .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 0;
  padding-right: 30px;
  /* position: relative; */
}

.right-image-section.events {
  padding-top: 166px;
  padding-bottom: 1px;
}

.right-image-section.events .event-bottom-col {
  border-bottom: 2px solid var(--midnight-color);
  padding-bottom: 94px;
  margin-bottom: 94px;
  text-align: center;
}

.right-image-section.events .col-right .image-cont img {
  width: 100%;
}

.right-image-section.events li::marker {
  color: var(--verdant-color);
}

.right-image-section.events a.btn-inverse.midnight {
  border: 2px solid var(--midnight-color);
  color: var(--midnight-color);
  background-color: transparent;
  margin-left: 8px;
}

.right-image-section.events hr {
  border-top: 1px solid var(--midnight-color);
  margin-top: 94px;
  margin-bottom: 94px;
}

.right-image-section.events .event-bottom-col {
  border-bottom: 1px solid var(--midnight-color);
  padding-bottom: 94px;
  margin-bottom: 94px;
}

.right-image-section.events .title h3 {
  font-size: 38px;
  color: var(--midnight-color);
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  text-transform: none;
  margin-bottom: 38px;
}

.right-image-section.events .joining-row {
  text-align: center;
}

.right-image-section.events .resource-content,
.right-image-section.full-width .resource-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  margin-top: 100px;
}

.right-image-section.events .resource-content .step,
.right-image-section.full-width .resource-content .step {
  width: calc(100% / 3 - 23px);
  border-right: 1px solid var(--midnight-color);
  padding-right: 32px;
}

.right-image-section.events .resource-content .step:nth-child(3),
.right-image-section.full-width .resource-content .step:nth-child(3) {
  border-right: 0;
  padding-right: 0;
}

.right-image-section.events .resource-content .step h6,
.right-image-section.full-width .resource-content .step h6 {
  color: #fffaf1;
  color: var(--midnight-color);
  font-size: 21px;
  font-weight: 600;
  line-height: 146%;
  margin: 53px 0 25px 0;
}

.right-image-section.events .resource-content .step img,
.right-image-section.full-width .resource-content .step img {
  height: 90px;
}

.right-image-section.full-width .center-row,
.marriage-resource-section.full-width .center-row {
  text-align: center;
}

.box-content-section {
  padding: 90px 24px 142px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.box-content-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.box-content-section h3 {
  margin: 0 0 40px 0;
  color: var(--midnight-color);
  letter-spacing: 1.3px;
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
}

.box-content-section .head-col p {
  margin: 0 0 40px 0;
  color: var(--midnight-color);
  line-height: 146%;
  font-size: 19px;
  font-weight: 400;
}

.box-content-section .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.box-content-section .box-container .box {
  background-color: var(--sunlight-color);
  border-radius: 5px;
  padding: 47px 25px 30px;
  text-align: center;
  width: calc(100% / 3 - 44px);
}

.box-content-section .box-container .box img {
  display: block;
  margin: 0 auto;
  height: 85px;
}

.box-content-section .box-container .box h6 {
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0 18px 0;
}

.box-content-section .box-container .box .btn-cont a {
  font-weight: 700;
}

.box-content-section .box-container .box .btn-cont a i {
  font-size: 16px;
}

.box-content-section .box-container .box .btn-cont a:hover i {
  margin-left: 6px;
}

.box-content-section.courses {
  padding: 230px 24px 100px 24px;
}

.box-content-section.courses .box-container .box img {
  height: 80px;
  margin-bottom: 26px;
}

.box-content-section .btn-col {
  margin-top: 67px;
}

.right-image-section.full-width .box h6,
.marriage-resource-section.courses.full-width .box h6 {
  font-weight: 600;
  font-size: 21px;
  line-height: 146%;
  color: var(--midnight-color);
  margin-bottom: 18px;
}

.right-image-section.full-width .box p,
.marriage-resource-section.courses.full-width .box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 146%;
  color: var(--midnight-color);
  text-align: center;
}

.right-image-section .resource-content p {
  margin-bottom: 0;
}

/*---------Devotionals Start---------*/
.right-image-section.devotionals {
  padding: 133px 24px 150px;
}

.hero-section-inner a.btn-inverse.midnight,
.right-image-section.devotionals a.btn-inverse.midnight {
  border: 2px solid var(--midnight-color);
  color: var(--midnight-color);
}

.right-image-section.devotionals .counseling-row {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.right-image-section.devotionals .col-left {
  width: calc(60% - 20px);
}

.right-image-section.devotionals .col-right {
  width: calc(80% / 2 - 20px);
  position: relative;
}

.right-image-section.devotionals .image-cont7 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}

.right-image-section.devotionals li::marker {
  color: var(--verdant-color);
}

.left-image-section.devotionals-two-col .col-right h3 {
  margin: 0 0 32px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

/* --------- One on One Support ----------*/
.right-image-section.coaching-support {
  padding-bottom: 140px;
}

.right-image-section.counseling-support {
  padding: 172px 24px 60px;
}

.right-image-section.counseling-support .counseling-row {
  flex-direction: row;
  margin-bottom: 30px;
}

.right-image-section.coaching-support .counseling-row {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.right-image-section.counseling-support .col-left,
.right-image-section.coaching-support .col-left {
  width: calc(60% - 20px);
}

.right-image-section.counseling-support .col-right,
.right-image-section.coaching-support .col-right {
  width: calc(80% / 2 - 20px);
  position: relative;
}

.right-image-section.counseling-support .image-cont7 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}

.right-image-section.coaching-support .image-cont7 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}

.right-image-section.counseling-vs-coaching {
  padding: 128px 24px 107px;
}

.feature-section.counseling-vs-coaching {
  padding-top: 33px;
  padding-bottom: 33px;
}

/*---------Courses---------*/
.courses-step-sec {
  padding: 50px 24px 122px 24px;
  position: relative;
}

.courses-step-sec .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 2px solid gray;
  margin-bottom: 75px;
  padding-bottom: 75px;
}

.courses-step-sec .row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.courses-step-sec .col-left {
  width: calc(34% / 1 - 30px);
  box-sizing: border-box;
  position: relative;
}

.courses-step-sec .col-right {
  width: calc(66% / 1 - 30px);
  box-sizing: border-box;
  position: relative;
}

.courses-step-sec h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 18px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.courses-step-sec h3,
.courses-step-sec h4 {
  margin: 0 0 36px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.courses-step-sec p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin-bottom: 30px;
}

.courses-step-sec .course-item strong {
  font-size: 19px;
  font-weight: 600;
  line-height: 146%;
}

.courses-step-sec .img-box {
  position: relative;
  border-radius: 5px;
  padding-bottom: 63px;
}

.courses-step-sec .img-box img {
  border-radius: 5px 5px 0 0;
}

.courses-step-sec .info-strip {
  background-color: var(--verdant-color);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 25px 10px 25px;
  border-radius: 0 0px 5px 5px;
}

.courses-step-sec .info-strip .content {
  margin-bottom: 0;
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courses-step-sec .info-strip a i {
  font-size: 14px;
}

.courses-step-sec .info-strip p,
.courses-step-sec .info-strip a {
  font-size: 16px;
  font-weight: 600;
  color: #fffaf1;
  margin: 0;
}

.courses-step-sec .info-strip .schedule p {
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
  margin-bottom: 10px;
}

.courses-step-sec .info-strip .schedule p:last-child {
  margin-bottom: 0;
}

.courses-step-sec hr {
  margin: 75px 0;
}

.courses-step-sec .info-strip .schedule {
  display: none;
  margin-bottom: 24px;
}

.courses-step-sec .btn {
  background-color: var(--midnight-color);
  border-color: var(--midnight-color);
}

.courses-step-sec .btn:hover {
  background-color: #718b9b;
  border-color: #718b9b;
}

.courses-step-sec .col-right ul {
  margin-top: 0;
  margin-bottom: 35px;
  list-style: square;
  padding-left: 30px;
}

.courses-step-sec .col-right ul li::marker {
  color: var(--verdant-color);
}

.courses-step-sec .col-right ul li {
  padding-left: 5px;
  margin-bottom: 10px;
}

.courses-step-sec .col-right ul li:last-child {
  margin-bottom: 0px;
}

span.green {
  color: #5a9ea2;
  background-image: none !important;
}

.right-image-section.courses.what {
  padding: 140px 24px 50px;
}

.courses-step-sec.posts-col-main {
  padding: 133px 24px 143px;
  position: relative;
}

/*---------Workshop---------*/
.hero-section-inner.workshop-hero {
  padding: 90px 24px 118px;
}

.courses-step-sec.workshop-main {
  padding: 133px 24px 143px;
  position: relative;
}

.left-image-section.workshop .col-left,
.left-image-section.courses .col-left {
  width: calc(80% / 2 - 20px);
  position: relative;
}

.left-image-section.workshop .col-right,
.left-image-section.courses .col-right {
  width: calc(60% - 20px);
  position: relative;
}

.left-image-section.workshop h3,
.left-image-section.courses h3 {
  margin: 0 0 30px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
}

.left-image-section.workshop .img-box,
.left-image-section.courses .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.left-image-section.workshop .info-strip,
.left-image-section.courses .info-strip {
  background-color: var(--verdant-color);
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 25px 62px 25px;
}

.left-image-section.workshop .info-strip .content,
.left-image-section.courses .info-strip .content {
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: space-between;
}

.left-image-section.workshop .info-strip a i,
.left-image-section.courses .info-strip a i {
  font-size: 14px;
}

.left-image-section.workshop .info-strip p,
.left-image-section.workshop .info-strip a,
.left-image-section.courses .info-strip p,
.left-image-section.courses .info-strip a {
  font-size: 16px;
  font-weight: 600;
  color: #fffaf1;
  margin: 0;
}

.left-image-section.workshop .info-strip .schedule p,
.left-image-section.courses .info-strip .schedule p {
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
}

.left-image-section.workshop hr,
.left-image-section.courses hr {
  margin: 75px 0;
}

.left-image-section.workshop .info-strip .schedule,
.left-image-section.courses .info-strip .schedule {
  display: block;
}

.right-image-section.workshop {
  padding: 200px 24px 100px 24px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: relative;
}

.right-image-section.workshop h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.full-width-content-sec.workshop {
  padding-bottom: 90px;
}

.full-width-content-sec.workshop p {
  font-size: 30px;
  font-weight: 700;
  line-height: 146%;
  border: 1px solid var(--midnight-color);
  padding: 12px 26px;
}

.right-image-section.workshop a {
  text-decoration: none;
}

.full-width-content-sec.workshop .content-col {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.full-width-content-sec.workshop h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 142%;
  text-align: center;
  margin-bottom: 22px;
}

.hero-section-inner.emotional-mh-hero {
  padding: 90px 24px 103px;
}

.marriage-resource-section.emotional-health {
  background-image: url(/wp-content/uploads/2025/06/emotional-green-curve.png);
  background-color: var(--verdant-color);
}

.right-image-section.mh-right-three-img-block {
  padding: 100px 24px 30px;
}

.left-image-section.mh-left-impact-block {
  padding: 30px 24px 130px;
}

.counseling-section-blog.mh-yellow-box-slider {
  padding: 144px 24px 80px;
  overflow: hidden;
}

.marriage-resource-section.transformation ul {
  margin-bottom: 43px;
}

.marriage-resource-section.transformation.workshop {
  padding-top: 240px;
  padding-bottom: 168px;
}

.feature-section .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.feature-section.workshop h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  text-transform: uppercase;
  color: #fffaf1;
  letter-spacing: 1.3px;
}

.feature-section.workshop .btn-wrapper .btn {
  margin-top: 10px;
}

#countdown ul {
  margin-left: 0px;
  padding: 0;
  display: flex;
  gap: 12px;
}

#countdown li {
  background-color: #fffaf1;
  border-radius: 5px;
  color: var(--midnight-color);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  list-style-type: none;
  padding: 15px 20px 10px;
  min-width: 111px;
  text-transform: uppercase;
  text-align: center;
}

#countdown li span {
  color: var(--verdant-color);
  display: block;
  font-size: 42px;
  line-height: 1;
}

/* ----- workshop-individual ----- */
.hero-section-inner.workshop-individual .hero-row {
  align-items: flex-start;
  gap: 60px;
}

.hero-section-inner.workshop-individual .col-left {
  width: calc(60% / 2 - 40px);
}

.hero-section-inner.workshop-individual .col-right {
  width: calc(140% / 2 - 40px);
}

.hero-section-inner.workshop-individual ul {
  margin-left: -40px;
  margin-bottom: 33px;
  list-style-type: none;
}

.hero-section-inner.workshop-individual ul li {
  font-weight: 700;
  font-size: 19px;
  line-height: 178%;
}

.hero-section-inner.workshop-individual p.date_title {
  margin: 0 0 10px 0;
}

.hero-section-inner.workshop-individual h3.date_title {
  font-size: 19px;
  margin: 0 0 10px 0;
  line-height: 146%;
  letter-spacing: 0;
}

.hero-section-inner.workshop-individual p.date {
  margin: 0;
  font-weight: 700;
}

.hero-section-inner.workshop-individual .btn-wrapper {
  margin-top: 35px;
}

.right-image-section.workshop-individual .counseling-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.right-image-section.workshop-individual .col-left,
.right-image-section.workshop-individual .col-right {
  width: calc(100% / 2 - 30px);
  display: block;
}

.right-image-section.workshop-individual .col-left {
  border-right: 1px solid var(--midnight-color);
  padding-right: 40px;
}

.right-image-section.workshop-individual {
  padding-bottom: 77px;
}

.right-image-section.workshop-individual ul {
  padding-left: 20px;
}

/*.left-image-section {
  padding: 126px 24px 135px 24px;
}*/
.left-image-section.host {
  padding-top: 100px;
  padding-bottom: 50px;
}

.left-image-section.host .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 47px;
  margin-bottom: 57px;
}

.left-image-section.host .col-left {
  width: calc(50% / 2 - 20px);
}

.left-image-section.host .col-right {
  width: calc(150% / 2 - 20px);
}

.left-image-section.host p {
  max-width: 100%;
}

.left-image-section.host h3 {
  font-size: 38px;
  line-height: 120%;
  margin-bottom: 24px;
}

.left-image-section.emb-testimonial .col-left {
  width: calc(100% / 2 - 20px);
}

.left-image-section.emb-testimonial .col-right {
  width: calc(100% / 2 - 20px);
}

.embed-container {
  background-color: #000;
}

.emb-testimonial iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.right-image-section.emb-podcast .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}

.testimonial-slider-nav {
  margin: 0 -10px;
}

.testimonial-slider-nav .slick-slide {
  margin: 5px 10px;
  cursor: pointer;
}

.left-image-section.emb-testimonial .slider-nav .slick-slide {
  width: 100% !important;
}

.left-image-section.emb-testimonial .slider-single .slick-slide iframe,
.left-image-section.emb-testimonial .slider-nav .slick-slide iframe {
  width: 100%;
}

.marriage-resource-section.workshop-individual {
  background-image: url(/wp-content/uploads/2025/06/workshop-sky-curve-bg.jpg);
  background-color: var(--sky-color);
}

.left-image-section.emb-testimonial .title {
  margin-top: 87px;
  margin-bottom: 40px;
}

.left-image-section.emb-testimonial .title p {
  font-size: 21px;
  font-weight: 600;
  line-height: 146%;
  color: var(--midnight-color);
  margin: 0;
}

.left-image-section.emb-testimonial audio {
  width: 100%;
}

.left-image-section.emb-testimonial .audio p.author {
  font-size: 16px;
  font-weight: 400;
  line-height: 146%;
  color: var(--verdant-color);
  margin: 0 0 8px 0;
}

.support-section.faq .accordion-wrapper {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 24px;
}

.support-section.faq .accordion+.title {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  background: #fffaf1;
  margin-bottom: 0;
  text-transform: none;
  border-radius: 5px;
  border: 2px solid var(--midnight-color);
}

.support-section.faq .accordion~.title strong {
  font-size: 23px;
  color: var(--midnight-color);
  line-height: 24px;
  text-align: left;
  font-weight: 600;
}

.support-section.faq .accordion~.title .side-icon svg {
  display: block;
  color: var(--midnight-color);
  fill: var(--midnight-color);
}

.support-section.faq .accordion:checked~.title .side-icon {
  display: none;
}

.support-section.faq .accordion~.title .down-icon {
  display: none;
}

.support-section.faq .accordion:checked~.title .down-icon {
  display: block;
}

.support-section.faq .accordion~.content {
  display: none;
  padding: 5px 24px 14px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--midnight-color);
  text-align: left;
  margin: 0;
}

.support-section.faq .accordion:checked~.content {
  display: block;
  background: #fffaf1;
  border-left: 2px solid var(--midnight-color);
  border-right: 2px solid var(--midnight-color);
  border-bottom: 2px solid var(--midnight-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.support-section.faq .accordion:checked~.title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.support-section.faq .accordion~.content p {
  margin: 0 0 15px 0;
}

.support-section.faq .accordion~.content p:last-child {
  margin: 0;
}

.support-section.faq .accordion:checked~.content p {
  font-size: 19px;
  line-height: 146%;
  color: var(--midnight-color);
  text-align: left;
}

.support-section.faq .accordion:checked~.content li {
  font-size: 19px;
  line-height: 146%;
}

.support-section.faq .accordion:checked~.content a {
  color: var(--verdant-color);
}

/*---------Courses main Css---------*/
.feature-section.courses .feature-txt {
  padding: 0;
}

.feature-section.courses .feature-txt p {
  font-size: 25px;
  font-weight: 700;
  color: #fffaf1;
  line-height: 180%;
  margin: 0;
}

.feature-section.courses .feature-txt::before,
.feature-section.courses .feature-txt::after {
  content: none;
}

.full-width-content-sec.courses-full-w p {
  margin: 0;
}

.right-image-section.courses {
  padding: 90px 24px 50px;
  position: relative;
}

.right-image-section.courses .row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.right-image-section.courses .col-left {
  width: calc(100% / 2 - 30px);
}

.right-image-section.courses .col-right {
  width: calc(100% / 2 - 30px);
  position: relative;
}

.right-image-section.courses .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 500px;
  gap: 10px;
}

.left-image-section.courses {
  padding: 50px 24px 135px 24px;
}

.right-image-section.courses {
  padding: 128px 24px 50px;
}

.marriage-resource-section.courses {
  padding: 230px 24px 100px 24px;
  background-image: url(/wp-content/uploads/2025/06/blog-page-curve.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: var(--midnight-color);
}

.marriage-resource-section.courses.full-width .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 67px;
}

.marriage-resource-section.courses.full-width .box-container .box img {
  height: 80px;
  margin-bottom: 10px;
}

.marriage-resource-section.courses.full-width .box-container .box {
  background-color: #fffaf1;
  border-radius: 5px;
  padding: 47px 25px 30px;
  text-align: center;
  width: calc(100% / 3 - 100px);
}

.marriage-resource-section.courses a,
.marriage-resource-section.courses i {
  color: var(--midnight-color);
  font-size: 15px;
  font-weight: 600;
}

.left-image-section.instructors {
  padding-top: 100px;
  padding-bottom: 50px;
}

.left-image-section.instructors .section-title {
  margin-bottom: 45px;
}

.left-image-section.instructors h3,
.left-image-section.instructors .title_head {
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
  color: var(--midnight-color);
  margin-bottom: 0;
  text-transform: unset;
}

.left-image-section.instructors .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 57px;
}

.left-image-section.instructors .col-left {
  width: calc(50% / 2 - 20px);
}

.left-image-section.instructors .col-right {
  width: calc(150% / 2 - 20px);
}

.left-image-section.instructors p.i_name,
.left-image-section.instructors p.i_title {
  font-size: 21px;
  font-weight: 600;
  line-height: 146%;
  margin: 0;
}

.left-image-section.instructors p.i_name {
  font-size: 30px;
}

.left-image-section.instructors .content {
  margin-top: 15px;
}

.left-image-section.instructors p {
  margin-bottom: 0;
}

.left-image-section.instructors a {
  color: var(--verdant-color);
  font-weight: 700;
  font-style: italic;
}

.marriage-resource-section.course-individual {
  padding: 250px 24px 100px 24px;
  background-image: url(/wp-content/uploads/2025/06/sunlight-top-bg.jpg);
  background-color: var(--sunlight-color);
}

.left-image-section.courses_individual .col-left .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
}

/*--------- Event page ---------*/
.marriage-resource-section.transformation.event {
  padding-top: 240px;
  padding-bottom: 100px;
  background-image: url(/wp-content/uploads/2025/07/workshop-curve.png);
  background-color: var(--verdant-color);
}

.feature-section.resources {
  padding-top: 33px;
  padding-bottom: 33px;
}

.feature-section.resources.button-cont .row .large-btn-white {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.feature-section.resources.button-cont .large-btn-white button {
  font-size: 21px;
  font-weight: 700;
  background-color: #fffaf1;
  color: var(--midnight-color);
  padding: 50px 70px;
  min-width: 250px;
}

.feature-section.resources.button-cont .large-btn-white .default-text {
  display: inline-block;
  /* Or block, depending on your layout */
}

.feature-section.resources.button-cont .large-btn-white .hover-content {
  display: none;
  /* Hide initially */
}

.feature-section.resources.button-cont .large-btn-white button:hover {
  background-color: var(--midnight-color);
  border: 1px solid #fffaf1;
}

.feature-section.resources.button-cont .large-btn-white button:hover .default-text {
  display: none;
  /* Hide default text on hover */
}

.feature-section.resources.button-cont .large-btn-white button:hover .hover-content {
  display: inline !important;
  /* Show hover content on hover */
}

.feature-section.resources.button-cont .large-btn-white .hover-content a {
  /* Style the link as needed */
  text-decoration: none;
  /* Remove underline */
  color: var(--midnight-color);
  /* Inherit color from the button */
}

.feature-section.resources.button-cont .large-btn-white button:hover .hover-content a,
.feature-section.resources.button-cont .large-btn-white button:hover .hover-content a i {
  /* Style the link as needed */
  text-decoration: none;
  /* Remove underline */
  color: #fffaf1;
  /* Inherit color from the button */
  opacity: 1;
  margin-left: 0;
}

.left-image-section.audio-resources .col-left {
  width: calc(80% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
  padding: 0 10px;
}

.left-image-section.audio-resources .col-right {
  width: calc(60% - 30px);
  box-sizing: border-box;
  position: relative;
}

.left-image-section.audio-resources p.subtitle {
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 32px 0;
  color: var(--midnight-color);
}

.left-image-section.audio-resources h3 {
  font-size: 38px;
  line-height: 120%;
  margin: 0 0 4px 0;
}

.left-image-section.audio-resources hr {
  margin: 75px 0;
}

.left-image-section.audio-resources .img-box.podcast {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}

.left-image-section.audio-resources .slider_title {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  margin: 0 0 27px 0;
}

.left-image-section.audio-resources .blog_slider_resources .dates {
  font-size: 13px;
  font-weight: 400;
  line-height: 146%;
  margin: 14px 0;
  color: var(--verdant-color);
}

.left-image-section.audio-resources .blog_slider_resources .description {
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
  margin: 14px 0;
  color: var(--midnight-color);
}

.left-image-section.audio-resources .slick-next {
  right: -27px;
  top: 31%;
}

.left-image-section.audio-resources .slick-prev {
  left: -27px;
  top: 31%;
}

.left-image-section.audio-resources .slick-prev:before {
  display: block;
  content: url(/wp-content/uploads/2025/07/back.png);
}

.left-image-section.audio-resources .slick-next:before {
  display: block;
  content: url(/wp-content/uploads/2025/07/next.png);
}

.counseling-section-blog.resources {
  padding: 120px 24px 100px 24px;
}

/*---------Main podcast page---------*/
.podcast-item.bg-transparent {
  background-color: transparent;
}

.podcast-item.bg-green {
  background-color: var(--verdant-color);
}

.podcast-item.bg-green * {
  color: #fffaf1;
  border: none !important;
}

.podcast-item .container {
  padding: 70px 24px 70px 24px;
}

.podcast-item.pt_64px {
  padding-top: 64px;
}

.podcast-item .container {
  border-bottom: solid 1px #2c3a43;
}

.podcast-item.last-item {
  padding-bottom: 200px;
  background-image: url(/wp-content/uploads/2025/07/podcasts-curve.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.podcast-item.last-item .container {
  border: none;
  padding-bottom: 0;
}

.podcast-item .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.podcast-item .col-left {
  width: calc(62% - 30px);
  position: relative;
}

.podcast-item .col-right {
  width: calc(38% - 30px);
}

.podcast-item.bg-green .col-left,
.podcast-item.bg-green .col-right {
  width: calc(50% - 30px);
}

.podcast-item hr {
  margin: 75px 0;
}

.podcast-hero.podcast-item .col-right h2.subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.podcast-hero.podcast-item .col-right h3.heading {
  margin: 0 0 30px 0;
  color: var(--midnight-color);
  line-height: 115%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.podcast-item.bg-green .col-right h2.subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.podcast-item.bg-green .col-right h3.heading {
  margin: 0 0 30px 0;
  color: var(--secondary-color);
  line-height: 115%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.podcast-item h3.heading {
  margin: 0 0 30px 0;
  color: var(--midnight-color);
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
}

.podcast-item p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  color: #2c3a43;
  margin-bottom: 35px;
}

.podcast-item .btn-wrapper {
  margin-top: 30px;
}

.podcast-icons {
  margin-top: 41px;
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.left-image-section.stroies-strategies {
  padding-top: 104px;
  padding-bottom: 141px;
}

.podcast-midnight-section {
  padding: 250px 24px 100px 24px;
  background-image: url(/wp-content/uploads/2025/07/podcast-midnight-curve.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: var(--midnight-color);
}

.podcast-midnight-section .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 80px;
}

.right-image-section.podcast-midnight-section .counseling-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}

.podcast-midnight-section .col-left {
  width: calc(100% / 2 - 20px);
  box-sizing: border-box;
  position: relative;
}

.podcast-midnight-section .col-right {
  width: calc(100% / 2 - 20px);
  box-sizing: border-box;
}

.podcast-midnight-section .col-left .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 0;
  padding-right: 30px;
}

.podcast-midnight-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: #fffaf1;
  text-transform: uppercase;
}

.podcast-midnight-section h3 {
  margin: 0 0 30px 0;
  color: #fffaf1;
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
}

.podcast-midnight-section p {
  color: #fffaf1;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin-bottom: 30px;
}

.podcast-midnight-section ul {
  margin-bottom: 43px;
}

.podcast-midnight-section ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  color: #fffaf1;
  list-style-type: square;
}

.podcast-midnight-section li::marker {
  color: var(--sky-color);
}

/*---------podcast details page---------*/
.podcast-details-hero {
  color: var(--midnight-color);
  padding: 130px 24px 77px;
  position: relative;
}

.post-container.video-post .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.post-container.video-post iframe.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.podcast-details-hero .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.podcast-details-hero .video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.podcast-details-hero h2 span {
  background-repeat: repeat-x;
  background-position-y: 14px;
  background-size: cover;
}

.podcast-details-hero .hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.podcast-details-hero .col-left {
  width: calc(53% - 40px);
}

.podcast-details-hero .col-right {
  width: 47%;
  box-sizing: border-box;
}

.podcast-details-hero .col-right .icon {
  margin-bottom: 30px;
  margin-top: -18px;
}

.podcast-details-hero h1 {
  font-size: 16px;
  letter-spacing: 1.3px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 26px 0;
  color: #2c3a43;
  text-transform: uppercase;
}

.podcast-details-hero h2 {
  margin: 0 0 40px 0;
  color: #2c3a43;
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.podcast-details-hero p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  color: #2c3a43;
  margin-bottom: 35px;
}

.podcast-icon-section {
  padding: 30px 0 60px 0;
}

.podcast-icon-section.no-spacing,
.podcast-icon-section.no-spacing .resource-content {
  padding-top: 0;
}

.podcast-icon-section.no-spacing .podcast-icons {
  margin-top: 0;
}

.podcast-icon-section .resource-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

.podcast-icon-section .resource-content .step {
  width: auto;
  flex: 1;
  /* flex: auto; */
  box-sizing: border-box;
  border-left: 1px solid rgb(44, 58, 67, 0.5);
  padding: 0 10px;
  text-align: center;
  height: 100%;
}

.podcast-icon-section.light-border .resource-content .step {
  border-left: 1px solid #fffaf1;
}

.podcast-icon-section .resource-content .step a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 20px;
  align-items: center;
  background-color: #fffaf1;
  border-radius: 5px;
  min-height: 200px;
}

.podcast-icon-section .resource-content .step a:hover {
  background-color: #eee6db;
}

.podcast-icon-section .resource-content .step a[href=""] {
  cursor: default;
  pointer-events: none;
}

.podcast-icon-section .resource-content .step:nth-child(1) {
  border-left: 0;
}

.podcast-icon-section .resource-content .step img {
  max-height: 36px;
}

.podcast-icon-section .resource-content .step h6 {
  color: var(--midnight-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 146%;
  margin: 20px 0 0 0;
}

.two-col-img-right-section {
  color: var(--midnight-color);
  padding: 130px 24px 60px;
  position: relative;
}

.two-col-img-right-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.two-col-img-right-section .col-left {
  width: calc(60% - 30px);
  box-sizing: border-box;
}

.two-col-img-right-section .col-right {
  width: calc(80% / 2 - 30px);
  box-sizing: border-box;
}

.two-col-img-right-section img {
  width: 100%;
}

.two-col-img-right-section h2 {
  font-size: 16px;
  letter-spacing: 1.3px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 26px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.two-col-img-right-section h3 {
  margin: 0 0 40px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.podcast-two-column h3 {
  margin-bottom: 0;
}

.podcast-two-column .lead {
  font-size: 38px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 25px;
}

.two-col-img-right-section h3 span {
  background-repeat: repeat-x;
  background-position-y: 14px;
  background-size: contain;
}

.two-col-img-right-section p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  /* max-width: 540px; */
  color: #2c3a43;
  margin-bottom: 35px;
}

.two-col-img-right-section ul {
  margin: 0 0 40px 0;
}

.two-col-img-right-section ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  color: #323232;
  list-style-type: square;
}

.two-col-img-right-section.sky li::marker {
  color: var(--sky-color);
}

.podcast-sky-section {
  padding: 180px 24px 100px 24px;
  background-image: url(/wp-content/uploads/2025/07/podcast-skycurve.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: var(--sky-color);
}

.podcast-sky-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.podcast-sky-section .col-left {
  width: calc(100% / 2 - 20px);
  box-sizing: border-box;
  position: relative;
}

.podcast-sky-section .col-right {
  width: calc(100% / 2 - 20px);
  box-sizing: border-box;
}

.podcast-sky-section .col-left .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 0;
  padding-right: 30px;
}

.podcast-sky-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.podcast-sky-section h3 {
  margin: 0 0 30px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
}

.podcast-sky-section p {
  color: var(--midnight-color);
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin-bottom: 30px;
}

.podcast-sky-section ul {
  margin-bottom: 43px;
}

.podcast-sky-section ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  color: var(--midnight-color);
  list-style-type: square;
}

.podcast-sky-section li::marker {
  color: var(--midnight-color);
}

.quote-section p.f25 {
  font-size: 25px;
}

.podcast-detail-midnight-section {
  padding: 180px 24px 100px 24px;
  background-image: url(/wp-content/uploads/2025/07/blog-page-curve.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: var(--midnight-color);
}

.podcast-detail-midnight-section .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 80px;
}

.podcast-detail-midnight-section .col-left {
  width: calc(80% / 2 - 20px);
  box-sizing: border-box;
  position: relative;
}

.podcast-detail-midnight-section .col-right {
  width: calc(60% - 20px);
  box-sizing: border-box;
}

.podcast-detail-midnight-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: #fffaf1;
  text-transform: uppercase;
}

.podcast-detail-midnight-section h3 {
  margin: 0 0 30px 0;
  color: #fffaf1;
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
}

.podcast-detail-midnight-section p {
  color: #fffaf1;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin-bottom: 30px;
}

.podcast-detail-midnight-section ul {
  margin-bottom: 43px;
}

.podcast-detail-midnight-section ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  color: #fffaf1;
  list-style-type: square;
}

.podcast-detail-midnight-section li::marker {
  color: var(--sky-color);
}

.podcast-detail-midnight-section hr {
  margin-top: 86px;
  margin-bottom: 70px;
}

.podcast-detail-midnight-section .row.event {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 0;
}

.podcast-detail-midnight-section .row.event .col-left {
  width: calc(70% / 2 - 20px);
  box-sizing: border-box;
  position: relative;
}

.podcast-detail-midnight-section .row.event .col-right {
  width: calc(74% / 2 - 20px);
  box-sizing: border-box;
}

.podcast-detail-midnight-section .row.event h1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  text-transform: uppercase;
  color: #fffaf1;
}

.podcast-detail-midnight-section .row.event h6 {
  font-size: 30px;
  color: #fffaf1;
  line-height: 136%;
  margin: 0;
}

.podcast-detail-midnight-section .row.event a.btn-inverse.white {
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #fffaf1;
  border: 2px solid #fffaf1;
  background-color: var(--midnight-color);
  margin-top: 16px;
  padding-right: 36px;
}

.podcast-detail-midnight-section .row.event ul {
  margin-left: -40px;
}

.podcast-detail-midnight-section .row.event li {
  background-color: #fffaf1;
  border-radius: 5px;
  color: var(--midnight-color);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  list-style-type: none;
  padding: 20px;
  min-width: 65px;
  text-transform: uppercase;
  text-align: center;
}

.podcast-detail-midnight-section .row.event li span {
  color: var(--verdant-color);
  display: block;
  font-size: 42px;
}

.podcast-detail-midnight-section .row.event a.btn-inverse.sky {
  border: 2px solid var(--sky-color);
  color: var(--sky-color);
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  background-color: transparent;
}

/*---------Radio New Life Live page---------*/
.podcast-icon-section h2 {
  font-size: 16px;
  letter-spacing: 1.3px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 26px 0;
  color: #2c3a43;
  text-transform: uppercase;
}

.podcast-icon-section h3 {
  margin: 0 0 40px 0;
  color: #2c3a43;
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.feature-section.radio {
  background-color: var(--midnight-color);
  padding: 20px 24px;
  margin-bottom: 60px;
}

.feature-section.radio .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  color: #fffaf1;
}

.feature-section.radio .row .col-left,
.feature-section.radio .row .col-right {
  width: calc(100% / 2 - 20px);
  padding: 15px 5px;
}

.feature-section.radio .row .col-left {
  display: flex;
  gap: 30px;
  align-items: center;
  border-right: 1px solid rgba(255, 250, 241, 0.5);
}

.feature-section.radio .row .col-right {
  display: flex;
  gap: 30px;
  align-items: center;
}

.feature-section.radio h6 {
  font-size: 28px;
}

.feature-section.radio p {
  margin-top: 0;
  font-size: 19px;
}

.feature-section.radio p:last-child {
  margin: 0;
}

.map-container {
  padding: 60px 24px;
}

.map-container h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 146%;
  margin-top: 0;
}

.map-container p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
}

.map-col {
  padding: 40px 0;
}

.map-col img {
  width: 100%;
  display: block;
}

.map-content {
  padding-top: 60px;
}

.map-container select {
  font-size: 20px;
  font-weight: 700;
  line-height: 146%;
  color: var(--midnight-color);
  min-height: 30px;
  padding: 5px 10px;
  background-color: #fffaf1;
  border: 1px solid var(--midnight-color);
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}

.map-container hr {
  max-width: 70%;
  margin: 30px auto;
  border: 1px solid rgba(44, 58, 67, 0.5);
}

.station-cont.hide {
  display: none;
}

.station-cont {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}

.station-cont .station-item {
  /* flex: 1; */
  width: 185px;
}

.station-cont ul {
  list-style-type: none;
  padding: 0;
  width: 18%;
}

.station-cont ul li {
  list-style-type: none;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  margin-bottom: 20px;
}

.map-container .link {
  margin-top: 100px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.two-col-img-right-section .col-right .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
}

.podcast-cta-section {
  padding: 80px 0;
}

.podcast-cta-section h2 {
  font-size: 16px;
  letter-spacing: 1.3px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 33px 0;
  color: #2c3a43;
  text-transform: uppercase;
}

.podcast-cta-section h3 {
  margin: 0 0 64px 0;
  color: #2c3a43;
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.podcast-cta-section .cta-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 0 0 0;
  gap: 30px;
}

.podcast-cta-section .cta-cont .cta {
  width: calc(100% / 2 - 15px);
  box-sizing: border-box;
  border-left: 1px solid var(--midnight-color);
  padding-left: 30px;
  /*min-height: 230px;*/
}

.podcast-cta-section .cta-cont .cta:nth-child(1) {
  border-left: 0;
  padding-left: 0;
}

.podcast-cta-section .cta-cont .cta h3 {
  color: #2c3a43;
  line-height: 120%;
  font-size: 36px;
  margin: 0 0 16px 0;
}

.podcast-cta-section .cta-cont .cta h3.verdant {
  color: var(--verdant-color);
  line-height: 120%;
  font-size: 36px;
  margin: 0 0 16px 0;
}

.podcast-cta-section .cta-cont .cta p {
  font-weight: 500;
  line-height: 178%;
  font-size: 19px;
  margin: 0 0 16px 0;
}

.podcast-cta-section .cta-cont .cta p:last-child {
  margin: 0;
}

.podcast-cta-section .cta-cont .cta p span {
  color: var(--verdant-color);
}

.podcast-cta-section .cta-cont .cta a {
  text-decoration: underline;
  color: var(--verdant-color);
}

#ask-question.podcast-cta-section .cta-cont .content span.green {
  line-height: 120%;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.4px;
  /*text-decoration: underline;*/
  color: var(--verdant-color);
}

.podcast-item .btn-wrapper a.btn.sky {
  background-color: var(--sky-color);
  border: 2px solid var(--sky-color);
  color: var(--midnight-color);
  padding: 10px 30px;
}

.video-slider-section {
  padding: 65px 24px;
}

.video-slider-section h3 {
  font-size: 28px;
  line-height: 146%;
  font-weight: 600;
  margin: 0 0 32px 0;
}

.video-slider-section h3 {
  font-size: 28px;
  line-height: 146%;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.video-slider-section p {
  font-size: 18px;
  margin-top: 0;
}

.mt60 {
  margin-top: 60px;
}

.video-green-host-section {
  padding: 100px 24px 120px 24px;
  background-image: url(/wp-content/uploads/2025/07/grey_green_bottom_curve.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: var(--verdant-color);
}

.video-green-host-section .row.flex-left-img {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.video-green-host-section .col-left {
  width: 275px;
  box-sizing: border-box;
  position: relative;
}

.video-green-host-section .col-right {
  width: calc(100% - 275px);
}

.video-green-host-section h3 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 120%;
  margin: 0 0 27px 0;
  color: #fffaf1;
}

.video-green-host-section .intro p {
  font-size: 19px;
  margin: 0 0 72px 0;
  color: #fffaf1;
}

.video-green-host-section .flex-left-img p {
  font-size: 19px;
  color: #fffaf1;
  font-weight: 400;
  line-height: 146%;
}

.video-green-host-section h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 27px 0;
  color: #fffaf1;
}

.video-green-host-section+.quote-section {
  padding-top: 30px;
}

.radio-video-slider .video-thumbnail img {
  width: 100%;
  height: 100%;
}

.radio-video-slider .slick-next {
  right: -50px;
  top: 40%;
  z-index: 1;
  position: absolute;
}

.radio-video-slider .slick-next:before {
  display: block;
  content: "";
  background-image: url("/wp-content/uploads/2025/05/next.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 36px;
}

.radio-video-slider .slick-prev {
  left: -50px;
  top: 40%;
  z-index: 1;
  position: absolute;
}

.radio-video-slider .slick-prev:before {
  display: block;
  content: "";
  background-image: url("/wp-content/uploads/2025/05/back.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 36px;
}

.radio-video-slider .slick-dots li button::before {
  color: var(--midnight-color);
  font-size: 24px;
}

.radio-video-slider .slick-arrow::before,
.radio-video-slider .slick-arrow::after {
  opacity: 1;
}

.radio-video-slider.slick-initialized .slick-slide {
  text-align: center;
}

.radio-video-slider:not(.slick-initialized) .slide {
  max-width: 300px;
}

.radio-video-slider:not(.slick-initialized) .slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  display: block;
}

.video-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.video-popup-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.video-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.video-popup-title {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.video-popup-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-popup-close:hover {
  color: #333;
}

.video-popup-content {
  padding: 0;
}

.video-responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumbnail-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 768px) {
  .video-popup-container {
    width: 95%;
    margin: 20px;
  }

  .video-popup-header {
    padding: 12px 15px;
  }

  .video-popup-title {
    font-size: 16px;
  }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 35px;
  background-color: #ff0000;
  border-radius: 50% / 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffaf1;
  font-size: 14px;
  pointer-events: none;
}

.mb100 {
  margin-bottom: 100px;
}

/* --------- download page ----------- */
.download-section {
  padding: 109px 24px 115px 24px;
}

.download-section.extra-larg {
  padding-bottom: 260px;
}

.download-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.download-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 18px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.download-section h3 {
  margin: 0 0 54px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
}

.download-section .col-left {
  width: calc(50% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.download-section .col-right {
  width: calc(150% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.download-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin: 0 0 18px 0;
}

.download-section p span {
  font-size: 19px;
  font-weight: 600;
  line-height: 146%;
  max-width: 600px;
  margin: 0 0 30px 0;
  text-decoration: underline;
}

.download-section.extra-larg .col-left {
  width: calc(74% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.download-section.extra-larg .col-right {
  width: calc(125% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

/* --------- Quizz page ----------- */
.take-quizz-section {
  padding: 134px 24px 124px 24px;
}

.take-quizz-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.take-quizz-section .col-left {
  width: calc(80% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.take-quizz-section .col-right {
  width: calc(60% - 30px);
  box-sizing: border-box;
  position: relative;
}

.take-quizz-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.take-quizz-section hr {
  margin: 75px 0;
}

.take-quizz-section img {
  width: 100%;
}

.take-quizz-section h3 {
  margin: 0 0 30px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
}

.take-quizz-section .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.take-quizz-section .info-strip {
  background-color: var(--verdant-color);
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 25px 10px 25px;
}

.take-quizz-section .info-strip .content {
  padding: 0;
  display: flex;
  justify-content: center;
}

.take-quizz-section .info-strip p {
  font-size: 16px;
  font-weight: 600;
  color: #fffaf1;
  margin: 0;
}

.take-quizz-section .btn-wrapper {
  margin-top: 38px;
}

.post-container.video-post .post-row .dates {
  font-size: 12px;
}

.post-container.video-post .post-row .description {
  font-size: 16px;
}

/* --------- New Life TV ----------- */
.feature-section.new-life-tv {
  background-color: var(--midnight-color);
  padding: 36px 24px;
}

.feature-section.new-life-tv .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.nrbtv_process {
  color: var(--midnight-color);
  padding: 62px 24px 87px;
  position: relative;
}

.nrbtv_process h2 {
  color: var(--midnight-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: -0.4px;
  text-align: center;
  margin: 0 0 52px 0;
}

.nrbtv_process .bullet-list ul {
  /*column-count: 2;*/
}

.nrbtv_process .bullet-list li {
  display: flex;
  list-style: none;
  margin-bottom: 10px;
  color: var(--midnight-color);
  font-size: 21px;
  font-weight: 500;
  line-height: 146%;
}

.nrbtv_process .bullet-list a {
  text-decoration: underline;
  padding: 0 5px;
}

.nrbtv_process .bullet-list a:hover {
  text-decoration: none;
}

.nrbtv_process .bullet-list li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 10px 0 0;
  color: var(--verdant-color);
}

.nrbtv_process .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.nrbtv_process .col-left {
  width: calc(80% / 2 - 30px);
  box-sizing: border-box;
}

.nrbtv_process .col-right {
  width: calc(90% / 2 - 30px);
  box-sizing: border-box;
}

.new-life-tv {
  padding: 0 24px 65px 24px;
}

.new-life-tv-green-section {
  padding: 160px 24px 180px 24px;
  background-image: url(/wp-content/uploads/2025/07/new-tv-greencurve.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: var(--verdant-color);
}

.new-life-tv-green-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.new-life-tv-green-section .col-left {
  width: calc(100% / 2 - 20px);
  box-sizing: border-box;
  position: relative;
}

.new-life-tv-green-section .col-right {
  width: calc(100% / 2 - 20px);
  box-sizing: border-box;
}

.new-life-tv-green-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: #fffaf1;
  text-transform: uppercase;
}

.new-life-tv-green-section h3 {
  margin: 0 0 30px 0;
  color: #fffaf1;
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
}

.new-life-tv-green-section p {
  color: #fffaf1;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin-bottom: 30px;
}

.quote-section.new-life-tv {
  padding: 100px 24px 200px 24px;
  background-image: url(/wp-content/uploads/2025/07/life-tv-quote.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.new-life-tv-green-section .resource-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 0;
}

.new-life-tv-green-section .resource-content .step:nth-child(1) {
  border-left: 0;
}

.new-life-tv-green-section .resource-content .step {
  width: calc(100% / 4);
  box-sizing: border-box;
  border-left: 1px solid #fffaf1;
  padding-left: 0;
  text-align: center;
}

.new-life-tv-green-section .resource-content .step a {
  display: block;
  min-height: 140px;
  padding: 30px 10px;
  margin: 0 30px;
  background-color: #fffaf1;
  border-radius: 5px;
}

.new-life-tv-green-section .resource-content .step a:hover {
  background-color: #eee6db;
}

.new-life-tv-green-section .resource-content .step h6 {
  color: var(--midnight-color);
  font-size: 19px;
  font-weight: 700;
  line-height: 146%;
  margin: 20px 0 0 0;
}

/* For tv page */
.ntb-three-col h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: unset;
  text-transform: unset;
}

.ntb-three-col ul {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  text-align: left;
}

.ntb-three-col ul li {
  list-style: none;
  margin-bottom: 10px;
  color: var(--midnight-color);
}

.ntb-three-col ul li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 0 0 0;
  color: var(--verdant-color);
  position: absolute;
  left: -26px;
}

.video-slider-section h2 {
  font-size: 20px;
  line-height: 146%;
  font-weight: 600;
  margin: 0 0 24px 0;
}

.radio-video-slider .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px;
}

.radio-video-slider .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.radio-video-slider .slick-list {
  margin: 0 -5px;
}

.radio-video-slider .slide {
  margin: 0 5px;
}

.counseling-section-blog.new-life-tv {
  padding: 100px 24px 100px 24px;
}

.pb200 {
  padding-bottom: 200px !important;
}

/* --------- New Life App ----------- */
.right-image-section.life-app {
  padding: 128px 24px 100px;
}

.right-image-section.life-app .btn-wrapper a {
  margin-right: 10px;
}

/* --------- FAQ ------------------- */
.quicklink_section.life-app {
  padding: 128px 24px 100px;
}

.quicklink_section {
  padding: 128px 24px 100px;
}

.quicklink_section .counseling-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.quicklink_section h2 {
  margin: 40px 0 40px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
}

.quicklink_section .col-left {
  width: calc(100% / 2 - 30px);
  box-sizing: border-box;
}

.quicklink_section .col-right {
  width: calc(100% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.quicklink_section ul {
  margin-left: -40px;
  list-style-type: none;
}

.quicklink_section ul li a {
  color: var(--midnight-color);
  text-decoration: underline;
  line-height: 175%;
  font-size: 19px;
}

.quicklink_section .search-container input#search-bar {
  width: 75%;
}

.quicklink_section .search-container .search-icon {
  top: -15px;
  left: 18px;
}

.faq_wrapper {
  padding: 117px 24px 135px;
}

.faq_wrapper.multiple_faq {
  padding-bottom: 113px;
}

.pt0 {
  padding-top: 0;
}

.faq_wrapper h2,
.faq_wrapper.multiple_faq h3 {
  font-size: 38px;
  line-height: 120%;
  color: var(--midnight-color);
  margin: 0 0 48px 0;
}

.faq_wrapper .accordion-wrapper {
  display: block;
  /* max-width: 900px; */
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 24px;
}

.faq_wrapper .accordion+.title {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  background: #fffaf1;
  margin-bottom: 0;
  text-transform: none;
  border-radius: 5px;
  border: 2px solid var(--midnight-color);
}

.faq_wrapper .accordion~.title strong {
  font-size: 25px;
  color: var(--midnight-color);
  line-height: 120%;
}

.faq_wrapper .accordion~.title .side-icon svg {
  display: block;
  color: var(--midnight-color);
  fill: var(--midnight-color);
}

.faq_wrapper .accordion:checked~.title .side-icon {
  display: none;
}

.faq_wrapper .accordion~.title .down-icon {
  display: none;
}

.faq_wrapper .accordion:checked~.title .down-icon {
  display: block;
}

.faq_wrapper .accordion~.content {
  display: none;
  padding: 14px 24px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.faq_wrapper .accordion:checked~.content {
  display: block;
  background: #fffaf1;
  border-left: 2px solid var(--midnight-color);
  border-right: 2px solid var(--midnight-color);
  border-bottom: 2px solid var(--midnight-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq_wrapper .accordion:checked~.title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.faq_wrapper .accordion:checked~.content p {
  font-size: 19px;
  line-height: 146%;
  color: var(--midnight-color);
  text-align: left;
  margin-top: 0;
}

.faq_wrapper.multiple_faq h2 {
  font-size: 16px !important;
  line-height: 146%;
  font-weight: 400;
  color: var(--midnight-color);
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.faq_wrapper h2.heading {
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.faq_wrapper h3.subtitle {
  font-size: 38px !important;
  line-height: 120%;
  color: var(--midnight-color);
  margin: 0 0 48px 0;
}

.pt160 {
  padding: 160px 24px 0;
}

.pt112 {
  padding: 112px 24px 0;
}

.pt140 {
  padding-top: 140px;
}

.pb163 {
  padding-bottom: 163px;
}

/*----------- group page --------*/
.map-section-group {
  color: #323232;
  padding: 90px 24px 152px;
  position: relative;
}

.map-section-group.center-row {
  text-align: center;
}

.map-section-group span {
  background-repeat: repeat-x;
  background-position-y: 14px;
  background-size: contain;
}

.map-section-group h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.map-section-group h3 {
  margin: 0 0 40px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
}

.map-section-group p {
  margin: 0 0 32px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
}

#map-section #tsml-ui {
  padding: 0;
  padding-top: 30px;
}

#map-section #tsml-ui h1 {
  display: none;
}

#map-section #tsml-ui>div {
  min-height: unset !important;
  background-color: #fff !important;
  padding: 10px;
}

#map-section #tsml-ui>div>div:first-of-type {
  z-index: 2;
}

.mt54 {
  margin-top: 54px;
}

.right-image-section.support-steps {
  padding-top: 164px;
  padding-bottom: 80px;
}

.right-image-section.green .col-right .image-cont-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 500px;
  gap: 10px;
  position: relative;
}

.left-image-section.green .col-left .image-cont-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 0;
  padding-right: 30px;
}

.left-image-section .col-left .image-cont-group img {
  width: auto;
}

.group-midnight-section {
  padding: 118px 24px 100px 24px;
  background-image: url(/wp-content/uploads/2025/07/group-midnight-curve.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: var(--midnight-color);
}

.group-midnight-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: #fffaf1;
  text-transform: uppercase;
}

.group-midnight-section h3 {
  margin: 0 0 30px 0;
  color: #fffaf1;
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
}

.group-midnight-section p {
  color: #fffaf1;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin-bottom: 30px;
}

.group-midnight-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.group-midnight-section .col-left {
  width: calc(60% - 20px);
  box-sizing: border-box;
  position: relative;
}

.group-midnight-section .col-right {
  width: calc(80% / 2 - 20px);
  box-sizing: border-box;
  text-align: center;
}

.group-midnight-section ul {
  margin-bottom: 43px;
}

.group-midnight-section ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 178%;
  color: #fffaf1;
  list-style-type: square;
}

.group-midnight-section li::marker {
  color: var(--verdant-color);
}

.group-midnight-section hr {
  margin-top: 100px;
  margin-bottom: 108px;
}

.group-midnight-section .row.col-shift .col-left {
  width: calc(80% / 2 - 20px);
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.group-midnight-section .row.col-shift .col-right {
  width: calc(60% - 20px);
  box-sizing: border-box;
  text-align: left;
}

a.btn-inverse.white {
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #fffaf1;
  border: 2px solid #fffaf1;
  background-color: var(--midnight-color);
  margin-top: 16px;
  padding-right: 36px;
}

/*------ Group Support page ----------- */
.button-cont .row .large-btn-white {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}

.largebtn-item {
  flex: 1;
  min-width: 200px;
}

.left-image-section.explore_first {
  padding: 126px 24px 75px 24px;
}

.left-image-section.explore {
  padding: 75px 24px 75px 24px;
}

.left-image-section.explore_last {
  padding: 75px 24px 126px 24px;
}

.button-cont .large-btn-white a {
  font-size: 25px;
  font-weight: 700;
  background-color: #fffaf1;
  border: 1px solid #fffaf1;
  color: var(--midnight-color);
  padding: 40px 32px;
  flex: 1;
  text-align: center;
  justify-content: center;
  min-width: 100%;
  height: 100%;
}

.button-cont .large-btn-white .default-text {
  /* display: inline-block; */
}

.button-cont .large-btn-white .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  color: #fffaf1;
  display: flex;
  align-items: center;
  background-color: #2c3a43;
  justify-content: center;
  opacity: 0;
  transition: all 200ms linear;
}

.button-cont .large-btn-white a:hover {
  background-color: #2c3a43;
  /* border: 1px solid #FFFAF1; */
}

.button-cont .large-btn-white a:hover .default-text {
  /* display: none; */
}

.button-cont .large-btn-white a:hover .hover-content {
  opacity: 1;
}

.button-cont .large-btn-white .hover-content a {
  text-decoration: none;
  color: var(--midnight-color);
}

.button-cont .large-btn-white a:hover .hover-content,
.button-cont .large-btn-white a:hover .hover-content i {
  /* text-decoration: none; */
  /* color: #FFFAF1; */
  /* opacity: 1; */
  /* margin-left: 0; */
}

/*------ contact page ----------- */
.form-section {
  padding: 108px 24px 148px 24px;
}

.form-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.form-section .col-left {
  width: calc(80% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.form-section .col-right {
  width: calc(60% - 30px);
  box-sizing: border-box;
  position: relative;
}

.form-section h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  color: var(--midnight-color);
  margin: 0 0 10px 0;
}

.form-section p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  color: var(--midnight-color);
  margin: 0 0 20px 0;
}

.form-section p.verdant {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  color: var(--verdant-color);
  margin: 0 0 8px 0;
}

.form-section hr {
  margin: 43px 0;
}

.radio_ad_info {
  padding: 37px 33px;
  background-color: var(--midnight-color);
  border-radius: 5px;
  margin-bottom: 60px;
}

.radio_ad_info .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.radio_ad_info .col-left {
  width: calc(60% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.radio_ad_info .col-right {
  width: calc(148% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.radio_ad_info p strong {
  color: #eee6db;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}

.radio_ad_info p,
.donation_info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 146%;
  color: #eee6db;
  margin: 0 0 20px 0;
}

.form_wrapper {
  border: 2px solid var(--midnight-color);
  background-color: #eee6db;
  margin-bottom: 75px;
  text-align: center;
}

.donation_info {
  padding: 37px 33px;
  background-color: var(--verdant-color);
  border-radius: 5px;
  margin-bottom: 60px;
}

.donation_info .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.donation_info .col-left {
  width: calc(60% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.donation_info .col-right {
  width: calc(148% / 2 - 30px);
  box-sizing: border-box;
  position: relative;
}

.form-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.bg-img-transparent {
  background-image: none !important;
}

.faq.bg-transparent {
  padding: 80px 24px 80px 24px;
}

.right-image-section.emb-img-cont .image-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 500px;
  position: relative;
}

.two-content-col-sec.contact-us-sec {
  padding-bottom: 30px;
}

.right-image-section.two-col-feature-list .btn {
  margin-left: 24px;
}

.hero-section-inner.courses h2 {
  margin: 0 0 20px 0;
  color: var(--midnight-color);
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.hero-section-inner.courses h3 {
  margin: 0 0 34px 0;
  color: var(--midnight-color);
  line-height: 120%;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.left-image-section.instructors.courses .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 57px;
}

.left-image-section.fr-guidance {
  padding: 60px 24px 170px 24px;
}

/* ------------ Donate Page css ------------ */
.small-hero .col-left .w-100 {
  width: 78%;
  margin: 0 0 0 auto;
}

.donate-full-w {
  padding-top: 0;
}

.donate-full-w p {
  font-size: 28px;
  font-weight: 700;
}

.donate-full-w a {
  color: var(--verdant-color);
}

.reason-cont {
  padding: 90px 0;
}

.reason-cont .cta-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
  text-align: center;
  gap: 30px;
}

.reason-cont .cta-cont .cta:nth-child(1) {
  border-left: 0;
  padding-left: 0;
}

.reason-cont .cta-cont .cta {
  width: calc(100% / 3 - 23px);
  box-sizing: border-box;
  border-left: 1px solid var(--midnight-color);
  padding-left: 30px;
  min-height: 226px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reason-cont .cta-cont .cta h3.verdant {
  color: var(--verdant-color);
  line-height: 127%;
  font-size: 40px;
  margin: 0 0 16px 0;
}

.reason-cont .cta-cont .cta p {
  color: var(--midnight-color);
  font-weight: 500;
  line-height: 178%;
  font-size: 19px;
  margin: 0;
}

.donate-video {
  color: var(--midnight-color);
  padding: 96px 24px 120px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.donate-video .hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.donate-video .col-left {
  width: calc(100% / 2 - 30px);
  box-sizing: border-box;
}

.donate-video .col-right {
  width: calc(100% / 2 - 30px);
  box-sizing: border-box;
}

.donate-video .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.donate-video h2 {
  font-size: 16px;
  letter-spacing: 1.3px;
  font-weight: 500;
  line-height: 146%;
  margin: 0 0 26px 0;
  color: #2c3a43;
  text-transform: uppercase;
}

.donate-video h3 {
  margin: 0 0 40px 0;
  color: #2c3a43;
  line-height: 115%;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.donate-video p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  color: #2c3a43;
  margin-bottom: 35px;
}

.donate-video iframe.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.testimonial-section.donate {
  padding: 50px 24px;
}

.donatation-type {
  padding: 230px 24px 86px 24px;
  background-image: url(/wp-content/uploads/2025/07/donate-midnight-curve.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: var(--midnight-color);
}

.donatation-type .center-row {
  text-align: center;
}

.donatation-type .center-row h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #faf4e9;
  margin: 0 0 28px 0;
}

.donatation-type .center-row h3 {
  font-size: 38px;
  font-weight: 700;
  color: #faf4e9;
  line-height: 120%;
  text-transform: capitalize;
  margin: 0 0 45px 0;
  letter-spacing: 1.3px;
}

.donatation-type .center-row p {
  color: #faf4e9;
  margin: 0;
}

.donatation-type .box-wrapper {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 88px;
}

.donatation-type .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 52px;
  margin-top: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgb(255, 250, 241, 0.5);
}

.donatation-type .box-container .box {
  text-align: center;
  width: calc(100% / 3 - 1px);
  border-right: 1px solid rgb(255, 250, 241, 0.5);
}

.donatation-type .box-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.donatation-type .box-container .box .box-con {
  display: block;
  min-height: 236px;
  padding: 24px;
  margin: 0 18px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.donatation-type .box-container .box a {
  display: block;
}

.donatation-type .box-container .box a:hover .box-con {
  background-color: #3e3c3b;
}

.donatation-type .box-container .box:last-child {
  border-right: 0;
}

.donatation-type .box-container .box img {
  height: auto;
  margin-bottom: 10px;
}

.donatation-type .box-container .box p {
  font-weight: 700;
  font-size: 19px;
  line-height: 146%;
  color: #faf4e9;
  text-align: center;
}

.donatation-type .box-container .box p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 172%;
  color: #faf4e9;
  text-align: center;
}

.donatation-type .disclaimer {
  text-align: center;
  margin-top: 98px;
}

.donatation-type .disclaimer p {
  font-weight: 400;
  font-size: 19px;
  line-height: 146%;
  color: #faf4e9;
}

/*----- Annual life recovery conference ----*/
.hero-section-inner.arc-hero {
  color: var(--midnight-color);
  padding: 130px 24px 60px;
  position: relative;
}

.hero-section-inner.arc-hero .hero-row {
  align-items: flex-start;
  gap: 60px;
}

.hero-section-inner.arc-hero .col-left {
  width: calc(40% / 2 - 40px);
  box-sizing: border-box;
}

.hero-section-inner.arc-hero .col-right {
  width: calc(160% / 2 - 40px);
  box-sizing: border-box;
}

.hero-section-inner.arc-hero ul {
  margin-left: -40px;
  margin-bottom: 33px;
  list-style-type: none;
}

.hero-section-inner.arc-hero ul li {
  font-weight: 700;
  font-size: 19px;
  line-height: 178%;
}

.hero-section-inner.arc-hero h2 {
  margin-bottom: 20px;
}

.hero-section-inner.arc-hero h3 {
  margin-bottom: 34px;
}

.hero-section-inner.arc-hero p {
  margin-bottom: 16px;
}

.feature-section.events p {
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 700;
}

.bullet-point-row h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  margin: 0 0 52px 0;
  color: var(--midnight-color);
}

.bullet-point-row .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  text-align: left;
}

.bullet-point-row ul li {
  font-size: 19px;
  font-weight: 600;
  line-height: 146%;
  list-style: none;
}

.bullet-point-row ul li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 10px 0 0;
}

.left-image-section.speaker {
  padding-top: 50px;
  padding-bottom: 50px;
}

.left-image-section.speaker h3 {
  font-size: 38px;
  line-height: 120%;
  margin-bottom: 24px;
  letter-spacing: 1.3px;
  text-transform: none;
}

.left-image-section.speaker .speaker-item-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin: 80px 0 60px 0;
}

.left-image-section.speaker .speaker-item-row.title {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.left-image-section.speaker .speaker-item-row .speaker-item {
  width: calc(100% / 2 - 20px);
}

.left-image-section.speaker p.speaker_name {
  font-size: 21px;
  line-height: 146%;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 1.3px;
  margin: 0;
}

.left-image-section.speaker p {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
}

.offer {
  padding: 180px 24px 120px 24px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.offer h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 142%;
  color: var(--midnight-color);
  margin: 0;
}

/* ------------ Form Css Start------------------ */
/*.contact-form {
  padding: 40px 15px;
}*/
.gform_wrapper span::before {
  display: none;
}

.gform_wrapper.gform-theme--framework .gform_fields {
  row-gap: 18px;
}

.gform_wrapper.gform-theme--framework .gfield_label,
.gform_wrapper.gform-theme--framework .tag-field .gfield_description {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: var(--midnight-color);
}

.gform_wrapper.gform-theme--framework .gform-field-label--type-sub,
.gform_wrapper.gform-theme--framework .gchoice .gform-field-label,
.gform_wrapper.gform-theme--framework .gfield_consent_label {
  color: var(--midnight-color);
  font-size: 16px;
}

.gform_wrapper.gform-theme--framework input[type="text"],
.gform_wrapper.gform-theme--framework input[type="email"],
.gform_wrapper.gform-theme--framework input[type="tel"],
.gform_wrapper.gform-theme--framework input[type="url"],
.gform_wrapper.gform-theme--framework input[type="number"],
.gform_wrapper.gform-theme--framework textarea,
.gform_wrapper.gform-theme--framework select,
.gform_wrapper.gform-theme--framework input[type="file"] {
  width: 100%;
  border: 2px solid rgba(44, 58, 67, 0.6);
  border-radius: 5px;
  font-size: 19px;
  line-height: normal;
  transition: all 0.3s ease;
  background-color: var(--secondary-color);
  color: rgba(44, 58, 67, 0.5);
  padding: 6px 8px;
}

.gform_wrapper.gform-theme--framework input:focus,
.gform_wrapper.gform-theme--framework textarea:focus,
.gform_wrapper.gform-theme--framework select:focus {
  border-color: #10738c;
  box-shadow: 0 0 0 3px rgba(32, 76, 229, 0.1);
  outline: none;
}

.gform_wrapper.gform-theme--framework input[type="checkbox"]::before,
.gform_wrapper.gform-theme--framework input[type="radio"]::before {
  color: #0a5f92 !important;
}

/* Submit Button */
.gform_wrapper.gform-theme--framework .gform_footer input[type="submit"],
.gform_wrapper.gform-theme--framework .gform_page_footer input[type="submit"] {
  background: var(--midnight-color) !important;
  padding: 12px 36px !important;
  border: 1px solid var(--midnight-color) !important;
  border-radius: 5px !important;
  color: #fffaf1 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  transition: all 0.3s !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 700 !important;
}

.gform_wrapper.gform-theme--framework .gform_footer input[type="submit"]:hover {
  text-decoration: none !important;
  border-color: #718b9b !important;
  background: #718b9b !important;
  color: #fffaf1 !important;
}

.gform_wrapper.gform-theme--framework .gform_footer input[type="submit"]:focus {
  outline: none !important;
}

.gform_wrapper.gform-theme--framework .gform_footer {
  margin-top: 24px;
}

.gform_wrapper.gform-theme--framework .gfield_required {
  font-size: 12px;
  font-weight: 500;
  color: var(--gf-color-danger);
}

.gform-theme--framework .gform_validation_errors {
  margin-bottom: 30px;
}

.gform-theme--framework .gform_validation_errors h2 {
  margin-bottom: 0;
  letter-spacing: normal;
  flex-wrap: nowrap;
  margin: 0;
}

.gform-theme--framework .gform_validation_errors h2 span {
  width: auto;
  aspect-ratio: 1;
}

.gform_fields .gfield--type-html {
  display: flex;
  align-items: center;
  gap: 2px 24px;
  flex-wrap: wrap;
}

.gform_fields .gfield--type-html p {
  margin: 0;
  font-size: 19px;
}

.gform_fields .gfield--type-html .title {
  font-size: 25px;
  font-weight: 700;
  text-transform: unset;
}

/* ------------ Form Css End ------------------ */
.contact-info-section {
  padding: 108px 24px 78px 24px;
}

.contact-info-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}

.contact-info-section .col-left {
  width: calc(40% / 1 - 30px);
}

.contact-info-section .right-left {
  width: calc(60% / 1 - 30px);
}

.contact-info-section .col-left .col-left-item {
  border-bottom: 2px solid rgba(44, 58, 67, 0.5);
  margin-bottom: 43px;
  padding-bottom: 43px;
}

.contact-info-section .col-left .col-left-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-info-section .col-left .sub-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

.contact-info-section .col-left h3 {
  color: var(--verdant-color);
  line-height: 120%;
  font-size: 38px;
  margin: 0 0 10px 0;
}

.contact-info-section .col-left .content {
  margin-bottom: 35px;
}

.contact-info-section .col-left .content p {
  font-size: 19px;
  margin: 5px 0 16px;
}

.contact-info-section .col-left .content:last-child,
.contact-info-section .col-left .content p:last-child {
  margin-bottom: 0;
}

.gform_wrapper.gform-theme {
  background-color: rgba(238, 230, 219, 0.4);
  padding: 40px 30px;
  border-radius: 5px;
  border: 3px solid var(--midnight-color);
}

.gform_wrapper.gform-theme .gform_heading {
  display: none;
}

.contact-info-section .right-left .top-col {
  background-color: var(--midnight-color);
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 60px;
}

.contact-info-section .right-left .top-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-info-section .right-left .top-row .icon img {
  max-width: 120px;
}

.contact-info-section .right-left .top-row .content h4 {
  font-size: 25px;
  color: var(--secondary-color);
  line-height: 120%;
  margin: 0 0 12px 0;
}

.contact-info-section .right-left .top-row .content p {
  font-size: 19px;
  color: var(--secondary-color);
  margin: 0;
}

.contact-info-section .right-left .bottom-col {
  background-color: var(--verdant-color);
  padding: 40px 62px;
  border-radius: 5px;
  margin-top: 60px;
}

.contact-info-section .right-left .bottom-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-info-section .right-left .bottom-row .icon img {
  max-width: 126px;
}

.contact-info-section .right-left .bottom-row .content h4 {
  font-size: 25px;
  color: var(--secondary-color);
  line-height: 120%;
  margin: 0 0 12px 0;
}

.contact-info-section .right-left .bottom-row .content p {
  font-size: 21px;
  color: var(--secondary-color);
  margin: 0;
}

.contact-us-sec .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}

.contact-us-sec .col-left {
  width: calc(40% / 1 - 30px);
}

.contact-us-sec .col-right {
  width: calc(60% / 1 - 30px);
}

.contact-us-sec #gform_wrapper_2 {
  background-color: rgba(238, 230, 219, 0.4);
  padding: 40px 30px;
  border-radius: 5px;
  border: 3px solid var(--midnight-color);
}

.contact-us-sec #gform_wrapper_2 .gform_heading {
  display: none;
}

.contact-us-sec #gform_wrapper_2 span::before {
  display: none;
}

.contact-us-sec #gform_fields_2 .gfield--type-html .title {
  font-size: 25px;
  font-weight: 700;
  text-transform: unset;
}

.contact-us-sec #gform_fields_2 .gfield--type-html p {
  margin: 0;
  font-size: 19px;
}

.contact-us-sec #gform_fields_2 .gfield--type-html {
  display: flex;
  align-items: center;
  gap: 2px 24px;
  flex-wrap: wrap;
}

/*----- About Page ----*/
.left-image-section.mission {
  padding: 100px 24px 180px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.left-image-section.mission .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 30px;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.left-image-section.mission .row.row-reverse {
  flex-direction: row-reverse;
}

.left-image-section.mission .col-left {
  width: calc(60% / 2 - 30px);
  box-sizing: border-box;
}

.left-image-section.mission .col-right {
  width: calc(140% / 2 - 30px);
  box-sizing: border-box;
  flex-direction: column;
}

.right-image-section.three-col-icon {
  padding: 90px 24px;
}

.full-width-content-sec.our-vision h3 {
  margin-bottom: 0;
}

.green-section.bottom {
  padding: 126px 24px 250px 24px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #c64f21;
}

.green-section.green {
  background-image: url(/wp-content/uploads/2025/07/grey-green-bottom-curve-scaled.png);
  background-color: var(--verdant-color);
}

.green-section .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.green-section .col-left {
  width: calc(92% / 2 - 20px);
  box-sizing: border-box;
  position: relative;
}

.green-section .col-right {
  width: calc(104% / 2 - 20px);
  box-sizing: border-box;
}

.green-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 146%;
  margin: 0 0 27px 0;
  color: #fffaf1;
  text-transform: uppercase;
}

.green-section h3 {
  margin: 0 0 30px 0;
  color: #fffaf1;
  line-height: 120%;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1.3px;
}

.green-section p {
  color: #fffaf1;
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 600px;
  margin-bottom: 30px;
}

.full-width-content-sec.vision-full-w {
  padding: 60px 24px 0px;
}

.full-width-content-sec.vision-full-w hr {
  margin-top: 118px;
}

.left-image-section.more-about {
  padding: 50px 24px 90px 24px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.full-width-content-sec.leader-full-w {
  padding: 90px 24px;
}

.full-width-content-sec.leader-full-w h3 {
  margin-bottom: 28px;
}

.full-width-content-sec.leader-full-w p {
  font-size: 19px;
  line-height: 146%;
  font-weight: 400;
}

.full-width-content-sec.leader-full-w .speaker-cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 60px;
  margin-top: 100px;
}

.leader-full-w .speaker-cont .speaker-box {
  width: calc(100% / 4 - 45px);
  text-align: center;
  overflow: hidden;
}

.leader-full-w .speaker-cont .speaker-box .speaker-img {
  overflow: hidden;
  position: relative;
}

.leader-full-w .speaker-cont .speaker-box .speaker-img .contact-info {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: var(--verdant-color);
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.leader-full-w .speaker-cont .speaker-box .speaker-img:hover .contact-info {
  bottom: 0;
}

.leader-full-w .speaker-cont .speaker-box .speaker-img .contact-info a {
  display: flex;
  align-items: center;
  color: #fffaf1;
  font-size: 14px;
  gap: 10px;
}

.leader-full-w .speaker-cont .speaker-box img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.leader-full-w .speaker-cont .content {
  margin-top: 10px;
}

.leader-full-w .speaker-cont .content a {
  color: var(--verdant-color);
}

.full-width-content-sec.leader-full-w .speaker-cont .desc {
  margin-top: 15px;
}

.full-width-content-sec.leader-full-w .speaker-cont p {
  margin: 0;
}

.full-width-content-sec.leader-full-w hr {
  margin: 172px auto 0;
  width: 90%;
}

.full-width-content-sec.leader-full-w .row.fi_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  text-align: left;
  margin-bottom: 50px;
}

.full-width-content-sec.leader-full-w .row.fi_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  text-align: left;
  margin-bottom: 50px;
}

.full-width-content-sec.leader-full-w .row.fi_link ul {
  margin-left: -40px;
  list-style-type: none;
}

.full-width-content-sec.leader-full-w .row.fi_link a {
  text-decoration: underline;
  font-size: 19px;
  line-height: 36px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-95 {
  margin-top: 100px;
}

/* for curve - image */
.background-position-top {
  background-position: center top;
  padding: 200px 24px 100px 24px;
}

.background-position-bottom {
  background-position: center bottom;
  padding: 100px 24px 200px 24px;
}

.page-id-5163 .footer,
.page-id-5172 .footer,
.page-id-5170 .footer {
  margin-top: 0;
}

.page-id-5163 .cta-card-section,
.page-id-5172 .cta-card-section,
.page-id-5170 .cta-card-section {
  padding: 34px 0 100px 0;
}

.episode-row .feature-txt {
  display: flex;
  align-items: center;
  color: #fffaf1;
  text-align: left;
  justify-content: center;
  flex-wrap: wrap;
}

.episode-row p {
  margin: 0;
}

.episode-row img {
  margin-right: 25px;
}

.episode-row .feature-section .feature-txt::after,
.episode-row .feature-section .feature-txt::before {
  display: none !important;
}

/* for /resources/ page */
.quote-section-resources {
  background-color: #f8f2e9;
  padding: 81px 24px 80px 24px;
  text-align: center;
  background-image: url(/wp-content/uploads/2025/07/quote-bootom-grey-white.jpg);
  padding-bottom: 250px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

/* Video Testimonial Styles */
.video-testimonial h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.video-testimonial h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 0;
}

.video-testimonial {
  padding: 100px 24px;
}

.video-testimonial .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.video-testimonial .products-page-col {
  flex: 1;
  min-width: 300px;
}

.video-testimonial .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px;
}

.video-testimonial .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-testimonial .video-nav {
  margin: 10px auto;
  max-width: 800px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.video-testimonial .video-nav .slick-list {
  padding: 0 !important;
  margin: 0 -10px;
}

.video-testimonial .video-nav .slick-slide {
  padding: 0 10px;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.video-testimonial .video-nav .slick-slide.slick-current {
  opacity: 1;
}

.video-testimonial .video-nav .video-thumb {
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
  transition: all 0.3s ease;
  /* height: 120px; */
}

.video-testimonial .video-nav .video-thumb img {
  width: 100%;
  height: 83px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

.video-testimonial .video-nav .slick-slide.slick-current .video-thumb {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* quizzes page */
.left-image-section.fbr_quiz {
  padding: 130px 24px 88px 24px;
}

.left-image-section.si_quiz {
  padding: 88px 24px 130px 24px;
}

.left-image-section.fbr_quiz h2,
.left-image-section.si_quiz h2 {
  margin-bottom: 18px;
}

.left-image-section.fbr_quiz h3,
.left-image-section.si_quiz h3 {
  font-size: 38px;
}

.right-image-section.quizz-right-three-img {
  padding: 141px 24px 200px 24px;
}

.l-two-col .row .large-btn-white {
  justify-content: center;
  gap: 30px 60px;
}

.l-two-col .row .largebtn-item {
  max-width: 390px;
  min-width: 390px;
}

.page-id-8433 .inner-hero-section {
  padding: 120px 24px 0px;
}

.register-group-form .gform_wrapper h3 {
  margin: 20px 0 0px 0;
  font-size: 28px;
}

.register-group-form .gfield_description {
  padding: 5px 0 5px 0 !important;
  border: 0 !important;
}

.popup-more-ways-section {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 1360px;
  width: 90%;
  padding: 60px 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  max-height: 90vh;
}

.more-ways-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-more-ways-section .close-popup {
  position: absolute;
  right: 15px;
  top: 3px;
  background-color: transparent;
  color: var(--midnight-color);
  border: none;
  padding: 1px;
  width: auto;
  height: auto;
  font-size: 34px;
  line-height: normal;
  cursor: pointer;
}

.popup-more-ways-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 100px;
}

.popup-more-ways-section .row .popup-col {
  width: calc(100% / 2 - 50px);
}

.popup-more-ways-section h2 {
  margin: 0 0 30px 0;
  line-height: 120%;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.popup-more-ways-section p {
  margin: 0 0 22px 0;
}

.popup-more-ways-section ul {
  margin-top: 0 0 22px 0;
}

.popup-more-ways-section ul {
  padding-left: 28px;
}

.popup-more-ways-section p:last-child,
.popup-more-ways-section ul:last-child {
  margin: 0;
}

.popup-more-ways-section a {
  color: var(--verdant-color);
  text-decoration: underline;
}

.popup-more-ways-section .right-col p {
  margin: 0;
}

.left-image-section.leader_guide {
  padding-bottom: 20px;
}

.left-image-section.leader_guide .col-left {
  width: calc(60% / 2 - 20px);
}

.left-image-section.leader_guide .col-right {
  width: calc(140% /2 - 20px);
}

.left-image-section.leader_guide img {
  max-width: 100%;
}
.hero-section-inner.interlude-hero .col-left {
    flex-direction: column-reverse;
    display: flex;
    gap: 28px;
}



/*===================================
        Responsive Css Start
===================================*/
@media (max-width: 1545px) {
  .blog-meta-bar .author-popup {
    left: -2%;
    transform: translatex(0%);
  }

  .blog-meta-bar .author-popup::before {
    left: 14%;
  }

  .blog-meta-bar .author-popup::after {
    left: 14%;
  }
}

@media (max-width: 1418px) {
  .col-right_cont {
    margin-right: 135px;
  }
}

@media (max-width: 1360px) {
  .button-cont .row .large-btn-white {
    flex-wrap: wrap;
    justify-content: center;
  }

  .radio-video-slider .slick-prev::before,
  .radio-video-slider .slick-next::before {
    width: 14px;
    height: 25px;
  }

  .radio-video-slider .slick-prev {
    left: auto;
    top: auto;
    bottom: -36px;
    z-index: 1;
    right: 50px;
    width: auto;
    height: auto;
  }

  .radio-video-slider .slick-next {
    right: 0;
    top: auto;
    bottom: -36px;
    width: auto;
    height: auto;
  }

  .workshop-slider .slick-prev {
    left: 0;
  }

  .workshop-slider .slick-next {
    right: 0;
  }

  .popup-more-ways-section .row {
    gap: 30px 60px;
  }

  .popup-more-ways-section .row .popup-col {
    width: calc(100% / 2 - 30px);
  }
}

@media (max-width: 1200px) {
  .megamenu-info-column img {
    display: none;
  }

  .megamenu-content-column {
    flex: 7;
  }

  .hero-section-inner br,
  .feature-section.courses .feature-txt br {
    display: none;
  }

  .header-wrapper {
    padding: 20px 24px;
  }

  .header .logo img {
    max-width: 170px;
  }

  .header_links ul a {
    font-size: 15px;
  }

  .header_links ul.nav-links {
    gap: 16px;
  }

  .header .donate-button a {
    font-size: 15px;
    padding: 6px 15px;
  }

  .page-submenu-section {
    top: 150.5px;
  }

  .cta-card-section .content-box {
    min-width: 288px;
  }

  .footer-content {
    gap: 75px;
    /* column-gap: 150px; */
    justify-content: flex-start;
  }

  .footer-content .footer-column {
    width: calc(100% / 3 - 50px);
  }

  .footer-content .footer-column.cta-column {
    width: 100%;
    max-width: unset;
    display: flex;
    gap: 30px;
  }

  .restoration-block,
  .sign-up-block {
    flex: 1;
    margin: 0;
  }

  .footer-bottom {
    padding: 24px 15px;
  }

  .col-right_cont {
    margin-right: 27px;
  }

  div.marriage-resource-section.threecol-step-sec .resource-content .step {
    border-left: 1px solid var(--midnight-color);
    padding-left: 50px;
  }

  div.marriage-resource-section.threecol-step-sec .resource-content .step:nth-child(1) {
    border-left: none;
  }

  .marriage-resource-section .resource-content .step,
  .podcast-icon-section .resource-content .step,
  .new-life-tv-green-section .resource-content .step {
    width: calc(100% / 2 - 23px);
    margin-top: 20px;
  }

  .marriage-resource-section .resource-content .step:nth-child(3),
  .podcast-icon-section .resource-content .step:nth-child(5),
  .new-life-tv-green-section .resource-content .step:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .box-content-section .box-container .box {
    width: calc(100% / 2 - 120px);
  }

  .courses-step-sec .col-left {
    width: calc(42% / 1 - 30px);
  }

  .courses-step-sec .col-right {
    width: calc(58% / 1 - 30px);
  }

  .workshop-slider .slick-prev::before,
  .workshop-slider .slick-next::before {
    width: 14px;
    height: 28px;
  }

  .workshop-slider .slick-prev {
    left: 0;
  }

  .workshop-slider .slick-next {
    right: 0;
  }

  .nrbtv_process .bullet-list ul {
    margin: 0;
  }

  .nrbtv_process .row {
    gap: 0;
  }

  .nrbtv_process .col-left,
  .nrbtv_process .col-right {
    width: calc(100%);
  }

  .contact-info-section .right-left .bottom-col {
    padding: 40px 50px;
  }

  .popup-more-ways-section {
    padding: 40px 30px;
  }

  .popup-more-ways-section .row {
    gap: 40px;
  }

  .popup-more-ways-section .row .popup-col {
    width: calc(100% / 2 - 20px);
  }

  .subscribe-btn {
    padding: 10px 12px;
  }
}

@media (max-width: 1024px) {

  .hero-section h2,
  .inner-hero-section h2,
  .hero-section-inner h2,
  .right-image-section.coaching .bullet-point-row h2,
  .blog-title h2,
  .hero-section-inner.courses h2,
  .podcast-details-hero h2,
  .podcast-icon-section h3 {
    font-size: 30px !important;
    letter-spacing: 0.4px;
    text-wrap: balance;
  }

  .full-width-content-sec h3,
  .full-width-content-sec h2.title_head,
  .full-width-content-sec h3.title_head,
  .two-content-col-sec h3,
  .right-image-section h3,
  .left-image-section h3,
  .courses-step-sec h3,
  .courses-step-sec h4,
  .marriage-resource-section h3,
  .counseling-section-blog h3,
  .video-testimonial h3,
  .audio-testimonial-section h3,
  .testimonial-section .header-wrapper h3,
  .contact-info-section .col-left h3,
  .box-content-section h3,
  .two-col-img-right-section h3,
  .podcast-cta-section h3 {
    font-size: 30px !important;
    line-height: 115%;
    letter-spacing: 0.4px;
  }

  .left-image-section p.lead,
  .podcast-two-column .lead {
    font-size: 30px !important;
    line-height: 115%;
    letter-spacing: 0.4px;
  }

  .quote-section h3,
  .counseling-section h2,
  .quote-section-blog h3 {
    font-size: 30px !important;
    line-height: 115%;
    letter-spacing: 0.4px;
  }
}

@media (max-width: 992px) {
  .header-wrapper .menu_icon {
    display: block;
  }

  .menu-main-menu-container {
    position: fixed;
    height: 100dvh;
    overflow: auto;
    width: 340px;
    padding: 30px;
    max-width: 90%;
    top: 0;
    right: -340px;
    background-color: #fffaf1;
    z-index: 9999;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
  }

  .menu-main-menu-container ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .header-wrapper .menu-item a:not(.btn) {
    padding: 10px 0px;
    font-size: 19px;
    font-weight: 500;
    justify-content: right;
    text-align: right;
  }

  .header-wrapper .menu-item a i.fa-angle-down {
    transform: rotate(-90deg);
    font-size: 18px;
  }

  .menu-main-menu-container.active {
    right: 0;
    box-shadow: 0px 0px 20px -5px #0000005e;
  }

  .header-wrapper .menu-item .megamenu {
    position: fixed;
    height: 100dvh;
    width: 340px;
    padding: 30px 20px;
    max-width: 90%;
    top: 0;
    left: unset;
    transform: unset;
    right: -340px;
    background-color: #fffaf1;
    border: none;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .megamenu-close,
  .megamenu-content-close {
    display: block;
  }

  .welcome_content {
    display: block;
    margin-top: 50px;
  }

  .welcome_content h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .welcome_content p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .welcome_content img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .welcome_content .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .header-wrapper .menu-item .megamenu.active {
    right: 0;
    transform: unset;
  }

  .menu_marker{
    display: none;
  }

  .megamenu-info-column {
    display: none;
  }

  .megamenu-menu-column ul li a .fa-arrow-right {
    display: none;
  }

  .megamenu-menu-column ul li a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 5px;
  }

  .megamenu-content-column {
    position: fixed;
    height: 100dvh;
    width: 340px;
    padding: 30px;
    max-width: 90%;
    top: 0;
    left: unset;
    transform: unset;
    right: -340px;
    background-color: #fffaf1;
    border: none;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .megamenu-content-column.active {
    right: 0;
    transform: unset;
  }

  .megamenu-content.active {
    display: block;
  }

  .megamenu-content-inner {
    flex-direction: column;
  }

  .megamenu-content-inner-left {
    flex: 1;
    max-height: 300px;
    justify-content: start;
    gap: 30px;
  }

  .megamenu-content-inner-right {
    padding-left: 0;
    margin: 0;
    border: none;
  }

  .megamenu-content-inner-right h4 {
    margin-bottom: 20px;
  }

  .megamenu-content-inner-right li a {
    font-size: 16px !important;
    padding: 0 !important;
  }

  .megamenu-testimonials {
    display: none;
  }

  .megamenu-content-close {
    padding-left: 30px;
    padding-top: 20px;
  }

  .donate-button {
    /* display: none; */
  }

  .page-submenu-row .icon {
    display: none;
  }

  .page-submenu-row .links-col {
    display: flex;
    flex-wrap: unset;
    gap: 5px 20px;
    margin: 0 auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .page-submenu-section .link-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  h2 {
    font-size: 32px;
  }

  .support-section .icon-box {
    width: calc(100% / 3 - 23px);
  }

  .cta-card-section {
    display: none;
  }

  .col-right_cont {
    margin-right: 35px;
  }

  .posts-wrapper .cat-row .col-left .cat-cont {
    padding-left: 20px;
  }

  .testimonial-section br {
    display: none;
  }

  .right-image-section.coaching .bullet-list ul {
    column-count: 3;
  }

  .marriage-resource-section.courses.full-width .box-container .box {
    width: calc(100% / 2 - 120px);
  }

  .podcast-cta-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .podcast-cta-section .cta-cont {
    flex-direction: column;
    gap: 0;
  }

  .podcast-cta-section .cta-cont .cta {
    width: 100%;
    border-left: 0;
    border-top: 1px solid var(--midnight-color);
    padding-top: 30px;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .podcast-cta-section .cta-cont .cta:last-child {
    margin-bottom: 0;
  }

  .podcast-cta-section .cta-cont .cta:nth-child(1) {
    border-top: 0;
  }

  .feature-section.radio .row .col-left,
  .feature-section.radio .row .col-right {
    width: 100%;
    padding: 0;
  }

  .feature-section.radio .row .col-left {
    border-bottom: 1px solid rgba(255, 250, 241, 0.5);
    border-right: none;
    padding: 0 0 40px;
  }

  .station-cont {
    display: flex;
    gap: 30px;
  }

  .station-cont ul {
    width: 46%;
  }

  .map-container .link {
    margin-top: 40px;
    font-size: 24px;
  }

  .download-section .col-left,
  .download-section.extra-larg .col-left {
    width: calc(70% / 2 - 30px);
  }

  .download-section .col-right,
  .download-section.extra-larg .col-right {
    width: calc(130% / 2 - 30px);
  }

  .post-container .post-row .first-col {
    width: calc(100% / 2 - 15px);
  }

  .reason-cont {
    padding: 60px 0;
  }

  .reason-cont .cta-cont {
    flex-direction: column;
    gap: 0;
  }

  .reason-cont .cta-cont .cta {
    width: 100%;
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--midnight-color);
    padding-top: 30px;
    margin-top: 30px;
    padding-left: 0;
  }

  .reason-cont .cta-cont .cta:nth-child(1) {
    padding-left: 0;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }

  .full-width-content-sec.leader-full-w .speaker-cont {
    gap: 50px 40px;
  }

  .leader-full-w .speaker-cont .speaker-box {
    width: calc(100% / 3 - 28px);
    text-align: center;
  }

  .ntb-three-col .content-col .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ntb-three-col ul {
    width: 100%;
    margin: 0;
  }

  .testimonial-section {
    padding: 60px 24px 100px;
  }

  .other-post-section {
    padding: 0 24px 100px 24px;
  }

  .counseling-section-blog.pb-180,
  .full-width-content-sec.pb200,
  .full-width-content-sec.pb-200,
  .full-width-content-sec.pb-100,
  .feature-section.midnight.pb-100,
  .submit-testimonial.pb-180 {
    padding-bottom: 100px !important;
  }

  .footer-wrapper {
    padding: 80px 24px 60px 24px;
  }

  .footer .get-app .content-box {
    flex-direction: column;
    align-items: baseline;
  }
}

@media (max-width: 900px) {
  .impact-section .impact-figure {
    gap: 30px;
  }

  .impact-section p.num {
    font-size: 54px;
  }

  .footer {
    margin-top: 0;
  }

  .footer-column .social-icons {
    justify-content: center;
  }

  .subscribe-form {
    flex-direction: column;
  }

  .subscribe-form input,
  .subscribe-form .subscribe-btn {
    width: 100%;
    text-align: center;
  }

  .subscribe-form input,
  .subscribe-form .subscribe-btn {
    width: 100%;
    text-align: center;
    display: block;
    border: none;
    border-radius: 0;
  }

  .subscribe-form .subscribe-btn {
    border-radius: 0px 0px 5px 5px;
  }

  .support-section .icon-box,
  .support-section-blog .icon-box {
    width: calc(100% / 2 - 16px);
  }

  .courses-step-sec .row,
  .left-image-section .row,
  .marriage-resource-section.transformation .row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 40px;
  }

  .two-content-col-sec .col-left,
  .two-content-col-sec .col-right {
    width: 100%;
  }

  .tab-full-width .left-col,
  .tab-full-width .right-col,
  .tab-full-width .products-page-col,
  .tab-full-width .row.col-shift .col-left,
  .tab-full-width .row.col-shift .col-right,
  .tab-full-width .col-left,
  .tab-full-width .col-right {
    width: 100% !important;
  }

  .cat-details-section .products-page-col:first-child,
  .cat-details-section .products-page-col {
    width: 100%;
  }

  .cat-details-section .products-page-col .image-cont img:nth-child(2) {
    width: 59% !important;
  }

  .feature-section.workshop .row {
    flex-direction: column;
  }

  .left-image-section.sky .row {
    gap: 30px;
  }

  .left-image-section.green .col-left,
  .right-image-section .col-right,
  .left-image-section.courses_individual .col-left,
  .take-quizz-section .col-left,
  .quicklink_section .col-right,
  .marriage-resource-section.workshop .col-left {
    max-width: 500px;
  }

  .image-cont {
    margin: 0 auto;
  }

  .right-image-section.workshop-individual .col-left {
    padding-right: 0;
  }

  .feature-section.workshop .col-right {
    text-align: center;
  }

  .cat-details-section h2,
  .cat-details-section h3,
  .cat-details-section p,
  .hero-section-inner h2,
  .hero-section-inner p,
  .left-image-section p {
    max-width: 100%;
  }

  .cat-details-section img {
    width: 100%;
  }

  .right-image-section .col-right .image-cont {
    /*justify-content: center;*/
  }

  .right-image-section.emb-img-cont .image-cont {
    justify-content: flex-start;
  }

  br {
    display: none;
  }

  .right-image-section.workshop-individual .col-left {
    border-right: 0;
    /* border-bottom: 1px solid var(--midnight-color); */
    padding-bottom: 30px;
  }

  .right-image-section.workshop-individual .counseling-row {
    gap: 50px;
    flex-direction: column;
  }

  .left-image-section.instructors .row {
    align-items: flex-start;
  }

  .left-image-section.instructors .col-left,
  .left-image-section.instructors .col-right,
  .counseling-section-blog .left-col,
  .counseling-section-blog .right-col {
    width: 100%;
  }

  .left-image-section.host img {
    width: auto;
  }

  .podcast-midnight-section .row {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .counseling-section-blog .icon-container {
    padding-left: 0;
  }

  .two-col-img-right-section .col-right .image-cont {
    justify-content: center;
  }

  .video-green-host-section .row.flex-left-img {
    align-items: flex-start;
  }

  .tab-full-width .row {
    justify-content: center !important;
    flex-direction: column-reverse;
    align-items: center;
  }

  .tab-full-width .hero-row {
    justify-content: center !important;
    flex-direction: row;
  }

  .tab-full-width .counseling-row {
    justify-content: center !important;
    flex-direction: column-reverse;
    align-items: center !important;
  }

  .hero-section-inner {
    padding-top: 30px;
  }

  .tab-full-width .col-left,
  .tab-full-width .col-right {
    max-width: 500px;
  }

  .counseling-section-blog .left-col .left-col-text {
    max-width: 100%;
  }

  .small-hero .col-left .w-100 {
    width: 100%;
  }

  .left-image-section.speaker .speaker-item-row {
    flex-direction: column;
  }

  .left-image-section.speaker .speaker-item-row .speaker-item {
    width: 100%;
    text-align: center;
  }

  .left-image-section.speaker .col-left img {
    width: 50%;
  }

  .contact-info-section .col-left,
  .contact-info-section .right-left {
    width: 100%;
  }

  .box-content-section .box-container .box {
    width: calc(100% / 2 - 50px);
  }

  .podcast-icon-section .resource-content .step {
    flex: auto;
    margin-top: 20px;
  }

  .podcast-icon-section .resource-content .step:nth-child(3) {
    border-left: 0;
  }

  .button-cont .row .large-btn-white {
    align-items: center;
  }

  .left-image-section.coaching-left-img,
  .right-image-section.coaching-right-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .coaching-right-img+.coaching-left-img {
    padding-top: 20px;
  }

  .right-image-section.coaching {
    padding: 60px 24px;
  }

  .marriage-resource-section {
    padding-top: 120px;
  }

  .two-col-img-right-section,
  .left-image-section,
  .right-image-section {
    padding: 60px 24px !important;
  }

  .podcast-details-hero {
    padding-top: 30px !important;
  }
}

@media (max-width: 780px) {
  .header .logo {
    display: block;
  }

  .header .logo img {
    max-width: 150px;
  }

  .btn {
    padding: 10px 22px;
  }

  .header-wrapper .close_menu_icon {
    top: 10px;
  }

  .page-submenu-section {
    top: 80px;
    padding: 8px 24px;
  }

  .new-life-live-row {
    justify-content: end;
  }
  .new-life-live-row img {
    max-width: 80%;
  }

  .new-life-live-row .new-life-live {
    justify-content: end;
  }

  .hero-section .products-page-col,
  .impact-section .products-page-col,
  .carousel-section .products-page-col {
    width: 100%;
  }

  .carousel-section .four-col {
    text-align: left;
    width: calc(100% / 2 - 41px);
  }

  .carousel-section .four-col:nth-child(2) {
    border-right: 0;
  }

  .hero-section .products-row {
    justify-content: center;
  }

  .impact-section .row {
    flex-direction: column-reverse;
  }

  .search-form {
    background: transparent;
    display: flex;
    flex-direction: column;
  }

  .search-form-inputbox {
    background-color: #fffaf1;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 16px 0px 16px 5px;
  }

  .search-form-col .search-btn {
    width: 64%;
  }

  .support-section br,
  .quote-section-blog br,
  .two-col-img-right-section h3 br {
    display: none;
  }

  .posts-wrapper .filters_toggle {
    display: flex;
  }

  .posts-wrapper .cat-row .col-left,
  .posts-wrapper .cat-row .col-right,
  .blog-meta-bar .left-col,
  .blog-meta-bar .right-col {
    width: calc(100% / 1);
  }

  .posts-wrapper .cat-row>.col-left {
    position: fixed;
    width: 90vw;
    top: 0;
    left: -90vw;
    height: 100dvh;
    overflow: auto;
    z-index: 9999;
    background-color: #fffaf1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }

  .posts-wrapper .cat-row .col-left.active {
    left: 0;
  }

  .col-right_cont {
    margin-right: 24px;
    margin-left: 24px;
  }

  .search-cont .search-row .col-left {
    height: 40px;
  }

  .share-social-icons {
    justify-content: flex-start;
  }

  .blog-meta-bar .row {
    gap: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .read-more-section ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .bible-verse {
    margin-left: 26px;
  }

  .right-image-section.coaching .bullet-list ul {
    column-count: 2;
  }

  .right-image-section.events .resource-content,
  .right-image-section.full-width .resource-content {
    gap: 0;
    margin-top: 50px;
  }

  .right-image-section.events .resource-content .step,
  .right-image-section.full-width .resource-content .step,
  div.marriage-resource-section.threecol-step-sec .resource-content .step {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--midnight-color);
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
  }

  .right-image-section.events .resource-content .step:first-child,
  .right-image-section.full-width .resource-content .step:first-child,
  div.marriage-resource-section.threecol-step-sec .resource-content .step:first-child {
    margin-top: 0;
  }

  .marriage-resource-section.threecol-step-sec .resource-content .step p {
    max-width: 100%;
  }

  .btn-wrapper a.btn-inverse {
    display: inline-flex;
    align-items: center;
    /* width: 171px; */
    gap: 10px;
    margin-top: 20px;
  }

  .feature-section.button-cont .row .large-btn-white {
    flex-direction: column;
    gap: 30px;
  }

  .feature-section.button-cont .row .large-btn-white .largebtn-item {
    width: 100%;
  }

  .feature-section.button-cont .large-btn-white a.btn {
    /* min-width: 142px; */
    text-align: center;
  }

  .feature-section.radio {
    margin-bottom: 30px;
    padding: 36px 24px;
  }

  .podcast-icon-section {
    padding: 30px 0 30px 0;
  }

  .map-container {
    padding: 30px 24px;
  }

  .map-container .row.dropdown {
    flex-direction: column;
    align-items: center;
  }

  .donatation-type .box-container .box {
    width: calc(100%);
    border-right: 0;
  }

  .donatation-type .box-container {
    border: none;
    padding-bottom: 0;
    margin: 0;
  }

  .donatation-type hr {
    display: none;
  }

  .left-image-section.topics .bullet-list-cont {
    width: calc(100%);
  }

  .leader-full-w .speaker-cont .speaker-box {
    width: calc(100% / 2 - 20px);
  }

  .devotionals-posts-grid .head-col h3 {
    font-size: 24px;
    margin: 30px 0 0px 0;
  }

  .mo-top-0 {
    padding-top: 0 !important;
  }

  .mo-bottom-0 {
    padding-bottom: 0 !important;
  }

  .faq-header {
    padding: 50px 24px 50px !important;
  }

  #faq-content-container .support-section {
    padding: 50px 24px 0 24px !important;
  }

  .bread-crumb {
    padding: 50px 24px 18px;
  }

  .blog-content-section .row.pagination {
    padding-bottom: 50px;
  }

  .read-more-section {
    margin-top: 50px;
  }

  .other-post-section {
    margin-top: 50px;
    padding: 0 24px 50px 24px;
  }

  .audio-label {
    margin-top: 20px;
  }

  .movie-main,
  .newlife-movie-main {
    padding-bottom: 50px;
  }

  .testimonial-section.s-movie-testimonial-section {
    padding: 0 24px 50px;
  }

  .newlife-movie-sec .row.course-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #compulsive-behaviors.support-section,
  #christian-counseling.support-section,
  #new-life-recovery-conference.support-section,
  #about-new-life.support-section,
  #devotionals-downloads.support-section,
  #register-as-a-coach-or-counselor.support-section {
    padding-bottom: 50px !important;
  }

  .hero-section,
  .inner-hero-section,
  .hero-section-inner,
  .hero-section-inner.emotional-mh-hero,
  .hero-section-inner.devotionals-hero-sec,
  .hero-section-inner.workshop-hero,
  .podcast-details-hero {
    padding: 50px 24px;
  }

  .left-image-section,
  .right-image-section,
  .right-image-section.three-col-icon,
  .impact-section,
  .counseling-section,
  .quote-section,
  .counseling-section-blog,
  .left-image-section.more-about,
  .full-width-content-sec,
  .full-width-content-sec.leader-full-w,
  .two-content-col-sec,
  .box-content-section,
  .marriage-resource-section.threecol-step-sec,
  .support-section.remove-bg,
  .contact-info-section,
  .courses-step-sec,
  .right-image-section.courses.what,
  .left-image-section.devotionals-two-col,
  .courses-step-sec.posts-col-main,
  .left-image-section.explore_first,
  .left-image-section.explore,
  .left-image-section.explore_last,
  .quote-section.tan-bg,
  .right-image-section.right-three-img-block,
  .left-image-section.left-single-img,
  .two-col-img-right-section,
  .podcast-cta-section,
  .video-slider-section,
  .video-green-host-section,
  .left-image-section.fbr_quiz,
  .left-image-section.si_quiz,
  .right-image-section.quizz-right-three-img,
  .download-block,
  .video-testimonial,
  .audio-testimonial-section,
  .podcast-icon-section.episode-pod-icon-sec {
    padding: 50px 24px;
  }

  .two-col-img-right-section {
    flex-direction: column-reverse;
  }

  .right-image-section.your-journey hr {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .support-section,
  .full-width-content-sec.events {
    padding: 50px 24px 80px 24px;
  }

  .carousel-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .carousel-section .row.stats {
    margin-top: 30px;
  }

  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-section .feature-txt {
    padding: 0 36px;
  }

  .support-section.spiritual-health {
    padding-bottom: 80px;
  }

  .marriage-resource-section,
  .right-image-section.transformation,
  .support-section.top-bg-border,
  .box-content-section.courses,
  .donatation-type,
  .right-image-section.workshop {
    padding: 80px 24px 50px 24px;
  }

  .marriage-resource-section h3 {
    margin: 0 0 50px 0;
  }

  .support-section.bg-border-hide {
    padding: 50px 24px;
  }

  .box-content-section .btn-col {
    margin-top: 40px;
  }

  .donate-video {
    padding: 50px 24px 80px;
  }

  .line-break.donate-hr {
    padding-bottom: 0 !important;
  }

  .counseling-section-blog.mh-yellow-box-slider {
    padding: 50px 24px 0px;
  }

  .left-image-section.mission {
    padding: 50px 24px 80px;
  }

  .new-life-product-resource {
    padding: 50px 20px 50px !important;
  }

  .hero-section-inner.workshop-individual .hero-row {
    gap: 30px;
  }

  .right-image-section.reverse-row.image-cont6 {
    padding-top: 60px;
  }

  .right-image-section.events {
    padding-top: 50px;
    padding-bottom: 1px;
  }

  .right-image-section.events .event-bottom-col {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .video-testimonial .video-nav {
    padding: 0;
  }

  .video-testimonial .video-nav .video-thumb {
    height: 100px;
  }

  .right-image-section.events hr {
    border-top: 1px solid var(--midnight-color);
    margin-top: 45px;
    margin-bottom: 35px;
  }

  .right-image-section.coaching hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tab-full-width .counseling-row {
    flex-direction: column-reverse !important;
  }

  .extra-space {
    margin-top: 75px;
  }

  .testimonial-section .content p {
    font-size: 24px;
  }

  .left-image-section.green .col-left .image-cont,
  .left-image-section.devotionals-two-col .col-left .image-cont {
    padding: 0;
  }

  .support-section .workshop-cont .slide {
    position: relative;
    margin: 0 10px;
    padding: 0 5px;
  }

  .workshop-slider .slick-prev {
    left: -10px;
  }

  .workshop-slider .slick-next {
    right: -10px;
  }

  .posts-wrapper {
    margin-bottom: 50px;
  }

  .cat-details-section {
    padding: 50px 24px;
  }

  .right-image-section.coaching-right-img,
  .right-image-section.coaching,
  .right-image-section.perspective,
  .left-image-section.stroies-strategies,
  .left-image-section.instructors,
  .left-image-section.emb-testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .left-image-section.coaching-left-img,
  .left-image-section.benefits {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .right-image-section.coaching .bullet-list ul,
  .right-image-section.your-journey .bullet-list ul {
    margin-bottom: 40px;
  }

  .two-content-col-sec.contact-us-sec {
    padding-bottom: 0;
  }

  .left-image-section.instructors .row,
  .left-image-section .row.instructors-item:last-child {
    margin-bottom: 0px;
  }

  .left-image-section .row.instructors-item {
    margin-bottom: 50px;
  }

  .counseling-section-blog.pb-180,
  .full-width-content-sec.pb200,
  .full-width-content-sec.pb-200,
  .full-width-content-sec.pb-100,
  .feature-section.midnight.pb-100,
  .submit-testimonial.pb-180 {
    padding-bottom: 50px !important;
  }

  .full-width-content-sec.courses-full-w {
    padding: 50px 24px 0px;
  }

  .courses-step-sec .row {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .event-tab-section {
    padding: 0px 20px 50px !important;
  }

  .private-event-golf,
  .full-width-content-sec.pb-180 {
    padding-bottom: 50px !important;
  }

  .left-image-section.fr-guidance,
  .left-image-section.fb-transform {
    padding: 0px 24px 50px 24px;
  }

  .right-image-section.support-steps {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .video-green-host-section .row.flex-left-img {
    margin-bottom: 50px;
  }

  .main-content .download-block:not(:has(~ .download-block)) {
    margin-bottom: 0px !important;
  }

  .right-image-section.workshop-individual {
    padding-bottom: 50px;
  }

  .episode-content-section .pagination {
    margin-top: 50px;
  }

  .left-image-section.emb-testimonial .title {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .podcast-hero.podcast-item .container {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .podcast-item.pt_64px {
    padding-top: 0;
  }

  .podcast-item.bg-green .col-right h2.subheading {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .podcast-item.bg-green .col-right h3.heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .podcast-item .container {
    padding: 30px 24px;
  }

  .podcast-item.mo-co-0 .container {
    padding-bottom: 0 !important;
  }

  .podcast-item.last-item {
    padding-bottom: 100px;
  }

  .quote-section h3,
  .counseling-section h2,
  .quote-section-blog h3 {
    font-size: 24px;
    line-height: 115%;
    margin: 0;
    letter-spacing: 0.4px;
  }

  .quote-section p.author {
    font-size: 22px;
    line-height: 115%;
    letter-spacing: 0.4px;
  }

  .podcast-icon-section.no-spacing {
    padding: 0 15px;
    margin-top: -50px;
    padding-bottom: 30px !important;
  }

  .podcast-icon-section.light-border .resource-content .step {
    border: none !important;
  }

  .download-block-header h3 {
    font-size: 29px !important;
    letter-spacing: 0.4px;
    text-wrap: balance;
  }

  .background-position-top {
    padding: 80px 24px 80px 24px;
  }

  .background-position-bottom {
    padding: 50px 24px 80px 24px;
  }

  .popup-more-ways-section .row .popup-col {
    width: 100%;
  }

  .footer-wrapper {
    padding: 50px 30px 50px 30px;
  }

  .footer .f-logo {
    text-align: center;
  }

  .footer-column ul.menu {
    align-items: center;
  }

  .footer-bottom {
    font-size: 14px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-column ul {
    align-items: center;
  }

  .footer-content .footer-column {
    width: calc(100% / 1);
  }

  .footer .footer-content .first-col,
  .footer-column ul.footer-sub-menu {
    align-items: center;
  }

  .footer-column h6 br {
    display: none;
  }

  .footer .restoration-block {
    text-align: center;
    padding: 34px 16px;
  }

  .footer .restoration-block p {
    margin: 0;
  }

  .join-btn {
    justify-content: center;
  }

  .restoration-block .donate-button .btn {
    background-color: #2c3a43;
    color: #fffaf1;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
  }

  .subscribe-block-mob {
    display: block;
    border-top: 1px solid #2c3a43;
    margin-top: 33px;
    padding-top: 23px;
  }

  .restoration-block .donate-button {
    margin-top: 18px;
  }

  .sign-up-block {
    display: none;
  }

  .footer-social-icons {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }
}




@media (max-width: 600px) {
  .header__list-item .submenu-wrapper {
    display: block;
  }

  .hero-section h1,
  .impact-section h2,
  .support-section h2,
  .carousel-section h2,
  .inner-hero-section h1,
  .hero-section-inner h1,
  .right-image-section h2,
  .left-image-section h2,
  .marriage-resource-section h2,
  .counseling-section-blog h2,
  .full-width-content-sec h2,
  .video-testimonial h2,
  .audio-testimonial-section h2,
  .testimonial-section h2,
  .podcast-hero h2.subheading,
  .podcast-details-hero h1,
  .podcast-icon-section h2,
  .two-col-img-right-section h2,
  .podcast-cta-section h2,
  .podcast-hero h1,
  .two-content-col-sec h2,
  .courses-step-sec h2 {
    font-size: 12px !important;
    line-height: 146%;
  }

  .hero-section h2,
  .inner-hero-section h2,
  .hero-section-inner h2,
  .right-image-section.coaching .bullet-point-row h2,
  .blog-title h2,
  .hero-section-inner.courses h2,
  .podcast-details-hero h2,
  .podcast-icon-section h3 {
    font-size: 29px !important;
    letter-spacing: 0.4px;
    text-wrap: balance;
  }

  .full-width-content-sec h3,
  .full-width-content-sec h2.title_head,
  .full-width-content-sec h3.title_head,
  .two-content-col-sec h3,
  .right-image-section h3,
  .left-image-section h3,
  .courses-step-sec h3,
  .courses-step-sec h4,
  .marriage-resource-section h3,
  .counseling-section-blog h3,
  .video-testimonial h3,
  .audio-testimonial-section h3,
  .testimonial-section .header-wrapper h3,
  .contact-info-section .col-left h3,
  .box-content-section h3,
  .two-col-img-right-section h3,
  .podcast-cta-section h3 {
    font-size: 28px !important;
    line-height: 115%;
    letter-spacing: 0.4px;
  }

  .left-image-section p.lead,
  .podcast-two-column .lead {
    font-size: 26px !important;
    line-height: 115%;
    letter-spacing: 0.4px;
  }

  .hero-section-inner.courses h3 {
    font-size: 22px;
    letter-spacing: 0.4px;
  }

  .hero-section p {
    font-size: 16px;
  }

  .hero-section img {
    width: 100%;
  }

  .header .donate-button {
    display: none;
  }

  .header .donate-button a {
    margin-right: 0;
  }

  .header .menu-icon {
    top: 32px;
    width: 100%;
    right: 0;
    padding: 10px;
    text-align: right;
  }

  .header_links {
    top: 90px;
  }

  .impact-section h3 {
    font-size: 30px;
  }

  .impact-section p {
    font-size: 16px;
  }

  .support-section .icon-box,
  .support-section-blog .icon-box,
  .marriage-resource-section.courses.full-width .box-container .box {
    width: calc(100% / 1 - 0px);
  }

  .left-image-section.instructors h3,
  .left-image-section.instructors .title_head,
  .two-content-col-sec .section-title h3,
  .two-content-col-sec .section-title .title_head {
    font-size: 28px !important;
  }

  .box-content-section .box-container {
    gap: 30px;
  }

  .box-content-section .box-container .box {
    width: 100%;
  }

  .quote-section {
    padding: 60px 36px;
  }

  .quote-section h3,
  .counseling-section h2,
  .quote-section-blog h3 {
    /* font-size: 30px; */
    /* line-height: 115%; */
    /* margin: 0; */
    /* letter-spacing: 0.4px; */
  }

  .quote-section br {
    display: none;
  }

  .testimonial-section p {
    font-size: 21px;
  }

  .testimonial-section br {
    display: none;
  }

  .search-section h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .search-form-inputbox label,
  .search-form-inputbox input {
    font-size: 15px;
    margin-left: 10px;
    text-align: left;
  }

  .search-form-inputbox input::placeholder {
    font-size: 14px;
  }

  .support-section h3,
  .carousel-section h3 {
    font-size: 30px;
    margin-top: 19px;
    margin-bottom: 27px;
    letter-spacing: 0.4px;
  }

  .support-section.faq {
    min-height: auto;
  }

  .carousel-section li a {
    font-size: 18px;
  }

  .impact-section p.num {
    font-size: 49px;
  }

  .impact-section p.txt {
    font-size: 17px;
  }

  .search-form-col .search-btn {
    width: 52%;
  }

  .author-hero-section .hero-row {
    flex-direction: column;
  }

  .author-hero-section .header-author-img {
    width: calc(40% / 1 - 0px);
  }

  .author-hero-section .header-author-info {
    width: calc(100% / 1 - 0px);
  }

  .marriage-resource-section .resource-content .step:first-child {
    padding-top: 0;
  }

  .post-container .post-row .first-col {
    width: calc(100% / 1 - 20px);
  }

  .other-post-section .post-row .first-col {
    width: calc(100% / 1 - 23px);
  }

  .img-block img {
    width: 100% !important;
    transform: none !important;
    margin: 0 !important;
  }

  .marriage-resource-section .resource-content {
    gap: 30px;
  }

  .marriage-resource-section .resource-content .step {
    width: calc(100%);
    margin-top: 0;
    border: 0;
    border-top: 1px solid #fffaf1;
    padding-left: 0;
    padding-top: 45px;
    text-align: center;
  }

  .marriage-resource-section .resource-content .step:nth-child(1),
  .right-image-section.full-width .resource-content .step:nth-child(1) {
    border-top: 0;
  }

  .hero-section-inner br {
    display: none;
  }

  .right-image-section.coaching .bullet-list ul {
    column-count: 1;
    padding-left: 0;
  }

  .right-image-section.coaching .bullet-list ul {
    margin-bottom: 30px;
  }

  .right-image-section.counseller .counseling-row {
    gap: 70px;
  }

  .right-image-section.your-journey .bullet-list ul {
    column-count: 2;
    margin-bottom: 30px;
    padding: 0;
  }

  .right-image-section.devotionals .image-cont7,
  .right-image-section.emb-podcast .col-right .image-cont {
    justify-content: center;
  }

  .podcast-hero.podcast-item .col-right .heading {
    font-size: 30px !important;
    line-height: 115%;
  }

  .podcast-icon-section .resource-content .step:nth-child(1),
  .new-life-tv-green-section .resource-content .step:nth-child(1) {
    border-top: 0;
  }

  .feature-section.radio h6 {
    font-size: 18px;
  }

  .feature-section.radio .icon img {
    max-width: 80px;
  }

  .feature-section.radio .row,
  .feature-section.new-life-tv .row {
    flex-direction: column;
  }

  .podcast-cta-section .cta-cont .cta:nth-child(1) {
    padding-left: 0;
  }

  .podcast-cta-section .cta-cont {
    padding: 0px 0px 20px 0px;
  }

  .podcast-cta-section .cta-cont .cta h3,
  .podcast-cta-section .cta-cont .cta h3.verdant {
    font-size: 30px;
  }

  .download-section .col-left,
  .download-section .col-right {
    width: calc(100% - 20px) !important;
  }

  .new-life-tv-green-section .resource-content .step {
    width: calc(100%);
    margin-top: 50px;
    border: 0;
    border-top: 1px solid #fffaf1;
    padding-left: 0;
    padding-top: 45px;
  }

  .nrbtv_process .bullet-list ul {
    column-count: 1;
  }

  .support-section.faq .accordion~.title strong,
  .faq_wrapper .accordion~.title strong {
    font-size: 18px;
  }

  .donate-full-w p {
    font-size: 19px;
  }

  .contact-info-section .col-left .sub-title {
    font-size: 22px;
  }

  .contact-info-section .right-left .top-row .content h4,
  .contact-info-section .right-left .bottom-row .content h4 {
    font-size: 22px;
  }

  .contact-info-section .right-left .top-row,
  .contact-info-section .right-left .bottom-row {
    flex-wrap: wrap;
  }

  .btn-wrapper .btn+.btn {
    margin-top: 10px;
  }

  .video-green-host-section .flex-left-img p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 146%;
    color: #fffaf1;
  }

  .counseling-section-blog .slick-slide img {
    height: 75px;
  }

  .counseling-section-blog p {
    /* font-size: 16px; */
  }

  .post-container .post-row {
    flex-direction: column;
    align-items: center;
  }

  .video-green-host-section .row.flex-left-img {
    flex-direction: column;
  }

  .video-green-host-section .col-right {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .header-wrapper .close_menu_icon {
    font-size: 28px;
    padding: 7px;
    width: 42px;
    height: 42px;
  }

  .links-col .link-item a {
    font-size: 12px;
  }

  .impact-section .impact-figure {
    gap: 24px;
  }

  .impact-section .products-page-col:first-child,
  .support-section.with-slide .icon-content br,
  .marriage-resource-section .section-title br {
    display: none;
  }

  .support-section .content p {
    font-size: 16px;
  }

  .support-section .icon-container {
    gap: 20px;
  }

  .support-section .icon-box h4 {
    font-size: 15px;
    line-height: 146%;
  }

  .products-section {
    text-align: center;
  }

  .search-form {
    min-width: 200px;
  }

  .carousel-section .row {
    gap: 28px;
  }

  .carousel-section .four-col {
    width: calc(100% / 1 - 0px);
    border-right: 0;
    border-bottom: 1px solid #fff;
    min-height: auto;
    margin: 0;
    padding: 20px 0;
  }

  .carousel-section .four-col:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .social-icons .footer-icon img {
    width: 22px;
  }

  .search-form-col .search-btn {
    width: 100%;
  }

  .counseling-section {
    padding-left: 0;
    padding-right: 0;
  }

  .counseling-section .icon-container {
    padding-bottom: 40px;
    border-radius: 0;
    margin-top: 54px;
  }

  .counseling-section .slick-dots li button:before {
    font-size: 26px;
    color: #fffaf1;
  }

  .counseling-section .slick-dots li {
    margin: 0;
  }

  .counseling-section .slick-dots li.slick-active button:before {
    color: #fffaf1;
  }

  .counseling-section .slick-dots {
    bottom: 10px;
    left: 0;
  }

  .feature-section .feature-txt h6 {
    font-size: 24px !important;
  }

  .left-image-section .row,
  .courses-step-sec .row {
    flex-direction: column-reverse;
  }

  .workshop-slider .slick-dots {
    bottom: -50px;
  }

  .workshop-slider .slick-dots li button:before {
    font-size: 30px;
  }

  .workshop-slider .slick-dots li.slick-active button:before {
    color: var(--secondary-color);
  }

  .slick-dots li button::before {
    color: #fbf4ec;
  }

  .left-image-section br {
    display: none;
  }

  .btn-wrapper a.btn-inverse.sky {
    /* width: 270px; */
  }

  .marriage-resource-section.sky .resource-content .step {
    border-left: 0;
  }

  .full-width-content-sec.workshop p {
    text-align: center;
  }

  .station-cont ul {
    width: 100%;
  }

  .leader-full-w .speaker-cont .speaker-box {
    width: 100%;
  }

  .video-testimonial .video-nav {
    padding: 0 20px;
  }

  .video-testimonial .video-nav .video-thumb {
    height: 80px;
  }

  .l-two-col .row .largebtn-item {
    max-width: 290px;
    min-width: 290px;
  }

  .read-more-section ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .blog-content-section .previous-post i,
  .blog-content-section .next-post i {
    font-size: 14px;
  }

  .blog-content-section .pagination a,
  .read-more-section li a {
    font-size: 16px;
  }

  .blog-content-section .pagination p {
    font-weight: 400;
    font-size: 14px;
  }

  #countdown li {
    min-width: 100px;
  }

  .footer-column p,
  .footer-column ul li a {
    text-align: center;
  }

  .footer-social-icons {
    gap: 10px;
  }
}

/* CSS Brought over from alt.css */
.newlife-movie-main {
  background-color: #eee6db;
  padding-bottom: 80px;
}

.newlife-movie-sec .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.newlife-movie-sec .col-left {
  width: calc(20% - 15px);
  box-sizing: border-box;
  position: relative;
}

.newlife-movie-sec .col-right {
  width: calc(80% - 15px);
  box-sizing: border-box;
  position: relative;
}

.newlife-movie-sec .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.newlife-movie-sec h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 127%;
  margin: 0 0 18px 0;
  color: var(--midnight-color);
}

.newlife-movie-sec p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  max-width: 800px;
  margin-bottom: 10px;
}

.newlife-movie-sec p a {
  color: #378b6c;
  text-decoration: underline;
}

.newlife-movie-sec .btn,
.movie .btn {
  background-color: var(--midnight-color);
  border-color: var(--midnight-color);
}

.newlife-movie-sec {
  padding-top: 50px;
}

.movie-main {
  padding-bottom: 80px;
}

.movie-main .content p {
  font-size: 19px;
  font-weight: 400;
  line-height: 146%;
  padding: 20px;
}

.movie-main .content h2 {
  text-align: center;
}

.testimonial-section.s-movie-testimonial-section {
  padding: 0 24px 80px;
}

.faq-header .col-right .faq-header-image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.faq-header .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.faq-header .col-right,
.faq-header .col-left {
  width: calc(50% - 20px);
}

.faq-header {
  color: var(--midnight-color);
  padding: 72px 24px 100px;
  position: relative;
}

#faq-content-container .support-section {
  padding: 117px 24px 0 24px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center bottom -1px;
  background-image: none;
  background-size: 100%;
  min-height: auto;
}

#compulsive-behaviors.support-section,
#christian-counseling.support-section,
#new-life-recovery-conference.support-section,
#about-new-life.support-section,
#devotionals-downloads.support-section,
#register-as-a-coach-or-counselor.support-section {
  padding-bottom: 117px;
}

.faq-header .acf-link-list {
  font-weight: 400;
  font-size: 19px;
  line-height: 175%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  padding: 0;
}

.faq-header .acf-link-list li {
  list-style: none;
}

.faq-header h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0%;
}

.faq-search-wrapper {
  position: relative;
  width: 100%;
  display: flex;
}

#faq-search {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 2px solid #ccc;
  padding: 10px 10px 10px 40px;
  background-color: transparent;
  transition: border-color 0.3s ease;
}

#faq-search:focus {
  border-bottom-color: #007bff;
}

.faq-search-wrapper .search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #888;
}

#faq-content-container .icon-content h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  line-height: 120%;
  color: var(--midnight-color);
  letter-spacing: 0%;
  text-transform: none;
  padding-bottom: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

#faq-content-container .support-section.faq .accordion-wrapper {
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 23px;
}

#faq-content-container .icon-content h2 {
  color: var(--midnight-color);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.download-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.download-block {
  padding: 70px 24px;
  color: var(--midnight-color);
}

.download-block-header h2 {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: 1.3px;
  color: var(--midnight-color);
  text-transform: uppercase;
}

.download-block-header h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  color: var(--midnight-color);
  line-height: 120%;
  letter-spacing: 0%;
  margin: 20px 0;
}

.download-block-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.download-block-content .col-left,
.download-block-content .col-right {
  min-width: 300px;
}

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

.resource-list a {
  font-weight: 600;
  font-size: 19px;
  line-height: 146%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: var(--verdant-color);
}

.resource-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.download-block-footer {
  padding-top: 30px;
}

.download-block-footer .btn {
  background-color: var(--midnight-color);
  border-color: var(--midnight-color);
}

.main-content .download-block:not(:has(~ .download-block)) {
  margin-bottom: 80px;
}

.new-life-product-resource {
  background-color: #eee6db;
  padding: 100px 20px 200px;
}

.nlm_product-grid h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 114.99999999999999%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  max-width: 430px;
}

.new-life-product-resource .nlm_product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
}

@media (max-width: 768px) {
  .nlm_product-grid {
    grid-template-columns: 1fr;
  }
}

.nlm_product-item:hover {
  transform: translateY(-5px);
}

.nlm_product-item .product-title {
  padding: 20px;
  margin: 0;
}

/* .page-id-4937 .testimonial-section::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 3px;
  background-color: #e0e0e0;
  border-radius: 2px;
} */
.testimonial-section .header-wrapper h2 {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
  color: var(--midnight-color);
}

.testimonial-section .header-wrapper h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--midnight-color);
  max-width: 600px;
  margin: 0 auto;
}

.audio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .audio-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.testimonial-section.written_testimonial_slider {
  padding-bottom: 80px;
}

.audio-testimonial-section {
  padding: 100px 24px;
}

.audio-testimonial-section h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.audio-testimonial-section h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0%;
  max-width: 500px;
  margin-top: 0;
}

.audio-name,
.left-image-section .audio-name {
  color: #378b6c;
  font-weight: 400;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: 0%;
}

.audio-description p {
  font-weight: 400;
  font-size: 19px;
  line-height: 146%;
  letter-spacing: 0%;
}

.audio-player-wrapper span::before {
  display: none;
}

@media (max-width: 600px) {
  .audio-player-wrapper .mejs-container {
    width: 100% !important;
  }

  .faq-header h3,
  #faq-content-container .icon-content h3 {
    font-size: 30px;
    line-height: 115%;
  }
}

.event-tab-section {
  padding: 100px 20px;
}

.tab {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--midnight-color);
  border-bottom: none;
  background-color: #f4ede3;
  overflow: auto;
}

.tab button.tablinks {
  flex: 1;
  text-align: center;
  border: none;
  border-bottom: 1px solid var(--midnight-color);
  outline: none;
  cursor: pointer;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0%;
  transition: background-color 0.3s;
  background-color: #f4ede3;
  border-right: 1px solid var(--midnight-color);
  white-space: nowrap;
}

.tab button.tablinks:last-child {
  border-right: none;
}

.tab button.tablinks.active {
  background-color: #fffaf1;
  border-bottom: 2px solid #fffaf1;
}

.tabcontent {
  display: none;
  padding: 40px 40px;
  border: 1px solid var(--midnight-color);
  border-top: none;
  background-color: #fffaf1;
}

.content-layout-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0;
}

.content-layout-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.component-image {
  min-width: 200px;
  flex: 1;
}

.component-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.component-description,
.component-description p {
  flex: 2;
  min-width: 300px;
  font-weight: 500;
  font-size: 19px;
  line-height: 178%;
  letter-spacing: 0%;
}

.component-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.component-subtitle {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 20px;
}

.component-description p:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .tab {
    display: block;
    border-left: 2px solid var(--midnight-color);
    border-right: 2px solid var(--midnight-color);
  }

  .tab button.tablinks {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 2px solid var(--midnight-color);
    font-size: 20px;
    padding: 15px 20px;
    text-align: left;
  }

  .tab button.tablinks:last-child {
    border-bottom: 2px solid var(--midnight-color);
  }

  .tab button.tablinks.active {
    border-bottom-color: #fffaf1;
  }

  .tabcontent {
    padding: 30px 20px;
  }

  .content-layout-block {
    flex-direction: column;
    gap: 25px;
  }

  .nlm_product-grid h3 {
    font-size: 19px;
    line-height: 120%;
  }
}

.private-event-golf {
  padding-bottom: 200px;
}

.more-about-the-event .col-right .image-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.more-about-the-event .col-right .image-cont>img:first-child {
  grid-column: 1 / -1;
}

.bg-tan {
  background-color: #f8f2e8;
}

#tsml {
  padding: 60px 20px 200px;
}

body #tsml-ui>div a {
  color: var(--verdant-color);
}

#meetings_tbody tr a,
#tsml a,
#tsml-ui>div table tbody tr:nth-of-type(2n + 1) a {
  color: var(--verdant-color) !important;
}

#tsml .table-striped>tbody>tr:nth-of-type(odd) {
  background: #eee6db;
}

@media (max-width: 768px) {
  body #tsml {
    padding: 10px 20px 100px;
  }

  #meetings_tbody tr {
    font-size: 16px;
  }
}

#tsml-ui>div table td {
  font-size: 15px !important;
}

#tsml-ui>div {
  background-color: var(--secondary-color) !important;
  max-width: 1140px;
  margin: 0px auto;
}

#tsml-ui {
  background-color: var(--secondary-color) !important;
  padding: 100px 20px 150px;
}

body #tsml-ui>div table tbody tr:nth-of-type(2n + 1) {
  background: #eee6db;
}

.featured-results {
  margin-bottom: 30px;
}

.featured-results img {
  display: block;
}

.post-container .post-row .first-col.featured-item {
  width: 100%;
  display: flex;
}

.post-container .featured-results .post-row .description {
  font-size: 30px;
}

.post-container .excerpt {
  margin-top: 10px;
  font-size: 16px;
}

.featured-results .featured-image {
  width: 34.3%;
  min-width: 34.3%;
  padding-right: 30px;
}

@media (max-width: 992px) {
  .featured-results .featured-image {
    width: 52.3%;
    min-width: 52.3%;
  }
}

@media (max-width: 600px) {
  .post-container .post-row .first-col.featured-item {
    flex-direction: column;
  }

  .featured-results .featured-image {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.autocomplete-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  background: var(--secondary-color);
  transition: background-color 0.2s ease;
  text-align: left;
}

.autocomplete-item:last-child {
  border-bottom: none;
}

.autocomplete-item:hover {
  background-color: #fff;
  color: var(--verdant-color);
}

.autocomplete-item:active {
  background-color: var(--verdant-color);
}


.new-life-live-row a.new-life-live img.mobile-img {
    display: none;
}

@media (max-width: 767px) {
  .new-life-live-row {
    display: block;
  }
  .new-life-live-row a.new-life-live img.desktop-image {
    display: none;
  }
  .new-life-live-row a.new-life-live img.mobile-img {
    display: block;
    max-width: 35%;
  }
}

@media (max-width: 480px) {
  .new-life-live-row a.new-life-live img.mobile-img {
    max-width: 40%;
  }
}