/** Shopify CDN: Minification failed

Line 1560:1 Expected "}" to go with "{"

**/
:root{
  --matt-color:#32312d;
}
.counselor-wrapper .lm-toggle , .footer a.footer-learnmore{
    color: rgb(24, 0, 173)!important;
}
/** general counselor page style **/
.desktop-video-table-stacked .quote-line{
    display:none;
}
th.core-christian {
    color: #000;
}
.step.step-3:hover {
    background: #c6a3c6;
}
.step.step-1:hover {
    background: #dbdbdb;
}
.quote-pill {
    max-width:480px;
    margin: 0 auto;
}
.desktop-video-table-stacked {
  background: #F4F3EF;
  padding: 40px 20px;
}
.desktop-video-table-stacked .desktop-video-table-stacked__container {
  margin: auto;
  display: flex;
  gap: 40px;
}
.desktop-video-table-stacked .desktop-video-table-stacked__left,
.desktop-video-table-stacked .desktop-video-table-stacked__right {
  flex: 1;
}

/* LEFT QUOTE */
.desktop-video-table-stacked .desktop-video-table-stacked__quote-wrapper {
  margin-bottom: 30px;
}
.desktop-video-table-stacked .quote-pill {
  border:var(--border) !important;
  border-radius: 999px;
  padding:10px;
  position: relative;
}
.desktop-video-table-stacked .quote-icon {
  position: absolute;
  top: -12px;
  left: 30px;
  font-size: 22px;
  background: #F4F3EF;
  padding: 0 10px;
}
.desktop-video-table-stacked .quote-text {
  background: #DCB9DD;
  padding:30px;
  border-radius: 999px;
  font-style: italic;
  font-size: 18px;
    color:#000
}
.desktop-video-table-stacked .quote-ref {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}
.desktop-video-table-stacked .quote-line {
  width: 30px;
  height: 2px;
  background: black;
}
.desktop-video-table-stacked .quote-scripture {
  font-size:18px;color: #000;
  font-weight: 600;
  text-transform: none !important;
}

/* MAP FEATURES */
.desktop-video-table-stacked .map-feature-wrapper {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height:440px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.desktop-video-table-stacked .feature-pill {
  position: relative;
  background: #fff;
  border: var(--border);
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin: 8px 0;
  min-width:350px;
}
  .desktop-video-table-stacked .feature-pill img{
    margin:0
  }
   .desktop-video-table-stacked .feature-pill span{
     color:#000;
     font-weight:500;
     font-size:16px
   }

/* RIGHT TEXT */
.desktop-video-table-stacked .desktop-video-table-stacked__heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
    color:#000
}

.desktop-video-table-stacked .desktop-video-table-stacked__subtext {
  font-size: 16px;
  margin-bottom: 30px;
  color:#000;
  justify-self: center;
}

