:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #fcba0b;
    --yellow: #ee6e11;
    --grey: #ecedf3;
}

html {
    line-height: 1.15;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 16px;
    line-height: 1.4;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    color: #64748b;
    font-variant-numeric: tabular-nums;
}

#stolems_submit {
    color: #fff;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.bs-modal-lg .modal-dialog {
    width: 95vw;
    max-width: 95vw;
}

.bs-modal-md .modal-dialog {
    width: 60vw;
    max-width: 60vw;
}

.bs-modal-sm .modal-dialog {
    width: 40vw;
    max-width: 40vw;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgba(22, 76, 153, 0.5);
    font-weight: 500;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media (max-width: 767px) {
    p {
        font-size: 14px;
    }
}

::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}

::selection {
    color: var(--white);
    background-color: var(--black);
}

::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000001;
    font-family: "Inter", sans-serif;
}

h1 {
    font-size: 18px;
    margin: 0.67em 0;
}

h2.fs-4 {
    font-size: 16px !important;
}

h2 {
    line-height: 1.4;
}

h3 {
    font-size: 18px;
    line-height: 1.4;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
}

h5 {
    font-size: 16px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    margin-top: 1rem !important;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container:after,
.row:after,
.clearfix:after,
.clear:after {
    content: "";
    display: table;
    clear: both;
}

.accordion-body .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.accordion-body .col-md-3 {
    width: 25%;
}

.accordion-body .col-md-1 {
    width: 8.33333333%;
}

.panel h2 span {
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    color: #192b41;
}

.panel h2 svg {
    width: 25px;
    height: 25px;
    margin-top: 13px;
}

.text-left {
    text-align: left;
}

header h5 {
    text-align: center;
    line-height: 1.6;
}

.wrapper {
    position: relative;
}

.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

mark {
    color: var(--white);
    background-color: var(--black);
}

.h-lg-100 {
    position: relative;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    border-radius: 20px;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card {
    border: 0 !important;
    border-radius: 6px !important;
    background-color: #f9f9f9 !important;
    color: #353746;
    background-image: none;
    padding: 20px;
}

.calc_result {
    color: #353746;
}

.btn-primary {
    background-color: #f48033 !important;
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 1rem 0.8rem !important;
    width: 100%;

}

.form-control {
    line-height: 2.5 !important;
    border: 1px solid rgba(22, 76, 153, 0.15);
    border-radius: 0;
    margin-bottom: 1rem;
}

textarea.form-control {
    line-height: 1.5 !important;
}

.section {
    padding: 0 0 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-content {
    width: 100%;
    position: relative !important;
}

.section-content {
    z-index: 1;
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}

.background-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow form {
    margin-bottom: 0;
}

.box-shadow .checkbox:checked ~ .background-color {
    background-color: var(--white);
}

.box-shadow [type="radio"]:checked,
.box-shadow [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.box-shadow .checkbox:checked + label,
.box-shadow .checkbox:not(:checked) + label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}

.box-shadow .checkbox:checked + label:before,
.box-shadow .checkbox:not(:checked) + label:before {
    position: absolute;
    font-family: "unicons";
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox:not(:checked) + label:before {
    content: "\eac1";
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(26, 53, 71, 0.07);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(26, 53, 71, 0.07);
}

.box-shadow .checkbox:checked + label:before {
    content: "\eb8f";
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    -webkit-box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25),
    0 0 0 1px rgba(26, 53, 71, 0.07);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25),
    0 0 0 1px rgba(26, 53, 71, 0.07);
}

.box-shadow .checkbox:checked ~ .section .container .row .col-12 p {
    color: var(--dark-blue);
}

.box-shadow .checkbox-tools:checked + label,
.box-shadow .checkbox-tools:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 110px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-tools:not(:checked) + label {
    background-color: var(--dark-light);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow .checkbox-tools:checked + label {
    background-color: transparent;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow .checkbox-tools:not(:checked) + label:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow .checkbox-tools:checked + label::before,
.box-shadow .checkbox-tools:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: -1;
}

.box-shadow .checkbox-tools:checked + label .uil,
.box-shadow .checkbox-tools:not(:checked) + label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label {
    background-color: var(--light);
    color: var(--dark-blue);
    -webkit-box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow .checkbox-budget:checked + label,
.box-shadow .checkbox-budget:not(:checked) + label {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: 52px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #0f2a6a;
    padding: 0;
    border-radius: 10px;
    background-color: #f4f6fa;
    display: block;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #0f2a6a;
    font-weight: 800;
}

.s_buttons {
    justify-content: center;
}

.box-shadow .checkbox-budget:checked + label {
    background-color: #000002;
}


.box-shadow .checkbox-budget:checked + label::before,
.box-shadow .checkbox-budget:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: -1;
}

.box-shadow .checkbox-budget:checked + label span,
.box-shadow .checkbox-budget:not(:checked) + label span {
    position: relative;
    display: block;
    padding: 12px 8px;
}

.box-shadow .checkbox-budget:checked + label span::before,
.box-shadow .checkbox-budget:not(:checked) + label span::before {
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.box-shadow .checkbox-budget:not(:checked) + label span::before {
    max-height: 0;
}

.box-shadow .checkbox-budget:checked + label span::before {
    max-height: 100%;
}

.box-shadow .checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label {
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
    -webkit-box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow .checkbox-booking:checked + label,
.box-shadow .checkbox-booking:not(:checked) + label {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    padding: 0;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-booking:not(:checked) + label::before {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow .checkbox-booking:checked + label::before {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow .checkbox-booking:not(:checked) + label:hover::before {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow .checkbox-booking:checked + label::before,
.box-shadow .checkbox-booking:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-booking:not(:checked) + label::before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.box-shadow .checkbox-booking:checked + label::after,
.box-shadow .checkbox-booking:not(:checked) + label::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-booking:checked + label::after {
    opacity: 0;
}

.box-shadow .checkbox-booking:checked + label .uil,
.box-shadow .checkbox-booking:not(:checked) + label .uil {
    font-size: 20px;
}

.box-shadow .checkbox-booking:checked + label .text,
.box-shadow .checkbox-booking:not(:checked) + label .text {
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.box-shadow .checkbox-booking:checked + label .text {
    opacity: 0.6;
}

.checkbox-booking:checked + label .text::after,
.checkbox-booking:not(:checked) + label .text::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-booking:not(:checked) + label .text::after {
    width: 0;
}

.box-shadow .checkbox-booking:checked + label .text::after {
    width: 100%;
}

.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label,
.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label {
    background-color: var(--light);
    color: var(--dark-blue);
}

.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label::after,
.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label::after {
    background-color: var(--light);
}

.link-to-page {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 50px;
}

.link-to-page img {
    width: 100%;
    height: auto;
    display: block;
}

.slidecontainer {
    margin-bottom: 0;
    text-align: left;
}

.selected_house_area {
    font-size: 36px;
    font-weight: 600;
    color: #393e4f;
    display: inline;
}

.slidecontainer > span {
    font-size: 20px;
    font-weight: 600;
    color: #393e4f;
    display: inline;
}

.slidecontainer .form-group span {
    font-weight: 600;
    color: #6b7484;
    font-size: 12px;
}

.form-group.stolems_form_group {
    margin-bottom: 15px;
    position: relative;
}

input[type="range"]::-webkit-slider-thumb {
    width: 19px;
    -webkit-appearance: none;
    height: 19px;
    border-radius: 50px;
    background: #000003;
    cursor: pointer;
}

#area {
    width: 100%;
    border-radius: 8px;
    outline: none;
    -webkit-transition: background 450ms ease-in;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    margin: 20px 0 0 0;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#0298a5),
            color-stop(50%, #0298a5),
            color-stop(50%, #e6ecf3),
            to(#e6ecf3)
    );

    background: linear-gradient(
            to right,
            #0298a5 0%,
            #0298a5 50%,
            #e6ecf3 50%,
            #e6ecf3 100%
    );
}

.s_confirmation {
    text-align: center;
}

.s_confirmation .button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

    color: #fff !important;
    background-color: #e10000;
    border-color: #e10000;
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 1rem 0.8rem !important;
    width: 100%;
    margin: 0.5rem 0;
}

.s_confirmation img {
    width: 60%;
    padding: 30px;
}

.s_confirmation .button:hover {
    background-color: #89a4cc;
    border-color: #89a4cc;
    box-shadow: 0px 10px 30px 0px rgba(28, 76, 153, 0.2);
}

.modal-content {
    border: 0;
}

.modal-body {
    padding: 2rem 1rem;
}

@media (max-width: 767px) {
    .row.s_buttons {
        margin-bottom: 40px;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .pb-3 {
        padding-bottom: 2rem !important;
    }

    header a {
        width: 100%;
    }

    header img.mb-4 {
        max-width: 200px;
        margin-bottom: 1rem !important;
    }

    form .col-sm-12 {
        margin-top: 1rem;
    }
}

input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;

    cursor: pointer;
    box-shadow: 0 0 0 #000000,
    0 0 0 #0d0d0d;

    border-radius: 25px;
    border: 0 solid #000101;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000000,
    0 0 0 #0d0d0d;
    border: 0 solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #000003;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
}

input[type="range"]::-moz-range-track {
    width: 100%;

    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;

    border-radius: 25px;
    border: 0px solid #000101;
}

input[type="range"]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #000002;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    width: 100%;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
}

input[type="range"]::-ms-fill-upper {
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
}

input[type="range"]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000,
    0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #000002;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    background-clip: padding-box;
    border: 6px solid rgba(255, 255, 255, 0);
    transform: scale(3);
}

input[type="range"]::-moz-range-thumb {
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    transform: scale(3);
}

h2 span {
    font-size: 16px;
    width: 35px;
    height: 35px;
    background-color: #d3d7e6;
    border-radius: 50px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 35px;
    margin-bottom: 10px;
}

h3 span {
    font-size: 18px;
    width: 38px;
    height: 38px;
    background-color: #d3d7e6;
    border-radius: 50px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 38px;
    margin-bottom: 10px;
}

.border-bottom {
    border: 0 !important;
}

.background {
    background-color: rgba(239, 241, 249, 0.7);
    margin-top: 0;
}

@media screen and (min-width: 550px) {
    .medium-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    }

    .medium-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    }
}

@media screen and (min-width: 850px) {
    .large-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    }

    .large-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .large-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    }

    .large-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .large-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    h2 {
        font-size: 34px;
    }

    h2 span {
        display: inline-block;
    }

    h3 span {
        display: inline-block;
    }
}

#popup {
    background: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(80, 100, 174, 0.3);
    box-shadow: 0 15px 50px rgba(80, 100, 174, 0.3);
    border-radius: 10px;
    padding: 30px;
    border: 3px solid #d7dbe9;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.toast {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 0;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.toast.info .toast-body {
    border-top: 1px solid #ececec;
}

.toast.success .toast-body {
    border-top: 1px solid teal;
}

.toast.warning .toast-body {
    border-top: 1px solid #ececec;
}

.toast.danger .toast-body {
    border-top: 1px solid red;
}

.nav-link,
a .nav-link {
    color: #212529 !important;
}

.nav-link:hover,
a .nav-link:hover {
    color: #000000 !important;
}

.btn-toolbar h5 {
    margin-top: 9px;
}

.accordion-button:not(.collapsed) {
    color: #212529 !important;
    font-weight: 600;
}

.accordion-body svg {
    margin-top: 32px;
    padding: 14px;
    cursor: pointer;
    width: 53px;
    height: 53px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    color: #000002 !important;
}

.accordion-button span:nth-child(1) {
    width: inherit;
    text-align: left;
}

.accordion-button span:nth-child(2) {
    width: inherit;
    text-align: right;
    padding: 3px;
    margin-right: 10px;
}

.accordion-collapse.collapse .accordion-body {
    height: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.accordion-collapse.collapse.show .accordion-body {
    height: auto;
    overflow: auto;
    padding: 1rem 1.25rem;
}

.accordion-collapse.collapse:not(.show) {
    display: block;
}

.toast-container {
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 10px;
}

input.alert {
    padding: 0.375rem 0.75rem;
    border-color: #bb0000;
}

input.alert[type="checkbox"] {
    padding: 0;
}

#area_n,
#email_n,
#phone_n,
#acceptance_n {
    color: #bb0000;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}

#area_n {
    margin-bottom: 0;
}

.for-checkbox-thickness {
    border: 2px solid #e7ebf5;
}

.for-checkbox-thickness.active {
    border: 2px solid #1e3660;
    background-color: #1e3660 !important;
    color: #fff !important;
}

.modal.fade {
    background: rgba(0, 0, 0, 0.2);
}

.a {
    cursor: pointer;
}

.modal p {
    color: #000000 !important;
}

.top {
    padding-top: 5px;
}

.top p {
    color: #212529;
    font-size: 14px;
}

.top p a {
    color: #f2850f;
    text-decoration: none;
}

.border {
    border: 0 !important;
}

.m-6 {
    margin-left: 10px;
    margin-right: 10px;
}

.row.g-3.pt-5.pb-2.background {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .m-6 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .border {
        padding: 0 30px;
        border: 2px solid #f0f2fa !important;
    }

    .border-bottom {
        border-bottom: 2px solid #f0f2fa !important;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .mb-6 {
        margin-bottom: 35px;
    }

    .col-sm-12.mt-5 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .row.g-3.pt-5.pb-2.background {
        padding-left: 45px;
        padding-right: 45px;
        margin-left: -25px;
        margin-right: -25px;
    }

    .row.justify-content-between.g-5.background.mb-5 {
        margin-top: 10px !important;
        margin-bottom: 60px !important;
    }

    .s_buttons {
        margin-bottom: 70px;
    }

    .s_buttons .col-12 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .s_button.col-12 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .row.align-items-center {
        margin-top: 0;
    }

    h1 {
        font-size: 20px;
        line-height: 1.4;
    }

    header h5 {
        text-align: right;
        color: #fff !important;
    }

    .s_buttons .col-md-3 {
        padding: 0;
    }

    #stolems_submit {
        position: relative;
    }

    i {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        color-stop(1%, rgba(255, 255, 255, 0.03)),
        color-stop(30%, rgba(255, 255, 255, 0.6)),
        color-stop(50%, rgba(255, 255, 255, 0.85)),
        color-stop(70%, rgba(255, 255, 255, 0.85)),
        color-stop(71%, rgba(255, 255, 255, 0.85)),
        to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.03) 1%,
        rgba(255, 255, 255, 0.6) 30%,
        rgba(255, 255, 255, 0.85) 50%,
        rgba(255, 255, 255, 0.85) 70%,
        rgba(255, 255, 255, 0.85) 71%,
        rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
        width: 15%;
        height: 100%;
        transform: skew(-10deg, 0deg);
        -webkit-transform: skew(-10deg, 0deg);
        -moz-transform: skew(-10deg, 0deg);
        -ms-transform: skew(-10deg, 0deg);
        -o-transform: skew(-10deg, 0deg);
        -webkit-animation: move 2s;
        animation: move 2s;
        animation-iteration-count: infinite;
        animation-delay: 1s;
        -webkit-animation: move 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 1s;
        -moz-transform: skew(-10deg, 0deg);
        -moz-animation: move 2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-delay: 1s;
        -ms-transform: skew(-10deg, 0deg);
        -ms-animation: move 2s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-delay: 1s;
        -o-transform: skew(-10deg, 0deg);
        -o-animation: move 2s;
        -o-animation-iteration-count: infinite;
        -o-animation-delay: 1s;
    }

    .modal-body {
        padding: 2rem 1rem;
    }

    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

    .modal-dialog p {
        margin: 0.5rem 0;
    }
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

.form-col {
    margin-top: 0;
}

@media (max-width: 991px) {
    .form-col {
        padding-bottom: 0;
        margin-top: 0.3rem !important;
    }

    .alert {
        margin-bottom: 0.3rem !important;
    }
}

@media (min-width: 1200px) {

    .wrapper {
        padding: 0 60px;
    }

    .slidecontainer {
        width: 100%;
        margin: 0 auto;
    }

    .col-inner {
        padding: 40px;
        margin: 60px 0px 20px 0px;
    }

    h1 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h4 {
        font-size: 24px;
    }

    h2.fs-4 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 28px;
    }

    p {
        font-size: 18px;
    }

    h2 span {
        font-size: 24px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    h3 span {
        font-size: 28px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .modal-dialog {
        max-width: 800px;
    }

    .modal-body {
        padding: 1rem 2rem 1.5rem 2rem;
    }

    .s_confirmation h4 {
        font-size: 26px;
    }

    .s_confirmation p {
        font-size: 20px;
    }
}

.dataTables_wrapper .table > :not(:last-child) > :last-child > * {
    border-color: #dee2e6;
}

.dataTables_wrapper {
    padding-bottom: 50px;
}

.modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 80vh;
}

.text-right {
    text-align: right;
}


.boring-button {
    background-color: #f0f2fa;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: 52px;
    font-weight: 700;
    border: 1px solid rgba(22, 76, 153, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.15);
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #000002;
    padding: 10px 0;
}


.s_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.s_logo img {
    width: 100px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .s_paragraph {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .s_paragraph {
        font-size: 22px !important;
        margin: 0;
    }

    .s_hidden_desktop {
        display: none;
    }

    .s_logo img {
        width: 300px;
    }
}

@media (max-width: 1024px) {
    .s_logo {
        margin: 20px auto 30px;
        text-align: center;
    }
}

.col_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col_flex img {
    max-width: 250px;
}

.row_logo .col {
    display: flex;
    justify-content: center;
}

.row_logo img {
    width: 100px;
}

.row_banner img {
    width: 100%;
}

@media (min-width: 544px) {
    .row_logo .col {
        justify-content: flex-start;
    }

    .row_logo .col.col_flex {
        justify-content: flex-end;
    }
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.pur-calculator {
    max-width: 1280px;
    margin: 60px auto;
    padding: 0 20px;
}

header.pur-calculator {
    margin: 20px auto;
}

header.pur-calculator .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    gap: 10px;
}

@media (max-width: 575px) {
    header.pur-calculator .header-content {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }
}

header.pur-calculator .header-content a {
    background-color: #000003;
    color: #fff !important;
}

@media (max-width: 767px) {
    .pur-calculator {
        padding: 0 10px;
    }
}

.pur-calculator p {
    text-align: center;
    color: #64748b;
}

.calculator-heading {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    color: #000001;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .calculator-heading {
        font-size: 20px;
    }
}

.calculator-heading span {
    color: #000002;
}

.calc-card {
    background: #fff;
    border-radius: 28px;
    padding: 42px;
    margin-bottom: 34px;
    border: 1px solid #e8edf7;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04),
    0 2px 8px rgba(15, 23, 42, 0.03);
}

.calc-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.calc-title-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.calc-title-wrap h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #10245c;
    line-height: 1.2;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(180deg, #000004 0%, #000003 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
}

.surface-box {
    background: #f7f9ff;
    border-radius: 24px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #000005;
    min-width: 250px;
}

.surface-box span {
    display: block;
    color: #7a86ab;
    font-size: 15px;
    margin-bottom: 0;
}

.surface-box strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #000003;
    font-variant-numeric: tabular-nums;
}

.surface-box strong span {
    color: #000003;
    display: inline;
}

.range-value {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #000002;
    margin: 50px 0 34px;
    font-variant-numeric: tabular-nums;
}

.range-slider {
    width: 100%;
    appearance: none;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(to right, #000002 0%, #000002 50%, #edf1fb 50%, #edf1fb 100%);
    outline: none;
}

.range-slider::-webkit-slider-thumb {
    appearance: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #000002;
    border: 6px solid #fff;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3),
    0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    font-size: 18px;
    color: #7a86ab;
    font-weight: 600;
}

.thickness-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 15px 0 0 0;
}

.thickness-card {
    position: relative;
    border: 2px solid #e7ebf5;
    border-radius: 24px;
    padding: 34px 28px;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: 0.25s ease;
    cursor: pointer;
    background: #fff;
}

.thickness-card-2 {
    position: relative;
    border: 2px solid #e7ebf5;
    border-radius: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: 0.25s ease;
    cursor: pointer;
    background: #fff;
    border: 0;
}

.thickness-card-2 .thickness {
    padding: 30px;
}

@media (max-width: 767px) {
    .thickness-card-2 .thickness {
        padding: 20px;
    }
}

.thickness-card:hover {
    transform: translateY(-3px);
    border-color: #000002;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.08);
}

.thickness-card.active {
    border-color: #000002;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.12);
}

.thickness-content strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    color: #0f2a6a;
    font-weight: 800;
}

