﻿body {
    background-image: url('https://ik.imagekit.io/1ldmfbt6j/5623406.jpg?updatedAt=1747834109031'); /* Using your uploaded image as background */
    background-size: cover;
    background-color: #e3e4e6;
    background-position: center;
    background-repeat: no-repeat;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    flex: 1;
}

.main-content {
    flex: 1;
}

.container {
    margin-top: 10px;
}

.content-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
}

.apply-button {
    position: absolute;
    bottom: 50%;
    left: 25%;
    transform: translateX(-50%);
    background: linear-gradient(85deg, #EC1940 -5.23%, #430E61 48.1%, #382666 59.33%, #1D6475 84.59%, #00A885 108.45% );
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

    .apply-button:hover {
        background: linear-gradient(85deg, #B00021 -5.23%, #3A0557 48.1%, #382666 59.33%, #094C5B 84.59%, #016A54 108.45% );
    }

/* Responsive Design */
@media (max-width: 768px) {
    .apply-button {
        font-size: 16px;
        padding: 10px 20px;
        bottom: 30%;
        left: 34%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .apply-button {
        font-size: 12px;
        padding: 8px 16px;
        bottom: 77%;
        left: 34%;
        transform: translateX(-50%);
    }

    .modal-content {
        max-width: 80%;
    }
}

.logo-container {
    padding: 5px 0;
    text-align: left;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.logo {
    max-height: 40px;
    padding-left: 110px;
}

@media (max-width: 768px) {
    .logo {
        padding-left: 15px; /* Align left on mobile */
    }
}

.account-card .btn-container {
    margin-top: 25px;
    text-align: center;
}

.btn-mtb-green {
    background: linear-gradient(to right, #076a5e, #3e9f31);
    color: white;
    border: none;
}

.btn-mtb-purple {
    background: linear-gradient(to right, #84378c, #4f8996);
    color: white;
}

.btn-mtb-red {
    background: linear-gradient(to right, #df2054, #a2297a);
    color: white;
}

.btn-mtb {
    padding: 8px 18px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
}

footer {
    background-color: #343a40;
    color: white;
    padding: 5px 0;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .content-section {
        padding: 20px 0;
    }

    .account-card {
        margin-bottom: 30px;
    }
}

.container {
    margin-top: 0 !important;
    padding-top: 20px;
}