/* VIDEO MOCKUP */
.desktop-video-table-stacked .video-mockup-wrapper {
  position: relative;
  max-width:185px;
  margin-bottom: 30px;
}
.desktop-video-table-stacked .circle-bg {
  position: absolute;
  width: 250px;
  height: 250px;
  background: #C8A2C8;
  border-radius: 50%;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.desktop-video-table-stacked .mockup-image {
  position: relative;
  z-index: 2;
}
.mockup-image img {
  width: 100%;
  display: block;
}
.desktop-video-table-stacked .video-inside {
     position: absolute;
    top: 6px;
    left: 4%;
    width: 93%;
    height: 96%;
    overflow: hidden;
    border-radius: 32px;
}
.desktop-video-table-stacked .video-inside video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TABLE */
.desktop-video-table-stacked .comparison-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.desktop-video-table-stacked .comparison-table-wrapper th,
.desktop-video-table-stacked .comparison-table-wrapper td {
  border: 2px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.desktop-video-table-stacked .comparison-table-wrapper th.col-christian {
  background: #E2D4ED;
  color: #3E0960;
}
.desktop-video-table-stacked .comparison-table-wrapper th.col-secular {
  background: #FFF3B0;
  color: #5E4E00;
}
.desktop-video-table-stacked .comparison-table-wrapper th.col-selfhelp {
  background: #FCE2E2;
  color: #8B0000;
}

/* Hide on Mobile */
@media screen and (max-width: 767px) {
  .general-counselor-service .desktop-video-table-stacked {
    display: block;
  }

}


.desktop-video-table-stacked__right .table-wrapper {
    width: 66%;
}


.counselor-feature-desktop-section {
  padding: 40px 20px;
  background: #F4F3EF;
}


  .counselor-feature-desktop-section .counselor-header {
  text-align: center;
  margin-bottom: 30px;
}

  .counselor-feature-desktop-section .counselor-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}
.counselor-feature-desktop-section .counselor-description {
    font-size: 16px;
    color:var(--matt-color);
    margin-top: 10px;
    font-weight: 500;
}
.counselor-feature-desktop-section .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  justify-content: center;
}
.counselor-feature-desktop-section .left-block {
  flex: 1;
  min-width: 280px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.counselor-feature-desktop-section .feature-pill {
  background: white;
  border-radius: 100px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: var(--border);
  font-weight: bold;
  width: 58%;
  margin: 0 auto;
}
  .counselor-feature-desktop-section .right-block{
        display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
.counselor-feature-desktop-section .right-block {
  flex: 1;
  min-width: 280px;
}
.counselor-feature-desktop-section .counselor-card {
  background: white;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: var(--border);
}
.counselor-feature-desktop-section .counselor-img {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.counselor-feature-desktop-section .counselor-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    box-shadow: 0px 1px 4px #00000087;
}
.counselor-feature-desktop-section .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    /* max-width: 150px; */
    text-align: left;
}
.counselor-feature-desktop-section .counselor-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 4px;
    line-height: 1.2;
    max-width: 150px;
}
.counselor-feature-desktop-section .counselor-absolute-badge {
    position: absolute;
    right: 80px;
    top: 9px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
  .counselor-feature-desktop-section .counsler-button-flex{
      display:flex;
  justify-content:center;
  align-items:center;
  padding-left: 0;
  font-size: 15px;
  }
    .counselor-feature-desktop-section .counsler-button-flex a{
      border: var(--border);
    }

.counselor-feature-desktop-section .lan-center{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:10px
}
.counselor-content p.bio {
    margin-top: 10px;
    text-align: left;
}
.play-btn {
position: absolute;
    bottom: 50px;
    right: 10px;
    background: #00000073;
    border-radius: 50%;
    padding: 6px 10px;
    font-size: 20px;
    cursor: pointer;
    border: 0;
    color: #fff;
    width: 34px;
    height: 34px;
}
.counselor-feature-desktop-section .language {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.counselor-feature-desktop-section .bio {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}
.counselor-feature-desktop-section .counsler-button-flex .btn-black:hover .arrow-right-icon path {
    fill: #000 !important;
        transition: 0.2s;
}
.counselor-feature-desktop-section .btn-black, .counselor-feature-desktop-section .btn-purple {
     background-color: #c8a2c8;
    padding: 8px 6px;
    font-weight: 800;
    color: #000;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    /* font-size: 14px; */
  margin: 6px 0;
}

.counselor-feature-desktop-section .counsler-button-flex .btn-black, .counselor-feature-desktop-section .counsler-button-flex .btn-purple {
    display: flex;
    align-items: center;
    padding: 2px 12px;
}
.counselor-feature-desktop-section .counsler-button-flex .btn-purple:hover svg.arrow-right-icon path {
    fill: #fff !important;
        transition: 0.2s;
}



.counselor-feature-desktop-section .btn-black {
  background: #32312D;
  color: white;
}
.counselor-feature-desktop-section .btn-black:hover {
    background: #c99eca;
    color: #000;
}
.counselor-feature-desktop-section .btn-purple {
  background-color: #c99eca;
  color: black;
}
.counselor-feature-desktop-section .btn-purple:hover {
    background: #32312d!important;
    color: #fff !important;
}

/* Popup Styling */
.counselor-feature-desktop-section .video-popup {
  position: fixed;
  top: 0%; left: 0;
  width: 100%;
  height: 100%;
  background: #000c;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.counselor-feature-desktop-section .video-popup.show {
  display: flex;
}
.counselor-feature-desktop-section .video-popup-inner {
    background: white;
    padding: 15px;
    border-radius: 20px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 0 5px;
    border:1px solid #000;
}
.counselor-feature-desktop-section .popup-header .card-avatar {
    border: 1px solid #000;
}
.counselor-feature-desktop-section .close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    z-index: 99;
    color: #6b6f81;
}
.counselor-feature-desktop-section .close-btn:hover{
  color: #000;
}
.counselor-feature-desktop-section .popup-profile {
  text-align: center;
}
.counselor-feature-desktop-section .popup-header {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
}
.counselor-feature-desktop-section .popup-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.counselor-feature-desktop-section .popup-text h3 {
  margin: 0;
  font-size: 18px;
  text-align:left;
}
.counselor-feature-desktop-section .popup-video {
    width: 100%;
    max-height: 300px;
    border-radius: 30px;
    margin-top: 10px;
    border: 1px solid #000;
}
.counselor-feature-desktop-section .popup-badge {
    width: 72px;
    position: absolute;
    right: 45px;
    top: 8px;
}

.counselor-feature-desktop-section .counselor-img{
  margin:0 !important
}
.lan-center img {
    width: 30px;
    margin: 0;
    height: auto;
    object-fit: cover;
}
  #shopify-section-template--18475033559223__counselor_desktop_grid_GMKQba .lan-center {
    justify-content: flex-start !important;
}

  
@media screen and (max-width: 768px) {
  .counselor-feature-desktop-section .bio{
    font-size: 15px;
  }
  .counselor-feature-desktop-section .right-block {
    grid-template-columns: repeat(2, 1fr) !important;
}

  /* .counselor-feature-desktop-section{
    display:none !important
  } */
  .counselor-feature-desktop-section .title {
  font-size: 15px !important;
  text-align: left;

}
  .counselor-feature-desktop-section .counselor-content h3 {
    /* font-size: 18px !important; */
}

  .counselor-feature-desktop-section .btn-black, .counselor-feature-desktop-section .btn-purple {
    font-size: 17px !important;
  }

  .counselor-feature-desktop-section .counselor-title {
  font-size: 22px;
justify-self: center;
}

  .counselor-feature-desktop-section .counselor-description {
  font-size: 15px;
}
  
}

