/* style.css for payoutguide.com (2025) */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700&display=swap');

/*------------------------------
  Base & Typography
-------------------------------*/
body.site-body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 1.05rem;
    color: #23292f;
    background: #f5f7fa;
    min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
    color: #13467d;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
h1, .display-4 {
    font-size: 2.7rem;
    letter-spacing: -1px;
}
h2 {
    font-size: 2.1rem;
}
h3 {
    font-size: 1.4rem;
    font-weight: 700;
}
h4, h5, h6 {
    font-weight: 600;
}
a {
    color: #1a69c7;
    transition: color 0.15s;
}
a:hover, a:focus {
    color: #0e3970;
    text-decoration: underline;
}
p, ul, ol, li {
    line-height: 1.7;
}
::-webkit-input-placeholder { color: #a0adc9; }
::-moz-placeholder { color: #a0adc9; }
:-ms-input-placeholder { color: #a0adc9; }
::placeholder { color: #a0adc9; }

/*------------------------------
  Logo Styling
-------------------------------*/
.logo-main {
  font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  letter-spacing: 1.6px;
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
  padding: 0.1rem 0.3rem 0.1rem 0;
}
.logo-pay {
  background: linear-gradient(90deg, #2176db 0%, #25508f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 800;
  margin-right: 5px;
  letter-spacing: 2px;
}
.logo-guide {
  color: #144da1;
  font-weight: 800;
  letter-spacing: 2px;
}
@media (max-width: 575.98px) {
  .logo-main {
    font-size: 1.6rem;
    letter-spacing: 1.2px;
  }
  .logo-pay, .logo-guide {
    letter-spacing: 1.1px;
  }
}

/*------------------------------
  Container & Layout
-------------------------------*/
.container {
    max-width: 1120px;
}
.page-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
@media (max-width: 575.98px) {
    .page-content {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}
.row {
    margin-left: -9px;
    margin-right: -9px;
}
[class^="col-"], [class*=" col-"] {
    padding-left: 9px;
    padding-right: 9px;
}

/*------------------------------
  Navbar
-------------------------------*/
.navbar {
    background: #fff;
    border-bottom: 1.5px solid #e7eaf3;
    font-size: 1.09rem;
    box-shadow: 0 3px 12px -4px #c6d0e6;
    z-index: 1031;
}
.navbar-brand {
    font-family: 'Inter', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 1.75rem;
    color: #144da1 !important;
    padding-right: 1.2rem;
    transition: color 0.14s;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.navbar-brand:hover {
    color: #0e3970 !important;
    text-decoration: none;
}
.navbar-nav .nav-link {
    color: #2a3548 !important;
    font-weight: 500;
    padding: 0.6rem 1rem;
    transition: color 0.13s;
    border-radius: 2.5px;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #144da1 !important;
    background: #f4f8fc;
    text-decoration: none;
}
.navbar-nav .dropdown-menu {
    border-radius: 7px;
    border: 1px solid #e6e7ec;
    box-shadow: 0 7px 20px -8px #b0bad3;
    min-width: 210px;
    padding: 0.3rem 0;
    margin-top: 0.38rem;
    background: #fff;
    font-size: 1rem;
}
.dropdown-item {
    padding: 0.62rem 1.15rem;
    color: #1e274a;
    font-weight: 500;
    border-radius: 0;
    transition: background 0.14s, color 0.14s;
}
.dropdown-item:hover, .dropdown-item:focus {
    background: #f1f6fa;
    color: #144da1;
}
.navbar-toggler {
    border: none;
    outline: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        box-shadow: none;
        margin-top: 0;
        border-radius: 0;
        border: none;
        background: #f8fafc;
    }
    .navbar-nav .dropdown.show .dropdown-menu {
        display: block;
    }
}

/*------------------------------
  Footer
-------------------------------*/
.site-footer {
    background: #f7fafd;
    border-top: 1.5px solid #e5e8f0;
    font-size: 1.04rem;
    color: #69738b;
    letter-spacing: 0.01em;
    padding-bottom: 0.5rem;
}
.site-footer .logo-main {
    font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
    font-weight: 800;
    font-size: 2.1rem;
    letter-spacing: 1.6px;
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
    padding: 0.1rem 0.3rem 0.1rem 0;
}
.site-footer .logo-pay {
    background: linear-gradient(90deg, #2176db 0%, #25508f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 800;
    margin-right: 5px;
    letter-spacing: 2px;
}
.site-footer .logo-guide {
    color: #144da1;
    font-weight: 800;
    letter-spacing: 2px;
}
.footer-link-list {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.03rem;
    color: #4f79be;
}
.footer-link-list li {
    margin-bottom: 0.4rem;
    line-height: 1.5;
    display: block;
}
.footer-link-list a {
    color: #4f79be;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.14s;
    font-size: 1.03rem;
    display: inline-block;
}
.footer-link-list a:hover, .footer-link-list a:focus {
    color: #0e3970;
    text-decoration: underline;
}
.site-footer .row.align-items-start {
    margin-bottom: 0;
}
.site-footer .footer-guide-links,
.site-footer .footer-support-links {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .site-footer .logo-main {
        font-size: 1.7rem;
    }
}
@media (max-width: 767.98px) {
    .site-footer .row.align-items-start > div {
        margin-bottom: 1.1rem;
        text-align: center;
    }
    .site-footer .logo-main {
        display: block;
        margin-bottom: 1rem;
    }
    .footer-link-list {
        margin-bottom: 1rem !important;
    }
}
@media (max-width: 575.98px) {
    .site-footer .logo-main {
        font-size: 1.4rem;
    }
    .site-footer .footer-link-list li {
        display: block;
        margin-bottom: 0.7rem;
        text-align: center;
    }
    .site-footer .footer-link-list {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .site-footer .row.align-items-start > div {
        margin-bottom: 1.3rem;
    }
}
.site-footer .footer-link-list li:last-child {
    margin-bottom: 0 !important;
}
.site-footer .footer-link-list {
    width: 100%;
}
.site-footer .footer-link-list a {
    width: 100%;
}
.site-footer .text-center.small.text-muted {
    margin-top: 0.7rem;
    color: #97a5c2;
}
.site-footer .footer-link-list {
    font-size: 1.01rem;
}

/*------------------------------
  Components: Cards & Lists
-------------------------------*/
.card {
    border-radius: 8px;
    border: 1.5px solid #e7eaf3;
    background: #fff;
    box-shadow: 0 2px 10px -7px #c0cbe5;
    transition: box-shadow 0.18s;
}
.card:hover {
    box-shadow: 0 8px 32px -12px #adbadc;
    border-color: #bfd3f1;
}
.card-title {
    color: #144da1;
    margin-bottom: 0.7rem;
    font-weight: 700;
}
.card-text {
    color: #33405c;
}

/*------------------------------
  Badges & Buttons
-------------------------------*/
.badge-primary {
    background: #2472e0;
    color: #fff;
}
.btn-primary, .btn-primary:focus {
    background: linear-gradient(88deg, #2176db 0%, #144da1 100%);
    border-color: #1b5ca2;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 10px -6px #2472e0;
}
.btn-primary:hover, .btn-primary:active {
    background: linear-gradient(88deg, #144da1 0%, #2176db 100%);
    border-color: #144da1;
    color: #fff;
}
.btn-outline-primary {
    border-color: #2176db;
    color: #2176db;
    background: #fff;
    font-weight: 600;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #2176db;
    color: #fff;
    border-color: #144da1;
}
.btn-link {
    color: #1a69c7;
    font-weight: 600;
    text-decoration: underline;
}
.btn-link:hover, .btn-link:focus {
    color: #13467d;
    text-decoration: underline;
}

/*------------------------------
  Responsive Tables (Card style)
-------------------------------*/
.table-responsive {
    margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .table-responsive .row,
    .table-responsive .d-none.d-md-block {
        display: none !important;
    }
    .table-responsive .d-block.d-md-none {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .table-responsive .d-block.d-md-none {
        display: none !important;
    }
    .table-responsive .d-none.d-md-block {
        display: block !important;
    }
}
.table-responsive .border-bottom {
    border-bottom: 1.5px solid #e6e8ef !important;
}
.table-responsive .font-weight-bold {
    font-weight: 700 !important;
}

/*------------------------------
  Process List
-------------------------------*/
.process-list {
    list-style: decimal;
    margin-left: 1.1em;
    color: #35446a;
    font-size: 1.09rem;
}
.process-list li {
    padding-left: 0.35em;
    margin-bottom: 0.55em;
    font-weight: 500;
}
.process-list strong {
    color: #144da1;
}

/*------------------------------
  FAQ / Accordion
-------------------------------*/
.accordion .card {
    border: none;
    border-radius: 7px;
    margin-bottom: 0.7rem;
    background: #f9fbff;
    box-shadow: 0 1.5px 6px -3px #b7c6de;
}
.accordion .card-header {
    background: #f9fbff;
    border: none;
    border-radius: 7px 7px 0 0;
    padding: 0.7rem 1rem;
}
.accordion .btn-link {
    color: #13467d;
    font-weight: 600;
    font-size: 1.08rem;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.accordion .btn-link:hover, .accordion .btn-link:focus {
    color: #2176db;
    text-decoration: underline;
}
.accordion .card-body {
    background: #fff;
    border-radius: 0 0 7px 7px;
    color: #34435f;
    font-size: 1.04rem;
    padding: 1.1rem 1.2rem 1rem 1.2rem;
}

/*------------------------------
  Images
-------------------------------*/
.img-fluid {
    border-radius: 9px;
    border: 1.7px solid #e7eaf3;
    box-shadow: 0 3px 18px -7px #b0bcd4;
    background: #f5f8fc;
    margin-bottom: 0.9rem;
}
@media (max-width: 991.98px) {
    .img-fluid {
        margin-bottom: 1.25rem;
    }
}

/*------------------------------
  Utility Classes
-------------------------------*/
.shadow-sm {
    box-shadow: 0 2px 12px -6px #d0d6e6 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-primary {
    color: #2176db !important;
}
.text-secondary {
    color: #6a7aa6 !important;
}
.bg-white {
    background: #fff !important;
}
.bg-light {
    background: #f5f7fa !important;
}
.small, small {
    font-size: 90% !important;
}
.stretched-link {
    position: relative;
    z-index: 1;
}
.p-3 {
    padding: 1rem !important;
}

/*------------------------------
  Adsense Blocks
-------------------------------*/
.adsbygoogle {
    min-height: 90px;
    margin: 1.2rem 0;
    display: block;
}
@media (max-width: 575.98px) {
    .adsbygoogle {
        min-height: 60px;
    }
}

/*------------------------------
  Accessibility/WCAG
-------------------------------*/
:focus {
    outline: 2px solid #2472e0;
    outline-offset: 2px;
}
a:focus {
    outline: 2.5px solid #2176db;
    outline-offset: 1.5px;
}
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}

/*------------------------------
  Scrollbar Styling (Modern Browsers)
-------------------------------*/
body::-webkit-scrollbar {
    width: 11px;
    background: #e7eaf3;
}
body::-webkit-scrollbar-thumb {
    background: #bed6f7;
    border-radius: 9px;
}

/*------------------------------
  End of style.css
-------------------------------*/
.bg-primary { background-color:#25508f; }
:root {
  --bs-primary-rgb: 37, 80, 143;
}



/* Payout Guide Custom Styles - Enhanced Calculator UI and Responsive Design */

body, html {
  font-family: 'Manrope', 'Nunito', 'Roboto', Arial, sans-serif;
  background: #f7fafd;
  color: #222;
}

.page-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Calculator Form Enhancements */
#settlementCalcForm {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(60,86,150,0.07);
}

#settlementCalcForm .form-label {
  font-weight: 600;
  color: #174d86;
  margin-bottom: 0.35rem;
}

#settlementCalcForm input[type="number"] {
  border-radius: 6px;
  border: 1.5px solid #dbe9fa;
  background: #fafdff;
  font-size: 1.04rem;
  transition: border-color 0.2s;
}
#settlementCalcForm input[type="number"]:focus {
  border-color: #3886e6;
  box-shadow: 0 0 0 2px #bddcff44;
}

#settlementCalcForm select {
  border-radius: 6px;
  border: 1.5px solid #dbe9fa;
  background: #fafdff;
  font-size: 1.04rem;
}
#settlementCalcForm select:focus {
  border-color: #3886e6;
  box-shadow: 0 0 0 2px #bddcff44;
}

/* Enhanced Info Icon & Popover Styling */
[data-bs-toggle="popover"] {
  cursor: pointer;
  margin-left: 4px;
  color: #83a7df;
  vertical-align: middle;
  outline: none;
  transition: color 0.15s;
  font-size: 1.09em;
}
[data-bs-toggle="popover"]:hover, [data-bs-toggle="popover"]:focus {
  color: #3886e6;
}

.popover {
  border-radius: 8px;
  border-color: #d1e3fa;
  box-shadow: 0 4px 20px rgba(60,86,150,0.08);
  padding: 0.55rem 0.8rem;
}
.popover-header {
  font-weight: 600;
  background: #f2f8fd;
  border-bottom: none;
  color: #174d86;
}
.popover-body {
  color: #222;
  font-size: 0.98rem;
}

/* Slider (Range Input) Styling */
#injurySeveritySlider {
  -webkit-appearance: none;
  width: 150px;
  height: 5px;
  background: linear-gradient(90deg, #b8d3f7 0%, #4d9afc 100%);
  border-radius: 4px;
  outline: none;
  margin-top: 2px;
  margin-bottom: 0;
  transition: background 0.2s;
}
#injurySeveritySlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: #3886e6;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(60,86,150,0.12);
  border: 2px solid #fff;
  cursor: pointer;
  transition: background 0.2s;
}
#injurySeveritySlider:focus::-webkit-slider-thumb {
  background: #1d5ea8;
}
#injurySeveritySlider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #3886e6;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background 0.2s;
}
#injurySeveritySlider:focus::-moz-range-thumb {
  background: #1d5ea8;
}
#injurySeveritySlider::-ms-thumb {
  width: 22px;
  height: 22px;
  background: #3886e6;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background 0.2s;
}
#injurySeveritySlider:focus::-ms-thumb {
  background: #1d5ea8;
}
#injurySeveritySlider::-ms-fill-lower {
  background: #b8d3f7;
}
#injurySeveritySlider::-ms-fill-upper {
  background: #4d9afc;
}
#injurySeveritySlider:focus {
  outline: none;
}
#injurySeveritySlider::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 4px;
}
#injurySeveritySlider::-moz-range-track {
  height: 5px;
  border-radius: 4px;
}
#injurySeveritySlider::-ms-fill-lower,
#injurySeveritySlider::-ms-fill-upper {
  border-radius: 4px;
}
#injurySeveritySlider::-ms-tooltip {
  display: none;
}

