@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+AU+SA:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+AU+SA:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --primary-color: #3171e0;
    --secondary-color: #f4f9ff;
    --light-color: #F9FBFC;
    --border-color: #e5e6ea;
    --white-color: #fff;
    --black-color: #1c3844;
    --body-bg: #F3F9FB;
    --final-btn: #FF5722;
    --prev-btn-bg: #DCE5EC;
}

body {
    margin: 0;
    padding: 0;
    /* background: var(--body-bg); */
    /* color: #fff; */
}

.calculation_section * {
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 400;
}

/* @font-face {
    
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../font/segoe-ui/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../font/segoe-ui/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../font/segoe-ui/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../font/segoe-ui/Segoe UI Bold Italic.woff') format('woff');
} */

.calculation_section .range-wrap {
    position: relative;
    margin: 0 auto 0rem;
}

.calculation_section .range {
    width: 100%;
}

.calculation_section .bubble {
    background: #4361ee;
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}

/* .calculation_section .bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #4361ee;
    top: -1px;
    left: 50%;
} */

.calculation_section .heading {
    color: #10313D;

    font-size: 35px !important;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-align: center;
    margin-left: 9%;

}

.calculation_section .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    color: #0e9594;
    background-color: #8b0000;
}

.calculation_section .ui-widget.ui-widget-content {
    border: 1px px solid #9d6666;
    background-color: #fff;
    height: 20px;
}

.calculation_section input[type="range"] {
    appearance: auto;
    cursor: default;
    color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
    padding: initial;
    border: initial;
    margin: 2px;
}

.calculation_section h1 {
    text-align: center;
}

.calculation_section h2 {
    margin: 0;
}

.calculation_section #multi-step-form-container {
    /* margin-top: 3rem; */
}

.calculation_section .text-center {
    text-align: center;
}

.calculation_section .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.calculation_section .pl-0 {
    padding-left: 0;
}

.calculation_section .button {
    padding: 0.7rem 1.5rem;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 23px;
    font-weight: 600;
    min-width: 130px;
}

.calculation_section .submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}

.calculation_section .mt-3 {
    margin-top: 1.5rem;
}

.calculation_section .d-none {
    display: none;
}

.mt-Next_btns{
    margin-top: 1rem;
}

.calculation_section .form-step {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    /* border: 1px solid var(--border-color); */
    border-radius: 20px;
    padding: 1rem;
    margin: 7%;
    margin-top: -10%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.calculation_section .font-normal {
    font-weight: 700;
    margin-top: 9px;
    padding-left: 9px;
    font-size: 2rem;
    font-family: "Montserrat";


}

.calculation_section ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}

.calculation_section ul.form-stepper .form-stepper-circle {
    position: relative;
}

.calculation_section ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.calculation_section .form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculation_section ul.form-stepper>li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.calculation_section .form-stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.calculation_section .form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.calculation_section .form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 40%;
}

.calculation_section .form-stepper-horizontal li:after {
    background-color: #dee2e6;
}

.calculation_section .form-stepper-horizontal li.form-stepper-completed:after {
    background-color: var(--primary-color) !important;
}

.calculation_section .form-stepper-horizontal li:last-child {
    flex: unset;
}

.calculation_section ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 65px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50px;
    cursor: pointer;
}

.calculation_section .form-stepper .form-stepper-active .form-stepper-circle {
    background-color: var(--primary-color) !important;
    color: #fff;
    border-radius: 10px;
}

.form-step svg {
    cursor: pointer;
}

.calculation_section .form-stepper .form-stepper-active .label {
    color: #4361ee !important;
}

.calculation_section .form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 10px;
}

.calculation_section .form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #d8d7db;
    border-radius: 10px;
}

.calculation_section .form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: var(--primary-color) !important;
    color: #fff;
    border-radius: 10px;
}

.calculation_section .form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}

.calculation_section .form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #1BB7F9 !important;
    color: #fff !important;
    border-radius: 10px;
}

.calculation_section .form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}

.calculation_section .form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}

