/* CFA page theme aligned with temperature-control-warehouse.php. */
.cfa-temperature-theme .services__details {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #fff;
}

.cfa-temperature-theme .services__details-wrapper {
    margin-bottom: 36px !important;
}

.cfa-temperature-theme .service__details-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.cfa-temperature-theme .service__details-content > * { order: 5; }
.cfa-temperature-theme .service__details-content > .row:first-child { order: 1; }
.cfa-temperature-theme .service__details-content > .cfa-offer-section { order: 2; }
.cfa-temperature-theme .service__details-content > .cfa-why-section { order: 3; }
.cfa-temperature-theme .service__details-content > .cfa-process-section { order: 6; }
.cfa-temperature-theme .service__details-content > .cfa-fulfillment-section { order: 7; }
.cfa-temperature-theme .service__details-content > .services__cta { order: 8; }
.cfa-temperature-theme .service__details-content > .cfa-services-section { order: 9; }
.cfa-temperature-theme .service__details-content > .cfa-faq-section { order: 10; }

.cfa-temperature-theme .services__details-img .section__title {
    margin-bottom: 28px;
}

.cfa-temperature-theme .services__details-img .section__title .title,
.cfa-temperature-theme .service__details-content h2,
.cfa-temperature-theme .service__details-content h3 {
    color: #000b4f;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    line-height: 1.25;
}

.cfa-temperature-theme .services__details-img .section__title .title {
    font-size:30px;
}

.cfa-temperature-theme .services__details-img .section__title hr,
.cfa-temperature-theme .services_faq .section__title hr {
    width: 88px !important;
    height: 4px;
    margin: 14px auto 0 !important;
    border: 0;
    border-radius: 999px;
    background: #000b4f;
    opacity: 1;
}


.cfa-temperature-theme .overview-list-img {
    overflow: hidden;
    clip-path: none !important;
    border: 1px solid rgba(0, 11, 79, .09);
    border-radius: 5px;
    box-shadow: 0 16px 36px rgba(0, 28, 83, .10);
}

.cfa-temperature-theme .overview-list-img img {
    display: block;
    width: 100% !important;
    min-height: 320px;
    object-fit: cover;
    clip-path: none !important;
    transition: transform .35s ease;
}

/* .cfa-temperature-theme .overview-list-img:hover img {
    transform: scale(1.025);
} */

.cfa-temperature-theme .cfa-intro-image {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0 !important;
}

.cfa-temperature-theme .cfa-intro-image img {
    aspect-ratio: 4 / 3.5;
    min-height: 0;
    object-position: center;
}



.cfa-temperature-theme .cfa-overview-card-image {
    position: relative;
    max-width: 520px;
    margin: 0 auto !important;
    border-radius: 5px;
    box-shadow: 0 14px 30px rgba(0, 28, 83, .16);
}

.cfa-temperature-theme .cfa-overview-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: inherit;
    pointer-events: none;
}

.cfa-temperature-theme .cfa-overview-card-image img {
    aspect-ratio: 4 / 3.5;
    min-height: 0;
    object-position: center;
}

.cfa-temperature-theme .cfa-overview-card > .col-sm-6:last-child {
    padding-left: 34px;
}

.cfa-temperature-theme .service__details-content > .row:first-child .col-xl-12:last-child {
    margin-top: 30px;
    padding: 36px;
    border: 1px solid rgba(0, 11, 79, .08);
    border-radius: 16px;
    background: #f8fbfe;
}

.cfa-temperature-theme .service__details-content .list-head {
    margin-bottom: 12px;
    color: #000b4f;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.cfa-temperature-theme .service__details-content .list-key ul,
.cfa-temperature-theme .service__details-content .list-key ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 0;
    padding: 0;
}

.cfa-temperature-theme .service__details-content .list-key li {
    position: relative;
    list-style: none;
    min-height: 62px;
    margin: 0;
    padding: 18px 18px 18px 48px;
    border: 1px solid rgba(0,11,79,.08);
    border-radius: 12px;
    background: #fff;
    color: #132b50;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
    box-shadow: 0 10px 24px rgba(0,28,83,.05);
}

.cfa-temperature-theme .service__details-content .list-key li::before {
    content: "✓";
    position: absolute;
    top: 18px;
    left: 18px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid #159ca3;
    border-radius: 50%;
    color: #000b4f;
    font: 700 12px/1 Arial, sans-serif;
}

/* .cfa-temperature-theme .services_faq {
    margin-top: 0 !important;
    padding: 42px;
    border: 1px solid rgba(0, 11, 79, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(0, 28, 83, .07);
} */

/* .cfa-temperature-theme .services_faq > .section__title h3,
.cfa-temperature-theme .services_faq h3 {
    color: #000b4f;
    font-size: 36px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    line-height: 1.25;
} */

.cfa-temperature-theme .video-section {
    padding: 34px;
    border-color: rgba(0, 11, 79, .08);
    border-radius: 18px;
    background: #fff;
}

.cfa-temperature-theme .video-section > .row {
    align-items: center;
    row-gap: 26px;
}

.cfa-temperature-theme .video-section iframe,
.cfa-temperature-theme .video-section img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    clip-path: none !important;
    border-radius: 14px;
}

.cfa-temperature-theme .video-section iframe {
    height: auto;
    aspect-ratio: 16 / 9;
}
.cfa-temperature-theme .feature{
    position: relative;
    height: 100%;
    min-height: 310px;
    overflow: hidden;
    padding: 104px 26px 26px;
    border: 1px solid rgba(24, 126, 141, 0.12);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(7, 31, 61, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.cfa-temperature-theme .feature::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 26px;
    right: 26px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(25, 151, 174, 0.28), rgba(25, 151, 174, 0.08) 48%, rgba(245, 168, 112, 0.24));
}
.cfa-temperature-theme .contact__info-item {
    position: relative;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    clip-path: none !important;
    padding: 98px 25px 26px;
    border: 1px solid rgba(24, 126, 141, .12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 31, 61, .07);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.cfa-temperature-theme .feature::before,
.cfa-temperature-theme .contact__info-item::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 25px;
    left: 25px;
    height: 5px;
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(25,151,174,.28), rgba(25,151,174,.08) 55%, rgba(245,168,112,.24));
}

.cfa-temperature-theme .feature:hover,
.cfa-temperature-theme .contact__info-item:hover {
    transform: translateY(-6px);
    border-color: rgba(24,126,141,.26);
    box-shadow: 0 22px 46px rgba(7,31,61,.12);
}

