@charset "utf-8";
/* CSS Document */

/* IMPORTS LIST */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');



/*

+ CloudCouch
+ Designed by: sam osiris 
+ samosiris.com

-------------------------------------------------------------------

[Table of contents]

0. General
1. Homepage
2. Secondary pages


-------------------------------------------------------------------

*/


/* ---------------------------------------------------
     0. GENERAL
----------------------------------------------------- */


body {
  background: #F3EAE2;
  font-family: "Inter", sans-serif;

}

h1 {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
}

h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.5rem;

}

h3 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;

}

h4 {
  font-family: "Sora", sans-serif;
  font-size: 2rem;

}

h5 {
  font-family: "Sora", sans-serif;
  font-size: 1.75rem;

}

h6 {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;

}

p {
  font-weight: 400;

}




a {
     text-decoration: none;
    -webkit-transition: all 0.25s ease;                  
    -moz-transition: all 0.25s ease;                 
    -o-transition: all 0.25s ease;   
    -ms-transition: all 0.25s ease;          
    transition: all 0.25s ease;
    font-family: "Sora", sans-serif;
}


a,
a:visited {
  outline: 0;
}

a:hover {
     cursor: pointer;
    -webkit-transition: all 0.25s ease;                  
    -moz-transition: all 0.25s ease;                 
    -o-transition: all 0.25s ease;   
    -ms-transition: all 0.25s ease;          
    transition: all 0.25s ease;

}

a:active, a:focus {
   outline: 0;
}


li {
  list-style-type: none;
  padding:0; margin:0;
}

ul {
  margin:0; padding:0;
}

/* ---------------------------------------------------
     1. Homepage
----------------------------------------------------- */

/* 
     Header

 */


.header-hero {
  background: #F3EAE2;
  background-size: cover;
  height: 100%;
  min-height: 780px;
  position: relative;
  z-index: 1000;
  overflow-x: clip;
}

.header-main {
  background: #F3EAE2;
  height: 100%;
}


.navbar {
  padding: 20px 0;
}


.navbar .navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-item {
  margin-left: 36px;
}

.navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}

.navbar .navbar-nav .nav-item a:hover {
  color: #303030;
  text-decoration: underline;
}

.navbar .navbar-nav .nav-item .nav-btn {
  background: #939B79;
  color: #fff;
  padding: 20px 28px;
}

.navbar .navbar-nav .nav-item .nav-btn:hover {
  background: #899170;
  color: #fff;
}

.hero-wrapper {

}

.caption-hero {
  margin-top: -180px;

}


.caption-hero h1 {
  color: #3B4C62;
  font-weight: 700;
  margin-bottom: 20px;

}

.caption-hero p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #404040;
  margin-bottom: 16px;
}

p.new-paragraph-caption {
  margin-bottom: 30px;
  font-weight: 600;
}

