/* fallback for body if needed */

.lap-section-bg {
    background-color: #e0e0e0;
}

.lap-section-bg-alt .container {
    display: flex;
    justify-content: center;
    padding: 30px 10px 50px 10px;
}

.lap-section-bg .container {
    display: flex;
    justify-content: center;
    padding: 30px 10px 50px 10px;
}

.lap-section-bg-alt {
    background-color: #c9c9c9;
}

.lap-row-minheight {
    min-height: 320px;
    display: flex;
    flex-direction: row;
}

.lap-text-col {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}

@media (min-width: 768px) {
    .lap-text-col {
        padding-left: 3rem !important;
    }
}

.lap-text-block {
    max-width: 420px;
    padding: 0;
}

.lap-text-block1 {
    max-width: 420px;
    padding: 0;
    margin-bottom: 80px;
}

.lap-example-label {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 80px;
}

.lap-title {
    font-weight: 700;
    font-size: 20px;
    color: #232323;
    margin-bottom: 8px;
}

.lap-desc {
    color: #232323;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 18px;
}

.lap-link {
    color: #2176FF;
    font-weight: 700;
    text-decoration: underline;
    font-size: 15px;
}

.lap-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lap-img-wrap {
    width: 100%;
    max-width: 370px;
}

.lap-img {
    background: #e0e0e0;
}

.lap-header-bg {
    background-color: #4a4a4a;
    padding: 20px 20px 20px 20px;
}

.lap-header-title {
    color: #FFD700;
    text-align: left;
    font-size: 20px;
    margin: 5px 10px 10px 70px;
    font-weight: 500;
}

.lap-header-subtitle {
    color: white;
    text-align: left;
    font-size: 19px;
    margin: 20px 20px 20px 70px;
    font-weight: 550;
}

.lap-header-desc,
.lap-header-tool-label,
.lap-header-tool-desc {
    color: white;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6;
}

.lap-header-tool-label {
    margin-top: 40px;
    font-weight: 550;
    margin-bottom: 15px;
}

.lap-header-tool-link {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .lap-row-minheight {
        flex-direction: column;
        min-height: 220px;
    }

    .lap-header-title,
    .lap-header-subtitle {
        margin-left: 20px;
    }

    .lap-text-col {
        padding-left: 0 !important;
        min-height: 0;
    }

    .lap-img-wrap {
        max-width: 300px;
    }
}

@media (max-width: 767.98px) {

    .lap-header-title,
    .lap-header-subtitle {
        margin-left: 0;
        font-size: 18px;
    }

    .lap-header-bg {
        padding: 24px 8px;
    }

    .lap-text-block {
        padding: 0 10px;
        max-width: 100%;
    }

    .lap-img-wrap {
        max-width: 90vw;
        margin-bottom: 24px;
    }

    .lap-row-minheight {
        min-height: 120px;
    }
}

.lap-img-circle-wrap {
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    background: #fff;
    margin: 0 auto;
}

.lap-img-circle-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.lap-img-circle-phone {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: 48px;
    height: auto;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767.98px) {
    .lap-img-circle-wrap {
        width: 180px;
        height: 180px;
    }

    .lap-img-circle-phone {
        left: 8px;
        bottom: 8px;
        width: 32px;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}