.cfa-temperature-theme .feature .icon {
    position: absolute;
    top: 48px;
    left: 50%;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(24,126,141,.13);
    border-radius: 12px;
    background: #f2f8fc;
    transform: translateX(-50%);
}

.cfa-temperature-theme .feature .icon img {
    width: 34px !important;
    height: 34px;
    margin: 0 !important;
    object-fit: contain;
}

.cfa-temperature-theme .feature h4,
.cfa-temperature-theme .contact__info-text h3 {
    color: #071f3d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.cfa-temperature-theme .feature p,
.cfa-temperature-theme .contact__info-text p {
    color: #425466;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}

.cfa-temperature-theme .endtoend {
    margin: 0;
    border: 0;
    background: transparent;
}

.cfa-temperature-theme .services__cta-box {
    overflow: hidden;
    clip-path: none !important;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 28, 83, .14);
}

.cfa-temperature-theme .accordion__wrapper-1 {
    max-width: 980px;
    margin: 0 auto;
    padding-right: 0 !important;
}

.cfa-temperature-theme .accordion-item {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(0,11,79,.09);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(7,31,61,.06);
}

.cfa-temperature-theme .accordion-button {
    min-height: 62px;
    padding: 19px 60px 19px 22px;
    clip-path: none !important;
    background: #fff;
    color: #071f3d;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.cfa-temperature-theme .accordion-button:not(.collapsed) {
    background: #000b4f;
    color: #fff;
}

.cfa-temperature-theme .accordion-body {
    padding: 22px 24px 26px;
    background: #fff;
}

.cfa-temperature-theme .accordion-body p {
    margin: 0;
    color: #425466;
    line-height: 1.75;
    text-align: left;
}

@media (max-width: 991px) {
    .cfa-temperature-theme .services__details {
        padding-top: 64px;
    }

    .cfa-temperature-theme .cfa-intro-section > [class*="col-"],
    .cfa-temperature-theme .cfa-overview-card > [class*="col-"],
    .cfa-temperature-theme .cfa-video-section > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cfa-temperature-theme .cfa-intro-section,
    .cfa-temperature-theme .cfa-overview-card,
    .cfa-temperature-theme .cfa-video-section {
        row-gap: 28px;
    }

    .cfa-temperature-theme .cfa-overview-card > .col-sm-6:last-child {
        padding-left: 12px;
    }

    .cfa-temperature-theme .service__details-content > .row:first-child,
    .cfa-temperature-theme .services_faq {
        padding: 30px 24px;
    }

    .cfa-temperature-theme .page-title-area[style] {
        height: auto !important;
        padding: 72px 0 46px !important;
    }

    .cfa-temperature-theme .page-title-area .col-md-8,
    .cfa-temperature-theme .page-title-area .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cfa-temperature-theme .page-title-area .form-container {
        top: 0;
        width: 100%;
        max-width: 520px;
        margin: 26px auto 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cfa-temperature-theme .cfa-why-section > .row > .row > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .cfa-temperature-theme .service__details-content {
        gap: 28px;
    }

    .cfa-temperature-theme .service__details-content > .row:first-child,
    .cfa-temperature-theme .service__details-content > .row:first-child .col-xl-12:last-child,
    .cfa-temperature-theme .services_faq {
        padding: 24px 16px;
        border-radius: 14px;
    }

    .cfa-temperature-theme .overview-list-img img {
        min-height: 260px;
    }

    .cfa-temperature-theme .cfa-overview-card {
        row-gap: 26px;
        padding: 20px;
    }

    .cfa-temperature-theme .cfa-overview-card-image img {
        min-height: 0;
    }

    .cfa-temperature-theme .cfa-overview-card > .col-sm-6:last-child {
        padding-left: 12px;
    }

    .cfa-temperature-theme .service__details-content .list-key ul,
    .cfa-temperature-theme .service__details-content .list-key ol {
        grid-template-columns: 1fr;
    }

    .cfa-temperature-theme .feature,
    .cfa-temperature-theme .contact__info-item {
        min-height: auto;
    }

    /* .cfa-temperature-theme .feature:hover,
    .cfa-temperature-theme .contact__info-item:hover {
        transform: none;
    } */
}

/* Section 3: keep the complete What We Offer block inside one card. */
body.cfa-temperature-theme .cfa-section-three {
    display: block;
    width: 100%;
    margin: 52px 0 30px !important;
    padding: 38px !important;
    border: 1px solid rgba(0, 11, 79, .18);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0px 9px rgba(0, 11, 79, .11);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}


body.cfa-temperature-theme .cfa-section-three .cfa-section-three-grid {
    grid-template-columns: minmax(0, 1fr);
}

body.cfa-temperature-theme .cfa-section-three-header .cfa-section-kicker.text-center {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

body.cfa-temperature-theme .cfa-section-three-header .cfa-section-kicker.text-center::before {
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    body.cfa-temperature-theme .cfa-section-three {
        margin: 28px 0 22px !important;
        padding: 22px 16px !important;
        border-radius: 5px;
    }

    /* body.cfa-temperature-theme .cfa-section-three:hover {
        transform: none;
    } */
}

/* CFA process timeline, matching the temperature-control warehouse page. */
.cfa-temperature-theme .cfa-process-section.process-timeline-section {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cfa-temperature-theme .process-timeline-heading {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.cfa-temperature-theme .process-timeline-heading span {
    display: inline-block;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 8px;
    color: #000b4f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.cfa-temperature-theme .process-timeline-heading h3 {
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    color: #000b4f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: capitalize;
}

.cfa-temperature-theme .process-timeline {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.cfa-temperature-theme .process-timeline::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 24px;
    width: 2px;
    background: #86a9ff;
}

.cfa-temperature-theme .process-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    opacity: 0;
    visibility: hidden;
    transform: translateY(42px);
    transition: opacity .55s ease, transform .55s ease, visibility .55s;
    transition-delay: var(--reveal-delay, 0ms);
}

.cfa-temperature-theme .process-timeline-item.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cfa-temperature-theme .process-timeline-item + .process-timeline-item { margin-top: 26px; }

.cfa-temperature-theme .process-timeline-number {
    position: relative;
    z-index: 2;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #002653;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

/* .cfa-temperature-theme .process-timeline-item.is-active .process-timeline-number,
.cfa-temperature-theme .process-timeline-number:hover {
    background: #000b4f;
    box-shadow: 0 0 0 6px #e9efff;
    transform: scale(1.08);
} */

.cfa-temperature-theme .process-timeline-card {
    min-height: 112px;
    padding: 20px 22px;
    border: 1px solid #cad8ff;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 39, 103, .05);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

/* .cfa-temperature-theme .process-timeline-item.is-active .process-timeline-card,
.cfa-temperature-theme .process-timeline-number:hover + .process-timeline-card,
.cfa-temperature-theme .process-timeline-card:hover {
    border-color: #87a8ff;
    box-shadow: 0 16px 34px rgba(0, 39, 103, .10);
    transform: translateY(-2px);
} */

.cfa-temperature-theme .process-timeline-card h4 {
    margin: 0 0 7px;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.cfa-temperature-theme .process-timeline-card p {
    margin: 0;
    color: #000b4f;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 768px) {
    .cfa-temperature-theme .cfa-process-section.process-timeline-section { padding: 32px 16px 36px; }
    .cfa-temperature-theme .process-timeline-heading { margin-bottom: 28px; }
    .cfa-temperature-theme .process-timeline-heading h3 { font-size: 25px; }
    .cfa-temperature-theme .process-timeline::before { left: 20px; }
    .cfa-temperature-theme .process-timeline-item { grid-template-columns: 42px minmax(0, 1fr); gap: 16px; }
    .cfa-temperature-theme .process-timeline-number { width: 42px; height: 42px; border-width: 4px; font-size: 15px; }
    .cfa-temperature-theme .process-timeline-card { min-height: 0; padding: 18px; }
    .cfa-temperature-theme .process-timeline-card h4 { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .cfa-temperature-theme .process-timeline-item {
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }
}

/* CFA services cards aligned with "Our Warehousing Services". */
.cfa-temperature-theme .cfa-services-section.warehousing-services-modern {
    background: #fff;
}

.cfa-temperature-theme .cfa-services-section .section__title {
    max-width: 760px;
    margin: 0 auto 30px !important;
}

.cfa-temperature-theme .cfa-services-section .section__title .title {
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
}

.cfa-temperature-theme .cfa-services-section .section__title hr {
    display: none;
}

.cfa-temperature-theme .cfa-services-section .row[data-wow-delay=".5s"] {
    row-gap: 28px;
}

.cfa-temperature-theme .cfa-services-section .row[data-wow-delay=".5s"] > [class*="col-"] {
    display: flex;
}

.cfa-temperature-theme .cfa-services-section .contact__shadow {
    width: 100%;
    height: 100%;
    filter: none;
}

.cfa-temperature-theme .cfa-services-section .contact__info-item {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 292px;
    margin-bottom: 0 !important;
    padding: 34px 26px 26px;
    overflow: hidden;
    clip-path: none !important;
    border: 1px solid rgba(24, 126, 141, .12);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 31, 61, .07);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.cfa-temperature-theme .cfa-services-section .contact__info-item::before {
    top: 28px;
    right: auto;
    left: 26px;
    width: calc(100% - 52px);
    height: 5px;
    clip-path: none;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(25, 151, 174, .28), rgba(25, 151, 174, .08) 48%, rgba(245, 168, 112, .24));
    z-index: 1;
}

.cfa-temperature-theme .cfa-services-section .contact__info-item::after {
    content: "";
    position: absolute;
    top: 27px;
    left: 64%;
    z-index: 2;
    width: 42px;
    height: 7px;
    border-radius: 50%;
    background: rgba(25, 151, 174, .28);
    pointer-events: none;
}

/* .cfa-temperature-theme .cfa-services-section .contact__info-item:hover {
    transform: translateY(-7px);
    border-color: rgba(24, 126, 141, .28);
    box-shadow: 0 24px 48px rgba(7, 31, 61, .13);
} */

.cfa-temperature-theme .cfa-services-section .contact__info-text {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 232px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 52px;
}

.cfa-temperature-theme .cfa-services-section .contact__info-text h3 {
    margin: 0 0 12px;
    text-align: left;
}

.cfa-temperature-theme .cfa-services-section .contact__info-text h3 a,
.cfa-temperature-theme .cfa-services-section .contact__info-item:hover .contact__info-text h3 a {
    color: #000b4f !important;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.32;
    text-transform: capitalize;
}

.cfa-temperature-theme .cfa-services-section .contact__info-text p,
.cfa-temperature-theme .cfa-services-section .contact__info-item:hover .contact__info-text p {
    margin: 0 0 22px;
    color: #000b4f;
    font-size: 15px;
    line-height: 1.68;
    text-align: left;
}

.cfa-temperature-theme .cfa-services-section .contact__info-text .btn {
    margin-top: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #000b4f !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none;
}

.cfa-temperature-theme .cfa-services-section .contact__info-text .btn::after {
    content: "\2192";
    display: inline-block;
    margin-left: 7px;
    transition: transform .2s ease;
}

/* .cfa-temperature-theme .cfa-services-section .contact__info-text .btn:hover,
.cfa-temperature-theme .cfa-services-section .contact__info-text .btn:focus {
    border: 0;
    background: transparent;
    color: #000b4f !important;
    transform: none;
    box-shadow: none;
} */

/* .cfa-temperature-theme .cfa-services-section .contact__info-text .btn:hover::after {
    transform: translateX(4px);
} */

@media (max-width: 768px) {
    .cfa-temperature-theme .cfa-services-section {
        padding-top: 38px;
        padding-bottom: 36px;
    }

    .cfa-temperature-theme .cfa-services-section .contact__info-item {
        min-height: auto;
        padding: 30px 22px 24px;
        border-radius: 5px;
    }

    .cfa-temperature-theme .cfa-services-section .contact__info-item::before {
        right: 22px;
        left: 22px;
        width: auto;
    }

    .cfa-temperature-theme .cfa-services-section .contact__info-text {
        min-height: 0;
    }

    /* .cfa-temperature-theme .cfa-services-section .contact__info-item:hover {
        transform: none;
    } */
}

@media (max-width: 575px) {
    .cfa-temperature-theme .cfa-services-section .section__title {
        margin-bottom: 30px !important;
    }

    .cfa-temperature-theme .cfa-services-section .section__title .title {
        font-size: 30px;
    }

    .cfa-temperature-theme .cfa-services-section .contact__info-item {
        box-shadow: 0 10px 24px rgba(7, 31, 61, .08);
    }
}

/* CFA FAQ aligned with the temperature-control FAQ section. */
.cfa-temperature-theme .cfa-faq-section.faq-modern-section {
    margin-top: 38px !important;
    padding: 38px 34px;
    border: 1px solid rgba(0, 11, 79, .08);
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(32, 164, 100, .055), rgba(39, 133, 255, .045)), #fff;
    box-shadow: 0 18px 44px rgba(0, 11, 79, .08);
}

.cfa-temperature-theme .cfa-faq-section .section__title {
    margin-bottom: 34px;
}

.cfa-temperature-theme .cfa-faq-section .section__title h3 {
    margin: 0;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 36px !important;
    font-weight: 600;
}

.cfa-temperature-theme .cfa-faq-section .section__title hr {
    width: 88px !important;
    height: 4px;
    margin: 14px auto 0 !important;
    border: 0;
    border-radius: 999px;
    background: #000b4f;
    opacity: 1;
}

.cfa-temperature-theme .cfa-faq-section .accordion__wrapper-1 {
    max-width: 980px;
    margin: 0 auto !important;
    padding-right: 0 !important;
}

.cfa-temperature-theme .cfa-faq-section .accordion-item {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 11, 79, .09);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 11, 79, .06);
}

.cfa-temperature-theme .cfa-faq-section .accordion-header {
    filter: none;
}

.cfa-temperature-theme .cfa-faq-section .accordion-button {
    position: relative;
    min-height: 64px;
    padding: 20px 58px 20px 24px;
    clip-path: none;
    border-radius: 0 !important;
    background: #fff;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    box-shadow: none;
}

.cfa-temperature-theme .cfa-faq-section .accordion-button:focus {
    box-shadow: inset 0 0 0 2px rgba(32, 164, 100, .22);
}

.cfa-temperature-theme .cfa-faq-section .accordion-button:not(.collapsed) {
    background: #000b4f;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.cfa-temperature-theme .cfa-faq-section .accordion-button::after,
.cfa-temperature-theme .cfa-faq-section .accordion-button.collapsed::after,
.cfa-temperature-theme .cfa-faq-section .accordion-button:not(.collapsed)::after {
    position: absolute;
    top: 50%;
    right: 24px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    border-radius: 50%;
    background: rgba(32, 164, 100, .12);
    color: #000b4f;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
}

.cfa-temperature-theme .cfa-faq-section .accordion-button.collapsed::after {
    content: "\f067";
}

.cfa-temperature-theme .cfa-faq-section .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.cfa-temperature-theme .cfa-faq-section .accordion-collapse {
    border: 0;
}

.cfa-temperature-theme .cfa-faq-section .accordion-body {
    padding: 22px 26px 26px;
    background: #fff;
}

.cfa-temperature-theme .cfa-faq-section .accordion-body p {
    margin: 0;
    color: #000b4f;
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
}

@media (max-width: 768px) {
    .cfa-temperature-theme .cfa-faq-section.faq-modern-section {
        margin-top: 30px !important;
        padding: 28px 16px;
        border-radius: 5px;
    }

    .cfa-temperature-theme .cfa-faq-section .section__title h3 {
        font-size: 24px !important;
    }

    .cfa-temperature-theme .cfa-faq-section .accordion-button {
        min-height: 58px;
        padding: 17px 50px 17px 18px;
        font-size: 15px;
    }

    .cfa-temperature-theme .cfa-faq-section .accordion-button::after,
    .cfa-temperature-theme .cfa-faq-section .accordion-button.collapsed::after,
    .cfa-temperature-theme .cfa-faq-section .accordion-button:not(.collapsed)::after {
        right: 16px;
        width: 28px;
        height: 28px;
    }

    .cfa-temperature-theme .cfa-faq-section .accordion-body {
        padding: 18px 18px 22px;
    }
}

@media (max-width: 575px) {
    .cfa-temperature-theme .cfa-faq-section.faq-modern-section {
        padding-right: 14px;
        padding-left: 14px;
    }
}

/* End-to-end fulfillment section — screenshot-matched design. */
.cfa-temperature-theme .cfa-fulfillment-section {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    padding: 58px 0 38px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.cfa-temperature-theme .cfa-fulfillment-section .cfa-fulfillment {
    margin-bottom: 30px !important;
}

.cfa-temperature-theme .cfa-fulfillment-section .cfa-fulfillment h3 {
    margin: 0;
    color: #000b4f;
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(30px, 3.2vw, 42px) !important;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: capitalize;
}

.cfa-temperature-theme .cfa-fulfillment-section .cfa-fulfillment hr {
    width: 90px !important;
    height: 4px;
    margin: 22px auto 0 !important;
    border: 0;
    border-radius: 99px;
    background: #000b4f;
    opacity: 1;
}

.cfa-temperature-theme .cfa-fulfillment-section > .row,
.cfa-temperature-theme .cfa-fulfillment-section > .row > .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.cfa-temperature-theme .cfa-fulfillment-section > .row > .row {
    align-items: stretch;
    justify-content: center;
    row-gap: 26px;
}

.cfa-temperature-theme .cfa-fulfillment-section .endtoend {
    display: flex;
    width: auto;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cfa-temperature-theme .cfa-fulfillment-section .feature {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 310px;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 56px 28px 30px;
    overflow: hidden;
    border: 1px solid #d7e5ea;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 15px 34px rgba(0, 28, 83, .07);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.cfa-temperature-theme .cfa-fulfillment-section .feature::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 26px;
    left: 26px;
    height: 5px;
    border-radius: 99px;
    background: linear-gradient(90deg, #b9e6e9 0 64%, #a9d3d5 64% 78%, #f7dfd2 78% 100%);
}

/* .cfa-temperature-theme .cfa-fulfillment-section .feature:hover {
    transform: translateY(-5px);
    border-color: rgba(36, 141, 148, .36);
    box-shadow: 0 22px 44px rgba(0, 28, 83, .12);
} */

.cfa-temperature-theme .cfa-fulfillment-section .feature .icon {
    position: static;
    display: grid;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    margin: 0 0 15px;
    place-items: center;
    border: 1px solid #d5e5eb;
    border-radius: 5px;
    background: #eff8fa;
    transform: none;
}

.cfa-temperature-theme .cfa-fulfillment-section .feature .icon img {
    width: 32px !important;
    height: 32px;
    margin: 0 !important;
    object-fit: contain;
}

.cfa-temperature-theme .cfa-fulfillment-section .feature h4 {
    margin: 0 0 14px;
    color: #001d45;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-transform: capitalize;
}

.cfa-temperature-theme .cfa-fulfillment-section .feature p {
    max-width: 285px;
    margin: 0 auto;
    color: black;
    font-size: 14px;
    line-height: 1.72;
    text-align: center;
}

@media (max-width: 991px) {
    .cfa-temperature-theme .cfa-fulfillment-section .endtoend {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 767px) {
    .cfa-temperature-theme .cfa-fulfillment-section {
        margin-top: 32px !important;
        padding: 44px 0 25px;
    }

    .cfa-temperature-theme .cfa-fulfillment-section .cfa-fulfillment h3 {
        font-size: 28px !important;
    }

    .cfa-temperature-theme .cfa-fulfillment-section .endtoend {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .cfa-temperature-theme .cfa-fulfillment-section .feature {
        min-height: 0;
        padding: 56px 22px 26px;
    }

    /* .cfa-temperature-theme .cfa-fulfillment-section .feature:hover {
        transform: none;
    } */
}

/* Long-form content — Design 1 stacked corporate cards. */

.cfa-temperature-theme .cfa-content-cards-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    width: 100%;
}

.cfa-temperature-theme .cfa-content-card {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 30px 34px;
    border: 1px solid #d6e3ea;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 28, 83, .04);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

/* .cfa-temperature-theme .cfa-content-card:hover {
    transform: translateY(-3px);
    border-color: rgba(21, 156, 163, .32);
    box-shadow: 0 16px 34px rgba(0, 28, 83, .09);
} */

.cfa-temperature-theme .cfa-content-card > .row,
.cfa-temperature-theme .cfa-content-card .row {
    margin-right: 0;
    margin-left: 0;
}

.cfa-temperature-theme .cfa-content-card .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.cfa-temperature-theme .cfa-content-card h3,
.cfa-temperature-theme .cfa-content-card h3[style] {
    position: relative;
    margin: 0 0 20px;
    padding-left: 24px;
    color: #000b4f;
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(22px, 2.4vw, 30px) !important;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    text-transform: capitalize !important;
}

.cfa-temperature-theme .cfa-content-card h3::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    width: 4px;
    border-radius: 99px;
    background: #000b4f;
}

.cfa-temperature-theme .cfa-content-card h4 {
    margin: 22px 0 10px;
    font-family: "Poppins", sans-serif !important;
    color: #000b4f;
    font-size: 15px;
    font-weight: 500;
}

.cfa-temperature-theme .cfa-content-card p,
.cfa-temperature-theme .cfa-content-card li {
    color: black;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
}

.cfa-temperature-theme .cfa-content-card p:last-child {
    margin-bottom: 0;
}

.cfa-temperature-theme .cfa-content-card ul,
.cfa-temperature-theme .cfa-content-card ol {
    margin: 14px 0 0;
    padding-left: 22px;
}

.cfa-temperature-theme .cfa-content-card-intro > .row > .col-md-12 + .col-md-12 {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e1e9ee;
}

@media (max-width: 767px) {
    .cfa-temperature-theme .cfa-content-cards-section {
        margin-top: 28px !important;
        padding: 22px 14px;
        border-radius: 14px;
    }

    .cfa-temperature-theme .cfa-content-cards-stack {
        gap: 18px;
    }

    .cfa-temperature-theme .cfa-content-card {
        padding: 23px 18px;
        border-radius: 5px;
    }

    /* .cfa-temperature-theme .cfa-content-card:hover {
        transform: none;
    } */

    .cfa-temperature-theme .cfa-content-card h3,
    .cfa-temperature-theme .cfa-content-card h3[style] {
        padding-left: 18px;
        font-size: 22px !important;
    }

    .cfa-temperature-theme .cfa-content-card p,
    .cfa-temperature-theme .cfa-content-card li {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* Facilities section — Design 1 modern checklist cards. */
/* .cfa-temperature-theme .cfa-facilities-section {
    margin-top: 42px !important;
    padding: 42px;
    border: 1px solid rgba(0, 11, 79, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(0, 28, 83, .07);
} */

.cfa-temperature-theme .cfa-facilities-section > .row {
    margin: 0;
}

.cfa-temperature-theme .cfa-facilities-section > .row > .col-md-12 {
    padding: 0;
}

.cfa-temperature-theme .cfa-facilities-section h3[style] {
    max-width: 820px;
    margin: 0 auto 30px;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: clamp(27px, 3vw, 36px) !important;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    text-transform: capitalize !important;
}

.cfa-temperature-theme .cfa-facilities-section > .row > .col-md-12 > .row {
    align-items: stretch;
    row-gap: 16px;
    margin-right: -8px;
    margin-left: -8px;
}

.cfa-temperature-theme .cfa-facilities-section .list-key {
    padding-right: 8px;
    padding-left: 8px;
}

.cfa-temperature-theme .cfa-facilities-section .list-key ul,
.cfa-temperature-theme .cfa-facilities-section .list-key ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.cfa-temperature-theme .cfa-facilities-section .list-key li {
    position: relative;
    display: flex;
    min-height: 68px;
    align-items: center;
    margin: 0;
    padding: 19px 20px 19px 56px;
    border: 1px solid #dce7ed;
    border-radius: 5px;
    background: #f7fbfc;
    color: #001652;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    list-style: none !important;
    box-shadow: 0 8px 22px rgba(0, 28, 83, .05);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.cfa-temperature-theme .cfa-facilities-section .list-key li::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 20px;
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border: 1px solid #a8ddca;
    border-radius: 50%;
    background: #e4f7ef;
    color:#000b4f;
    font: 800 12px/1 Arial, sans-serif;
    transform: translateY(-50%);
}

/* .cfa-temperature-theme .cfa-facilities-section .list-key li:hover {
    transform: translateY(-3px);
    border-color: rgba(21, 156, 163, .32);
    box-shadow: 0 14px 30px rgba(0, 28, 83, .09);
} */

@media (max-width: 767px) {
    .cfa-temperature-theme .cfa-facilities-section {
        margin-top: 28px !important;
        padding: 28px 16px;
        border-radius: 5px;
    }

    .cfa-temperature-theme .cfa-facilities-section h3[style] {
        margin-bottom: 24px;
        font-size: 26px !important;
    }

    .cfa-temperature-theme .cfa-facilities-section .list-key {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cfa-temperature-theme .cfa-facilities-section .list-key li {
        min-height: 62px;
        padding: 17px 16px 17px 52px;
        font-size: 14px;
    }

    /* .cfa-temperature-theme .cfa-facilities-section .list-key li:hover {
        transform: none;
    } */
}

/* Why choose us: visual styling only; PHP loop and card count remain unchanged. */
.cfa-temperature-theme .cfa-why-section {
    padding: 70px 0 45px !important;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.cfa-temperature-theme .cfa-why-section > .section__title {
    margin-bottom: 42px !important;
}

.cfa-temperature-theme .cfa-why-section > .section__title h3 {
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 3vw, 40px) !important;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
}

.cfa-temperature-theme .cfa-why-section > .row,
.cfa-temperature-theme .cfa-why-section > .row > .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.cfa-temperature-theme .cfa-why-section > .row > .row {
    align-items: stretch;
    row-gap: 28px;
}

.cfa-temperature-theme .cfa-why-section > .row > .row > [class*="col-"] {
    display: flex;
}

.cfa-temperature-theme .cfa-why-section .feature {
position: relative;
    height: 100%;
    min-height: 310px;
    overflow: hidden;
    padding: 104px 26px 26px;
    border: 1px solid rgba(24, 126, 141, 0.12);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(7, 31, 61, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .cfa-temperature-theme .cfa-why-section .feature::before {
        content: "";
        position: absolute;
        top: 28px;
        left: 26px;
        right: 26px;
        height: 5px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(25, 151, 174, 0.28), rgba(25, 151, 174, 0.08) 48%, rgba(245, 168, 112, 0.24));
    }

    .cfa-temperature-theme .cfa-why-section .feature::after {
        content: "";
        position: absolute;
        top: 27px;
        left: 62%;
        width: 42px;
        height: 7px;
        border-radius: 999px;
        background: rgba(25, 151, 174, 0.28);
        pointer-events: none;
    }

    /* .cfa-temperature-theme .cfa-why-section .feature:hover {
        transform: translateY(-7px);
        border-color: rgba(24, 126, 141, 0.28);
        box-shadow: 0 24px 48px rgba(7, 31, 61, 0.13);
    } */

    .cfa-temperature-theme .cfa-why-section .feature .icon {
        position: relative;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 56px;
        left: 50%;
        transform: translateX(-50%);
        width: 54px;
        height: 54px;
        margin: 0;
        border: 1px solid rgba(24, 126, 141, 0.13);
        border-radius: 5px;
        background: #f2f8fc;
        box-shadow: inset 0 -10px 18px rgba(7, 31, 61, 0.03);
    }

    .cfa-temperature-theme .cfa-why-section .feature img {
        width: 34px !important;
        height: 34px;
        margin: 0 !important;
        object-fit: contain;
        filter: sepia(1) saturate(2.6) hue-rotate(128deg) brightness(0.65);
    }

    .cfa-temperature-theme .cfa-why-section .feature h4 {
        position: relative;
        z-index: 2;
        margin: 18px 0 14px;
        color: #000B4F;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-weight:500;
        /* line-height: 1.35; */
        text-align: center;
    }

    .cfa-temperature-theme .cfa-why-section .feature p {
        position: relative;
        z-index: 2;
        margin: 0;
        color: black;
        font-size: 14px;
        line-height: 1.72;
        /* text-align: center; */
    }

@media (max-width: 991px) {
    .cfa-temperature-theme .cfa-why-section > .row > .row > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .cfa-temperature-theme .cfa-why-section {
        padding: 48px 0 30px !important;
    }

    .cfa-temperature-theme .cfa-why-section > .row > .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cfa-temperature-theme .cfa-why-section .feature {
        min-height: 0;
        padding: 124px 20px 24px;
    }

    .cfa-temperature-theme .cfa-why-section .feature h4 {
        margin-top: 0;
    }

    /* .cfa-temperature-theme .cfa-why-section .feature:hover {
        transform: none;
    } */
}

@media (max-width: 600px) {
    .cfa-temperature-theme .page-title-area {
        overflow-x: hidden;
        padding-top: 48px !important;
        padding-bottom: 32px !important;
    }

    .cfa-temperature-theme .page-title-wrapper .page-title {
        width: calc(100vw - 48px);
        max-width: calc(100vw - 48px);
        margin-right: auto;
        margin-left: auto;
        padding: 0 12px;
        font-size: clamp(25px, 8vw, 34px);
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    .cfa-temperature-theme .page-title-area .form-container.homepage-banner-form {
        display: block !important;
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
        margin-right: auto;
        margin-left: auto;
        margin-top: 18px;
        padding: 16px;
        box-sizing: border-box;
    }

    .cfa-temperature-theme .homepage-banner-form .form-control,
    .cfa-temperature-theme .homepage-banner-form .homepage-submit {
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* Section 3: reference-inspired services and video layout. */
/* .cfa-temperature-theme .cfa-section-three {
    align-items: stretch;
    row-gap: 30px;
    margin: 38px 0 0;
    padding: 40px;
    border: 1px solid #dfe7ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(0, 28, 83, .06);
} */

.cfa-temperature-theme .cfa-section-three-content { padding-right: 38px; }

.cfa-temperature-theme .cfa-section-kicker {
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
    padding-top: 18px;
    color: #000B4F;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}


.cfa-temperature-theme .cfa-section-kicker::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 4px;
    border-radius: 99px;
    background: #000b4f;
}

.cfa-temperature-theme .cfa-section-three .list-head {
    max-width: 560px;
    margin: 0 0 26px;
    color: #000B4F;
    text-align: left;
    font-family: "Poppins", sans-serif !important;
    font-size: 30px;
    font-weight: 500;
    /* line-height: 1.14; */
}

.cfa-fulfillment h3{
    color: #000B4F;
    font-family: "Poppins", sans-serif !important;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
}
.cfa-temperature-theme .service__details-content .cfa-section-three-list ul,
.cfa-temperature-theme .service__details-content .cfa-section-three-list ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin: 24px 0 0;
    padding: 0;
}

.cfa-temperature-theme .service__details-content .cfa-section-three-list li {
    position: relative;
    list-style: none;
    min-height: 0;
    margin: 0;
    padding: 17px 18px 17px 48px;
    border: 1px solid #d8e3ec;
    border-radius: 5px;
    background: #f7fafc;
    color: #001652;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    box-shadow: none;
}

.cfa-temperature-theme .service__details-content .cfa-section-three-list li::before {
    content: "✓";
    position: absolute;
    top: 17px;
    left: 20px;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border: 1px solid #69c9ac;
    border-radius: 50%;
    color: #007b63;
    font: 800 10px/1 Arial, sans-serif;
}

/* Supports the paragraph-based service markup currently stored in the database. */
.cfa-temperature-theme .cfa-section-three-list > p:has(strong),
.cfa-temperature-theme .cfa-section-three-list > p:has(b) {
    position: relative;
    margin: 13px 0 0;
    padding: 17px 18px 17px 48px;
    border: 1px solid #d8e3ec;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #f7fafc;
    color: #001652;
    font-weight: 700;
}

.cfa-temperature-theme .cfa-section-three-list > p:has(strong)::before,
.cfa-temperature-theme .cfa-section-three-list > p:has(b)::before {
    content: "✓";
    position: absolute;
    top: 18px;
    left: 20px;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border: 1px solid #69c9ac;
    border-radius: 50%;
    color: #000b4f;
    font: 800 10px/1 Arial, sans-serif;
}

.cfa-temperature-theme .cfa-section-three-list > p:has(strong) + p,
.cfa-temperature-theme .cfa-section-three-list > p:has(b) + p {
    margin: 0;
    padding: 0 18px 17px 48px;
    border: 1px solid #d8e3ec;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #f7fafc;
    color: #566b80;
    line-height: 1.65;
}

.cfa-temperature-theme .cfa-section-three-media {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cfa-temperature-theme .cfa-section-video {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 14px 34px rgba(0, 28, 83, .14);
}

.cfa-temperature-theme .cfa-section-video iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
}

.cfa-temperature-theme .youtube-facade {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
    cursor: pointer;
}

.cfa-temperature-theme .youtube-facade img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cfa-temperature-theme .youtube-facade-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 64px;
    height: 46px;
    place-items: center;
    border-radius: 5px;
    color: #fff;
    background: #f00;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 1;
}

.cfa-temperature-theme .youtube-facade:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: -3px;
}

.cfa-temperature-theme .cfa-safety-card {
    padding: 27px 28px;
    border: 1px solid #d8e3ec;
    border-radius: 5px;
    background: #f7fafc;
}



.cfa-temperature-theme .cfa-safety-card p:last-child { margin-bottom: 0; }

@media (max-width: 991px) {
    .cfa-temperature-theme .cfa-section-three-content { padding-right: 12px; }
}

@media (max-width: 767px) {
    .cfa-temperature-theme .cfa-section-three {
        margin-top: 24px;
        padding: 22px 16px;
        border-radius: 5px;
    }

    .cfa-temperature-theme .cfa-section-three .list-head { font-size: 28px; }
    .cfa-temperature-theme .cfa-safety-card { padding: 22px 18px; }
}

/* CFA section 3 — mirrors the temperature-page offer panel without Bootstrap side gutters. */
.cfa-temperature-theme .cfa-section-three {
    width: 100%;
    margin: 52px 0 20px !important;
    padding: 0 !important;
    --bs-gutter-x: 0;
}

.cfa-temperature-theme .cfa-section-three-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    align-items: start;
    gap: 40px 50px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 40px;
    border: 1px solid rgba(0, 11, 79, .08);
    border-radius: 5px;
    background: #fff;
}

.cfa-temperature-theme .cfa-section-three-content,
.cfa-temperature-theme .cfa-section-three-media {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.cfa-temperature-theme .cfa-section-three .cfa-section-kicker {
    margin-bottom: 18px;
    padding-top: 18px;
    font-size: 15px;
    font-weight: 500;
}

.cfa-temperature-theme .cfa-section-three .cfa-section-kicker::before {
    width: 48px;
    height: 3px;
}



.cfa-temperature-theme .cfa-section-three-content > p {
    max-width: 620px;
    margin: -10px 0 10px;
    font-weight: 300;
    color: #000b4f;
    text-align: left;
}

.cfa-section-three-list p{
    position: relative;
    min-height: 0;
    padding: 18px 22px 18px 54px;
    border: 1px solid rgba(0, 11, 79, 0.08);
    border-radius: 5px;
    background: #f7fbfc;
    color: #000B4F;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-align: left !important;
    box-shadow: 0 10px 24px rgba(0, 11, 79, 0.05);
}


.cfa-temperature-theme .cfa-section-three-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    --bs-gutter-x: 0;
}

.cfa-temperature-theme .cfa-section-three-list > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.cfa-temperature-theme .service__details-content .cfa-section-three-list ul,
.cfa-temperature-theme .service__details-content .cfa-section-three-list ol {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cfa-temperature-theme .service__details-content .cfa-section-three-list li {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 18px 22px 18px 54px;
    border: 1px solid rgba(0, 11, 79, .08);
    border-radius: 5px;
    background: #f7fbfc;
    color: #000b4f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    box-shadow: 0 10px 24px rgba(0, 11, 79, .05);
}

/* Section 3 cards: 4-up desktop, 2-up tablet and stacked on phones. */
@media (max-width: 1199px) {
    .cfa-temperature-theme .cfa-section-three-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cfa-temperature-theme .service__details-content .cfa-section-three-list ul,
    .cfa-temperature-theme .service__details-content .cfa-section-three-list ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .cfa-temperature-theme .cfa-section-three-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .cfa-temperature-theme .service__details-content .cfa-section-three-list ul,
    .cfa-temperature-theme .service__details-content .cfa-section-three-list ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .cfa-temperature-theme .service__details-content .cfa-section-three-list li {
        padding: 16px 16px 16px 48px;
        font-size: 14px;
    }
}

.cfa-temperature-theme .cfa-section-three-media {
    display: grid;
    gap: 24px;
    align-content: start;
}

.cfa-temperature-theme .cfa-section-video {
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 11, 79, .10);
    border-radius: 5px;
    background: #f7fbfc;
    box-shadow: 0 14px 32px rgba(0, 11, 79, .08);
}

.cfa-temperature-theme .cfa-safety-card {
    margin: 0;
    padding: 28px;
    border: 1px solid rgba(0, 11, 79, .08);
    border-radius: 5px;
    background: #f7fbfc;
}

.cfa-temperature-theme .cfa-safety-card h3 {
  font-family: "Poppins", sans-serif !important;
  color: #000B4F;
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .cfa-temperature-theme .cfa-section-three {
        margin: 40px 0 16px !important;
    }

    .cfa-temperature-theme .cfa-section-three-panel {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .cfa-temperature-theme .cfa-section-three {
        margin: 28px 0 10px !important;
    }

    .cfa-temperature-theme .cfa-section-three-panel {
        gap: 24px;
        padding: 24px 18px;
        border-radius: 5px;
    }

    .cfa-temperature-theme .cfa-section-three .list-head {
        margin-bottom: 18px;
        font-size: clamp(27px, 8vw, 32px);
    }

    .cfa-temperature-theme .cfa-section-three-content > p {
        margin: 0 0 22px;
        font-size: 15px;
        line-height: 1.65;
    }

    .cfa-temperature-theme .cfa-safety-card { padding: 20px 18px; }
}

/* Section 3 final layout: header, two balanced cards, full-width safety card. */
.cfa-temperature-theme .cfa-section-three-panel {
    display: block;
    padding: 38px;
}

.cfa-temperature-theme .cfa-section-three-header {
    width: 100%;
    margin: 0 0 28px;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(0, 11, 79, .09);
}

.cfa-temperature-theme .cfa-section-three-header .cfa-section-kicker {
    margin-bottom: 14px;
}

.cfa-temperature-theme .cfa-section-three-header .list-head {
    max-width: none;
    margin-bottom: 12px;
    /* font-size: clamp(30px, 3.2vw, 44px); */
}

.cfa-temperature-theme .cfa-section-three-header > p {
    /* max-width: 850px; */
    margin: 0;
    color: #000b4f;
    line-height: 1.7;
}

/* .cfa-temperature-theme .cfa-section-three-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 28px;
    width: 100%;
    margin: 0;
    padding: 0;
} */

.cfa-temperature-theme .cfa-section-three-grid .cfa-section-video {
    width: 100%;
    min-width: 0;
    min-height: 360px;
    margin: 0;
    border: 1px solid rgba(0, 11, 79, .09);
    border-radius: 5px;
    /* background: #f7fbfc; */
    box-shadow: 0 12px 30px rgba(0, 11, 79, .07);
}

.cfa-temperature-theme .cfa-features-card {
    display: flex;
    align-items: center;
    padding: 28px;
}

.cfa-temperature-theme .cfa-features-card .cfa-section-three-list {
    width: 100%;
}

.cfa-temperature-theme .cfa-section-three-grid .cfa-section-video {
    overflow: hidden;
}

.cfa-temperature-theme .cfa-section-three-grid .cfa-section-video iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    aspect-ratio: auto;
    object-fit: cover;
}

.cfa-temperature-theme .cfa-section-three-panel > .cfa-safety-card {
    width: 100%;
    margin: 28px 0 0;
    padding: 28px 30px;
    border: 1px solid rgba(0, 11, 79, .09);
    border-radius: 5px;
    background: #f7fbfc;
    box-shadow: 0 10px 26px rgba(0, 11, 79, .05);
}

.cfa-temperature-theme .cfa-section-three-panel > .cfa-safety-card h3 {
    margin: 0 0 12px;
    color: #000b4f;
    font-size: clamp(21px, 2vw, 27px);
    font-weight: 600;
}

@media (max-width: 991px) {
    .cfa-temperature-theme .cfa-section-three-panel {
        padding: 28px;
    }

    .cfa-temperature-theme .cfa-section-three-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cfa-temperature-theme .cfa-features-card,
    .cfa-temperature-theme .cfa-section-three-grid .cfa-section-video,
    .cfa-temperature-theme .cfa-section-three-grid .cfa-section-video iframe {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .cfa-temperature-theme .cfa-section-three-panel {
        padding: 20px 16px;
    }

    .cfa-temperature-theme .cfa-section-three-header {
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    .cfa-temperature-theme .cfa-section-three-header .list-head {
        font-size: 28px;
    }

    .cfa-temperature-theme .cfa-features-card {
        min-height: 0;
        padding: 18px;
    }

    .cfa-temperature-theme .cfa-section-three-grid .cfa-section-video,
    .cfa-temperature-theme .cfa-section-three-grid .cfa-section-video iframe {
        min-height: 230px;
    }

    .cfa-temperature-theme .cfa-section-three-panel > .cfa-safety-card {
        margin-top: 20px;
        padding: 20px 18px;
    }
}

/* Right card: equal YouTube and safety halves. */
.cfa-temperature-theme .cfa-section-three-grid .cfa-media-card {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    min-width: 0;
    min-height: 520px;
    margin: 0;
    padding: 0;
}

.cfa-temperature-theme .cfa-media-card .cfa-section-video,
.cfa-temperature-theme .cfa-media-card .cfa-safety-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    margin: 0;
}

.cfa-temperature-theme .cfa-media-card .cfa-section-video iframe {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
}

.cfa-temperature-theme .cfa-media-card .cfa-safety-card {
    overflow: auto;
    padding: 24px 26px;
}

.cfa-temperature-theme .cfa-section-three-grid .cfa-features-card {
    height: 100%;
    min-height: 520px;
}

.cfa-temperature-theme .cfa-section-three-grid .cfa-features-card,
.cfa-temperature-theme .cfa-section-three-grid .cfa-media-card {
    border-radius: 5px;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

/* .cfa-temperature-theme .cfa-section-three-grid .cfa-features-card:hover,
.cfa-temperature-theme .cfa-section-three-grid .cfa-media-card:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 164, 100, .22);
    box-shadow: 0 18px 40px rgba(0, 11, 79, .10);
} */

.cfa-temperature-theme .service__details-content .cfa-section-three-list li {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

/* .cfa-temperature-theme .service__details-content .cfa-section-three-list li:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 164, 100, .22);
    box-shadow: 0 18px 40px rgba(0, 11, 79, .10);
} */

@media (max-width: 991px) {
    .cfa-temperature-theme .cfa-section-three-grid .cfa-media-card,
    .cfa-temperature-theme .cfa-section-three-grid .cfa-features-card {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .cfa-temperature-theme .cfa-section-three-grid .cfa-features-card {
        min-height: 0;
    }

    .cfa-temperature-theme .cfa-section-three-grid .cfa-media-card {
        min-height: 460px;
        gap: 16px;
    }

    .cfa-temperature-theme .cfa-media-card .cfa-safety-card {
        padding: 18px;
    }

    /* .cfa-temperature-theme .cfa-section-three-grid .cfa-features-card:hover,
    .cfa-temperature-theme .cfa-section-three-grid .cfa-media-card:hover,
    .cfa-temperature-theme .service__details-content .cfa-section-three-list li:hover {
        transform: none;
    } */
}