.counseling-help-section {
  background: #F4F3EF;
  padding: 40px 20px;
}

.counseling-help-section .counseling-help-section-main {
  margin: 0 auto;
  text-align: center;
}

.counseling-help-section .counseling-help-section-main-heading {
  color: black;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.counseling-help-section .counseling-help-section-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.counseling-help-section .counseling-help-section-card {
  flex: 1 1 calc(33.333% - 13.33px);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  min-width: 300px;
}

.counseling-help-section .counseling-help-section-card-header {
    background: black;
    color: white;
    padding: 1rem 1rem 2.3rem;
    line-height: 1;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.counseling-help-section .counseling-help-section-card-body {
  padding: 1rem;
  position: relative;
  margin-top: -23px;
  border-radius: 20px;
  height:100%;
}

.counseling-help-section .counseling-help-section-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.counseling-help-section .counseling-help-section-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #969ba0;
}
.counseling-help-section .counseling-help-section-item span.counseling-help-section-text {
    border-bottom: 2px solid #444;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.3;
}
/* li.counseling-help-section-item:last-child .counseling-help-section-text {
    border-bottom: none;
}

.counseling-help-section .counseling-help-section-item:last-child {
  border-bottom: none;
} */

.counseling-help-section .counseling-help-section-icon {
  font-size: 1.2rem;
  color: green;
}

.counseling-help-section .counseling-help-section-text {
  flex: 1;
}

.counseling-help-section .counseling-help-section-expand-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  display: none;
  justify-content: flex-end;
  width: 100%;
  transition: transform 0.3s ease;
}

