/* ==========================================================================
   Base Homepage Component Styles
   ========================================================================== */

.lv-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #fefefe;
  min-height: 60vh;
}

.lv-more-btn {
  display: inline-block;
  width: 175px;
  height: auto;
  padding: 10px 5px;
  margin: 15px 0;
  text-align: center;
  background-color: hsl(184, 100%, 26%);
  color: #f1f1f1;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: normal;
  font-size: calc(1rem + 0.3vw);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.lv-more-btn:hover {
  background-color: #003097;
  color: #fff;
}

/* ==========================================================================
   Box Style 1 - Simple Box
   ========================================================================== */

.lv-style1 {
  display: flex;
  justify-content: space-around;
  height: auto;
  width: 70%;
  margin: 0 auto;
}

.lv-s1-text-unit {
  flex: 1;
  max-width: 476px;
  margin-right: 10px;
  text-align: center;
}

.lv-s1-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.5rem + 0.7vw);
  font-weight: 500;
  margin: 15px 0 10px 0;
  padding: 3px 10px;
  color: #414141;
}

.lv-s1-paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: calc(1rem + 0.3vw);
  color: #464646;
  line-height: 1.8;
  text-align: match-parent;
  text-justify: none;
}

.lv-s1-image-unit {
  flex: 1;
  max-width: 676px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.lv-s1-box-image {
  width: clamp(100%, 80%, 400px);
  margin-top: 15px;
  height: auto;
  border: 1px solid #8f8f8f77;
  border-radius: 10px;
  box-shadow: -2px 2px 10px #3d3d3d89;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* ==========================================================================
   Box Style 2 - List Box
   ========================================================================== */

.lv-style2 {
  display: flex;
  height: auto;
  width: 70%;
  margin: 0 auto;
}

.lv-s2-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.5rem + 0.9vw);
  text-align: center;
  font-weight: 400;
  margin: 15px 0 3px 0;
  color: #414141;
}

.lv-s2-image-unit {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.lv-s2-image {
  width: clamp(80%, 100%, 400px);
  margin-top: 15px;
  height: auto;
  border: 1px solid #8f8f8f77;
  border-radius: 10px;
  box-shadow: -2px 2px 10px #3d3d3d89;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.lv-s2-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.lv-s2-list {
  list-style-type: none;
  padding: 15px 20px;
  margin: 5px 0;
  border-radius: 2px;
}

.lv-s2-item i {
  margin: 12px 25px 0 0;
  color: rgb(0, 139, 189);
  font-size: calc(1.5rem + 0.5vw);
}

.lv-s2-item {
  font-family: 'Open Sans', sans-serif;
  color: #464646;   
  display: flex;
  align-items: center;
  margin: 12px 0;
  padding: 5px;
  font-size: calc(1rem + 0.3vw);
}

.lv-s2-text {
  color: #3d3d3d;
}

/* ==========================================================================
   Box Style 3 - Slider Box
   ========================================================================== */

.lv-style3 {
  display: flex;
  height: auto;
  justify-content: space-around;
}

.lv-s3-text-unit {
  flex: 1;
  max-width: 476px;
  margin-right: 10px;
  text-align: center;
}

.lv-s3-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.5rem + 0.9vw);
  font-weight: 500;
  padding: 3px 10px;
  margin: 15px 0 10px 0;
  color: #414141;
}

.lv-s3-paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: calc(1rem + 0.3vw);
  color: #3d3d3d;
  line-height: 1.8;
  text-align: match-parent;
  text-justify: none;
}

.lv-s3-image-unit {
  flex: 1;
  max-width: 776px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.lv-s3-image {
  width: clamp(20%, 20%, 300px);
  margin-top: 15px;
  height: auto;
  border: 1px solid #8f8f8f77;
  border-radius: 10px;
  box-shadow: -2px 2px 10px #3d3d3d89;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.dj_wrapper {
  width: clamp(30%, 70%, 100%);
  margin: 1em auto;
  position: relative;
}

.dj_inner {
  width: 500%;
  line-height: 0;
}

.dj_article {
  width: 20%;
  float: left;
  position: relative;
}

.dj_article img {
  width: 100%;
}

.dj_slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.dj_slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}

