/* =========================================================
   Lingo Solution — Homepage / Global chrome redesign
   ========================================================= */

:root {
  /* Original Creote / Lingo theme primary */
  --ls-primary: #376aef;
  --ls-primary-dark: #2a55c7;
  --ls-primary-soft: #eef3ff;
  --ls-navy: #282f3b;
  --ls-navy-deep: #1f2530;
  --ls-ice: #f8fafc;
  --ls-ice-2: #f0f3f9;
  --ls-teal: #376aef;
  --ls-teal-dark: #2a55c7;
  --ls-gold: #376aef;
  --ls-gold-dark: #2a55c7;
  --ls-text: #282f3b;
  --ls-muted: #6b7280;
  --ls-white: #FFFFFF;
  --ls-border: rgba(55, 106, 239, 0.12);
  --ls-shadow: 0 10px 30px rgba(55, 106, 239, 0.08);
  --ls-shadow-hover: 0 18px 40px rgba(55, 106, 239, 0.16);
  --ls-radius: 14px;
  --ls-radius-sm: 10px;
  --ls-font-display: "Outfit", sans-serif;
  --ls-font-body: "Source Sans 3", sans-serif;
}

/* ---------- Base ---------- */
body.theme-creote.lingo-redesign {
  font-family: var(--ls-font-body);
  color: var(--ls-text);
  background: var(--ls-white);
}

body.lingo-redesign h1,
body.lingo-redesign h2,
body.lingo-redesign h3,
body.lingo-redesign h4,
body.lingo-redesign .title_sections h2,
body.lingo-redesign .title_service,
body.lingo-redesign .navbar_nav > .menu-item > .nav-link {
  font-family: var(--ls-font-display);
}

/* ---------- Header ---------- */
body.lingo-redesign .header_area {
  position: relative;
  z-index: 100;
}

body.lingo-redesign .ls-topbar {
  background: var(--ls-primary);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  padding: 8px 0;
  letter-spacing: 0.02em;
}

body.lingo-redesign .ls-topbar a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  transition: color 0.2s;
}

body.lingo-redesign .ls-topbar a:hover {
  color: #fff;
  text-decoration: underline;
}

body.lingo-redesign .ls-topbar .ls-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

body.lingo-redesign .ls-topbar .ls-topbar-links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

body.lingo-redesign .ls-topbar i {
  color: #fff;
  margin-right: 6px;
}

body.lingo-redesign .header.header_default.style_one {
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 1px 0 var(--ls-border), 0 4px 16px rgba(40, 47, 59, 0.04);
  padding: 12px 0;
  border: none;
}

body.lingo-redesign .header.get_sticky_header.fixed-header,
body.lingo-redesign .header.header_default.style_one.fixed {
  background: #fff;
  box-shadow: var(--ls-shadow);
}

body.lingo-redesign .header.header_default.style_one > .container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

body.lingo-redesign .ls-header-row {
  margin-left: 0;
  margin-right: 0;
}

body.lingo-redesign .ls-header-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

body.lingo-redesign .header .logo_column,
body.lingo-redesign .header .menu_column {
  display: flex;
  align-items: center;
}

body.lingo-redesign .header .menu_column {
  justify-content: flex-end;
}

body.lingo-redesign .header_logo_box {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

body.lingo-redesign .header_logo_box .logo,
body.lingo-redesign .header_logo_box .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

body.lingo-redesign .header_logo_box .logo img,
body.lingo-redesign .header_logo_box .navbar-brand img,
body.lingo-redesign .header_logo_box img.logo_default,
body.lingo-redesign .header_logo_box img.logo__sticky {
  max-height: 72px !important;
  height: 72px !important;
  width: auto !important;
  object-fit: contain;
  display: block;
}

body.lingo-redesign .header_right_content ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.lingo-redesign .header-button {
  margin: 0 !important;
}

/* Desktop nav alignment only — theme switches to hamburger at ≤1200px */
@media (min-width: 1201px) {
  body.lingo-redesign .header_content_collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 12px;
  }

  body.lingo-redesign .header_menu_box {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }

  body.lingo-redesign .navigation_menu {
    width: auto;
  }

  body.lingo-redesign .header .navbar_nav {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    gap: 2px;
  }

  body.lingo-redesign .header_right_content {
    flex: 0 0 auto;
    margin-left: 8px;
  }
}

/* Restore theme mobile header: hide desktop menu, show hamburger */
@media (max-width: 1200px) {
  body.lingo-redesign .header_content_collapse {
    display: none !important;
  }

  body.lingo-redesign .header .navbar_togglers,
  body.lingo-redesign .sticky_header_main .navbar_togglers {
    display: block !important;
    margin-left: auto;
    float: none;
    cursor: pointer;
  }

  body.lingo-redesign .header .logo_column {
    width: 80% !important;
    max-width: none;
    flex: 0 0 80%;
  }

  body.lingo-redesign .header .menu_column {
    width: 20% !important;
    max-width: none;
    flex: 0 0 20%;
    justify-content: flex-end;
  }

  body.lingo-redesign .header_logo_box .logo img,
  body.lingo-redesign .header_logo_box .navbar-brand img,
  body.lingo-redesign .header_logo_box img.logo_default,
  body.lingo-redesign .header_logo_box img.logo__sticky {
    max-height: 56px !important;
    height: 56px !important;
  }

  body.lingo-redesign .ls-topbar .ls-topbar-inner > .ls-topbar-links:last-child {
    display: none;
  }

  body.lingo-redesign .ls-topbar {
    font-size: 12px;
    padding: 6px 0;
  }
}

@media (max-width: 575px) {
  body.lingo-redesign .ls-topbar .ls-topbar-links {
    gap: 10px;
  }

  body.lingo-redesign .header.header_default.style_one {
    padding: 8px 0;
  }

  body.lingo-redesign .header_logo_box .logo img,
  body.lingo-redesign .header_logo_box .navbar-brand img,
  body.lingo-redesign .header_logo_box img.logo_default,
  body.lingo-redesign .header_logo_box img.logo__sticky {
    max-height: 48px !important;
    height: 48px !important;
  }
}