.counseling-help-section .counseling-help-section-expand-btn.rotate svg {
  transform: rotate(180deg);
}

.counseling-help-section .counseling-help-section-hidden {
  display: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  .counseling-help-section .counseling-help-section-main-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .counseling-help-section .counseling-help-section-list li {
    font-size: 15px;
  }

  .counseling-help-section .counseling-help-section-cards-wrapper {
    flex-direction: column;
  }

  .counseling-help-section .counseling-help-section-card {
    flex: 1 1 100%;
  }

  .counseling-help-section .counseling-help-section-expand-btn {
    display: flex;
  }
}

 
.chartbar-wrapper {
   position:relative;
}
  .chartbar-wrapper::before {
    background: #e1e1e1;
    height: 74%;
    width: 1px;
    content: "";
    position: absolute;
    left: 41.5%;
}
.chart-wrapper {
  width: 100%;
  margin-top: 20px;
}
.chart-item {
  margin-bottom: 10px;
}
.chart-label p{
    font-size: 18px !important;
    margin-bottom: 5px;
    color: #000;
    text-align: right;
    padding-right: 10px;
}
.chart-bar {
  position: relative;
  height: 28px;
  overflow: hidden;
  display:flex;
  line-height:28px;
}
.chart-label{
   width:40%
}
.chartinner-wrapper {
    width:60%;
    display:flex;
}
.chart-fill {
    height: 100%;
    width: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: width 1.5s ease-in-out;
}
.chart-percent {
    font-size: 18px;
    color: #000;
    padding-left: 10px;
    width:100px;
}
.chartbar-wrapper {
    padding: 50px;
    border: var(--border);
    border-radius: 30px;
    background: #fff;
}

  .faith-desktop-section-wrapper {
    background: #F4F3EF;
    padding: 50px 20px;
  }

  @media screen and (max-width: 767px) {
    .faith-desktop-section-wrapper {
      display: none !important;
    }
  }

  .faith-desktop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "left testimonial"
      "icons video";
    gap: 20px;
    max-width: 95%;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  .general-counselor-service .faith-desktop-grid{
    align-items: center;
  }
  .general-counselor-service .faith-desktop-box.box-testimonial {
    margin-top: 50px;
}
  .faith-desktop-section-wrapper .box-left { grid-area: left; }
  .faith-desktop-section-wrapper .box-testimonial { grid-area: testimonial; }
  .faith-desktop-section-wrapper .box-faith-icons { grid-area: icons; }
  .faith-desktop-section-wrapper .box-video { grid-area: video; }

  .faith-desktop-section-wrapper h5.small-heading {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
  }

 .faith-desktop-section-wrapper h4.main-heading {
    font-size: 30px ;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}
  .faith-desktop-section-wrapper .faith-chart-wrapper {
  position: relative;
  }
  .faith-desktop-section-wrapper .faith-chart-user-img {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border:var(--border);

}

.faith-desktop-section-wrapper .faith-chart-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

  .faith-desktop-section-wrapper .chart-image img {
    width: 75%;
    border-radius: 12px;
    object-fit: cover;
    margin: 0 auto !important;
  }
  .faith-desktop-section-wrapper .testimonial-box > * {
    position: relative;
    z-index: 2;
  }
.faith-desktop-section-wrapper .quote-icon.right {
    bottom: 10px;
    right: 15px;
    left: auto;
    top: auto;
    height: 16px;
    border: 0;
}
    .faith-desktop-section-wrapper img{
      margin:0 !important
    }
    img.arrow-right-icon {
    margin: 0 0 0 5px !important;
}
  .faith-desktop-section-wrapper .box-testimonial {
    grid-area: testimonial;
    place-items: center;
    justify-content: center;
    display: flex
;
}
  .faith-desktop-box .testimonial-card{
    max-width:500px
  }
  .testimonial-card .choose-text{
    color:#000
  }
  .testimonial-card .user-name{
    color:#000
  }