.dj_slider-prev-next-control label:hover {
  opacity: 1;
}

.dj_slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.dj_slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dj_slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

.dj_info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  -o-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}

.dj_info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}

.dj_info.top-left {
  top: 30px;
  left: 30px;
}

.dj_info.top-right {
  top: 30px;
  right: 30px;
}

.dj_info.bottom-left {
  bottom: 30px;
  left: 30px;
}

.dj_info.bottom-right {
  bottom: 30px;
  right: 30px;
}

.dj_slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fcfff4;
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.dj_slider-wrapper .dj_inner {
  transform: translateZ(0);
  -webkit-transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 900ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* ==========================================================================
   Box Style 4 - Info Icons Box
   ========================================================================== */

.lv-style4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
  background: #0099ff;
  opacity: 0.9; 
  position: relative;
  overflow: hidden;
}

.lv-style4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/cta-pattern-lan.svg');
  background-size: cover;
  opacity: 0.9;
  z-index: -100;
}

.lv-s4-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.6rem + 1.7vw);
  font-weight: 600;
  text-align: center;
  margin: 15px 0 3px 0;
  color: #fff;
}

.lv-s4-info-icons {
  display: flex;
  width: 80%;
  justify-content: space-around;
  align-items: center;
}

.lv-s4-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 3px;
  margin: 7px 0 15px 0;
}

.lv-s4-icon-item i {
  font-size: clamp(1.5rem, 2vw + 3rem, 5rem);
  color: #fff;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.lv-s4-icon-item:hover i {
  color: #ffffff7f;
}

.lv-s4-icon-item p {
  font-size: calc(1rem + 0.5vw);
  font-family: 'Open Sans', sans-serif;
  max-width: 250px;
  margin: 0;
  color: #fff;
}

/* ==========================================================================
   Box Style 5 - Image Text Box
   ========================================================================== */

.lv-style5 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  background: #0099ff;
  margin: 30px 0;
}

.lv-s5-text-unit {
  width: 60%;
  max-width: 476px;
  padding: 0 25px;
  text-align: center;
}

.lv-s5-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.5rem + 0.7vw);
  font-weight: 600;
  margin: 15px 0;
  padding: 3px 0 10px 0;
  color: #fff;
}

.lv-s5-paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: calc(1rem + 0.3vw);
  color: #fff;
  line-height: 1.8;
}

.lv-s5-image-unit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lv-s5-box-image {
  width: clamp(80%, 50%, 400px);
  height: auto;
  max-height: 500px;
  border: 1px solid #8f8f8f77;
  border-radius: 10px;
  box-shadow: -2px 2px 10px #3d3d3d89;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transform: rotate(-7deg);
}

.lv-s5-box-image:hover {
  transform: rotate(0deg);
}

/* ==========================================================================
   Box Style 6 - Hero Section
   ========================================================================== */

.lv-style6 {
  display: flex;
  justify-content: space-around;
  height: auto;
  width: 70%;
  padding: 3rem;
  margin: 3rem auto;
  border-radius: 10px;
}

.lv-s6-text-unit {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  max-width: 476px;
}

.lv-s6-title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.8rem + 0.5vw);
  font-weight: 500;
  margin: 15px 0 20px 0;
  color: #414141;
  line-height: 1.2;
}

.lv-s6-paragraph {
  font-size: calc(1rem + 0.2vw);
  color: #6d6d6d;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
}

.lv-s6-image-unit {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lv-s6-box-image {
  width: 100%;
  height: auto;
  max-width: 450px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0px);
  }
}

.lv-s6-social-proof {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.lv-s6-avatars {
  display: flex;
  margin-right: 15px;
}

.lv-s6-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: -10px;
}

.lv-s6-avatar:first-child {
  margin-left: 0;
}

.lv-s6-rating {
  display: flex;
  flex-direction: column;
}

.lv-s6-stars {
  color: #ffc107;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.lv-s6-stars span {
  margin-left: 5px;
  color: #414141;
  font-weight: 600;
}

.lv-s6-users {
  font-size: 0.85rem;
  color: #6c757d;
}

/* ==========================================================================
   Box Style 7 - Features Section
   ========================================================================== */