.calculation_section .form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.calculation_section .form-stepper a {
    cursor: default;
}

.calculation_section .div-img {
    padding: 0%;
    margin: 4%;
}

.calculation_section .label-border {
    padding: 2%;
    margin: 2%;
    border-radius: 8px;
}


.calculation_section .btn-outline-primary {

    background-color: #e7e9f5;
    color: #030303;
    border-color: #1BB7F9;

}


.calculation_section .btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.calculation_section .btn-check:checked+.btn-outline-primary:active {
    color: #fff;
    background-color: var(--secondary-color);
    border: 3px solid var(--primary-color);
}

.calculation_section .btn-check:active+.btn-outline-primary,
.calculation_section .btn-check:checked+.btn-outline-primary,
.calculation_section .btn-outline-primary.active,
.calculation_section .btn-outline-primary.dropdown-toggle.show,
.calculation_section .btn-outline-primary:active {
    color: #fff;
    background-color: var(--secondary-color);
    border: 3px solid var(--primary-color);
}

.calculation_section #UnitSelection label {
    width: 48%;
    border-radius: 27px;
    font-size: 15px;
    font-weight: 700;
}


.calculation_section #amount,
.calculation_section #amount1 {
    background: transparent !important;
    width: -webkit-fill-available;
    color: var(--black-color);
    padding: 0 !important;
}

.calculation_section .mt-3 {
    margin-top: 2rem !important;
}

.calculation_section .btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculation_section .btn-center button {
    margin: 5px;
}

.calculation_section #userAccountSetupForm section {
    /* background-color: #f8f7ff; */
    background: var(--white-color);
}

/* feature */

.calculation_section #featuresid {
    background-color: #000;
    padding: 25px;
    border-radius: 17px;
    border: 0px solid rgba(0, 0, 0, 0.1);

}

.calculation_section .svgwidthhright {
    width: 45px;
    height: 37px;
    background-color: #8b0000 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: white;
    margin-right: 6px;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculation_section .brandunderline {
    position: relative;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 3.1px;
    width: fit-content;
    border-bottom: 3px solid #8b0000;
    display: inline-flex;
    align-items: center;


}


/* feature com */

.calculation_section .switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 34px;
    border-radius: 18px;
}

.calculation_section .switch input {
    display: none;
}

.calculation_section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--border-color);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 22px;
}

.calculation_section .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--black-color);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

.calculation_section input:checked+.slider {
    background-color: var(--primary-color);
}

.calculation_section input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.calculation_section input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.calculation_section #UnitSelection {
    display: none;
}

.calculation_section .popup {
    background-color: var(--light-color);
    width: 420px;
    padding: 30px 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    display: none;
    text-align: center;
    border: 2px solid var(--border-color);
    z-index: 1000;
    max-height: 90vh;
    overflow-y: auto;
}

.calculation_section .popup a {

    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
    font-weight: 800;
    cursor: pointer;

}

.calculation_section .popup button {
    display: block;
    margin: 0 0 20px auto;
    background-color: transparent;
    font-size: 25px;
    color: #ffffff;
    background: #1BB7F9;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer !important;
}

.calculation_section .popup h2 {
    margin-top: -20px;

}

.calculation_section .popup p {
    font-size: 16px;
    text-align: justify;
    margin: 20px 0;
    line-height: revert;
    font-weight: 500;
}

.calculation_section .popup h5 {
    margin-top: 3%;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
}

.calculation_section .popup div {
    text-align: left;
    padding: 2%;
    padding-top: 6%;
    color: var(--black-color);
}

.calculation_section .ResultSection {
    border: 1px solid var(--border-color);
    margin: 7% 0% 7% 0;
    padding: 3%;
    padding-bottom: 6%;
    padding-top: 0%;
    border-radius: 10px;
    background: #F1F5F9;
    padding: 25px 15px;
    padding-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.calculation_section .previous-btn {
    background-color: var(--prev-btn-bg);
    border: 1px solid var(--prev-btn-bg);
}

.calculation_section #close {
    width: 40px;
    height: auto;
    margin-left: 90%;
    margin-bottom: 10%;
    margin-top: -3%;
    color: var(--black-color);
    fill: var(--black-color);
}

