/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.ls-lang-switcher {
	float: right;
}

.ls-lang-switcher ul {
	list-style: none;
	padding-left: 6px;
	font-weight: bold;
}

.ls-lang-switcher ul li {
    float: left;
	margin-right: 10px;
}


.ls-lang-switcher ul a {
	font-size: 16px;
	color: #000 !important;
}

.hero-text {
  max-width: 540px;
  padding-left: 48px;
  color: #071b3d;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-text h1 {
  margin: 0 0 26px;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
  color: #071b3d;
  letter-spacing: -0.5px;
}

.hero-text h1 span {
  display: block;
}

.hero-text h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 18px;
  background: #0057d9;
  border-radius: 4px;
}

.hero-subtitle {
  margin: 0 0 26px;
  font-size: 21px;
  line-height: 1.45;
  color: #10264d;
}

.hero-subtitle strong,
.hero-benefits strong {
  color: #0057d9;
  font-weight: 700;
}

.hero-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.35;
  color: #10264d;
}

.mobile-hero-text {
  max-width: 360px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  backdrop-filter: blur(3px);
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-hero-text h1 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 800;
  color: #061A3D;
  letter-spacing: -0.5px;
}

.mobile-hero-text h1 .blue {
  display: block;
  font-size: 42px;
  color: #0057D9;
  line-height: 1;
}

.mobile-hero-text p {
  font-size: 16px;
  line-height: 1.45;
}

.mobile-hero-text li {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 9px;
}

/* ===== Tablet optimization: 768–1024px ===== */
@media (min-width: 768px) and (max-width: 1024px) {

  .hero-text {
    max-width: 270px;
    padding-left: 0px;
    padding-top: 38px;
    padding-right: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .hero-text h1 {
    margin: 0 0 18px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: -0.4px;
    color: #071b3d;
  }

  .hero-text h1 span {
    display: inline;
  }

  .hero-text h1::after {
    width: 62px;
    height: 4px;
    margin-top: 14px;
  }

  .hero-subtitle {
    max-width: 360px;
    margin-bottom: 22px;
    font-size: 17px !important;
    line-height: 1.42;
  }

  .hero-benefits li {
    margin-bottom: 13px;
    font-size: 15px !important;
    line-height: 1.35;
  }
}