.testimonial-card .user-name {
    color: #000;
    font-weight: 600;
    /* margin-top: -30px; */
    font-size: 16px;
}

  .faith-desktop-section-wrapper .stars svg path {
    fill: #FFC107;
}
.faith-desktop-section-wrapper .stars {
    display: flex;
    margin-bottom: 6px;
   padding-top: 10px;
}
.faith-desktop-section-wrapper .stars svg {
    fill: #FFC107;
    font-size: 16px;
    margin: 0 2px;
    width: 16px;
}

  .faith-desktop-section-wrapper .testimonial-text {
    font-size:20px;
    font-family: cursive;
  }

  .faith-desktop-section-wrapper .user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .faith-desktop-section-wrapper .user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

.faith-desktop-section-wrapper .choose-text {
    margin: 10px 0;
    text-align: center;
    padding-left: 0;
}
.faith-desktop-section-wrapper .free-session-btn {
    display: flex;
    align-items: center;
    padding: 2px 12px !important;
}
.faith-desktop-section-wrapper .free-session-btn:hover .arrow-right-icon path {
    fill: #fff !important;
    transition: 0.2s;
}
  .faith-desktop-section-wrapper .free-session-btn {
    background: #c8a2c8;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 14px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border: var(--border);
    color: #000;
  }

  /* Faith Icons Section */
  .faith-desktop-section-wrapper .faith-icons-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }

  .faith-desktop-section-wrapper .faith-icon-item {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .faith-desktop-section-wrapper .faith-icon-img {
    min-width:80px;
    max-width:80px;
    height:80px;
    border-radius: 50%;
    background: #C8A2C8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }

  .faith-desktop-section-wrapper .faith-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .faith-desktop-section-wrapper .faith-icon-label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
  }

  .faith-desktop-section-wrapper .story-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  /* Video */
  .faith-desktop-section-wrapper .video-wrapper {
    border-radius: 20px;
    overflow: hidden;
  }
  .faith-desktop-section-wrapper .video-wrapper, .faith-desktop-section-wrapper .fatih-wrapper-video{
      width: 100%;
  }
  .faith-desktop-section-wrapper .story-btn-wrap{
        justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 0;
    margin-top: 20px;
  }
.faith-desktop-box .desktop-main-video .video-wrapper {
    box-shadow: -8px 8px #4d4d4d;
    line-height: .7;
}
  /* .faith-desktop-section-wrapper .video-wrapper video {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 380px;
    border-radius: 40px;
}  */
  .faith-desktop-section-wrapper .video-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .faith-desktop-section-wrapper .above-text,
  .faith-desktop-section-wrapper .quote-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
  }
.faith-desktop-section-wrapper .learn-more-btn:hover .arrow-right-icon path {
    fill: #000 !important;
    transition: 0.2s;
}
  .faith-desktop-section-wrapper .learn-more-btn {
    background: #2B2B29;
    color: #fff;
    padding: 2px 24px;
    font-size: 16px;
    border-radius: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
     display: flex;
    align-items: center;
    border: var(--border);
  }