.thickness-content span {
    color: #66708f;
    font-size: 14px;
    font-weight: 500;
}

.layer-icon {
    width: 58px;
    height: 58px;
    position: relative;
    flex-shrink: 0;
    display: none;
}

.layer-icon::before,
.layer-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 58px;
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(180deg, #2c64eb 0%, #1d4ed8 100%);
    box-shadow: 0 10px 14px rgba(37, 99, 235, 0.16);
}

.layer-icon::before {
    top: 24px;
}

.layer-icon::after {
    top: 4px;
    background: linear-gradient(180deg, #eef2ff 0%, #dce5ff 100%);
}

.layers-4::before {
    box-shadow: 0 16px 0 #1d4ed8,
    0 32px 0 #1d4ed8;
}

.checkmark {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #000002;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    display: none;
}

@media (max-width: 767px) {
    .checkmark {
        top: 10px;
        right: 15px;
    }
}

.for-checkbox-thickness.active .checkmark {
    display: flex;
}

@media (max-width: 1100px) {

    .thickness-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .calc-top {
        flex-direction: column;
    }

    .surface-box {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .calc-card {
        padding: 20px;
        border-radius: 22px;
    }

    .calc-title-wrap {
        gap: 16px;
        align-items: flex-start;
    }

    .calc-title-wrap h2 {
        font-size: 18px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .range-value {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .thickness-content strong {
        font-size: 30px;
    }

    .thickness-content span {
        font-size: 18px;
    }
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .form-grid {
        gap: 0;
    }
}

.input-box,
.textarea-box {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f3f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000002;
    z-index: 9999;
}

.textarea-icon {
    top: 18px;
}

.form-text {
    margin: 0 0 20px 0;
}

.input-box input,
.textarea-box textarea {
    width: 100%;
    border: 2px solid #e7ebf5;
    background: #fff;
    border-radius: 16px;
    padding-left: 65px;
    padding-right: 28px;
    font-family: inherit;
    transition: 0.25s ease;
    color: #8a94b5;
    margin: 10px 0 0 0 !important;
}

.input-box input {
    height: 60px;
    font-size: 16px;
    font-weight: 500;
}

.textarea-box textarea {
    min-height: 180px;
    padding-top: 16px;
    font-size: 16px;
    resize: vertical;
    font-weight: 500;
    margin: 0;
}

.input-box input:focus,
.textarea-box textarea:focus {
    outline: none;
    border-color: #000002;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.08);
}

.input-box input::placeholder {
    color: #8a94b5;
}

.checkbox-wrapper {
    margin-top: 34px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    cursor: pointer;
}

.checkbox-wrapper input {
    display: none;
}

.custom-checkbox {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 2px solid #cfd8ec;
    background: #fff;
    flex-shrink: 0;
    margin-top: 4px;
    transition: 0.2s ease;
}

.checkbox-wrapper input:checked + .custom-checkbox {
    background: #000002;
    border-color: #000002;
    box-shadow: inset 0 0 0 6px #fff;
}

.checkbox-text {
    font-size: 24px;
    line-height: 1.7;
    color: #334155;
}

.checkbox-text a {
    color: #000002;
    text-decoration: none;
    font-weight: 600;
}

.submit-wrap {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submit-btn {
    border: none;
    background: linear-gradient(90deg, #ff7a00 0%, #ff5c00 100%);
    color: #fff;
    border-radius: 26px;
    min-height: 112px;
    padding: 0 54px;
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: inherit;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: 0 20px 40px rgba(255, 102, 0, 0.22),
    0 6px 14px rgba(255, 102, 0, 0.16);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 50px rgba(255, 102, 0, 0.28),
    0 10px 20px rgba(255, 102, 0, 0.18);
}

.btn-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-arrow {
    font-size: 52px;
    line-height: 1;
    margin-left: 10px;
}

@media (max-width: 1100px) {

    .form-grid {
        grid-template-columns: 1fr;
    }

    .submit-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .step-circle {
        width: 58px;
        height: 58px;
        font-size: 28px;
    }

    .input-box input {
        height: 60px;
        font-size: 14px;
        padding-left: 62px;
    }

    .textarea-box textarea {
        min-height: 130px;
        font-size: 18px;
        padding-left: 76px;
        padding-top: 26px;
    }

    .input-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        top: 18px;
        left: 10px;
    }

    .checkbox-text {
        font-size: 16px;
    }

    .submit-btn {
        min-height: 84px;
        border-radius: 20px;
        font-size: 18px;
        gap: 18px;
        padding: 0 24px;
    }

    .btn-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .btn-arrow {
        font-size: 34px;
    }
}

.wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

h1, h2, h3 {
    margin: 0;
    color: #1e3660;
    font-weight: 700;
}

a {
    color: inherit;
}

/* ============ SECTION COMMON ============ */
.page-content section {
    padding: 72px 0;
}

.section-head {
    max-width: 800px;
    margin: 0 auto 44px;
    text-align: center;
}

.eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0298a5;
    margin-bottom: 10px;
}

.section-head h2 {
    font-size: 20px;
    margin-bottom: 14px;
}

.section-head p {
    color: #6b7484;
    font-size: 13px;
}

/* ============ SERVICES ============ */
.services {
    background: #ffffff
}

.services-grid {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 18px;
}

.service-card {
    border: 1px solid #e3ddd2;
    border-radius: 14px;
    padding: 26px 20px;
    text-align: left;
    transition: transform .15s ease, box-shadow .15s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -12px rgba(30, 54, 96, .25);
}

.service-icon {
    width: 65px;
    height: 65px;
    padding: 10px;
    border-radius: 12px;
    background: #e7f6f7;
    color: #0298a5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px;
}

.service-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
}

.service-card p {
    font-size: 14px;
    color: #6b7484;
    margin: 0;
}

/* ============ WHY US ============ */
.why {
    background: #faf7f2;
}

.why-grid {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 20px;
}

.why-card {
    background: #fff;
    border-radius: 14px;
    padding: 26px 24px;
}

.why-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.35;
}

.why-card p {
    font-size: 14px;
    color: #6b7484;
    margin: 0;
}

/* ============ ABOUT ============ */
.about {
    background: #1e3660;
    color: #fff;
}

.about h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
}

.about p {
    color: #c6d3e8;
    font-size: 13px;
}

.about-stats {
    display: grid;
    grid-template-columns:1fr;
    gap: 32px;
    margin-top: 40px;
}

.about-stats .icon {
    background: #fff;
    border-radius: 10px;
    width: 65px;
    height: 65px;
    padding: 10px;
    border-radius: 12px;
    background: #1e3660;
    color: #0298a5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.stat {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    padding: 22px;
    text-align: center;
}

.stat strong {
    display: block;
    font-size: 18px;
    color: #f48033;
    margin-bottom: 15px;
}

.stat span {
    font-size: 13px;
    color: #cdd9ec;
}

/* ============ AREA ============ */
.area {
    background: #fff;
}

.area-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 760px;
    margin: 0 auto;
}

