/* General Wizard Form Styling */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 2, 2025 */
@font-face {
    font-family: 'ubuntubold';
    src: url('./assets/fonts/Ubuntu/ubuntu-bold.woff2') format('woff2'),
    url('./assets/fonts/Ubuntu/ubuntu-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntulight';
    src: url('./assets/fonts/Ubuntu/ubuntu-light.woff2') format('woff2'),
    url('./assets/fonts/Ubuntu/ubuntu-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntumedium';
    src: url('./assets/fonts/Ubuntu/ubuntu-medium.woff2') format('woff2'),
    url('./assets/fonts/Ubuntu/ubuntu-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubunturegular';
    src: url('./assets/fonts/Ubuntu/ubuntu-regular.woff2') format('woff2'),
    url('./assets/fonts/Ubuntu/ubuntu-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.pcv2-page {
    margin: 20px 0;
}
.pcv2-page input[type="number"],
.pcv2-page input[type="text"],
.pcv2-page input[type="email"] {
    padding: 5px;
    margin: 5px 0;
    width: 300px;
}
.pcv2-page button {
    margin: 10px 5px;
}
small {
    display: block;
    margin-bottom: 10px;
    color: #555;
}
/* General Wizard Form Styling */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 2, 2025 */
@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/Ubuntu/ubuntu-bold.woff2') format('woff2'),
    url('../fonts/Ubuntu/ubuntu-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/Ubuntu/ubuntu-light.woff2') format('woff2'),
    url('../fonts/Ubuntu/ubuntu-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/Ubuntu/ubuntu-medium.woff2') format('woff2'),
    url('../fonts/Ubuntu/ubuntu-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/Ubuntu/ubuntu-regular.woff2') format('woff2'),
    url('../fonts/Ubuntu/ubuntu-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'ubunturegular', sans-serif; /* Default font */
}
.form-template h1, h2, h3, h4, h5, h6 {
    font-family: 'ubuntubold', sans-serif; /* Bold for headers */
    font-weight: normal !important;
}

.form-template h2{
    font-family: 'ubuntubold' !important;
    color: #fff !important;
    font-size: 42px !important;
    text-transform: unset !important;
}

.form-template h2 span{
    color: #00AEEF !important;
}
.form-template h4{
    font-family: 'ubuntumedium' !important;
    color: #fff !important;
    font-size: 20px !important;
}
.form-template p, li, .text-light {
    font-family: 'ubuntulight', sans-serif !important; /* Light for paragraphs and list items */
    font-family: 'ubuntulight' !important;
}
.form-template p{
    font-family: 'ubunturegular' !important;
    font-size: 16px !important;
    color: #fff !important;
}
.form-template strong, .text-medium {
    font-family: 'ubuntumedium', sans-serif !important;/* Medium for emphasized text */
}
.form-step label {
    font-family: 'ubuntulight' !important;
    color: #fff;
    font-size: 14px !important;
}
.form-template .form-group textarea {
    background: rgba(151, 208, 250, 0.24);
    backdrop-filter: blur(42px);
    border-radius: 16px !important;
    color: #fff !important;
    font-family: 'ubunturegular' !important;
    border: none !important;
    font-size: 15px !important;
    width: 100%;
}
.form-template input.form-control::placeholder{
    color: #fff !important;
    opacity: 0.7;
}
div#addmoreservice .modal-content input::placeholder{
    color: #fff !important;
    opacity: 0.7;
}
.form-template .form-group textarea::placeholder{
    color: #fff !important;
    opacity: 0.7;
}
.form-template .othertechnologies{
    color: #00AEEF !important
}
.form-template .space-between {
    justify-content: space-between !important;
    display: flex;
    margin-top: 40px;
}

.form-template .btn{
    font-family: 'ubuntumedium' !important;
    background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 186.51%);
    border-radius: 8px !important;
    border: navajowhite !important;
    padding: 16px 20px !important;
    width: 30%;
    font-size: 16px !important;
    color: #fff !important;
    height: auto !important;
}
.price-requeste .btn{
    width: 30% !important;
}
.form-template .btn-group.space-between a {
    color: #CFCFD0 !important;
    font-size: 14px !important;
    font-family: 'ubunturegular' !important;
}
/* Optionally, you can apply different fonts to specific elements */
.form-template .subheading, .sub-text {
    font-family: 'ubuntulight', sans-serif; /* Apply light font to sub-elements */
}
.form-template .row.align-item-center {
    display: flex;
    align-items: center;
}
.form-template #wizard-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* Form Step Visibility */
.form-template .wizard-step {
    display: none;
}

.form-template .wizard-step.active {
    display: block;
}

/* Ensure the price calculator is always visible */
.form-template #price-calculator {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
}

/* Navigation Styling */
.form-template #wizard-navigation {
    list-style: none;
    display: flex;
    padding: 0;
    width: 60%;
    margin: 0 auto;
    gap: 30px;
    justify-content: center !important;
}
.form-template .wizard-step {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    background: rgb(0 174 239 / 38%);
    backdrop-filter: blur(44.0237px);
    border-radius: 24px;
    padding: 25px 20px;
    margin-top: 30px;

}

