* {
    margin: 0;
}

body {
    background: linear-gradient(180deg, #EFF4F6 0%, #FFFFFF 100%);
    background-repeat: no-repeat;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
}

.download-report {
    background-color: transparent;
    border: none;
    cursor: pointer;

    font-family: "IBM Plex Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #89A3AF;
}
.download-report i {
    font-size: 18px;
    color: #89A3AF;
}

.text-gradient {
    /* display: inline-block; */
    background: linear-gradient(90deg, rgb(191, 151, 61) 0%, rgb(189, 134, 108) 50%, rgb(110, 134, 149) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: bold;
}

/* Error state for unanswered radios */
input[type="radio"].radio-error {
    outline: 2px solid red;
    outline-offset: 2px;
    border-radius: 50%; /* keeps it round */
}

/* Optional: smooth transition */
input[type="radio"] {
    transform: scale(1.8); /* keep your scaling */
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    font-family: "Public Sans", sans-serif;
    margin-bottom: 10px;
}

h1 {
    font-size: 60px;
    font-weight: 400;
}

h2 {
    font-size: 41px;
    font-weight: 400;
}

h3 {
    font-size: 23px;
    font-weight: 400;
}

p {
    font-family: "IBM Plex Sans", sans-serif;
    font-family: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #2A363D;
}

i {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15.5px;
    font-weight: 300;
    line-height: 22px;
    color: #717171;
}

.heading_subtitle {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 23px;
    font-family: 500;
    line-height: 30px;
    color: #374D56;
    margin-bottom: 10px;
}

.main-button {
    display: inline-block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 100px;
    background-color: #E8B227;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.main-button:hover {
    background-color: #D69F14;
}

.primary-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1180px;
    height: 100vh;
    margin: 0 auto;
    background: linear-gradient(180deg, #EFF4F6 0%, #FFFFFF 100%);
}

.modal-container {
    /* display: none; */
    display: block;
    padding: 0 20px;
}
.modal-container.active {
    display: block;
    /* width: 100%; */
}

/* Radio button error outline */
input[type="radio"].radio-error {
  outline: 1px solid red;
  outline-offset: 2px;
  border-radius: 50%; /* keep circular */
}

.tooltips {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
    position: relative;
    top: -1px;
    width: 14px;       /* slightly larger for balance */
    height: 14px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    background-color: #367BB2;
    cursor: pointer;
}

/* Tooltip box */
#tooltips-box {
    position: absolute;
    background: #fff;
    color: #2A363D;
    /* border: 2px solid #DFEBF0; */
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 12px 14px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 260px;
    display: none;
    z-index: 1000;
}

/* Border arrow */
#tooltips-box::before {
    content: "";
    position: absolute;
    top: 100%; /* below the box */
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #DFEBF0 transparent transparent transparent;
}

/* Inner white arrow */
#tooltips-box::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px); /* overlap slightly */
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

#tooltips-box hr {
    border: none;
    border-top: 1px solid #DFEBF0;
    margin: 8px 0;
}

.vertical-container {
    width: 100%;
}

/* First Modal */
#fp_intro, #fp_second_intro, #consumer_centricity_1, #fp_third_intro {
    text-align: center;
}

#fp_intro .inner-row_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    column-gap: 20px;
    /* margin: 0 auto; */
    margin-top: 20px;
}

#fp_intro .inner-col_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: #ffffff;
    border: 2px solid #DFEBF0;
    border-radius: 8px;
    padding: 25px;
}

/* Second Modal */
#fp_second_intro .inner-row_container {
    background-color: #ffffff;
    border: 2px solid #DFEBF0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 40px;
}

#fp_second_intro table {
    border-top: 1px solid #DFEBF0;
}
#fp_second_intro table tbody tr {
    border-top: 1px solid #DFEBF0;
    /* border-top: 1px solid #DFEBF0; */
}


#fp_second_intro table thead h5 {
    font-family: "Public Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #2A363D;
}

#fp_second_intro table thead p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 24px;
    color: #2A363D;
}

#fp_second_intro table tbody tr td {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 24px;
    color: #717171;
}

/* Progress container */
.progress-container {
  width: 100%;
  background-color: #DFEBF0;
  border-radius: 6px;
  overflow: hidden;
  height: 16px;
  margin: 20px 0;
}