body.lingo-redesign .navbar_nav > .menu-item > .nav-link {
  font-weight: 600;
  font-size: 15px;
  color: var(--ls-navy) !important;
  padding: 10px 14px !important;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

body.lingo-redesign .navbar_nav > .menu-item > .nav-link:hover,
body.lingo-redesign .navbar_nav > .menu-item > .nav-link span:hover {
  color: var(--ls-primary) !important;
}

body.lingo-redesign .navbar_nav .dropdown-menu {
  border: none;
  border-radius: var(--ls-radius-sm);
  box-shadow: var(--ls-shadow-hover);
  padding: 10px 0;
  margin-top: 8px;
}

body.lingo-redesign .navbar_nav .dropdown-menu .nav-link,
body.lingo-redesign .navbar_nav .dropdown-menu .dropdown-item {
  font-family: var(--ls-font-body);
  font-size: 14px;
  color: var(--ls-text) !important;
  padding: 8px 18px !important;
}

body.lingo-redesign .navbar_nav .dropdown-menu .nav-link:hover {
  background: var(--ls-primary-soft);
  color: var(--ls-primary) !important;
}

body.lingo-redesign .ls-btn,
body.lingo-redesign .theme-btn.one,
body.lingo-redesign .theme_btn,
body.lingo-redesign .header-button .theme-btn.one {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--ls-primary) !important;
  color: #fff !important;
  font-family: var(--ls-font-display) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.02em;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 22px !important;
  line-height: 1.2 !important;
  box-shadow: 0 8px 20px rgba(55, 106, 239, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-decoration: none !important;
}

body.lingo-redesign .ls-btn:hover,
body.lingo-redesign .theme-btn.one:hover,
body.lingo-redesign .theme_btn:hover,
body.lingo-redesign .header-button .theme-btn.one:hover {
  transform: translateY(-2px);
  background: var(--ls-primary-dark) !important;
  box-shadow: 0 12px 28px rgba(55, 106, 239, 0.38);
  color: #fff !important;
}

body.lingo-redesign .ls-btn-teal {
  background: var(--ls-primary) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(55, 106, 239, 0.28);
}

body.lingo-redesign .ls-btn-teal:hover {
  color: #fff !important;
  background: var(--ls-primary-dark) !important;
  box-shadow: 0 12px 28px rgba(55, 106, 239, 0.38);
}

body.lingo-redesign .ls-btn-outline {
  background: transparent !important;
  color: var(--ls-primary) !important;
  border: 2px solid var(--ls-primary) !important;
  box-shadow: none;
}

body.lingo-redesign .ls-btn-outline:hover {
  background: var(--ls-primary) !important;
  color: #fff !important;
}

body.lingo-redesign .ls-hero .ls-btn-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
}

body.lingo-redesign .ls-hero .ls-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}

body.lingo-redesign .fixed-ct-btn {
  background: var(--ls-primary) !important;
  border-radius: 10px 0 0 10px !important;
  font-family: var(--ls-font-display);
  font-weight: 600;
}

body.lingo-redesign .sidenav {
  background: var(--ls-primary) !important;
}

/* ---------- Section helpers ---------- */
body.lingo-redesign .ls-section {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
}

body.lingo-redesign .ls-section--ice {
  background:
    radial-gradient(ellipse at top right, rgba(55, 106, 239, 0.06), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #f0f3f9 100%);
}

body.lingo-redesign .ls-section--white {
  background: var(--ls-white);
}

body.lingo-redesign .ls-section--navy {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 45%),
    linear-gradient(160deg, var(--ls-primary) 0%, var(--ls-primary-dark) 100%);
  color: var(--ls-white);
}

body.lingo-redesign .ls-section--mesh {
  background-color: #f8fafc;
  background-image:
    linear-gradient(135deg, rgba(55, 106, 239, 0.04) 25%, transparent 25%),
    linear-gradient(225deg, rgba(55, 106, 239, 0.04) 25%, transparent 25%),
    linear-gradient(45deg, rgba(40, 47, 59, 0.02) 25%, transparent 25%),
    linear-gradient(315deg, rgba(40, 47, 59, 0.02) 25%, transparent 25%);
  background-size: 28px 28px;
  background-position: 0 0, 14px 0, 14px -14px, 0 14px;
}

body.lingo-redesign .ls-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

body.lingo-redesign .ls-heading .ls-eyebrow {
  display: inline-block;
  font-family: var(--ls-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ls-primary);
  margin-bottom: 12px;
}

body.lingo-redesign .ls-heading h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--ls-navy);
  line-height: 1.2;
  margin: 0 0 12px;
}

body.lingo-redesign .ls-section--navy .ls-heading h2 {
  color: var(--ls-white);
}

body.lingo-redesign .ls-heading p {
  font-size: 17px;
  color: var(--ls-muted);
  margin: 0;
  line-height: 1.6;
}

body.lingo-redesign .ls-section--navy .ls-heading p,
body.lingo-redesign .ls-section--navy .ls-heading .ls-eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

body.lingo-redesign .ls-section--navy .ls-heading .ls-eyebrow {
  color: #fff;
}

/* Fade-up motion */
@keyframes lsFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.lingo-redesign .ls-reveal {
  animation: lsFadeUp 0.7s ease both;
}

body.lingo-redesign .ls-reveal-delay-1 { animation-delay: 0.1s; }
body.lingo-redesign .ls-reveal-delay-2 { animation-delay: 0.2s; }
body.lingo-redesign .ls-reveal-delay-3 { animation-delay: 0.3s; }

/* ---------- Hero / Banner ---------- */
body.lingo-redesign .ls-hero.slider.style_four,
body.lingo-redesign .ls-hero {
  background: linear-gradient(135deg, #f0f3f9 0%, #ffffff 45%, #e8eefc 100%);
  min-height: min(78vh, 640px);
  position: relative;
  overflow: hidden;
}

body.lingo-redesign .ls-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(55, 106, 239, 0.12), transparent 45%),
    radial-gradient(ellipse at 10% 90%, rgba(55, 106, 239, 0.08), transparent 40%);
  pointer-events: none;
  z-index: 0;
}

body.lingo-redesign .ls-hero .owl-carousel,
body.lingo-redesign .ls-hero .slide-item-content,
body.lingo-redesign .ls-hero .slide-item {
  position: relative;
  z-index: 1;
}

body.lingo-redesign .ls-hero .slide-item {
  padding: 70px 0 80px;
  min-height: min(78vh, 640px);
  display: flex;
  align-items: center;
  background: transparent !important;
}

body.lingo-redesign .ls-hero .image-layer {
  display: none !important;
}

body.lingo-redesign .ls-hero .slider_content h6 {
  font-family: var(--ls-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ls-primary) !important;
  background: transparent !important;
  border: none !important;
  margin-bottom: 16px;
  padding: 0 !important;
}

body.lingo-redesign .ls-hero .slider_content h1 {
  font-family: var(--ls-font-display);
  font-size: clamp(32px, 5vw, 52px) !important;
  font-weight: 700 !important;
  color: var(--ls-navy) !important;
  line-height: 1.15 !important;
  margin-bottom: 18px !important;
}

body.lingo-redesign .ls-hero .slider_content .description {
  font-size: 18px !important;
  color: var(--ls-muted) !important;
  line-height: 1.65 !important;
  max-width: 520px;
  margin-bottom: 28px !important;
}

body.lingo-redesign .ls-hero .ls-hero-visual {
  position: relative;
}

body.lingo-redesign .ls-hero .ls-hero-visual img {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  animation: lsFloat 6s ease-in-out infinite;
}

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

body.lingo-redesign .ls-hero .ls-hero-visual::after {
  content: "";
  position: absolute;
  inset: 18px -14px -14px 18px;
  border: 2px solid rgba(55, 106, 239, 0.35);
  border-radius: 24px;
  z-index: -1;
}

body.lingo-redesign .ls-hero .owl-nav button {
  background: rgba(55, 106, 239, 0.12) !important;
  color: var(--ls-primary) !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
}

body.lingo-redesign .ls-hero .owl-dots {
  display: block !important;
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
}

body.lingo-redesign .ls-hero .owl-dots .owl-dot span {
  background: rgba(55, 106, 239, 0.35) !important;
}

body.lingo-redesign .ls-hero .owl-dots .owl-dot.active span {
  background: var(--ls-primary) !important;
}

/* ---------- Services ---------- */
body.lingo-redesign .ls-service-card {
  background: var(--ls-white);
  border-radius: var(--ls-radius);
  overflow: hidden;
  box-shadow: var(--ls-shadow);
  border: 1px solid var(--ls-border);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  margin-bottom: 1.5rem;
}