.area-chips span {
    background: #faf7f2;
    border: 1px solid #e3ddd2;
    color: #1e3660;
    font-weight: 600;
    font-size: 13px;
    padding: 9px 18px;
    border-radius: 999px;
}

/* ============ TESTIMONIALS ============ */
.testimonials {
    background: #faf7f2;
}

.test-grid {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 20px;
}

.test-card {
    background: #fff;
    border-radius: 14px;
    padding: 26px 24px;
    border: 1px solid #e3ddd2;
}

.stars {
    color: #f48033;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.test-card p {
    font-size: 14px;
    color: #1c2230;
    margin-bottom: 16px;
    font-style: italic;
}

.test-name {
    font-size: 13px;
    font-weight: 700;
    color: #1e3660;
}

/* ============ FINAL CTA ============ */
.final-cta {
    background: linear-gradient(135deg, #1e3660 0%, #152544 100%);
    color: #fff;
    text-align: center;
}

.final-cta h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 14px;
}

.final-cta p {
    color: #c6d3e8;
    font-size: 13px;
    max-width: 560px;
    margin: 0 auto 28px;
}

.final-cta .calc-submit {
    max-width: 320px;
    margin: 0 auto;
    background-color: #f48033;
    color: #fff;
    border-radius: 10px;
    border-radius: 10px;
    padding: 16px;
    min-height: 50px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}

