/* AlwaysPuttingOutFires Hero Section */

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.AlwaysPuttingOutFiresHeroSection {
    background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 99px 0 0 0;
    padding: 40px 24px 60px 24px;
}

.AlwaysPuttingOutFiresHeroContainer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.AlwaysPuttingOutFiresBreadcrumbs {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
}

.AlwaysPuttingOutFiresBreadcrumbLink {
    color: #FFFFFF;
    text-decoration: none;
}

    .AlwaysPuttingOutFiresBreadcrumbLink:hover {
        text-decoration: underline;
    }

.AlwaysPuttingOutFiresBreadcrumbSeparator {
    color: #FFFFFF;
    opacity: 0.9;
}

.AlwaysPuttingOutFiresBreadcrumbCurrent {
    color: #FFFFFF;
    opacity: 0.95;
}

.AlwaysPuttingOutFiresHeroInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.AlwaysPuttingOutFiresHeroImageWrapper {
    flex: 0 0 auto;
    max-width: 45%;
}

.AlwaysPuttingOutFiresHeroImage {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: contain;
}

.AlwaysPuttingOutFiresHeroContent {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.AlwaysPuttingOutFiresHeroTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.2;
}

.AlwaysPuttingOutFiresHeroDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1200px) {
    .AlwaysPuttingOutFiresHeroTitle {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .AlwaysPuttingOutFiresHeroSection {
        padding: 100px 20px 60px 20px;
    }

    .AlwaysPuttingOutFiresHeroInner {
        flex-direction: column;
        gap: 32px;
    }

    .AlwaysPuttingOutFiresHeroImageWrapper {
        max-width: 100%;
        order: 1;
    }

    .AlwaysPuttingOutFiresHeroContent {
        order: 2;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .AlwaysPuttingOutFiresHeroSection {
        padding: 75px 20px 40px 20px;
    }

    .AlwaysPuttingOutFiresHeroTitle {
        font-size: 32px;
    }

    .AlwaysPuttingOutFiresHeroDescription {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    .AlwaysPuttingOutFiresHeroSection {
        padding: 60px 15px 30px 15px;
    }

    .AlwaysPuttingOutFiresHeroDescription {
        font-size: 1rem;
    }
}

.AlwaysPuttingOutFiresBackLinkContainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.AlwaysPuttingOutFiresBackLink {
    display: block;
    font-size: 16px;
    color: #202328;
    text-decoration: none;
    margin: 28px 10px 15px 0;
    font-weight: 700;
    transition: color 0.2s;
    text-align: left;
}

.AlwaysPuttingOutFiresLayoutWrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    box-sizing: border-box;
    padding: 0 16px;
    padding-top: 16px;
}

.AlwaysPuttingOutFiresAttachmentContainer {
    border: 1px solid #B3D9F2;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px 24px;
    box-sizing: border-box;
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: 0;
}

.AlwaysPuttingOutFiresInlineImage {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 32px 0;
}

    .AlwaysPuttingOutFiresInlineImage .AlwaysPuttingOutFiresMainImage {
        max-width: 500px;
        width: 100%;
    }

.AlwaysPuttingOutFiresSummarySection {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 60px auto 0 auto;
    padding: 48px 24px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #B3D9F2;
    border-radius: 12px;
    text-align: center;
}

.AlwaysPuttingOutFiresSummaryTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 24px 0;
}

.AlwaysPuttingOutFiresSummaryContent {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0 auto 32px auto;
    max-width: 1200px;
}

.AlwaysPuttingOutFiresSummarySection .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
}

    .AlwaysPuttingOutFiresSummarySection .btn-secondary img {
        width: 16px;
        height: 16px;
    }

.AlwaysPuttingOutFiresRelatedSection {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 0 16px 48px 16px;
    box-sizing: border-box;
}

.AlwaysPuttingOutFiresRelatedHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.AlwaysPuttingOutFiresRelatedSection .AlwaysPuttingOutFiresRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0;
}