/* Active Step Navigation */
.form-template .wizard-step.active {
    color: #fff;
    font-weight: bold;
    background: rgba(0, 174, 239, 0.24);
    backdrop-filter: blur(44.0237px);
}

/* Content Area Styling */
.form-template .wizard-content {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
}

/* Button Styling */
.form-template .wizard-content button {
    margin: 10px 5px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-template .wizard-content button:hover {
    background-color: #005a87;
}

/* Skip Button Specific Styling */
.form-template .skip-btn {
    background-color: #FFFFFF;
}
.form-template .skip-btn:hover {
    background-color: #FFFFFF;
    opacity: 0.7;
}
.form-template .btn:hover {
    opacity: 0.7;
}
.form-template .question h4 {
    font-family: 'ubuntumedium';
    text-transform: capitalize;
}
.form-template .form-step {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), rgb(0 0 0 / 74%);
    backdrop-filter: blur(9.86157px);
    border-radius: 16.0578px;
    padding: 40px;
    margin-bottom: 4rem !important;
}
.form-template div#wizard-steps-select {
    padding: 60px 40px;
}
.form-template .bg-cgreen .form-group {
    margin-bottom: 8px;
}
.form-template input.form-control {
    width: fit-content !important;
    background: rgba(151, 208, 250, 0.24) !important; /* Already transparent */
    backdrop-filter: blur(42px);
    border-radius: 16px !important;
    border: none !important;
    color: #fff !important;
    padding: 10px 20px !important;
    height: auto !important;
    font-size: 16px !important;
    font-family: 'ubunturegular' !important;
}
.form-template .bg-cgreen {
    background: rgba(0, 174, 239, 0.24);
    backdrop-filter: blur(44.0237px);
    border-radius: 24px;
    padding: 25px 20px;
}
.form-template {
    background: #191624;
    margin-top: 10rem;
}
.space-between.second-from-space button.next-btn.btn {
    width: 26%;
}
.options.bg-cgreen.second-from {
    margin-top: 30px;
}

.space-between.second-from-add-more .btn-primary {
    width: 28%;
    background-color: #00AEEF !important;
    background: linear-gradient(90deg, #00AEEF 0%, #00AEEF 186.51%);
    text-transform: capitalize;
    text-align: left;
}
.space-between.second-from-add-more .btn-primary i {
    margin-right: 8px;
}
.a-href{
    color: #00AEEF !important;
    text-decoration: underline !important;
    text-transform: uppercase;
    font-family: 'ubuntumedium';
}

.customModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.customModal .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    border-radius: 8px;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    background-color: #fff !important;
    border: none;
    padding: 2px 6px !important;
    border-radius: 50%;
    font-size: 16px !important;
    color: #262626 !important;
}
div#addmoreservice .modal-content {
    background: rgb(0 174 239 / 49%);
    backdrop-filter: blur(44.0237px);
    border-radius: 24px;
    padding: 30px 40px;
}

