﻿img.static-add {
    width: 100%;
    margin-top: 45px;
}

.mt-n120 {
    margin-top: -120px;
}

.pt-100 {
    padding-top: 100px;
}

.blog-details-bg, section.blog-details-bg, .section.blog-details-bg {
    background-color: var(--billy-blue-bg-subtle);
}

.blog-details-container {
    max-width: 800px;
    margin: auto;
    color: #1D1F1E;
}

.blog-img {
    width: 100%;
    border-radius: 8px;
}

.blog-details-form a {
    color: #2D68F8;
}

.blog-details-form {
    position: absolute;
    top: 50px;
    right: -150px;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    max-width: 350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flow .step, .flow:not(.qp) .step {
    width: 100%;
}

    .flow .step .question {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding-top: 8px;
    }

    .flow .step .inputs {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

.hidden-section {
    display: none;
}

@media (max-width: 1140px) {
    .blog-details-form {
        position: sticky;
        max-width: 100%;
        margin-top: 20px;
    }
}

.blog-details-form .call-text {
    margin-top: 10px;
    color: #1D1F1E;
    text-align: center;
}

.blog-details-form input::placeholder {
    color: #9CA3AF;
    font-weight: 300;
}

ul.custom-list-orange li::marker {
    color: orange;
}

.blog-details-container .testimonial-box {
    padding: 0px 20px 0px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

    .blog-details-container .testimonial-box::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(to bottom, var(--billy-bg-orange) 40%, #e5e5e5 40%);
    }

.blog-details-container .quote-icon {
    color: var(--billy-bg-orange);
    font-size: 60px;
    vertical-align: top;
    line-height: 1;
    display: inline-block;
}

.blog-details-container .testimonial-text {
    color: #1F2A37;
    margin-top: -20px;
    font-weight: 500;
}

.blog-details-container .professional-box {
    background-color: var(--billy-bg-dark);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    .blog-details-container .professional-box h1 {
        color: var(--billy-text-white);
    }

    .blog-details-container .professional-box p {
        color: var(--billy-text-white);
    }

.blog-share-social .social-links a {
    color: #646A69;
    margin-right: 10px;
}

.blog-hero-sticky-icons {
    display: none;
}

.blog-info-sticky-icons {
    display: none;
}

@media (min-width: 992px) {
    .blog-hero-sticky-icons {
        display: block;
        position: absolute;
        left: 0px;
        bottom: 150px;
        text-align: end;
        font-size: 20px;
    }

    .blog-info-sticky-icons {
        display: block;
        position: sticky;
        left: 0;
        top: 200px;
        transition: position 0.3s ease-in-out;
        text-align: end;
    }

        .blog-info-sticky-icons .blog-share-social {
            margin-bottom: -120px;
        }

    .top-services-section.section.blog-details-bg.pb-2.flow-active {
        padding-bottom: 50vh!important;
    }

    .content-with-share {
        display: grid;
        grid-template-columns: 19fr 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 40px;
        max-width: 880px;
        margin-left: calc(calc(100% - 800px) / 2);
    }
}

@media (max-width:480px) {
    
    .top-services-section {
        padding: 30px 0px 50px 0px!important;
    }

    .text-center.mb-5 {
        margin-bottom: .5rem!important;
    }

    .flow .step {
        margin-top: 0;
    }

        .flow .step .question {
            padding-bottom: 16px;
        }

        .flow .step .inputs {
            margin-bottom: 0;
        }
}

@media (min-width: 481px) and (max-width: 991px) {

    .top-services-section {
        padding: 60px 0px 50px 0px !important;
    }

    .text-center.mb-5 {
        margin-bottom: .5rem !important;
    }
    
    .flow .step {
        margin-top: -.5rem;
        margin-bottom: 0;
    }

        .flow .step .question {
            padding-bottom: 16px;
        }

        .flow .step .inputs {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0;
        }
}