/*!
 * Developed by HIGHTECHBIRDS (https://hightechbirds.com)
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.bg-grey {
  background: #333;
}

body {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

.section-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 24px;
}
.section-title .sec-col {
  color: #A11A20;
}
.section-title .tel-col {
  color: #CBDB2C;
}

.bg-grey .section-title {
  color: #fff;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

body p {
  font-size: 22px;
  line-height: 34px;
}

body a {
  color: #0000c4;
}

.mt-6 {
  margin-top: 24px;
}

.mb-6, .curve-title {
  margin-bottom: 24px;
}

.mb-10 {
  margin-bottom: 40px;
}

.l-section {
  padding: 24px 16px;
}

.curve-title {
  display: inline-block;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  background-color: #000;
  padding: 6px 24px 10px;
  border-radius: 0 30px;
  margin-bottom: 0;
}
.curve-title.signs-title {
  color: #fff;
  background-color: #A11A20;
}

.card-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.card-holder .card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
  padding: 32px;
}
.card-holder .card .card-img-holder {
  min-height: 180px;
}
.card-holder .card .card-img {
  display: block;
  margin-bottom: 16px;
}
.card-holder .card h4 {
  font-size: 20px;
  line-height: 24px;
}
.card-holder .card .card-overlay {
  background: #A11A20;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.card-holder .card:hover .card-overlay {
  opacity: 1;
}
.card-holder.signs-symptoms-holder .card-img {
  height: 200px;
}

.hero-banner {
  height: 760px;
  padding: 16px;
  background: url("../images/banner.png") no-repeat center center;
  background-size: cover;
}
.hero-banner-shell {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.hero-banner-copy {
  max-width: 900px;
  padding-top: 0px;
}
.hero-banner-eyebrow {
  display: inline-block;
  margin: 0;
  padding: 8px 44px 10px 28px;
  background: #dce300;
  clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 0 100%);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #171717;
}
.hero-banner-heading {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: -10px 0 0 54px;
  padding: 12px 54px 14px 44px;
  background: rgba(96, 96, 96, 0.88);
  clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #dce300;
}
.hero-banner-heading-prefix {
  color: #dce300;
}
.hero-banner-heading-focus {
  font-size: 36px !important;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #dce300;
}
.hero-banner .logo {
  height: 85px;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  list-style-type: none;
  background-color: #fff;
  box-shadow: 0px 6px 12px #e6e6e6;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23%;
  border: 5px solid #BAC828;
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.nav li a {
  display: flex;
  font-size: 16px;
  line-height: 18px;
  padding: 0px 0px;
  border: 1px dashed #A11A20;
  width: 100%;
  min-height: 46px;
  justify-content: center;
  align-items: center;
}

.causes-section {
  background-color: #333;
}
.causes-section .curve-title {
  background-color: #CBDB2C;
  color: #A11A20;
}
.causes-section .card-holder {
  margin-bottom: 24px;
}
.causes-section .card-holder .card .card-img {
  height: 160px;
}
.causes-section .card-holder .card h4 {
  color: #CBDB2C;
}

.info-text {
  font-size: 14px;
  line-height: 18px;
  color: #CBDB2C;
}
.info-text.col-black {
  color: #000;
}

.often-observe-section .card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  justify-content: flex-start;
}
.often-observe-section .card .card-overlay {
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  margin: 32px;
  box-sizing: border-box;
  max-height: 240px;
}
@media (max-width: 1023px) {
  .often-observe-section .card .card-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 180px;
    top: 24px;
  }
}
.often-observe-section .card .card-img-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  border-radius: 16px;
  padding: 24px;
  /* background-color: #CBDB2C; */
  border: 3px solid #A11A20;
}
.often-observe-section .card h4 {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 80%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1023px) {
  .often-observe-section .card h4 {
    top: 30%;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}
.often-observe-section .card h4.up-front-text {
  position: static;
  color: #A11A20;
  opacity: 1;
  padding: 0;
  transform: none;
  margin-top: 16px;
}
.often-observe-section .card:hover h4 {
  top: 40%;
  left: 50%;
  opacity: 1;
  color: #fff;
}
.often-observe-section .card:hover h4.up-front-text {
  opacity: 1;
  color: #A11A20;
}

.effectively-better-section {
  background-color: #e8e8e8;
}

.legend-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.legend-holder .dot {
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
}
.legend-holder .dot.red {
  background-color: #A11A20;
}
.legend-holder .dot.tel {
  background-color: #CBDB2C;
}
.legend-holder .dot.black {
  background-color: #000;
}

.rect-box-holder .rect-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
}
.rect-box-holder .rect-box .rect-box-img {
  width: 180px;
  margin-right: 24px;
}
.rect-box-holder .rect-box .rect-box-img img {
  display: block;
  height: 200px;
}
.rect-box-holder .rect-box .rect-box-content {
  flex: 1;
  text-align: left;
  padding-bottom: 32px;
  /* border-bottom: 2px solid #CBDB2C; */
}
.rect-box-holder .rect-box .rect-box-content h4 {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  color: #A11A20;
  margin-bottom: 12px;
}
.rect-box-holder .rect-box .rect-box-content h4::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 30px;
  height: 3px;
  background-color: #CBDB2C;
}

