#calculator-section {
    padding: 100px 100px 0 100px;
}

.calculator-title-main {
    font-family: Nunito;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    color: #303030;
    margin-bottom: 15px;
}

.label {
    margin-bottom: 10px !important;
}

.sidebar-box {
    padding: 5px 0px 0 20px;
    height: 100%;
}

.stickey-relative {
    position: relative;
}

.calculator-card {
    background: #FFFFFF;
    border: 1px solid #30303033;
    border-radius: 30px;
    padding: 30px;
}

.calculator-card:last-child {
    margin: 0;
}

.calculator-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 26px !important;
}

.calculator-form input {
    border: 1px solid #303030;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
}

.calculator-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 15px;
}

.primary-btn {
    background: var(--normal-gradient);
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 20px;
}

.secondary-btn {
    background: transparent;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #303030;
    border-radius: 25px;
    font-size: 20px;
}

.download-btn {
    background: #F7F7F7;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #9D9D9D;
    font-size: 20px;
}

.download-btn.active {
    background: transparent;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #303030;
    color: #303030;
    font-size: 20px;
}

.total-card {
    background: #FFF8F4;
    border-radius: 20px;
    padding: 30px;
}

.total-card .title,
.total-card .price {
    font-size: 18px;
    font-weight: 400;
}

.total-card .total-price {
    font-size: 30px;
    font-weight: 600;
}

#how-work-section {
    padding: 30px;
    margin-top: 100px;
    border-radius: 30px;
    border: 1px solid #30303033;
}

#how-work-section .step-count {
    border: 1px solid #303030;
    background: #FFFFFF;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

#how-work-section .step-content {
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
    text-align: left;
}

#how-work-section .step-content h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 10px;
}

#how-work-section .step-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

#how-work-section .point-content {
    padding-left: 30px;
}

#how-work-section .point-content ul {
    padding: 10px 0 0 0;
    margin: 0;
}

#how-work-section .point-content ul li {
    font-size: 18px;
    font-weight: 600;
}

#how-work-section .point-content p {
    margin: 5px 0 0 0;
}

#how-work-section .step-content:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 50px;
    bottom: -40px;
    width: 1px;
    border-left: 2px dashed #303030;
}

.calculator-cta {
    background-image: url("../../images/calculator/cta-bg-image.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 30px;
}

.calculator-cta .content {
    width: 80%;
    margin: auto;
}

.calculator-cta-description .cta-title {
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.calculator-cta-description .cta-description {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.calculator-cta-btn a {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    margin: 15px auto 0 auto;
    font-size: 18px;
    width: fit-content;
}

.calculator-cta-btn a:hover {
    color: #481508;
    background: white;
}

.calculator-card-title {
    font-size: 26px;
    font-weight: 600;
}

.calculator-card-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.calculator-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #30303033;
    padding: 30px;
    margin-bottom: 30px;
}

.calculator-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.calculator-card p {
    font-size: 18px;
    line-height: 1.5;
}

.calculator-list li {
    margin-bottom: 15px;
}

.calculator-list strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.calculator-list p {
    margin: 0;
    padding-left: 2px;
    font-size: 18px;
}

.calculator-card p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
    #calculator-section {
        padding: 100px 50px 0 50px;
    }

    .calculator-cta .content {
        width: 100%;
    }

    .calculator-card {
        padding: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    #calculator-section {
        padding: 100px 40px 0 40px;
    }
}

@media only screen and (max-width: 1100px) {
    #calculator-section {
        padding: 100px 30px 0 30px;
    }

    #how-work-section {
        padding: 20px;
        border-radius: 20px;
    }

    #how-work-section .step-content {
        padding-left: 60px;
    }

    #how-work-section .point-content {
        padding-left: 20px;
    }

    .calculator-cta {
        padding: 20px;
        border-radius: 20px;
    }

    .calculator-card-title {
        font-size: 22px;
    }

    .calculator-card-desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .sidebar-box {
        padding: 0;
    }

    .calculator-card-title {
        font-size: 18px;
    }

    .calculator-card p,
    .calculator-card-desc {
        font-size: 16px;
    }

    .calculator-list strong,
    .calculator-card h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    #how-work-section {
        margin-top: 50px;
    }

    #how-work-section .step-content {
        padding-left: 50px;
    }

    #how-work-section .step-content:not(:last-child)::after {
        left: 20px;
        top: 40px;
    }

    #how-work-section .step-content h4 {
        font-size: 18px;
        padding-top: 8px;
    }

    #how-work-section .step-content p {
        font-size: 16px;
    }

    #how-work-section .step-count {
        width: 40px;
        height: 40px;
    }

    #calculator-section {
        padding: 100px 20px 0 20px;
    }

    .calculator-card {
        padding: 15px;
    }

    .calculator-title-main {
        font-size: 22px !important;
        margin-bottom: 10px;
    }

    .calculator-form input {
        padding: 10px 15px;
        border-radius: 15px;
        font-size: 14px;
    }

    .calculator-form label {
        margin-bottom: 10px;
    }

    .download-btn,
    .download-btn.active,
    .secondary-btn,
    .primary-btn {
        border-radius: 20px;
        font-size: 16px;
    }

    .primary-btn {
        padding: 8px 10px;
    }

    .download-btn.active,
    .secondary-btn,
    .download-btn {
        padding: 6px 10px !important;
    }

    .total-card {
        border-radius: 15px;
        padding: 15px;
    }

    .total-card .title,
    .total-card .price {
        font-size: 14px;
    }

    .total-card .total-price {
        font-size: 20px;
    }

    .calculator-cta {
        background: radial-gradient(122.26% 73.33% at 50% 53.11%, #571901 0%, #1B0303 100%);
        padding: 10px;
    }

    .calculator-cta-description .cta-title {
        font-size: 22px;
    }

    .calculator-cta-description .cta-description {
        font-size: 16px;
    }

    .calculator-cta-btn a {
        padding: 5px 20px;
    }

}

@media only screen and (max-width: 600px) {
    .calculator-form label {
        font-size: 14px;
    }

    .total-card {
        padding: 15px;
    }

    #resultPanel div {
        flex-direction: column;
    }

    .total-card .title {
        font-size: 14px;
    }

    .total-card .price {
        font-size: 16px;
        padding-top: 5px;
    }

    .calculator-title {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 360px) {
    #how-work-section .step-content p {
        font-size: 14px;
    }

    #how-work-section .point-content ul li,
    #how-work-section .step-content h4 {
        font-size: 16px;
    }
}