.AlwaysPuttingOutFiresCarouselNav {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.AlwaysPuttingOutFiresCarouselBtn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #1C48B2;
    background: #fff;
    color: #1C48B2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

    .AlwaysPuttingOutFiresCarouselBtn:hover:not(:disabled) {
        background: #1C48B2;
        color: #fff;
    }

    .AlwaysPuttingOutFiresCarouselBtn:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.AlwaysPuttingOutFiresCarouselBtnIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.AlwaysPuttingOutFiresCarouselWrapper {
    overflow: hidden;
    width: 100%;
}

.AlwaysPuttingOutFiresCarouselTrack {
    display: flex;
    gap: 25px;
    transition: transform 0.3s ease;
}

.AlwaysPuttingOutFiresRelatedCard {
    flex: 0 0 calc((100% - 50px) / 3);
    background: white;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.08);
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    min-width: 0;
}

    .AlwaysPuttingOutFiresRelatedCard:hover {
        box-shadow: 0 8px 32px rgba(44, 62, 80, 0.16);
        text-decoration: none;
        color: inherit;
    }

.AlwaysPuttingOutFiresRelatedCardImage {
    width: 215px;
    height: 215px;
    object-fit: contain;
    margin-bottom: 18px;
    border-radius: 18px;
}

.AlwaysPuttingOutFiresRelatedCardHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
}

.AlwaysPuttingOutFiresRelatedCardDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    margin-bottom: 24px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 991px) {
    .AlwaysPuttingOutFiresRelatedCard {
        flex: 0 0 calc((100% - 25px) / 2);
    }

    .AlwaysPuttingOutFiresHeroInner {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .AlwaysPuttingOutFiresRelatedSection .AlwaysPuttingOutFiresRelatedTitle {
        font-size: 26px;
    }

    .AlwaysPuttingOutFiresRelatedCard {
        flex: 0 0 100%;
    }

    .AlwaysPuttingOutFiresRelatedCard {
        padding: 24px 12px;
    }
}

.AlwaysPuttingOutFiresRightPanel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 32%;
    max-width: 32%;
    align-items: flex-end;
    margin-top: 0;
}

@media (min-width: 1025px) {
    .AlwaysPuttingOutFiresRightPanel {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 110px !important;
        align-self: flex-start !important;
        height: fit-content !important;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        will-change: transform;
    }

    .AlwaysPuttingOutFiresLayoutWrapper {
        overflow: visible !important;
        padding-top: 16px;
    }
}

