.calculator-section{padding:70px 0}.calculator-box{background:#f9f9f9;border-radius:10px;margin:0 auto 50px;max-width:670px;padding:40px 35px;transition:all .3s ease;width:100%}.calculator-header{margin-bottom:25px;text-align:center}.cal-icon{align-items:center;background:#0fd0cf;border-radius:100px;color:#fff;display:inline-flex;height:64px;justify-content:center;margin-bottom:30px;width:64px}.cal-icon svg{height:30px;width:30px}.calculator-header h3{margin-bottom:8px}.calculator-header h4{color:rgb(0 194 209/var(--tw-text-opacity,1));margin-bottom:8px}.cal-table{margin-bottom:50px}.cal-table table{background:none;border:0;text-align:center;width:100%}.cal-table table tr{border-bottom:1px solid #e9e9e9}.cal-table table tr td,.cal-table table tr th{background:none;border:0;color:#121f4f}.calculator-box .input-group{margin-bottom:25px}.calculator-box label{display:flex;font-size:12px;font-weight:600;gap:10px;margin-bottom:10px}label.f-text{font-weight:600;margin-bottom:8px;text-align:center}.c-wrapper{align-items:center;display:flex;gap:8px;margin-bottom:8px}.c-wrapper svg{max-width:15px;stroke:rgb(156 163 175/var(--tw-text-opacity,1))}.calculator-box input[type=number]{border:1px solid #ccc;border-radius:8px;font-size:15px;padding:10px 12px;width:100%}.calculator-box .slider-container{align-items:center;display:flex;gap:12px}.calculator-box input[type=range]{-webkit-appearance:none;background:#ddd;border-radius:5px;cursor:pointer;flex:1;height:6px;outline:none}.calculator-box input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#2a9d8f;border-radius:50%;cursor:pointer;height:18px;width:18px}.calculator-box .range-value{font-weight:600;min-width:45px;text-align:right}.calculator-box button{border:none;width:100%}.calculator-box button:hover{background:#0fd0cf}.results{max-height:0;opacity:0;overflow:hidden;transition:all .4s ease}.results.show{margin-top:30px;max-height:1000px;opacity:1;text-align:center}div#results a{background:linear-gradient(180deg,#14295d,#14295d);border-radius:10px;color:#fff;display:inline-block;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;margin:0;padding:12px 25px;text-transform:none}div#results a:hover{background:#0fd0cf;border:0fd0cf solid}p.arp-text{color:rgb(107 114 128/var(--tw-text-opacity,1));font-size:14px;margin-bottom:4px;margin-top:10px}tr.hide-area{display:none}.results table{background:none;border:0;border-collapse:collapse;margin-bottom:0;margin-top:15px;width:100%}.results table tr td,.results table tr th{border:0;display:block;padding:5px 0;text-align:center;width:100%}.results table tr td:last-child{color:#0fd0cf;font-size:26px;font-weight:700}.results td strong{color:#333;font-size:18px;font-weight:400}@media(max-width:767px){.calculator-box{padding:40px 15px}.cal-table table tr td,.cal-table table tr th{font-size:10px;padding:5px}.gap-y-4{font-size:13px;row-gap:1rem}}