body.lingo-redesign .ls-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--ls-shadow-hover);
}

body.lingo-redesign .ls-service-card .ls-service-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--ls-primary-soft);
}

body.lingo-redesign .ls-service-card .ls-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

body.lingo-redesign .ls-service-card:hover .ls-service-media img {
  transform: scale(1.06);
}

body.lingo-redesign .ls-service-card .ls-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11, 31, 58, 0.55) 100%);
}

body.lingo-redesign .ls-service-card .ls-service-body {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.lingo-redesign .ls-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.3;
}

body.lingo-redesign .ls-service-card h3 a {
  color: var(--ls-navy);
  text-decoration: none;
}

body.lingo-redesign .ls-service-card h3 a:hover {
  color: var(--ls-primary);
}

body.lingo-redesign .ls-service-card .ls-read-more {
  margin-top: auto;
  font-family: var(--ls-font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--ls-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.lingo-redesign .ls-service-card .ls-read-more:hover {
  color: var(--ls-primary-dark);
  gap: 10px;
}

/* ---------- Why choose / feature tiles ---------- */
body.lingo-redesign .ls-feature {
  background: var(--ls-white);
  border-radius: var(--ls-radius);
  padding: 28px 24px;
  height: 100%;
  border: 1px solid var(--ls-border);
  box-shadow: var(--ls-shadow);
  text-align: left;
  transition: transform 0.3s ease, border-color 0.3s ease;
  margin-bottom: 1.5rem;
}

body.lingo-redesign .ls-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 106, 239, 0.4);
}

body.lingo-redesign .ls-feature .ls-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ls-primary-soft);
  color: var(--ls-primary);
  font-size: 24px;
  margin-bottom: 18px;
}

body.lingo-redesign .ls-feature h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ls-navy);
  margin: 0 0 8px;
  line-height: 1.3;
}

body.lingo-redesign .ls-feature h3 a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

body.lingo-redesign .ls-feature p {
  margin: 0;
  font-size: 15px;
  color: var(--ls-muted);
  line-height: 1.55;
}

/* ---------- Industries ---------- */
body.lingo-redesign .ls-industry {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--ls-white);
  border: 1px solid var(--ls-border);
  border-radius: var(--ls-radius-sm);
  padding: 18px 20px;
  margin-bottom: 1.5rem;
  font-family: var(--ls-font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--ls-navy);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.lingo-redesign .ls-industry:hover {
  transform: translateY(-3px);
  box-shadow: var(--ls-shadow);
  border-color: rgba(55, 106, 239, 0.4);
}

body.lingo-redesign .ls-industry i {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ls-primary-soft);
  color: var(--ls-primary);
  font-size: 18px;
  flex-shrink: 0;
}

/* ---------- Process steps ---------- */
body.lingo-redesign .ls-step {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--ls-radius);
  padding: 28px 22px;
  height: 100%;
  position: relative;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-bottom: 1.5rem;
}

body.lingo-redesign .ls-step:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-4px);
}

body.lingo-redesign .ls-step .ls-step-num {
  font-family: var(--ls-font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

body.lingo-redesign .ls-step .ls-step-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

body.lingo-redesign .ls-step .ls-step-icon img {
  max-width: 40px;
  max-height: 40px;
}

body.lingo-redesign .ls-step h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}

body.lingo-redesign .ls-step h3 a {
  color: var(--ls-white);
  text-decoration: none;
}

body.lingo-redesign .ls-step p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

/* ---------- What we offer ---------- */
body.lingo-redesign .ls-service-card,
body.lingo-redesign .ls-feature,
body.lingo-redesign .ls-industry,
body.lingo-redesign .ls-step {
  margin-bottom: 0;
}

body.lingo-redesign .ls-offer-row {
  padding: 40px 0;
  margin-bottom: 1.5rem;
}

body.lingo-redesign .ls-testimonial .testimonial_box {
  margin-bottom: 1rem;
}

body.lingo-redesign .ls-offer-row .ls-offer-img {
  border-radius: var(--ls-radius);
  overflow: hidden;
  box-shadow: var(--ls-shadow);
}

body.lingo-redesign .ls-offer-row .ls-offer-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--ls-radius);
  transition: transform 0.5s ease;
}

body.lingo-redesign .ls-offer-row:hover .ls-offer-img img {
  transform: scale(1.03);
}

body.lingo-redesign .ls-offer-row h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin: 0 0 16px;
}

body.lingo-redesign .ls-offer-row h3 a {
  color: var(--ls-navy);
  text-decoration: none;
}

body.lingo-redesign .ls-offer-row h3 a:hover {
  color: var(--ls-primary);
}

body.lingo-redesign .ls-offer-row .ls-offer-excerpt {
  color: var(--ls-muted);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 22px;
}

/* ---------- Testimonials ---------- */
body.lingo-redesign .ls-testimonial .testimonial_box {
  background: var(--ls-white) !important;
  border-radius: var(--ls-radius) !important;
  padding: 28px !important;
  box-shadow: var(--ls-shadow) !important;
  border: 1px solid var(--ls-border);
  height: 100%;
  min-height: 280px;
}

body.lingo-redesign .ls-testimonial .testimonial_box .comment h3 {
  font-family: var(--ls-font-display);
  font-size: 18px;
  color: var(--ls-navy);
  margin-bottom: 10px;
}

body.lingo-redesign .ls-testimonial .testimonial_box .comment,
body.lingo-redesign .ls-testimonial .testimonial_box .comment p {
  color: var(--ls-muted) !important;
  font-size: 15px;
  line-height: 1.6;
}

body.lingo-redesign .ls-testimonial .testimonial_box .details h2 {
  font-size: 14px !important;
  color: var(--ls-primary) !important;
  font-weight: 600 !important;
  margin-top: 16px;
}

body.lingo-redesign .ls-testimonial .authour_details .image img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 3px solid var(--ls-ice-2);
}

/* ---------- Clients ---------- */
body.lingo-redesign .ls-clients .image img {
  max-height: 56px;
  width: auto;
  margin: 0 auto;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}

body.lingo-redesign .ls-clients .image img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* ---------- Contact ---------- */
body.lingo-redesign .ls-contact-panel {
  background: var(--ls-white);
  border-radius: var(--ls-radius);
  padding: 36px 32px;
  box-shadow: var(--ls-shadow);
  border: 1px solid var(--ls-border);
}

body.lingo-redesign .ls-contact-panel label {
  font-family: var(--ls-font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--ls-navy);
  margin-bottom: 6px;
}

body.lingo-redesign .ls-contact-panel input,
body.lingo-redesign .ls-contact-panel textarea {
  border: 1px solid var(--ls-border) !important;
  border-radius: var(--ls-radius-sm) !important;
  padding: 12px 14px !important;
  font-family: var(--ls-font-body);
  background: var(--ls-ice) !important;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}

body.lingo-redesign .ls-contact-panel input:focus,
body.lingo-redesign .ls-contact-panel textarea:focus {
  outline: none;
  border-color: var(--ls-primary) !important;
  box-shadow: 0 0 0 3px rgba(55, 106, 239, 0.15);
  background: var(--ls-white) !important;
}

body.lingo-redesign .ls-contact-info h2 {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--ls-navy);
  margin-bottom: 12px;
}

body.lingo-redesign .ls-contact-info > p {
  color: var(--ls-muted);
  margin-bottom: 28px;
  font-size: 16px;
}

