
.page-white {
    background-color: #FFFFFF;
}

.title-line {
    position: relative;
    justify-content: center;
    display: inline-block;
    padding-right: 60px;
    align-items: center;
    padding-left: 60px;
    font-weight: 700;
    font-size: 0.85rem;
}
.title-line:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed currentColor;
}
.title-line:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 10px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed currentColor;
}

.xtitle-badge {
    color: #28a745;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.xmain-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.2;
}
.xhighlight {
    background: linear-gradient(45deg, #2c5530, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}
.xdescription {
    color: #718096;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 60px;
}

.footer-gradient {
            background: linear-gradient(135deg, #0779df 0%, #2a5298 100%);
            position: relative;
            overflow: hidden;
            padding-top: 3rem;
        }
        
        
        .footer-content {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        
        .brand-logo {
            font-size: 2.5rem;
            font-weight: bold;
            color: white;
            margin-bottom: 1rem;
        }
        
        .section-title {
            color: white;
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
        }
        
        .section-title::before {
            content: '';
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 20px;
            background: #ffa500;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 0.75rem;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s ease;
            border-bottom: 1px solid #FFFFFF24;
            padding-bottom: 5px;
            display: block;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            color: rgba(255, 255, 255, 0.9);
        }
        
        .contact-icon {
            width: 20px;
            height: 20px;
            background: #ffa500;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 0.8rem;
        }
        
        .app-store-btn {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 10px;
        }
        
        .app-store-btn img {
            height: 45px;
            border-radius: 8px;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 0rem;
        }
        
        .social-icon {
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-icon:hover {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            transform: translateY(-2px);
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 40px;
            color: #FFFFFF;
        }
        
        .copyright {
            color: rgba(255, 255, 255, 0.7);
            margin: 0;
        }
        
        .footer-description {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
            margin-bottom: 2rem;
            letter-spacing: 0.4px;
            font-weight: 300;
        }
        footer h3 {
            color: #FFFFFF;
            
        }


.pmd-card .cck_forms {
    margin-bottom: 10px;
}

.btn-add-c,
.btn-b-now {
   /*  flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; */
}

.btn-add-c {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

.btn-add-c:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1f5f8b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
    color: white;

}

.btn-b-now {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

.btn-b-now:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.3);
    color: white;

}