.elementor-kit-6{--e-global-color-primary:#2563EB;--e-global-color-secondary:#10B981;--e-global-color-text:#0F172A;--e-global-color-accent:#2563EB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.sbt-calculator{
    max-width:800px;
    margin:40px auto;
    background:#ffffff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-family:inherit;
}

.sbt-calculator h2{
    margin-bottom:10px;
    color:#0F172A;
}

.sbt-calculator p{
    color:#64748B;
    margin-bottom:30px;
}

.sbt-field{
    margin-bottom:22px;
}

.sbt-field label{
    display:block;
    font-weight:600;
    margin-bottom:8px;
    color:#0F172A;
}

.sbt-field input,
.sbt-field select{
    width:100%;
    height:52px;
    border:1px solid #E2E8F0;
    border-radius:10px;
    padding:0 15px;
    font-size:16px;
    background:#fff;
    transition:.3s;
}

.sbt-field input:focus,
.sbt-field select:focus{
    outline:none;
    border-color:#2563EB;
    box-shadow:0 0 0 3px rgba(37,99,235,.15);
}

#calculateBtn,
#resetBtn{

    width:100%;
    height:54px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    margin-top:12px;
}

#calculateBtn{

    background:#2563EB;
    color:#fff;
}

#calculateBtn:hover{

    background:#1D4ED8;
}

#resetBtn{

    background:#F1F5F9;
    color:#334155;
}

#resetBtn:hover{

    background:#E2E8F0;
}

#resultBox{

    display:none;
    margin-top:35px;
    padding:30px;
    background:#EFF6FF;
    border:2px solid #2563EB;
    border-radius:15px;
}

#resultBox h3{

    margin-bottom:20px;
    color:#2563EB;
}

.result-number{

    font-size:54px;
    font-weight:700;
    color:#2563EB;
    margin-bottom:15px;
}

.result-item{

    display:flex;
    justify-content:space-between;
    margin:12px 0;
    padding-bottom:10px;
    border-bottom:1px solid #D6E4FF;
}

.result-rating{

    margin-top:20px;
    padding:15px;
    border-radius:10px;
    background:#DCFCE7;
    color:#166534;
    font-weight:700;
    text-align:center;
}/* End custom CSS */