
.product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-card h2 {
    margin: 0 0 20px 0;
    color: #1a1a1a;
    font-size: 28px;
}

.price {
    position:absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}

.price .amount {
    font-size: 48px;
    color: #0070ba;
}

.price .interval {
    font-size: 18px;
    color: #666;
}

.features h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}
h4 {
	display:inline;
}

.features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.features li {
    padding: 10px 0;
    color: #555;
}

.checkmark {
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
}

#paypal-button-container {
    margin: 30px 0;
}

.guarantee {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.guarantee p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.message {
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}
.btn-submit{
	color: #000;
}

.message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.parallax-shop-login-required,
.parallax-shop-active {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.parallax-shop-active h3 {
    color: #28a745;
    margin-bottom: 15px;
}

.parallax-product-form {
	text-align:center;
}

.form-section{
    display: flex;
	position: relative;
}

.form-border{
    border-radius: 15px;
    border-style: groove;
    border-color: #D8E3EE;
    border-width: 3px;
	margin-bottom: 20px
}

#cycle{
	justify-content: center;
	align-items: center;
	width:50%;
	margin-left: 25%;
}
.option-card{
	flex: 1;
	margin: 10px;
	padding: 19px;
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
}
#institutional-opt{
	background-color:#DEC02D;
}
#professional-opt{
	background-color:#C0C0C0;
}
#personal-opt{
	background-color:#BB9864;
}
#pw-opt{
	background-color:#BBE4BB;
}
#eh-opt{
	background-color:#CAD7E7;
}
#all-tools-opt{
	background-color:#A2C0DE;
}
#monthly-opt{
	background-color:#E7E7E7;
}
#quarterly-opt{
	background-color:#D5DED1;
}