@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;    
	position: relative;
}
p { font-size: 1.2rem; line-height: 1.5;}
.tk_img p { font-size: 16px; line-height: 1.5;}
.beforeafter p { font-size: 16px; line-height: 1.5;}

.disclaimer h5 { font-size: 16px;}
.disclaimer p { font-size: 14px; font-style: italic; }


.jumbotron-novalive {
    background: top left url(../img/bg_wave_purple.jpg) no-repeat;
    background-size: cover;    
}
.nova_wave {
    background: center center url(../img/bg_nova_wave.jpg) no-repeat;
    background-size: 100%;    
}
.countdown {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.hovershadow {
	box-shadow: -1px 14px 10px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: -1px 14px 10px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 14px 10px -6px rgba(0,0,0,0.5);
}
.nova_purple_border {
  border-color:  rgb(141, 9, 141)!important;
}

.btn-nova {
    background: rgb(141, 9, 141);
}
.btn-nova:hover {
    background: rgb(190, 25, 190);
}

.promosection_1 {
    background-size: cover;        
    min-height: 75vh;
}


.bg-image-section {
    background: #FFF top right url(../img/bg_5_percent.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; /* or cover, depending on what you want */
    min-height: 75vh;
    display: flex;
}

.bg-image-section img {
    width: 100%;
    height: auto;
    display: block;
}

.benefit_bg {
    background: top center url(../img/etukaari.png) no-repeat;
    background-size: 100%;
    height: 100px;
    width: 100px;
}

.benefit_color { color: #fad675; }

.menu_btn_color_1 { background: #edaf8b;}
.menu_btn_color_2 { background: rgb(141, 9, 141); color: white; }

.carousel-indicators [data-bs-target] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #000;
}

.carousel-item {
  min-height: 600px;
  width: 80%;
  left: 10%;
}
.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.carousel-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  font-size: 1.4em;
}
.carousel-text h2 {
  font-weight: bold;
}
/* Big dark arrows */
.carousel-control-prev, .carousel-control-next {
  width: 10%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  font-size: 3rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon::before { content: '◀'; }
.carousel-control-next-icon::before { content: '▶'; }

/* Desktop: absolute top-left/top-right */
@media (min-width: 768px) {
  #NovaCarouselIndicators .carousel-control-prev,
  #NovaCarouselIndicators .carousel-control-next {
    position: absolute;
    top: 20%;
  }
  #NovaCarouselIndicators .carousel-control-prev { left: 2%; }
  #NovaCarouselIndicators .carousel-control-next { right: 2%; }
}




.double-quote {
  position: relative;
  font-size: 1.5rem;
  font-style: italic;
  color: #333;
  line-height: 1.6;
  padding: 2.5rem 3rem;
  border-radius: 0.5rem;
}

/* Opening decorative quote mark */
.double-quote::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 6rem;
  color: rgba(0, 0, 0, 0.08);
  font-family: serif;
  line-height: 1;
  pointer-events: none;
}

/* Closing decorative quote mark */
.double-quote::after {
  content: "”";
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-size: 6rem;
  color: rgba(0, 0, 0, 0.08);
  font-family: serif;
  line-height: 1;
  pointer-events: none;
}

/* Optional: subtle attribution styling */
.double-quote .blockquote-footer {
  font-size: 1rem;
  color: #666;
  text-align: right;
}

.beforeafter .card-body {
    height: 350px;
    overflow-y:scroll;
}


/* Mobile: below content */
@media (max-width: 767.98px) {
  #NovaCarouselIndicators .carousel-control-prev,
  #NovaCarouselIndicators .carousel-control-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 10px;
    transform: none;
    padding: 10px;
  }