.calculation_section .history {
    width: 26px;
    height: auto;
    left: 0;
    position: absolute;
    left: 86%;
}

.calculation_section .previous-result {
    display: none;
}

.mt-my-size{
    margin-top: 2rem;
}

@media only screen and (max-width: 530px) {
    .calculation_section .form-step {
        /* border: 1px solid rgba(0, 0, 0, 0.1); */
        border-radius: 20px;
        padding-bottom: 7%;
        margin-right: -10%;
        margin-left: -10%;
        margin-top: -19%;
        padding-left: 0;
        padding-right: 0;
    }

    .calculation_section .heading {
        font-size: 30px !important;
    }

    .calculation_section .popup {
        width: 100%;
    }

    .calculation_section .ResultSection {
        padding-right: 5%;
        padding-left: 5%;
    }

    .calculation_section #step-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }



}


/* Custom Css */


.calculation_section .row-block {
    width: 100%;
    display: flex;
    gap: 2%;
}

.calculation_section .row-grid-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4% 2%;
}

.calculation_section .col-block {
    width: 100%;
}

.calculation_section .col-block .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.calculation_section .label-border {
    display: block;
    width: 100%;
    margin:
        0;
}

.calculation_section .label-border .btn {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
}

.calculation_section .div-img {
    text-align: center;
}

.calculation_section .col-block .h5,
.calculation_section .col-block h5 {
    font-size: 1.25rem;
}

.calculation_section .h1,
.calculation_section .h2,
.calculation_section .h3,
.calculation_section .h4,
.calculation_section .h5,
.calculation_section .h6,
.calculation_section h1,
.calculation_section h2,
.calculation_section h3,
.calculation_section h4,
.calculation_section h5,
.calculation_section h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black-color);
}

.calculation_section .btn-outline-primary {
    background-color: var(--light-color);
    color: #fff;
    border: 1px solid #e5e6ea;
}

.calculation_section .font-normal {
    color: var(--black-color);
}


/* Style for the input slider */
.calculation_section input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 50%, #ffffff 50%, #ffffff 100%);
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    /* Remove any shadow */
}

/* Remove default track background */
.calculation_section input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 20px;
    background: transparent;
    /* Ensure background is transparent */
    border-radius: 10px;
    border: none;
    box-shadow: none;
    /* Remove any shadow */
}

.calculation_section input[type="range"]::-moz-range-track {
    background: transparent;
    /* Ensure background is transparent */
    height: 20px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    /* Remove any shadow */
}

.calculation_section input[type="range"]::-ms-track {
    background: transparent;
    /* Make background transparent */
    height: 20px;
    border: none;
    color: transparent;
    border-color: transparent;
    box-shadow: none;
    /* Remove any shadow */
}

/* Style the slider thumb */
.calculation_section input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    position: relative;
    bottom: 0px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #727272;
    box-shadow: none;
    /* Remove any shadow */
}

.calculation_section input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #727272;
    box-shadow: none;
    /* Remove any shadow */
}

.calculation_section input[type="range"]::-ms-thumb {
    height: 30px;
    width: 30px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #727272;
    box-shadow: none;
    /* Remove any shadow */
}

.calculation_section .col-block h5 {
    color: var(--black-color);
    margin-top: 8px;
}

.calculation_section input:checked+.slider::before {
    background: #fff;
}

.calculation_section .h3,
.calculation_section h3 {
    font-size: calc(1.3rem + .6vw);
}

.calculation_section .h4,
.calculation_section h4 {
    font-size: calc(1.275rem + .3vw);
}

.calculation_section .brandunderline {
    margin-bottom: 30px;
}

.calculation_section .footer_row {
    display: flex;
    justify-content: space-between;
}

.calculation_section .footer_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculation_section .footer_colum_flex .brandunderline {
    margin-bottom: 0;
}