.hero {
    background: linear-gradient(180deg, #1e3660 0%, #152544 100%);
    color: #fff;
    padding: 30px 0 30px;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(2, 152, 165, .35), transparent 70%);
    pointer-events: none;
}

.hero .wrap {
    position: relative;
    z-index: 1;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(2, 152, 165, .18);
    border: 1px solid rgba(2, 152, 165, .45);
    color: #9fe6ec;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.hero-grid {
    display: grid;
    grid-template-columns:1fr;
    gap: 20px;
    align-items: center;
}

.hero h1 {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 16px;
    letter-spacing: -.5px;
}

.hero h1 span {
    color: #f48033;
}

.hero-sub {
    font-size: 14px;
    color: #c6d3e8;
    max-width: 480px;
    margin-bottom: 28px;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-bottom: 6px;
    padding-left: 0;
}

.hero-points li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #dde6f3;
}

.hero-points li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f48033;
    flex-shrink: 0;
}

.hero .box-shadow {
    background: #fff;
    color: #1c2230;
    border-radius: 14px;
    box-shadow: 0 10px 30px -12px rgba(30, 54, 96, .25);
    padding: 20px;
    position: relative;
}

.calc-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3ddd2;
    padding-bottom: 15px;
}

.calc-header h2 {
    font-size: 18px;
    line-height: 1.3;
    max-width: 340px;
}