div#addmoreservice .modal-content input {
    width: 100% !important;
    background: rgba(151, 208, 250, 0.24) !important; /* Transparent background */
    backdrop-filter: blur(42px);
    border-radius: 16px !important;
    border: none !important;
    color: #FFFFFF !important; /* Explicit white color */
    padding: 10px 20px !important;
    height: auto !important;
    font-size: 14px !important;
    font-family: 'ubunturegular' !important;
}
div#addmoreservice .modal-content .btn {
    font-family: 'ubuntumedium' !important;
    background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 186.51%);
    border-radius: 8px !important;
    border: navajowhite !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    color: #fff !important;
    height: auto !important;
}
.customModal .modal-body label.form-label {
    text-align: left;
    width: 100%;
    color: #fff !important;
    margin-bottom: 5px;
    font-family: 'ubunturegular' !important;
    font-size: 14px;
    margin-top: 14px;

}
div#addmoreservice .modal-content .modal-footer {
    margin-top: 25px;
}
.form-template .btn-group.space-between .a-href.text-bg {
    color: #00AEEF !important;
}
.second-from.wizard-section {
    padding: 30px 40px;
}
.wizard-section label {
    color: #fff;
    font-family: 'ubunturegular' !important;
    font-weight: 400;
    font-size: 15px;
}
.wizard-section .question {
    margin-bottom: 30px;
}
.wizard-steps.form-step-set {
    padding-top: 30px;
}


#welcome-form .row.align-item-center {
    padding: 40px 0px;
}
.form-template .ul-class li {
    color: #fff;
    font-family: 'ubuntulight' !important;
    font-size: 14px;
    list-style: inside;
}
.form-security .options.bg-cgreen.second-from {
    padding: 40px 30px;
}

.form-template .form-control.w-100{
    width: 100% !important
}
.form-template .thankyou-inner {
    padding: 80px 40px;
    text-align: center;
}
.thankyou-inner .space-between {
    justify-content: space-evenly !important;
}
.white-btn{
    background: #FFFFFF;
    border-radius: 8px;
    border: none !important;
    color: #4F4F51 !important;
    width: 25%;
    font-family: 'ubuntumedium' !important;
    border-radius: 8px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    height: auto !important;

}
.thankyou-inner h2 {
    padding: 40px 10px;
}
.pricing-calculator{
    margin-bottom: 35px;
}



a.a-href.text-bg {
    width: 35%;
}
.form-email .options.bg-cgreen.second-from {
    position: relative;
    padding: 60px 40px;
    overflow: hidden;
}
.form-email .options.bg-cgreen.second-from img.vector-add {
    position: absolute;
    right: -5px;
    top: 2px;
    max-width: 110px;
}
.thankyou-form{
    background-repeat: no-repeat;
    background-image: url("../img/thankyou-bg.png");
    background-size: cover;
}



.wizard-step {
    display: none;
}
.wizard-step.active {
    display: block;
}
.wizard-navigation .wizard-step {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    font-family: 'ubuntubold' !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400;
    /*opacity: 0.32;*/
}
.wizard-navigation .wizard-step.active {
    background-color: #00AEEF;
    color: #fff;
    opacity: 1;
}
.form-template .btn-group {
    margin-top: 20px;
}
#wizard-navigation li{
    position: relative;
}
#wizard-navigation li:after {
    content: '';
    width: 88px;
    height: 9px;
    background: #79787a;
    position: absolute;
    left: -40%;
    top: 68px;
    z-index: -1;
    border-radius: 1px;
}
#wizard-navigation li.active:after {
    background: #00AEEF;
    color: white;
}
/*#wizard-navigation li:before {*/
/*    content: "";*/
/*    counter-increment: step;*/
/*    width: 15px;*/
/*    line-height: 0px;*/
/*    display: block;*/
/*    font-size: 10px;*/
/*    color: #333;*/
/*    background: white;*/
/*    border-radius: 3px;*/
/*    margin: 0 auto 5px auto;*/
/*}*/

button.prev-btn {
    background: #FFFFFF;
    border-radius: 8px;
    border: none !important;
    color: #4F4F51 !important;
    width: 25%;
    font-family: 'ubuntumedium' !important;
    border-radius: 8px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    height: auto !important;
}

p.text-medium {
    font-weight: 400;
}.btn-group.space-between a.text-black {
     color: #082235 !important;
     font-size: 16px !important;
 }