.calculation_section .form-step {
    padding: 4%;
}

.calculation_section .col-block h5 {
    text-align: center;
}

.calculation_section .col-block .h5,
.calculation_section .col-block h5 {
    font-size: 1.2rem;
}

.calculation_section .range_slide_text {
    color: var(--black-color);
    text-align: left !important;
    padding-left: 0 !important;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.calculation_section .result_btn {

    background: #f08706;
    font-weight: bold;
    font-size: 23px;
    border: #f08706c7 1px;
    box-shadow: 5px 5px lightblue;
    border-radius: 8px;
    width: 80%;
    color: white;
    background-color: var(--final-btn);
    border: 0px solid white;
    box-shadow: none;
    margin-top: 25px;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 23px;
    padding: 0.7rem 1.5rem;
}

.calculation_section .div-img img {
    width: 60%;
    height: auto;
    /* border-radius: 50% !important; */
    object-fit: cover;
    /* box-shadow: 0 3px 8px #00000063;
    border: 3px solid #fff; */
}

.resultSection_inner_block #slider-range,
.resultSection_inner_block #slider-range1 {
    display: none;
}

.resultSection_inner_block {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
}

.resultSection_inner_block #BoardWidthResult {
    margin-top: 0 !important;
}

.resultSection_inner_block #BoardWidthResult,
.resultSection_inner_block #RangeResult {
    text-align: center;
}

.resultSection_inner_block input {
    text-align: center;
    font-size: 22px;
    width: 100%;
}

.resultSection_inner_block #RangeResult {
    border-right: 1px solid var(--border-color);
}

.resultSection_inner_block {
    margin-top: 25px;
}

.use_metric_units {
    display: flex;
    gap: 8px;
}

.use_metric_units span {
    background: #fff;
    border: 1px solid #e5e6ea;;
    font-size: 1.5rem;
    padding: 8px 29px;
    min-width: 100px;
    min-height: 31px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    color: var(--black-color);
    justify-content: center;
    align-items: center;
}

.mt-for-btns{
    margin-top: -12px;
}

.calculation_section .switch.switch_label {
    width: auto;
}

.use_metric_units span.metric_btn_active,
.use_metric_units span.imperial_btn_active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.calculation_section #amount,
.calculation_section #amount1 {
    display: none;
}

.result_text_block {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
}

.result_text_block span {
    /* display: block; */
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.resut_short_text {
    margin-bottom: 0 !important;
    margin-top: 6px;

    color: var(--black-color);
    text-align: center;
    font-size: 22px;
}

.range_slide_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range_slide_text .bubble {
    color: var(--black-color);
    background: transparent;
    position: static;
    padding: 0;
    transform: none;
    font-size: 1.2rem;
}



@media (min-width: 1200px) {

    .calculation_section .h3,
    .calculation_section h3 {
        font-size: 1.75rem;
    }

    .calculation_section .fs-4 {
        font-size: 1.5rem !important;
    }

    .calculation_section .h4,
    .calculation_section h4 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .resultSection_inner_block input {
        font-size: 15px;
    }

    .calculation_section .row-grid-block {
        gap: 6% 6%;
    }

    .calculation_section .font-normal {
        font-size: 1.4rem;
    }

    .calculation_section .footer_row {
        flex-wrap: wrap;
        gap: 15px;
    }

    .calculation_section .button.submit-btn.btn-lg {
        /* font-size: 16px !important;
        padding: 10px 3px; */
        width: 100% !important;
    }

    .result_text_block span {
        font-size: 22px;
    }
}

.PlusMinusIcon {
    color: black;
    display: inline-block;
    width: 3%;
    padding-right: 5px;
}


@media (max-width: 600px) {

    .calculation_section .form-stepper-horizontal li:not(:last-child):after {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 1px;
        content: "";
        top: 32%;
    }

    .use_metric_units span {
        background: #fff;
        border: 1px solid #e5e6ea;
        font-size: 16px;
        padding: 3px 6px;
        min-width: 90px;
        min-height: 31px;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        color: var(--black-color);
        justify-content: center;
        align-items: center;
    }

    .calculation_section ul.form-stepper li a .form-stepper-circle {
        display: inline-block;
        width: 40px;
        height: 30px;
        margin-right: 0;
        line-height: 1.7rem;
        text-align: center;
        background: rgba(0, 0, 0, 0.38);
        border-radius: 50px;
        cursor: pointer;
    }

    /* .calculation_section input[type="range"] {
        width: 82%;
    }

    .PlusMinusIcon {
        padding-right: 23px;
    } */

    .calculation_section .div-img {
        padding: 0%;
        margin: 6%;
    }

    .calculation_section .div-img img {
        width: 89%;
        height: auto;
        /* border-radius: 50% !important; */
        object-fit: cover;
    }

    .popular-pick {
        font-size: 1rem;
    }

    .SVGClass {
        width: 16px;
        height: 16px;
    }
}


/* @media (max-width: 370px) {
    .calculation_section input[type="range"] {
        width: 80%;
    }

    .PlusMinusIcon {
        padding-right: 23px;
    }
} */

.popular-pick {
    /* display: inline-block; */
    background-color: var(--primary-color);
    /* bright red-pink */
    color: #fff !important;
    padding: 6px 12px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.showmesnow:hover {
    background-color: #8b0000;
}

.showmysize {
    background-color: var(--primary-color) !important;

}

.showmysize:hover {
    background-color: #000f50 !important;

}

#amount_text1 {
    text-transform: capitalize;
    font-size: 25px;


}

#amount_text {
    font-size: 35px;


}

