.pricing-box-container {
display: grid;
grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: stretch; }
.plan-box:first-child {
grid-column: span 3; }
.plan-box {
box-sizing: border-box;
width: 100%;
height: 100%;
align-items: center;
background: #f0f5ff;
border-radius: 30px;
text-align: center;
border: 5px solid var(--wp--preset--color--cobalt-blue) !important;
padding-bottom: 20px;
}
.pricing-title h3.text-white {
font-size: 2rem;
text-transform: uppercase;
color: #fff;
font-weight: bold;
margin: 0;
background: var(--wp--preset--color--cobalt-blue) !important;
padding: 15px;
text-align: center;
border-radius: 20px 20px 0 0;
}
.pricing-title h3.text-white span {
font-weight: 400;
}
h4.price-content {
font-size: 3rem;
font-weight: bold;
color: var(--wp--preset--color--cobalt-blue) !important;
margin: 30px;
}
h4.price-content .small-title {
font-weight: normal;
font-size: 24px;
}
ul.price-list {
padding: 0 30px;
list-style-type: none;
font-size: 20px;
letter-spacing: 1px;
}
ul.price-list li {
margin-bottom: 10px;
}
button.modal-btn {
background-color: #ff5757;
color: var(--wp--preset--color--base);
font-family: inherit;
font-size: var(--wp--preset--font-size--medium);
line-height: inherit;
padding-top: 0.9rem;
padding-right: 2.25rem;
padding-bottom: 0.9rem;
padding-left: 2.25rem;
text-decoration: none;
border-radius: 5px;
border: 2px solid #00296f;
margin-top: 20px;
cursor: pointer;
}
button.modal-btn:hover {
border: 2px solid #ff5757;
}
.plan-box-full {
display: flex;
padding-bottom: 0px;
}
.plan-box-full .pricing-title {
height: 100%;
background: #00296f;
border-radius: 20px 0 0 20px;
}
.plan-box-full .pricing-title h3{
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.plan-box-full .pricing-content {
margin-bottom: 35px;
margin-top: 15px;
}
.registration-modal {
display: none;
position: fixed;
max-width: 1000px;
z-index: 99;
width: 90%;
top: 20%;
left: 50%;
transform: translate(-50%, -20%);
}
.success-modal {
display: none;
position: fixed;
max-width: 750px;
z-index: 99;
width: 90%;
top: 20%;
left: 50%;
transform: translate(-50%, -20%);
}
.modal-overlay {
width: 100%;
height: 100vh;
overflow: hidden;
background: #000000b5;
position: fixed;
top: 0;
left: 0;
z-index: 9;
}
.registration-modal .left-column h3 {
font-size: 2rem;
font-weight: bold;
}
.registration-modal .left-column p {
font-size: 18px;
}
.pricing-input {
display: flex;
gap: 30px;
justify-content: space-between;
width: 100%;
margin-bottom: 20px;
}
.w50 {
width: 50%;
}
.w100 {
width: 100%;
}
.registration-modal .right-column h5 {
font-size: 20px;
padding-bottom: 10px;
font-weight: 600;
color: #00296f;
line-height: 30px;
}
.pricing-terms {
font-size: 16px;
font-weight: 400;
}
.pricing-input input, .pricing-input select {
width: 100%;
display: block;
box-sizing: border-box;
min-width: unset;
max-width: unset;
min-height: unset;
max-height: unset;
height: auto;
line-height: 1.3em;
background-image: unset;
margin: 0;
padding: 10px 9px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0) !important;
border: 1px solid #00296f;
font-size: 18px;
}
.left-column img {
max-width: 250px;
width: 100%;
}
.wp-block-column.right-column {
min-height: 520px;
max-height: 520px;
overflow-y: scroll;
}
.wp-block-column.right-column {
-ms-overflow-style: none; scrollbar-width: none; }
.wp-block-column.right-column::-webkit-scrollbar { 
display: none; }
.error {
border: 1px solid #ff5757 !important;
}
span.error-message {
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
color:red;
}
span.main-error {
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
color:red;
margin-top: 0;
display: none;
}
span.main-success {
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
color:green;
margin-top: 10px;
display: none;
}
span.coupon-err-text{
margin-top: 10px;
}
@media (max-width: 1024px) {
.pricing-box-container {
grid-template-columns: repeat(2, 1fr); }
.plan-box:first-child {
grid-column: span 2;
}
}
@media (max-width: 600px) {
.pricing-box-container {
grid-template-columns: repeat(1, 1fr); }
.plan-box:first-child {
grid-column: span 1;
}
.plan-box-full {
display: block;
padding-bottom: 0px;
}
.plan-box-full .pricing-title {
height: auto;
background: none;
border-radius: 20px 0 0 20px;
}
.plan-box-full .pricing-title h3 {
position: relative;
top: 0;
left: 0;
transform: none;
}
}
@media (max-width: 781px) {
.reg-columns {
gap: 0;
max-height: 80vh;
overflow-y: scroll;
border-radius: 0 0 25px 25px;
}
.reg-columns {
-ms-overflow-style: none; scrollbar-width: none; }
.reg-columns::-webkit-scrollbar { 
display: none; }
.left-column {
border-bottom-left-radius: 0px !important;
}
.right-column {
border-bottom-right-radius: 0px !important;
}
.registration-modal {
top: 23% !important;
}
.close-modal {
position: relative;
top: 5px;
}
.pricing-input {
gap: 20px;
flex-direction: column;
}
.w50 {
width: 100%;
}
.wp-block-column.right-column {
min-height: auto;
max-height: 100%;
overflow-y: hidden;
}
}