/***************************************
* 1.0 Horizontal Cards
* 2.0 Vertical Page
* 3.0 Timeline
* 4.0 Slider
* 5.0 Deisng Specifically
* 6.0 Sub Hero Box
* 7.0 One System
* 8.0 Everything Connected
****************************************/

.cc-landing-page-cta .has-background > div {
    padding: 38px 58px !important;
    background-color: rgba(61,159,121,0.8) !important;
}

.cash-flow-advantage-section {
    background: white;
}
/***************************************
* 1.0 Horizontal Cards
****************************************/
/* =============================================
   Feedback Section Styles
   Matches the Carpet Court / Spenda design
   ============================================= */

/* Section wrapper */
.feedback-section {
    padding-top: 9px; /* there is also some top padding on the heading */
	padding-bottom: 140px;
    width: 100%;
    box-sizing: border-box;
}

/* Inner constrained container */
.feedback-section > .wp-block-group {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

/* Heading */
.feedback-section h2 {

    margin: 0 0 30px 0;
    letter-spacing: -0.5px;
}

/* Subheading paragraph */
.feedback-section > .wp-block-group > p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 40px 0;
    line-height: 1.2;
}

/* Card list container */
.horizontal-card-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Individual card */
.horizontal-card {
    border-radius: 20px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
    box-sizing: border-box;
    flex-wrap: nowrap;
	width: 100%;
}

/* Icon inside card */
.horizontal-card .wp-block-image {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    margin: 0;
}

.horizontal-card .wp-block-image img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}

/* Card text */
.horizontal-card p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    flex: 1;
	text-align: left;;
}

/* Footer tagline */
.feedback-section .wp-block-group > p:last-child,
.feedback-section p[class*="white"] {
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0 0 0;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 600px) {
    .feedback-section {
        padding: 48px 16px;
    }

    .horizontal-card {
        padding: 18px 20px;
        gap: 16px;
        flex-direction: column;
    }

    .horizontal-card .wp-block-image,
    .horizontal-card .wp-block-image img {
        width: 56px;
        height: 56px;
    }

    .horizontal-card p {
        font-size: 15px;
    }
}

/***************************************
* 2.0 Vertical Cards
****************************************/

.vertical-card-grid {
	flex-direction: row;
	align-items: stretch; 
    gap: 0;
    width: 100%;
    justify-content: space-around !important;

}

.vertical-card {
	width: 29%;
	padding-top: 40px !important;
	padding-right: 46px !important;
	padding-left: 46px !important;
	padding-bottom: 56px !important;
	margin-bottom: 2% !important;
    row-gap: 0px;
    
}

.vertical-card:nth-of-type(2)
, .vertical-card:nth-of-type(5)
{
	margin-left: 2%;
	margin-right: 2%;
}

.vertical-card figure {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 35px;
}

@media (max-width: 776px) {
    .vertical-card {
	    width: 100%;
        padding-top: 20px !important;
        padding-right: 23px !important;
        padding-left: 23px !important;
        padding-bottom: 28px !important;
        text-align: center;
    }

    .vertical-card:nth-of-type(2)
    , .vertical-card:nth-of-type(5)
    {
        margin-left: 0;
        margin-right: 0;
    }
}


/***************************************
* 3.0 Timeline
****************************************/
 /* ── Vertical stem from circle to dot ── */
.cc-timeline ol.landing-page-timeline li .stem {
    background: var(--step-bg);
  }

.cc-timeline  ol.landing-page-timeline li .dot {

    background: var(--step-bg);
  }


 .cc-timeline  ol.landing-page-timeline::before {
  background: var(--step-bg);
 }



 /***************************************
* 4.0 Slider
****************************************/
.cc-built-for-slider .cc-built-for-slide {
    padding-top: 21px;
    padding-bottom: 27px;
    height: 300px;
}

.cc-built-for-slider .cc-built-for-slide > div {
    max-width: 900px !important;
    margin-left: auto;
    margin-right: auto;
}

.cc-built-for-slider .cc-built-for-slide .is-layout-flex {
    display: flex !important;
    
}

.cc-built-for-slider .cc-built-for-slide .slide-title {
    font-size: 30px !important;
    margin-top: 24px;
}

.cc-built-for-slider .cc-built-for-slide .slide-subject {
    font-size: 28px !important;
    margin-bottom: 4px;
}

.cc-built-for-slider .cc-built-for-slide .slide-details {
    font-size: 18px !important;
    margin-top: 0px;
}

@media (max-width: 776px) {
    .cc-built-for-slider .cc-built-for-slide {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cc-built-for-slider .cc-built-for-slide .slide-title {
        font-size: 24px !important;
        margin-top: 18px;
    }
}

 /***************************************
* 5.0 Designed Specifically
****************************************/
.cc-deisgned-specifically ul {
    line-height: 1.2;
    margin-left: 20px;
}

.cc-deisgned-specifically ul li {
    max-width: 280px;
}

@media (max-width: 776px) {
    .cc-deisgned-specifically h2 {
        padding-top: 0px !important;
    }

    .cc-deisgned-specifically .wp-block-buttons {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
 }


/******************************************
* 6.0 Sub Hero Box
****************************************/
.sub-hero {
    margin-top: -80px
}

.sub-hero > div {
    width: 100%;
    max-width: 100%;
}

.sub-hero .sub-hero-top-row {
    padding-top: 40px;
    padding-bottom: 30px;
}

.sub-hero .benefits-row {
    border-top: 1px solid white;
    max-width: 100%;
    width: 100%;
}


.sub-hero .benefits-row .wp-block-column {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
    text-align: center;
    
}

.sub-hero .benefits-row > .wp-block-column:nth-of-type(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.sub-hero .benefits-row .benefit-header {
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 1.2;
}

/** force wrapping **/
.sub-hero .benefits-row .benefit-header.benefit-header-narrow {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .sub-hero .benefits-row .benefit-header.benefit-header-narrow {
     max-width: 100%;

    }
}

.sub-hero .benefits-row .benefit-description {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 0;
}

@media (max-width: 776px) {
    .sub-hero {
        margin-top: 0px
    }

    .sub-hero .benefits-row {
        row-gap: 0px !important;
    }

    .sub-hero .benefits-row .wp-block-column {
        padding: 30px;
    }

    .sub-hero .benefits-row .benefit-header.benefit-header-narrow {
     max-width: 100%;

    }
}

/*********************************
* 7.0 One System
****************************************/
@media (max-width: 776px) {
    #one-system .wp-block-columns {
        flex-direction: column-reverse;
    }


     #one-system .col-description h2 {
        padding-top: 0px !important;
     }
}

/*********************************
* 8.0 Everything Connected
****************************************/
.cc-everything-connected .col-text p {
    max-width: 400px;
}

.cc-everything-connected .col-img img {
    max-height: 190px !important;
    width: auto !important;
}

.cc-everything-connected .col-buttons .wp-block-button {
    width: 100%;
}

.cc-everything-connected .col-text {
    flex-basis: 48% !important;
}

.cc-everything-connected .col-img {
    flex-basis: 15% !important;
}

.cc-everything-connected .col-buttons {
    flex-basis: 30% !important;
}

@media (max-width: 776px) {
    .cc-everything-connected .col-img {
        display: none !important;
    }
}