body {
    background: url('Images/background.jfif') no-repeat center center fixed;
    background-size: cover;
    color: white;
    font-family: 'Mangal Pro', sans-serif;
}

a {
    text-decoration: none !important;
}


h1 {
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

.btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('Images/BTN_Background.jfif') no-repeat center center;
    background-size: cover;
    color: sandybrown;
    border: 4px solid rgba(255, 140, 0, 1);
    border-radius: 25px;
    padding: 10px 20px;
    transition: border 0.5s ease, box-shadow 0.5s ease, font-size 0.5s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 1);
}

.btn-custom:hover {
    background-color: #2d5a8a;
    border: 4px solid rgb(255, 226, 0);
    box-shadow: 0 20px 28px black, inset 0 8px 8px rgba(0, 0, 0, 1);
    color: lightyellow;
    font-size: 24px;
    font-weight: bolder;
}

.service-logo {
    height: 30px;
    width: auto;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .btn-custom {
        width: 100%;
        margin-bottom: 10px;
    }

    .service-logo {
        height: 25px;
    }
}