.rect-box-holder .rect-box-inner-content {
  padding-left: 204px;
  margin-top: -40px;
}
.rect-box-holder .rect-box-inner-content h5 {
  font-size: 22px;
  line-height: 26px;
  text-decoration: underline;
  text-align: left;
  margin-bottom: 24px;
}
.rect-box-holder .rect-box-inner-content .card-holder {
  justify-content: flex-start;
}
.rect-box-holder .rect-box-inner-content .card {
  padding: 24px;
  justify-content: flex-start;
}
.rect-box-holder .rect-box-inner-content .card .card-img-holder {
  min-height: auto;
}
.rect-box-holder .rect-box-inner-content .card .card-img {
  height: 80px;
}
.rect-box-holder .rect-box-inner-content .card h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.rect-box-holder .rect-box-inner-content .card h4 {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.rect-box-holder .rect-box-inner-content .card h4::before {
  display: none;
}

.dos-donts-holder .rect-box-inner-content {
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
.dos-donts-holder .rect-box-inner-content .card {
  border: 4px solid #CBDB2C;
  width: 48%;
  border-radius: 8px;
}
.dos-donts-holder .rect-box-inner-content .card:first-child {
  background-color: #6e7800;
}
.dos-donts-holder .rect-box-inner-content .card:last-child {
  background-color: #A11A20;
}
.dos-donts-holder .rect-box-inner-content .card h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  padding: 6px 28px;
  border-radius: 6px;
  background-color: #CBDB2C;
}
.dos-donts-holder .rect-box-inner-content .card .card-holder {
  justify-content: center;
}
.dos-donts-holder .rect-box-inner-content .card .card {
  border: 0;
}
.dos-donts-holder .rect-box-inner-content .card .card .card-img-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.7);
}
.dos-donts-holder .rect-box-inner-content .card .card h4 {
  position: relative;
  font-weight: 600;
  color: #fff;
}
.dos-donts-holder .rect-box-inner-content .card .card h4::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: #A11A20;
}
.dos-donts-holder .rect-box-inner-content .card .card:first-child, .dos-donts-holder .rect-box-inner-content .card .card:last-child {
  background-color: transparent;
}
.dos-donts-holder .rect-box-inner-content .card:last-child .card h4::before {
  background-color: #CBDB2C;
}