#novaTipCarouselIndicators .carousel-control-prev,
#novaTipCarouselIndicators .carousel-control-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 10px;
    transform: none;
    padding: 10px;
  }

  .bg-image-section p { font-size: 1rem; }
    .bg-image-section {
      background: none;        
      min-height: auto;
  }
  .carousel-indicators {
    display: none;
    /* 
    position: static;  
    margin-top: 1rem; 
    */
  }

}
.tip .carousel-indicators {
    position: static; 
}

@media (max-width: 576px) {
    p { font-size: 1rem; line-height: 1.5;}
    .tk_img p { font-size: 16px; line-height: 1.5;}

}
/* FAQ */

.faq { color: #606061; }
.tk_img { max-width: 55%; }

.tip h4 { font-size: 18px; }
.tip h5 { font-size: 16px; }
.tip h6 { font-size: 14px; }


.accordion-button {
  background-color: #f8f9fa;
  font-weight: 500;
  color: #333;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e9ecef;
  box-shadow: none;
}
.accordion-body {
  background-color: #fff;
  color: #555;
}



.circle {
  width: 125px;
  height: 125px;
  background-color: #f8f9fa; /* light gray */
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-size: 14px;
}

.big-number {
  font-size: 1.3rem;   /* larger than text */
  font-weight: 700;
  line-height: 1;
}

.metallic-text_platinum {
  font-weight: 900;
  background: linear-gradient(135deg, #C0C0C0 0%, #F5F5F5 25%, #808080 50%, #C0C0C0 75%, #F5F5F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.metallic_platinum {
  background: linear-gradient(135deg, #C0C0C0 0%, #F5F5F5 25%, #808080 50%, #C0C0C0 75%, #F5F5F5 100%);
}

.metallic-text_gold {
  font-weight: 900;
  background: linear-gradient(135deg, #FFD700 0%, #FFED4E 25%, #C5A028 50%, #FFD700 75%, #FFED4E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.metallic_gold {
  background: linear-gradient(135deg, #FFD700 0%, #FFED4E 25%, #C5A028 50%, #FFD700 75%, #FFED4E 100%);
}

.select_rep {
  background: center center url(../img/bg_mysoluni.jpg) no-repeat;
  background-size: cover;     
}
.select_premium {
  background: center center url(../img/bg_premium_summary.jpg) no-repeat;
  background-size: cover;     
  
}
.select_business {
  background: center top url(../img/bg_business.jpg) no-repeat;
  background-size: cover;     
  
}

.collapseTrigger {
    cursor: pointer;              /* makes the hand cursor */
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}






/* SCROLL DOWN ARROW */

.scroll-down-container {
      position: fixed;      /* fixed so it stays visible */
      left: 50%;
      transform: translateX(-50%);
      bottom: 40px;
      z-index: 9999;
      pointer-events: auto;
      text-align: center;
    }

    .scroll-down-link { text-decoration: none; }

    /* IMPORTANT: inline elements cannot transform reliably — use inline-block */
    .scroll-down-arrow {
      display: inline-block;
      font-size: 40px;            /* big arrow */
      line-height: 1;
      user-select: none;
      -webkit-user-select: none;
      cursor: pointer;
      animation: slowBounce 2.2s ease-in-out infinite;
      /* tweak the color to fit your theme */
      color: #000;
      text-shadow: 0 6px 12px rgba(13,110,253,0.12);
    }

    /* Gentle slow bounce (down-first) */
    @keyframes slowBounce {
      0%   { transform: translateY(0); }
      25%  { transform: translateY(10px); }   /* move down */
      50%  { transform: translateY(6px); }    /* slight up */
      75%  { transform: translateY(10px); }
      100% { transform: translateY(0); }
    }

    /* optional: smaller on mobile */
    @media (max-width: 576px) {
      .scroll-down-arrow { font-size: 56px; }
    }

    /* smooth scroll for modern browsers */
    html { scroll-behavior: smooth; }

.hidden-arrow {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.scroll-down-container {
    transition: opacity 0.4s ease;
}

.hl_savings { color: #FF0099; }
.bg_savings { background: #FF0099; }