﻿#old-flow .step, #flow .step {
    width: 100% !important;
}

    #old-flow .step .inputs, #flow .step .inputs {
        width: 90% !important;
    }

#d-reset {
    display: none;
}

#d-projects.filtered {
    background-color: rgb(15, 95, 95);
    color: rgb(255, 255, 255);
}

.read-resource-item p, .blogPost-infoBox p {
    color: var(--default-color) !important;
}

.search-bar {
    border-radius: 25px;
    border: 1px solid #ccc;
}

    .search-bar .input-group-text {
        background-color: transparent;
        border: none;
        padding: 8px 16px;
        color: #666;
        font-size: 16px;
    }

    .search-bar input {
        border: none;
        font-size: 16px;
        color: #333;
        padding-left: 2px;
        border-radius: 25px;
    }

        .search-bar input::placeholder {
            color: #666;
        }

    .search-bar .form-control:focus {
        box-shadow: none;
        border: none;
    }

.pro-resourcesBg {
    color: var(--billy-text-white);
    background-color: var(--billy-bg-dark);
}

    .pro-resourcesBg h1 {
        color: var(--billy-text-white);
    }

    .pro-resourcesBg h2 {
        color: var(--billy-text-white);
    }

@media(min-width: 1200px) {
    .pro-resourcesBg h1 {
        line-height: 62px;
        color: var(--billy-text-white);
    }
}

.pro-resourcesBg h1 span.orange-text {
    color: var(--billy-orange);
}

.pro-resourcesBg h1 span.green-text {
    color: var(--billy-green);
}

.read-resource-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.read-resource-image {
    flex: 0 0 auto;
    width: 176px;
    height: 176px;
    object-fit: cover;
    border-radius: 15px;
    margin-right: 20px;
}

.read-resource-text {
    flex: 1;
}

    .read-resource-text p {
        margin: 0;
        color: #666;
    }

.read-resource-item .text-truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.most-read-resources {
    position: sticky;
    top: 60px;
}

@media(min-width: 1200px) {
    .most-read-resources {
        position: sticky;
        top: 180px;
    }
}

.try-text {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}


section.bg-billy-gray2, .section.bg-billy-gray2 {
    background-color: #F3F4F6;
}

section.bg-billy-dark2, .section.bg-billy-dark2 {
    background-color: #1F2A37;
}
    

.popularProService-itemBox {
    width: 120px;
}

    .popularProService-itemBox .proServices-iconBox {
        width: 72px;
        height: 64px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border-radius: 10px;
        transition: background-color 0.3s ease;
    }

        .popularProService-itemBox .proServices-iconBox svg {
            width: 55px;
            height: 56px;
            fill: #17a2b8;
            transition: fill 0.3s ease;
        }

    .popularProService-itemBox:hover .proServices-iconBox {
        background-color: #e0f7fa;
    }

        .popularProService-itemBox:hover .proServices-iconBox svg {
            fill: #066599;
        }

    .popularProService-itemBox p {
        margin-top: 10px;
        font-size: 16px;
        color: #545756;
        position: relative;
        font-weight: 600;
        transition: font-weight 0.3s ease, opacity 0.3s ease;
    }

    .popularProService-itemBox:hover p {
        font-weight: 700;
        opacity: 1;
    }

    .popularProService-itemBox p::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        background-color: #066599;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .popularProService-itemBox:hover p::after {
        opacity: 1;
    }

    .popularProService-itemBox a.text-decoration-none {
        text-decoration: none !important;
    }

.blogPopularProService-mySwiper .swiper-button-next,
.blogPopularProService-mySwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #17a2b8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

    .blogPopularProService-mySwiper .swiper-button-next::after,
    .blogPopularProService-mySwiper .swiper-button-prev::after {
        font-size: 18px;
        font-weight: bold;
    }

    .blogPopularProService-mySwiper .swiper-button-next.swiper-button-disabled,
    .blogPopularProService-mySwiper .swiper-button-prev.swiper-button-disabled {
        display: none;
    }