@media (max-width: 540px) {
  #injurySeveritySlider {
    width: 100px;
  }
}

/* Multiplier Badge Display */
#multiplierDisplay {
  font-size: 1.07em;
  background: linear-gradient(90deg, #3d98e7 50%, #5197f5 100%);
  color: #fff;
  border-radius: 16px;
  padding: 0.48em 0.9em 0.47em 0.9em;
  font-weight: bold;
  letter-spacing: 0.5px;
  box-shadow: 0 1px 6px rgba(60, 86, 150, 0.11);
}

/* Error Alert Styling */
.alert-danger {
  border-radius: 6px;
  border-left: 5px solid #e44356;
  background: #fff4f6;
  color: #b93245;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(228,67,86,0.03);
  margin-bottom: 1.1em;
  padding: 0.95em 1.2em;
}

/* Result Display & Animation */
.fade-in-result {
  animation: fadeIn 0.7s forwards;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

/* Settlement Result Card & Breakdown */
#settlementResult .card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(60,86,150,0.10);
  border: none;
}
#settlementResult .card-header {
  border-radius: 12px 12px 0 0 !important;
  font-size: 1.09em;
  background: linear-gradient(90deg, #3886e6 85%, #4d9afc 100%);
  color: #fff!important;
  font-weight: 600;
}
#settlementResult .list-group-item {
  background: none;
  border: none;
  font-size: 1.03em;
  padding: 0.64em 1.15em;
}
#settlementResult .list-group-item.bg-light {
  background: #f4faff!important;
  font-weight: 600;
  color: #3886e6;
}
#settlementResult .h5, #settlementResult .display-4 {
  font-weight: 700;
  letter-spacing: 0.01em;
}

