﻿/*========= Home Page ===================*/

:root {
    --primary: #212529;
    --primary-dark: #1d4ed8;
    --secondary: #212529;
    --accent: #4f88ee;
    --light: #f8fafc;
    --gray: #e2e8f0;
    --text: #334155;
}

.footer_logo img {
    max-width: 100px;
    height: auto;
}

.top_header {
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f4ff;
    background-image: url(https://www.moumachi.com.bd//images/listings/46022/business/20254-monthly-bookkeeping-service.jpg);
    background-size: cover;
}

.top_bg {
    background: rgb(33 37 41 / 80%);
    padding: 15px 55px;
    width: 100%;
    float: left;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}

.top_header h1 {
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.header-title span {
    color: #4f88ee;
}

.top_header p {
    color: #fff;
    margin: 0;
    padding: 0;
}

.button_style {
    padding: 10px 30px;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border: 0px;
    box-shadow: none;
    transition: .2s ease-in-out;
}

    .button_style:hover {
        background-color: #4f88ee;
        color: #FFF;
    }

.section_comment {
    width: 100%;
    background-color: #e6f4ff;
    padding: 60px 0px;
}

.two-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.left-column,
.right-column {
    flex: 1;
    min-width: 300px;
}

.left-column {
    padding: 60px 20px;
    background: var(--secondary);
    color: white;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

    .left-column::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.05)' fill-rule='evenodd'/%3E%3C/svg%3E");
        opacity: 0.3;
    }

.tagline {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .tagline .left_icon {
        font-size: 56px;
        color: #fff;
        font-weight: bold;
        width: 90px;
        height: 90px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tagline h1 {
        font-size: 50px;
        line-height: 50px;
        margin: 0px;
        position: relative;
        color: #fff;
        font-weight: normal;
    }

        .tagline h1 span {
            color: var(--accent);
            display: block;
            font-weight: bold;
        }

    .tagline p {
        font-size: 1.2rem;
        max-width: 500px;
        color: rgba(255, 255, 255, 0.9);
    }

.tagline-btn {
    display: inline-block;
    padding: 15px 30px;
    background: var(--accent);
    color: var(--secondary);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

    .tagline-btn:hover {
        background: #e89806;
        transform: scale(1.05);
    }

.service-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-left: 5px solid var(--primary);
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

        .service-card:hover .service-title {
            color: var(--primary);
        }

.service-content {
    padding: 25px;
    display: flex;
    align-items: center;
}

.service-icon {
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 28px;
}

    .service-icon i {
        font-size: 24px;
    }

.service-details {
    flex: 1;
}

.service-title {
    color: var(--accent);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.service-text {
    color: var(--text);
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.service-link {
    display: inline-block;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

    .service-link:hover {
        color: var(--primary-dark);
        text-decoration: underline;
    }

@media (max-width: 992px) {
    .two-column {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .tagline h1 {
        font-size: 2.5rem;
    }
}

.footer-widget img {
    max-width: 100px;
    height: auto;
}

/*==================================*/


h1.common-heading {
    font-size: 36px;
    font-weight: 700;
}

h1, h1.common-heading, .module-sec h1 {
    font-size: 36px;
}

.module-sec h1, .module-sec h2, .module-sec h3, .module-sec h4, .module-sec h5, .module-sec h6, .common-heading {
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

h2.common-heading {
    font-size: 28px;
    font-weight: 700;
}

h3, h3.common-heading {
    font-size: 24px;
}
.common-heading {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
.common-sec {
    position: relative;
    z-index: 0;
    padding: 20px 0px 50px 0px;
}

    .common-sec:nth-child(even):before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #f9f9f9;
        border-bottom: 1px solid #f6f6f6;
        z-index: -1;
    }

.common-sec p{
    font-weight: 500;
}

.check-square {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

    .check-square > li {
        position: relative;
        padding-left: 25px;
    }

        .check-square > li::before {
            color: #35adcf;
        }

        .check-square > li::before {
            position: absolute;
            color: #005ca8;
            top: 0;
            left: 0;
            content: "\f14a";
            padding-right: 10px;
            font-size: 16px;
            font-family: 'FontAwesome';
        }


/* ←—— reset any unwanted overflow from earlier rules ——→ */
.commonPrefooter,
.client-service,
.area-padding-60 {
    overflow: visible !important;
    padding: 20px 0px;
}

    /* 1) Centered title */
    .client-service .medium-heading a {
        text-decoration: none;
        color: #0b3d91;
        font-size: 2rem;
        font-weight: 600;
        font-family: 'Segoe UI', sans-serif;
    }
    .client-service .medium-heading a:hover {
        text-decoration: underline;
    }
    /* 2) Flex container for two columns */
    .client-service .row.align-items-center {
        display: flex;
        flex-wrap: wrap;
    }

    /* 3) Left column: map image box */
    .client-service .mapImage {
        width: 100%;
        height: 300px; /* adjust height as you like */
        overflow: hidden;
        border: 3px solid #ccc;
        border-radius: 8px;
    }

        .client-service .mapImage picture,
        .client-service .mapImage img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    /* 4) Right column: service-area list wrapper */
    .client-service .dvService-area {
        width: 100%;
        height: 300px; /* match the map height */
        border: 3px solid #ccc;
        border-radius: 8px;
        overflow: hidden; /* hide any children overflow */
        background-color: #fff;
        padding: 0; /* we’ll pad the scroller instead */
        position: relative;
    }

    /* 5) Scrollable inner list */
    .client-service .dvCity-list-content {
        margin: 20px;
        height: calc(100% - 40px);
        overflow-y: auto;
        padding: 15px 10px;
        background: rgba(255,255,255,0.9);
    }

        /* 6) Two-column UL */
        .client-service .dvCity-list-content .cities {
            list-style: none;
            column-count: 2;
            column-gap: 20px;
            margin: 0;
            padding: 0;
        }

            /* 7) List items with marker icon */
            .client-service .dvCity-list-content .cities li {
                position: relative;
                margin-bottom: 12px;
                padding-left: 24px;
                font-family: 'Segoe UI', sans-serif;
                font-size: 1rem;
            }

                /* 8) FontAwesome marker before each LI */
                .client-service .dvCity-list-content .cities li:before {
                    content: '\f041';
                    font-family: FontAwesome;
                    position: absolute;
                    left: 0;
                    top: 2px;
                    font-size: 1rem;
                    color: #f9232f;
                }

                /* 9) Link styling */
                .client-service .dvCity-list-content .cities li a {
                    color: #66009d;
                    text-decoration: none;
                    font-weight: 500;
                    line-height: 1.3;
                }

                    .client-service .dvCity-list-content .cities li a:hover {
                        text-decoration: underline;
                    }


@media (min-width: 992px) {
    .img-box.float-lg-right {
        max-width: 50%;
        padding-left: 15px;
    }
}

.img-box {
    border-radius: 3px;
    transition: 0.5s;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 992px) {
    .float-lg-right {
        float: right !important;
    }
}


ul.city-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 15px -7.5px 0;
}

ul.city-list-items {
    margin-left: 0;
}

    ul.city-list-items > li {
        width: 100%;
        flex-basis: 25%;
        margin-bottom: 15px;
        min-width: 0;
        padding: 0 7.5px;
    }


        ul.city-list-items > li > a {
            font-size: 1rem;
            display: block;
            padding-top: 8px;
            padding-right: 8px;
            padding-bottom: 8px;
            padding-left: 43px;
            line-height: normal;
            position: relative;
            border-radius: 2px;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0 3px 7px -1px rgb(0 0 0 / .1);
            overflow: hidden;
            z-index: 1;
            color: #0f5ac7;
        }

            ul.city-list-items > li > a:before {
                left: 0;
                top: 0;
                content: "\f041";
                width: 35px;
                height: 35px;
                position: absolute;
                display: block;
                font: normal normal normal 14px FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                border-right: 1px solid #eee;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            ul.city-list-items > li > a:after {
                position: absolute;
                content: "";
                height: 140%;
                width: 140%;
                background: linear-gradient(#269ed7 13%, #1f5ca4 87%)!important;
                top: -160%;
                left: -20%;
                z-index: -1;
                -webkit-transition: all .5s !important;
                -o-transition: all .5s;
                transition: all .5s;
                background: #35adcf !important;
            }

            ul.city-list-items > li > a:before {
                left: 0;
                top: 0;
                content: "\f041";
                width: 35px;
                height: 35px;
                position: absolute;
                display: block;
                font: normal normal normal 14px FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                border-right: 1px solid #eee;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: flex;
                justify-content: center;
                align-items: center;
            }

        ul.city-list-items > li:hover > a {
            color: #fff;
        }

        ul.city-list-items > li > a:hover {
            box-shadow: 0 0 0 0 rgb(0 0 0 / .1);
        }

        ul.city-list-items > li:hover a:after {
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            top: -20%;
        }
/*==================== Contact Us ==================*/

.contact-form {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

    .contact-form .dvForm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: none;
    }

        .contact-form .dvForm .muted:first-child {
            flex-basis: 100%;
        }

        .contact-form .dvForm .muted {
            background: none;
            padding: 0;
        }

        .contact-form .dvForm .form-item {
            flex-basis: 49%;
            margin-bottom: 15px;
        }

            .contact-form .dvForm .form-item label {
                width: 100%;
                color: #000;
                margin-bottom: 5px;
            }

            .contact-form .dvForm .form-item input, .contact-form .dvForm .form-item textarea {
                width: 100%;
                border: none;
                border-radius: 3px;
                padding: 10px;
                box-shadow: inset 0 0 4px -.5px rgb(0 0 0 / .5);
            }

            .contact-form .dvForm .form-item:nth-child(5) {
                flex-basis: 34%;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

        .contact-form .dvForm .form-item {
            flex-basis: 49%;
            margin-bottom: 15px;
        }

            .contact-form .dvForm .form-item:nth-child(5) .form-items:first-child {
                flex-basis: 50%;
            }

            .contact-form .dvForm .form-item:nth-child(5) .form-items {
                margin: 0;
            }

                .contact-form .dvForm .form-item:nth-child(5) .form-items:nth-child(2) {
                    flex-basis: 18%;
                }
                .contact-form .dvForm .form-item:nth-child(5) .form-items:last-child {
                    flex-basis: 20%;
                }

            .contact-form .dvForm .form-item:nth-child(4) {
                flex-basis: 64%;
            }

            .contact-form .dvForm .form-item:nth-last-child(2) {
                flex-basis: 100%;
                margin-bottom: 0;
            }

            .contact-form .dvForm .form-item:last-child {
                flex-basis: 100%;
                padding: 25px 0 20px 0;
                margin-bottom: 0;
                text-align: center;
            }

                .contact-form .dvForm .form-item:last-child input[type="submit"]:hover {
                    color: #443b34;
                    border-color: #443b34;
                    background: #fff0;
                }

                .contact-form .dvForm .form-item:last-child input[type='submit'] {
                    background: var(--site-primary-color);
                    box-shadow: 0 0 4px -.5px rgb(0 0 0 / 50%);
                }

                .contact-form .dvForm .form-item:last-child input[type="submit"] {
                    letter-spacing: 1px;
                    padding: 8px;
                    margin-right: auto;
                    margin-left: auto;
                    background: #443b34;
                    border-radius: 3px;
                    transition: all 0.4s ease 0s;
                    cursor: pointer;
                    color: #fff;
                    font-weight: 600;
                    box-shadow: inset 0 0 4px -.5px #fff0;
                    border: 1px solid #fff0;
                    max-width: 150px;
                    line-height: normal;
                }


            .contact-form .dvForm .form-item label span.red {
                color: red;
            }



.module-sec h1, .module-sec h2, .module-sec h3, .module-sec h4, .module-sec h5, .module-sec h6, .common-heading {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--site-secondary-color);
}