a.btn-orange {
  background: #C46440;
  color: #ffffff;
  border-radius: 0;
  padding: 20px 30px;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

a.btn-orange:hover {
  background: #B15A3A;
  color: #fff;
}

.caption-hero .btn-txt {
  background: transparent;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #C46440;
  padding: 20px 30px;
}

.caption-hero .btn-txt:hover {
  color: #B15A3A;
}

.fade-up{
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp .8s ease-out forwards;
}

.delay-h1{ animation-delay: .35s; }
.delay-1{ animation-delay: .7s; }
.delay-2{ animation-delay: 1s; }

@keyframes fadeUp{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* Respect accessibility */
@media (prefers-reduced-motion: reduce){
  .fade-up{
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.fade-in{
  opacity: 0;
  animation: fadeIn .5s ease forwards;
  animation-delay: .2s; /* small delay */
}

@keyframes fadeIn{
  to { opacity: 1; }
}

/* optional: respect accessibility */
@media (prefers-reduced-motion: reduce){
  .fade-in{
    animation: none;
    opacity: 1;
  }
}


/* image wrapper */
.hero-media{
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-img{
  width: 90%;
  max-width: 900px;   /* adjust based on your PNG */
  height: auto;
  display: block;
}

/* On desktop align image to the right */
@media (min-width: 992px){
  .hero-media{
    justify-content: flex-end;
  }
}

/* ===== FULL-BLEED RIGHT SIDE (container-xl based) ===== */

/* Mobile/tablet: make the image go full width (touch both edges) */
@media (max-width: 991.98px){
  .hero-media-bleed{
    margin-left: -36px;   /* container padding */
    margin-right: -36px;  /* container padding */
  }
}

/* lg: container is full-width but padded, cancel only right padding */
@media (min-width: 992px){
  .hero-media-bleed{
    margin-right: -36px;  /* touch right edge */
  }
}

/* xl: container-xl becomes centered with max-width 1140px */
@media (min-width: 1200px){
  .hero-media-bleed{
    margin-right: calc(-36px - (100vw - 1140px)/2);
  }
}

/* xxl: container-xl max-width 1320px */
@media (min-width: 1400px){
  .hero-media-bleed{
    margin-right: calc(-0.75rem - (100vw - 1320px)/2);
  }
}


.clouds {
  position: relative;
  margin-top: -145px; 
  z-index: 1001;
}

.clouds img {
  width: 100%;
  max-width: 100%;
  display: block;

  animation: cloudsFloat 2s ease-in-out infinite;
  will-change: transform;
}

@keyframes cloudsFloat{
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); } /* move up slightly */
}

/* 
     Homepage Sections
     
*/

/* About section */


.section-couch {

  background: #3B4C62;
  color: #fff;
  padding-top: 12px;
  margin-top: -12px;

}


.couch {
  position: relative;
  z-index: 1001;
  background: #F3EAE2;
}

.couch img {
  width: 100%;
  max-width: 100%;
}


.heading-section-wh {
  margin: 0 auto;
  text-align: center;
  color: #FDF2E8;
  padding-bottom: 32px;
}


.heading-section-wh h2 {
  font-weight: 700;
}

.section-couch .content-section-p {
  margin: 0 auto;
  text-align: center;
}

.section-couch .content-section-p p {
  font-size: 1.75rem;
  font-weight: 400;
  color: #E9D7C7;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 32px;
}

.section-couch .content-controls {
  padding-top: 20px;
}

.section-couch .content-section-p .btn-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #FDF2E8;
}

.section-couch .content-section-p .btn-text span img {
  transition: transform .25s ease;
  display: inline-block;
}


.section-couch .content-section-p .btn-text:hover span img {
  transform: translateX(6px); 

}


/* Features section */

.features-section {
  background: #F3EAE2;
  padding: 0px 0 100px 0;
}

.features-section .heading-section {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.features-section .heading-section h4 {
  color: #3B4C62;
  font-weight: 700;
  margin-bottom: 12px;
}

.features-section .heading-section h1 {
  color: #C46440;
  font-weight: 700;
}

.feature-item {
  display: flex;
}

.feature-item .icon {
  display: inline-block;
}

.feature-item .content {
  display: inline-block;
  padding-left: 16px;
}

.feature-item .content h5 {
  color: #404040;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-item .content p {
  font-size: 20px;
  color: rgba(64, 64, 64, .75);
}

/* Sessions section */

.sessions-section {
  background: #926A3A;
  color: #FDF2E8;
  padding: 80px 0 0 0;
}

.sessions-section .heading-section {
  text-align: center;
  margin: 0 auto;
}

.sessions-section .heading-section h2 {
  font-weight: 700;
}


.sessions-section .heading-section h4 {
  font-weight: 400;
  color: #E9D7C7;
}


.sessions-wrapper {
  margin-top: 80px;
}

.session-item {
  display: flex;
}

.session-item .icon {
  display: inline-block;
}

.session-item .content {
  display: inline-block;
  padding-left: 16px;
}

.session-item .content h4 {
  font-size: 28px;
  margin-bottom: 2px;
  font-weight: 700;
}

.session-item .content h6 {
  font-weight: 400;
  font-size: 20px;
}

.session-item .content p {
  color: #E9D7C7;
}

.g-3, .gx-3 {
    --bs-gutter-x: 28px;
}

.help-wrapper {
  padding-top: 60px;
}

.help-content {
  padding-top: 36px;
}

.help-content h1 {
  padding-bottom: 24px;
  font-weight: 700;
}

.help-photo img {
  max-width: 100%;
}

.help-wrapper .btn-txt {
  color: #F3EAE2;
  font-weight: 600;
  font-size: 20px;
}

.help-wrapper .btn-txt span {
  padding-left: 5px;
}


.help-wrapper .btn-txt span img {
  display: inline-block;
  transition: transform .25s ease;  
}

.help-wrapper .btn-txt:hover span img {
transform: translateX(6px);
}


/* How it works section */

.how-it-works-section {
  background: #F3EAE2;
  padding: 80px 0 100px 0;
}

.heading-section {
  text-align: center;
  margin: 0 auto;
}

.how-it-works-section .heading-section {
  margin-bottom: 80px;
}

.how-it-works-section .heading-section h2 {
  font-weight: 700;
}

.step-item .num-circle {
  display: block;
  width: 48px; height: 48px;
  line-height: 48px;
  text-align: center;
  color: #F3EAE2;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  background: #C46440;
  margin-bottom: 20px;
}

.step-item.step-2 .num-circle {
  background: #939B79;
}

.step-item.step-3 .num-circle {
  background: #926A3A;
}

.step-item .content h5 {
  font-size: 24px;
  font-weight: 700;
  color: #404040;
}

.step-item .content p {
  font-size: 16px;
  color: rgba(64, 64, 64, .75);
}

/* Guides section */

.guides-section{
  background: #8C8F73;          /* adjust to your exact green */
  color: rgba(255,255,255,.88);
}


.guides-img{
  object-fit: cover;            /* key for responsive cropping */
  display: block;
  padding-right: 36px;
}

.guides-panel{
  background: #8C8F73;
   color: rgba(255,255,255,.88);
  padding: 100px 0 0 48px;
}

.guides-panel p {
  font-size: 24px;
}

h2.guides-title {
  font-weight: 700;
}

h5.guides-sub {
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 32px;
}

/* Interested section */

.interested-section {
  background: #C46440;
  padding: 80px 0 90px 0;
  text-align: center;
}

.interested-content {
  margin: 0 auto;
  text-align: center;
}

.interested-section h2 {
  color: #F3EAE2;
  font-weight: 700;
  margin-bottom: 24px;
}

.interested-section p {
  font-size: 24px;
  font-weight: 400;
  color: rgba(243, 234, 226, .8);
}

.interested-section p span {
  font-weight: 600;
}


.interested-content a.btn-gray {
  background: #E9D7C7;
  color: #C46440;
  padding: 24px 28px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
  display: inline-block;
}

.interested-content a.btn-gray:hover {
  background: #F3EAE2;
}

/* FAQ's section */

.faqs-section {
  background: #F3EAE2;
}
.faq-split{
  background: #F3EAE2;

  /* prevents tiny rounding mismatches from causing horizontal scroll */
  overflow-x: clip;
}

/* Left panel */
.faq-left{
 background: #F3EAE2;
 color: #404040;
  min-height: 320px;
}

.faq-left-inner{
  padding: 80px 60px 80px 0;
  width: 100%;
  
}

.faq-title{
  color: #404040;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 48px;
}

/* Right image */
.faq-media{
  min-height: 320px;
}

.faq-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 1) At < xl, container-xl is full-width but has padding (0.75rem each side).
   Cancel ONLY the right padding so the image touches the screen edge. */
.faq-media-bleed{
  margin-right: -0.75rem; /* = 12px */
}

/* 2) At xl+, container-xl becomes centered with max-width.
   Pull the image out by (viewport - container)/2 PLUS the container padding. */
@media (min-width: 1200px){
  .faq-media-bleed{
    margin-right: calc(-0.75rem - (100vw - 1140px)/2);
  }
}

/* 3) At xxl+, container-xl max-width changes */
@media (min-width: 1400px){
  .faq-media-bleed{
    margin-right: calc(-0.75rem - (100vw - 1320px)/2);
  }
}

/* Optional: match a taller desktop look */
@media (min-width: 992px){
  .faq-left, .faq-media{ min-height: 560px; }
}


.accordion {
  background: transparent;

}

.accordion-item {
  background: transparent;
  border: 0;
  margin-bottom: 24px;
}

.accordion-header .accordion-button {
  background: transparent;
  padding: 12px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #404040;
  border: 0;
  box-shadow: none;
}

.accordion-body {
  padding: 0 0 0px 0;
  color: rgba(64, 64, 64, .75);
}

.accordion-header .accordion-button:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

/* Footer */

.footer-main {
  background: #404040;
}


.footer-main .footer-top {
  padding: 70px 0 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-widget .heading-widget-foot {
  font-weight: 700;
  color: #F3EAE2;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
}

.foot-widget .foot-content p {
  color: #F3EAE2;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

.foot-widget .foot-content ul {
  display: block;
}

.foot-widget .foot-content ul li {
  display: inline-block;
  margin-right: 20px;

}

.foot-widget .foot-content ul li a { display: flex; align-items: center; }

.foot-widget .foot-content ul li span {
  font-weight: 400;
  color: #F3EAE2;
  padding-top: 10px;
  align-self: center;
  padding-left: 5px;
}

.foot-widget .foot-content ul li a img {
  transition: transform .25s ease;
  display: inline-block;
}

.foot-widget .foot-content ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.foot-widget .foot-content ul li a:hover img {
  

}


.footer-bottom {
  padding: 36px 0;
}

.copyrights p {
  color: #F3EAE2;
  font-size: 14px;
  margin: 0;
}

.contact-info {
  display: flex;
  margin-bottom: 16px;
}

.contact-info .icon {
  display: inline-block;
}

.contact-info .info {
  display: inline-block;
  color: #F3EAE2;
  font-size: 16px;
  font-weight: 400;
  padding-left: 12px;
}

h6.heading-newsletter {
  font-size: 16px;
  font-weight: 400;
  color: #F3EAE2;
  margin-bottom: 12px;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

input.input-newsletter {
  border-radius: 0;
  border: 0;
  background: #F3EAE2;
  color: #404040;
  font-size: 14px;
  padding: 16px 20px;
  width: 100%;
  display: block;
  height: 60px;
}

button.btn-newsletter {
  background: #939B79;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
}

button.btn-newsletter  img {
  transition: transform .25s ease; 
}

button.btn-newsletter:hover img {
  transform: scale(1.1); 
}


.menu-footer {
  float: right;
}

.menu-footer ul li {
  display: inline-block;
  margin-left: 32px;
}

.menu-footer ul li a {
  color: #F3EAE2;
  font-size: 13px;
  font-weight: 400;
}

.menu-footer ul li a:hover {
  text-decoration: underline;
}


/* ---------------------------------------------------
     3. Secondary Pages
----------------------------------------------------- */


/* 
     About Page
     
*/


.header-page {
  background: #F3EAE2;
  height: 100%;
  position: relative;
  z-index: 1000;
  overflow-x: clip;
}

.clouds-page {
  position: relative;
  z-index: 1001;
}

.clouds-page img {
  width: 100%;
  max-width: 100%;
}

.caption-page {
  text-align: center;
  margin: 0 auto;
  padding: 48px 0;
}

.caption-page h1 {
  font-weight: 700;
  color: #C46440;
  margin-bottom: 24px;
}

.caption-page h1 span {
  color: #939B79;
  position: relative;
}

.caption-page h1 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  width: 100%;
  height: 6px;
  background: #939B79;
  margin: 0 auto;
}

.caption-page p  {
  font-size: 24px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 24px;
  padding: 0;
}

.caption-page .btn-txt {
  color: #C46440;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.section-about-1 {
  background: #3B4C62;
  padding: 20px 0 0px 0;
  color: #F3EAE2;
}


.section-about-1 p {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5em;
}

.section-about-1 p span {
  text-decoration: underline;
  font-weight: 700;
}

.block-about-1-wrapper {
  padding-top: 48px;
}

.section-about-2 {
  padding: 80px 0 100px 0;
}

.our-story-block h2 {
  color: #3B4C62;
  font-weight: 700;
  margin-bottom: 36px;
}

.our-story-block p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #404040;
}

.founder-details {
  display: flex;
  margin-top: 24px;
}

.founder-details .avatar {
  display: inline-block;
}

.founder-details .details {
  display: inline-block;
  padding-left: 16px;
  padding-top: 10px;
}

.founder-details .details h6 {
  font-size: 20px;
  font-weight: 700;
  color: #3B4C62;
  margin-bottom: 2px;

}

.founder-details .details h6 a {
  color: #3B4C62;
}

.founder-details .details h6 a:hover {
  text-decoration: underline;
}

.founder-details .details span {
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
}


.section-about-3 {
  background: #647B99;
  color: #F3EAE2;
  overflow-x: clip;
}

/* Right image */
.loneliness-media{
  min-height: 320px;
}

.alone-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 1) At < xl, container-xl is full-width but has padding (0.75rem each side).
   Cancel ONLY the right padding so the image touches the screen edge. */
.loneliness-media-bleed{
  margin-right: -0.75rem; /* = 12px */
}

/* 2) At xl+, container-xl becomes centered with max-width.
   Pull the image out by (viewport - container)/2 PLUS the container padding. */
@media (min-width: 1200px){
  .loneliness-media-bleed{
    margin-right: calc(-0.75rem - (100vw - 1140px)/2);
  }
}

/* 3) At xxl+, container-xl max-width changes */
@media (min-width: 1400px){
  .loneliness-media-bleed{
    margin-right: calc(-0.75rem - (100vw - 1320px)/2);
  }
}

/* Optional: match a taller desktop look */
@media (min-width: 992px){
  .loneliness-left, .loneliness-media{ min-height: 560px; }
}


.loneliness-wrapper {
  padding: 100px 80px 80px 0;
}

.loneliness-wrapper h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

.loneliness-wrapper h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.loneliness-wrapper p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 28px;
}

.text-btn-lg {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F3EAE2;
}

.section-about-4 {
  background: #3B4C62;
  color: #F3EAE2;
  overflow-x: clip;
}

/* Right image */
.sol-media{
  min-height: 320px;
}

.sol-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 1) At < xl, container-xl is full-width but has padding (0.75rem each side).
   Cancel ONLY the right padding so the image touches the screen edge. */