/* Base state */
.progress-bar {
    height: 100%;
    background-color: #D69F14 !important;
}

/* Clean, maintainable border logic */
#fp_second_intro table th:not(:last-child),
#fp_second_intro table td:not(:last-child) {
    border-right: 1px solid #DFEBF0;
}

#fp_second_intro table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
    text-align: left;
}

#fp_second_intro table thead th,
#fp_second_intro table tbody td {
    vertical-align: top;
    padding: 15px;
}

#fp_second_intro table thead th p {
    font-size: 15px !important;
    font-weight: 400;
    margin: 0;
}

#fp_second_intro table thead th h5 {
    margin: 0 0 5px;
}

/* CONSUMER CENTRICITY FIRST MODAL */
.consumer_centricity_q .inner-row_container {
    background-color: #ffffff;
    border: 2px solid #DFEBF0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 40px;
}

.consumer_centricity_q table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.consumer_centricity_q table thead tr th {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 22px;
    color: #2A363D;
    cursor: pointer;
}

.consumer_centricity_q table tbody tr td {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.consumer_centricity_q table tbody tr {
    border-top: 1px solid #DFEBF0;
}

.consumer_centricity_q table th:first-child,
.consumer_centricity_q table td:first-child {
    width: 75%;
}

.consumer_centricity_q table th:not(:first-child),
.consumer_centricity_q table td:not(:first-child) {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.consumer_centricity_q table th,
.consumer_centricity_q table td {
    padding: 10px 0;
    /* vertical-align: top; */
}

.button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 20px;
    margin-top: 50px;
}

.prev-btn {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    height: 48px;
    color: #E8B227;
    background-color: rgba(232, 178, 39, 0.16);
    transition: all .3s ease-in-out;
    display: inline-block;
    padding: 0 25px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    /* width: 125px; */
}

.prev-btn:hover {
    background-color: rgba(232, 178, 39, 0.4);
}

.next-btn {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    height: 48px;
    color: #FFFFFF;
    background-color: #E8B227;
    transition: all .3s ease-in-out;
    display: inline-block;
    padding: 0 25px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 125px;
}

.next-btn:hover {
    background-color: #D69F14;
}

.fp_third_intro {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#fp_third_intro h2 {
    max-width: 900px;
    margin: 0 auto;
}

#fp_third_intro .inner-row_container {
   padding: 20px;
   background-color: #ffffff;
   border: 2px solid #DFEBF0;
   border-radius: 8px;
   margin-top: 40px;
}

#fp_third_intro table {
    margin-top: 40px;
    border-collapse: collapse;
    table-layout: fixed;
}

#fp_third_intro table tbody tr td {
    text-align: left;
    width: 25%;
    vertical-align: top;
    padding: 20px;
}

#fp_third_intro table tbody tr td p {
    margin-top: 15px;
}

/*  */
.business_impact_q h2 {
    text-align: center;
}

.business_impact_q .heading_subtitle {
    text-align: center;
}

.business_impact_q .inner-row_container p {
    text-align: center;
}

.business_impact_q .inner-row_container {
   padding: 20px;
   background-color: #ffffff;
   border: 2px solid #DFEBF0;
   border-radius: 8px;
   margin-top: 40px;
}

.business_impact_q table {
    margin-top: 40px;
    border-collapse: collapse;
    table-layout: fixed;
}

.business_impact_q table tbody tr td {
    text-align: left;
    width: 25%;
    vertical-align: top;
    padding: 20px;
}

.business_impact_q table tbody tr td p {
    font-family: "IBM Plex sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    text-align: left !important;
}

/* Email Results */
.email_results {
    text-align: center;
}

.email_results h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #374D56;
}

.email_results .inner-row_container {
    max-width: 768px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 40px;
    margin: 0 auto;
    margin-top: 50px;
}

.input_field {
    padding: 12px;
    border: 1px solid #D6D8DD;
    border-radius: 8px;

    font-family: "IBM Plex Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #717171;
}

#firstname, #lastname {
    width: 293px;
}
#email, #company {
    width: 600px;
}

.input_submit {
    display: inline-block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 100px;
    border: none;
    background-color: #E8B227;
    color: #ffffff;
    cursor: pointer;
    margin-top: 20px;
}