.lv-style7 {
  display: flex;
  justify-content: space-around;
  height: auto;
  padding: 1rem;
  margin: 3rem auto;
}

.lv-s7-image-unit {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.lv-s7-image {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.lv-s7-image:hover {
  transform: scale(1.02);
}

.lv-s7-items {
  flex: 1.2;
}

.lv-s7-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.6rem + 0.3vw);
  font-weight: 500;
  margin: 0 0 25px 0;
  color: #414141;
  line-height: 1.2;
}

.lv-s7-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.lv-s7-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 5px;
}

.lv-s7-item i {
  color: #4361ee;
  font-size: calc(1.2rem + 0.3vw);
  margin-right: 15px;
  margin-top: 3px;
}

.lv-s7-item-text {
  font-size: calc(1rem + 0.1vw);
  line-height: 1.5;
  color: #6d6d6d;
}

/* ==========================================================================
   Box Style 8 - Learning Tools Section
   ========================================================================== */

.lv-style8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 3rem auto;
  padding: 3rem;
}

.lv-s8-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.6rem + 0.9vw);
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #414141;
  position: relative;
  display: inline-block;
}

.lv-s8-title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #4362eee5;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.lv-s8-paragraph {
  font-size: calc(1rem + 0.2vw);
  color: #6d6d6d;
  text-align: center;
  max-width: 700px;
  margin: 25px auto;
}

.lv-s8-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  width: 100%;
}

.lv-s8-card {
  flex: 0 0 calc(33.333% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.lv-s8-card:hover {
  transform: translateY(2px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

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

.lv-s8-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
  margin: 20px 20px 10px;
  color: #414141;
}

.lv-s8-card-text {
  font-size: 0.95rem;
  color: #6d6d6d;
  padding: 0 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.lv-s8-card-btn {
  display: inline-block;
  margin: 0 20px 20px;
  padding: 8px 20px;
  background-color: transparent;
  color: #4361ee;
  border: 1px solid #4361ee;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lv-s8-card-btn:hover {
  background-color: #4361ee;
  color: white;
}

.lv-s8-promo {
  margin-top: 40px;
  width: 100%;
  background: linear-gradient(135deg, #A67C00 0%, #FFDA44 50%, #C99C0A 100%);
  background-image: 
    linear-gradient(135deg, #A67C00 0%, #FFDA44 50%, #C99C0A 100%),
    repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 4px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lv-s8-promo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.lv-s8-promo-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.lv-s8-promo-text {
  width: 100%;
  text-align: center;
  padding: 30px;
  color: #1A1A1A;
  flex: 2;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}

.lv-s8-promo-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.5rem + 0.5vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #4A3800;
  letter-spacing: 0.5px;
}

.lv-s8-promo-description {
  margin-bottom: 20px;
  opacity: 0.9;
  color: #4A3800;
  font-size: calc(1rem + 0.1vw);
  font-weight: 500;
}

.lv-s8-promo-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #5e4600;
  color: #FFD700;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
}

.lv-s8-promo-btn:hover {
  background: #fff0bf;
  border: 1px solid #756400;
  color: #756400;
}

.lv-s8-promo-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.lv-s8-promo-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.lv-s8-promo-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(201, 156, 10, 0.7) 0%, rgba(201, 156, 10, 0) 50%);
  pointer-events: none;
}

.lv-s8-promo-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  filter: contrast(1.05) saturate(1.1);
  transition: all 0.5s ease;
}

.lv-s8-promo:hover .lv-s8-promo-img {
  transform: scale(1.03);
  filter: contrast(1.1) saturate(1.2);
}

/* ==========================================================================
   Box Style 9 - Testimonials Section
   ========================================================================== */

.lv-style9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 1rem;
  margin: 3rem auto;
}

.lv-s9-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.6rem + 0.5vw);
  font-weight: 600;
  margin: 0 0 15px 0;
  text-align: center;
  color: #414141;
  position: relative;
  display: inline-block;
}

.lv-s9-title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #4361ee;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.lv-s9-paragraph {
  font-size: calc(1rem + 0.1vw);
  color: #6d6d6d;
  text-align: center;
  max-width: 700px;
  margin: 25px auto;
}