.sol-media-bleed{
  margin-left: -0.75rem; /* = 12px */
}

/* 2) At xl+, container-xl becomes centered with max-width.
   Pull the image out by (viewport - container)/2 PLUS the container padding. */
@media (min-width: 1200px){
  .sol-media-bleed{
    margin-left: calc(-0.75rem - (100vw - 1140px)/2);
  }
}

/* 3) At xxl+, container-xl max-width changes */
@media (min-width: 1400px){
  .sol-media-bleed{
    margin-left: calc(-0.75rem - (100vw - 1320px)/2);
  }
}

/* Optional: match a taller desktop look */
@media (min-width: 992px){
  .sol-left, .loneliness-media{ min-height: 560px; }
}


.solution-wrapper {
  padding: 100px 0 100px 80px;
}

.solution-wrapper h2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.solution-wrapper p {
  font-size: 1.75rem;
  font-weight: 500;
}

.solution-wrapper h5 {
  font-weight: 700;
  margin-top: 36px;
}

.team-section {
  padding: 80px 0;
}

.heading-section-page {
  text-align: center;
  margin: 0 auto;
}


.heading-section-page h2 {
  font-weight: 700;
  color: #C46440;
  margin-bottom: 16px;
}

.heading-section-page p {
  font-size: 20px;
  font-weight: 400;
  color: #404040;
  width: 75%;
  text-align: center;
  margin: 0 auto;
}


