:root {
--main-font: "DM Sans", sans-serif;
--primary-green: #1B5E20;
--secondary-green: #2E7D32;
--accent-green: #43A047;
--light-green: #A5D6A7;
--banner-green: #f1f8f4;
--dark-bg: #0D1F14;
--light-bg: #F1F8F4;
--heading-text: #0F3D1E;
--sub-heading: #666666;
--main-text: #1A1A1A;
--body-text: #555555;
--white: #fff;
--border-color: #E0E0E0;
--border-radius: 6px;
}

* {
margin: unset;
padding: unset;
box-sizing: border-box;
font-family: var(--main-font);
}

.logo_img {
width: 260px;
margin: unset;
height: auto;
padding: unset;
}

.max-container {
max-width: calc(100% - 80px);
margin: 0 auto;
}

.navbar-nav .login_btn.nav-link.active {
background: var(--secondary-green);
color: var(--white);
border-radius: 4px;
height: 40px;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
}

.navbar-nav .login_btn.nav-link.active:hover {
background: var(--main-text);
color: var(--white);
}

.navbar-nav .login_btn.nav-link {
background: transparent;
color: var(--secondary-green);
border-radius: 4px;
height: 40px;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--secondary-green);
}

.navbar-nav .login_btn.nav-link:hover {
background: var(--secondary-green);
color: var(--white);

}

section.banner_wrap {
background: var(--banner-green);
padding: 40px 0;
}

.activation_text a {
font-weight: bold;
color: #000;
text-decoration: none;
font-size: 1.1rem;
}

.activation_text {
display: flex;
justify-content: space-between;
max-width: 60%;
margin: 20px 0;
}

.banner_btn button.active_btn {
background: var(--secondary-green) !important;
color: var(--white);
}

.banner_btn button.active_btn:hover {
background: var(--main-text);
color: var(--white);
}

.banner_btn button {
background: var(--main-text);
color: var(--white);
height: 50px;
width: 200px;
padding: 12px 35px;
}

.banner_text h1 {
font-weight: bold;
font-size: 3rem;
color: var(--main-text);
}

.banner_text p {
font-size: 16px;
color: var(--body-text);
}

.banner_text h1 span {
display: block;
}

.software_version {
background: var(--light-green);
}

.version_list ul {
margin: unset;
padding: unset;
display: flex;
justify-content: center;
gap: 3rem;
align-items: baseline;
}

.version_list ul li {
list-style: none;
font-weight: 500;
}

.version_list {
padding: 20px 0;
}

.version_list ul li a {
text-decoration: none;
background: var(--white);
height: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
color: #000;
border-radius: 20px;
}

.main_heading h2 {
font-weight: bold;
font-size: 2.5rem;
color: var(--main-text);
}

.main_heading p {
font-size: 1rem;
color: var(--main-text)
}

.box_grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}

.box_column {
border: 1px solid var(--light-green);
/* padding: 20px; */
border-radius: 6px;
}

.box_column h3 {
font-size: 1.1rem;
font-weight: bold;
padding: 20px 20px 0 20px;
color: var(--main-text);
}

.box_column ul li {
list-style: none;
color: var(--body-text);
font-size: 14px;
line-height: 40px;
font-weight: 400;
border-bottom: 1px solid #cbd6df;
}

.box_column ul li:last-child {
border-bottom: none;
}

.box_column ul {
padding: 4px 20px;
display: flex;
flex-direction: column;
gap: 4px;
margin-bottom: 10px;
}

.order_box button.btn {
background: var(--secondary-green);
color: var(--white);
width: 180px;
height: 45px;

}

.order_box button.btn,
.order_box a {
background: var(--secondary-green);
color: var(--white);
width: 185px;
height: 45px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
}

.order_box button.btn:hover {
background: var(--main-text);
color: var(--white);
width: 185px;
height: 45px;

}

.order_box h4 {
color: var(--main-text);
font-size: 1.8rem;
margin-bottom: 20px;
text-align: left;
font-weight: bold;
}

.order_box span {
color: var(--body-text);
font-size: 1rem;
margin-bottom: 20px;
text-align: left;
font-weight: bold;
}

.order_box {
position: relative;
background: linear-gradient(160deg, #f1f8f4 0%, #c6ecce 100%);
padding: 40px 28px 18px;
border-radius: 0 0 0 0;
clip-path: ellipse(110% 100% at 10% 100%);
}

.panel_wrap {
background: #bfe9c9;
}

.green_heading h2 {
color: var(--main-text);

}

.column_grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}

.column_box {
background: var(--white);
text-align: center;
padding: 40px;
border-radius: var(--border-radius);
border: 1px solid #2e7d32;
}

.column_box h2 {
font-size: 3rem;
font-weight: bold;
color: var(--main-text);
}

.column_box h3 {
font-size: 2rem;
font-weight: bold;
color: var(--secondary-green);
}

.column_box h4 {
font-size: 1.25rem;
font-weight: bold;
color: var(--main-text);
}

.column_box p {
font-size: 16px;
color: var(--body-text);
}

.shared_column {
background: #f1f7f3;
padding: 40px;
border-radius: var(--border-radius);
border: 1px solid #e7e3e3;
}

.shared_grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}

.shared_column h2 {
font-size: 2rem;
font-weight: bold;
color: var(--main-text);
}

.shared_column h3 {
font-size: 1.3rem;
font-weight: bold;
color: var(--main-text);
}

.shared_column p {
font-size: 16px;
color: var(--body-text);
}

.afford_bg {
background: #a5d5a7;
}


.faq_accordion button.accordion-button {
background: var(--light-green);
color: var(--main-text);
font-size: 1.15rem;
font-weight: 400;

}

.faq_accordion .accordion-item {
margin-bottom: 20px;
}