/*div#form-step-2 input.form-control{*/
/*    color: #0000009e !important;*/
/*}*/
/*div#form-step-2 .form-control:focus {*/
/*    color: #0000009e !important;*/
/*}*/

.space-between.second-from-space button.wizard-next-btn {
    width: 25%;
}
.space-between.second-from-space button.next-btn.btn{
    width: 28%;
}
.need-help{
    margin-top: 30px;
}
.need-help a{
    text-decoration: underline;
}

#wizard-navigation li:before {
    top: 68px;
    content: '';
    width: 88px;
    height: 9px;
    background: #79787a;
    position: absolute;
    left: -40%;
    z-index: -1;
    border-radius: 1px;
}
#wizard-navigation li.add-active:before {
    background: #00AEEF;
    z-index: 1;
    opacity: 1;
}
.wizard-navigation .wizard-step.add-active {
    background-color: #00AEEF;
    color: #fff;
    opacity: 1;
}
.form-step-package table {
    width: 100%;
    border-collapse: collapse;
}

.form-step-package th {
    padding: 15px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    border-radius: 24px;
}
.form-step-package .threatrespond:hover, .form-step-package .threatrespond:focus, .form-step-package .threatrespond:active {
    background-color: #022133 !important;
    color: white;
    border-radius: 24px;
}

/* Default Colors */
.form-step-package .threatrespond .checked {
    background-color: #022133 !important;
    color: white;
    border-radius: 24px;
}
.form-step-package .unchecked {
    background-color: transparent;
    color: black;
    border-radius: 24px;
}
.form-step-package .threatrespond {
    text-align: center;
    position: relative;
}
.form-step-package .red-header {
    background-color: #d9534f !important; /* Red */
    color: white;
}
.form-step-package .checked:before {
    content: '✔';
    position: absolute;
    right: 12px;
    font-size: 20px;
    color: #00b1f0;
    top: 12px;
}
.threatrespond.text-danger.checked:before {
    color: #ff6033;
}

.form-step-package .threatrespond:hover::before {
    content: "✔";
    position: absolute;
    right: 12px;
    font-size: 20px;
    color: #00b1f0;
    top: 12px;
}
.form-step-package .threatrespond.text-danger:hover::before {
    color: #ff6033;
}
/* Hide Default Checkbox */
.form-step-package input[type="checkbox"] {
    display: none;
}

/* Custom Styling for Labels */
.form-step-package label {
    display: block;
    padding: 10px;
    cursor: pointer;
}
.form-step-package{
    position: relative;
}
.form-step-package .text-blue {
    color: blue;
}
.table-responsive table tr:last-child td, .table-responsive table tr:last-child .text-start{
    border-bottom: none;
}
.form-step-package .text-white {
    color: white;
}

.form-step-package .text-cgreen {
    color: #79FFF7;
    width: 100%;
    float: left;
}

.form-step-package .text-orange {
    background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Change the background color for active step's before pseudo-element */
#wizard-navigation li.active:before {
    background: #00AEEF;
}
.form-step label input[type="checkbox"] {
    margin-right: 7px;
}
.form-group label.styled-label input[type="radio"]{
    margin-right: 7px;
}
.form-group label.styled-label {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.form-step-package .threatrespond.checked {
    background-color: #022133 !important;
    color: white;
    border-radius: 24px;
}
.btn-group.space-between.need-help a {
    text-decoration: underline;
    font-size: 12px !important;
}
div#form-step-2 button {
    width: 24.6%;
}
.table-responsive tbody th, .table-responsive tbody td {
    font-family: 'ubunturegular' !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 16px 10px;
}
.table-responsive tbody td {
    vertical-align: middle;
    text-align: center;
}
.form-step-package .col-lg-12.col-md-12.col-sm-12.text-center img.vector-add {
    margin: 20px 0px;
}
th.features {
    color: #79FFF7 !important;
}