.input_submit:hover {
    background-color: #D69F14;
}

/* Spinner inside button */
.input_submit.loading {
  position: relative;
  color: transparent !important; /* hide text */
  pointer-events: none;
}

.input_submit.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -11px 0 0 -11px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.privacy_statement {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #717171;
    margin-top: 20px;
}

.privacy_statement a {
    color: #717171;
    text-decoration: underline;
}

/* Result Page Modal */
.result_page {
    padding: 50px 0;
}
.result_page h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #374D56;
}

.result_page h2 {
    text-align: center;
}

.result_page .brand_name {
    font-weight: 400;
    text-transform: uppercase;
}
.result_page .client_name {
    font-weight: 400;
    text-transform: capitalize;
}

.result_page .button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}

.retake-btn {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    height: 48px;
    color: #E8B227;
    background-color: rgba(232, 178, 39, 0.16);
    transition: all .3s ease-in-out;
    display: inline-block;
    padding: 0 25px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    /* width: 125px; */
}

.retake-btn:hover {
    background-color: rgba(232, 178, 39, 0.4);
}

/* .share-btn {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    height: 48px;
    color: #FFFFFF;
    background-color: #E8B227;
    transition: all .3s ease-in-out;
    display: inline-block;
    padding: 0 25px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.share-btn:hover {
    background-color: #D69F14;
} */

.main_dashboard {
    background-color: #ffffff;
    border: 2px solid #DFEBF0;
    border-radius: 8px;
    padding: 60px;
    margin-top: 50px;
    row-gap: 50px;
}

.inner_dashboard-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    column-gap: 20px;
}
.inner_dashboard-row:nth-child(2) {
    display: block;
}

.inner_dashboard-col {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    row-gap: 10px;
    width: 55%;
    background-color: #EFF4F6;
    padding: 20px;
    border: 1px solid #DFEBF0;
    border-radius: 8px;
}
.inner_dashboard-row .inner_dashboard-col:first-child {
    width: 45%;
    padding: 0;
}

#developing-graph, 
#advancing-graph, 
#mastering-graph, 
#leading-graph {
    display: none;
}

.inner_dashboard-row p {
    font-size: 18px;
    display: block;
    width: 100%;
    line-height: 30px;
    color: #333333;
    margin-bottom: 40px;
}

.inner_dashboard-col h4 {
    text-align: left;
}

.main-scoring-legend {
    display: block;
    width: 100%;
}
.main-scoring-legend h5 {
    font-size: 17px;
    color: #333333;
}

.main_scoreboard {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.main_scoreboard-points {
    width: 35%;
    padding: 20px;
    border-right: 1px solid #DFEBF0;
}

.main_scoreboard-label {
    width: 65%;
    vertical-align: middle;
    padding: 20px;
}

.overall_points {
    width: fit-content;
    height: auto;
    background: #ffffff;
    border: 1px solid #DFEBF0;
    border-radius: 100px;
    padding: 15px;
}

#overall_points {
    font-family: "Public Sans", sans-serif;
    font-size: 60px;
    font-weight: 700;
}

#grade_name_label {
    font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #333333;
    margin-top: 25px;
}
.grade_name_description {
    font-family: "Public Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #374D56;
    margin-top: 5px;
}

.scoring_legend {
    display: block;
    font-family: "Public Sans", sans-serif; 
    font-size: 17px; 
    font-weight: 700; 
    color: #717171; 
    text-align: center;
    margin-top: 30px;
}

.scoring_total {
    width: 100%;
}

.scoring-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
    width: 100%;
}

.scoring-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scoring-col:first-child {
    /* align-items: flex-start; */
    width: 20%;
}
.scoring-col:last-child {
    width: 100%;
    row-gap: 10px;
}

.scoring-col h5 {
    font-family: "Public Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
    color: #717171;

    width: 90px;
    margin: 0;
}

.score_bar {
    position: relative; /* IMPORTANT: anchor for marker positioning */
    width: 100%;
    height: 10px;
    border-radius: 8px;
    background-color: #E7F0F3;
}

