/* ----------------------------------------
   STRIPE SUCCESS PAGE 
----------------------------------------- */

.atl-success-page {
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: "Fira Sans Condensed", sans-serif;
    background: #f8f8f8;
}

/* Card box */
.atl-success-card {
    max-width: 650px;
    margin: 0 auto;
    background: #eef1ef;
    border: 2px solid #2f5248;
    border-radius: 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.atl-success-card-body {
    padding: 50px 50px;
    text-align: center;
}

/* Heading title */
.atl-success-title {
    font-weight: 800;
    font-size: 32px;
    color: #1e2a28;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Reference number */
.atl-success-ref {
    font-size: 26px;
    font-weight: 700;
    color: #2f5248;
    margin: 25px 0;
}

/* Body text */
.atl-success-card-body p {
    font-size: 18px;
    color: #1e2a28;
}

/* Button */
.atl-success-btn {
    font-size: 18px;
    display: inline-block;
    background: #325c52 !important;
    color: #fff !important;
    padding: 12px 40px;
    border-radius: 30px !important;
    margin-top: 30px;
    border: 1px solid #325c52 !important;
    transition: all 0.25s ease-in-out;
}

.atl-success-btn:hover {
    background: #fff !important;
    color: #325c52 !important;
    border-color: #325c52 !important;
}

/* Responsive */
@media (max-width: 480px) {
    .atl-success-title { font-size: 26px; }
    .atl-success-ref { font-size: 22px; }
}
