﻿
.top-services-section.lead-type-heroes-banners {
    background-color: #045A67;
    padding-top: 0px;
    margin-top: 127px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    height: 452px;
}

    .lead-type-heroes-banners.lead-inbound-call-banner-lg {
        background-image: url('/Content/images/heroes-banners/lead-inbound-calls-banner-lg.png');
    }

    .lead-type-heroes-banners.lead-appointments-banner-lg {
        background-image: url('/Content/images/heroes-banners/lead-appointments-banner-lg.png');
    }

    .lead-type-heroes-banners.lead-webform-banner-lg {
        background-image: url('/Content/images/heroes-banners/lead-webform-banner-lg.png');
    }

.lead-type-floating-labels {
    margin-top: 70px;
}

    .lead-type-floating-labels .floating-labels {
        background: #fff;
        color: #ff9800;
        font-weight: 600;
        padding: 10px 22px;
        border-radius: 30px;
        min-width: 260px;
        text-align: center;
        margin: 15px 0px 15px 0px;
        box-shadow: rgb(255 152 0) 0px 3px 10px 0px, rgba(0, 0, 0, 0.1) 0px 2px 20px 0px, rgba(255, 255, 255, 0.05) 1px 1px 0px 1px inset;
    }

@media (max-width: 1199px) {
    .lead-type-heroes-banners {
        padding-top: 0px;
        margin-top: 44px;
    }
}

@media (max-width: 991px) {
    .lead-type-heroes-banners {
        background-color: #045A67;
        padding-top: 0px;
        margin-top: 45px;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        height: auto;
    }

        .lead-type-heroes-banners.lead-inbound-call-banner-lg {
            background-image: none;
        }

        .lead-type-heroes-banners.lead-inbound-call-banner-sm {
            background-image: url('/Content/images/heroes-banners/lead-inbound-calls-banner-sm.png');
        }

    .lead-appointments-banner-lg.lead-appointments-banner-lg {
        background-image: none;
    }

    .lead-appointments-banner-lg.lead-appointments-banner-sm {
        background-image: url('/Content/images/heroes-banners/lead-appointments-banner-sm.png');
    }

    .lead-type-heroes-banners.lead-webform-banner-lg {
        background-image: none;
    }

    .lead-type-heroes-banners.lead-webform-banner-sm {
        background-image: url('/Content/images/heroes-banners/lead-webform-banner-sm.png');
    }

    .lead-type-floating-labels {
        margin-top: 0px;
        margin-bottom: 100px;
    }
}

.lead-type-section {
    background-color: #045A67;
}

    .lead-type-section .card-title {
        color: #1D1F1E;
    }

.small-icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #FA9101;
    transition: all 0.3s ease-in-out;
}

.card:hover .small-icon-square {
    transform: translateY(-5px);
    background-color: #045A67;
}


/* ======== Success Stories ============== */

.section.success-stories-section {
    background-color: #E3F4F6
}

    .section.success-stories-section .swiper-wrapper {
        position: relative;
        width: auto;
        height: 100%;
        z-index: 1;
        transition-property: transform;
        box-sizing: content-box;
    }

    .section.success-stories-section .swiper:hover {
        overflow: visible;
    }

    .section.success-stories-section .success-stories {
        margin-bottom: 40px;
    }

    .section.success-stories-section .swiper-pagination {
        display: block;
    }

    .section.success-stories-section .swiper-pagination {
        bottom: 0px;
    }

    .section.success-stories-section .success-stories {
        color: var(--billy-navy-blue-dark);
        background-color: white;
        border-radius: 8px;
        border: 1px solid #D1D5DB;
        padding: 24px;
        transition: transform 0.3s ease;
        line-height: 18px;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

    .section.success-stories-section .testimonial-item:hover {
        transform: scale(1.01);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
    }

    .section.success-stories-section .success-stories-info {
        position: relative;
        overflow: hidden;
    }

        .section.success-stories-section .success-stories-info img {
            position: absolute;
            width: 105px;
            height: auto;
            z-index: 1;
        }

        .section.success-stories-section .success-stories-info p {
            position: relative;
            padding-bottom: 15px;
            line-height: 32px;
            border-bottom: 1px solid #F1F5F9;
            z-index: 2;
            margin-bottom: 15px;
        }

    .section.success-stories-section .success-stories h6 {
        line-height: 28px;
    }

    .section.success-stories-section .success-stories small {
        line-height: 24px;
    }


/*  Best Your Business  */

.section.best-your-business {
    background-color: #045A67;
}

.square-icon-textBox {
    background-color: #FA9101;
    color: white;
    font-weight: 500;
    font-size: 24px;
    border-radius: 30px;
    padding: 0px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
    width: auto;
}

    .square-icon-textBox .icon {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        width: 56px;
        height: 56px;
    }

        .square-icon-textBox .icon i {
            font-size: 24px;
        }

.custom-check-list .list-group-item {
    border: none;
    padding: 10px 0;
    font-size: 1rem;
    color: #333;
}


/*  leads footer pages links section */

.leads-footer-pages {
    color: #045A67;
}

.leads-footer-pagesBox {
    margin-bottom: 30px;
}

.leads-footer-pages .list-unstyled {
    text-align: center;
}

.leads-footer-header {
    text-align: center;
    border-bottom: 3px solid #0F616E;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .leads-footer-header.no-visually {
        visibility: hidden;
    }

.joinNow-form {
    background-color: #ffffff;
    border-top: 4px solid #FA9101;
}

.quotes-info .quotes-step {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.quotes-info .step-number {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--billy-bg-orange);
    margin-right: 10px;
    border: 1px solid var(--billy-border-orange);
}

.quotes-info p.step-number {
    color: var(--billy-text-white);
}

.quotes-info h5.text-billy-primary {
    color: var(--billy-teal);
}

.quotes-info .step-line {
    border-left: 2px solid var(--billy-bg-orange);
    height: 24px;
    margin-left: 16px;
}

    .quotes-info .step-line.step-line-grey {
        border-left: 2px solid #DFE4EA;
        height: 24px;
        margin-left: 16px;
    }

.joinNow-form {
    height: 920px;
    width: 100%;
}