.team-1-block {
  padding: 36px 0 60px 0;
}

.team-1-block h4.team-1-heading {
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  color: #926A3A;
  margin-bottom: 48px;
}

.team-member {
  text-align: left;
}

.team-member .photo {
  margin-bottom: 16px;
}

.team-member .details h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #404040;
  margin-bottom: 2px;
}

.team-member .details span {
  font-weight: 400;
}

.team-member .details .desc-member {

  color: #926A3A;
  font-size: 16px;
  font-weight: 300;

}

.team-row {
  margin-bottom: 48px;
}

.team-section .g-5, .team-section .gx-5 {
    --bs-gutter-x: 80px;
}



/* 
     How it works ? Page
     
*/


.page-header-simple h1 {
  margin-bottom: 8px;

}

.page-header-simple .caption-page {
  padding: 36px 0 36px 0;
}

.how-block-1 {
  background: #E9D7C7;
  padding: 48px 0 100px 0;
}

.how-content-1 {
  padding-bottom: 48px;
}

.how-content-1 p {
  font-size: 1.75rem;
  font-weight: 500;
  color: #404040;
  text-align: center;
}


.commitment-section {
  background: #3B4C62;
  color: #F3EAE2;
  padding-top: 80px;
}

.kind-man img {
  max-width: 100%;
}