.table-responsive th span {
    color: #fff;
}
/*.table-responsive th.threatrespond.text-danger {*/
/*    background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/
.table-responsive th.threatrespond span.same-color {
    color: #79FFF7 !important;
}
.table-responsive .text-blue {
    color: #79FFF7 !important;
    padding-left: 45px;
}
.table-responsive th.padding-left-20 {
    padding-left: 30px;
}
.table-responsive .text-blue {
    color: #79FFF7 !important;
    padding-left: 45px;
    font-family: 'ubuntulight' !important;
    font-size: 14px !important;
}
.table-responsive .text-white {
    color: #fff !important;
}
.table-responsive th .text-blue {
    color: #00AEEF;
}
.table-responsive th .text-white {
    color: #fff !important;
    background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff !important;
}

.table-responsive th.threatrespond span.same-color {
    color: #79FFF7 !important;
    -webkit-text-fill-color: #79FFF7 !important;
    font-family: 'ubuntulight' !important;
    font-size: 13px;
    text-align: center;
    width: 100%;
    float: left;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


.packages-add .options.second-from.wizard-section {
    /* width: 40%; */
    padding: 0px 12px;
}
.packages-add .form-group {
    width: 18%;
}
.packages-add .form-group input.form-control.numeric-input {
    width: 100% !important;
    font-size: 13px !important;
    border-radius: 8px !important;
}
.packages-add .options.second-from.wizard-section .question {
    margin-bottom: 5px;
}
.packages-add {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}
.form-group-flex {
    display: flex;
    gap: 15px;
}
.packages-add .second-from.wizard-section h4 {
    font-size: 14px !important;
    line-height: 1.2;
    margin-bottom: 5px;
}
.form-group-flex .form-group-add label.styled-label {
    padding: 0px;
    padding-right: 10px;
    display: flex;
    gap: 5px;
}

tr.last-package-row td.text-blue {
    padding: 16px 10px;
    font-weight: 800;
    font-size: 20px !important;
}
tr.last-package-row th.text-start {
    color: #fff;
    font-size: 20px !important;
    background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
th.threatrespond.text-blue span.text-blue {
    padding-left: 0;
}

@media (max-width: 1199px) {
    /* Add your styles here */
    #wizard-navigation {
        width: 70%;
    }
    div#form-step-2 button {
        width: 28%;
    }
}
@media (max-width: 991px) {
    /* Add your styles here */
    .form-template .row.align-item-center {
        display: block;
    }
    .space-between.second-from-add-more .btn-primary {
        width: 45%;
    }
    .space-between.second-from-space button.next-btn.btn {
        width: 45%;
    }
    .space-between.second-from-space button.next-btn.btn{
        width: 25%;
    }
    #wizard-navigation {
        width: 98%;
    }
    .customModal .modal-content {
        width: 80%;
    }
    .form-template #wizard-navigation {
        width: 80%;
    }
    div#form-step-2 button {
        width: 35%;
    }
    .packages-add .form-group {
        width: 35%;
    }
    tr.last-package-row th.text-start {
        background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
@media (max-width: 767px) {
    /* Add your styles here */
    div#form-step-2 .space-between {
        display: block;
    }
    .second-from.wizard-section {
        padding: 20px 15px;
    }
    .space-between.second-from-add-more .btn-primary {
        width: 100%;
    }.space-between.second-from-space button.next-btn.btn {
         width: 100%;
         margin-top: 20px;
     }
    div#form-step-2 input.form-control {
        color: #0000009e !important;
        width: 100% !important;
    }
    a.a-href.text-bg {
        width: 16%;
    }
    .space-between.second-from-space button.wizard-next-btn {
        width: 30%;
    }
    .second-from.wizard-section button.next-btn.btn {
        width: 30%;
        margin-top: 0px;
    }
    .form-email-inner .next-btn.btn {
        margin-top: 20px;
    }
    .form-email .btn-group.space-between.second-from-space {
        display: block;
    }
    .thankyou-inner .space-between {
        display: block;
    }
    .thankyou-inner .space-between.second-from-space button.next-btn.btn {
        width: 70%;
        margin-top: 30px;
    }
    #wizard-navigation li:after{
        display: none;
    }
    #wizard-navigation li:before {
        top: 65px;
        left: 0px;
    }

    #wizard-navigation li:last-child::before {
        display: none;
    }
    .form-template #wizard-navigation {
        width: 100%;
    }
    div#form-step-2 button {
        width: 100%;
    }
    .packages-add {
        display: block;
    }
    .packages-add .form-group {
        width: 100%;
        margin-bottom: 15px;
    }
    .packages-add .options.second-from.wizard-section .question {
        margin-bottom: 15px;
    }
    .packages-add {
        margin-bottom: 10px;
    }
    .packages-add .options.second-from.wizard-section {
        text-align: center;
    }
    .form-group-flex {
        display: inline-flex;
        gap: 15px;
        text-align: center;
    }
    tr.last-package-row th.text-start {
        background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}

