  body {
      font-family: 'Mulish', sans-serif;
    }

.main-container{
    max-width:460px;
    margin:auto;
}

.featured-banner{
    background-image: url('images/bg-3.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    padding:72px 20px;
}

.featured-banner h1{
    font-size:20px !important;
    color:#fff;
    text-align: right;
    font-weight: 500;
    line-height: 24px;
}

.featured-banner .big{
    font-size:24px !important;
    line-height:28px;
}

.section-1{
    max-width: 420px;
    margin:auto;
}

.section-1 p{
    font-size:12px;
    font-weight: bold;
    color:#004A80;
    line-height: 14px;
    margin-bottom: 0px;
    margin-left:5px;
}

.section-1 .plan-image-1{
    max-width: 152px;
}


.section-1 h5{
    font-size:14px;
    line-height: 20px;
    font-weight: 600;
    color:#004A80;
    text-align:center;
}

sup{
    font-size: 10px;
    margin-left:2px;
}

.section-3{
    max-width: 420px;
    margin:auto;
}


.section-3 h5{
    font-size:16px;
    line-height: 24px;
    font-weight: 500;
    color:#f48120;
    text-align:center;
    margin-bottom: 20px;
}

.section-3 .carding{
    background:#f2f2f2;
    padding:15px 12px;
    border-radius: 6px;
    height: 100%;
}

.section-3 .sub-h1{
    font-size:14px;
    line-height: 20px;
    font-weight: 800;
    color: #004A80;
}

.section-3 .sub-h2{
    font-size:12px;
    line-height: 16px;
    font-weight: 800;
    color: #004A80;
}

.section-3 .sub-h3{
    font-size:10px;
    line-height: 15px;
    font-weight: 800;
    color: #004A80;
}


hr{
    max-width:350px;
    border-top:2px solid #E5E7EB;
    opacity:1;
    margin:auto;
}


.disclaimer-btn{
    background:#E5E5E5;
    color: #004A80;
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
    padding:5px 28px;
    border-radius: 20px;
    border:1px solid rgba(0, 0, 0, 0.5);
}

.section-1 h6{
    color: #f48120;
    font-weight: bold;
    font-size:12.6px;
    line-height: 20px;
    margin-top:6px;
}

.section-1 h2{
    color: #f48120;
    text-align: center;
    font-size:20px;
    font-weight: bold;
}

.section-1 .card-style-1{
    background: #F2F2F2;
    padding:12px;
    position: relative;
    border-radius:12px;
    height:100% !important;
    border: 2px solid transparent;
    border-radius: 16px;
    transition: background 0.2s, box-shadow 0.2s, border 0.2s;
}

.section-1 .card-style-1 h4{
    color: #004A80;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align:center;
    margin-bottom: 0px;
}

.section-1 .card-style-1 .icon{
    position: absolute;
    top:-15px;
    left:-15px;
}


.position-relative{
    position:relative;
}

.br-16{
    border-radius: 16px;
}

.circle {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 49%;
  top: 49%;
  background-color: transparent;
  border: 2px solid #f48120;
  border-radius: 50%;
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 1;
}


.circle-2 {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  background-color: transparent;
  border: 2px solid #f48120;
  border-radius: 50%;
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 1;
}

.audio-img {
  position: relative;
  z-index: 2;
}

@keyframes ping {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.icon-ring-wrap {
  position: relative;
  display: inline-block;
}

/* Audio Controls */
.audio-controls {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  gap: 8px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.audio-btn {
  background: rgba(24, 24, 24, 0.75);
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.audio-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  transform: none;
}

.circle, .circle-2 {
  cursor: pointer;
  transition: transform 0.2s;
  pointer-events: none !important;
}

.circle:hover, .circle-2:hover {
  transform: scale(1.1);
}

.audio-img {
  cursor: pointer;
  transition: transform 0.2s;
  pointer-events: none !important;
}

.audio-img.active-audio {
  border: 2px solid #004A80 !important;
  border-radius: 50%;
  background: #eaf4fb;
  box-shadow: 0 0 0 4px #eaf4fb, 0 2px 8px rgba(0,74,128,0.10);
}

.audio-img:hover {
  transform: scale(1.1);
}

/* Hide preloaded audio elements */
.audio-preload {
  display: none;
}

.active-audio-text {
  border: 2px solid #004A80;
  border-radius: 8px;
  padding: 2px 8px;
  display: inline-block;
}

.card-style-1.active-card {
  border: 2px solid #004A80 !important;
}

/* Dedicated card focus for active icon */
.icon-focus-card {
  background: #eaf4fb !important;
  box-shadow: 0 4px 16px rgba(0,74,128,0.10);
  border: 2px solid #004A80 !important;
  border-radius: 16px !important;
  transition: background 0.2s, box-shadow 0.2s, border 0.2s;
}

/* Top icon card: transparent border by default, highlight on active */
.top-icon-card {
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 18px 12px 8px 12px;
  transition: background 0.2s, box-shadow 0.2s, border 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

/* Remove icon border highlight for top 3 icons */
.top-icon-card .audio-img.active-audio {
  border: none !important;
  background: none;
  box-shadow: none;
}

.top-icon-card.icon-focus-card {
  background: #fff !important;
  border: 3px solid #f48120 !important;
  padding-top: 18px !important;
}

/* Language Modal Styles */
.lang-modal-box {
  background: #fff;
  border-radius: 18px;
  padding: 36px 28px 28px 28px;
  min-width: 320px;
  max-width: 90vw;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  border: 1.5px solid #e5e7eb;
  position: relative;
  animation: fadeInDown 0.5s;
}

.lang-btn {
  min-width: 90px;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,74,128,0.07);
  transition: transform 0.15s, box-shadow 0.15s;
  font-weight: 600;
}

.lang-btn:active, .lang-btn:focus {
  transform: scale(0.97);
  box-shadow: 0 1px 4px rgba(0,74,128,0.12);
}

/* Floating Chevron Button */
.floating-chevron-btn {
  position: fixed;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.chevron-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border: none;
  background: #f8f9fa;
  transition: box-shadow 0.2s, background 0.2s;
}

.chevron-btn:active, .chevron-btn:focus {
  box-shadow: 0 2px 8px rgba(0,74,128,0.12);
  background: #f1f3f5;
}

.floating-chevron-btn.chevron-top {
  top: 32px;
  bottom: auto;
}

/* Disclaimer Footer Styles */
.disclaimer-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  max-height: 45vh;
  display: flex;
  flex-direction: column;
}

.disclaimer-footer.show {
    transform: translateY(0);
}

.disclaimer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.disclaimer-header h3 {
  color: #004A80;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

.disclaimer-header .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #004A80;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  line-height: 1;
}

.disclaimer-content {
  overflow-y: auto;
  padding: 16px 24px;
}

.disclaimer-content ol {
  padding-left: 20px;
  margin-bottom: 16px;
}

.disclaimer-content li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #222;
  text-align: justify;
}

.disclaimer-content .modal-footer {
  font-size: 12px;
  color: #666;
  margin-top: 16px;
}

.ws-nowrap{
white-space:nowrap;
}

[v-cloak] {
  display: none !important;
}

@media (max-width: 500px) {
  .lang-modal-box { 
    padding: 24px 8px 18px 8px; 
    min-width: 0; 
  }
  .lang-btn { 
    font-size: 15px; 
    min-width: 70px; 
  }
}

/* Big highlight for active audio card */
.big-highlight-card {
  z-index: 10;
  transform: scale(1.18);
  box-shadow: 0 12px 36px 0 rgba(0,74,128,0.22), 0 4px 16px 0 rgba(244,129,32,0.10);
  border: 3px solid #f48120 !important;
  transition: transform 0.25s cubic-bezier(0.4,0,0.2,1), box-shadow 0.25s, border 0.25s, background 0.25s, padding 0.25s;
}

/* Top 3 icons: keep background white, less padding */
.top-icon-card.big-highlight-card {
  background: #fff !important;
  padding: 18px 12px 8px 12px !important;
}

/* Lower 6 icons: keep background greyish, more padding */
.card-style-1.big-highlight-card {
  background: #F2F2F2 !important;
  padding: 32px 20px !important;
}

.card-style-1.icon-focus-card {
  background: #fff !important;
  border: 3px solid #f48120 !important;
  z-index: 10;
}

.line-height-1-6{
line-height:1.6em !important;
}


@media (max-width:380px){
	
	.section-1 .plan-image-1{
		max-width:100%;
	}
}