.lv-s9-testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  width: 100%;
}

.lv-s9-testimonial {
  flex: 0 0 calc(33.333% - 30px);
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.lv-s9-testimonial:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.lv-s9-rating {
  color: #ffc107;
  font-size: 1rem;
  margin-bottom: 15px;
}

.lv-s9-quote {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 20px;
}

.lv-s9-author {
  display: flex;
  align-items: center;
}

.lv-s9-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #f0f0f0;
}

.lv-s9-author-info {
  display: flex;
  flex-direction: column;
}

.lv-s9-author-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #414141;
}

.lv-s9-author-location {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 3px 0 0 0;
}

/* ==========================================================================
   Box Style 10 - CTA Section
   ========================================================================== */

.lv-style10 {
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  background-color: #2e54ff;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lv-style10:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/cta-pattern-geometric.svg');
  background-size: cover;
  opacity: 0.25;
  z-index: 1;
}

.lv-s10-content {
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.lv-s10-title {
  font-family: 'Montserrat', sans-serif;
  font-size: calc(1.8rem + 0.5vw);
  font-weight: 600;
  margin: 25px 0 20px 0;
  line-height: 1.2;
}

.lv-s10-paragraph {
  font-size: calc(1.1rem + 0.1vw);
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 1.5;
}

.lv-s10-buttons {
  margin-bottom: 20px;
}

.lv-s10-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 10px 10px;
}

.lv-s10-btn-primary {
  background-color: white;
  color: #4361ee;
}

.lv-s10-btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.lv-s10-btn-secondary {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.lv-s10-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.lv-s10-note {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 10px;
}

/* ==========================================================================
   Box Style 11 - Typing Text Overlay
   ========================================================================== */

.animated-language-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, rgba(0, 163, 192, 0.603), rgba(32, 121, 255, 0.2), rgba(0, 163, 192, 0.473));
}

.content-overlay {
  position: relative;
  z-index: 2;
  padding: 50px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lv-s11-title {
  font-size: 3rem;
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(248, 248, 248, 0.308);
  color: #0055c4;
}

.lv-s11-subtitle {
  font-size: 1.2rem;
  max-width: 600px;
  margin-bottom: 30px;
  color: #525252;
}

.animated-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #26A69A;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.animated-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #00897B;
}

.animated-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.animated-btn:hover:after {
  transform: translate(-50%, -50%) scale(3);
  opacity: 0;
}

.typing-text {
  color: #2b2b2b;
  text-shadow: 0 1px 5px rgb(228, 228, 228);
  position: relative;
}

