.content-fold-b-content-inner-text a {
    color: var(--primary-color1);
    font-weight: 600;
}

div#team-popup {
    background: white;
}

.team-folda-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding: 40px 0px 0px;
}

.team-folda-item {
    flex: 0 0 calc(100% / 3 - 40px);
    cursor: pointer;
}

.team-folda-item img {
    transition: all 500ms ease;
}

.team-folda-item:hover img {
    opacity: .4;
}

.team-folda-item-content {
    width: calc(100% - 30px);
    margin: 20px auto 0px;
}

.team-folda-item-content p:first-child {
    font-family: 'futura-pt';
    font-weight: 400;
    font-size: 24px;
    margin: 0px 0px 5px;
}

.team-folda-item-content p {
    font-size: 18px;
    line-height: 24px;
}

.team-folda-item-content p:last-child {
    margin: 0px;
}

.team-folda-header {
    text-align: center;
}

.team-folda {
    padding: 120px 0px 0px;
}

.team-folda-header .title {
    margin: 0px;
}

.team-folda-header-buttons {
    display: flex;
    max-width: 800px;
    gap: 15px;
    margin: 40px auto 0px;
    justify-content: center;
}

.team-folda-header-buttons .readmore {
    margin: 0px;
    background: transparent;
    border: solid 2px var(--primary-color1);
    color: var(--primary-color1);
}

.team-folda-header-buttons .readmore.active,
.team-folda-header-buttons .readmore:hover{
    background: var(--primary-color1);
    color: white;
}

/*== == == Team == === ==*/

.team-popup-wrapper {
    display: flex;
    gap: 60px;
}

.team-popup-img {
    display: flex;
    flex: 0 0 40%;
}

.team-popup-content {
    flex: 1;
}

.team-popup-padding {
    padding: 30px;
}

div#popup-team-popup {
    max-width: 990px;
    width: calc(100% - 20px);
}

.team-popup-content-header {
    margin: 0px 0px 30px;
}

    /*== = == =Team END == == ==*/

body.das-fire {
    --primary-color1: #f7941d;
    --primary-color2: #ed1c24;
    --secondary-color1: #f7941d;
    --secondary-color2: #ed1c24;
}

body.alpine-fire-engineer {
    --primary-color1: #56d0e0;
    --primary-color2: #df032c;
    --secondary-color1: #56d0e0;
    --secondary-color2: #df032c;
}

.testimonials-foldb-outer {
    background: whitesmoke;
}

.alpine-fire-engineer .fold1c-container::before,
.das-fire .fold1c-container::before{
    content: '';
    background-image: url('/wp-content/uploads/2025/11/alpinefire-logo.png');
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 160px;
    height: 60px;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #00000069;
}

.alpine-fire-engineer .fold2b::before, .alpine-fire-engineer .testimonials-foldb::before, .alpine-fire-engineer .content-fold-b.alt::before {
    background-image: url('/alpine-svg.svg');
}

.alpine-fire-engineer .content-fold-b.alt::before, .alpine-fire-engineer .testimonials-foldb::before {
    background-image: url(/alpine-fire-pattern.svg);
    opacity: 0.3;
}

.das-fire .content-fold-b.alt::before, .das-fire .testimonials-foldb::before {
    background-image: url(/das-fire-pattern.svg);
    opacity: 0.3;
}

.das-fire .fold1c-container::before {
    background-image:url('/wp-content/uploads/2025/10/dasfire.png');
    height: 50px;
}

.alpine-fire-engineer .contact-folda-inner {
    background: var(--primary-color2);
}

.alpine-fire-engineer .ebook-readmore .readmore {
    background: var(--primary-color1);
}

.alpine-fire-engineer .ebook-readmore .readmore:hover {
    background: var(--primary-color1);
    opacity: .6;
}

.alpine-fire-engineer p.privacy-details a {
}

/*== == = Video == == ==*/

.content-fold-b-img.video-popup {
    position: relative;
}

.content-fold-b-content-inner-readmore .readmore.alt {
    background: var(--primary-color2);
    border: none;
}

.content-fold-b-content-inner-readmore .readmore.alt:hover {opacity: .6;}

.content-fold-b-img.video-popup::before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: white;
    font-weight: 600;
    font-size: 72px;
    pointer-events: none;
    z-index: 5;
}

.content-fold-b-img.video-popup img {
    transition: all 500ms ease;
}

.content-fold-b-img.video-popup:hover img {
    filter: brightness(0.75);
}

.content-fold-b-img.video-popup {
    cursor: pointer;
}

    /*== == == Video END == == ==*/

/*== === = Protecting The Planet Page ==== == =*/

@media (min-width:1024px) {

#page-14873-fold3 .content-fold-b-img {
    flex: 0 0 25%;
}

}
    
div#page-14873-fold3 {/* padding: 100px 0px; */}
    
#page-14873-fold3 .content-fold-b-wrapper {
    /* padding: 50px; */
    /* border: solid 1px #3f3f3f40; */
    /* margin: 0px 0px 0px; */
    /* background: white; */
    justify-content: space-between;
}

#page-14873-fold3 .content-fold-b-content-inner {max-width: 560px;}

@media (max-width:1024px) {

#page-14873-fold3 .content-fold-b-wrapper {
    /* padding: 20px; */
}

div#page-14873-fold3 {
    padding: 50px 0px;
}
    
}

    /*== == == Protecting the planet page end == === ==*/

.pdf-wrapper-block {
    background: var(--primary-color1);
    flex: calc(100% / 2 - 40px);
    transition: all 500ms ease;
}

.pdf-wrapper-block a {
    color: white;
    display: flex;
    padding: 40px 40px;
    height: calc(10vw - 40px);
    align-items: flex-end;
    transition: all 500ms ease;
}

.pdf-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.pdf-wrapper-block-content p {
    text-align: right;
    font-size: 26px;
    line-height: 1;
}

@media (max-width:1400px) {

.pdf-wrapper-block-content p {
    font-size: 2vw;
}

.pdf-wrapper-block-content i {
    font-size: 3vw;
}
    
}

.pdf-container {
    padding: 120px 0px 120px;
}

.pdf-header {
    margin: 0px 0px 40px;
}

.pdf-header .title {
    margin: 0px;
}

.pdf-wrapper-block-content {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    justify-content: space-between;
    flex: 1;
}

.pdf-wrapper-block-content p {
    margin: 0px;
}

.pdf-wrapper-block-content i {
    font-size: 48px;
}

.pdf-fold {
    position: relative;
    background: #f9f9f9;
}

.pdf-container-inner {
    position: relative;
}

.pdf-wrapper-block:hover {
    background: var(--primary-color2);
}

.pdf-wrapper-block-content p span {
    display: block;
    font-size: 18px;
    margin: 10px 0px 0px;
}


