@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

:root {
  /* Default Fonts */
  --poppins-font: "Poppins", sans-serif;
  --mont-font: "Inter", sans-serif;
  /* Colors */
  --purple: #B128BD;
  --burgundy: #1F0F29;
  --pinkish-red: #EB5091;
  --dark-mauve: #572971;
  --white: #fff;
  --black: #000;
  --dark: #1F0F29;
  --midnight-purple: #391B4A;
  --text: #041424b3;
  --light-white: rgba(255, 255, 255, 0.7);
  --charcoal-gray: #252525;

  /* Font Sizes */
  --h1: 64px;
  --h2: 46px;
  --h3: 36px;
  --h4: 28px;
  --h5: 24px;
  --h6: 20px;
  --p: 16px;
}

@media (max-width:1024px) {
  :root {
    --h1: 50px;
    --h2: 34px;
    --h3: 30px;
    --h4: 24px;
    --h5: 20px;
    --h6: 18px;
  }
}

@media (max-width:767px) {
  :root {
    --h1: 40px;
    --h2: 28px;
    --h3: 34px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
  }
}

.heading {
  font-family: var(--poppins-font);
  font-weight: 700;
  line-height: 1;
}

.h1 {
  font-size: var(--h1);
  color: var(--black);
}


.h2 {
  font-size: var(--h2);
  color: var(--burgundy);
}

body,
.paragraph {
  font-family: var(--mont-font);
  font-size: var(--p);
  color: var(--black);
  font-weight: 400;
  line-height: 1.4;
}

.main-span {
  font-weight: 400;
}

.sub-span {
  font-weight: 300;
}



a {
  color: unset;
  text-decoration: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
}

.container {
  max-width: 1310px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
}
.container-fluid{
  padding: 0;
}

.site-btn {
/*   width: 100%;
  max-width: fit-content; */
  background-color: var(--pinkish-red);
  border: 1px solid var(--pinkish-red);
  color: var(--white);
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  padding: 17px 40px;
  transition: 0.5s;
  display: inline-flex;
}

.site-btn:hover {
  background-color: var(--white);
  color: var(--pinkish-red);
}

.blue-btn {
  background-color: var(--purple);
  border: 1px solid var(--purple);
}

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