body.lingo-redesign .ls-contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

body.lingo-redesign .ls-contact-item .ls-ci-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--ls-primary-soft);
  color: var(--ls-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

body.lingo-redesign .ls-contact-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ls-navy);
  margin: 0 0 4px;
}

body.lingo-redesign .ls-contact-item p {
  margin: 0;
  color: var(--ls-muted);
  font-size: 15px;
  line-height: 1.5;
}

body.lingo-redesign .ls-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

body.lingo-redesign .ls-social li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ls-ice);
  color: var(--ls-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

body.lingo-redesign .ls-social li a:hover {
  background: var(--ls-primary);
  color: var(--ls-white);
  transform: translateY(-2px);
}

body.lingo-redesign .ls-social li a small {
  display: none;
}

body.lingo-redesign .ls-social li a img {
  height: 14px;
  width: auto;
}

/* ---------- Footer ---------- */
body.lingo-redesign .footer_area {
  background: #1f2530;
}

body.lingo-redesign .footer_area .footer_widgets_wrap,
body.lingo-redesign .footer_area .bg_dark_2 {
  background: linear-gradient(180deg, #282f3b 0%, #1f2530 100%) !important;
  padding-top: 64px;
  padding-bottom: 40px;
}

body.lingo-redesign .footer_area .fo_wid_title h2,
body.lingo-redesign .footer_area .footer_widgets h2 {
  font-family: var(--ls-font-display);
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--ls-white) !important;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 12px;
}

body.lingo-redesign .footer_area .fo_wid_title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: var(--ls-primary);
  border-radius: 2px;
}

body.lingo-redesign .footer_area .about_company p,
body.lingo-redesign .footer_area .get_intouch_inrfo p,
body.lingo-redesign .footer_area .get_intouch_inrfo h6,
body.lingo-redesign .footer_area .get_intouch_inrfo h5,
body.lingo-redesign .footer_area .navigation_foo .menu a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px;
  line-height: 1.6;
}

body.lingo-redesign .footer_area .navigation_foo .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.lingo-redesign .footer_area .navigation_foo .menu li {
  margin-bottom: 8px;
}

body.lingo-redesign .footer_area .navigation_foo .menu a:hover {
  color: var(--ls-primary) !important;
  padding-left: 4px;
}

body.lingo-redesign .footer_area .get_intouch_inrfo a {
  color: #9db5ff !important;
}

body.lingo-redesign .footer_area .consulting {
  margin-top: 20px;
  background: rgba(55, 106, 239, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(55, 106, 239, 0.25);
  transition: background 0.25s ease;
  overflow: hidden;
}

body.lingo-redesign .footer_area .consulting:hover {
  background: rgba(55, 106, 239, 0.2);
}

body.lingo-redesign .footer_area .consulting a,
body.lingo-redesign .footer_area .consulting .ls-consult-link {
  display: flex !important;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  width: 100%;
  min-height: 56px;
}

body.lingo-redesign .footer_area .consulting .image {
  float: none !important;
  flex: 0 0 52px;
  width: 52px !important;
  height: 52px;
  margin: 0 !important;
  display: block;
  line-height: 0;
}

body.lingo-redesign .footer_area .consulting .image img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

body.lingo-redesign .footer_area .consulting .help_con {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  text-align: left;
}

body.lingo-redesign .footer_area .consulting h6,
body.lingo-redesign .footer_area .consulting .ls-consult-label {
  display: block;
  color: rgba(255, 255, 255, 0.65) !important;
  margin: 0 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.lingo-redesign .footer_area .consulting h2,
body.lingo-redesign .footer_area .consulting .ls-consult-title {
  display: block;
  color: var(--ls-white) !important;
  font-family: var(--ls-font-display);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
}

body.lingo-redesign .footer_area .consulting h2::after {
  display: none;
}

body.lingo-redesign .creote-footer-copyright,
body.lingo-redesign .creote-footer-copyright.bg_dark_3 {
  background: #050f1c !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.lingo-redesign .footer_copy_content,
body.lingo-redesign .footer_copy_content a {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px;
}

body.lingo-redesign .footer_copy_content a:hover {
  color: #9db5ff !important;
}

body.lingo-redesign .social_media_v_one ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

body.lingo-redesign .social_media_v_one ul li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

body.lingo-redesign .social_media_v_one ul li a:hover {
  background: var(--ls-primary);
}

body.lingo-redesign .social_media_v_one ul li a small {
  display: none;
}

/* ---------- Floating menu polish ---------- */
body.lingo-redesign .floating_menu_box .float_menu_box {
  background: var(--ls-primary);
  border-radius: var(--ls-radius-sm);
}

body.lingo-redesign .crt_mobile_menu .menu-box {
  /* background: var(--ls-primary); */
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  body.lingo-redesign .ls-topbar {
    display: none;
  }

  body.lingo-redesign .ls-section {
    padding: 56px 0;
  }

  body.lingo-redesign .ls-hero .slide-item {
    min-height: auto;
    padding: 40px 0 52px;
  }

  body.lingo-redesign .ls-hero .ls-hero-visual {
    margin-top: 0;
  }

  body.lingo-redesign .ls-hero .ls-hero-visual img {
    animation: none;
  }

  body.lingo-redesign .header-button {
    display: none;
  }

  body.lingo-redesign .social_media_v_one ul {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  body.lingo-redesign .ls-contact-panel {
    padding: 24px 18px;
  }

  body.lingo-redesign .ls-heading h2 {
    font-size: 26px;
  }
}

/* Soften old theme blue accents on homepage chrome */
body.lingo-redesign .title_all_box.style_one .title_sections h2 {
  font-family: var(--ls-font-display);
  color: var(--ls-navy);
}

body.lingo-redesign .preloader-wrap .overlay {
  background: transparent;
}

/* =========================================================
   Classy brand preloader — logo in circle, spinner outside
   ========================================================= */

body.lingo-redesign .preloader-wrap.ls-preloader,
body.lingo-redesign .ls-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(55, 106, 239, 0.12), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(55, 106, 239, 0.08), transparent 45%),
    linear-gradient(160deg, #ffffff 0%, #f0f3f9 55%, #eef3ff 100%) !important;
}

body.lingo-redesign .ls-preloader::before,
body.lingo-redesign .ls-preloader .overlay,
body.lingo-redesign .ls-preloader .preloader {
  display: none !important;
}

body.lingo-redesign .ls-preloader-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  animation: lsPreloaderIn 0.45s ease both;
  padding: 16px;
}

body.lingo-redesign .ls-preloader-orbit {
  --ls-orbit: clamp(110px, 28vw, 160px);
  width: var(--ls-orbit);
  height: var(--ls-orbit);
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Outer spinning ring */
body.lingo-redesign .ls-preloader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

body.lingo-redesign .ls-preloader-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(55, 106, 239, 0.14);
}

body.lingo-redesign .ls-preloader-ring span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #376aef;
  border-right-color: #7aa0f8;
  animation: lsSpin 0.9s linear infinite;
  box-sizing: border-box;
}

/* Soft dashed orbit accent */
body.lingo-redesign .ls-preloader-orbit::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px dashed rgba(55, 106, 239, 0.22);
  pointer-events: none;
}