@media (min-width: 1400px) {
    .AlwaysPuttingOutFiresRightPanel {
        top: 120px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .AlwaysPuttingOutFiresRightPanel {
        top: 115px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .AlwaysPuttingOutFiresRightPanel {
        top: 110px !important;
    }
}

.AlwaysPuttingOutFiresShareBox {
    background: #ffffff;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.AlwaysPuttingOutFiresShareTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
}

.AlwaysPuttingOutFiresShareIcons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.AlwaysPuttingOutFiresShareIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1f65c7eb;
    color: #fff;
    text-decoration: none;
    border: 1px solid #1f65c7eb;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

    .AlwaysPuttingOutFiresShareIcon:hover {
        background-color: #ecfaff;
        border-color: #1f65c7eb;
        color: #1f65c7eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
    }

        .AlwaysPuttingOutFiresShareIcon:hover img,
        .AlwaysPuttingOutFiresShareIcon:hover svg {
            filter: brightness(0);
        }

    .AlwaysPuttingOutFiresShareIcon img,
    .AlwaysPuttingOutFiresShareIcon svg {
        width: 18px;
        height: 18px;
        filter: brightness(0) invert(1);
    }

/* Toastify pop-up (same as Contact Us) */
.custom-toast {
    background: #DCF1FA !important;
    color: #202328 !important;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 5px solid #25B6FF;
    padding: 15px 30px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

.toast-close {
    color: #202328 !important;
    font-size: 18px !important;
    margin-left: 12px !important;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

    .toast-close:hover {
        opacity: 1;
        color: #202327 !important;
    }

.toastify-right {
    right: 30px !important;
}

.toastify-top {
    top: 140px !important;
}


.AlwaysPuttingOutFiresSubscribeBox {
    background: #ffffff;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.AlwaysPuttingOutFiresSubscribeTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
}

.AlwaysPuttingOutFiresSubscribeForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.AlwaysPuttingOutFiresSubscribeInputWrap {
    position: relative;
    display: flex;
    align-items: center;
}

.AlwaysPuttingOutFiresSubscribeIcon {
    position: absolute;
    left: 12px;
    flex-shrink: 0;
    color: #6b7280;
}

.AlwaysPuttingOutFiresSubscribeInput {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #B3D9F2 !important;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}

    .AlwaysPuttingOutFiresSubscribeInput:focus,
    .AlwaysPuttingOutFiresSubscribeInput:invalid,
    .AlwaysPuttingOutFiresSubscribeInput:valid {
        outline: none !important;
        box-shadow: none !important;
        border-color: #B3D9F2 !important;
    }

    .AlwaysPuttingOutFiresSubscribeInput::placeholder {
        color: #9ca3af;
    }

.AlwaysPuttingOutFiresSubscribeError {
    font-size: 13px;
    color: #dc2626;
}

.AlwaysPuttingOutFiresSubscribeForm .btn-secondary {
    border: none;
    cursor: pointer;
    align-self: flex-start;
    padding: 8px 20px;
    font-size: 14px;
}

    .AlwaysPuttingOutFiresSubscribeForm .btn-secondary img {
        width: 14px;
        height: 14px;
    }

@media (max-width: 1024px) {
    .AlwaysPuttingOutFiresRightPanel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

        .AlwaysPuttingOutFiresRightPanel .AlwaysPuttingOutFiresShareBox,
        .AlwaysPuttingOutFiresRightPanel .AlwaysPuttingOutFiresSubscribeBox {
            min-width: 0;
        }

        .AlwaysPuttingOutFiresRightPanel .AlwaysPuttingOutFiresSubscribeBox {
            display: flex;
            flex-direction: column;
        }

            .AlwaysPuttingOutFiresRightPanel .AlwaysPuttingOutFiresSubscribeBox .AlwaysPuttingOutFiresSubscribeForm {
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

                .AlwaysPuttingOutFiresRightPanel .AlwaysPuttingOutFiresSubscribeBox .AlwaysPuttingOutFiresSubscribeForm .btn-secondary {
                    flex-shrink: 0;
                }
}

@media (max-width: 600px) {
    .AlwaysPuttingOutFiresRightPanel {
        grid-template-columns: 1fr;
    }
}

.AlwaysPuttingOutFiresAISection {
    padding: 0px 5px 32px 16px;
}

    .AlwaysPuttingOutFiresAISection .AlwaysPuttingOutFiresAIHeading {
        color: #202328;
    }

.AlwaysPuttingOutFiresAttachmentBox1 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.AlwaysPuttingOutFiresAIHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
    text-align: left;
}

.AlwaysPuttingOutFiresAIButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.AlwaysPuttingOutFiresAIButton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #1f65c7eb;
    border: 1px solid #1f65c7eb;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

    .AlwaysPuttingOutFiresAIButton .AlwaysPuttingOutFiresAIIcon {
        filter: brightness(0) invert(1);
    }

@media (min-width: 1025px) {
    .AlwaysPuttingOutFiresAIButton:hover {
        background-color: #ecfaff;
        border-color: #1f65c7eb;
        color: #1f65c7eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
    }

        .AlwaysPuttingOutFiresAIButton:hover .AlwaysPuttingOutFiresAIIcon {
            filter: none;
        }

    /* Claude AI icon: black on hover (desktop only) */
    .AlwaysPuttingOutFiresAIButton[href*="claude.ai"]:hover svg.AlwaysPuttingOutFiresAIIcon {
        filter: brightness(0);
    }
}

@media (max-width: 1024px) {
    /* Claude button: no hover effect on tablet/mobile */
    .AlwaysPuttingOutFiresAIButton[href*="claude.ai"]:hover {
        background-color: #1f65c7eb !important;
        border-color: #1f65c7eb !important;
        color: #FFFFFF !important;
        transform: none !important;
        box-shadow: none !important;
    }

        .AlwaysPuttingOutFiresAIButton[href*="claude.ai"]:hover svg.AlwaysPuttingOutFiresAIIcon {
            filter: brightness(0) invert(1) !important;
        }
}

.AlwaysPuttingOutFiresAIButton:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(124, 58, 237, 0.15);
}

.AlwaysPuttingOutFiresAIIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: currentColor;
}

.AlwaysPuttingOutFiresAttachmentBox2 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px 20px 5px 20px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

    .AlwaysPuttingOutFiresAttachmentBox2 .BlogCardCompact {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
    }

    .AlwaysPuttingOutFiresAttachmentBox2 .BlogCardCompactImageWrapper {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
        overflow: hidden;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .AlwaysPuttingOutFiresAttachmentBox2 .BlogCardCompactImage {
        width: 92%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    .AlwaysPuttingOutFiresAttachmentBox2 .BlogCardCompactContent {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
    }

@media (max-width: 1024px) {
    .AlwaysPuttingOutFiresAttachmentBox2 {
        display: none;
    }
}

.AlwaysPuttingOutFiresAttachmenthiddenbox {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-top: 8%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
    .AlwaysPuttingOutFiresLayoutWrapper {
        flex-direction: column-reverse;
        padding-top: 16px;
    }

    .AlwaysPuttingOutFiresAttachmentContainer {
        padding: 20px;
        flex: 1;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }

    .AlwaysPuttingOutFiresRightPanel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        margin-top: 0;
    }

    .AlwaysPuttingOutFiresAttachmentBox1 {
        margin-top: 0;
        display: block !important;
        width: 100%;
    }


    .AlwaysPuttingOutFiresAIButtons {
        gap: 8px;
        display: flex !important;
        visibility: visible !important;
    }

    .AlwaysPuttingOutFiresAIButton {
        padding: 8px 12px;
        font-size: 12px;
        display: flex !important;
        visibility: visible !important;
    }

    .AlwaysPuttingOutFiresAIIcon {
        width: 14px;
        height: 14px;
        display: block !important;
        visibility: visible !important;
    }

    .AlwaysPuttingOutFiresAttachmenthiddenbox {
        display: block;
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .AlwaysPuttingOutFiresHiddenboxContent {
        width: 100%;
    }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactContainer {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            gap: 16px;
            overflow-x: auto;
            overflow-y: hidden;
            padding-bottom: 8px;
            -webkit-overflow-scrolling: touch;
        }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompact {
            flex: 0 0 auto;
            min-width: 280px;
            width: 280px;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 0;
            border-radius: 8px;
            overflow: hidden;
            background-color: #FFFFFF;
            border: none;
            transition: all 0.3s ease;
        }

            .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompact:hover {
                transform: translateY(-4px);
                box-shadow: 0 4px 12px rgba(28, 72, 178, 0.15);
            }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactImageWrapper {
            width: 100%;
            height: 180px;
            overflow: hidden;
            background-color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactImage {
            width: 60%;
            height: auto;
            object-fit: cover;
            display: block;
            margin: 0;
            padding: 0;
        }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompact {
            gap: 0;
        }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactContent {
            width: 100%;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
            min-height: fit-content;
        }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactHeading {
            font-family: 'Nunito', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #1C48B2;
            line-height: 1.4;
            margin: 0;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: break-word;
            word-break: break-word;
            max-height: calc(1.4em * 2);
        }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar {
            height: 6px;
        }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb {
            background: #B3D9F2;
            border-radius: 10px;
        }

            .AlwaysPuttingOutFiresHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb:hover {
                background: #1C48B2;
            }

    .AlwaysPuttingOutFiresAttachmenthiddenbox .AlwaysPuttingOutFiresRelatedTitle {
        margin-bottom: 16px;
    }

    .AlwaysPuttingOutFiresAttachmenthiddenbox .BlogCardCompactHeading {
        font-size: 16px;
    }

    .AlwaysPuttingOutFiresAttachmenthiddenbox .BlogCardCompactContainer {
        gap: 0px;
    }
}

@media (min-width: 1025px) {
    .AlwaysPuttingOutFiresAttachmenthiddenbox {
        display: none;
    }
}

.AlwaysPuttingOutFiresHiddenboxContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.AlwaysPuttingOutFiresRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 5px 0;
    text-align: left;
}

.AlwaysPuttingOutFiresMainSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.AlwaysPuttingOutFiresMainContent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    border-radius: 16px;
    padding: 0;
}

.AlwaysPuttingOutFiresMainImage {
    width: 100%;
    max-width: 460px !important;
    height: auto;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

.AlwaysPuttingOutFiresTextContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 94%;
    max-width: 100%;
    padding: 0;
}

.AlwaysPuttingOutFiresMainTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0;
}

.AlwaysPuttingOutFiresParagraph {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media (max-width: 1100px) {
    .AlwaysPuttingOutFiresMainContent {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .AlwaysPuttingOutFiresMainContent {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }

    .AlwaysPuttingOutFiresMainImage {
        width: 70%;
        max-width: 500px;
        margin-bottom: 0;
    }

    .AlwaysPuttingOutFiresImagetext {
        width: 100% !important;
    }

    .AlwaysPuttingOutFiresTextContent {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 96%;
        max-width: 100%;
        padding: 0;
        ;
    }

    .AlwaysPuttingOutFiresMainSection {
        margin-bottom: -60px;
    }

    .AlwaysPuttingOutFiresBackLink {
        margin-left: 30px;
    }

    .AlwaysPuttingOutFiresImagetext {
        width: 100% !important;
    }

    .AlwaysPuttingOutFiresContainer {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .AlwaysPuttingOutFiresMainTitle {
        font-size: 26px;
        text-align: left;
        padding: 1px 30px;
    }
}

@media (max-width: 767px) {
    .AlwaysPuttingOutFiresMainTitle {
        font-size: 20px;
        text-align: left;
        padding: 1px 30px;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .AlwaysPuttingOutFiresMainImage {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.AlwaysPuttingOutFiresSection {
    width: 100%;
    max-width: 1020px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
}

.AlwaysPuttingOutFiresSectionTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 32px;
    text-align: left;
    background: none;
    padding: 0;
    border-radius: 0;
    display: block;
}

.AlwaysPuttingOutFiresSubSectionTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #1C48B2;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 24px;
    text-align: left;
    background: none;
    padding: 0;
    border-radius: 0;
    display: block;
}

.AlwaysPuttingOutFiresSectionContent {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

.AlwaysPuttingOutFiresReadMoreCard {
    display: block;
    border: 1px solid #1f65c7eb;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 16px 0;
    text-decoration: none;
    color: #ffffff;
    background-color: #1f65c7eb;
    transition: all 0.3s ease;
}

    .AlwaysPuttingOutFiresReadMoreCard:hover {
        background-color: #ecfaff;
        border-color: #1f65c7eb;
        color: #1f65c7eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
    }

        .AlwaysPuttingOutFiresReadMoreCard:hover .AlwaysPuttingOutFiresReadMoreLabel {
            color: #000000;
        }

.AlwaysPuttingOutFiresReadMoreLabel {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 6px;
    color: inherit;
}

.AlwaysPuttingOutFiresReadMoreText {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.AlwaysPuttingOutFiresSectionList {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    color: #202328;
    margin: 0 0 16px 24px;
    list-style-type: disc;
    padding-left: 18px;
    align-items: flex-start !important;
    gap: 0px !important;
}

    .AlwaysPuttingOutFiresSectionList li {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #202328;
    }

/* Table Styles */
.AlwaysPuttingOutFiresTableContainer {
    width: 100%;
    overflow-x: auto;
    margin: 24px 0;
}

.AlwaysPuttingOutFiresTable {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .AlwaysPuttingOutFiresTable thead {
        background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
        color: #FFFFFF;
    }

    .AlwaysPuttingOutFiresTable th {
        padding: 16px;
        text-align: center;
        font-weight: 900;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
    }

    .AlwaysPuttingOutFiresTable td {
        padding: 16px;
        border: 1px solid #E5E7EB !important;
        color: #202328;
        text-align: center;
        background-color: #ECFAFF;
    }

    .AlwaysPuttingOutFiresTable tbody tr:last-child td {
        border-bottom: none;
    }

    .AlwaysPuttingOutFiresTable tbody tr:hover {
        background-color: #F9FAFB;
    }

.AlwaysPuttingOutFiresCtaSection {
    width: 100%;
    max-width: 1020px;
    margin: 48px auto 0 auto;
    padding: 48px 24px 48px 24px;
    background: linear-gradient(180deg, #1C48B2 0%, #1F72CF 38.2%, #25B6FF 100%);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.AlwaysPuttingOutFiresCtaTitle {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.AlwaysPuttingOutFiresCtaDescription {
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
}

.AlwaysPuttingOutFiresCtaButtons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.AlwaysPuttingOutFiresCtaButton {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #1C48B2 0%, #CC338D 100%);
    border: none;
    border-radius: 24px;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.10);
    cursor: pointer;
}

    .AlwaysPuttingOutFiresCtaButton:hover {
        background: linear-gradient(90deg, #25B6FF 0%, #CC338D 100%);
        box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
    }

.AlwaysPuttingOutFiresCtaArrow {
    font-size: 1.1em;
    margin-left: 4px;
}

@media (max-width: 1100px) {
    .AlwaysPuttingOutFiresCtaSection {
        max-width: 98vw;
        padding: 32px 20px;
    }
}

@media (max-width: 600px) {
    .AlwaysPuttingOutFiresCtaSection {
        max-width: 95vw;
        padding: 40px 10px 40px 10px;
    }

    .AlwaysPuttingOutFiresCtaTitle {
        font-size: 22px;
    }

    .AlwaysPuttingOutFiresCtaDescription {
        font-size: 15px;
    }

    .AlwaysPuttingOutFiresCtaButtons {
        flex-direction: column;
        gap: 16px;
    }

    .AlwaysPuttingOutFiresCtaButton {
        width: 100%;
        justify-content: center;
    }

    .AlwaysPuttingOutFiresTableContainer {
        overflow-x: scroll;
    }

    .AlwaysPuttingOutFiresTable {
        font-size: 14px;
    }

        .AlwaysPuttingOutFiresTable th,
        .AlwaysPuttingOutFiresTable td {
            padding: 12px;
        }
}

.AlwaysPuttingOutFiresContainer {
    max-width: 1020px;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
}

/* Section spacing for AlwaysPuttingOutFiresPage */
.AlwaysPuttingOutFiresSection, .AlwaysPuttingOutFiresMainSection, .AlwaysPuttingOutFiresCtaSection {
    margin-bottom: 30px;
}
/* Heading-description gap for AlwaysPuttingOutFiresPage */
.AlwaysPuttingOutFiresMainTitle, .AlwaysPuttingOutFiresSectionTitle, .AlwaysPuttingOutFiresCtaTitle {
    margin-bottom: 20px;
}

.AlwaysPuttingOutFiresFaqSection {
    max-width: 1020px;
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.AlwaysPuttingOutFiresFaqTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1C48B2;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.AlwaysPuttingOutFiresFaqContainer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.AlwaysPuttingOutFiresFaqColumn {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.AlwaysPuttingOutFiresFaqItem {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

    .AlwaysPuttingOutFiresFaqItem:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.AlwaysPuttingOutFiresFaqQuestion {
    font-family: 'Nunito', sans-serif;
    font-weight: 670;
    font-size: 18px;
    color: #1C48B2;
    margin-bottom: 12px;
    line-height: 1.4;
}

.AlwaysPuttingOutFiresFaqAnswer {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design for FAQ Section */
@media (max-width: 768px) {
    .AlwaysPuttingOutFiresFaqContainer {
        flex-direction: column;
        gap: 20px;
    }

    .AlwaysPuttingOutFiresFaqColumn {
        gap: 20px;
    }

    .AlwaysPuttingOutFiresFaqTitle {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .AlwaysPuttingOutFiresFaqItem {
        padding: 20px;
    }

    .AlwaysPuttingOutFiresFaqQuestion {
        font-size: 16px;
    }

    .AlwaysPuttingOutFiresFaqAnswer {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .AlwaysPuttingOutFiresFaqSection {
        padding: 0 15px;
        margin: 40px auto;
    }

    .AlwaysPuttingOutFiresFaqTitle {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .AlwaysPuttingOutFiresFaqItem {
        padding: 16px;
    }

    .AlwaysPuttingOutFiresFaqQuestion {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .AlwaysPuttingOutFiresFaqAnswer {
        font-size: 14px;
    }
}

.AlwaysPuttingOutFiresImagetext {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0;
}

.AlwaysPuttingOutFiresMainTitleRow {
    width: 94%;
}

.BlogCardCompactContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.BlogCardCompact {
    display: flex;
    gap: 18px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid transparent;
}

    .BlogCardCompact:hover {
        background-color: #F0F8FF;
        border-color: #B3D9F2;
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(28, 72, 178, 0.1);
    }

.BlogCardCompactImageWrapper {
    flex-shrink: 0;
}

.BlogCardCompactImage {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.BlogCardCompactContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.BlogCardCompactHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1C48B2;
    margin-top: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.home-faq-item.faq-hidden {
    display: none;
}

.home-faq-read-more-container {
    text-align: center;
    margin-top: 32px;
    padding: 20px 0;
}

.home-faq-read-more-btn {
    background: linear-gradient(90deg, #1C48B2 0%, #25B6FF 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 24px;
    padding: 12px 32px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(28, 72, 178, 0.2);
}

    .home-faq-read-more-btn:hover {
        background: linear-gradient(90deg, #25B6FF 0%, #1C48B2 100%);
        box-shadow: 0 4px 16px rgba(28, 72, 178, 0.3);
        transform: translateY(-2px);
    }

@media (max-width: 767px) {
    .home-faq-read-more-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}