.main-section {
  padding: 80px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-hero{
    background-image: url(https://244061608.fs1.hubspotusercontent-na2.net/hubfs/244061608/raw_assets/public/boundless-love/assets/images/Frame-bg.jpg);
}
img {
  width: 100%;
  object-fit: cover;
}

/* HOME CSS Start */

/* Header CSS */
.bl-header {
  background-color: transparent;
  z-index: 99;
  color: #000;
}

.home .bl-header {
  color: #fff;
}

.bl-navbar {
  padding-block: .75rem;
}

.bl-logo {
  width: 227px;
}

.bl-brand { color: #000; font-weight: 700; }
.home .bl-brand { color: #000; }
.bl-tagline { color: rgba(0,0,0,.7); font-size: .75rem; }
.home .bl-tagline { color: rgba(255,255,255,.7); }

.bl-nav .nav-link {
  color: rgba(0,0,0,.92);
  font-weight: 600;
  padding: .5rem .9rem;
}
.home .bl-nav .nav-link {
  color: rgba(255,255,255,.92);
}
.bl-nav .nav-link:hover,
.bl-nav .nav-link:focus {
  color: #000;
}
.home .bl-nav .nav-link:hover,
.home .bl-nav .nav-link:focus {
  color: #fff;
}

.dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: #fff;
}
.home .dropdown-menu {
  border: 1px solid rgba(0,0,0,.08);
  background: #000;
}
.home .dropdown-item { color: rgba(255,255,255,.9); }
.dropdown-item { color: rgba(0,0,0,.9); }
.dropdown-item:hover { background: rgba(0,0,0,.08); color: #fff; }
.home .dropdown-item:hover { background: rgba(255,255,255,.08); color: #000; }
.btn-pill {
  border-radius: 999px;
  padding: .55rem 1.1rem;
}
.btn-light {
  background: #000;
  color: #111;
  border: 0;
}
.navbar-brand{
  margin-right: 55px;
}
.navbar-collapse ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.navbar-collapse ul li a:hover{
  color: #000;
}
.home .navbar-collapse ul li a:hover{
  color: #fff;
}
.navbar-collapse ul li:last-child{
  font-weight: 500;
  color: #041424;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 21px;
}
.navbar-collapse ul li:last-child a:hover{
  color: #041424;
}
.btn-light:hover { background: #f1f1f1; }
.btn-dark {
  background: rgba(235, 209, 226, 1);
  color: rgba(0, 0, 0, 1);
  border-radius: 100px;
  border: 0;
  padding: 7px 26px;
}

.home .btn-dark {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.bl-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px; width: 36px;
  border-radius: 100px;
  color: #fff;
  transition: background .2s ease;
}
.home .bl-icon svg path{
  fill: #fff;
}
.bl-icon:hover { background: rgba(255,255,255,.15); }

.bl-divider {
  width: 1px;
  height: 28px;
  background: #ffffff1a;
  margin-inline: .25rem .5rem;
}

.navbar-toggler {
  border: 1px solid rgba(255,255,255,.25);
}
.navbar-toggler-icon {
  filter: invert(1) grayscale(1);
}

a:focus-visible, button:focus-visible {
  outline: 2px solid #ff5fa3; outline-offset: 2px;
}



/* Home Banner CSS */
.hero-banner .carousel::after{
  content: '';
  background: linear-gradient(180deg, #000000 2.86%, rgba(0, 0, 0, 0.2) 29.26%, rgba(0, 0, 0, 0.2) 61.64%, #1F0F29 91.53%);
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
.hero-banner .container{
  padding-top: 360px;
}
.hero-banner .subheading{
    background-color: #04142452;
    border-width: 0px 4px 0px 3px;
    border-style: solid;
    border-color: #EB5091;
    font-size: 22px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 10px;
    font-weight: 500;
    font-family: var(--poppins-font);
}
.hero-banner h1{
  font-size: 74px;
  font-weight: 400;
  font-family: var(--poppins-font);
}

.hero-banner .hero-text,
.hero-banner h1{
  max-width: 950px
}
.hero-banner .hero-text{
  font-size: 22px;
}
.hero-banner .carousel-item,
.hero-banner .container{
  height: 1024px;
}
.banner-bottom{
  bottom: 100px;
  padding-top: 50px;
  border-top: 1px solid #ffffff4d;
}
.banner-counter{
  gap: 50px;
}
.count .count-num{
     font-size: 52px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
} 
.count .count-text{
  font-size: 18px;
  color: #fff;
}
.banner-counter hr{
    width: 1px;
    border-top: 0;
    height: 84%;
    background-color: #fff;
    margin: 0;
}
.banner-btn-wrap{
  gap: 20px;
}
.carousel-control-next, 
.carousel-control-prev{
  height: 50%;
  top: 20%;
  bottom: 0;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon{
  background-color: #04142452;
  height: 80px;
  width: 30px;
  border-radius: 10px;
  background-size: 55%;
}


.home-text-image {
    padding: 100px 0;
    background-color: #eb50911a;
}
.home-text-image .image-block,
.home-text-image .text-block{
  max-width: 47%;
}
.home-text-image .text-block h2,
.home-cards h3,
.story-sec h3,
.icon-cards h3,
.testimonial-sec h3,
.approach-sec h3,
.resource-cta h3{
  color: #041424;
  font-size: 45px;
  font-weight: 300;
  font-family: var(--poppins-font);
  margin-bottom: 20px;
}
.home-text-image .text-block p{
  margin: 20px 0;
  line-height: 30px;
}
.home-text-image .text-block h2 span,
.home-cards h3 span,
.icon-cards h3 span,
.story-sec h3 span,
.testimonial-sec h3 span,
.approach-sec h3 span,
.resource-cta h3{
  font-weight: 700;
}
.home-text-image .text-block ul{
  padding: 30px 60px 30px 30px;
  background-color: #fff;
  border-radius: 20px;
}
.how-it-works{
  background-image: url(https://244061608.fs1.hubspotusercontent-na2.net/hubfs/244061608/raw_assets/public/boundless-love/assets/images/how-worksd.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-text-image .image-block  .img-box:after {
  content: '';
  background-image: url(https://244061608.fs1.hubspotusercontent-na2.net/hubfs/244061608/raw_assets/public/boundless-love/assets/images/bg.svg);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  height: 100%;
  width: 97%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-text-image .image-block img{
  border-radius: 500px 500px 20px 20px;
  z-index: 99;
}
.home-text-image .image-block .image-caption {
    font-size: 36px;
    font-family: 'Poppins';
    color: var(--dark-mauve);
    font-weight: 300;
    margin: 25px 0 40px;
}
.home-text-image .image-block .site-btn{
  background-color: var(--purple);
}
.home-text-image .image-block .site-btn:hover{
  border-color: var(--purple);
  color: var(--purple);
  background-color: transparent;
}
.home-text-image .text-block ul li{
  gap: 10px;
  margin-bottom: 20px;
  line-height: 26px;
}
.home-text-image .text-block ul li:last-child{
  margin-bottom: 0;
}
.home-text-image .text-block ul li img{
  height: 24px;
  width: 24px;
  position: relative;
  top: 4px;
}
.home-cards{
  padding: 80px 0;
  max-width: 95%;
  margin: 0 auto;
  background-color: var(--midnight-purple);
  border-radius: 20px;
}
.home-cards .row,
.icon-cards .row{
  gap: 10px;
}
.home-cards .row .home-card,
.icon-cards .icon-card,
.testimonial-slide{
  width: calc((100% - 20px) / 3);
}
.home-cards .row .home-card img{
  border-radius: 20px;
  height: 375px;
  margin-bottom: 20px;
}
.home-cards .row .home-card h5{
  font-family: var(--poppins-font);
  font-weight: 700;
  font-size: 28px;
}
.home-cards .row .home-card span{
  color: var(--pinkish-red);
  font-size: 20px;
  font-family: var(--poppins-font);
}
.icon-cards,
.approach-sec{
  padding: 80px 0;
}
.icon-cards .container > p{
  font-size: 20px;
  color: #1F0F29;
  max-width: 700px;
}
.icon-cards .icon-card h4 {
    font-weight: 700;
    font-size: 28px;
    margin: 15px 0;
    font-family: var(--poppins-font);
}
.icon-cards .icon-card{
  padding-bottom: 70px;
}
.icon-cards .icon-card a{
  background-color: var(--purple);
  border-radius: 100px;
      padding: 11px 0;
    font-size: 18px;
    width: 90%;
    font-weight: 500;
    font-family: var(--poppins-font);
}
.icon-cards-dots {
  max-width: 72%;
}
.icon-cards-dots .border-line{
  background-image:  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='10'><text x='0' y='8' font-size='12'>—</text></svg>");
  width: 100%;
  height: 2px;
  background-repeat: repeat;
  background-position: center;
  z-index: -9;
}
.story-sec{
  background-image: url(https://244061608.fs1.hubspotusercontent-na2.net/hubfs/244061608/raw_assets/public/boundless-love/assets/images/erg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 100px;
}
.story-sec .content-box,
.story-sec .image-review-box,
.story-review{
      max-width: 50%;
}
.story-sec  .content-area p{
  margin-bottom: 14px;
  line-height: 1.7;
}
.story-icon-boxes {
  padding: 35px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 570px;
}
.story-icon-box:first-child{
  padding-top: 0;
}
.story-icon-box:last-child{
  padding-bottom: 0;
}
.story-icon-box {
  gap: 10px;
  padding: 35px 0;
  border-bottom: 1px solid rgb(4 20 36 / 10%);
}
.story-icon-box img{
  height: 50px;
  width: 50px;
}
.story-icon-box h6{
  margin-bottom: 5px;
  font-weight: 700;
}
.story-icon-box p{
  font-size: 14px;
}
.story-img {
  text-align: center;
  padding: 25px;
  background-image: url(https://244061608.fs1.hubspotusercontent-na2.net/hubfs/244061608/raw_assets/public/boundless-love/assets/images/bg-img.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.story-img img{
  max-width: 560px;
  height: 440px;
  object-position: 100% 20%;
  border-radius: 20px;
}
.story-review-box p {
    font-size: 25px;
    color: #572971;
    font-weight: 300;
    font-family: 'Poppins';
    margin-bottom: 10px;
}
.story-review-box span {
    color: #1F0F29;
    font-weight: 500;
}
.story-review-box {
    padding: 30px;
    border-radius: 12px;
    background: radial-gradient(177.6% 177.6% at 50% 50%, rgba(235, 80, 145, 0) 29.71%, #EB5091 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.story-review{
  border: 1px solid #EB5091;
    border-radius: 20px;
    padding: 8px;
}
.story-review-box svg{
  margin-top: -100px;
}
.approach-sec .row{
  gap: 20px;
}
.approach-sec .approach-card{
  width: calc((100% - 40px) / 3);
  background-color: #422055;
  padding: 30px 20px;
  border-radius: 20px;
}
.approach-sec .approach-card img{
  height: 74px;
  width: 74px;
  margin-bottom: 30px;
}
.approach-sec .approach-card h5{
  font-family: var(--poppins-font);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.testimonial-sec{
  background-image: url(../images/testi-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.testimonial-slide{
  padding: 20px 25px 120px;
  background-color: #fff;
  border-radius: 20px;
}
.testimonial-slide .testi-name{
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 20px;
  color: #041424;
  padding: 16px;
  border-radius: 10px;
  background-color: #FDEDF4;
  bottom: 30px;
  width: 90%;
}
.testimonial-slider-wrap .slick-slide{
  margin: 0 12px;
}
.testimonial-slider-wrap .slick-list{
  margin: 0 -12px;
}
.testimonial-slider-wrap .slick-dots li{
  margin: 0;
  padding: 0;
}
.testimonial-slider-wrap .slick-dots li button:before{
  font-size: 55px;
  color: #CFCFCF;
  opacity: 1;
}
.testimonial-slider-wrap .slick-dots li.slick-active button:before{
  opacity: 1;
  color: var(--pinkish-red);
}
.testimonial-slider-wrap .slick-dots{
  bottom: -50px;
} 
.resource-cta{
  padding: 100px 0;
  background-image: url(https://244061608.fs1.hubspotusercontent-na2.net/hubfs/244061608/raw_assets/public/boundless-love/assets/images/bottom-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.resource-cta .resource-card {
    padding: 20px;
    background-color: #FFFFFF40;
    border-radius: 10px;
    border: 1px solid #fff;
    gap: 15px;
  margin-bottom: 20px;
}
.resource-card img {
    height: 77px;
    width: 77px;
}
.resource-wrap{
  max-width: 50%;
}
.resource-form {
  padding: 36px 50px 20px;
  border-radius: 20px;
  border: 1px solid #DFDFDF;
  max-width: 45%;
}
.resource-wrap h4{
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
}
.resource-wrap .resource-text h5,
.resource-form h4{
  font-family: 'Poppins'
}
.resource-wrap .resource-text p{
  font-size: 14px;
  margin-top:5px;
}
.tips-wrap{
  gap: 20px;
}
.tips-wrap h5{
  font-size: 16px;
  color: #041424;
  font-family 'Poppins'
}
.tips-wrap p{
  color: #04142480;
  font-size: 14px;
}
.resource-form-wrap [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content{
  padding: 0 !important;
}
.resource-form-wrap label{
  font-weight: 600;
}
.resource-form-wrap [data-hsfc-id=Renderer] .hsfc-TextInput{
      padding: 16px 10px;
    border-color: #0414241A;
}
.resource-form-wrap [data-hsfc-id=Renderer] button{
  width: 100% !important;
}
.resource-cta hr{
  margin: 30px 0;
}
.resource-cta-wrap{
  background-image: url(https://244061608.fs1.hubspotusercontent-na2.net/hubfs/244061608/raw_assets/public/boundless-love/assets/images/cta-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 55px 115px;
  border-radius: 20px;
}
.resource-cta-wrap p{
  font-size: 35px;
  font-family: var(--mont-font);
}
.resource-cta-wrap span{
  color: #EB5091;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins'
}



/* END HOME CSS */

/************************Relationship Assessment Page***************************/

/*****************inner-hero-section**************/
.inner-hero {
  padding: 160px 0 50px;
}

.inner-hero p {
  font-size: 22px;
  margin-top: 30px;

}

.inner-hero .button-wrap {
  margin-top: 40px;
}

/**********Discover-Section***********/
.discover-section .discover-wrap .discover-item-one {
  width: 49%;
}

.discover-section .discover-wrap .discover-item-one .video-wrap {
  position: relative;
}

.discover-section .discover-wrap .discover-item-one img {
  border-radius: 20px;
  aspect-ratio: 1/0.9;
}

.discover-section .discover-wrap .discover-item-one svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  max-width: 130px;
}

.discover-section .discover-wrap .discover-item-two {
  width: 46%;
}

.discover-section .discover-item-two .icon-list-wrap {
  background-color: #FDEDF4;
  padding: 30px;
  border-radius: 20px;
  margin-top: 25px;
  gap: 15px;
}

.discover-section .discover-item-two .icon-list-wrap .list-item {
  gap: 10px;
}

.discover-section .discover-item-two .icon-list-wrap .list-item svg {
  width: 100%;
  max-width: 30px;
}

.discover-section .discover-item-two .icon-list-wrap .list-item p {
  font-weight: 500;
  line-height: 1.2;
}

.discover-section .discover-item-two .button-wrap {
  margin-top: 25px;
}

/***********Trusted-Section***********/
.trusted-section {
  background: linear-gradient(180deg, rgba(235, 80, 145, 0.1) 55%, #fff 45%);
}

.trusted-section .trusted-wrap {
  background-color: var(--midnight-purple);
  padding-top: 60px;
  border-radius: 20px;
}

.trusted-section .trusted-wrap .trusted-text {
  padding: 0px 15px;
}

.trusted-section .trusted-wrap h2 {
  color: var(--white);
}

.trusted-section .trusted-wrap p {
  color: var(--white);
  font-weight: 300;
  margin-top: 15px;
}

.trusted-section .trusted-wrap .counter-wrap {
  background-color: #452457;
  border-top: 1px solid #fff;
  margin-top: 70px;
  padding: 0 60px 35px;
  gap: 25px;
  border-radius: 0 0 20px 20px;
}

.trusted-section .trusted-wrap .counter-wrap .counter-item {
  width: calc((100% - 50px) / 3);
  margin-top: -35px;
}

.trusted-section .trusted-wrap .counter-wrap .counter-item img {
  width: 100%;
  max-width: 65px;
}

.trusted-section .trusted-wrap .counter-wrap .counter-item h3 {
  color: var(--white);
  font-family: var(--poppins-font);
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
  margin-top: 15px;
}

.trusted-section .trusted-wrap .counter-wrap .counter-item p {
  font-size: 18px;
  margin-top: 5px;
  color: var(--white);
}


/************************Couples Coaching Page***************************/

/*****************Coaching-Format-section**************/
.format-section {
  padding: 160px 0 80px;
  background-position: top;
}

.format-section .coaching-format-wrap {
  row-gap: 20px;
}

.format-section .coaching-format-wrap .format-item {
  width: calc((100% - 20px) / 2);
  background-color: #422055;
  border: 1px solid #EB5091;
  border-radius: 20px;
  padding: 40px;
}

.format-section .coaching-format-wrap .format-item h2 {
  color: var(--white);
  font-weight: 500;
}

.format-section .coaching-format-wrap .format-item p {
  color: var(--white);
  font-weight: 300;
  margin-top: 15px;
}

.format-section .coaching-format-wrap .list-wrap {
  margin-top: 30px;
  gap: 10px;
}

.format-section .coaching-format-wrap .list-wrap .list-item {
  background-color: #FFFFFF0D;
  border-radius: 10px;
  padding: 15px 20px;
  gap: 10px;
}

.format-section .coaching-format-wrap .list-wrap .list-item svg {
  width: 100%;
  max-width: 25px;
}

.format-section .coaching-format-wrap .list-wrap .list-item p {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}

/************************In Person Workshops Page***************************/
.workshops-section .workshops-text p {
  font-size: 22px;
  font-weight: 300;
  margin-top: 30px;
}

.workshops-section .workshop-days {
  margin-top: 50px;
  gap: 20px;
}

.workshops-section .workshop-days .workshop-wrap {
  background-color: #FDEDF4;
  padding: 20px;
  border-radius: 30px;
  row-gap: 25px;
}

.workshops-section .workshop-wrap:nth-child(even) {
  background-color: #FAEEFB;
}

.workshops-section .workshop-wrap .day-item-one {
  width: 30%;
  background-color: var(--white);
  padding: 30px 10px 10px;
  border-radius: 20px;
}

.workshops-section .workshop-wrap .day-item-one p {
  font-family: var(--poppins-font);
  font-weight: 700;
  font-size: 28px;
  color: var(--burgundy);
  line-height: 1;
  margin-top: 20px;

}

.workshops-section .workshop-wrap .day-item-one p span {
  font-size: var(--p);
  font-weight: 400;
}

.workshops-section .workshop-wrap .day-item-one .location-list {
  gap: 10px;
  margin-top: 25px;
}

.workshops-section .workshop-wrap .day-item-one .location-list svg {
  width: 100%;
  max-width: 18px;
}

.workshops-section .workshop-wrap .day-item-one .location-list p {
  font-size: var(--p);
  font-weight: 500;
  color: var(--burgundy);
  margin: 0;
}

.workshops-section .workshop-wrap .day-item-one img {
/*   aspect-ratio: 1/1.3; */
  object-fit: cover;
  border-radius: 12px;
  margin-top: 30px;
  height: 100%;
}

.workshops-section .workshop-wrap .day-item-two {
  width: 68%;
  padding: 15px 0;
}

.workshops-section .workshop-wrap .day-item-two p {
  color: var(--burgundy);
  font-weight: 300;
  margin-top: 5px;

}

.workshops-section .workshop-wrap .day-item-two p.toppic-text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.workshops-section .workshop-wrap .day-item-two .icon-list-wrap {
  width: 100%;
  margin-top: 30px;
  gap: 15px;
}

.workshops-section .workshop-wrap .day-item-two .icon-list-wrap .list-item {
  width: calc((100% - 15px) / 2);
  gap: 10px;
}

.workshops-section .workshop-wrap .day-item-two .icon-list-wrap .list-item svg {
  width: 100%;
  max-width: 35px;
}

.workshops-section .workshop-wrap .day-item-two .icon-list-wrap .list-item svg .workshop-tick {
  fill: var(--pinkish-red);
}

.workshops-section .workshop-wrap:nth-child(even) .day-item-two .icon-list-wrap .list-item svg .workshop-tick {
  fill: var(--purple);
}

.workshops-section .workshop-wrap .day-item-two .icon-list-wrap .list-item p {
  font-weight: 500;
}

.workshops-section .workshop-wrap .day-item-two .button-wrap {
  margin-top: 30px;
}

.workshops-section .workshop-wrap:nth-child(even) .day-item-two .button-wrap .site-btn {
  background-color: var(--purple);
  border: 1px solid var(--purple);
}

.workshops-section .workshop-wrap:nth-child(even) .day-item-two .button-wrap .site-btn:hover {
  background-color: var(--white);
  color: var(--purple);
}

/**************Churches-Section***********/
.churches-section {
  padding: 150px 0px;
  background-position: top;
}

.churches-section .churches-wrap {
  row-gap: 25px;
}

.churches-section .churches-wrap .churches-item {
  width: calc((100% - 25px) / 2);
}

.churches-section .churches-wrap .churches-item p {
  color: var(--burgundy);
  font-weight: 300;
  margin-top: 20px;
}

.churches-section .churches-wrap .churches-item .churches-icon {
  margin-top: 30px;
  gap: 15px;
}

.churches-section .churches-item .churches-icon .churches-list svg {
  width: 100%;
  max-width: 35px;
  margin-right: 10px;
}

.churches-section .churches-item .churches-icon .churches-list p.churches-text {
  margin: 0;
  font-weight: 500;
}

.churches-section .churches-wrap .churches-item .button-wrap {
  margin-top: 30px;
}

.churches-section .churches-wrap .item-color {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
}

.churches-section .churches-wrap .churches-item h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--burgundy);
}

.churches-section .item-color .churches-icon .churches-list svg {
  font-size: 25px;
}

/**********Resources-Section**********/
.resources-section p {
  font-size: 22px;
  margin-top: 30px;
}

.resources-section .pdf-card {
  margin-top: 50px;
  gap: 20px;
}

.resources-section .pdf-card .pdf-item {
  width: calc((100% - 60px) / 4);
  background-color: #422055;
  border-radius: 20px;
  padding: 20px;
}

.resources-section .pdf-card .pdf-item .pdf-icon {
  background-color: #FFFFFF0D;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  gap: 10px;
  border: unset;
}

.resources-section .pdf-card .pdf-item .pdf-icon svg {
  width: 100%;
  max-width: 30px;
}

.resources-section .pdf-card .pdf-item .pdf-icon p {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}

.resources-section .pdf-card h3 {
  color: var(--white);
  font-family: var(--poppins-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 20px;
}

.resources-section .pdf-card p {
  color: var(--white);
  font-size: var(--p);
  margin-top: 15px;
  font-weight: 300;
}

.resources-section .pdf-card .button-wrap .site-btn {
/*   max-width: 100%; */
  justify-content: center;
  margin-top: 30px;
}

/********Choosework-Section*******/

.choosework-section {
  padding: 160px 0 80px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.choosework-section h2 {
  color: var(--white);
}

.choosework-section.light-bg h2 {
  color: var(--burgundy);
}

.choosework-section .workshop-icon-wrap {
  margin-top: 50px;
}

.choosework-section .workshop-icon-wrap .workshop-icon-item {
  border-bottom: 1px solid #FFFFFF4D;
/*   row-gap: 25px; */
}

.choosework-section .workshop-icon-wrap .workshop-icon-item:last-child {
  border: none;
}

.choosework-section.light-bg .single-title {
  max-width: 730px;
}
.choosework-section.light-bg .single-title p {
  color: var(--burgundy);
}
.choosework-section.light-bg .workshop-icon-wrap .workshop-icon-item .workshop-icon-list {
  border-color: #2525254D;
}
.choosework-section.light-bg .workshop-icon-wrap .workshop-icon-item .workshop-icon-list p {
  color: #252525;
}
.choosework-section.light-bg .workshop-icon-wrap .workshop-icon-item .workshop-icon-list p.filled-text {
  font-weight: 400;
}
.choosework-section.light-bg .now-wrap .site-btn svg {
  max-width: 35px;
}

@media (min-width: 1024px) {
  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list:nth-child(-n+3) {
    border-top: none;
  }

  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list:nth-child(3n) {
    border-right: none;
  }
}
.choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list {
  width: calc(100% / 3);
  padding: 20px;
}

.choosework-section .workshop-icon-wrap .workshop-icon-item .second-card {
  border-left: 1px solid #FFFFFF4D;
  border-right: 1px solid #FFFFFF4D;
}

.choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list img {
  width: 100%;
  max-width: 75px;
  border-radius: 12px;
}

.choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list p {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
}
.choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list p.filled-text {
  font-size: var(--p);
  font-weight: 300;
  margin-top: 10px;
}

/********************************Podcast Page*****************/
.podcast-section {
  background-position: top;
  padding: 140px 0px 80px;
}
/* .podcast-section .podcast-card .large-item {
  width: calc((100% - 20px) / 2);
  gap: 20px;
}
.podcast-section .podcast-card .small-item {
  width: calc((100% - 40px) / 3);
  gap: 20px;
} */
.podcast-section .podcast-card .card-item {
  padding: 10px 10px 25px;
  border-radius: 30px;
  width: calc((100% - 40px) / 3);
  gap: 20px;
}
.podcast-section .podcast-card .card-item:nth-child(-n+2) {
  width: calc((100% - 20px) / 2);
}
.podcast-section .podcast-card .card-item img {
  aspect-ratio: 1/0.5;
  object-fit: cover;
  border-radius: 20px;
}
.podcast-section .podcast-card .card-item .session-text p {
  font-family: var(--poppins-font);
  font-weight: 500;
  font-size: 20px;
  color: var(--burgundy);
  max-width: 75%;
}
.podcast-section .podcast-card .session-text p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.podcast-section .podcast-card .card-item p.paragraph {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.podcast-section .podcast-card .card-item:nth-child(-n+2) p.paragraph {
  -webkit-line-clamp: 4;
}

.podcast-section .podcast-card .card-item .session-text p.paragraph {
  font-size: var(--p);
  font-weight: 400;
  font-family: var(--mont-font);
}
.podcast-section .podcast-card .card-item .session-text p.session-time {
  width: max-content;

}
.podcast-section .podcast-card .card-item .button-wrap {
  margin-top: 10px;
}

/*************Episode-Section***********/
.episode-section {
  background-image: linear-gradient(90deg, #B128BD 10%, #EB5091 90%);
}
.episode-section .mission-episode h2 {
  font-weight: 600;
}
.episode-section .mission-episode p {
  font-size: 20px;
  margin-top: 20px;
}
.episode-section .mission-episode .site-btn {
  background-color: var(--midnight-purple);
  border: 1px solid var(--midnight-purple);
  margin-top: 30px;
}
.episode-section .mission-episode .site-btn:hover {

  background-color: var(--white);
  color: var(--midnight-purple);
}

/******************Contact-Us-Page*******************/
.get-touch-section .touch-wrap {
  gap: 20px;
}
.get-touch-section .touch-wrap .touch-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc((100% - 60px) / 4);
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  padding: 20px;
}

.get-touch-section .touch-wrap .touch-item p.title {
  font-weight: 600;
  margin: 20px 0 5px;
}

/*************Free-Chapter******************/
.chapter-section .container {
  max-width: 1200px;
}
.chapter-section .chapter-wrap .item-one {
  width: 40%;
}
.chapter-section .chapter-wrap .item-two {
  width: 55%;
  gap: 15px;
}
.chapter-section .chapter-wrap .item-two .button-wrap {
  margin-top: 15px;
}
.chapter-section .chapter-wrap .item-two .button-wrap svg {
  max-width: 28px;
  margin-left: 10px;
}

/************Review-Section**************/
.review-section .review-wrap .review-item {
  width: calc((100% - 20px) / 2);
  border-radius: 20px;
  padding: 20px;
}
.review-section .review-wrap .review-item img {
  max-width: 75px;
}
.review-section .review-wrap .review-item .review-title span {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #FDEDF4;
}
.review-section .review-wrap .review-item .review-title span {
  font-size: 20px;
  font-weight: 600;
}

@media(max-width:1023px) {
  .home-text-image .image-block, 
  .home-text-image .text-block,
  .story-icon-boxes,
  .story-review, 
  .story-sec .content-box, 
  .story-sec .image-review-box,
  .resource-wrap,
  .resource-form{
    max-width: 100%;
  }
  .home-text-image .row{
    row-gap: 50px;
  }
  .hero-banner h1{
    font-size: 50px;
  }
  .story-sec 
  .approach-sec h3, 
  .home-cards h3, 
  .home-text-image .text-block h2, 
  .icon-cards h3, 
  .story-sec h3, 
  .testimonial-sec h3,
  .resource-cta h3{
    font-size: 36px;
  }
  .home-text-image .image-block .image-caption{
    font-size: 26px;
  }
  .home-cards .row, .icon-cards .row,
  .banner-bottom{
    row-gap: 30px;
  }
  .banner-bottom{
    flex-direction: column;
    align-items: center;
        position: static !important;
    margin-top: 100px;

  }
  .home-cards .row .home-card, 
  .icon-cards .icon-card,
  .testimonial-slide{
    width: 100%;
  }
  .icon-cards-dots,
  .carousel-control-next, 
.carousel-control-prev{
    display: none
  }
  .main-section {
    padding: 60px 0;
  }
  .home-text-image .text-block ul{
    padding: 25px;
  }
  .inner-hero p {
    font-size: 18px;
    margin-top: 10px;
  }
  .navbar-collapse ul{
    flex-direction: column;
    background-color: #041424;
    padding: 20px 20px 40px;
  }
  .discover-section .discover-wrap .discover-item-one svg {
    max-width: 100px;
  }

  .discover-section .discover-item-two .icon-list-wrap {
    padding: 20px;
  }

  .trusted-section .trusted-wrap .counter-wrap {
    padding: 0 30px 35px;

  }

  .trusted-section .trusted-wrap .counter-wrap .counter-item h3 {
    font-size: 40px;
  }


  /************************Couples Coaching Page***************************/
  .format-section {
    padding: 100px 0 60px;
  }

  .format-section .coaching-format-wrap .format-item {
    padding: 20px;
  }

  /************************In Person Workshops Page***************************/
  .workshops-section .workshops-text p {
    font-size: 18px;
    margin-top: 10px;
  }

  .workshops-section .workshop-days {
    margin-top: 30px;
  }

  .workshops-section .workshop-wrap .day-item-one {
    padding: 20px;
  }

  .workshops-section .workshop-wrap .day-item-one p {
    font-size: 22px;
  }

  .churches-section .churches-wrap .item-color {
    padding: 20px;
  }

  .resources-section p {
    font-size: 18px;
    margin-top: 10px;
  }

  .resources-section .pdf-card {
    margin-top: 30px;
    gap: 20px;
  }

  .resources-section .pdf-card .pdf-item {
    width: calc((100% - 40px) / 3);
  }
  .choosework-section{
    padding: 120px 0 60px;
  }
  .choosework-section .workshop-icon-wrap {
    margin-top: 30px;
  }
  
  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list {
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list:nth-child(2n) {
    border-right: none;
  }
  
  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list:nth-child(-n+2) {
    border-top: none;
  }

  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list p {
    margin-top: 10px;
    font-size: 18px;
  }
  .podcast-section .podcast-card .card-item {
    width: calc(50% - 10px);
    border-radius: 20px;
  }
  .episode-section .mission-episode p {
    font-size: 18px;
    margin-top: 10px;
  }
  .get-touch-section .touch-wrap .touch-item {
    width: calc((100% - 40px) / 3);
  }
}

@media (max-width: 991px) {
  .get-touch-section .touch-wrap .touch-item {
    width: calc((100% - 20px) / 2);
  }
}

@media(max-width:767px) {
  .mb-full-width,
  .approach-sec .approach-card{
    width: 100% !important;
  }

  .main-section,
  .story-sec{
    padding: 50px 0;
  }

  .inner-hero {
    padding: 100px 0 0;
    background-position: left;
  }

  .inner-hero .button-wrap {
    margin-top: 20px;
  }

  .discover-section .discover-wrap .discover-item-two {
    margin-top: 25px;
  }

  .trusted-section .trusted-wrap .counter-wrap .user-year {
    margin-top: 0px;
  }

  /************************Couples Coaching Page***************************/
  .format-section {
    padding: 80px 0 50px;
  }

  /************************In Person Workshops Page***************************/
    .choosework-section .workshop-icon-wrap{
      row-gap: 25px;
    }
  
  .choosework-section {
    padding-top: 100px;
  }
  .choosework-section .workshop-icon-wrap .workshop-icon-item {
    border: none;
  }

  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list {
    padding: 20px 0;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .choosework-section .workshop-icon-wrap .workshop-icon-item .workshop-icon-list:nth-child(-n+1) {
    border-top: none;
  }
  
  .choosework-section .workshop-icon-wrap .workshop-icon-item .second-card {
    border: none;
  }
  .podcast-section .podcast-card .card-item:nth-child(-n+2) {
    width: unset;
  }
  .podcast-section .podcast-card .card-item {
    width: 100%;
  }
  .hero-banner h1{
    font-size: 36px;
  }
  .banner-bottom{
    margin-top: 50px;
  }
  .hero-banner .container{
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .hero-banner .banner-counter,
  .banner-btn-wrap{
    flex-direction: column;
    gap: 20px;
  }
  .story-sec .row:last-child{
    row-gap: 50px;
  }
  .hero-banner .banner-counter hr{
    display: none;
  }
  .home-cards h3, 
  .home-text-image .text-block h2, 
  .icon-cards h3, 
  .story-sec .approach-sec h3, 
  .story-sec h3, 
  .testimonial-sec h3,
  .resource-cta h3{
    font-size: 30px;
  }
  .testimonial-slide .testi-name{
    position: static !important;
    margin-top: 40px !important;
  }
  .testimonial-slide{
    padding: 20px 25px;
  }
  .trusted-section .trusted-wrap .counter-wrap .counter-item{
    margin-top: 15px;
  }
  .story-review-box p{
    font-size: 18px;
  }
  .resource-form,
  .resource-cta-wrap{
    padding: 40px 20px;
  }
  .resource-card img {
    height: 50px;
    width: 50px;
}
  .resource-cta-wrap p{
    font-size: 25px;
  }
  .review-section .review-wrap .review-item {
    margin-top: 25px;
  }
}