#settlementResult .text-success {
  color: #2ebd5b!important;
}
#settlementResult .text-primary {
  color: #3886e6!important;
}

#settlementResult .btn-outline-secondary {
  border-radius: 24px;
  border-width: 2px;
  font-weight: 600;
  padding: 0.6em 1.5em;
  font-size: 1.01em;
  background: #fafdff;
  color: #3886e6;
  transition: background 0.12s, color 0.12s;
}
#settlementResult .btn-outline-secondary:hover, #settlementResult .btn-outline-secondary:focus {
  background: #eaf2fb;
  color: #174d86;
  border-color: #3886e6;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .page-content {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  #settlementCalcForm {
    padding: 1.2rem 0.7rem;
  }
  #settlementResult .card-body {
    padding: 1.15em 0.8em 1.2em 0.8em;
  }
}

@media (max-width: 767.98px) {
  .page-content {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  #settlementCalcForm {
    padding: 1.1rem 0.3rem;
  }
}

/* Accessibility: Focus Ring for Info Icon */
[data-bs-toggle="popover"]:focus {
  outline: 2px solid #3886e6;
  outline-offset: 2px;
}

/* Misc UI Enhancements */
.card.bg-white {
  background: #fff!important;
}
.card.shadow-sm {
  box-shadow: 0 2px 12px rgba(60,86,150,0.09)!important;
}

.btn-primary, .cta-settle-btn {
  background: linear-gradient(90deg, #3886e6 85%, #4d9afc 100%);
  border: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 24px;
  padding: 0.7em 2em;
  font-size: 1.09em;
  box-shadow: 0 1px 6px rgba(60, 86, 150, 0.10);
}
.btn-primary:hover, .cta-settle-btn:hover {
  background: #174d86;
  color: #fff;
}

ul.list-group-flush {
  border-radius: 0 0 12px 12px;
}

/* Ensure popover arrows look good on light bg */
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #fff;
}

/* Hide the default border-radius on colored border lists */
.list-group-item {
  border-radius: 0 !important;
}

/* Utility: Hide number input arrows (for consistency) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