.nav-tabs.billyBasic-navTabs {
    border-bottom: none;
}

    .nav-tabs.billyBasic-navTabs .nav-link {
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        color: #333;
        border-radius: 0;
        padding: 8px 10px;
        margin-right: -1px;
        font-size: 16px;
        font-weight: 500;
    }

        .nav-tabs.billyBasic-navTabs .nav-link:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .nav-tabs.billyBasic-navTabs .nav-link:last-child {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .nav-tabs.billyBasic-navTabs .nav-link.active {
            background-color: #0F5F5F;
            color: #fff;
            border-color: #0F5F5F;
        }
/* Category Tab card Box  */

.categoryTab-cardBox {
    border-radius: 8px;
    border: 1px solid #dfe4ea;
}

    .categoryTab-cardBox .categoryTab-cardTitle {
        font-weight: 600;
        font-size: 18px;
        color: #374151;
        border-bottom: 1px solid #dfe4ea;
    }

    .categoryTab-cardBox .categoryTab-accordion .accordion-item {
        border: none;
    }

    .categoryTab-cardBox .categoryTab-accordion .accordion-button::after {
        display: none;
    }

    .categoryTab-cardBox .categoryTab-accordion .accordion-button:focus {
        border: none;
        box-shadow: none;
    }

    .categoryTab-cardBox .categoryTab-accordion .accordion-button {
        background-color: transparent;
        color: #485563;
        font-weight: 500;
        padding-left: 0.5rem;
        padding: 10px 10px;
    }

        .categoryTab-cardBox .categoryTab-accordion .accordion-button:hover {
            color: #3793a2;
        }

        .categoryTab-cardBox .categoryTab-accordion .accordion-button:not(.collapsed) {
            color: #ffffff;
            background-color: #3793a2;
        }

        .categoryTab-cardBox .categoryTab-accordion .accordion-button.collapsed .arrow-icon {
            transform: rotate(0deg);
        }

        .categoryTab-cardBox .categoryTab-accordion .accordion-button:not(.collapsed) .arrow-icon {
            transform: rotate(180deg);
        }

    .categoryTab-cardBox .categoryTab-accordion .arrow-icon {
        transition: transform 0.3s ease;
        margin-left: 8px;
    }

    .categoryTab-cardBox .categoryTab-accordion .accordion-body {
        padding-left: 1.25rem;
        background-color: #EAF6F8;
    }

    .categoryTab-cardBox .categoryTab-accordion .accordion-button.no-toggle {
        color: #485563;
        background-color: white;
        border: none;
        box-shadow: none;
        cursor: default;
    }

        .categoryTab-cardBox .categoryTab-accordion .accordion-button.no-toggle a {
            color: #485563;
            text-decoration: none;
        }

    .categoryTab-cardBox .categoryTab-accordion a.categories-page-links {
        color: #485563;
        font-size: 14px;
        display: inline-block;
        padding: 4px 0px;
        text-decoration: none;
    }

.categoryTab-accordion a.categories-page-links:hover {
    padding: 4px 0px;
    text-decoration: underline;
}

.categoryTab-accordion .accordion-button.no-toggle a:hover {
    color: #3793a2;
}
/* Moving Cost Calculator */

.moving-calculator-card {
    border-color: #dfe4ea;
    border-radius: 12px;
    margin: 0 auto;
}

    .moving-calculator-card .moving-form {
        background-color: #eaf6f8;
        border-radius: 16px;
    }

    .moving-calculator-card .input-group .form-control {
        border-right: 0;
        border-color: #b0e0e6;
        border-radius: 6px 0 0 6px;
    }

    .moving-calculator-card .input-group .input-group-text {
        border-left: 0;
        border-color: #b0e0e6;
        border-radius: 0 6px 6px 0;
    }

    .moving-calculator-card input::placeholder {
        color: #9CA3AF;
        opacity: 1;
    }