/* Circular logo badge */
body.lingo-redesign .ls-preloader-logo {
  width: calc(var(--ls-orbit) - 28px);
  height: calc(var(--ls-orbit) - 28px);
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(55, 106, 239, 0.12);
  box-shadow:
    0 8px 28px rgba(55, 106, 239, 0.14),
    inset 0 0 0 6px #f4f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0;
}

body.lingo-redesign .ls-preloader-logo img {
  max-width: 68%;
  max-height: 52%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: none;
}

body.lingo-redesign .ls-preloader-text {
  margin: 0;
  font-family: var(--ls-font-display);
  font-size: clamp(11px, 2.8vw, 13px);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #376aef;
}

body.lingo-redesign .ls-preloader-text span {
  display: inline-block;
  animation: lsDot 1.2s ease-in-out infinite;
  opacity: 0.35;
}

body.lingo-redesign .ls-preloader-text span:nth-child(2) {
  animation-delay: 0.2s;
}

body.lingo-redesign .ls-preloader-text span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes lsSpin {
  to { transform: rotate(360deg); }
}

@keyframes lsDot {
  0%, 100% { opacity: 0.25; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-2px); }
}

@keyframes lsPreloaderIn {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 575px) {
  body.lingo-redesign .ls-preloader-orbit {
    --ls-orbit: 118px;
  }

  body.lingo-redesign .ls-preloader-orbit::after {
    inset: 6px;
  }

  body.lingo-redesign .ls-preloader-logo {
    width: calc(var(--ls-orbit) - 22px);
    height: calc(var(--ls-orbit) - 22px);
    box-shadow:
      0 6px 20px rgba(55, 106, 239, 0.14),
      inset 0 0 0 4px #f4f7ff;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lingo-redesign .ls-preloader-ring span,
  body.lingo-redesign .ls-preloader-text span,
  body.lingo-redesign .ls-preloader-inner {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lingo-redesign .ls-reveal,
  body.lingo-redesign .ls-hero .ls-hero-visual img,
  body.lingo-redesign .ls-service-card,
  body.lingo-redesign .ls-feature,
  body.lingo-redesign .ls-industry,
  body.lingo-redesign .ls-step {
    animation: none !important;
    transition: none !important;
  }
}

/* Hamburger contrast on light header */
body.lingo-redesign .navbar_togglers .line {
  background: var(--ls-navy) !important;
}

body.lingo-redesign .header_right_content ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* =========================================================
   Classy polish layer (keeps #376aef)
   ========================================================= */

body.lingo-redesign {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lingo-redesign .ls-topbar {
  background: linear-gradient(90deg, #2a55c7 0%, #376aef 50%, #4a7bf5 100%);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  padding: 9px 0;
}

body.lingo-redesign .header.header_default.style_one {
  padding: 12px 0;
  border-bottom: 1px solid rgba(55, 106, 239, 0.06);
}

body.lingo-redesign .navbar_nav > .menu-item > .nav-link {
  position: relative;
  letter-spacing: 0.02em;
  font-weight: 600;
}

body.lingo-redesign .navbar_nav > .menu-item > .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: var(--ls-primary);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

body.lingo-redesign .navbar_nav > .menu-item > .nav-link:hover::after,
body.lingo-redesign .navbar_nav > .menu-item:hover > .nav-link::after {
  transform: scaleX(1);
}

body.lingo-redesign .ls-btn,
body.lingo-redesign .theme-btn.one,
body.lingo-redesign .theme_btn,
body.lingo-redesign .header-button .theme-btn.one {
  border-radius: 8px !important;
  letter-spacing: 0.03em !important;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(55, 106, 239, 0.22) !important;
}

body.lingo-redesign .ls-heading .ls-eyebrow {
  background: var(--ls-primary-soft);
  color: var(--ls-primary);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}

body.lingo-redesign .ls-section--navy .ls-heading .ls-eyebrow {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

body.lingo-redesign .ls-heading-line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 0 auto 18px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ls-primary), #7aa0f8);
}

body.lingo-redesign .ls-section--navy .ls-heading-line {
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.35));
}

body.lingo-redesign .ls-heading h2 {
  letter-spacing: -0.02em;
  font-weight: 750;
}

body.lingo-redesign .ls-hero {
  background:
    radial-gradient(ellipse at 85% 15%, rgba(55, 106, 239, 0.14), transparent 42%),
    radial-gradient(ellipse at 5% 90%, rgba(55, 106, 239, 0.07), transparent 40%),
    linear-gradient(160deg, #f7f9fc 0%, #ffffff 48%, #eef3ff 100%);
}

body.lingo-redesign .ls-hero .ls-hero-badge,
body.lingo-redesign .ls-hero .slider_content h6.ls-hero-badge {
  display: inline-flex !important;
  align-items: center;
  background: var(--ls-primary-soft) !important;
  color: var(--ls-primary) !important;
  border: 1px solid rgba(55, 106, 239, 0.18) !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 20px !important;
}

body.lingo-redesign .ls-hero .slider_content h1 {
  letter-spacing: -0.03em !important;
}

body.lingo-redesign .ls-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.lingo-redesign .ls-hero-actions .ls-btn-outline {
  margin-left: 0 !important;
}

body.lingo-redesign .ls-hero .ls-hero-visual img {
  border-radius: 20px;
  box-shadow:
    0 4px 6px rgba(40, 47, 59, 0.04),
    0 24px 48px rgba(55, 106, 239, 0.16);
}

body.lingo-redesign .ls-hero .ls-hero-visual::after {
  border-color: rgba(55, 106, 239, 0.22);
  border-radius: 20px;
}

body.lingo-redesign .ls-service-card {
  border: 1px solid rgba(55, 106, 239, 0.08);
  box-shadow: 0 8px 28px rgba(40, 47, 59, 0.05);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

body.lingo-redesign .ls-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ls-primary), #7aa0f8);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

body.lingo-redesign .ls-service-card:hover::before {
  opacity: 1;
}

body.lingo-redesign .ls-service-card .ls-service-body {
  padding: 24px 26px 28px;
}

body.lingo-redesign .ls-service-card h3 {
  font-size: 19px;
  letter-spacing: -0.01em;
}

body.lingo-redesign .ls-feature {
  border-radius: 16px;
  border: 1px solid rgba(55, 106, 239, 0.08);
  box-shadow: 0 8px 28px rgba(40, 47, 59, 0.05);
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
}

body.lingo-redesign .ls-feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--ls-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.lingo-redesign .ls-feature:hover::after {
  opacity: 1;
}

body.lingo-redesign .ls-feature .ls-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(55, 106, 239, 0.14);
  box-shadow: 0 8px 18px rgba(55, 106, 239, 0.1);
  color: var(--ls-primary);
}

body.lingo-redesign .ls-industry {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(40, 47, 59, 0.04);
  border: 1px solid rgba(55, 106, 239, 0.08);
}

body.lingo-redesign .ls-industry i {
  background: linear-gradient(145deg, #376aef, #4a7bf5);
  color: #fff;
  box-shadow: 0 6px 14px rgba(55, 106, 239, 0.28);
}

body.lingo-redesign .ls-section--navy {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.16), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(145deg, #376aef 0%, #2f5fe0 45%, #2a55c7 100%);
}

body.lingo-redesign .ls-step {
  backdrop-filter: blur(8px);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

body.lingo-redesign .ls-step .ls-step-icon {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body.lingo-redesign .ls-offer-row .ls-offer-img {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(55, 106, 239, 0.12);
}

body.lingo-redesign .ls-offer-row .ls-offer-img img {
  border-radius: 18px;
}

body.lingo-redesign .ls-offer-row h3 {
  letter-spacing: -0.02em;
}

body.lingo-redesign .ls-testimonial .testimonial_box {
  border-radius: 16px !important;
  border: 1px solid rgba(55, 106, 239, 0.08) !important;
  box-shadow: 0 12px 32px rgba(40, 47, 59, 0.06) !important;
  position: relative;
}

body.lingo-redesign .ls-testimonial .testimonial_box::before {
  content: "\201C";
  position: absolute;
  top: 12px;
  right: 22px;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: rgba(55, 106, 239, 0.12);
  pointer-events: none;
}

body.lingo-redesign .ls-clients .image {
  background: #fff;
  border: 1px solid rgba(55, 106, 239, 0.08);
  border-radius: 12px;
  padding: 18px 12px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(40, 47, 59, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body.lingo-redesign .ls-clients .image:hover {
  box-shadow: 0 10px 24px rgba(55, 106, 239, 0.12);
  transform: translateY(-3px);
}

body.lingo-redesign .ls-clients .image img {
  filter: none;
  opacity: 0.85;
}

body.lingo-redesign .ls-contact-panel {
  border-radius: 18px;
  border: 1px solid rgba(55, 106, 239, 0.1);
  box-shadow: 0 16px 40px rgba(55, 106, 239, 0.08);
  padding: 40px 36px;
}

body.lingo-redesign .ls-contact-info h2 {
  letter-spacing: -0.02em;
}

body.lingo-redesign .ls-contact-item .ls-ci-icon {
  background: #fff;
  border: 1px solid rgba(55, 106, 239, 0.16);
  box-shadow: 0 8px 18px rgba(55, 106, 239, 0.1);
  color: var(--ls-primary);
}

body.lingo-redesign .ls-social li a {
  border: 1px solid rgba(55, 106, 239, 0.12);
  transition: all 0.25s ease;
}

body.lingo-redesign .footer_area .footer_widgets_wrap,
body.lingo-redesign .footer_area .bg_dark_2 {
  background:
    radial-gradient(ellipse at top right, rgba(55, 106, 239, 0.18), transparent 45%),
    linear-gradient(180deg, #2a3140 0%, #1f2530 100%) !important;
}

body.lingo-redesign .footer_area .fo_wid_title h2::after {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #376aef, #7aa0f8);
}

@media (max-width: 575px) {
  body.lingo-redesign .ls-contact-panel {
    padding: 26px 18px;
  }

  body.lingo-redesign .ls-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.lingo-redesign .ls-hero-actions .ls-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   About page
   ========================================================= */

body.lingo-redesign .ls-page-hero {
  position: relative;
  padding: 72px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 85% 20%, rgba(55, 106, 239, 0.14), transparent 42%),
    radial-gradient(ellipse at 10% 90%, rgba(55, 106, 239, 0.07), transparent 40%),
    linear-gradient(160deg, #f7f9fc 0%, #ffffff 48%, #eef3ff 100%);
}

body.lingo-redesign .ls-page-hero-content .ls-eyebrow {
  display: inline-block;
  background: var(--ls-primary-soft);
  color: var(--ls-primary);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-family: var(--ls-font-display);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

body.lingo-redesign .ls-page-hero-content h1 {
  font-family: var(--ls-font-display);
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 700;
  color: var(--ls-navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

body.lingo-redesign .ls-heading-line--left {
  margin-left: 0;
  margin-right: 0;
}

body.lingo-redesign .ls-page-hero-content p {
  font-size: 17px;
  color: var(--ls-muted);
  line-height: 1.65;
  max-width: 540px;
  margin: 0 0 22px;
}

body.lingo-redesign .ls-about-iso img {
  width: 120px;
  height: auto;
  display: block;
}

body.lingo-redesign .ls-page-hero-media {
  position: relative;
  width: 100%;
}

body.lingo-redesign .ls-page-hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(55, 106, 239, 0.16);
  display: block;
}

body.lingo-redesign .ls-page-hero-media::after {
  content: "";
  position: absolute;
  inset: 16px -12px -12px 16px;
  border: 2px solid rgba(55, 106, 239, 0.22);
  border-radius: 20px;
  z-index: -1;
  pointer-events: none;
}

/* Shared banner media frame (home + inner pages) */
body.lingo-redesign .ls-hero .ls-hero-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

body.lingo-redesign .ls-about-copy .ls-eyebrow {
  display: inline-block;
  background: var(--ls-primary-soft);
  color: var(--ls-primary);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-family: var(--ls-font-display);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

body.lingo-redesign .ls-about-copy h2 {
  font-family: var(--ls-font-display);
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 700;
  color: var(--ls-navy);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  line-height: 1.2;
}

body.lingo-redesign .ls-about-text {
  margin-bottom: 28px;
}

body.lingo-redesign .ls-about-text p {
  color: var(--ls-muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}

body.lingo-redesign .ls-about-service {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(55, 106, 239, 0.1);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(40, 47, 59, 0.05);
  text-decoration: none !important;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.lingo-redesign .ls-about-service:hover {
  transform: translateY(-3px);
  border-color: rgba(55, 106, 239, 0.35);
  box-shadow: 0 12px 28px rgba(55, 106, 239, 0.12);
}

body.lingo-redesign .ls-about-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--ls-primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

body.lingo-redesign .ls-about-service-icon img {
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

body.lingo-redesign .ls-about-service-title {
  font-family: var(--ls-font-display);
  font-size: 15px;
  font-weight: 650;
  color: var(--ls-navy);
  line-height: 1.35;
}

body.lingo-redesign .ls-about-gallery {
  position: relative;
  display: grid;
  gap: 18px;
}

body.lingo-redesign .ls-about-gallery-main img,
body.lingo-redesign .ls-about-gallery-side img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(55, 106, 239, 0.12);
}

body.lingo-redesign .ls-about-gallery-side {
  max-width: 72%;
  margin-left: auto;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

body.lingo-redesign .ls-about-gallery-side img {
  border: 6px solid #fff;
}

/* =========================================================
   Hardened responsive — homepage + about
   ========================================================= */

body.lingo-redesign,
body.lingo-redesign #page,
body.lingo-redesign .content_all_warpper,
body.lingo-redesign .site-content {
  overflow-x: hidden;
  max-width: 100%;
}

body.lingo-redesign img {
  max-width: 100%;
  height: auto;
}

body.lingo-redesign .container,
body.lingo-redesign .auto-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  body.lingo-redesign .ls-section {
    padding: 64px 0;
  }

  body.lingo-redesign .ls-offer-row .col-xl-6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  body.lingo-redesign .header.header_default.style_one {
    padding: 10px 0;
  }

  body.lingo-redesign .header_logo_box {
    padding-left: 0;
  }

  body.lingo-redesign .ls-hero .auto-container,
  body.lingo-redesign .ls-page-hero .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  /* ---- Unified mobile banners (home + all pages) ---- */
  body.lingo-redesign .ls-hero {
    min-height: 0 !important;
  }

  body.lingo-redesign .ls-hero .slide-item {
    min-height: 0 !important;
    padding: 40px 0 52px !important;
    display: block;
  }

  body.lingo-redesign .ls-hero .ls-hero-row {
    margin-left: 0;
    margin-right: 0;
  }

  body.lingo-redesign .ls-hero .ls-hero-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  body.lingo-redesign .ls-hero .slider_content {
    text-align: center;
    padding: 0 0 24px;
    max-width: 560px;
    margin: 0 auto;
  }

  body.lingo-redesign .ls-hero .slider_content h1 {
    font-size: clamp(26px, 7vw, 36px) !important;
  }

  body.lingo-redesign .ls-hero .slider_content .description {
    font-size: 15px !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.lingo-redesign .ls-hero .ls-hero-badge,
  body.lingo-redesign .ls-hero .slider_content h6.ls-hero-badge {
    margin-left: auto;
    margin-right: auto;
  }

  body.lingo-redesign .ls-hero-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  body.lingo-redesign .ls-hero .ls-hero-visual {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  body.lingo-redesign .ls-hero .ls-hero-visual img {
    max-width: 100% !important;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(55, 106, 239, 0.14);
    animation: none !important;
  }

  body.lingo-redesign .ls-hero .ls-hero-visual::after {
    display: none;
  }

  body.lingo-redesign .ls-hero .owl-dots {
    bottom: 12px;
  }

  body.lingo-redesign .ls-page-hero .row {
    margin-left: 0;
    margin-right: 0;
  }

  body.lingo-redesign .ls-page-hero .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  body.lingo-redesign .ls-page-hero .row > [class*="col-"].mb-4 {
    margin-bottom: 24px !important;
  }

  body.lingo-redesign .ls-page-hero-content {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
  }

  body.lingo-redesign .ls-page-hero-content .ls-heading-line--left,
  body.lingo-redesign .ls-page-hero-content .ls-heading-line {
    margin-left: auto;
    margin-right: auto;
  }

  body.lingo-redesign .ls-page-hero-content p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  body.lingo-redesign .ls-page-hero-content .ls-btn,
  body.lingo-redesign .ls-page-hero-content .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.lingo-redesign .ls-page-hero-content .ls-about-iso {
    display: flex;
    justify-content: center;
  }

  body.lingo-redesign .ls-page-hero-media {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  body.lingo-redesign .ls-page-hero-media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(55, 106, 239, 0.14);
  }

  body.lingo-redesign .ls-heading {
    margin-bottom: 32px;
    padding: 0 8px;
  }

  body.lingo-redesign .ls-heading p {
    font-size: 15px;
  }

  body.lingo-redesign .ls-feature,
  body.lingo-redesign .ls-service-card,
  body.lingo-redesign .ls-step {
    height: auto;
  }

  body.lingo-redesign .ls-offer-row {
    padding: 24px 0;
  }

  body.lingo-redesign .ls-offer-row h3 {
    font-size: 24px;
  }

  body.lingo-redesign .ls-contact-info {
    margin-top: 12px;
  }

  body.lingo-redesign .footer_area .col-xl-3 {
    margin-bottom: 28px;
  }

  body.lingo-redesign .ls-page-hero {
    padding: 40px 0 36px;
    text-align: left;
  }

  body.lingo-redesign .ls-page-hero-media::after {
    display: none;
  }

  body.lingo-redesign .ls-about-gallery-side {
    max-width: 85%;
    margin-top: -28px;
  }

  body.lingo-redesign .fixed-ct-btn {
    top: auto;
    bottom: 90px;
    width: 96px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body.lingo-redesign .ls-section {
    padding: 48px 0;
  }

  body.lingo-redesign .ls-hero .slide-item {
    padding: 28px 0 44px !important;
  }

  body.lingo-redesign .ls-hero .owl-nav {
    display: none !important;
  }

  body.lingo-redesign .ls-page-hero {
    padding: 32px 0 28px;
  }

  body.lingo-redesign .ls-page-hero-content {
    margin-bottom: 0;
  }

  body.lingo-redesign .ls-page-hero .row > [class*="col-"].mb-4 {
    margin-bottom: 20px !important;
  }

  body.lingo-redesign .ls-hero .ls-hero-visual img,
  body.lingo-redesign .ls-page-hero-media img {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  body.lingo-redesign .ls-industry {
    font-size: 14px;
    padding: 14px 14px;
  }

  body.lingo-redesign .ls-industry i {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  body.lingo-redesign .ls-testimonial .testimonial_box {
    min-height: auto !important;
    margin-bottom: 8px;
  }

  body.lingo-redesign .ls-clients .image {
    min-height: 72px;
    padding: 12px 8px;
  }

  body.lingo-redesign .ls-contact-panel {
    margin-bottom: 8px;
  }

  body.lingo-redesign .g-recaptcha {
    transform: scale(0.92);
    transform-origin: left top;
  }

  body.lingo-redesign .ls-about-iso img {
    width: 100px;
  }

  body.lingo-redesign .ls-about-gallery-side {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  body.lingo-redesign .ls-about-gallery-side img {
    border-width: 4px;
  }

  body.lingo-redesign .creote-footer-copyright .text-md-end {
    text-align: left !important;
  }

  body.lingo-redesign .social_media_v_one ul {
    justify-content: flex-start !important;
  }
}

@media (max-width: 575px) {
  body.lingo-redesign .ls-section {
    padding: 40px 0;
  }

  body.lingo-redesign .ls-heading h2,
  body.lingo-redesign .ls-about-copy h2,
  body.lingo-redesign .ls-page-hero-content h1 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  body.lingo-redesign .ls-page-hero {
    padding: 28px 0 24px;
  }

  body.lingo-redesign .ls-page-hero-content p,
  body.lingo-redesign .ls-hero .slider_content .description {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  body.lingo-redesign .ls-hero .slide-item {
    padding: 24px 0 40px !important;
  }

  body.lingo-redesign .ls-hero .ls-hero-visual,
  body.lingo-redesign .ls-page-hero-media {
    max-width: 100%;
  }

  body.lingo-redesign .ls-heading .ls-eyebrow,
  body.lingo-redesign .ls-page-hero-content .ls-eyebrow,
  body.lingo-redesign .ls-about-copy .ls-eyebrow {
    font-size: 11px;
    padding: 5px 12px;
  }

  body.lingo-redesign .ls-service-card .ls-service-body {
    padding: 18px 16px 20px;
  }

  body.lingo-redesign .ls-feature {
    padding: 22px 18px;
  }

  body.lingo-redesign .ls-step {
    padding: 22px 18px;
  }

  body.lingo-redesign .ls-btn,
  body.lingo-redesign .theme-btn.one,
  body.lingo-redesign .theme_btn {
    padding: 11px 18px !important;
    font-size: 13px !important;
  }

  body.lingo-redesign .whatsapp img {
    width: 52px !important;
  }

  body.lingo-redesign .ls-about-service {
    padding: 12px;
  }

  body.lingo-redesign .ls-about-service-title {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  body.lingo-redesign .header_logo_box .logo img,
  body.lingo-redesign .header_logo_box .navbar-brand img,
  body.lingo-redesign .header_logo_box img.logo_default,
  body.lingo-redesign .header_logo_box img.logo__sticky {
    max-height: 48px !important;
    height: 48px !important;
  }

  body.lingo-redesign .g-recaptcha {
    transform: scale(0.82);
    transform-origin: left top;
  }
}

/* =========================================================
   Contact page
   ========================================================= */

body.lingo-redesign .ls-contact-page .ls-contact-form-title {
  font-family: var(--ls-font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--ls-navy);
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}

body.lingo-redesign .ls-contact-info-page .ls-contact-item a {
  color: var(--ls-primary);
  text-decoration: none;
  font-weight: 600;
}

body.lingo-redesign .ls-contact-info-page .ls-contact-item a:hover {
  text-decoration: underline;
}

body.lingo-redesign .ls-contact-card-note {
  background: linear-gradient(145deg, #376aef 0%, #2a55c7 100%);
  color: #fff;
  border-radius: 16px;
  padding: 24px 22px;
  margin: 8px 0 24px;
  box-shadow: 0 14px 32px rgba(55, 106, 239, 0.25);
}

body.lingo-redesign .ls-contact-card-note h4 {
  font-family: var(--ls-font-display);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}

body.lingo-redesign .ls-contact-card-note p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
}

body.lingo-redesign .ls-btn-outline-primary {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  box-shadow: none !important;
}

body.lingo-redesign .ls-btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}

body.lingo-redesign .ls-contact-map {
  padding: 0 0 72px;
  background: #fff;
}

body.lingo-redesign .ls-contact-map .ls-heading {
  padding-top: 20px;
}

body.lingo-redesign .ls-map-frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(55, 106, 239, 0.12);
  box-shadow: 0 16px 40px rgba(55, 106, 239, 0.1);
}

body.lingo-redesign .ls-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 380px;
}

@media (max-width: 767px) {
  body.lingo-redesign .ls-contact-map {
    padding-bottom: 48px;
  }

  body.lingo-redesign .ls-map-frame iframe {
    min-height: 280px;
    height: 280px !important;
  }

  body.lingo-redesign .ls-contact-card-note {
    padding: 20px 16px;
  }
}

/* =========================================================
   Blog + Service listing / detail
   ========================================================= */

body.lingo-redesign .ls-blog-card .ls-service-media a,
body.lingo-redesign .ls-service-listing .ls-service-media a {
  display: block;
  height: 100%;
}

body.lingo-redesign .ls-content-card {
  background: #fff;
  border: 1px solid rgba(55, 106, 239, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(40, 47, 59, 0.06);
  padding: 36px 32px;
}

body.lingo-redesign .ls-content-title {
  font-family: var(--ls-font-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--ls-navy);
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(55, 106, 239, 0.12);
}

body.lingo-redesign .ls-content-body {
  color: var(--ls-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.lingo-redesign .ls-content-body p {
  margin-bottom: 14px;
}

body.lingo-redesign .ls-content-body h2,
body.lingo-redesign .ls-content-body h3,
body.lingo-redesign .ls-content-body h4,
body.lingo-redesign .ls-content-body strong,
body.lingo-redesign .ls-content-body b {
  color: var(--ls-navy);
  font-family: var(--ls-font-display);
}

body.lingo-redesign .ls-faq {
  margin-top: 28px;
}

body.lingo-redesign .ls-faq .faq_header {
  border-radius: 10px !important;
  margin-bottom: 10px;
  border: 1px solid rgba(55, 106, 239, 0.12) !important;
}

body.lingo-redesign .ls-sidebar-card,
body.lingo-redesign .ls-sidebar-cta {
  background: #fff;
  border: 1px solid rgba(55, 106, 239, 0.1);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(40, 47, 59, 0.06);
  padding: 24px 22px;
  margin-bottom: 20px;
}

body.lingo-redesign .ls-sidebar-card h4 {
  font-family: var(--ls-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--ls-navy);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(55, 106, 239, 0.12);
}

body.lingo-redesign .ls-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.lingo-redesign .ls-sidebar-list li {
  margin-bottom: 8px;
}

body.lingo-redesign .ls-sidebar-list a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--ls-navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  background: #f7f9fc;
  transition: background 0.2s, color 0.2s, padding-left 0.2s;
}

body.lingo-redesign .ls-sidebar-list a:hover {
  background: var(--ls-primary-soft);
  color: var(--ls-primary);
  padding-left: 16px;
}

body.lingo-redesign .ls-sidebar-cta {
  background: linear-gradient(145deg, #376aef 0%, #2a55c7 100%);
  border: none;
  color: #fff;
  text-align: center;
}

body.lingo-redesign .ls-sidebar-cta h3 {
  font-family: var(--ls-font-display);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

body.lingo-redesign .ls-sidebar-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  margin: 0 0 16px;
}

body.lingo-redesign .ls-sidebar-phone,
body.lingo-redesign .ls-sidebar-mail {
  display: block;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 8px;
}

body.lingo-redesign .ls-sidebar-cta .ls-btn {
  margin-top: 14px;
  background: #fff !important;
  color: var(--ls-primary) !important;
  box-shadow: none !important;
}

body.lingo-redesign .ls-sidebar-cta .ls-btn:hover {
  background: #f0f3ff !important;
}

@media (max-width: 991px) {
  body.lingo-redesign .ls-content-card {
    padding: 24px 18px;
  }
}

@media (max-width: 575px) {
  body.lingo-redesign .ls-content-card {
    padding: 20px 14px;
  }
}

/* =========================================================
   Career / Blog detail / Demo / forms polish
   ========================================================= */

body.lingo-redesign .ls-heading--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

body.lingo-redesign .ls-select,
body.lingo-redesign .ls-contact-panel select,
body.lingo-redesign .ls-file {
  width: 100%;
  border: 1px solid var(--ls-border) !important;
  border-radius: var(--ls-radius-sm) !important;
  padding: 12px 14px !important;
  background: var(--ls-ice) !important;
  font-family: var(--ls-font-body);
  color: var(--ls-text);
}

body.lingo-redesign .ls-file {
  padding: 10px 12px !important;
  background: #fff !important;
}

body.lingo-redesign .ls-btn-outline-blue {
  background: transparent !important;
  color: var(--ls-primary) !important;
  border: 2px solid var(--ls-primary) !important;
  box-shadow: none !important;
}

body.lingo-redesign .ls-btn-outline-blue:hover {
  background: var(--ls-primary) !important;
  color: #fff !important;
}

body.lingo-redesign .ls-job-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(55, 106, 239, 0.1);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(40, 47, 59, 0.06);
  padding: 20px;
}

body.lingo-redesign .ls-job-logo {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--ls-primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.lingo-redesign .ls-job-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.lingo-redesign .ls-job-body h3 {
  font-family: var(--ls-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--ls-navy);
  margin: 0 0 10px;
}

body.lingo-redesign .ls-job-meta {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

body.lingo-redesign .ls-job-meta li {
  font-size: 13px;
  color: var(--ls-muted);
  background: #f7f9fc;
  border-radius: 999px;
  padding: 4px 10px;
}

body.lingo-redesign .ls-job-desc {
  font-size: 14px;
  color: var(--ls-muted);
  line-height: 1.6;
}

body.lingo-redesign .ls-blog-featured {
  margin: -8px 0 24px;
  border-radius: 16px;
  overflow: hidden;
}

body.lingo-redesign .ls-blog-featured img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

body.lingo-redesign .ls-blog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(55, 106, 239, 0.1);
}

body.lingo-redesign .ls-demo-image img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

@media (max-width: 767px) {
  body.lingo-redesign .ls-job-card {
    flex-direction: column;
  }

  body.lingo-redesign .ls-blog-featured img {
    max-height: 260px;
  }

  body.lingo-redesign .ls-blog-actions .ls-btn {
    width: 100%;
    justify-content: center;
  }
}

