/* assets/custom.css */
.bg-primary {
  background-color: #55b0ff !important;
}

/* Sticky footer layout */
html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}


.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-content {
  flex: 1;
}




.footer-link {
  color: #ffffff !important;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease-in-out;
}

.footer-link a {
  color: #f0f0f0 !important;
  font-size: 14px;
  padding: 0 12px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-link a:hover,
.footer-link a:focus,
.footer-link a:active {
  color: #ffffff !important;
}





.card {
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
}

.card-title {
  font-weight: 550;  /* or 400 for even thinner look */
}

.card-text {
  font-weight: 400;
}



/* Section Head title */
.section-head {
    color: #0030b3;
    font-size: clamp(16px, 4vw, 20px);
    padding: 0px;
    margin-top: 40px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

/* Section Head title */
.sub-head {
    color: #0030b3;
    font-size: clamp(14px, 4vw, 18px);
    padding: 0px;
    margin-top: 30px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

/* body style */
.body-style {
    font-size: clamp(12px, 3vw, 16px);
    padding: 10px;
    line-height: 1.5;
    padding-left: 0;
    padding-top: 0;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

/* Navigation links */
.topic-link {
    font-size: clamp(12px, 3vw, 16px);
    color: #009205;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: 'Arial', sans-serif;
    padding: 10px;
}

.topic-link:hover {
    color: #0030b3;                 /* Darker color on hover */
}



/* Free Navigation links */
.free-topic-link {
    font-size: clamp(12px, 3vw, 16px);
    color: #8d8d8d;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Arial', sans-serif;
    padding: 10px;
}

.free-topic-link:hover {
    color: #0030b3;                 /* Darker color on hover */
}


.grade-span {
    font-size: clamp(12px, 3vw, 16px);
    color: #009205; /* Green color for positive emphasis */
}

.free-grade-span {
    font-size: clamp(12px, 3vw, 16px);
    color: #8d8d8d; /* Green color for positive emphasis */
}




/* Navigation links */
.review-link {
    font-size: clamp(12px, 3vw, 16px);
    color: #009205;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Arial', sans-serif;
    padding: 4px;
}

.review-link:hover {
    color: #0030b3;                 /* Darker color on hover */
}

.free-review-link {
    font-size: clamp(12px, 3vw, 16px);
    color: #8d8d8d;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Arial', sans-serif;
    padding: 4px;
}

.free-review {
    max-width: 800px;
    max-height: 350px;
    border: 1px solid gray;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    overflow: auto;  /* Adds scrollbars if content overflows */
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.6;
    color: #c10000;
    margin: 20px auto 0 auto;
    display: block
}



.question-style {
    color: #0030b3;
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.5;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

.question-num-style {
    color: #0030b3;
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.5;
    margin-top: 30px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}

.options-style {
    font-size: clamp(12px, 3vw, 16px);
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}


.image-style {
    max-width: 400px;
    height: auto;
    margin: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Add spacing between radio button and text */
input[type="radio"] {
    margin-right: 15px; /* Adjust the value to increase the gap */
}


.key-head {
    color: #015e1d;
    font-size: clamp(14px, 4vw, 18px);
    padding: 0px;
    margin-top: 40px;
    margin-left: 5px;
    text-decoration: underline;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

.key-style {
    margin: 20px;
    margin-top: 25px;
    margin-left: 35px;
    color: #015e1d;
    font-size: clamp(12px, 3vw, 16px);
    line-height: 2;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}


.message-style {
    color: #ff0101;
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.5;
    margin-top: 30px;
    margin-left: 30px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}