.calc-header p {
    font-size: 21px;
    line-height: 1.3;
    max-width: 340px;
    margin: 0;
    color: #1e3660;
    font-weight: 700;
}

.calc-badge {
    flex-shrink: 0;
    background: #1e3660;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.3;
}

.calc-badge strong {
    display: block;
    font-size: 13px;
    color: #f48033;
}

.page-id-20198 #et-content.padding-true {
    padding: 0;
}

.page-id-20198 #et-content section {

}

.page-id-20198 #et-content .container {
    max-width: 100%;
    padding: 0;
}

.field {
    margin-bottom: 22px;
}

.field-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    font-weight: 700;
    color: #1e3660;

}

.field-label .readout {
    font-weight: 800;
    font-size: 18px;
    color: #f48033;
    background: #fff4ec;
    border: 1px solid #fbe0cc;
    border-radius: 8px;
    padding: 2px 12px;
    min-width: 80px;
    text-align: center;
}

.slider-track-wrap {
    position: relative;
    padding-top: 4px;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0298a5 0%, #0298a5 33%, #e6ecf3 33%, #e6ecf3 100%);
    outline: none;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1e3660;
    border: .1rem solid #fff;
    box-shadow: 0 2px 8px rgba(30, 54, 96, .4);
    cursor: pointer;
    margin-top: -1px;
}