.pricing-section h2#Plans+p {
    margin-bottom: 50px;
    color: var(--matt-color);
}
.pricing-plans-section {
    background: #F4F3EF;
}
.faith-desktop-section-wrapper .box-video {
    grid-area: video;
    width: 100%!important;
}
.faith-desktop-box .desktop-main-video .video-wrapper, .faith-desktop-box .desktop-main-video .video-wrapper+div {
    width: 100%;
}
.faith-desktop-box .desktop-main-video .video-wrapper {
    box-shadow: -8px 8px 0 #4d4d4d;
    line-height: 0.7;
}
.faith-desktop-box.box-faith-icons, .faith-desktop-box.box-video {
    margin-top: 50px;
    margin-bottom: 50px;
}
.cart-count .cart-info {
  display:none;
}
/* 
/* Sidebar wrapper 
.desktop-hamburger-sidebar {
    position: fixed;
    top: 0;
    right: -350px;
    width: 320px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px #00000026;
    overflow-y: auto;
    transition: right .3s ease-in-out;
    z-index: 99999;
    padding: 20px;
}

.desktop-hamburger-sidebar ul.menu {
    display: flex;
    flex-direction: column;
}
/* When active *
.desktop-hamburger-sidebar.ham-active {
  right: 0; /* slide into view */
/* } */

/* Overlay background *
.hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

/* Show overlay when sidebar active *
body.hamburger-open .hamburger-overlay {
  display: block;
}

/* Menu styling *
.desktop-hamburger-sidebar .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-hamburger-sidebar .menu-item {
  margin-bottom: 15px;
}

.desktop-hamburger-sidebar .menu-item a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  display: block;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.desktop-hamburger-sidebar .menu-item a:hover {
  color: #007bff;
}

/* Dropdown menu inside *
.desktop-hamburger-sidebar .dropdown-menu {
  list-style: none;
  margin: 5px 0 10px 15px;
  padding: 0;
  display: none;
}

.desktop-hamburger-sidebar .dropdown:hover .dropdown-menu {
  display: block;
}

.desktop-hamburger-sidebar .submenu-item a {
  font-size: 14px;
  color: #666;
}

.desktop-hamburger-sidebar .submenu-item a:hover {
  color: #007bff;
} */

.top-content {
    display: flex;
    gap: 20px;
}

.counselor-popup-open div#shopify-section-header {
    z-index: 0;
}

.counselor-popup-open .bottom-links.navigation-sticky {
    z-index: 0;
}

.four-blocks-g-product h2#faq-general {
    text-align: center;
    padding-bottom: 20px;
}
/* .desktop-faith-quad-section.four-blocks-g-product .counseling-faq-wrapper h3 {
    padding-top: 10px;
} */
.desktop-faith-quad-section.four-blocks-g-product .counseling-faq-wrapper h3 , .desktop-faith-quad-section.four-blocks-g-product .support-paragraph{
      text-align: center;
  }
.desktop-faith-quad-section.four-blocks-g-product {
      padding-top: 60px;
  }
.christian-slider.desktop-grid.grid-slider-products {
    /* max-width: 700px; */
    margin: 0 auto;
}
div#pricing-steps {
    padding-top:30px;
    justify-content: center;
}


/** fath-icon -highlight-section **/
  .faith-icon-highlight-section {
    padding: 40px 20px;
    position: relative;
    /* display: flex; */
  }


  .faith-icon-highlight-section .faith-icon-highlight-grid {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .faith-icon-highlight-section .faith-icon-highlight-icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .faith-icon-highlight-section .faith-icon-highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
  }
.faith-icon-highlight-section .faith-icon-highlight-item img {
    
    height: 100% ;
    object-fit: contain;
    
}


@media screen and (max-width: 767px) {
  .faith-icon-highlight-section .faith-icon-highlight-item img {
  
   
    object-fit: contain;
    
    
  }
  .desktop-faith-quad-section .faith-icon-highlight-item img {
    width: auto !important;
    height: 100%;
    object-fit: contain;
    margin-left: 2px;
}
}
@media screen and (min-width: 1025px) {
.faith-icon-highlight-section .faith-icon-highlight-item img {
    width: 70px !important;
    height: 80px !important;
    object-fit: contain;
    
}
}