.complication-block {
  position: relative;
  padding-top: 280px;
}
.complication-block .main-img {
  display: block;
  height: 450px;
  margin: 0 auto;
}
.complication-block .card-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.complication-block .card-holder .card {
  position: absolute;
}
.complication-block .card-holder .card:first-child {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.complication-block .card-holder .card:nth-child(2) {
  top: 28%;
  left: 8%;
}
.complication-block .card-holder .card:nth-child(3) {
  top: 60%;
  left: 8%;
}
.complication-block .card-holder .card:nth-child(4) {
  top: 28%;
  right: 8%;
}
.complication-block .card-holder .card:nth-child(5) {
  top: 60%;
  right: 8%;
}
.complication-block .card-holder .card-img-holder {
  min-height: auto;
}
.complication-block .card-holder .card-img-holder .card-img {
  height: 150px;
}
.complication-block .card-holder h4 {
  color: #A11A20;
}

.faq-con-listing {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #CBDB2C;
}
.faq-con-listing:last-child {
  border-bottom: 0;
}
.faq-con-listing h3 {
  font-size: 20px;
  line-height: 24px;
  color: #CBDB2C;
  margin-bottom: 16px;
}
.faq-con-listing p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 16px;
}
.faq-con-listing p:last-child {
  margin-bottom: 0;
}

.highlight-text {
  color: #CBDB2C;
}

.ref-block {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid #CBDB2C;
}
.ref-block p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  background: #CBDB2C;
}
.footer a {
  color: #000;
  text-decoration: underline;
}

