/*
Theme Name: Bagels
Description: Specific styles of the theme relative ti this website.
*/

/* Theme elements */
/* Main section */
.fce-section .fce-s-content-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
/* Main section */

/* Columnar section */
.bagels-col-wrapper .fc-c-column:last-child{
    margin-right: 0;
}

.bagels-col-wrapper a.fc-c-column:focus{
    opacity: 0.9;
}

@media (min-width: 992px){
    .bagels-col-wrapper .fc-c-column{
        width: 100%;
    }

    .bagels-col-wrapper.desktop-cols-1 .fc-c-column{
        margin-right: 0;
    }

    .bagels-col-wrapper a.fc-c-column:hover{
        opacity: 0.9;
    }

    /* .bagels-col-wrapper.col-count-2 .fc-c-column,
    .bagels-col-wrapper.desktop-cols-2 .fc-c-column{
        width: 50%;
        max-width: 50%;
    }

    .bagels-col-wrapper.col-count-3 .fc-c-column,
    .bagels-col-wrapper.desktop-cols-3 .fc-c-column {
        width: calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .bagels-col-wrapper.col-count-4 .fc-c-column,
    .bagels-col-wrapper.desktop-cols-4 .fc-c-column {
        width: 25%;
        max-width: 25%;
    } */

    .bagels-col-wrapper .bcw-1 {
        display: flex;
    }
    
    .bagels-col-wrapper.align-center .bcw-1 {
        align-items: center;
    }
}

@media (max-width: 1439px) {
    /* .bagels-col-wrapper .fc-c-column{
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */
}

@media (max-width: 991px){
    .bagels-col-wrapper .bcw-1{
        display: flex;
        /* margin-bottom: -50px; */
    }

    .bagels-col-wrapper a.fc-c-column:active{
        opacity: 0.9;
    }
    
    .bagels-col-wrapper.switch-sides{
        display: flex;
        flex-direction: column-reverse;
    }

    /* .bagels-col-wrapper .fc-c-column {
        margin-bottom: 50px;
    }

    .bagels-col-wrapper .fc-c-column:not(:first-child) {
        margin-top: 30px !important;
    } */
}

