@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');


.container-fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.deactive-modal {
    padding: 20px 10px 10px 10px;
}

    .deactive-modal h6 {
        font-size: 19px;
        line-height: 28px;
        margin: 25px 0px 10px;
        font-weight: 500;
    }

    .deactive-modal p {
        font-size: 14px;
        margin: 0px;
        line-height: 23px;
    }

.modal-header {
    background: #fd1a1a;
}

h5.modal-title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.btn-primary {
    color: #fff;
    background-color: #fd1a1a;
    border-color: #fd1a1a;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 32px;
    font-size: 14px;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
    background-color: #e5e5e5;
}

.rounded-pill {
    border-radius: 50px !important;
}

.modal-content .modal-body {
    padding: 25px;
}

.text-right {
    text-align: right !important;
}

.custom-modal {
    border-radius: 16px;
    overflow: hidden;
}

.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.mr-16 {
    margin-right: 16px;
}

.mr-12 {
    margin-right: 12px;
}

.single-service {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 15%);
    padding: 30px;
    transition: all .5s;
    position: relative;
    margin-bottom: 30px;
}

    .single-service::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/invoice-collections.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .single-service.two::before {
        background-image: url('../images/customer-service.png');
    }

    .single-service.three::before {
        background-image: url('../images/dispute-resolution.png');
    }

    .single-service.two::before {
        background-image: url('../images/customer-service.png');
    }

    .single-service.four::before {
        background-image: url('../images/web-portal.png');
    }

    .single-service.five::before {
        background-image: url('../images/management-report.png');
    }

    .single-service.six::before {
        background-image: url('../images/review-assessment.png');
    }

.service-content-wrap {
    transition: all .5s;
}

    .service-content-wrap .icon {
        font-size: 50px;
        line-height: 1;
        display: inline-block;
        margin-bottom: 20px;
        color: #fa4612;
    }

    .service-content-wrap h3 {
        margin-bottom: 10px;
        margin-top: 25px;
    }

p:last-child {
    margin-bottom: 0;
}

.single-service .service-heading {
    text-align: center;
    padding: 100px 20px;
    background-color: #fa4612;
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    transition: all .5s;
    bottom: 0px;
    transform: scale(0);
    height: 100%;
}

    .single-service .service-heading h3 {
        color: #fff;
        margin-bottom: 15px;
        margin-top: -4px;
    }

    .single-service .service-heading .circle-read-more i {
        background-color: #fff;
        color: #fa4612;
    }

.circle-read-more i {
    background-color: #fedad0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fa4612;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

.single-service:hover {
    background-color: rgba(0, 0, 0, 0);
}

    .single-service:hover .service-heading {
        transform: scale(1);
    }

.rep_faq_area.serviceFaq {
    /* background-image: url(../../assets/images/video-bg1.jpg); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0px 75px 0px;
    position: relative;
}

    .rep_faq_area.serviceFaq::before {
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #dbdbdb;
        opacity: 0.70;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

.serviceFaq .witr_section_title_inner h2 {
    color: #000;
}

.serviceFaq .witr_section_title {
    z-index: 9;
    position: relative;
}

.serviceFaq h3 {
    color: #000;
}

.service-content-wrap p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.error {
    color: #dc3545;
}

.head-title {
    font-size: 24px;
    font-weight: 500;
}

.customerLogin {
    margin-bottom: 30px;
}

    .customerLogin h3 {
        font-size: 28px;
    }

.login-area-section {
    background: #e4e4e4;
    padding: 80px 0px;
}

.login-area-sec {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.signup-area {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    width: 90%;
    margin: 0px auto;
}

.contactInfo {
    display: flex;
    margin-top: 40px;
}

.txtRight {
    width: 80%;
}

.iconLeft {
    width: 55px !important;
    height: 55px;
    background: #ffffff;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    color: #fd1a1a;
    margin-right: 18px;
    box-shadow: 5px 11px 17px -12px #000;
}

.txtRight h4 {
    font-size: 18px;
    margin: 0px;
}

.getTouch label {
    font-size: 18px;
    color: #fd1a1a;
}

.getTouch h2 {
    font-size: 32px;
    margin: 0px;
}

.map_area {
    border-radius: 7px;
    overflow: hidden;
    padding-bottom: 60px;
}

.social-media {
    margin-top: 40px;
}

    .social-media i {
        background: #ffffff;
        width: 45px;
        height: 45px;
        border-radius: 50px;
        text-align: center;
        color: #fd1a1a;
        font-size: 20px;
        padding: 13px 0px;
        /* border: 1px solid #fd1a1a; */
        margin-right: 12px;
        box-shadow: 5px 11px 17px -12px #000;
    }

        .social-media i:hover {
            background: #fd1a1a;
            color: #fff;
        }

    .social-media h4 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 12px;
    }
/* --- Optimized Squared Action Buttons --- */

/* Wrapper to ensure buttons have consistent spacing */
.flex-icon {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* The Squared Button Core Style */
.btn-action-square {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
    transition: all 0.2s ease-in-out !important;
    border: none !important;
    text-decoration: none !important;
    padding: 0 !important;
    cursor: pointer;
}

/* Icon Tints (Soft Backgrounds) */
.bg-info-light {
    background-color: rgba(0, 184, 212, 0.15) !important;
    color: #00b8d4 !important;
}

.bg-primary-light {
    background-color: rgba(59, 125, 221, 0.15) !important;
    color: #3b7ddd !important;
}

.bg-warning-light {
    background-color: rgba(240, 173, 78, 0.15) !important;
    color: #f0ad4e !important;
}

.bg-success-light {
    background-color: rgba(40, 167, 69, 0.15) !important;
    color: #28a745 !important;
}

.bg-danger-light {
    background-color: rgba(220, 53, 69, 0.15) !important;
    color: #dc3545 !important;
}

/* Hover States (Solid Background + White Icon + Slight Lift) */
.bg-info-light:hover {
    background-color: #00b8d4 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.bg-primary-light:hover {
    background-color: #3b7ddd !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.bg-warning-light:hover {
    background-color: #f0ad4e !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.bg-success-light:hover {
    background-color: #28a745 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.bg-danger-light:hover {
    background-color: #dc3545 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Ensure icon size is consistent inside the squares */
.btn-action-square i {
    font-size: 14px !important;
}

html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.witrfm_area {
    margin-top: auto;
}

.witrfm_area .footer-middle {
    padding: 18px 0 12px;
}

.witrfm_area .footer-middle .widget h2 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 18px;
}

.witrfm_area .rep-desrepiption-area p,
.witrfm_area .footer-widget.address p {
    margin-bottom: 5px;
    line-height: 1.35;
}

.witrfm_area .rep-desrepiption-area a img {
    margin: 4px 0 8px;
    max-height: 48px;
    width: auto;
}

.witrfm_area .footer-address {
    font-size: 14px;
    line-height: 1.35;
}

.witrfm_area .footer_s_inner {
    margin-bottom: 4px;
}

.witrfm_area .footer-bottom {
    padding: 8px 0;
}

.witrfm_area .copy-right-text p,
.witrfm_area .footer-menu ul li,
.witrfm_area .footer-menu ul li a {
    white-space: nowrap;
}