.faith-icon-highlight-item .icon-circle::before {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #C8A2C8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.faith-icon-highlight-item .icon-circle {
    width: 100px;
    height: 80px;
    position: relative;
    z-index: 0;
}


  .faith-icon-highlight-section .bottom-extended-pricing__action{
    margin-top:40px !important;
        width: 100%;
  }
    .faith-icon-highlight-section .bottom-extended-pricing__action a{
      font-size:17px !important
    }
    .bottom-extended-pricing__action a:hover {
    background: #32312D !important;
    color: #fff !important;
}
.faith-icon-highlight-section .faith-icon-highlight-item img {
   
    height: 100% ;
    object-fit: contain;
    
}

  .faith-icon-highlight-section .faith-icon-highlight-item .icon-label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
  }

  .faith-icon-highlight-section .highlight-floating-img {
    position: absolute;
    top: -40px;
    right: -30px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .faith-icon-highlight-section .highlight-floating-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
/** soul acre section css **/


.pricng-soul-cre-sctn .soul-care-cards {
  display: flex;
}
.table-wrapper th:first-child {
    text-align: left!important;
}


  @media (max-width: 768px){
    .newsletter-box h3{
      font-size: 18px !important;
    }
    .counseling-help-section-card-header h3{
      font-size: 24px !important;
    }
    
    .faith-desktop-section-wrapper .choose-text{
      font-size: 15px;
    }

  .faith-icon-highlight-section .highlight-floating-img {
    right: -20px;
  }
  .faith-desktop-box .desktop-main-video .video-wrapper {
           box-shadow: -4px 4px 0 #4d4d4d;
}
  }











@media(max-width:1200px){
  .desktop-faith-quad-section.four-blocks-g-product .counseling-faq-container {
      max-width: 500px;
  }
  
  .desktop-faith-quad-section.four-blocks-g-product .highlight-floating-img {
      right: -20px;
      top: -70px;
  }
 .faith-quote-card, .faith-profile {
      max-width:94%!important;
  }
  .faith-quote-text {
      font-size: 16px!important;
  }
  .desktop-faith-quad-section.four-blocks-g-product .faith-icon-highlight-grid {
      padding: 20px;
  }
 
}
@media(max-width:1024px){
 .desktop-faith-quad-section.four-blocks-g-product .counseling-faq-container {
    max-width: 350px !important;
    padding: 30px!important;
}

}
@media(max-width: 991px){
h2.pricing-banner-unified__heading {
    font-size: 25px !important;
}

}

@media (max-width: 768px) {
  .faith-desktop-section-wrapper .learn-more-btn{
        padding: 2px 8px;
        font-size: 15px !important;
  }
  .above-text, .quote-text{
    font-size: 15px;
  }
    .faith-desktop-section-wrapper .video-title {
    font-size: 18px;
  
  }

  .faith-desktop-section-wrapper .above-text{    font-size: 16px;     font-weight: 500 }
    .faith-desktop-section-wrapper .quote-text {    font-size: 14px; font-weight: 500  }

  .why-healing-section .why-healing-section__label {
    position: unset !important;
    text-align: center !important;
    max-width: 100% !important;
    padding-bottom: 0 !important;
}
.why-healing-section__text {
    margin: 20px 0;
}
#shopify-section-template--18513179443383__christian_counseling_3wCdEw .table-desktop {
    max-width: 70% !important;
}
  .why-heading-row {
    flex-wrap: wrap;
}
.pricing-banner-unified {
    padding: 20px 20px 40px 20px !important;
}
   .pricng-soul-cre-sctn .soul-care-cards{
    display: block;
  }
   .general-product-page .desktop-faith-quad-section.four-blocks-g-product .faith-quote-box {
      margin: 0 !important;
      width: 100%!important;
      box-shadow:none!important;
  }
  .desktop-faith-quad-section.four-blocks-g-product  .desktop-faith-quad-grid {
    justify-content:center;
}
.desktop-faith-quad-section.four-blocks-g-product .faith-right-panel, .desktop-faith-quad-section.four-blocks-g-product .faith-icon-highlight-grid {
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box;
}
.desktop-faith-quad-section.four-blocks-g-product .counseling-faq-outer-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
.desktop-faith-quad-section.four-blocks-g-product div#join-team {
    width: 100%;
    margin-top: 72px;
}
.desktop-faith-quad-section.four-blocks-g-product .counseling-faq-container {
    max-width: 100% !important;
    padding: 30px!important;
}
.desktop-faith-quad-section.four-blocks-g-product .faith-quote-card, .desktop-faith-quad-section.four-blocks-g-product .faith-profile {
    max-width:320px!important;
    margin: 0 auto 25px!important;
}
.ah-product-container.product-cnatiner {
    padding-top: 30px;
}
.desktop-grid-section-homepage.christian-slider-wrapper#mobProducts {
    padding-top: 30px!important;
}
.simple-faq#FAQ {
    padding-top: 40px!important;
    padding-bottom: 20px !important;
}

}