footer.footer_bg {
background: var(--main-text);
}

h3.list_heading {
font-size: 1.2rem;
font-weight: bold;
color: #fff;
}

.footer_list ul {
padding: unset;
}

.footer_list ul li {
list-style: none;
}

.footer_list ul li a {
display: block;
text-decoration: none;
color: #fff;
padding: 2px 0;
font-size: 14px;
font-weight: 400;
}

.visa_img {
display: grid;
grid-template-columns: repeat(4, 1fr);
}

.visa_img a {
display: flex;
background: var(--banner-green);
align-items: center;
justify-content: center;
padding: 8px 0;
border-radius: 2px;
box-sizing: border-box;
height: 45px;
}

.visa_img a img {
width: 50px;
}

.visa_img {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}

.payment_method h4 {
font-size: 1.2rem;
color: #fff;
margin-bottom: 20px;
}

.sever_text p {
color: #fff;
}

.get_started_flex {
padding: 50px 50px;
border: 1px solid #eeee;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
bottom: -60px;
z-index: 21;
background: #fff;
border-radius: var(--border-radius);
}

.left_box {
flex: 0 0 65%;
}

.left_box h2 {
font-weight: bold;
font-size: 2.5rem;
color: var(--main-text);
}

.left_box p {
font-size: 16px;
color: var(--body-text);
}

.warning-box {
background: #fff1f1;
border: 1px solid #ff4d4d;
padding: 18px 20px;
border-radius: var(--border-radius);
font-family: Arial, sans-serif;
display: flex;
align-items: flex-start;
gap: 12px;
margin: 20px 0;
}

.warning-icon {
font-size: 24px;
color: #e60000;
line-height: 1;
}

.warning-heading {
margin: 0 0 6px;
font-size: 18px;
color: #ff0000;
font-weight: 600;
}

.warning-content p {
margin: 0;
color: #660000;
font-size: 14px;
line-height: 1.6;
}

.copyright_bg {
background: var(--banner-green);
}

.copyright-content {
padding: 10px;
}

.copyright-text {
font-size: 16px;
text-align: center;
font-weight: 500;
}

.copyright-text a {
color: var(--main-text);
}

.right_btn_box .banner_btn {
display: flex;
justify-content: center;
}

.right_btn_box {
flex: 0 0 35%;
}
.banner_btn button.btn:hover {
color: #fff;
}


.modal_body_flex {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
}
.modal_form h2 {
font-weight: 500;
margin: 0 0px 10px 0;
font-size: 24px;
}
.form_wrap .form-group input.form-control {
border: 1px solid #ccc;
border-radius: 4px;
margin: unset;
height: 40px;
margin-bottom: 10px;
}
.form_wrap .form-group label {
font-weight: 500;
margin-bottom: 6px;
font-size: 1rem;
}
.modal_form {
padding: 0 20px 0 0;
}

.form_wrap button.btn.submit_btn {
margin-left: auto;
width: 100%;
margin-top: 20px;
background: var(--secondary-green);
color: var(--white);
}
div#discounts .modal-body {
padding: unset;
}
.modal_form {
padding: 20px;
}
.modal_form p {
font-size: 14px;
}

#discounts button.btn-close {
position: absolute;
right: 10px;
opacity: 0.5;
background-color: transparent !important;
top: 10px;
}
.form_wrap .quform-spacer {
padding: unset;
margin: unset;
}
.form_wrap .quform-spacer textarea {
height: 60px;
}
.modal_img, .modal_img img {
height: 100%;
}

.modal_form .form_wrap .quform-button-submit {
    width: 100%;
    margin: unset;
}
.modal_form .form_wrap .quform-button-submit button.quform-submit {
    width: 100%;
    background: #1b7519;
    color: #fff;
}

@media(min-width:768px) and (max-width:1024px){
.box_grid,
.column_grid,
.shared_grid, .visa_img {
grid-template-columns: repeat(2, 1fr);
}
.get_started_flex {
flex-direction: column;
}
.version_list ul {
gap: 20px;
flex-wrap: wrap;
}
.version_list ul li {
flex: 0 0 30%;
max-width: 30%;
}
div#discounts .modal-dialog.modal-lg.modal-dialog-centered {
max-width: calc(100% - 40px);
}
                                                                                    .banner_btn {
                                                                                        display: flex;
                                                                                    }
                                                                                                                                                                        .banner_btn button {
                                                                                                                                                                            width: fit-content;
                                                                                                                                                                            padding: 12px 20px;
                                                                                                                                                                        }
}

@media(min-width:1024px) and (max-width:1366px) {

.box_grid,
.column_grid,
.shared_grid,
.visa_img {
grid-template-columns: repeat(2, 1fr);
}

.get_started_flex {
flex-direction: column;
}

.version_list ul {
gap: 20px;
}

.version_list ul li {
flex: 0 0 30%;
max-width: 30%;
}
}

@media(max-width:767px) {
.modal_img {
        display: none;
    }
        .modal_body_flex {
            grid-template-columns: 1fr;
        }
.box_grid,
.column_grid,
.shared_grid {
grid-template-columns: 1fr;
}

.version_list ul,
.get_started_flex {
flex-direction: column;
}

.right_btn_box .banner_btn {
flex-direction: column;
gap: 14px;
margin-bottom: 0;
}

.banner_text h1 {
font-size: 2rem;
}

.banner_btn {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 30px;
}

.version_list ul {
gap: 14px;
}

.main_heading h2 {
font-size: 2rem;
}

.shared_column h2,
.left_box h2 {
font-size: 1.4rem;
}

.get_started_flex {
padding: 40px 20px;
bottom: 0;
margin-bottom: 40px;
}

.logo_img {
width: 180px;
margin: unset;
height: auto;
padding: unset;
}
}