﻿.busipage {
    padding: 70px 0px 0px 0px;
}

    .busipage .services-grid {
        width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .busipage .service-card {
        width: 23%;
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border-top: 2px solid #2d8fd6;
    }

        .busipage .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }

    .busipage .card-header {
        padding: 2rem 2rem 1.5rem;
        background-color: #e8f4fd;
        text-align: center;
    }

    .busipage .card-icon {
        font-size: 48px;
        color: #0a4a7a;
        margin-bottom: 16px;
    }

    .busipage .card-header h3 {
        margin:0px auto;
        padding:0px;
        height:32px;
        line-height:32px;
        font-size: 24px;
        color: #083358;
    }

    .busipage .card-body {
        padding: 2rem;
    }

        .busipage .card-body p {
            color: #666666;
            margin-bottom: 1.5rem;
            height:116px
        }

    .busipage .features-list {
        list-style: none;
    }

        .busipage .features-list li {
            padding: 0.5rem 0;
            padding-left: 1.8rem;
            position: relative;
        }

            .busipage .features-list li:before {
                content: '\f058';
                font-family: 'Font Awesome 6 Free';
                font-weight: 900;
                color: #2d8fd6;
                position: absolute;
                left: 0;
                top:12px;
            }
    /****/
    .busipage .busilx {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .busipage .pagenm {
        text-align: center;
        margin-top: 30px;
        line-height: 80px;
        color: #083358;
        font-weight: bold;
        font-size: 46px;
    }

    .busipage .nmln {
        width: 200px;
        height: 4px;
        margin: 0 auto;
        background: #2d8fd6;
        border-radius: 2px;
    }

    .busipage .busims {
        color: #666666;
        font-size: 16px;
        text-align: center;
        margin: 20px auto;
        margin-bottom: 60px;
    }

/****/

.lxflex .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 50px;
}

.lxflex .contact-card {
    flex: 1;
    min-width: 350px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .lxflex .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }

.lxflex .contact-info {
    list-style: none;
}

.lxflex .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    border-bottom: 1px solid #eef2f7;
}

    .lxflex .contact-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.lxflex .icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e8f2ff;
    color: #2a7de1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 25px;
    flex-shrink: 0;
}

.lxflex .info-content h3 {
    color: #1a3c5e;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.lxflex .info-content p {
    color: #4a5e6f;
    font-size: 1.15rem;
    line-height: 1.7;
}

.lxflex .info-content a {
    color: #2a7de1;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 1.15rem;
}

    .lxflex .info-content a:hover {
        color: #1a5bb5;
        text-decoration: underline;
    }

.lxflex .map-section {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(42, 125, 225, 0.08);
    background-color: white;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .lxflex .map-section:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }

.lxflex .map-placeholder {
    width:100%;
    height:100%;
    background: linear-gradient(135deg, #1a3c5e 0%, #2a7de1 100%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .lxflex .map-placeholder i {
        font-size: 4.5rem;
        margin-bottom: 25px;
        opacity: 0.9;
    }

    .lxflex .map-placeholder h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .lxflex .map-placeholder p {
        font-size: 1.2rem;
        margin-bottom: 30px;
        max-width: 450px;
        line-height: 1.7;
    }

.lxflex .map-btn {
    display: inline-block;
    background-color: white;
    color: #1a3c5e;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

    .lxflex .map-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        color: #2a7de1;
    }
/****/