.typing-text::after {
  content: '|';
  animation: blink 1s infinite;
  color: #f3f3f3;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ==========================================================================
   Box Style 12 - Animated Background
   ========================================================================== */

.animated-background {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.animated-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.floating-letter {
  animation: float 6s infinite ease-in-out;
}

.floating-letter:nth-child(odd) {
  animation-duration: 7s;
}

.floating-letter:nth-child(3n) {
  animation-duration: 8s;
}

.bubble {
  animation: pulse 8s infinite ease-in-out;
}

.bubble-1 {
  animation-delay: 4s;
}

.bubble-2 {
  animation-delay: 5s;
}

.bubble-3 {
  animation-delay: 6s;
}

.connection {
  animation: dash 5s infinite linear;
}

.line-2 {
  animation-delay: 7s;
}

.line-3 {
  animation-delay: 9s;
}

.pulse-circle {
  animation: pulse-ring 7s infinite;
}

.central-element {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.central-element:hover {
  transform: scale(1.05);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.05); opacity: 0.4; }
}

@keyframes dash {
  to { stroke-dashoffset: 100; }
}

@keyframes pulse-ring {
  0% { transform: scale(0.8); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.2; }
  100% { transform: scale(0.8); opacity: 0.5; }
}

/* ==========================================================================
   Homepage Responsive Styles - Tablets and iPads (768px and below)
   ========================================================================== */
@media (max-width: 1024px) {
  .lv-style2 {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  /* General box layout adjustments */
  .lv-style1, .lv-style2, .lv-style3, .lv-style5,
  .lv-style6, .lv-style7, .lv-style8, .lv-style9, .lv-style10 {
    flex-direction: column;
  }
  
  /* Image adjustments */
  .lv-s1-box-image,
  .lv-s2-image,
  .lv-s3-image,
  .lv-s5-box-image,
  .lv-s6-box-image,
  .lv-s7-image {
    max-width: 100%;
  }
  
  /* Animated background adjustment */
  .animated-bg {
    height: 350px;
  }

  /* Box 6 and 7 specific adjustments */
  .lv-s6-text-unit,
  .lv-s7-items {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .lv-s7-item {
    justify-content: center;
  }
  
  /* Box 8 and 9 card adjustments */
  .lv-s8-card,
  .lv-s9-testimonial {
    flex: 0 0 calc(100% - 30px);
  }
  
  /* Box 8 promo adjustments */
  .lv-s8-promo-content {
    flex-direction: column;
  }
  
  .lv-s8-promo-image {
    display: none;
  }
  
  /* Box 8 promo text padding */
  .lv-s8-promo-text {
    padding: 25px 20px;
  }
  
  .lv-s8-promo-btn {
    padding: 8px 20px;
    font-size: 0.95rem;
  }
}

/* ==========================================================================
   Homepage Responsive Styles - Mobile (480px and below)
   ========================================================================== */

@media (max-width: 480px) {
  /* All boxes flex direction and padding */
  .lv-style1, .lv-style2, .lv-style3, .lv-style4, .lv-style5,
  .lv-style6, .lv-style7, .lv-style8, .lv-style9, .lv-style10 {
    flex-direction: column;
    padding: 1rem;
  }

  /* Box 1, 2, 3 width adjustments */
  .lv-style1, .lv-style2, .lv-style3 {
    width: 100%;
    margin: auto 0;
  }
  
  /* List and text adjustments */
  .lv-s2-list,
  .lv-s7-list {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
  }
  
  /* Box 3 and 5 specific adjustments */
  .lv-s5-text-unit, .lv-s3-image-unit, .lv-s3-text-unit, .dj_wrapper {
    width: 100%;
    margin: auto 0;
  }
  
  /* Title font size adjustments for all boxes */
  .lv-s1-title, .lv-s2-title, .lv-s3-title, .lv-s4-title, .lv-s5-title,
  .lv-s6-title, .lv-s7-title, .lv-s8-title, .lv-s9-title, .lv-s10-title {
    font-size: 1.7rem;
    width: 100%;
    padding: 15px 3px;
  }
  
  /* Box 4 title specific adjustment */
  .lv-s4-title {
    font-size: 2.5rem;
  }
  
  /* Paragraph font size adjustments */
  .lv-s1-paragraph, .lv-s3-paragraph, .lv-s5-paragraph,
  .lv-s6-paragraph, .lv-s8-paragraph, .lv-s9-paragraph, .lv-s10-paragraph {
    font-size: 1rem;
    width: 100%;
    padding: 15px 3px;
  }
  
  /* Box 4 icon layout adjustment */
  .lv-s4-info-icons {
    flex-direction: column;
  }
  
  /* Box 6 social proof adjustments */
  .lv-s6-social-proof {
    flex-direction: column;
    align-items: center;
  }
  
  .lv-s6-avatars {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  /* Box 10 button adjustments */
  .lv-s10-btn {
    margin: 5px;
    width: 80%;
  }
  
  /* Box 11 responsive adjustments */
  .animated-language-section {
    height: 350px;
  }
  
  .lv-s11-title {
    font-size: 1.5rem;
  }
  
  .lv-s11-subtitle {
    font-size: 0.9rem;
    padding: 0 10px;
  }
  
  .animated-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  /* Hide some SVG elements on very small screens */
  .bubble-2,
  .bubble-3,
  .floating-letter:nth-child(even) {
    display: none;
  }
}

/* ==========================================================================
   Homepage Specific Responsive Styles - Box 11
   ========================================================================== */

@media (max-width: 768px) {
  .animated-language-section {
    height: 400px;
  }
  
  .lv-s11-title {
    font-size: 2rem;
  }
  
  .lv-s11-subtitle {
    font-size: 1rem;
  }
}