@media (max-width: 499px){
    .bagels-col-wrapper .bcw-1{
        /* margin-bottom: var(--spc-xl-neg); */
    }

    /* .bagels-col-wrapper .fc-c-column {
        margin-bottom: var(--spc-xl);
    } */

    .bagels-col-wrapper .fc-c-column {
        width: 100%;
    }

    /* .bagels-col-wrapper.mobile-cols-2 .fc-c-column {
        width: 50%;
    } */

    .bagels-col-wrapper.mobile-cols-1 .fc-c-column{
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bagels-col-wrapper .fc-c-column:first-child{
        /* padding-right: 40px !important; */
    }

    .bagels-col-wrapper .fc-c-column:last-child{
        /* padding-left: 40px !important; */
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .bagels-col-wrapper .fc-c-column {
        width: 100%;
    }

    .bagels-col-wrapper.tab-cols-1 .fc-c-column{
        margin-right: 0;
    }

    /* .bagels-col-wrapper.tab-cols-4 .fc-c-column {
        width: 25%;
    }

    .bagels-col-wrapper.tab-cols-3 .fc-c-column {
        width: calc( 100% / 3 );
    }

    .bagels-col-wrapper.tab-cols-2 .fc-c-column {
        width: 50%;
    } */
}
/* Columnar section */

/* Columnar section lite */
.bcw-lite .bcwl-image {
    margin-bottom: 15px;
}

.bcw-lite .bcwl-heading {
    margin-bottom: 10px;
}

.bcw-lite .bcwl-text-area,
.bcw-lite .bcwl-simple-text {
    margin-bottom: 10px;
}

.bcw-lite .fc-c-column > *:last-child{
    margin-bottom: 0;
}
/* Columnar section lite */

/* Sub columns */
.fce-sub-cols .fce-sc-c-heading {
    margin-bottom: 14px;
}

@media (min-width: 500px) {
    .fce-sub-cols .fce-sc-column:first-child{
        margin-right: 40px;
    }
}

@media (min-width: 992px) {
    .fce-sub-cols .fce-sc-column:first-child{
        margin-right: 20px;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .fce-sub-cols .bcw-1 {
        display: flex;
    }

    /* .bagels-col-wrapper.fce-sub-cols .fc-c-column {
        margin-top: 0px !important;
    } */
}

@media (max-width: 499px) {
    .bagels-col-wrapper.fce-sub-cols .bcw-1{
        /* margin-bottom: 50px; */
    }
}
/* Sub columns */


/* Background image box */
/* Theme elements */

/* Flexible content */
.fce-full-width{
margin-left: calc( ( 100vw - 100% ) / -2 );
margin-right: calc( ( 100vw - 100% ) / -2 );
width: 100vw;
}

@media (min-width: 992px) {
.fce-full-width-lg{
    margin-left: calc( ( 100vw - 100% ) / -2 );
    margin-right: calc( ( 100vw - 100% ) / -2 );
    width: 100vw;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.fce-full-width-ipad-land{
    margin-left: calc( ( 100vw - 100% ) / -2 );
    margin-right: calc( ( 100vw - 100% ) / -2 );
    width: 100vw;
}
}

@media (min-width: 1920px) {
.fce-full-width{
    margin-left: calc( ( 1920px - 100% ) / -2 );
    margin-right: calc( ( 1920px - 100% ) / -2 );
}
}

@media (min-width: 500px) and (max-width: 991px) {
.fce-full-width-ipad{
    margin-left: calc( ( 100vw - 100% ) / -2 );
    margin-right: calc( ( 100vw - 100% ) / -2 );
    width: 100vw;
}
}

@media (max-width: 499px) {
.fce-full-width-mobile{
    margin-left: calc( ( 100vw - 100% ) / -2 );
    margin-right: calc( ( 100vw - 100% ) / -2 );
    width: 100vw;
}
}

/* Text area */
.fce-text-area{
    display: flex;
}

.fce-text-area.left{
    text-align: left;
    /* justify-content: flex-start; */
}

.fce-text-area.center{
    text-align: center;
    /* justify-content: center; */
}

.fce-text-area.right{
    text-align: right;
    /* justify-content: flex-end; */
}

@media (min-width: 500px) {
    /* .fce-text-area.ws-middle{
        display: flex;
        justify-content: center;
    } */
}
/* Text area */

/* Simple text line */
.fce-simple-text{
    /* display: flex; */
}

.fce-simple-text.left{
    text-align: left;
    /* justify-content: flex-start; */
}

.fce-simple-text.center{
    text-align: center;
    /* justify-content: center; */
}

.fce-simple-text.right{
    text-align: right;
    /* justify-content: flex-end; */
}

@media (min-width: 500px) {
    .fce-simple-text.ws-middle{
        display: flex;
        justify-content: center;
    }
}
/* Simple text line */

/* Heading */
.fce-title .sub-title{
    margin-bottom: 2px;
    font-family: var(--body-font-family);
    font-weight: normal;
}
/* Heading */



/* Company boxes */
.fce-common-slider{
    position: relative;
}

.fce-common-slider .fce-cb-1.overflow-right .owl-stage-outer{
    /* padding: 7px;
    margin: -7px;
    margin-right: 0; */
    overflow: visible;
}

/* .fce-common-slider .fce-cb-1.slides-more-than-2 .owl-stage-outer {
    padding-top: 64px;
} */

.fce-common-slider .fce-cb-1 .owl-dots{
    justify-content: center;
    display: flex;
    margin-top: 24px;
}

.fce-common-slider .fce-cb-1 .owl-dots.disabled{
    margin-top: 0;
    display: none;
}

@media (min-width: 768px) {
    .fce-common-slider .fce-cb-left-blocker{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: var(--bagels-pg-margin-cont);
        left: var(--bagels-pg-margin-cont-negated);
        z-index: 2;
    }
}

@media (min-width: 1200px) {
    /* .fce-common-slider .fce-cb-1.slides-more-than-1 .owl-stage-outer {
        padding-top: 64px;
    } */
}

@media (max-width: 1199px) {
    .fce-common-slider .bagels-company-box .bcb-link{
        flex-direction: column;
    }

    .fce-common-slider .bagels-company-box .bcb-l-img{
        height: 310px;
    }

    .fce-common-slider .bagels-company-box .bcb-l-text {
        padding: 40px 35px 35px;
    }
}

@media (max-width: 499px) {
    .fce-common-slider .bagels-company-box .bcb-link{
        /* width: 86vw; */
        width: 89vw;
    }

    .fce-common-slider .bagels-company-box .bcb-l-img {
        height: 240px;
    }

    .fce-common-slider .bagels-company-box .bcb-l-text {
        padding: 30px 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fce-common-slider .bagels-company-box .bcb-l-img {
        height: 290px;
    }

    .fce-common-slider .bagels-company-box .bcb-l-text{
        min-height: 390px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fce-common-slider .bagels-company-box .bcb-l-t-title .bagels-heading .bh-1{
        font-size: 36px;
        line-height: 47px;
    }

    .fce-common-slider .bagels-company-box .bcb-l-t-company .bagels-heading .bh-1{
        font-size: 16px;
        line-height: 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fce-common-slider .bagels-company-box .bcb-l-img {
        height: 380px;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .fce-common-slider .bagels-company-box .bcb-link {
        width: 85vw;
    }

    .fce-common-slider .bagels-company-box .bcb-l-text {
        min-height: 450px;
    }
}

/* @media (max-width: 499px) {
    .fce-common-slider .fce-cb-1.slides-more-than-1 .owl-stage-outer {
        padding-top: 51px;
    }
} */
/* Company boxes */

/* Page navigation */
.fce-page-nav ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.fce-page-nav ul li.fce-pn-l-item{
    display: block;
    margin-bottom: 0;
}
.fce-page-nav ul li.fce-pn-l-item a{
    display: block;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.fce-page-nav.light ul li.fce-pn-l-item a{
    border-bottom-color: #3b3b3b;
}
.fce-page-nav ul li.fce-pn-l-item.active a{
    color: var(--links-hover-color);
}
.fce-page-nav ul li.fce-pn-l-item.fce-pn-li-dropdown > a{
    font-weight: 600;
}
.fce-page-nav ul li.fce-pn-l-item a .fce-pn-li-toggle-icon{
    display: inline-block;
    width: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    text-align: right;
}
.fce-page-nav .fce-pn-li-dropdown-menu{
    display: none;
}
.fce-page-nav .fce-pn-li-dropdown .fce-pn-li-toggle-icon i{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fce-page-nav .fce-pn-li-dropdown.open .fce-pn-li-toggle-icon i{
    transform: rotate(180deg);
}



@media (min-width: 1200px) {
    .fce-common-slider-1.circle-img .bcb-l-img{
        padding: 50px 0 45px 45px;
        min-width: 454px;
        justify-content: flex-end;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fce-common-slider-1.circle-img .bagels-company-box .bcb-link.switch-boxes .bcb-l-img{
        padding-right: 45px;
        padding-left: 0;
    }

    .fce-common-slider-1.circle-img .bcb-1{
        width: 400px;
        height: 400px;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
    }

    .fce-common-slider-1.circle-img .bcb-l-text{
        min-height: auto;
    }
}

@media (min-width: 1366px) {
    .fce-common-slider-1.circle-img .bcb-l-img{
        padding: 54px 0 54px 54px;
    }

    .fce-common-slider-1.circle-img .bagels-company-box .bcb-link.switch-boxes .bcb-l-img{
        padding-right: 54px;
        padding-left: 0;
    }
}


/* Section image */
@media (min-width: 1366px) and (max-width: 1439px) and (max-height: 700px) and (orientation: landscape) {
    .fce-img .fce-i-1{
        max-height: 610px;
    }
}
/* Section image */

/* Background image */
.fce-img-bg-0{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/* Background image */

/* Success stories logo slider */
.fce-success-story-slider img.fce-ss-iw-l-img{
    width: auto;
    max-height: 48px;
}

.fce-success-story-slider .fce-ss-1 .owl-stage-outer {
    padding: 10px;
}

@media (min-width: 992px) {
    .fce-success-story-slider .fce-ss-iw-1:focus .fce-ss-iw-l-img,
    .fce-success-story-slider .fce-ss-iw-1:hover .fce-ss-iw-l-img{
        transform: scale(1.1);
    }
}

@media (max-width: 991px) {
    .fce-success-story-slider .fce-ss-iw-1:active .fce-ss-iw-l-img{
        transform: scale(1.1);
    }
}
/* Success stories logo slider */

/* Wysiwyg element */
.fce-wysiwyg ul{
    padding-left: 20px;
}

.fce-wysiwyg a:hover,
.fce-wysiwyg a:active,
.fce-wysiwyg a:focus,
.fce-wysiwyg a {
    text-decoration: underline;
}

.fce-wysiwyg a {
    font-weight: 700;
}

.fce-wysiwyg li > ul,
.fce-wysiwyg li > ol{
    margin-top: 10px;
}

.fce-wysiwyg ul > li,
.fce-wysiwyg ol > li {
    margin-bottom: 10px;
}

.fce-wysiwyg h1,
.fce-wysiwyg h2,
.fce-wysiwyg h3{
    margin-bottom: 30px;
}

.fce-wysiwyg h4,
.fce-wysiwyg h5,
.fce-wysiwyg h6{
    margin-bottom: 20px;
}

@media (max-width: 499px) {
    .fce-wysiwyg h1,
    .fce-wysiwyg h2,
    .fce-wysiwyg h3{
        margin-bottom: 20px;
    }

    .fce-wysiwyg h4,
    .fce-wysiwyg h5,
    .fce-wysiwyg h6{
        margin-bottom: 15px;
    }
}
/* Wysiwyg element */

/* Image slider */
.fce-image-slider .fce-is-link:focus .fce-is-l-img{
    transform: scale(1.05);
}

.fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
    padding-top: 64px;
}

.fce-image-slider .fce-is-link {
    height: 485px;
    width: 100%;
}

@media (min-width: 992px) {
    .fce-image-slider .fce-is-link:hover .fce-is-l-img{
        transform: scale(1.05);
    }
}

@media (max-width: 991px) {
    .fce-image-slider .fce-is-link:active .fce-is-l-img{
        transform: scale(1.05);
    }

    .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
        padding-top: 0px;
        /* padding-bottom: 65px; */
        padding-bottom: 75px;
    }

    .fce-image-slider .fce-is-2 .owl-nav > button{
        /* bottom: 0; */
        bottom: 7px;
    }

    .fce-image-slider .fce-is-link {
        height: 410px;
    }
}

@media (max-width: 767px) {
    .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
        padding-top: 0;
    }
}

@media (max-width: 499px) {
    .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer{
        padding-bottom: 65px;
    }

    .fce-image-slider .fce-is-link {
        height: 230px;
    }
}
/* Image slider */



/* Custom lists */
.fce-custom-list-element .fce-cle-list{
    margin-bottom: -4px;
    padding-left: 20px;
}

.fce-custom-list-element.has-icon-alt .fce-cle-list{
    padding-left: 0;
}


.fce-custom-list-element .fce-cle-l-item{
    margin-bottom: 10px;
}

.fce-custom-list-element.has-icon .fce-cle-l-item{
    list-style: none;
}

.fce-custom-list-element.has-icon-alt .fce-cle-l-item::marker{
    content: '';
}

.fce-custom-list-element.has-icon .fce-cle-l-item{
    padding-left: 0px;
    display: flex;
    align-items: baseline;
}

.fce-custom-list-element .fce-cle-l-i-img {
    width: 16px;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

/* Font Awesome icon support for custom list */
.fce-custom-list-element .fce-cle-l-i-fa {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.fce-custom-list-element .fce-cle-l-i-link {
    text-decoration: underline;
}

.fce-custom-list-element .fce-cle-l-i-link:focus{
    color: var(--bagels-bright_color_a_600);   
}

.fce-custom-list-element.light .fce-cle-l-i-link:focus{
    color: var(--bagels-neutral_200);
}

.fce-custom-list-element.light-grey .fce-cle-l-i-link:focus{
    color: var(--bagels-neutral_400);
}

.fce-custom-list-element.dark-grey .fce-cle-l-i-link:focus{
    color: var(--bagels-neutral_600);
}

.fce-custom-list-element.has-icon .fce-cle-l-item::marker {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fce-custom-list-element.li-check .fce-cle-l-item::marker {
    content: '\f00c';
}

.fce-custom-list-element.li-page-dog-eared .fce-cle-l-item::marker {
    content: '\f15b';
}

.fce-custom-list-element a.fce-cle-l-item:hover::marker,
.fce-custom-list-element .fce-cle-l-i-link:hover {
    color: var(--bagels-bright_color_a_600);
}

.fce-custom-list-element.light .fce-cle-l-i-link:hover{
    color: var(--bagels-neutral_200);
}

.fce-custom-list-element.light-grey .fce-cle-l-i-link:hover{
    color: var(--bagels-neutral_400);
}

.fce-custom-list-element.dark-grey .fce-cle-l-i-link:hover{
    color: var(--bagels-neutral_600);
}

@media (min-width: 992px) {

    /* .fce-custom-list-element .fce-cle-l-item:hover .fce-cle-l-i-img {
        filter: invert(10%) sepia(62%) saturate(6692%) hue-rotate(245deg) brightness(73%) contrast(102%);
    } */
}

@media (max-width: 991px) {
    .fce-custom-list-element .fce-cle-l-item:active::marker,
    .fce-custom-list-element .fce-cle-l-i-link:active {
        color: var(--bagels-bright_color_a_600);
    }

    .fce-custom-list-element.light .fce-cle-l-i-link:active{
        color: var(--bagels-neutral_200);
    }

    .fce-custom-list-element.light-grey .fce-cle-l-i-link:active{
        color: var(--bagels-neutral_400);
    }

    .fce-custom-list-element.dark-grey .fce-cle-l-i-link:active{
        color: var(--bagels-neutral_600);
    }

    /* .fce-custom-list-element .fce-cle-l-item:active .fce-cle-l-i-img {
        filter: invert(10%) sepia(62%) saturate(6692%) hue-rotate(245deg) brightness(73%) contrast(102%);
    } */
}
/* Custom lists */

/* Background image boxes */
.fce-bg-i-post-boxes .fce-bg-i-pb-og{
    margin-bottom: var(--spc-2xl-neg);
}

.fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
    margin-bottom: var(--spc-2xl);
}

.fce-bg-i-post-boxes.stretched .bagels-i-bg-box-single .b-i-bg-bs-1{
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .fce-bg-i-post-boxes .fce-bg-i-pb-og {
        margin-bottom: var(--spc-xl-neg);
    }

    .fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
        margin-bottom: var(--spc-xl);
    }
}

@media (max-width: 991px) {
    .fce-bg-i-post-boxes .fce-bg-i-pb-og {
        margin-bottom: var(--spc-lg-neg);
    }

    .fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
        margin-bottom: var(--spc-lg);
    }

    /* .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile .owl-stage-outer{
        overflow: visible;
    } */

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
        min-height: auto;
    }

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single .b-i-bg-bs-1{
        min-height: 380px;
    }

    /* .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-2 .owl-stage-outer{
        padding-bottom: 65px;
    } */

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile .owl-nav > button{
        bottom: 0;
    }
}

@media (max-width: 499px) {
    .fce-bg-i-post-boxes .fce-bg-i-pb-og {
        margin-bottom: var(--spc-xl-neg);
    }
    
    /* .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
        width: 86vw;
    } */

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-2 .owl-stage-outer,
    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-1 .owl-stage-outer{
        padding-bottom: 10px;
    }
}
/* Background image boxes */

/* Post date */
.fce-post-date .fce-pd-2.left{
    text-align: left;
}

.fce-post-date .fce-pd-2.center{
    text-align: center;
}

.fce-post-date .fce-pd-2.right{
    text-align: right;
}
/* Post date */

/* Video box */
.fce-vid-box:hover .section-overlay{
    opacity: 0.3 !important;
}
/* Video box */



/* Element separator */
.fc-e-element-separator .fc-e-es-1{
    height: 1px;
}
/* Element separator */

/* Customer organizations */
.fce-cust-orgs .fce-co-tabs{
    border-bottom: 1px solid var(--bagels-neutral_100);
}

.fce-cust-orgs.light .fce-co-tabs{
    border-bottom: 1px solid var(--bagels-neutral_500);
}

.fce-cust-orgs .fce-co-content{
    margin-top: 64px;
}

.fce-cust-orgs .fce-co-c-2,
.fce-cust-orgs .fce-co-c-r2-co{
    width: calc( 50% - ( 64px / 2 ) );
}

.fce-cust-orgs .fce-co-c-left,
.fce-cust-orgs .fce-co-c-r2-col-left,
.fce-cust-orgs .fce-co-c-r3-col-left{
    margin-right: 64px;
}

.fce-cust-orgs .fce-co-c-l-t-sub{
    margin-bottom: 1px;
}

.fce-cust-orgs .fce-co-c-l-descr{
    margin-top: 29px;
}

.fce-cust-orgs .fce-co-c-l-buttons{
    margin-top: 45px;
}

.fce-cust-orgs .fce-co-c-l-b-1 {
    margin-right: 18px;
    margin-bottom: 18px;
}

.fce-cust-orgs .fce-co-c-l-b-1:last-child {
    margin-right: 0;
}

.fce-cust-orgs .fce-co-c-r-image{
    height: 508px;
}


.fce-cust-orgs .fce-co-c-left.no-image {
    text-align: center;
    margin-right: 0;
    padding: 0;
    width: 100%;
}

.fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-buttons{
    justify-content: center;
}

.fce-cust-orgs .fce-co-c-descr,
.fce-cust-orgs .fce-co-c-r-descr{
    margin-top: 35px;
}

.fce-cust-orgs .fce-co-c-row-2 {
    margin-top: 53px;
}

.fce-editor-table-basic{
    border-collapse: collapse;
    border: none;
    width: 100%;
}
.fce-editor-table-basic th,
.fce-editor-table-basic td{
    padding-right: 20px;
}

@media (min-width: 500px) {
    .fce-cust-orgs .fce-co-c-1 > .fce-co-c-right{
        display: block;
    }

    .fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-descr,
    .fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-title {
        max-width: 655px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .fce-cust-orgs .fce-co-c-left,
    .fce-cust-orgs .fce-co-c-r2-col-left,
    .fce-cust-orgs .fce-co-c-r3-col-left{
        padding-left: 64px;
    }
}

@media (min-width: 1200px) {
    .fce-cust-orgs .fce-co-c-left,
    .fce-cust-orgs .fce-co-c-r2-col-left,
    .fce-cust-orgs .fce-co-c-r3-col-left{
        padding-right: 15px;
    }
}

@media (max-width: 1439px) {
    .fce-cust-orgs .fce-co-c-r-image {
        height: 424px;
    }
}

@media (max-width: 1199px) {
    .fce-cust-orgs .fce-co-c-r-image {
        height: 338px;
    }
}

@media (max-width: 991px) {
    .fce-cust-orgs .fce-co-c-left,
    .fce-cust-orgs .fce-co-c-r2-col-left,
    .fce-cust-orgs .fce-co-c-r3-col-left{
        margin-right: 35px;
    }

    .fce-cust-orgs .fce-co-c-2,
    .fce-cust-orgs .fce-co-c-r2-co {
        width: calc( 50% - ( 35px / 2 ) );
    }

    .fce-cust-orgs .fce-co-c-r-image {
        height: 270px;
    }

    .fce-cust-orgs .fce-co-c-l-descr {
        margin-top: 23px;
    }

    .fce-cust-orgs .fce-co-c-l-buttons{
        margin-top: 30px;
    }
}

@media (max-width: 499px) {
    .fce-cust-orgs .fce-co-content {
        margin-top: 54px;
    }

    .fce-cust-orgs .fce-co-c-left > .fce-co-c-right{
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .fce-cust-orgs .fce-co-c-1-1{
        flex-direction: column;
    }

    .fce-cust-orgs .fce-co-c-right {
        margin-top: 30px;
    }

    .fce-cust-orgs .fce-co-c-2,
    .fce-cust-orgs .fce-co-c-r2-co {
        width: 100%;
    }
    
    .fce-cust-orgs .fce-co-c-left,
    .fce-cust-orgs .fce-co-c-r2-col-left,
    .fce-cust-orgs .fce-co-c-r3-col-left,
    .fce-cust-orgs .fce-co-c-r2-col-right {
        margin-right: 0;
        text-align: center;
    }

    .fce-cust-orgs .fce-co-c-l-buttons{
        justify-content: center;
    }

    .fce-cust-orgs .fce-co-c-r-image {
        height: 273px;
    }

    .fce-cust-orgs .fce-co-c-l-buttons {
        margin-bottom: -13px;
    }

    .fce-cust-orgs .fce-co-c-descr{
        margin-top: 30px;
    }

    .fce-cust-orgs .fce-co-c-row-2 {
        margin-top: 35px;
        display: block;
    }

    .fce-cust-orgs .fce-co-c-r2-col-right {
        margin-top: 22px;
    }

    .fce-cust-orgs .fce-co-c-row-3{
        justify-content: center;
    }

    .fce-editor-table-basic tr{
        display: flex;
        flex-wrap: wrap;
    }
    .fce-editor-table-basic th,
    .fce-editor-table-basic td{
        width: 33.333%;
        padding-bottom: 15px;
    }
}

@supports ( aspect-ratio: 19/15 ) {
    .fce-cust-orgs .fce-co-c-r-image{
        height: auto;
        aspect-ratio: 19 / 15;
    }
}
/* Customer organizations */
/* Flexible content */

/* Sections */
/* Service title section */

.service-title-section .sts-col-2 {
    min-width: 45%;
}

.service-title-section .sts-image {
    max-width: 100%;
}

.service-title-section.sub-service .sts-1{
    position: relative;
}

.service-title-section.sub-service .sts-2{
    min-height: 416px;
}

.service-title-section.sub-service .sts-image {
    /* max-width: 595px; */
    max-width: 535px;
    width: 535px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
}

/* {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center;
} */

.service-title-section .sts-description{
    margin-top: 24px;
}

@media (min-width: 992px) {
    .service-title-section .sts-col-1{
        margin-right: var(--spc-3xl);
        /* padding-top: var(--spc-3xl); */
        /* padding-bottom: var(--spc-3xl); */
        padding-top: 85px;
        padding-bottom: 85px;
        min-width: calc( 100% - 45% - var(--spc-3xl) );
    }
}

@media (max-width: 1199px) {
    .service-title-section.sub-service .sts-image{
        max-width: 465px;
    }
}

@media (max-width: 991px) {
    .service-title-section{
        padding-top: 90px;
        padding-bottom: 80px;
        min-height: 57vh;
    }

    /* .service-title-section.child-service {
        padding-top: 0;
        justify-content: flex-start;
    } */
    
    .service-title-section.no-graphics,
    .service-title-section.sub-service{
        min-height: auto;
        padding-top: 0;
        justify-content: flex-start;
    }

    .service-title-section .sts-col-1 {
        margin-top: 55px;
    }
    
    .service-title-section.sub-service .sts-col-1 {
        margin-top: 35px;
    }

    .service-title-section.sub-service .sts-col-1:first-child:last-child {
        margin-top: 75px;
    }

    .service-title-section.main-service .sts-col-1:first-child:last-child {
        margin-top: 0;
    }

    .service-title-section .sts-2{
        flex-direction: column-reverse;
    }

    .service-title-section.sub-service .sts-2{
        align-items: flex-end;
        justify-content: flex-end;
    }

    .service-title-section .sts-image {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .service-title-section.sub-service .sts-image{
        position: static;
    }

    .service-title-section.no-graphics .sts-2{
        min-height: auto;
    }
}

@media (max-width: 499px) {
    .service-title-section{
        padding-top: var(--spc-3xl);
        padding-bottom: var(--spc-2xl);
    }

    .service-title-section .sts-col-1 {
        margin-top: var(--spc-xl);
    }

    .service-title-section .sts-description {
        margin-top: var(--spc-md);
    }

    .service-title-section .sts-image{
        max-width: 100%;
    }

    .service-title-section.sub-service .sts-col-2{
        max-width: 100%;
    }

    .service-title-section.sub-service .sts-image{
        max-width: none;
        max-width: 100%;
        right: 35px;
    }

    body.serv-title-sect-has-alt-img .service-title-section.sub-service .sts-image{
        max-width: 360px;
    }

    .service-title-section.sub-service .sts-2 {
        min-height: auto;
    }
}
/* Service title section */



/* ========================================
   Courses Archive Grid Styles
   ======================================== */

/* Remove padding from page container for courses archive page */
.pg-courses.page-container {
    padding-top: 0;
    padding-bottom: 0;
}

.courses-archive-grid {
    padding: 60px 0;
}

.courses-archive-grid .cag-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0;
}

/* Course Card */
.courses-archive-grid .cag-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

/* Course Image Section with Title Overlay */
.courses-archive-grid .cag-image-section {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 30px 20px;
    overflow: hidden;
}

.courses-archive-grid .cag-image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

/* Hover zoom effect on image using pseudo-element */
.courses-archive-grid .cag-card:hover .cag-image-section::before {
    transform: scale(1.1);
}

.courses-archive-grid .cag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

/* Title Link - Makes entire title clickable */
.courses-archive-grid .cag-title-link {
    position: relative;
    z-index: 2;
    text-decoration: none;
    display: block;
    width: 100%;
}

.courses-archive-grid .cag-title-link:hover {
    text-decoration: none;
}

.courses-archive-grid .cag-title {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    text-align: center;
}

/* Title hover effect */
.courses-archive-grid .cag-title-link:hover .cag-title {
    transform: translateY(-2px);
}

/* Course Info Section */
.courses-archive-grid .cag-info-section {
    background-color: rgb(255, 255, 255);
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.courses-archive-grid .cag-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0a0a0a;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.courses-archive-grid .cag-info-item i {
    color: #020202;
    font-size: 16px;
    width: 20px;
    flex-shrink: 0;
}

/* Button Section */
.courses-archive-grid .cag-button-section {
    background-color: rgb(255, 255, 255);
    padding: 0 20px 25px 20px;
}

.courses-archive-grid .cag-button {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #0c0c0c;
    border: 1px solid #0a0a0a;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
    
}

.courses-archive-grid .cag-button:hover {
    background-color: rgba(0, 128, 255, 1);
    color: #FFFFFF;
    border-color: rgba(0, 128, 255, 1);
    text-decoration: none;
}

/* Responsive - Tablets */
@media (max-width: 991px) {
    .courses-archive-grid .cag-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .courses-archive-grid {
        padding: 40px 0;
    }

    .courses-archive-grid .cag-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .courses-archive-grid .cag-image-section {
        height: 220px;
    }

    .courses-archive-grid .cag-title {
        font-size: 22px;
    }
}

/* ============================================
   REGISTRATION FORM STYLES - CONTACT FORM 7
   Based on "register now.png" design
   ============================================ */

/* Form Section - Outer wrapper */
.cags-register-form-section {
    width: 100%;
    padding: 20px 0 0;
    background-color: transparent;
}

/* Form Container - Uses bagels-container for responsive widths */
.cags-register-form-section .bagels-container {
    margin: 0 auto;
}

/* Form Wrapper - Inner form container */
.cags-register-form-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* Remove auto-added border radius from contact form */
.cags-register-form-wrapper.b-br-8,
.cags-register-form-section .b-br-8,
.fce-contact-form.b-br-8 {
    border-radius: 0;
}


/* Form Row - 2 Column Layout */
.register-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 25px;
    align-items: start;
}

/* Single Column in Row */
.register-form-col {
    display: flex;
    flex-direction: column;
}

/* Full Width Column */
.register-form-col-full {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
}

/* Form Labels - Matching Design Exactly */
.cags-register-form-wrapper label {
    font-size: 17px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom:10px;
    display: block;
    line-height: 1.4;
}

/* Required Asterisk - Red Color from Design */
.cags-register-form-wrapper .required-asterisk {
    color: #dc3545;
    margin-left: 3px;
    font-weight: 400;
}

/* Input Fields - Text, Email, Tel - Matching Design */
.cags-register-form-wrapper input[type="text"],
.cags-register-form-wrapper input[type="email"],
.cags-register-form-wrapper input[type="tel"] {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 9px;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}

/* Input Focus State - Subtle Blue Outline */
.cags-register-form-wrapper input[type="text"]:focus,
.cags-register-form-wrapper input[type="email"]:focus,
.cags-register-form-wrapper input[type="tel"]:focus,
.cags-register-form-wrapper select:focus,
.cags-register-form-wrapper textarea:focus {
    border-color: #999999;
    box-shadow: none;
    outline: none;
}

/* Select Dropdown - Matching Design Style */
.cags-register-form-wrapper select {
    width: 100%;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 9px;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
    box-sizing: border-box;
    position: relative;
}

/* Dropdown wrapper for Font Awesome icon */
.cags-register-form-wrapper .wpcf7-form-control-wrap.academic-course,
.cags-register-form-wrapper .wpcf7-form-control-wrap.course-type,
.cags-register-form-wrapper .wpcf7-form-control-wrap:has(select) {
    position: relative;
    display: block;
}

/* Font Awesome dropdown icon - positioned to stay with select field only */
.cags-register-form-wrapper .wpcf7-form-control-wrap:has(select)::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 16px;
    color: #999999;
    font-size: 12px;
    pointer-events: none;
    z-index: 1;
}

/* Select when option is selected */
.cags-register-form-wrapper select:valid {
    color: #333333;
}

/* Textarea - Matching Design */
.cags-register-form-wrapper textarea {
    width: 100%;
    padding: 15px 18px;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 9px;
    transition: all 0.3s ease;
    outline: none;
    resize: vertical;
    min-height: 110px;
    font-family: inherit;
    box-sizing: border-box;
    line-height: 1.6;
}

/* Checkbox Group - Horizontal Layout */
.cags-register-form-wrapper .checkbox-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 8px;
    align-items: center;
}

/* Remove default CF7 list styling */
.cags-register-form-wrapper .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 0;
}

/* Days field specific wrapper - align to top */
.cags-register-form-wrapper .days-field-wrapper {
    align-self: start;
}

/* Days field checkbox wrapper - no extra margin */
.cags-register-form-wrapper .days-field-wrapper .wpcf7-form-control-wrap,
.cags-register-form-wrapper .days-field-wrapper .wpcf7-checkbox {
    margin-top: -20px;
}

/* Individual Checkbox Container - Horizontal Layout */
.cags-register-form-wrapper .wpcf7-list-item {
    margin: 0 ;
    padding: 0 ;
    display: inline-flex ;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse ;
}

/* Checkbox Label wrapper */
.cags-register-form-wrapper .wpcf7-list-item label {
    margin: 0 ;
    padding: 0 ;
    display: inline-flex ;
    align-items: center;
    gap: 10px;
    flex-direction: row ;
}

/* Checkbox Input - Square Style with Tick Mark */
.cags-register-form-wrapper input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin: 0 ;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    appearance: none ;
    -webkit-appearance: none ;
    -moz-appearance: none ;
    background-color: #ffffff ;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

/* Checkbox Hover State */
.cags-register-form-wrapper input[type="checkbox"]:hover {
    border-color: #0080ff ;
}

/* Checkbox Checked State - FULL BLUE Background */
.cags-register-form-wrapper input[type="checkbox"]:checked {
    background-color: #0080ff ;
    background-image: none ;
    border-color: #0080ff ;
}

/* Checkbox Tick Mark - White Checkmark */
.cags-register-form-wrapper input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    display: block;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Checkbox Label - Matching Design Typography */
.cags-register-form-wrapper .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    margin: 0;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
}

/* Submit Button Container */
.register-form-submit {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 12px;
    position: relative;
}

/* Submit Button - Matching Navbar Button Style */
.cags-register-form-wrapper input[type="submit"] {
    padding: 11px 100px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(23, 46, 74, 1);
    background-color: #FFFFFF;
    border: 1px solid rgba(23, 46, 74, 1);
    border-radius: 7px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    outline: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
}

/* Submit Button Hover - Blue Background */
.cags-register-form-wrapper input[type="submit"]:hover,
.cags-register-form-wrapper input[type="submit"]:focus {
    background-color: rgba(0, 128, 255, 1);
    color: #FFFFFF;
    border: 1px solid rgba(0, 128, 255, 1);
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* Submit Button Active */
.cags-register-form-wrapper input[type="submit"]:active {
    outline: none;
    box-shadow: none;
}

/* Placeholder Styling - Light Gray as in Design */
.cags-register-form-wrapper input::placeholder,
.cags-register-form-wrapper textarea::placeholder,
.cags-register-form-wrapper select::placeholder {
    color: #d0d0d0;
    opacity: 1;
    font-weight: 300;
}

/* Error Messages */
.cags-register-form-wrapper .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #dc3545;
    margin-top: 6px;
    display: block;
    font-weight: 400;
}

/* Error Input Border */
.cags-register-form-wrapper .wpcf7-not-valid {
    border-color: #dc3545 ;
}

/* Success/Error Response Messages - Stay Within Container */
.cags-register-form-section .wpcf7-response-output,
.cags-register-form-section div.wpcf7-response-output,
.cags-register-form-wrapper .wpcf7-response-output,
.cags-register-form-wrapper div.wpcf7-response-output,
.cags-register-form-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.cags-register-form-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.cags-register-form-wrapper .wpcf7 form.payment-required .wpcf7-response-output,
.cags-register-form-wrapper .wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0 0 !important;
    padding: 15px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;
    display: block !important;
    width: auto !important;
    max-width: max-content !important;
    min-width: auto !important;
    border: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.cags-register-form-wrapper .wpcf7-mail-sent-ok {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.cags-register-form-wrapper .wpcf7-validation-errors,
.cags-register-form-wrapper .wpcf7-mail-sent-ng {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

/* Remove WPCF7 Default Styles */
.cags-register-form-wrapper .wpcf7-form p {
    margin: 0 ;
}

/* Remove spinner on number inputs */
.cags-register-form-wrapper input[type="number"]::-webkit-inner-spin-button,
.cags-register-form-wrapper input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ============================================
   RESPONSIVE STYLES - TABLET
   ============================================ */

@media (max-width: 991px) {
    .cags-register-form-section {
        padding: 0px 0;
    }

    .register-form-row {
        gap: 20px;
        margin-bottom: 20px;
    }

    .cags-register-form-wrapper input[type="text"],
    .cags-register-form-wrapper input[type="email"],
    .cags-register-form-wrapper input[type="tel"],
    .cags-register-form-wrapper select,
    .cags-register-form-wrapper textarea {
        padding: 12px 14px;
        font-size: 14px;
    }

    .cags-register-form-wrapper textarea {
        min-height: 100px;
    }

    .cags-register-form-wrapper input[type="submit"] {
        padding: 12px 40px;
        font-size: 15px;
    }
}

/* ============================================
   RESPONSIVE STYLES - MOBILE
   ============================================ */

@media (max-width: 767px) {
    .cags-register-form-section {
        padding: 10px 0;
    }

    /* Stack form fields vertically on mobile */
    .register-form-row {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }

    .cags-register-form-wrapper label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .cags-register-form-wrapper input[type="text"],
    .cags-register-form-wrapper input[type="email"],
    .cags-register-form-wrapper input[type="tel"],
    .cags-register-form-wrapper select,
    .cags-register-form-wrapper textarea {
        padding: 12px 14px;
        font-size: 14px;
    }

    .cags-register-form-wrapper textarea {
        min-height: 100px;
    }

    /* Keep checkboxes horizontal on mobile */
    .cags-register-form-wrapper .checkbox-group,
    .cags-register-form-wrapper .wpcf7-form-control-wrap .wpcf7-checkbox {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }

    .cags-register-form-wrapper .wpcf7-list-item {
        display: inline-flex ;
        flex-direction: row;
    }

    /* Full width submit button on mobile */
    .register-form-submit {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Submit button with hover style on mobile */
    .cags-register-form-wrapper input[type="submit"] {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 14px 20px;
        font-size: 15px;
        display: block;
        text-align: center;
        box-sizing: border-box;
        background-color: transparent;
        color: rgb(0, 0, 0);
        border: 1px solid rgb(0, 0, 0);
    }

    /* Adjust response messages - Full width and centered on mobile */
    .cags-register-form-wrapper .wpcf7-response-output,
    .cags-register-form-section .wpcf7-response-output,
    .cags-register-form-wrapper div.wpcf7-response-output,
    .cags-register-form-section div.wpcf7-response-output {
        margin-top: 16px;
        padding: 12px 16px;
        font-size: 14px;
        width: 100% !important;
        max-width: 100% !important;
        left: auto !important;
        right: auto !important;
    }
}

/* ============================================
   END REGISTRATION FORM STYLES
   ============================================ */


/* ============================================
   BREADCRUMB STYLES
   ============================================ */

.breadcrumb-section {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    background-color: transparent;
    z-index: 10;
}

.breadcrumb-section .bagels-container {
    display: flex;
    align-items: center;
}

.theme-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.theme-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.theme-breadcrumbs a:hover {
    color: #0080ff;
    text-decoration: underline;
}

.theme-breadcrumbs .breadcrumb-home-icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}

.theme-breadcrumbs .breadcrumb-separator {
    color: #ffffff;
    margin: 0 4px;
    font-size: 12px;
}

.theme-breadcrumbs .breadcrumb-current {
    color: #ffffff;
    font-weight: 500;
}

/* Tablet Styles */
@media (max-width: 991px) {
    .breadcrumb-section {
        top: 70px;
        padding: 16px 0;
    }

    .theme-breadcrumbs {
        font-size: 13px;
        gap: 6px;
    }

    .theme-breadcrumbs .breadcrumb-home-icon {
        font-size: 13px;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .breadcrumb-section {
        top: 70px;
        padding: 10px 0;
    }

    .theme-breadcrumbs {
        font-size: 11px;
        gap: 4px;
    }

    .theme-breadcrumbs .breadcrumb-home-icon {
        font-size: 11px;
    }

    .theme-breadcrumbs .breadcrumb-separator {
        font-size: 10px;
        margin: 0 2px;
    }
}

/* Extra small mobile */
@media (max-width: 480px) {
    .breadcrumb-section {
        top: 80px;
        padding: 8px 0;
    }

    .theme-breadcrumbs {
        font-size: 10px;
        gap: 3px;
    }

    .theme-breadcrumbs .breadcrumb-home-icon {
        font-size: 10px;
    }

    .theme-breadcrumbs .breadcrumb-separator {
        font-size: 9px;
        margin: 0 1px;
    }
}

/* ============================================
   END BREADCRUMB STYLES
   ============================================ */