.heading-section-simple h1 {
  text-align: center;
  font-weight: 700;
}


.commitment-wrapper {
  padding-top: 48px;
}

.commitment-wrapper h3 {
  margin-bottom: 24px;
  font-weight: 700;
}

.commitment-wrapper ul li {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 16px;
}

.com-list .check-icon {
  padding-right: 8px;
}

.join-us-section {
  background: #C46440 url('../images/join-bg.png') no-repeat left center;
  background-size: cover;
  padding: 100px 0 140px 0;
  color: #fff;
}

.heading-join {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 48px;
}

.heading-join h1 {
  font-weight: 700;
  margin-bottom: 5px;
}

.heading-join h3 {
  font-weight: 300;
}

.content-join {
  margin-bottom: 36px;
}

.content-join p {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.controls-join {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.controls-join a.btn-join-1 {
  background: #E9D7C7;
  color: #C46440;
  font-size: 20px;
  font-weight: 700;
  padding: 24px 24px;
}

.controls-join a.btn-join-2 {
  background: transparent;
  color: #F3EAE2;
  font-size: 20px;
  font-weight: 700;
  padding: 24px 24px;
}

.legal-section {
    background: #E9D7C7;
  padding: 60px 0 100px 0;
}

.page-content-default {

  color: #404040;
}

.block-default-item h3 {
  font-weight: 700;
}

.block-default-item h5 {
  font-weight: 300;
}

.block-default-item p {
  font-size: 1.5rem;
  font-weight: 400;
}

ul.default-list {
  padding: 24px 0;

}

ul.default-list li {
position: relative;
  padding-left: 20px;  
  margin-bottom: 10px; 
  font-size: 1.5rem;
  font-weight: 500;
}

ul.default-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;                 /* aligns with text */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #404040;           /* dot color */
  transform: translateY(-50%);
}


.faq-page-section {
    background: #E9D7C7;
  padding: 60px 0 100px 0;
}

.block-default-item {
  margin-bottom: 36px;
}

.email-link {
  font-weight: 700;
  color: #C46440;
}


.page-default-site {
  padding: 80px 0 100px 0;
}

.waitlist-section {
    background: #E9D7C7;
  padding: 60px 0 100px 0;
}

.team-paragraph p {
  font-size: 1.75rem;
  font-weight: 400;
}

p.team-desc-p {
  font-size: 1.75rem;
  width: 90%;
}


.block-2-approach {
  padding-top: 48px;
}

.section-about-5 {
  padding: 80px 0 90px 0;
  background: #E9D7C7;
  color: #404040;
}

.additional-text-wrapper {
  text-align: center;
  margin: 0 auto;
}

.additional-text-wrapper p {
  font-size: 1.75rem;
  font-weight: 400;
}

.additional-text-wrapper h5 {
  font-weight: 700;
}

.brand-special-heading {
  display: flex;
  margin-top: 24px;
}
.brand-special-heading span {
  display: inline-block;
}

.brand-special-heading span.text-check {
  padding-left: 10px;
}

.brand-content h2 {
  font-weight: 700;
  color: #3B4C62;
  margin-bottom: 20px;
}

.brand-content p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 16px;
}

h3.brand-special-heading {
  font-weight: 600;
}

.brand-wrapper-special img {
  max-width: 100%;
  padding-left: 24px;
}