@media (max-width: 575px) {
    .form-template .form-step {
        padding: 20px;
    }
    .form-template {
        padding: 30px;
    }
    div#wizard-steps-select {
        padding: 60px 24px;
    }
    .form-template #wizard-navigation {
        width: 100%;
    }
    .form-template div#wizard-steps-select {
        padding: 60px 20px;
    }
    .form-template .thankyou-inner {
        padding: 60px 20px;
    }
    .form-template .thankyou-inner h2 {
        font-size: 34px !important;
        line-height: 40px;
    }
    tr.last-package-row th.text-start {
        background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 81%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
@media (max-width: 480px) {
    .form-template {
        padding: 15px;
    }
    .wizard-step .btn-group.space-between.second-from-space {
        display: block;
    }
    .wizard-step .btn-group.space-between.second-from-space button {
        width: 100%;
        margin: 15px 0px;
    }
    .thankyou-inner .space-between.second-from-space button.next-btn.btn {
        width: 85%;
    }
    .thankyou-inner {
        padding: 80px 20px;
    }
    div#wizard-steps-select {
        padding: 60px 15px;
    }
    #wizard-navigation {
        width: 100%;
    }
    .wizard-navigation .wizard-step {
        padding: 6px 12px;
    }
    #wizard-navigation li:before {
        left: 12px;
        width: 60px;
    }
    .form-template .thankyou-inner {
        padding: 40px 0px;
    }
    .thankyou-inner h2 {
        padding: 40px 0px
    }
    .form-template #wizard-navigation {
        gap: 8px;
    }
    tr.last-package-row th.text-start {
        background: linear-gradient(90deg, #F89B29 0%, #FF0F7B 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}
@media (max-width: 360px) {
    #wizard-navigation li:before {
        display: none;
    }
    .wizard-steps.form-step-set {
        padding-top: 12px;
    }

    .wizard-navigation .wizard-step {
        padding: 4px 10px;
    }
}
@media (max-width: 320px) {
    .wizard-step {
        padding: 25px 12px;
        font-size: 18px !important;
        margin-top: 10px;
    }
    #wizard-navigation {
        width: 100%;
        display: block;
    }
    .wizard-navigation .wizard-step {
        padding: 3px 8px;
    }

}

.error {
    border: 1px solid red;
    background-color: #ffe6e6;
}
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.price-calculator-vijilan .col-md-12 {
    /* Allow for 100% width on medium screens and up */
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Override only for large screens (≥992px) */
@media (min-width: 992px) {
    .price-calculator-vijilan .col-lg-6 {
        width: 50% !important; /* Maintain 50% width for large screens */
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    /* You can add additional conditions here if necessary for larger screens */
}


.loader-calculator {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.text-center{
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.tabs-content > div {
    display: none;
}
.tabs-content > div:first-child {
    display: block;
}
.hidden {
    display: none;
}
.loader {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}
.loader-skip {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.blur-text {
    filter: blur(5px);
    cursor: pointer;
    transition: filter 0.3s ease-in-out;
}
.form-group small {
    color: #fff;
    margin: 25px 0 0 0px;
}
.btn-group-sm button {
    font-size: 12px;
    padding: 6px 14px;
}
.btn-group.btn-group-sm button {
    font-size: 12px;
    margin: 15px 0px 0 0px;
}

.next-btn.loading {
    opacity: 0.6;
    pointer-events: none;
}

.next-btn.loading::after {
    content: '⏳';
    margin-left: 8px;
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.spinner-border {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spinner-border .6s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.btn-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.btn-group-sm {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.back-btn {
    margin-right: auto;
}
.next-btn {
    margin-left: auto;
    width: 30%; /* Default width */
}

/* Only first step: full width next button */
#form-step-1 .next-btn {
    width: 100%;
}
