﻿.first-section {
    background-image: url('/img/serviceimg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end; /* Align child to bottom */
}

    .first-section h1 {
        color: white;
        margin: 20px;
        padding: 20px; /* Optional spacing from bottom */
    }

.bullet-text {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

    .bullet-text::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0;
        color: #000;
        font-size: 1.2rem;
        line-height: 1.4;
    }

.boot-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

    .boot-icon img {
        width: 32px;
        height: 32px;
    }

.boot-card {
    background-color: #DCFFE7;
    border-radius: 0.75rem;
    border-left: 4px solid #00a651;
    padding: 1.5rem;
    height: 100%;
    text-align: left;
}

    .boot-card h6 {
        font-weight: 600;
    }
