
/* --------------- content_blocks : START --------------- */
.content_blocks_block .content_block {
    border-radius:15px;
    padding:23px;
    height:100%;
    font-size:16px;
    min-height:175px;
}

.content_blocks_block{
    margin-bottom:20px;
}
.content_blocks_block a{
    display:block;
    height:100%;
}

.content_blocks_block a:hover{
    color:inherit;
}
.content_blocks_block h3{
    font-weight:bold;
    font-size:18px;
}

.content_blocks_block table
{
    width:100%;

}
.content_blocks_block table .icon{
    width: 51px;
    text-align:center;
    font-size: 35px;
    padding-right: 22px;
}

.content_blocks_block .link-indicator {
    position:absolute;
    bottom:0;
    right:0;
    padding:5px 13px;
    font-size:20px;
    border-radius:15px 0;
}
.content_blocks_block a:hover .content_block{
    /*background:#ffffff33;*/
    box-shadow:0 0 10px rgba(0,0,0,.2)

}

.content_block a{
    color:inherit;;
}

@media(max-width:500px){


    .content_blocks_block .content_block {
        padding:15px;
    }


    .content_blocks_block table .icon{
        width: 50px;
        font-size: 25px;
        padding-right: 15px;
    }

}
/* --------------- content_blocks : END --------------- */


/* --------------- custom_home_photo_collage : START --------------- */
.module-home-photo-collage .row.fixed-height {
    max-height: 560px;
    height: 100%;
    --bs-gutter-y:1em;
}

.module-home-photo-collage .left-col {
    max-height: 560px;
    overflow: hidden;
    position: relative;
}

.module-home-photo-collage .left-col-gradient
{
    width:CALC(100% - 16px);
    height:280px;
    background:url(/theme/assets/img/home-collage-left-gradient.png) top repeat-x;
    position:absolute;
    top:0;
}

/*.module-home-photo-collage-left-gradient{*/
/*}*/


.module-home-photo-collage .left-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border:1px solid var(--color-secondary-1);
}

.module-home-photo-collage .right-col {
    max-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--bs-gutter-y, 1.5rem);
}

.module-home-photo-collage .top-block,
.module-home-photo-collage .bottom-block {
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid var(--color-secondary-1);
}

.module-home-photo-collage .top-block img,
.module-home-photo-collage .bottom-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-home-photo-collage .top-block {
    flex: 0 0 57%;
    position: relative;
}

.module-home-photo-collage .bottom-block {
    flex: 0 0 38%;
    position: relative;
}

.module-home-photo-collage .left-col-text{
    position: absolute;
    top:22px;
    width:100%;
    text-align: center;
    color:white;
}

.module-home-photo-collage .right-top-text{
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 56%;
    left: 22px;
}

.module-home-photo-collage .right-bottom-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Needed for vertical centering */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2; /* Ensure it sits above the overlay */
}

.module-home-photo-collage .bottom-block-gray-overlay{
    background:rgba(95, 88, 80, 0.77);
    position:absolute;
    top:0;
    width:100%;
    height:100%;
}

@media (max-width: 767.98px) {
    .module-home-photo-collage .row.fixed-height {
        max-height: none;
        height: auto;
        flex-direction: column;
    }

    .module-home-photo-collage .right-col {
        max-height: none;
        gap: 1.5rem;
    }

    .module-home-photo-collage .top-block,
    .module-home-photo-collage .bottom-block {
        flex: none;
        height: auto;
    }
}

/* --------------- custom_home_photo_collage : END --------------- */


/* --------------- custom_home_pillows_callout : START --------------- */
.custom_home_pillows_callout_content img{
    border:1px solid var(--color-secondary-1);
}
/* --------------- custom_home_pillows_callout : END --------------- */


/* --------------- headline_column_paragraphs : START --------------- */
.module-headline-column-paragraphs .table-custom tr td{
    border:none;
    border-left:1px dotted #ccc;
    padding:20px;
}
.module-headline-column-paragraphs  .table-custom tr td:first-child
{
    border:none;
}
.module-headline-column-paragraphs .table-custom tr:nth-child(even){
    border-radius:10px;
}

.module-headline-column-paragraphs .table-custom tr:nth-child(even) td{
    background:#fff;
}
.module-headline-column-paragraphs .table-custom tr:nth-child(even) td:first-child{
    border-top-left-radius:30px;
    border-bottom-left-radius:30px;

}
.module-headline-column-paragraphs .table-custom tr:nth-child(even) td:last-child{
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;

}

/* --------------- headline_column_paragraphs : END --------------- */


/* --------------- pricing : START --------------- */
.pricing-table-card {
    overflow: hidden;
}

.pricing-table-card.module_pricing_table_w_button {
    padding-bottom: 70px !important;
}

.pricing-table-ribbon {
    display: block;
    position: absolute;
    font-weight: 700;
    top: 28px;
    right: -61px;
    width: 200px;
    text-align: center;
    transform: rotate(45deg);
    /* color: white; */
    /* background-color: red; */
    z-index: 500;
}

.pricing-table-card.card-extended {
    top: -20px;
    height: CALC(100% + 40px) !important;
}

.module-pricing-table-icon {
    text-align: center;
    font-size: 60px;
}

.module_pricing_table_image {
    text-align: center;
}

.module_pricing_table_image img {
    width: 100px;
    margin: auto;
}

@media(max-width: 575px) {
    .pricing-column {
        margin-top:10px;
        margin-bottom: 10px;
    }

    .pricing-table-card.card-extended {
        top: 0;
        height: 100% !important;
    }
}

.module_pricing_table_button_container {
    position: absolute;
    bottom: 20px;
    width: CALC(100% - 40px);
}

/* --------------- pricing : END --------------- */


/* --------------- tabs : START --------------- */
.tab-module-tabs .nav-link{
    background-color:var(--color-white) !important;
    border: 1px solid var(--color-primary);
}
.tab-module-tabs .nav-link.active{
    background-color:var(--color-primary) !important;
    border:none;
    color:#fff;
}

.tabs-left-nav
{
    border-right:1px solid var(--color-primary);
    padding-right:0;
}

.tabs-left-nav .nav-link{
    border-radius: var(--bs-nav-tabs-border-radius) 0 0 var(--bs-nav-tabs-border-radius);
}









/* --------------- tabs : END --------------- */


/* --------------- testimonials : START --------------- */
.testimonial-quote-start, .testimonial-quote-end {
    width: 60px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    float: left;
}

.testimonial-body {
    width: 100%;
    display: inline-block;
    float: left;
}

.testimonial-body.testimonial-body-with-quote {
    width: calc(100% - 120px)
}

.testimonial-image-container {
    width: 80px;
    display: inline-block;
}

.testimonial-by-container.testimonial-by-with-image {
    width: CALC(100% - 100px);
    display: inline-block;
    padding: 0 20px;
}

.testimonial-image-position-top img {
    max-width: 200px;
    margin: auto;
}

/* --------------- testimonials : END --------------- */

