Registration

width: 100%; background: linear-gradient(135deg, #005bea, #00c6fb); color: white; border: none; padding: 16px; border-radius: 12px; font-size: 18px; font-weight: bold; cursor: pointer; transition: 0.3s; } .trp-submit-btn:hover { transform: translateY(-2px); opacity: 0.95; } .trp-benefits { padding: 70px 20px; text-align: center; } .trp-benefits h2 { font-size: 40px; margin-bottom: 40px; } .trp-benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1200px; margin: auto; } .trp-benefit-box { background: white; padding: 30px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.08); } .trp-benefit-box h4 { margin-bottom: 12px; color: #005bea; } @media (max-width: 768px) { .trp-content h1 { font-size: 34px; } .trp-content p { font-size: 18px; } .trp-grid { grid-template-columns: 1fr; } .trp-form-wrapper { padding: 25px; } .trp-form-wrapper h2 { font-size: 28px; } }
width: 100%; background: linear-gradient(135deg, #005bea, #00c6fb); color: white; border: none; padding: 16px; border-radius: 12px; font-size: 18px; font-weight: bold; cursor: pointer; transition: 0.3s; } .trp-submit-btn:hover { transform: translateY(-2px); opacity: 0.95; } .trp-benefits { padding: 70px 20px; text-align: center; } .trp-benefits h2 { font-size: 40px; margin-bottom: 40px; } .trp-benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1200px; margin: auto; } .trp-benefit-box { background: white; padding: 30px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.08); } .trp-benefit-box h4 { margin-bottom: 12px; color: #005bea; } @media (max-width: 768px) { .trp-content h1 { font-size: 34px; } .trp-content p { font-size: 18px; } .trp-grid { grid-template-columns: 1fr; } .trp-form-wrapper { padding: 25px; } .trp-form-wrapper h2 { font-size: 28px; } }