input[type="range"]::-moz-range-thumb {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1e3660;
    border: .1rem solid #fff;
    box-shadow: 0 2px 8px rgba(30, 54, 96, .4);
    cursor: pointer;
}

.slider-scale {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6b7484;
    margin-top: 6px;
}

.field h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.field p {
    font-size: 15px;
    color: #6b7484;
    margin-bottom: 10px;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.field input[type="text"],
.field input[type="email"] {
    font-size: 13px;
    color: #1c2230;
    background: #f4f6fa;
    border: 2px solid #e6ecf3;
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
    transition: border-color .15s ease;
    margin-bottom: 0;
    margin-top: 10px;
}

.field.mb-0 {
    margin-bottom: 0;
}

.field .form-check {
    margin-bottom: 0;
}

.field .form-check label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

select, .input {
    width: 100%;
    font-size: 13px;
    color: #1c2230;
    background: #f4f6fa;
    border: 2px solid #e6ecf3;
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
    transition: border-color .15s ease;
}

@media (min-width: 576px) {
    .hero h1 {
        font-size: 42px;
        line-height: 1.15;
    }

    .hero-sub {
        font-size: 17px;
    }

    .hero-points li {
        font-size: 14px;
    }

    .hero .box-shadow {
        padding: 30px 30px 28px;
    }

    .field input[type="text"],
    .field input[type="email"],
    select, .input {
        font-size: 15px;
    }
    .calc-badge strong {
        font-size: 16px;
    }

    .section-head h2 {
        font-size: 32px;
    }

    .section-head p {
        font-size: 16px;
    }

    .eyebrow {
        font-size: 13px;
    }

    .about h2 {
        font-size: 30px;
    }

    .about p {
        font-size: 15px;
    }

    .final-cta h2 {
        font-size: 30px;
    }

    .final-cta p {
        font-size: 16px;
    }

    .area-chips span {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns:repeat(4, 1fr);
    }

    .why-grid {
        grid-template-columns:repeat(3, 1fr);
    }

    .about-stats {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .test-grid {
        grid-template-columns:repeat(3, 1fr);
    }
}

@media (min-width: 1000px) {
    .hero-grid {
        grid-template-columns: 1.05fr 1fr;
        gap: 48px;
    }
}

select {
    margin-top: 10px;
}

select:focus, .input:focus {
    border-color: #0298a5;
}

.two-col {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 14px;
}