.score-marker {
    font-family: "Public Sans", sans-serif;
    font-size: 25px;
    font-weight: 800;
    position: absolute;
    bottom: 100%; /* above bar */
    transform: translateX(-50%);
    margin-bottom: 10px; /* gap between marker and bar */
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border: 2px solid #ffffff; /* white border */
    border-radius: 8px; /* curved rectangle */
    padding: 2px 10px; /* horizontal padding for rectangle */
    max-width: 50px;
    min-width: 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E8B227;
    z-index: 2;
    box-sizing: border-box;
}

/* Outer arrow (border) */
.score-marker::after {
    content: "";
    position: absolute;
    bottom: -10px; /* adjust for arrow size */
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent; /* white border arrow */
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1)); /* same shadow as marker */
}

/* Inner arrow (background fill) */
.score-marker::before {
    content: "";
    position: absolute;
    bottom: -8px; /* slightly inside */
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent; /* matches marker background */
}

.scoring-consumer_centricity {
    width: 100%;
    margin-top: 10px;
}

.scoring-business_impact {
    width: 100%;
    margin-top: 10px;
}

.yellow-bar {
    display: block; 
    width: 50%; 
    height: 100%; 
    background-color: #E8B227; 
    border-radius: 8px;
    transition: width 0.5s ease; /* smooth animation */
    font-size: 0;
}

.gray-bar {
    display: block; 
    width: 50%; 
    height: 100%; 
    background-color: #BED4EA; 
    border-radius: 8px;
    transition: width 0.5s ease; /* smooth animation */
}

.scoring_measurement {
    width: 100%;
    margin-top: 10px;
}

.scoring-grid-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.scoring-grid-col {
    font-family: "Public Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #717171;
}

.summary_dashboard {
    width: 100%;
    background-color: #F8F9F9;
    border: 2px solid #DFEBF0;
    border-radius: 8px;
    margin-top: 50px;
}

.summary_nav-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 2px solid #DFEBF0;
    background-color: #ffffff;
}

.summary_nav-col {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 16.6%;
}

.summary_nav-col p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #717171;
    cursor: pointer;
    padding: 30px 0;
    margin: 0;
}

.summary_nav-col p:hover {
    color: #D69F14;
}

.summary_nav-col.active p {
  color: #E8B227;
}

.nav_your_score {
    background-color: #E7F0F3;
}

.summary_modal {
    padding: 30px 40px;
    display: none; 
}
.summary_modal.active {
    display: block; 
}

.summary_scoring-grid-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 10px;
}

.category-summary-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.category-summary-wrapper p {
    font-size: 18px;
}
.category-summary-wrapper h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 23px;
    font-weight: 300 !important;
    text-align: left;
    margin-top: 30px;
}
.category-summary-wrapper ul li {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.summary_scoring-grid-col {
    font-family: "Public Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #717171;
}

.summary_modal-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
}

.summary_modal-header-col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.summary_modal-header-col:nth-child(1) {
    width: 40%;
}
.summary_modal-header-col:nth-child(2) {
    width: 60%;
}

.summary_modal-heading {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 34px !important;
    font-weight: 400;
    color: #333333;
    text-align: left !important;
}

.summary_modal-section:first-child {
    padding-top: 0;
    padding-bottom: 40px;
}

.summary_modal-section {
    padding: 40px 0;
    /* border-bottom: 1px solid #DFEBF0; */
}

.level-up-float-wrapper {
    position: absolute;
    top: -35px;
    left: 20px;
    background-color: #BDD5EA;
    padding: 15px 30px;
    border: 1px solid #DFEBF0;
    border-radius: 8px;

    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    /* color: #2A363D; */
    color: #333333;
    cursor: pointer;
    text-align: center;
    /* Add floating animation */
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Floating animation keyframes */
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.level-up-float-wrapper::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #DFEBF0 transparent transparent transparent;
}

.level-up-float-wrapper::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #BDD5EA transparent transparent transparent;
}


.next-level-wrapper {
    display: block;
}
.next-level {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #367BB2;
    cursor: pointer;
}
.next-level i {
    color: #367BB2;
}

.summary_modal_inner_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #DFEBF0;
}

.summary_modal_inner_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.summary_modal_inner_col h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: #333333;
    margin: 0;
}
.summary_modal_inner_col ul li {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
}