@media(max-width:575px){
  #shopify-section-template--18513179443383__why_healing_section_ncPTe7 p, #shopify-section-template--18513179443383__why_healing_section_ncPTe7 p {
    max-width: 100% !important;
}
#shopify-section-template--18513179443383__christian_counseling_3wCdEw .table-desktop {
    max-width: 45% !important;
}
.desktop-faith-quad-section.four-blocks-g-product .faith-quote-text{
  font-size:14px!important;
}
.desktop-faith-quad-section.four-blocks-g-product .faith-quote-card {
    padding: 10px!important;
}
.desktop-faith-quad-section.four-blocks-g-product .faith-profile {
    margin-bottom: 50px!important;
}
.desktop-faith-quad-section.four-blocks-g-product .faith-profile .faith-name::before {
    content: "";
    position: absolute;
    width: 20px;
   
    background: #000;
    left: 10px;
   
}
.faith-quote-card, .faith-profile {
    max-width:320px!important;
    margin: 0 auto!important;
}
.general-product-page .desktop-faith-quad-section.four-blocks-g-product .join-team .join-main-continer {
    padding: 10px 10px 20px;
}
.desktop-faith-quad-section.four-blocks-g-product div#join-team {
    width: 100%;
    margin-top: 30px;
}
.christian-slider.desktop-grid.grid-slider-products .shop-button {
    font-size: 13px !important;
}
.desktop-faith-quad-section.four-blocks-g-product .faith-right-panel {
    margin-bottom: 50px;
}
.product-price-wrapper {
    padding: 20px 15px;
}
.product-detail-inner .custom-product-left{
    text-align: left;
    background: #fff;
    border: var(--border);
    border-radius: 20px;
}
.purchase-section .meety-schedule-btn {
    margin-bottom: 0!important;
}
.shipping-payment-badge {
    padding: 10px;
    border: var(--border);
    margin: 0 10px 10px;
    border-radius: 15px;
}
.product-sidebar-container.pt-3 {
    padding-bottom: 0;
}
.product .ah-product-container.product-cnatiner {
    padding-top: 0;
}
.product .faith-quote-card {
    margin-top: 20px!important;
}
.faith-video-banner-section  .faith-video-banner-button {
    padding-left: 0;
}
body.product .content.product-page .faith-video-banner-section {
    padding-bottom: 20px;
}

}

@media(max-width: 430px){
  #shopify-section-template--18513179443383__christian_counseling_3wCdEw .table-desktop {
    max-width: 35% !important;
}
.why-heading-row {
    padding: 0;
}
}

@media(max-width: 320px){
#shopify-section-template--18513179443383__christian_counseling_3wCdEw .table-desktop {
    max-width: 29% !important;
}
}


.default-counselor-service .meety-block-buttons.meety-app-block.meety-visible {
    opacity: 0;
    height: 0;
    
}

.desktop-faith-quad-section.four-blocks-g-product .faith-profile .faith-name::before {
    content: "";
    position: absolute;
    width: 20px !important;
    
    background: #000;
    left: 10px;
    

html {
  scroll-behavior: smooth;
  
}
#counselors_wrap {
  scroll-margin-top: 200px; /* adjust based on your header height */
}