/* Custom CSS for CXEGA Landing Page */

/* Membership button highlights */
.join-highlight {

    font-weight: bold !important;
}

.btn-get-started {

    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
}

.btn-get-started:hover {
    background-color: #0d47a1;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Hero section enhancements */
.hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

/* Membership form */
.php-email-form select.form-control {
    height: 44px;
}

.form-check {
    padding: 35px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* Membership card preview (optional feature) */
.membership-card-preview {
    background-color: #1a73e8;
    color: white;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.membership-card-preview .card-logo {
    width: 80px;
    margin-bottom: 15px;
}

.membership-card-preview h4 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
}

.membership-card-preview p {
    font-size: 14px;
    margin-bottom: 2px;
    opacity: 0.9;
}

.membership-card-preview .card-id {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 12px;
    opacity: 0.8;
}

/* Service items enhancement */
.service-item .icon i {
    color: #1a73e8;
    font-size: 38px;
}

.service-item h3 {
    color: black;
}

/* Call to action enhancement */
.call-to-action .cta-btn {
    background-color: white;
    color: black;
    font-weight: 600;
    transition: all 0.3s ease;
}

.call-to-action .cta-btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
