body {
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    /*background: linear-gradient(135deg, #e9eafc 0%, #f5f5f5 100%);*/
    background: linear-gradient(135deg, #9297f4 0%, #f5f5f5 100%);
    /*background: linear-gradient(135deg, #f5f5f5 0%, #9297f4 100%);*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    /*background-color: #2b90ee;*/
    /* padding removed for better mobile fit */
}

@media (max-width: 600px) {
    body {
        min-height: 100vh;
        display: block;
        align-items: initial;
        justify-content: initial;
    }

    .card {
        max-width: 98vw;
        /*width: 98vw;*/
        padding: 15px 15px 28px 15px !important;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(44, 62, 80, 0.13);
    }

    .card img.logo {
        width: 80vw;
        max-width: 280px;
        margin-bottom: 0px !important;
    }

    .card p,
    .highlight,
    .contact-button button {
        font-size: 15px !important;
    }

    .qr-code img {
        width: 90px;
        height: 90px;
    }

    .highlight p {
        font-size: 14px !important;
    }
}

.card {
    max-width: 410px;
    justify-content: flex-start;
    background: #fff;
    border-radius: 18px;
    /*box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18), 0 1.5px 6px rgba(21, 73, 123, 0.08);*/
    box-shadow: 0 12px 36px rgb(76, 76, 243), 0 2px 8px rgba(21, 73, 123, 0.12);
    border: 1.5px solid #e0e4f6;
    overflow: hidden;
    text-align: left;
    padding: 32px 28px 28px 28px;
    transition: box-shadow 0.2s;
}

.card:hover {
    /*box-shadow: 0 12px 36px rgba(44, 62, 80, 0.22), 0 2px 8px rgba(21, 73, 123, 0.12);*/
    box-shadow: 0 12px 36px rgb(76, 76, 243), 0 2px 8px rgba(21, 73, 123, 0.12);
}

.card img.logo {
    width: 300px;
    margin-bottom: 18px;
}

.card h1 {
    font-size: 26px;
    color: #2e2e73;
    margin: 0;
}

.card h2 {
    font-size: 20px;
    color: #2e2e73;
    margin-top: 5px;
    margin-bottom: 15px;
}

.card p {
    margin: 10px 0;
    color: #3a3a3a;
    font-size: 17px;
}

.card a {
    text-decoration: none;
    color: #15497b;
    transition: color 0.18s;
}

.card a:hover {
    color: #0d355a;
    text-decoration: underline;
}

.contact-icons {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 22px;
    margin: 22px 0 0 0;
}

.contact-icons span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0 2px 8px #e0e4f6;
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
    text-decoration: none;
}

.highlight {
    background: linear-gradient(90deg, #e9eafc 0%, #f5f5f5 100%);
    color: #15497b;
    padding: 7px 10px;
    border: 1.5px solid #15497b;
    border-radius: 10px;
    margin-top: 18px;
    font-weight: 600;
    font-size: 17px;
}

.highlight p {
    font-size: 15px;
}

.qr-code {
    margin-top: 28px;
}

.qr-code img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: 1px solid #e0e4f6;
    background: #fff;
}

.contact-button {
    margin-top: 26px;
}

.contact-button button {
    padding: 12px 28px;
    background: linear-gradient(90deg, #15497b 60%, #2e2e73 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(21, 73, 123, 0.08);
    transition: background 0.18s, box-shadow 0.18s;
}

.contact-button button:hover {
    background: linear-gradient(90deg, #0d355a 60%, #2e2e73 100%);
    box-shadow: 0 4px 16px rgba(21, 73, 123, 0.13);
}

/*
.social-links {
    display: flex;
    gap: 22px;
    margin: 22px 0 0 0;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0 2px 8px #e0e4f6;
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
    text-decoration: none;
}

.social-links a:hover {
    background: #e9eafc;
    box-shadow: 0 4px 16px #d1cfff;
    transform: translateY(-2px) scale(1.08);
    text-decoration: none;
}

.social-links i {
    font-size: 30px;
    display: block;
    color: #555;
    transition: color 0.18s;
}

.social-links a[title="WhatsApp"] i {
    color: #25D366;
}

.social-links a[title="Facebook"] i {
    color: #1877F3;
}

.social-links a[title="Instagram"] i {
    color: #C13584;
}

.social-links a:hover i {
    color: #2e2e73;
}
*/

.social-links {
    display: flex;
    gap: 22px;
    margin: 22px 0 0 0;
    align-items: center;
}

/* Keep icon circle styling only for .social-icon */
.social-links .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 50px;
    height: 50px;
    */
    border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0 2px 8px #e0e4f6;
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
    text-decoration: none;
}

.social-links .social-icon:hover {
    background: #e9eafc;
    box-shadow: 0 4px 16px #d1cfff!important;
    transform: translateY(-2px) scale(1.08);
    text-decoration: none;
}

.social-links i {
    font-size: 30px;
    display: block;
    color: #555;
    transition: color 0.18s;
}

/* temporary created this to align with the Whats App text and phone, email icons, 
   otherwise this selector will be removed when social media icons are back */
.social-links a[title="WhatsApp"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0 2px 8px #e0e4f6;
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
    text-decoration: none;
}

.social-links a[title="WhatsApp"] i {
    color: #25D366;
}

.social-links a[title="Facebook"] i {
    color: #1877F3;
}

.social-links a[title="Instagram"] i {
    color: #C13584;
}

.social-links a:hover i {
    color: #2e2e73;
}

/* New style: Plain text link */
.social-links .whatsapp-text {
    font-size: 15px !important;
    color: #15497b;
    text-decoration: none;
    padding-left: 4px;
    height: auto;
    line-height: normal;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.social-links .whatsapp-text:hover {
    text-decoration: underline;
}

.qr-layout {
    display: flex;
    align-items: center;
}

.quote-message {
    width: 220px;
    /*background: linear-gradient(90deg, #e9eafc 0%, #f5f5f5 100%);*/
    color: #15497b;
    padding: 7px 10px;
    /*border: 1.5px solid #15497b;*/
    border-radius: 10px;
    /*margin-top: 3rem;*/
    /*font-weight: 600;*/
    font-size: 17px;
}