.sm-font {
    font-size: 25px;
    font-weight: 800;
}

.popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 9999;
    width: 90%;
    max-width: 600px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent black */
    z-index: 9998;
    /* less than popup-box */
    /* display: none; hidden by default */
}


/* Desktop: width 40–50% */
@media (min-width: 768px) {
    .popup-box {
        width: 35%;
    }
}


.popup-box h2 {
    color: #003344;
    font-size: 1.6em;
    font-family: "Montserrat";
    margin-bottom: 10px;
    font-weight: 700;
}

.popup-box p {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.see-boards-btn {
    background-color: var(--final-btn);
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 1em;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
    font-family: "Montserrat";
}

.adjust-size-btn {
    background: white;
    color: #003344;
    border: 2px solid #cbd5e1;
    padding: 12px 20px;
    font-size: 1em;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
    font-family: "Montserrat";
}

#PopupOverlayForBoards,
#PopupboxForBoards {
    display: none;
}

.bold {
    font-weight: 700;
}

.dot-loader {
    font-size: 24px;
    font-family: monospace;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: black;
    border-radius: 50%;
    opacity: 0;
    animation: blink 1.5s infinite;
}

.dot:nth-child(1) {
    animation-delay: 0s;
}

.dot:nth-child(2) {
    animation-delay: 0.3s;
}

.dot:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes blink {

    0%,
    80%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}



/* Style for the input slider */
input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 50%, #ffffff 50%, #ffffff 100%);
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    /* Remove any shadow */
}

/* Remove default track background */
input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 20px;
    background: transparent;
    /* Ensure background is transparent */
    border-radius: 10px;
    border: none;
    box-shadow: none;
    /* Remove any shadow */
}

input[type="range"]::-moz-range-track {
    background: transparent;
    /* Ensure background is transparent */
    height: 20px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    /* Remove any shadow */
}

input[type="range"]::-ms-track {
    background: transparent;
    /* Make background transparent */
    height: 20px;
    border: none;
    color: transparent;
    border-color: transparent;
    box-shadow: none;
    /* Remove any shadow */
}

/* Style the slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #727272;
    box-shadow: none;
    /* Remove any shadow */
}

input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #727272;
    box-shadow: none;
    /* Remove any shadow */
}

input[type="range"]::-ms-thumb {
    height: 30px;
    width: 30px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #727272;
    box-shadow: none;
    /* Remove any shadow */
}