.language-toolbar {
  padding: 20px 16px;
  background: linear-gradient(135deg, #fff9cf 0%, #f5f0c3 100%);
  border-top: 1px solid #e5ddb1;
  border-bottom: 1px solid #e5ddb1;
}
.language-toolbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.language-toolbar-label {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #A11A20;
  margin-bottom: 8px;
}
.language-toolbar-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.language-toolbar-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.language-select {
  min-width: 180px;
  padding: 12px 16px;
  border: 2px solid #A11A20;
  border-radius: 999px;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
.language-page-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #A11A20;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}
.language-page-link:hover {
  color: #fff;
  background-color: #7e1217;
}
.translated-language-page {
  --translated-accent: #a11a20;
  --translated-soft: #f7f2ed;
  padding: 28px 16px 16px;
  background: linear-gradient(180deg, #fffef9 0%, #f7f2ed 100%);
}
.translated-language-shell {
  display: grid;
  gap: 22px;
}
.translated-language-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 22px;
}
.translated-language-main,
.translated-language-side {
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.translated-language-main {
  background: #fff;
  padding: 30px 28px;
  position: relative;
  overflow: hidden;
}
.translated-language-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 10px;
  background: #cbdb2c;
}
.translated-language-kicker {
  margin: 0 0 12px;
  color: #a11a20;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.translated-language-main h2 {
  margin: 0;
  font-size: 40px;
  line-height: 46px;
  color: #101010;
}
.translated-language-badge {
  display: inline-flex;
  margin: 14px 0 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--translated-soft);
  color: var(--translated-accent);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.translated-language-summary {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 30px;
  color: #474747;
}
.translated-language-intro {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
.translated-language-intro p {
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--translated-soft);
  font-size: 16px;
  line-height: 28px;
}
.translated-language-side {
  padding: 28px 24px;
  background: linear-gradient(180deg, #232323 0%, #3a3a3a 100%);
}
.translated-language-side-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.translated-language-side p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.86);
}
.translated-language-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.translated-language-block {
  padding: 20px 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
}
.translated-language-block-heading {
  background: linear-gradient(180deg, var(--translated-soft) 0%, #fff 100%);
}
.translated-language-block h3 {
  margin: 0;
  color: var(--translated-accent);
  font-size: 22px;
  line-height: 28px;
}
.translated-language-block p {
  margin: 0;
  font-size: 15px;
  line-height: 28px;
  color: #303030;
  white-space: pre-wrap;
}

.language-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(203, 219, 44, 0.22), transparent 32%),
    radial-gradient(circle at bottom right, rgba(161, 26, 32, 0.16), transparent 28%),
    linear-gradient(135deg, #fffef4 0%, #f6f0d2 100%);
}
.language-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
}
.language-panel {
  width: 100%;
  max-width: 1100px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(161, 26, 32, 0.15);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.language-kicker {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #A11A20;
  margin-bottom: 12px;
}
.language-heading {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.language-subheading {
  max-width: 720px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 32px;
}
.language-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.language-card {
  display: block;
  padding: 28px;
  border: 2px solid #e7dfb1;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fff7d4 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
  min-height: 240px;
}
.language-card:hover,
.language-card.is-active {
  transform: translateY(-4px);
  border-color: #A11A20;
  box-shadow: 0 18px 30px rgba(161, 26, 32, 0.12);
}
.language-card.is-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.language-card.is-disabled:hover {
  transform: none;
  border-color: #e7dfb1;
  box-shadow: none;
}
.language-card-tag {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #CBDB2C;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.language-card h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.language-card-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  font-size: 88px;
  line-height: 1;
  font-weight: 700;
  color: #A11A20;
}
.language-card p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-bottom: 16px;
}
.language-card strong {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #A11A20;
}
.language-card small {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
}
.language-note {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.language-panel-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.language-panel-stat {
  min-width: 140px;
  padding: 16px 18px;
  border: 1px solid rgba(161, 26, 32, 0.12);
  border-radius: 18px;
  background: rgba(255, 250, 229, 0.9);
}
.language-panel-stat strong {
  display: block;
  font-size: 28px;
  line-height: 32px;
  color: #A11A20;
}
.language-panel-stat span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.language-panel-alert,
.language-screen-alert {
  max-width: 760px;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(161, 26, 32, 0.18);
  background: rgba(161, 26, 32, 0.08);
  color: #6f1216;
  font-size: 15px;
  line-height: 22px;
}

.language-screen {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.96)),
    linear-gradient(90deg, rgba(220, 220, 220, 0.35) 1px, transparent 1px),
    linear-gradient(rgba(220, 220, 220, 0.35) 1px, transparent 1px),
    #f8f5f1;
  background-size: auto, 56px 56px, 56px 56px, auto;
}
.language-screen-shell {
  min-height: 100vh;
  padding: 20px 16px 56px;
}
.language-screen-brand {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 8px;
}
.language-screen-headmark {
  width: min(520px, 72vw);
  height: auto;
}
.language-screen-logo {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}
.language-screen-frame {
  max-width: 1120px;
  margin: 0 auto;
}
.language-screen-kicker {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #A11A20;
  margin-bottom: 10px;
}
.language-screen-hero {
  position: relative;
  min-height: auto;
  margin: 0 auto 16px;
  padding: 24px 40px 20px;
  background: linear-gradient(135deg, rgba(238, 238, 238, 0.98) 0%, rgba(205, 205, 205, 0.96) 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  overflow: hidden;
}
.language-screen-hero-simple {
  min-height: auto;
}
.language-screen-hero-simple .language-screen-hero-copy {
  max-width: 640px;
  margin: 0 auto;
}
.language-screen-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: min(260px, 48%);
  height: 26px;
  background: #dce300;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}
.language-screen-hero h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #a11a20;
  margin: 0;
}
.language-screen-hero p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  color: #2a2a2a;
}
.language-screen-stats {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.language-stat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(161, 26, 32, 0.12);
  color: #A11A20;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.language-screen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 24px 20px;
  margin: 0 auto;
  padding: 0;
}
.language-option {
  display: block;
  text-decoration: none;
  color: #000;
}
.language-option-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 14px 14px 12px;
  border: 2px solid var(--language-color, #1695db);
  border-radius: 22px;
  background: var(--language-bg, #f6f8ff);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.language-option:hover .language-option-card,
.language-option.is-active .language-option-card {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
}
.language-option.is-disabled {
  cursor: not-allowed;
}
.language-option.is-disabled .language-option-card {
  opacity: 0.65;
  box-shadow: none;
}
.language-option.is-disabled:hover .language-option-card {
  transform: none;
  box-shadow: none;
}
.language-option-meta {
  display: grid;
  gap: 4px;
  align-content: start;
  min-height: 58px;
}
.language-option-name {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: var(--language-color, #1695db);
  margin: 0;
  word-break: break-word;
}
.language-option-native {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #1f1f1f;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.language-option-symbol-wrap {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.language-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #222;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.language-option-status {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
}
.language-option-summary {
  margin-top: 12px;
  font-size: 15px;
  line-height: 22px;
  color: #3f3f3f;
}
.language-option-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  color: var(--language-color, #1695db);
}
.language-option-indicator {
  width: 28px;
  height: 28px;
  margin: 16px 0 0;
  border: 3px solid #555;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.language-option.is-active .language-option-indicator::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--language-color, #1695db);
}
.language-screen-note {
  max-width: 760px;
  margin: 24px auto 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  text-align: center;
}

.back-to-top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  background-color: #A11A20;
  border-radius: 3px;
}
.back-to-top-btn span {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-left: 3px;
  transform: rotate(90deg);
}

@media (max-width: 1023px) {
  .hero-banner {
    height: 480px;
    position: relative;
  }

  /* Stack layout: text at top-center, logo pinned to top-right */
  .hero-banner-shell {
    position: relative;
    display: block;
    padding-top: 14px;
    text-align: center;
  }
  .hero-banner-copy {
    max-width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-banner-eyebrow {
    padding: 10px 22px 12px 18px;
    font-size: 13px !important;
    line-height: 18px !important;
    display: inline-block;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
  }
  .hero-banner-heading {
    margin: 10px 0 0 0;
    padding: 12px 20px 14px !important;
    gap: 8px;
    font-size: 16px !important;
    line-height: 20px !important;
    justify-content: center;
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  }
  .hero-banner-heading-focus {
    font-size: 34px;
  }
  /* Logo: fixed to top-right corner of the hero banner */
  .hero-banner .logo {
    position: absolute;
    top: 14px;
    right: 4px;
    height: 60px;
    order: unset;
  }

  .nav ul {
    display: block;
  }
  .nav ul li {
    width: 100%;
    margin-bottom: 16px;
  }

  .curve-title.signs-title {
    font-size: 28px;
    line-height: 32px;
  }

  .card-holder .card {
    width: 50%;
    justify-content: flex-start;
  }
  .card-holder .card .card-img-holder {
    min-height: auto;
  }
  .card-holder.signs-symptoms-holder .card-img {
    height: auto;
  }

  .causes-section .card-holder .card .card-img {
    height: auto;
  }

  .often-observe-section .card {
    padding: 24px 16px;
  }
  .often-observe-section .card .card-img-holder {
    height: 180px;
  }

  .rect-box-holder .rect-box {
    display: block;
  }
  .rect-box-holder .rect-box .rect-box-img {
    margin: 0 auto 24px;
  }
  .rect-box-holder .rect-box .rect-box-content {
    text-align: center;
  }
  .rect-box-holder .rect-box .rect-box-content h4::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .rect-box-holder .rect-box-inner-content {
    padding: 0;
    margin: 0;
    margin-top: 24px;
  }
  .rect-box-holder .rect-box-inner-content h5 {
    text-align: center;
  }

  .dos-donts-holder .rect-box-inner-content {
    display: block;
  }
  .dos-donts-holder .rect-box-inner-content .card {
    width: 100%;
    padding-top: 0;
  }
  .dos-donts-holder .rect-box-inner-content .card:first-child {
    margin-bottom: 24px;
  }
  .dos-donts-holder .rect-box-inner-content .card .card {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .dos-donts-holder .rect-box-inner-content .card .card .card-img-holder {
    width: 140px;
    height: 140px;
  }

  .complication-block {
    padding: 0;
  }
  .complication-block .card-holder {
    position: static;
  }
  .complication-block .card-holder .card {
    position: static;
  }
  .complication-block .card-holder .card .card-img-holder .card-img {
    height: auto;
  }

  .l-section.bg-grey {
    margin: 0 !important;
    padding-top: 32px !important;
  }

  .language-toolbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .language-toolbar-title {
    font-size: 22px;
    line-height: 28px;
  }

  .language-select,
  .language-page-link {
    width: 100%;
  }

  .translated-language-hero {
    grid-template-columns: 1fr;
  }

  .translated-language-main {
    padding: 24px 20px;
  }

  .translated-language-main h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .translated-language-summary {
    font-size: 16px;
    line-height: 26px;
  }

  .translated-language-content {
    grid-template-columns: 1fr;
  }

  .language-panel {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .language-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .language-subheading {
    font-size: 18px;
    line-height: 28px;
  }

  .language-card-grid {
    grid-template-columns: 1fr;
  }

  .language-card h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .language-card-symbol {
    min-height: 96px;
    font-size: 68px;
  }

  .language-screen-hero {
    margin: 0 0 22px;
    padding: 28px 18px 24px;
    border-radius: 24px;
  }

  .language-screen-hero-simple {
    padding-bottom: 24px;
  }

  .language-screen-hero h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .language-screen-hero p {
    font-size: 16px;
    line-height: 24px;
  }

  .language-screen-grid {
    gap: 18px 14px;
    padding: 0;
  }

  .language-screen-stats {
    justify-content: flex-start;
  }

  .language-screen-shell {
    padding: 12px 14px 38px;
  }

  .language-screen-brand {
    padding: 0 0 12px;
    justify-content: center;
  }

  .language-screen-headmark {
    width: min(250px, 62vw);
  }

  .language-screen-logo {
    width: 82px;
  }

  .language-option-card {
    min-height: 208px;
    padding: 14px;
  }

  .language-option-name {
    font-size: 13px;
    line-height: 16px;
  }

  .language-option-native {
    font-size: 16px;
    line-height: 20px;
  }

  .language-option-symbol {
    min-height: 104px;
    font-size: 72px;
  }

  .language-panel-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .language-option-indicator {
    width: 24px;
    height: 24px;
  }

  .footer > div {
    text-align: center;
  }

  .footer a {
    display: block;
  }
}
@media (max-width: 480px) {
  .hero-banner-copy {
    max-width: 90%;
  }
  .hero-banner-eyebrow {
    font-size: 11px !important;
    line-height: 16px !important;
    padding: 8px 16px 10px 14px !important;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0 100%);
  }
  .hero-banner-heading {
    margin: 8px 0 0 0;
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 10px 18px 12px !important;
    justify-content: center;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  }
  .hero-banner-heading-focus {
    font-size: 20px !important;
  }
  .hero-banner .logo {
    height: 48px;
    top: 10px;
    right: 4px;
  }
}

#q1:hover {
  background-color: #A11A20;
  color: white !important;
}

#q2:hover {
  background-color: #A11A20;
  color: white !important;
}

#q3:hover {
  background-color: #A11A20;
  color: white !important;
}

#q4:hover {
  background-color: #A11A20;
  color: white !important;
}


/* Malayalam Specific Styles */
html[lang="ml"] .hero-banner-eyebrow {
  font-size: 20px;
  line-height: 26px;
}

html[lang="ml"] .hero-banner-heading {
  font-size: 20px;
  line-height: 26px;
  margin-left: 24px;
  padding-left: 20px;
  padding-right: 30px;
}

html[lang="ml"] .hero-banner-heading-focus {
  font-size: 26px !important;
}

@media (max-width: 1023px) {
  html[lang="ml"] .hero-banner-eyebrow {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  html[lang="ml"] .hero-banner-heading {
    margin-left: 0 !important;
    padding: 12px 20px 14px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  html[lang="ml"] .hero-banner-heading-focus {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
    .hero-banner-heading {
        margin: 8px 0 0 0 !important; /* center-aligned on small screens */
        justify-content: center;
    }

    .hero-banner-heading-focus {
        font-size: 22px !important; /* smaller font for mobile */
    }
}

@media (max-width: 480px) {
  html[lang="ml"] .hero-banner-eyebrow {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  html[lang="ml"] .hero-banner-heading {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  html[lang="ml"] .hero-banner-heading-focus {
    font-size: 16px !important;
  }
}

/*# sourceMappingURL=base.css.map */