.summary_modal_inner_col:first-child {
    width: 230px;
    justify-content: flex-start;
}
.summary_modal_inner_col:last-child {
    width: 100%;
}


/* MODAL NOT FOUND */
#result_not_found {
    display: none;
    padding: 20% 20px;
    text-align: center;
}
/* END OF MODEL NOT FOUND */

/* === SHARE WITH FRIENDS MODAL === */
.modal-container-share {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

/* Inner content box */
.modal-container-share .modal-content {
    width: 600px;
    max-width: 90%;
    padding: 40px;
    border: 2px solid #DFEBF0;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
}

/* Close button */
.close-share {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.close-share i {
    font-size: 18px;
    color: #333;
}

.close-share i:hover {
    color: #E8B227;
}

/* Input field */
#link {
    padding: 12px;
    border: 1px solid #D6D8DD;
    border-radius: 8px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #717171;
    width: calc(100% - 140px);
    margin-right: 10px;
}

/* Copy button */
.copy-link {
    font-family: 'IBM Plex Sans';
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    height: 48px;
    color: #FFFFFF;
    background-color: #E8B227;
    transition: all .3s ease-in-out;
    display: inline-block;
    padding: 0 25px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 125px;
    margin-top: 20px;
}

.copy-link:hover {
    background-color: #D69F14;
}

/* Smooth transition for input highlight */
#link {
    transition: background-color 0.3s ease;
}
/* END OF SHARE WITH FRIENDS */


.consult-btn {
    display: inline-block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 100px;
    background-color: #EFF4F6;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.border-animation {
    position: relative;
    display: inline-block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 100px;
    background-color: #EFF4F6 !important;
    color: #374D56;
    border: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.border-animation span {
    position: relative;
    z-index: 2; /* ✅ Keeps the text above pseudo-elements */
}

/* Animated gradient border */
.border-animation::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 100px;
    background: linear-gradient(
        90deg,
        rgb(191, 151, 61),
        rgb(189, 134, 108),
        rgb(110, 134, 149),
        rgb(191, 151, 61)
    );
    background-size: 300% 300%;
    z-index: -2;
    animation: borderMove 1.5s linear infinite;
}

/* Inner solid background (smaller inset = wider border) */
.border-animation::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 100px;
    background-color: #EFF4F6 !important;
    z-index: -1;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer-result {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.consult-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.consult-wrapper-content {
    width: 600px;
    max-width: 90%;
    padding: 40px;
    border: 2px solid #DFEBF0;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
}

#consultForm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}

.close-consult {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#c-firstname, #c-lastname {
    width: 245px;
    border: 1px solid #D6D8DD;
    border-radius: 8px;
    padding: 10px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #717171;
}
#c-company, #c-email {
    width: 100%;
    border: 1px solid #D6D8DD;
    border-radius: 8px;
    padding: 10px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #717171;
}

#submit-consult {
    margin-top: 10px;
}

.close-consult i {
    font-size: 18px;
    color: #333;
}

.close-consult i:hover {
    color: #E8B227;
}

.consult-thank-you {
    display: none;
    margin-top: 30px;
}

.consult-thank-you h3 {
    font-weight: 500;
    line-height: 1.3em;
    width: 412px;
    margin: 0 auto;
}

.featured-blog-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
}

.blog-col {
    position: relative;
    display: block;
    width: 33.33%;
    background-color: #F8F9F9;
    border: 1px solid #DFEBF0;
    border-radius: 8px;
    padding: 15px;
}

.blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-category {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #89A3AF;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog-title {
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #333333;
}

.blog-desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #717171;
}

.blog-link {
    display: block;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #367BB2;
    margin-top: 20px;
}
.blog-link i {
    color: #367BB2;
}

.mobile-border {
    border: 0;
    border-right: 1px solid #DFEBF0;
}
.bi-grid-container {
    display: flex;
}
.grid-choices-wrapper {
    width: 25%;
    padding: 15px;
}
.modal-container 
.bi-grid-container 
.grid-choices-wrapper 
input[type="radio"] {
    display: block;
    margin-bottom: 20px;
    margin-left: 3px;
}

.grid-choices-wrapper label {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #333333;
}

label {
    cursor: pointer;
}