/***====================================================================
Template Name: Konfer | Event & Conference HTML Template  
Author:        https://themeforest.net/user/expert-themes
Description:   Description
Version:       1.0.0  
License:       Copyright Commercial  
Primary use:   Event & Conference 
Tags:          event, conference, marketing, business
====================================================================***/

:root {
  --lp-orange: #f05a00;
  --lp-orange-dark: #d74700;
  --lp-dark: #151515;
  --lp-white: #ffffff;
}

.lp-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 99;
}

.color-palate,
.page-social-icon-box {
  display: none !important;
}

.lp-header .lp-topbar {
  background: linear-gradient(90deg, var(--lp-orange-dark), var(--lp-orange));
  color: var(--lp-white);
  font-size: 15px;
  line-height: 1;
}

.lp-header .lp-topbar .auto-container {
  position: relative;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-topbar ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-topbar a,
.lp-topbar i {
  color: var(--lp-white);
}

.lp-topbar-info i {
  margin-right: 8px;
}

.lp-topbar-swastik {
  position: absolute;
  left: 52%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .14);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.lp-topbar-swastik img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.lp-topbar-associates {
  margin-left: auto;
  color: var(--lp-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.lp-header.header-style-one .main-box {
  margin: 0;
  min-height: 105px;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.lp-header > .auto-container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.lp-header.header-style-one .main-box .logo-box {
  width: 290px;
  min-width: 290px;
  height: 105px;
  padding-left: 48px;
  display: flex;
  align-items: center;
  background: linear-gradient(110deg, #ffffff 0%, #ffffff 70%, #f2f2f2 70%, #ffffff 100%);
}

.lp-header.header-style-one .main-box .logo-box:before,
.lp-header.header-style-one .main-box .logo-box:after,
.lp-header.header-style-one .main-box .nav-outer:before,
.lp-header.header-style-one .main-box .nav-outer:after {
  display: none;
}

.lp-header.header-style-one .main-box .logo-box img,
.lp-header .sticky-header .logo img,
.lp-header .mobile-menu .nav-logo img,
.hidden-bar .nav-logo img {
  max-width: 195px;
  height: auto;
}

.lp-header.header-style-one .main-box .header-navbar {
  min-width: 0;
  padding: 0 24px 0 42px;
  background: transparent;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.lp-header.header-style-one .main-box .nav-outer {
  flex: 1 1 auto;
  min-width: 0;
  background: transparent;
}

.lp-header .main-menu {
  width: 100%;
}

.lp-header .main-menu .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
}

.lp-header .main-menu .navigation > li {
  flex: 0 0 auto;
  float: none;
  margin-right: 22px;
  padding: 38px 0;
}

.lp-header .main-menu .navigation > li > a,
.lp-header.header-style-one .main-box .nav-outer .navigation > li > a {
  position: relative;
  display: inline-block;
  color: var(--lp-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.lp-header .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: -12px;
  display: block;
  width: 0;
  height: 2px;
  margin: 0;
  background: var(--lp-orange);
  transition: width 260ms ease;
}

.lp-header .main-menu .navigation > li.current > a,
.lp-header .main-menu .navigation > li:hover > a {
  color: var(--lp-orange);
}

.lp-header .main-menu .navigation > li.current > a:before,
.lp-header .main-menu .navigation > li:hover > a:before {
  width: 100%;
}

.lp-header .main-menu .navigation > li.dropdown.current > a:before,
.lp-header .main-menu .navigation > li.dropdown:hover > a:before {
  width: calc(100% - 14px);
}

.lp-header .sticky-header .nav-outer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.lp-header .sticky-header .main-menu,
.lp-header .sticky-header .main-menu .navigation {
  width: auto;
}

.lp-header .sticky-header .main-menu .navigation > li {
  margin: 0 0 0 34px;
  padding: 24px 0;
}

.lp-header .sticky-header .main-menu .navigation > li:first-child {
  margin-left: 0;
}

.lp-header .sticky-header .main-menu .navigation > li > a {
  color: var(--lp-dark);
  text-transform: none;
}

.lp-header .sticky-header .lp-sticky-proposal {
  flex: 0 0 auto;
}

.lp-header .sticky-header .lp-proposal-btn {
  padding: 13px 22px;
}

.lp-header .outer-box {
  flex: 0 0 auto;
  padding: 0;
}

.lp-header .lp-proposal-btn,
.lp-banner .btn-style-one {
  min-width: auto;
  padding: 18px 27px;
  border-radius: 28px;
  background: linear-gradient(90deg, #ef4b05, #f06b16);
  color: var(--lp-white);
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.lp-header .outer-box .btn-box {
  margin-left: 18px;
}

.lp-header .lp-proposal-btn:before,
.lp-banner .btn-style-one:before {
  border-radius: inherit;
  background: var(--lp-orange-dark);
}

.lp-header .lp-proposal-btn i,
.lp-banner .btn-style-one i,
.lp-outline-btn i {
  margin-left: 10px;
  transform: rotate(-45deg);
}

.lp-banner.banner-section {
  /* Keep the desktop banner in the same 1920:900 frame as the video. */
  height: min(46.875vw, 900px);
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.lp-banner.banner-section:before {
  display: none;
}

.lp-banner .bg {
  opacity: 1;
}

.lp-banner .bg-video {
  display: block;
  /* Match the 1920 x 900 source ratio and keep the complete video visible. */
  object-fit: contain;
  object-position: center;
  background: #000;
}

.lp-banner:after {
  display: none;
}

.lp-banner .auto-container {
  position: relative;
  z-index: 2;
}

.lp-banner .content-box.lp-hero-content {
  display: block;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 !important;
  text-align: center;
}

.lp-banner .lp-hero-content .title {
  margin-bottom: 10px;
  color: var(--lp-white);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.lp-banner .lp-hero-content .title span {
  display: block;
  margin-top: 4px;
  color: var(--lp-orange);
  font-size: 42px;
  line-height: 1.05;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.lp-title-line {
  width: 110px;
  height: 3px;
  margin: 11px auto 13px;
  background: var(--lp-orange);
}

.lp-hero-content h2 {
  margin-bottom: 8px;
  color: var(--lp-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.lp-hero-content p {
  max-width: 800px;
  margin: 0 auto 13px;
  color: var(--lp-white);
  font-size: 14px;
  line-height: 1.34;
}

.lp-banner-actions {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.lp-banner .btn-style-one {
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 16px;
}

.lp-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 28px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  color: var(--lp-white);
  font-size: 16px;
  font-weight: 700;
}

.lp-outline-btn:hover {
  color: var(--lp-white);
  border-color: var(--lp-orange);
  background: rgba(240, 90, 0, 0.22);
}

.lp-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
}

.lp-stat {
  display: grid;
  grid-template-columns: 44px auto;
  column-gap: 11px;
  align-items: center;
  padding: 0 26px;
  color: var(--lp-white);
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.50);
}

.lp-stat:last-child {
  border-right: 0;
}

.lp-stat i {
  grid-row: span 2;
  color: var(--lp-orange);
  font-size: 31px;
}

.lp-stat strong {
  color: var(--lp-orange);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.lp-stat strong .count-text {
  color: var(--lp-orange);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.lp-stat > span {
  color: var(--lp-white);
  font-size: 11px;
  line-height: 1.3;
}

.lp-proof-strip-section {
  position: relative;
  padding: 34px 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(36, 38, 44, .08);
}

.lp-proof-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.lp-proof-stats {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(3, 1fr);
}

.lp-proof-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 0 28px;
  border-right: 1px solid rgba(36, 38, 44, .14);
}

.lp-proof-stat:first-child {
  padding-left: 0;
}

.lp-proof-stat:last-child {
  border-right: 0;
}

.lp-proof-stat i {
  flex: 0 0 auto;
  color: var(--lp-orange);
  font-size: 29px;
}

.lp-proof-stat strong,
.lp-proof-stat strong .count-text {
  display: block;
  color: var(--lp-dark);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.lp-proof-stat > div > span {
  display: block;
  margin-top: 6px;
  color: #62646a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.lp-proof-button {
  flex: 0 0 auto;
  min-width: 216px;
  padding: 15px 24px !important;
  border-radius: 7px !important;
  text-align: center;
}

.lp-proof-button i {
  margin-left: 8px;
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .lp-header.header-style-one .main-box {
    margin: 0 20px;
  }

  .lp-header.header-style-one .main-box .logo-box {
    width: 250px;
    min-width: 250px;
    padding-left: 28px;
  }

  .lp-header .main-menu .navigation > li {
    margin-right: 18px;
  }

  .lp-header .main-menu .navigation > li > a,
  .lp-header.header-style-one .main-box .nav-outer .navigation > li > a {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .lp-topbar-swastik {
    display: none;
  }
}

@media (max-width: 991px) {
  /* Keep the mobile banner below the header instead of letting the
     absolute background video sit behind/under the navigation. */
  .lp-header {
    position: relative;
  }

  .lp-header .sticky-header .lp-sticky-proposal {
    display: none;
  }

  .lp-header .lp-topbar {
    display: none;
  }

  .lp-header.header-style-one .main-box {
    margin: 0;
    min-height: 82px;
    border-radius: 0;
  }

  .lp-header.header-style-one .main-box .logo-box {
    width: auto;
    min-width: 0;
    height: 82px;
    padding-left: 22px;
  }

  .lp-header.header-style-one .main-box .logo-box img {
    max-width: 175px;
  }

  .lp-header.header-style-one .main-box .header-navbar {
    padding-right: 20px;
  }

  .lp-banner.banner-section {
    height: 46.875vw;
    min-height: 0;
    padding-top: 0;
  }

  .lp-banner .lp-hero-content .title {
    font-size: 36px;
  }

  .lp-banner .lp-hero-content .title span {
    font-size: 40px;
  }

  .lp-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 360px;
    justify-items: center;
    text-align: center;
  }

  .lp-stat {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 4px;
    border-right: 0;
    padding: 0 6px;
    text-align: center;
  }

  .lp-stat i {
    grid-row: auto;
    font-size: 22px;
  }

  .lp-stat strong,
  .lp-stat strong .count-text {
    font-size: 22px;
  }

  .lp-stat > span {
    font-size: 9px;
    line-height: 1.2;
  }

  .lp-proof-strip {
    gap: 22px;
  }

  .lp-proof-stat {
    gap: 9px;
    padding: 0 14px;
  }

  .lp-proof-stat strong,
  .lp-proof-stat strong .count-text {
    font-size: 25px;
  }

  .lp-proof-stat > div > span {
    font-size: 10px;
  }

  .lp-proof-button {
    min-width: 190px;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

@media (max-width: 575px) {
  .lp-banner .bg-video {
    width: 100vw;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .lp-header.header-style-one .main-box {
    margin: 0;
    min-height: 82px;
    overflow: hidden;
  }

  .lp-header.header-style-one .main-box .logo-box {
    width: 190px;
    min-width: 190px;
    height: 82px;
    padding-left: 22px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 10px;
    flex: 0 1 auto;
    justify-content: flex-start;
  }

  .lp-header.header-style-one .main-box .logo-box img {
    display: block;
    max-width: 150px;
    width: 150px;
    height: auto;
    object-fit: contain;
  }

  .lp-header.header-style-one .main-box .header-navbar {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 16px;
    padding-left: 0;
  }

  .lp-header .mobile-nav-toggler {
    margin-left: auto;
  }

  .lp-banner.banner-section {
    height: 46.875vw;
    min-height: 0;
    padding-top: 0;
  }

  .lp-banner .lp-hero-content .title {
    font-size: 30px;
  }

  .lp-banner .lp-hero-content .title span {
    font-size: 32px;
  }

  .lp-hero-content h2 {
    font-size: 18px;
  }

  .lp-hero-content p {
    font-size: 14px;
  }

  .lp-banner-actions {
    gap: 14px;
    margin-bottom: 34px;
  }

  .lp-banner .btn-style-one,
  .lp-outline-btn {
    width: 100%;
    min-height: 56px;
    padding: 16px 18px;
  }

  .lp-proof-strip-section {
    padding: 20px 0;
  }

  .lp-proof-strip {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .lp-proof-stats {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .lp-proof-stat,
  .lp-proof-stat:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    min-height: 58px;
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 38, 44, .12);
  }

  .lp-proof-stat i {
    margin-top: 0;
    font-size: 24px;
  }

  .lp-proof-stat > div {
    max-width: 240px;
    text-align: left;
  }

  .lp-proof-stat:last-child {
    border-bottom: 0;
  }

  .lp-proof-stat strong,
  .lp-proof-stat strong .count-text {
    font-size: 25px;
  }

  .lp-proof-stat > div > span {
    margin-top: 3px;
    font-size: 11px;
  }

  .lp-proof-button {
    align-self: flex-start;
    width: auto;
    min-width: 0;
    padding-right: 28px !important;
    padding-left: 28px !important;
    margin-top: 2px;
  }
}

.lp-about-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 80px;
  background: #f7f7f7;
}

.lp-about-section .auto-container {
  max-width: 1450px;
}

.lp-about-globe {
  position: absolute;
  left: -170px;
  bottom: -150px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(25, 25, 25, 0.10);
  border-radius: 50%;
  opacity: 0.7;
}

.lp-about-globe:before,
.lp-about-globe:after {
  content: "";
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(25, 25, 25, 0.10);
  border-radius: 50%;
}

.lp-about-globe:after {
  inset: 95px;
}

.lp-about-dots {
  position: absolute;
  width: 155px;
  height: 155px;
  opacity: 0.38;
  background-image: radial-gradient(#9c9c9c 4px, transparent 5px);
  background-size: 22px 22px;
}

.lp-about-dots-left {
  left: 475px;
  top: 115px;
}

.lp-about-dots-right {
  right: 55px;
  top: 0;
}

.lp-about-images {
  position: relative;
  min-height: 625px;
  margin-right: 35px;
}

.lp-about-img {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

.lp-about-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-about-img-main {
  left: 0;
  top: 0;
  width: 430px;
  height: 540px;
}

.lp-about-img-top {
  right: 0;
  top: 120px;
  width: 355px;
  height: 250px;
  border: 8px solid #ffffff;
}

.lp-about-img-bottom {
  right: 20px;
  bottom: 0;
  width: 360px;
  height: 285px;
  border: 8px solid #ffffff;
}

.lp-project-badge {
  position: absolute;
  left: 110px;
  bottom: 48px;
  z-index: 3;
  display: grid;
  grid-template-columns: 64px auto;
  align-items: center;
  column-gap: 14px;
  min-width: 230px;
  padding: 18px 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 15px 36px rgba(0, 0, 0, 0.13);
}

.lp-project-badge span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--lp-orange);
  color: #ffffff;
  font-size: 24px;
}

.lp-project-badge strong {
  display: block;
  color: var(--lp-orange);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.lp-project-badge small {
  color: var(--lp-dark);
  font-size: 13px;
  font-weight: 800;
}

.lp-about-content {
  position: relative;
  max-width: 650px;
  margin-left: auto;
}

.lp-section-tag {
  position: relative;
  margin-bottom: 40px;
  color: var(--lp-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: capitalize;
}

.lp-section-tag:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 34px;
  height: 2px;
  background: var(--lp-orange);
}

.lp-about-content h2 {
  margin-bottom: 22px;
  color: var(--lp-dark);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.lp-about-content h2 span {
  color: var(--lp-orange);
}

.lp-about-positioning {
  margin: 28px 0 21px;
  color: var(--lp-dark);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.lp-about-content p {
  margin-bottom: 21px;
  color: #555555;
  font-size: 15px;
  line-height: 1.85;
}

.lp-about-content p strong {
  color: var(--lp-dark);
  font-weight: 800;
}

.lp-about-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 8px;
}

.lp-about-actions .btn-style-one {
  min-width: 165px;
  padding: 15px 28px;
  border-radius: 28px;
  background: linear-gradient(90deg, #ef4b05, #f06b16);
  color: #ffffff;
}

.lp-about-actions .btn-style-one:before {
  border-radius: inherit;
  background: var(--lp-orange-dark);
}

.lp-about-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 28px;
  border: 1px solid var(--lp-orange);
  border-radius: 28px;
  color: var(--lp-orange);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-about-outline:hover {
  color: #ffffff;
  background: var(--lp-orange);
}

.lp-about-actions i,
.lp-about-outline i {
  margin-left: 12px;
}

.lp-solutions-section {
  position: relative;
  overflow: hidden;
  padding: 27px 0 50px;
  background: #f6f6f6;
}

.lp-solutions-section .auto-container {
  max-width: 1450px;
  width: calc(100% - 96px);
  padding-right: 8px;
  padding-left: 8px;
}

.lp-solutions-head {
  margin-bottom: 51px;
}

.lp-solutions-head .lp-section-tag {
  margin-bottom: 30px;
}

.lp-solutions-head h2 {
  margin-bottom: 14px;
  color: #24242b;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -1.1px;
}

.lp-solutions-head p {
  margin: 0;
  color: #686970;
  font-size: 16px;
  line-height: 1.6;
}

.lp-solutions-carousel-wrap {
  position: relative;
  padding: 0 30px 36px;
}

.lp-solutions-carousel {
  overflow: hidden;
  padding: 0 0 8px;
}

.lp-solutions-carousel .swiper-wrapper {
  align-items: stretch;
}

.lp-solutions-carousel .swiper-slide {
  height: auto;
}

.lp-solution-card {
  position: relative;
  min-height: 465px;
  height: 100%;
  padding: 54px 28px 34px;
  overflow: visible;
  border: 1px solid rgba(30, 31, 36, 0.08);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 2px 5px rgba(20, 20, 25, 0.06);
  transition: transform 300ms ease, background 300ms ease, color 300ms ease, box-shadow 300ms ease;
}

.lp-solution-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  background: linear-gradient(148deg, #ff8a08 0%, #ff6900 58%, #ff4e08 100%);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(20, 20, 25, 0.09);
}

.lp-solution-card.active {
  isolation: isolate;
  border-color: transparent;
  background: linear-gradient(148deg, #ff8a08 0%, #ff6900 58%, #ff4e08 100%);
  color: #ffffff;
}

.lp-solution-card.active:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 132px;
  height: 108px;
  border-radius: 0 0 21px 0;
  opacity: 0.25;
  background-image: radial-gradient(rgba(255, 255, 255, 0.72) 1px, transparent 1px);
  background-size: 7px 7px;
  -webkit-mask-image: linear-gradient(135deg, transparent 4%, #000 100%);
  mask-image: linear-gradient(135deg, transparent 4%, #000 100%);
  pointer-events: none;
  z-index: -1;
}

.lp-card-arrow {
  position: absolute;
  top: -14px;
  left: -10px;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 9px solid #f6f6f6;
  border-radius: 17px;
  background: #ffffff;
  color: var(--lp-orange);
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.05);
  z-index: 3;
  transition: color 250ms ease, background 250ms ease, transform 250ms ease;
}

.lp-card-arrow:hover {
  color: #ffffff;
  background: var(--lp-orange);
  transform: translateX(2px);
}

.lp-solution-card.active .lp-card-arrow {
  background: #ff7908;
  color: #ffffff;
}

.lp-solution-card:hover .lp-card-arrow {
  background: #ff7908;
  color: #ffffff;
}

.lp-solution-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #30323a;
}

.lp-solution-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-solution-icon svg .accent {
  color: #ff6900;
  stroke: currentColor;
}

.lp-solution-icon > i {
  color: inherit;
  font-size: 66px;
  line-height: 1;
}

.lp-solution-card.active .lp-solution-icon {
  color: #ffffff;
}

.lp-solution-card.active .lp-solution-icon svg .accent,
.lp-solution-card:hover .lp-solution-icon svg .accent {
  color: #ffffff;
}

.lp-solution-card h3 {
  margin-bottom: 13px;
  color: #28282f;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.55px;
}

.lp-solution-card.active h3 {
  color: #ffffff;
}

.lp-solution-card:hover h3 {
  color: #ffffff;
}

.lp-card-line {
  width: 35px;
  height: 2px;
  margin-bottom: 13px;
  background: var(--lp-orange);
}

.lp-solution-card.active .lp-card-line {
  background: #ffffff;
}

.lp-solution-card:hover .lp-card-line {
  background: #ffffff;
}

.lp-solution-card p {
  margin: 0;
  color: #686a72;
  font-size: 14px;
  line-height: 1.62;
}

.lp-solution-card.active p {
  color: #ffffff;
}

.lp-solution-card:hover p {
  color: #ffffff;
}

.lp-solutions-nav {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #24242b;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(20, 20, 25, 0.12);
  cursor: pointer;
  transition: all 250ms ease;
}

.lp-solutions-nav:hover {
  color: #ffffff;
  background: var(--lp-orange);
}

.lp-solutions-prev {
  left: 0;
}

.lp-solutions-next {
  right: 0;
}

.lp-solutions-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.lp-solutions-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.lp-solutions-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  opacity: 1;
  background: rgba(36, 36, 43, 0.22);
}

.lp-solutions-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 999px;
  background: var(--lp-orange);
}

.lp-work-news-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0 62px;
  background: #f6f6f6;
}

.lp-news-section {
  position: relative;
  padding: 86px 0 78px;
  overflow: hidden;
  background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 58%, #f1f1f1 100%);
}

.lp-news-section .sec-title .sub-title {
  color: #f05a00;
}

.lp-news-section .sec-title h2 {
  color: #24242b;
}

.lp-news-section .sec-title h2 span {
  color: var(--lp-orange);
}

.lp-news-section .sec-title .text {
  color: #62646b;
}

.lp-news-section .news-block-two .inner-box {
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(36, 36, 43, 0.08);
}

.lp-news-section .news-block-two .inner-box:before {
  background: #eeeeee;
}

.lp-news-section .news-block-two .shape-sixteen,
.lp-news-section .news-block-two .shape-seventeen {
  filter: grayscale(1);
}

.lp-news-section .news-block-two .inner-box .content-box .cat,
.lp-news-section .news-block-two .inner-box .content-box .post-meta li .icon,
.lp-news-section .news-block-two .inner-box .image-box .date-box .date,
.lp-news-section .news-block-two .inner-box .image-box .date-box .month {
  color: #f05a00;
}

.lp-news-section .news-block-two .inner-box .image-box .date-box,
.lp-news-section .news-block-two .inner-box.active .image-box .date-box {
  background: #d9d9d9;
}

.lp-news-section .news-block-two .inner-box .image-box .date-box .date,
.lp-news-section .news-block-two .inner-box .image-box .date-box .month,
.lp-news-section .news-block-two .inner-box.active .image-box .date-box .date,
.lp-news-section .news-block-two .inner-box.active .image-box .date-box .month {
  color: #24262c;
}

.lp-news-section .news-block-two .inner-box.active .content-box .cat,
.lp-news-section .news-block-two .inner-box.active .content-box .post-meta li,
.lp-news-section .news-block-two .inner-box.active .content-box .post-meta li .icon,
.lp-news-section .news-block-two .inner-box.active .content-box .title a {
  color: #24262c;
}

.lp-news-section .news-block-two .inner-box .image-box .btn-box .read-more {
  background: #24242b;
  color: #ffffff;
}

.lp-news-section .news-block-two .inner-box .image-box .btn-box .read-more:hover {
  background: #f05a00;
}

.lp-work-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 58px;
  align-items: center;
}

.lp-work-intro {
  max-width: 470px;
}

.lp-work-intro .lp-section-tag {
  margin-bottom: 24px;
}

.lp-work-intro h2 {
  margin-bottom: 18px;
  color: #24242b;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.lp-work-intro p {
  margin-bottom: 30px;
  color: #65676e;
  font-size: 16px;
  line-height: 1.72;
}

.lp-work-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: 26px;
  align-items: stretch;
}

.lp-work-image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #d9d9d9;
  box-shadow: 0 22px 46px rgba(30, 31, 36, 0.13);
}

.lp-work-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 36, 43, 0.04), rgba(36, 36, 43, 0.28));
  pointer-events: none;
}

.lp-work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-work-projects {
  padding: 36px 34px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(30, 31, 36, 0.09);
  border: 1px solid rgba(36, 36, 43, 0.08);
}

.lp-work-projects h3 {
  margin-bottom: 22px;
  color: #24242b;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.lp-work-projects ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-work-projects li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(36, 36, 43, 0.10);
  color: #44464c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.lp-work-projects li:first-child {
  padding-top: 0;
}

.lp-work-projects li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.lp-work-projects li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #ffffff;
  background: #f05a00;
  font-size: 12px;
  font-weight: 800;
}

.lp-work-news-section .auto-container {
  max-width: 1220px;
}

.lp-work-rings {
  position: absolute;
  left: -96px;
  top: -88px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  opacity: 0.5;
  background:
    repeating-radial-gradient(circle, transparent 0 19px, rgba(227, 75, 0, 0.18) 20px 22px, transparent 23px 35px),
    conic-gradient(from -35deg, rgba(235, 78, 0, 0.85), rgba(235, 78, 0, 0) 26%, rgba(40, 40, 45, 0.16) 42%, rgba(255, 255, 255, 0) 62%, rgba(235, 78, 0, 0.6) 84%, rgba(235, 78, 0, 0.85));
  pointer-events: none;
}

.lp-work-rings:after {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  background: #f6f6f6;
}

.lp-work-news-intro {
  max-width: 310px;
}

.lp-work-news-intro .lp-section-tag {
  margin-bottom: 36px;
}

.lp-work-news-intro .lp-section-tag i {
  margin-left: 6px;
  font-size: 14px;
}

.lp-work-news-intro h2 {
  margin: 0 0 22px;
  color: #050505;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.lp-work-news-intro h2 span {
  color: var(--lp-orange);
}

.lp-work-news-intro p {
  margin: 0 0 42px;
  color: #5f6268;
  font-size: 16px;
  line-height: 1.9;
}

.lp-work-news-intro .theme-btn {
  min-width: 198px;
  border-radius: 26px;
}

.lp-work-news-intro .theme-btn i {
  margin-left: 14px;
}

.lp-work-news-list {
  display: grid;
  gap: 13px;
}

.lp-work-news-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 368px;
  min-height: 216px;
  overflow: visible;
  border: 1px solid rgba(24, 24, 28, 0.07);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(20, 20, 25, 0.08);
}

.lp-work-news-card.active {
  background: linear-gradient(140deg, #ef4d00 0%, #f25d00 100%);
}

.lp-work-news-content {
  padding: 25px 26px 18px;
}

.lp-work-news-content .cat {
  margin-bottom: 14px;
  color: var(--lp-orange);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.lp-work-news-card.active .cat,
.lp-work-news-card.active .post-meta li,
.lp-work-news-card.active .title a,
.lp-work-news-card.active .read-more {
  color: #ffffff;
}

.lp-work-news-content .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.lp-work-news-content .post-meta li {
  color: #575a60;
  font-size: 13px;
  font-weight: 700;
}

.lp-work-news-content .post-meta .icon {
  margin-right: 5px;
  color: var(--lp-orange);
  font-size: 12px;
}

.lp-work-news-card.active .post-meta .icon {
  color: #ffffff;
}

.lp-work-news-content .title {
  max-width: 350px;
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.lp-work-news-content .title a {
  color: #070707;
}

.lp-work-news-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #070707;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.lp-work-news-image {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  border-radius: 11px;
}

.lp-work-news-image a,
.lp-work-news-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-work-news-image img {
  object-fit: cover;
  object-position: center;
}

.lp-work-news-image .date-box {
  position: absolute;
  left: -31px;
  top: 20px;
  width: 65px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 13px rgba(12, 12, 12, 0.12);
  z-index: 2;
}

.lp-work-news-image .date {
  margin: 0;
  color: var(--lp-orange);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.lp-work-news-image .month {
  margin-top: 5px;
  color: #070707;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.lp-footprint-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 72px;
  background: #f7f7f7;
}

.lp-footprint-section .auto-container {
  max-width: 1240px;
}

.lp-footprint-pattern {
  position: absolute;
  right: -35px;
  top: -18px;
  width: 420px;
  height: 275px;
  opacity: 0.7;
  background:
    radial-gradient(rgba(30, 31, 36, 0.13) 1px, transparent 1px) 0 0 / 7px 7px,
    linear-gradient(135deg, transparent 0 38%, rgba(213, 216, 221, 0.52) 38% 58%, transparent 58%),
    linear-gradient(45deg, transparent 0 42%, rgba(232, 234, 237, 0.95) 42% 64%, transparent 64%);
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 72%);
  pointer-events: none;
}

.lp-footprint-top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  margin-bottom: 29px;
  z-index: 1;
}

.lp-footprint-title {
  max-width: 585px;
}

.lp-footprint-title .lp-section-tag {
  margin-bottom: 24px;
  letter-spacing: 1.3px;
}

.lp-footprint-title h2 {
  margin: 0 0 18px;
  color: #23242a;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.lp-footprint-title p {
  max-width: 520px;
  margin: 0;
  color: #5b5d64;
  font-size: 16px;
  line-height: 1.55;
}

.lp-footprint-tabs .tab-btns {
  display: inline-flex;
  margin: 0 0 3px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(28, 29, 34, 0.08);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(20, 20, 25, 0.08);
}

.lp-footprint-tabs .tab-btn {
  position: relative;
  min-width: 174px;
  padding: 22px 24px;
  color: #26272d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: color 300ms ease, background 300ms ease;
}

.lp-footprint-tabs .tab-btn + .tab-btn {
  border-left: 1px solid rgba(28, 29, 34, 0.1);
}

.lp-footprint-tabs .tab-btn i {
  margin-right: 10px;
  color: #25262b;
  font-size: 20px;
  vertical-align: middle;
  transition: color 300ms ease;
}

.lp-footprint-tabs .tab-btn:hover,
.lp-footprint-tabs .tab-btn.active-btn {
  color: #ffffff;
  background: linear-gradient(140deg, #ff7a08 0%, #f05a00 100%);
}

.lp-footprint-tabs .tab-btn:hover i,
.lp-footprint-tabs .tab-btn.active-btn i {
  color: #ffffff;
}

.lp-footprint-tabs .tabs-content {
  position: relative;
  z-index: 1;
}

.lp-footprint-show-card {
  overflow: hidden;
  border: 1px solid rgba(28, 29, 34, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 16px rgba(20, 20, 25, 0.05);
}

.lp-footprint-show-row {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 150px 66px;
  align-items: center;
  gap: 28px;
  min-height: 113px;
  padding: 21px 31px;
}

.lp-footprint-show-row + .lp-footprint-show-row {
  border-top: 1px solid rgba(28, 29, 34, 0.1);
}

.lp-footprint-type,
.lp-footprint-stat {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.lp-footprint-type {
  padding-right: 34px;
  border-right: 1px solid rgba(28, 29, 34, 0.11);
}

.lp-footprint-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(28, 29, 34, 0.08);
  border-radius: 50%;
  background: #ffffff;
  color: var(--lp-orange);
  font-size: 26px;
  box-shadow: 0 6px 15px rgba(20, 20, 25, 0.05);
}

.lp-footprint-type h3 {
  margin: 0 0 4px;
  color: #23242a;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.lp-footprint-type p,
.lp-footprint-events p {
  margin: 0;
  color: #666970;
  font-size: 15px;
  line-height: 1.4;
}

.lp-footprint-events h4 {
  margin: 0 0 6px;
  color: #23242a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.lp-footprint-location {
  color: #34353b;
  font-size: 16px;
  font-weight: 500;
}

.lp-footprint-location i {
  margin-right: 10px;
  color: var(--lp-orange);
  font-size: 23px;
}

.lp-footprint-arrow {
  width: 57px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(140deg, #ff8a10 0%, #f05a00 100%);
  color: #ffffff;
  font-size: 23px;
  box-shadow: 0 8px 18px rgba(240, 90, 0, 0.24);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.lp-footprint-arrow:hover {
  color: #ffffff;
  transform: translateX(4px);
  box-shadow: 0 10px 22px rgba(240, 90, 0, 0.32);
}

.lp-footprint-glance {
  display: grid;
  grid-template-columns: 240px 270px minmax(0, 1fr);
  align-items: stretch;
  min-height: 292px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(28, 29, 34, 0.12);
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(20, 20, 25, 0.08);
}

.lp-footprint-stat {
  padding: 0 28px;
  background:
    linear-gradient(135deg, rgba(245, 246, 247, 0.96), rgba(255, 255, 255, 0.74)),
    repeating-linear-gradient(45deg, rgba(225, 227, 230, 0.4) 0 1px, transparent 1px 16px);
}

.lp-footprint-stat strong {
  display: block;
  color: var(--lp-orange);
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}

.lp-footprint-stat span span,
.lp-footprint-stat div span {
  display: block;
  margin-top: 8px;
  color: #4c4f55;
  font-size: 15px;
}

.lp-footprint-glance-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 38px;
  border-left: 1px solid rgba(28, 29, 34, 0.1);
}

.lp-footprint-glance-content h3 {
  margin: 0 0 20px;
  color: #23242a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}

.lp-footprint-glance-content p {
  margin: 0 0 10px;
  color: #35363c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.lp-footprint-glance-content p:last-child {
  margin-bottom: 0;
}

.lp-footprint-glance-content i {
  width: 23px;
  margin-right: 9px;
  color: #4c4f55;
}

.lp-footprint-glance-content .highlight i {
  color: var(--lp-orange);
}

.lp-footprint-glance-image {
  position: relative;
  overflow: hidden;
  min-height: 292px;
}

.lp-footprint-glance-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.lp-event-schedule-section {
  overflow: hidden;
  padding: 108px 0 112px;
  background: #f4f4f4;
}

.lp-footprint-cta-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background: #d9d9d9;
}

.lp-footprint-cta-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px 42px;
  border: 1px solid rgba(36, 38, 44, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .28);
  box-shadow: 0 18px 50px rgba(36, 38, 44, .14);
}

.lp-footprint-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff8a10, #f05a00);
  font-size: 28px;
  transform: rotate(-5deg);
}

.lp-footprint-cta-copy .lp-section-tag {
  display: block;
  margin-bottom: 8px;
  color: #ff8a10;
}

.lp-footprint-cta-copy h2 {
  margin: 0 0 10px;
  color: #686b72;
  font-size: 34px;
  line-height: 1.15;
}

.lp-footprint-cta-copy p {
  max-width: 670px;
  margin: 0;
  color: #4f5158;
  font-size: 16px;
  line-height: 1.6;
}

.lp-footprint-cta-actions {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  width: 300px;
}

.lp-footprint-cta-actions .btn-style-one {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 17px 24px;
  white-space: nowrap;
  border-radius: 30px;
  text-align: center;
}

.lp-footprint-cta-actions a,
.lp-footprint-cta-actions a:hover,
.lp-footprint-cta-actions a:focus {
  text-decoration: none !important;
}

.lp-footprint-cta-pattern {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(240, 90, 0, .28);
  border-radius: 50%;
}

.lp-footprint-cta-pattern::after {
  position: absolute;
  content: "";
  inset: 20px;
  border: 1px solid rgba(255, 138, 16, .18);
  border-radius: 50%;
}

.lp-footprint-cta-pattern-left {
  top: -125px;
  left: -85px;
}

.lp-footprint-cta-pattern-right {
  right: -90px;
  bottom: -145px;
}

.lp-event-schedule-section .bg-image {
  background-size: cover;
  background-position: center;
}

.lp-event-schedule-section .bg-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 244, 244, 0.96), rgba(244, 244, 244, 0.88));
}

.lp-event-schedule-section .sec-title .sub-title {
  color: var(--lp-orange);
}

.lp-event-schedule-section .sec-title h2 {
  color: #24242b;
}

.lp-event-schedule-section .sec-title .text {
  color: #62646b;
}

.lp-event-schedule-section .sec-title {
  max-width: 540px;
  margin-bottom: 52px;
}

.lp-event-schedule-section .sec-title h2 {
  max-width: 540px;
  font-size: 58px;
  line-height: 1.03;
  letter-spacing: 0;
}

.lp-event-schedule-section .sec-title .text {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.7;
}

.lp-event-schedule-section .event-tabs-two {
  margin-top: -180px;
}

.lp-event-schedule-section .event-tabs-two .tab-btns {
  margin-bottom: 52px;
}

@media (min-width: 1440px) {
  .lp-event-schedule-section .event-tabs-two .tab-btns {
    position: relative;
    z-index: 4;
    transform: translateY(-150px);
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .lp-event-schedule-section .event-tabs-two {
    margin-top: 0;
  }
}

.lp-event-schedule-section .bg {
  filter: grayscale(0.75);
}

.lp-event-schedule-section:before {
  background: rgba(244, 244, 244, 0.82);
}

.lp-event-schedule-section .event-tabs-two .tab-btn {
  background: #ffffff;
  color: #24242b;
}

.lp-event-schedule-section .event-tabs-two .tab-btn:before {
  background: linear-gradient(140deg, #ff7a08 0%, var(--lp-orange) 100%);
}

.lp-event-schedule-section .event-tabs-two .tab-btn:hover,
.lp-event-schedule-section .event-tabs-two .tab-btn.active-btn {
  color: #ffffff;
}

.lp-event-schedule-section .event-block-two .inner-box .time-box .icon,
.lp-event-schedule-section .event-block-two .inner-box .title-box .speaker-box .icon {
  color: var(--lp-orange);
}

.lp-event-schedule-section .event-block-two .inner-box .time-box .time {
  color: #24242b;
  font-size: 17px;
}

.lp-event-schedule-section .event-block-two .inner-box .title-box .title {
  color: #24242b;
  font-size: 24px;
  line-height: 1.25;
}

.lp-event-schedule-section .event-block-two .inner-box .title-box .speaker-box .speaker {
  color: #5f6269;
}

.lp-event-schedule-section .event-block-two .inner-box .text-box .text {
  color: #4a4d54;
}

.lp-event-schedule-section .event-block-two .inner-box:before {
  background: linear-gradient(120deg, #191a1f 0%, #303139 100%);
}

.lp-event-schedule-section .event-block-two .inner-box .event-hover {
  filter: brightness(0.35);
}

.lp-event-schedule-section .event-block-two .inner-box:hover .title-box .title {
  color: #ffffff;
}

.lp-event-schedule-section .event-block-two .inner-box .btn-box .read-more {
  background: radial-gradient(circle, #ff9d50, var(--lp-orange));
}

.lp-event-schedule-section .event-block-two .inner-box:hover .time-box .icon,
.lp-event-schedule-section .event-block-two .inner-box:hover .title-box .speaker-box .icon,
.lp-event-schedule-section .event-block-two .inner-box:hover .time-box .time,
.lp-event-schedule-section .event-block-two .inner-box:hover .title-box .speaker-box .speaker,
.lp-event-schedule-section .event-block-two .inner-box:hover .text-box .text {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .lp-event-schedule-section .sec-title {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .lp-event-schedule-section .sec-title h2 {
    max-width: 760px;
    font-size: 48px;
  }

  .lp-event-schedule-section .event-tabs-two {
    margin-top: 0;
  }

  .lp-about-content {
    max-width: none;
    margin: 0 0 40px;
  }

  .lp-about-images {
    max-width: 760px;
    margin: 0 auto;
  }

  .lp-about-section .content-column {
    order: 1;
  }

  .lp-about-section .image-column {
    order: 2;
  }

  .lp-solutions-head h2 {
    font-size: 38px;
  }

  .lp-solutions-section .auto-container {
    width: calc(100% - 48px);
  }

  .lp-work-news-section {
    padding-top: 60px;
  }

  .lp-work-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .lp-work-intro {
    max-width: 760px;
  }

  .lp-work-news-intro {
    max-width: 640px;
    margin-bottom: 34px;
  }

  .lp-work-news-intro h2 br {
    display: none;
  }

  .lp-footprint-top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lp-footprint-title {
    max-width: 760px;
  }

  .lp-footprint-show-row {
    grid-template-columns: 275px minmax(0, 1fr) 120px 58px;
    gap: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .lp-footprint-events h4 {
    font-size: 24px;
  }

  .lp-footprint-glance {
    grid-template-columns: 220px 260px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .lp-work-news-card {
    grid-template-columns: 1fr;
  }

  .lp-work-showcase {
    grid-template-columns: 1fr;
  }

  .lp-work-image {
    min-height: 340px;
  }

  .lp-work-news-image {
    min-height: 260px;
    border-radius: 0 0 11px 11px;
  }

  .lp-work-news-image .date-box {
    left: 20px;
    top: -36px;
  }

  .lp-footprint-tabs .tab-btns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-footprint-tabs .tab-btn {
    min-width: 0;
    padding: 18px 15px;
    text-align: center;
  }

  .lp-footprint-show-row,
  .lp-footprint-glance {
    grid-template-columns: 1fr;
  }

  .lp-footprint-type {
    padding-right: 0;
    border-right: none;
  }

  .lp-footprint-show-row {
    align-items: start;
  }

  .lp-footprint-glance-content {
    border-left: none;
    border-top: 1px solid rgba(28, 29, 34, 0.1);
  }
}

@media (max-width: 767px) {
  .lp-about-section {
    padding: 70px 0 60px;
  }

  .lp-about-images {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .lp-about-img,
  .lp-about-img-main,
  .lp-about-img-top,
  .lp-about-img-bottom {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .lp-about-img-top {
    display: none;
  }

  .lp-project-badge {
    left: 18px;
    bottom: 18px;
    min-width: 210px;
  }

  .lp-about-content h2 {
    font-size: 34px;
  }

  .lp-about-positioning {
  margin: 28px 0 21px;
  color: var(--lp-dark);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.lp-about-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .lp-solutions-section {
    padding: 56px 0 60px;
  }

  .lp-solutions-section .auto-container {
    width: calc(100% - 24px);
    padding-right: 4px;
    padding-left: 4px;
  }

  .lp-solutions-head h2 {
    font-size: 32px;
  }

  .lp-solution-card {
    min-height: 430px;
    padding: 56px 28px 34px;
  }

  .lp-work-news-section {
    padding: 54px 0 56px;
  }

  .lp-news-section {
    padding: 62px 0 58px;
  }

  .lp-work-intro h2 {
    font-size: 36px;
  }

  .lp-event-schedule-section .sec-title h2 {
    font-size: 38px;
  }

  .lp-event-schedule-section .sec-title .text {
    font-size: 16px;
  }

  .lp-work-projects {
    padding: 28px 22px;
  }

  .lp-work-projects li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    font-size: 14px;
  }

  .lp-work-projects li span {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .lp-work-rings {
    left: -135px;
    top: -120px;
  }

  .lp-work-news-intro h2 {
    font-size: 34px;
  }

  .lp-work-news-intro p {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.75;
  }

  .lp-work-news-content {
    padding: 24px 22px 54px;
  }

  .lp-work-news-content .title {
    font-size: 22px;
  }

  .lp-footprint-section {
    padding: 54px 0 58px;
  }

  .lp-footprint-title h2 {
    font-size: 34px;
  }

  .lp-footprint-title p {
    font-size: 14px;
  }

  .lp-footprint-tabs .tab-btns {
    grid-template-columns: 1fr;
  }

  .lp-footprint-tabs .tab-btn + .tab-btn {
    border-top: 1px solid rgba(28, 29, 34, 0.1);
    border-left: none;
  }

  .lp-footprint-show-row {
    gap: 18px;
    padding: 24px 20px;
  }

  .lp-footprint-type,
  .lp-footprint-stat {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
  }

  .lp-footprint-icon {
    width: 56px;
    height: 56px;
    font-size: 21px;
  }

  .lp-footprint-type h3 {
    font-size: 22px;
  }

  .lp-footprint-events h4 {
    font-size: 22px;
  }

  .lp-footprint-glance-content {
    padding: 28px 24px;
  }

  .lp-footprint-glance-image {
    min-height: 230px;
  }
}

@media (max-width: 575px) {
  .lp-solutions-carousel-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .lp-solutions-nav {
    top: auto;
    bottom: 0;
    width: 42px;
    height: 42px;
  }

  .lp-solutions-prev {
    left: calc(50% - 76px);
  }

  .lp-solutions-next {
    right: calc(50% - 76px);
  }

  .lp-solutions-pagination {
    min-height: 42px;
    align-items: center;
    margin-top: 18px;
  }
}

/* Industries carousel */
.lp-industries-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0 78px;
  background: #f7f7f7;
}

.lp-industries-section::after {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 58px;
  content: "";
  opacity: .32;
  background-image: radial-gradient(#f05a00 2px, transparent 2px);
  background-size: 18px 18px;
  pointer-events: none;
}

.lp-industries-layout {
  display: grid;
  grid-template-columns: minmax(265px, 310px) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.lp-industries-intro {
  position: relative;
  z-index: 2;
}

.lp-industries-kicker {
  display: inline-block;
  margin-bottom: 42px;
  color: #f05a00;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: capitalize;
}

.lp-industries-kicker::after,
.lp-industries-intro h2::after {
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 18px;
  content: "";
  background: #f05a00;
}

.lp-industries-intro h2 {
  margin: 0 0 28px;
  color: #151515;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.lp-industries-intro h2 strong {
  display: block;
  color: #f05a00;
  font-weight: 700;
}

.lp-industries-intro p {
  margin-bottom: 32px;
  color: #555;
  font-size: 14px;
  line-height: 1.85;
}

.lp-industries-promise {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 27px;
  color: #272727;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.lp-industries-promise .icon {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  color: #f05a00;
  border: 1px solid rgba(240, 90, 0, .45);
  border-radius: 50%;
  font-size: 23px;
  place-items: center;
}

.lp-industries-all {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 12px 21px;
  color: #fff;
  border-radius: 28px;
  background: #f05a00;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  transition: .25s ease;
}

.lp-industries-all:hover {
  color: #fff;
  background: #161616;
}

.lp-industries-carousel-wrap {
  position: relative;
  min-width: 0;
  padding: 8px 0 35px;
}

.lp-industries-carousel {
  padding: 4px 5px 14px;
}

.lp-industry-card {
  overflow: hidden;
  height: auto;
  min-height: 480px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(20, 20, 20, .09);
}

.lp-industry-image {
  position: relative;
  height: 195px;
  overflow: hidden;
  background: #eee;
}

.lp-industry-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, .48);
}

.lp-industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.lp-industry-icon {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  display: grid;
  width: 68px;
  height: 68px;
  color: #f05a00;
  border-radius: 50%;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  font-size: 25px;
  place-items: center;
}

.lp-industry-content {
  display: flex;
  min-height: 285px;
  padding: 27px 20px 18px;
  flex-direction: column;
}

.lp-industry-content h3 {
  min-height: 58px;
  margin: 0;
  color: #141414;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.lp-industry-line {
  width: 38px;
  height: 3px;
  margin: 13px 0 19px;
  background: #f05a00;
}

.lp-industry-content p {
  margin: 0;
  color: #575757;
  font-size: 13px;
  line-height: 1.75;
}

.lp-industry-content > a {
  display: grid;
  width: 42px;
  height: 42px;
  margin-top: auto;
  color: #f05a00;
  border-radius: 50%;
  background: #f2f2f2;
  place-items: center;
}

.lp-industry-card.is-featured {
  background: #f05a00;
}

.lp-industry-card.is-featured .lp-industry-image::after {
  background: rgba(240, 90, 0, .18);
}

.lp-industry-card.is-featured .lp-industry-image img {
  filter: sepia(1) saturate(1.4);
}

.lp-industry-card.is-featured h3,
.lp-industry-card.is-featured p {
  color: #fff;
}

.lp-industry-card.is-featured .lp-industry-line {
  background: #fff;
}

.lp-industry-card.is-featured .lp-industry-content > a {
  color: #f05a00;
  background: #fff;
}

.lp-industries-nav {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #171717;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .12);
  transform: translateY(-50%);
  cursor: pointer;
  place-items: center;
}

.lp-industries-prev { left: -24px; }
.lp-industries-next { right: -24px; }
.lp-industries-nav.swiper-button-disabled { opacity: .38; cursor: default; }

.lp-industries-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100%;
  text-align: center;
}

.lp-industries-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 6px !important;
  background: #aaa;
  opacity: .6;
}

.lp-industries-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 10px;
  background: #f05a00;
  opacity: 1;
}

.lp-home-clients-section {
  padding: 92px 0;
  background: #f2f3f5;
}

.lp-home-clients-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.lp-home-clients-head h2 {
  max-width: 720px;
  margin: 12px 0 0;
  color: #24262c;
  font-size: 48px;
  line-height: 1.1;
}

.lp-home-clients-btn,
.lp-home-clients-btn .btn-title,
.lp-home-clients-btn i {
  color: #ffffff;
}

.lp-home-clients-slider-wrap {
  position: relative;
  overflow: hidden;
}

.lp-home-clients-slider {
  overflow: visible;
}

.lp-home-client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  padding: 12px 14px;
  border: 1px solid rgba(36, 38, 44, .06);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(36, 38, 44, .05);
  transition: all 280ms ease;
}

.lp-home-client-logo:hover {
  border-color: rgba(240, 90, 0, .28);
  background: #ffffff;
  transform: translateY(-4px);
}

.lp-home-client-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 104px;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .lp-industries-layout { grid-template-columns: 270px minmax(0, 1fr); gap: 35px; }
  .lp-industries-intro h2 { font-size: 38px; }
}

@media (max-width: 991px) {
  .lp-industries-section { padding: 70px 0 58px; }
  .lp-industries-layout { grid-template-columns: 1fr; }
  .lp-industries-intro { max-width: 680px; }
  .lp-industries-kicker { margin-bottom: 28px; }
  .lp-industries-carousel-wrap { margin: 0 25px; }

  .lp-home-clients-section {
    padding: 72px 0;
  }

  .lp-home-clients-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .lp-home-clients-head h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .lp-industries-section { padding: 55px 0 45px; }
  .lp-industries-intro h2 { font-size: 34px; }
  .lp-industries-carousel-wrap { margin: 0 20px; }
  .lp-industries-nav { width: 42px; height: 42px; }
  .lp-industries-prev { left: -20px; }
  .lp-industries-next { right: -20px; }
  .lp-industry-card { min-height: 460px; }

  .lp-home-clients-section {
    padding: 58px 0;
  }

  .lp-home-clients-head h2 {
    font-size: 32px;
  }

  .lp-home-client-logo {
    height: 104px;
    padding: 10px 12px;
  }
}

.lp-footer {
  background: #f4f4f4;
  color: #4f4f4f;
}

.lp-footer .widgets-section {
  padding: 78px 0 42px;
}

.lp-footer .post-widget {
  display: none;
}

.lp-footer .footer-widget {
  margin-bottom: 28px;
}

.lp-footer .lp-footer-logo {
  margin-bottom: 24px;
}

.lp-footer .lp-footer-logo img {
  width: 178px;
  max-width: 100%;
}

.lp-footer.footer-style-three .widgets-section .about-widget .title {
  max-width: 420px;
  margin-bottom: 18px;
  color: #121212;
  font-size: 38px;
  line-height: 1.18;
}

.lp-footer.footer-style-three .widgets-section .about-widget .text {
  max-width: 410px;
  margin-bottom: 28px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.lp-footer .about-widget .copyright-text {
  display: none;
}

.lp-footer .lp-footer-copy {
  color: #575757;
  font-size: 14px;
  line-height: 1.7;
}

.lp-footer .lp-footer-copy a,
.lp-footer .contact-list-three a,
.lp-footer .user-links li a {
  color: #1d1d1d;
}

.lp-footer .lp-footer-copy a:hover,
.lp-footer .contact-list-three a:hover,
.lp-footer .user-links li a:hover {
  color: #f05a00;
}

.lp-footer .social-icon-two.light a {
  color: #f05a00;
}

.lp-footer .social-icon-two.light a:hover {
  color: #121212;
}

.lp-footer .widget-title {
  color: #121212;
  font-size: 24px;
}

.lp-footer .widget-title:before,
.lp-footer .widget-title:after {
  background: #f05a00;
}

.lp-footer .user-links li {
  margin-bottom: 12px;
}

.lp-footer .contact-list-three.light li,
.lp-footer .contact-list-three.light .h5 {
  color: #555;
}

.lp-footer .contact-list-three li {
  padding-left: 0;
}

.lp-footer .contact-list-three li.location {
  line-height: 1.65;
}

.lp-footer .contact-list-three li i,
.lp-footer .contact-list-three .icon-box i {
  color: #f05a00;
}

@media (max-width: 991px) {
  .lp-footer .widgets-section {
    padding: 58px 0 24px;
  }

  .lp-footer.footer-style-three .widgets-section .about-widget .title {
    font-size: 32px;
  }

  .lp-footer.footer-style-three .widgets-section .about-widget .text {
    max-width: 100%;
  }
}

.lp-footer-old {
  display: none;
}

.lp-footer {
  position: relative;
  overflow: hidden;
  padding: 50px 0 34px;
  background: #d9d9d9;
  color: #24262c;
}

.lp-footer a {
  transition: .25s ease;
}

.lp-footer-grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.lp-footer-left h2 {
  margin: 0 0 22px;
  color: #25272d;
  font-size: 76px;
  font-weight: 800;
  line-height: .96;
  letter-spacing: 0;
}

.lp-footer-left h2 span,
.lp-footer-copy a,
.lp-footer-date {
  color: #f05a00;
}

.lp-footer-left p {
  max-width: 430px;
  margin: 0 0 28px;
  color: #34363b;
  font-size: 18px;
  line-height: 1.58;
}

.lp-footer-social {
  display: flex;
  gap: 20px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.lp-footer-social a {
  display: grid;
  width: 40px;
  height: 40px;
  color: #24262c;
  border: 1px solid rgba(36, 38, 44, .55);
  border-radius: 50%;
  font-size: 20px;
  place-items: center;
}

.lp-footer-social a:hover {
  color: #fff;
  border-color: #f05a00;
  background: #f05a00;
}

.lp-footer-copy {
  color: #33353a;
  font-size: 16px;
  line-height: 1.55;
}

.lp-footer-copy a {
  font-weight: 700;
}

.lp-footer-copy a:hover {
  color: #24262c;
}

.lp-footer-event {
  display: grid;
  overflow: hidden;
  grid-template-columns: 48% 52%;
  min-height: 232px;
  border: 1px solid rgba(36, 38, 44, .15);
  border-radius: 22px;
  background: rgba(255, 255, 255, .18);
}

.lp-footer-event-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 26px;
}

.lp-footer-event-image img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  border-radius: 12px;
}

.lp-footer-event-content {
  display: flex;
  padding: 26px 36px;
  border-left: 1px solid rgba(36, 38, 44, .14);
  flex-direction: column;
  justify-content: center;
}

.lp-footer-date {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
}

.lp-footer-event h3,
.lp-footer-newsletter h3,
.lp-footer-info h3,
.lp-footer-services h3 {
  margin: 0;
  color: #24262c;
  font-weight: 800;
  letter-spacing: 0;
}

.lp-footer-event h3 {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.15;
}

.lp-footer-event p,
.lp-footer-newsletter p {
  margin: 0;
  color: #34363b;
  font-size: 18px;
  line-height: 1.5;
}

.lp-footer-event a {
  display: inline-flex;
  width: max-content;
  margin-top: 22px;
  padding: 13px 28px;
  color: #fff;
  border-radius: 28px;
  background: #f05a00;
  font-size: 18px;
  font-weight: 700;
}

.lp-footer-event a:hover {
  color: #fff;
  background: #24262c;
}

.lp-footer-newsletter {
  margin-top: 22px;
}

.lp-footer-newsletter h3,
.lp-footer-info h3,
.lp-footer-services h3 {
  margin-bottom: 6px;
  font-size: 34px;
  line-height: 1.2;
}

.lp-footer-newsletter form {
  position: relative;
  margin-top: 14px;
}

.lp-footer-newsletter input {
  width: 100%;
  height: 60px;
  padding: 0 80px 0 28px;
  color: #24262c;
  border: 1px solid rgba(36, 38, 44, .16);
  border-radius: 38px;
  background: rgba(255, 255, 255, .28);
  font-size: 18px;
  outline: none;
}

.lp-footer-newsletter input::placeholder {
  color: #777;
}

.lp-footer-newsletter button {
  position: absolute;
  top: 6px;
  right: 10px;
  display: grid;
  width: 48px;
  height: 48px;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #f05a00;
  font-size: 22px;
  cursor: pointer;
  place-items: center;
}

.lp-footer-info {
  margin-top: 26px;
}

.lp-footer-info-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1.6fr;
  margin-top: 16px;
}

.lp-footer-info-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding-right: 22px;
  border-right: 1px solid rgba(36, 38, 44, .13);
}

.lp-footer-info-item:last-child {
  border-right: 0;
  padding-right: 0;
  padding-left: 22px;
}

.lp-footer-info-item:nth-child(2) {
  padding-left: 22px;
}

.lp-footer-info-item > i {
  color: #f05a00;
  font-size: 32px;
  line-height: 1;
}

.lp-footer-info-item h4 {
  margin: 0 0 8px;
  color: #24262c;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.lp-footer-info-item p {
  margin: 0;
  color: #34363b;
  font-size: 15px;
  line-height: 1.55;
}

.lp-footer-info-item:nth-child(3) p {
  white-space: nowrap;
}

.lp-footer-info-item a {
  color: #34363b;
}

.lp-footer-info-item a:hover {
  color: #f05a00;
}

.lp-footer-services {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(36, 38, 44, .14);
}

.lp-footer-services ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 34px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.lp-footer-services li {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #34363b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.lp-footer-services li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f05a00;
}

.lp-whatsapp-float {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 54px;
  height: 54px;
  padding: 0 17px;
  border-radius: 54px;
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all 300ms ease;
}

.lp-whatsapp-float i {
  color: #ffffff;
  font-size: 27px;
}

.lp-whatsapp-float span {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: all 300ms ease;
}

.lp-whatsapp-float:hover {
  color: #ffffff;
  background: #1ebe5d;
  transform: translateY(-3px);
}

.lp-whatsapp-float:hover span {
  max-width: 96px;
  opacity: 1;
}

.progress-wrap {
  right: 40px;
  bottom: 110px;
  z-index: 998;
  background-color: var(--lp-orange);
}

.progress-wrap.active-progress {
  bottom: 110px;
}

.progress-wrap:hover {
  background-color: #686b72;
}

.lp-testimonial-orange .bg-box:before,
.lp-testimonial-orange .bg-box .bg-image:after {
  background-color: #fff3ec;
}

.lp-testimonial-orange .bg-box .bg-image:before {
  background: linear-gradient(135deg, rgba(240, 90, 0, .94) 0%, rgba(191, 62, 0, .88) 52%, rgba(36, 38, 44, .78) 100%);
  opacity: 1;
}

.lp-testimonial-orange .sec-title .sub-title,
.lp-testimonial-orange .sec-title h2 {
  color: #ffffff;
}

.lp-testimonial-orange .testimonial-block-two .inner-box:before {
  background-image: none;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(90, 35, 0, .2);
}

.lp-testimonial-orange .testimonial-block-two .inner-box:after {
  background-image: none;
  background: linear-gradient(135deg, #fff7f1 0%, #ffe1cf 100%);
  border: 2px solid rgba(240, 90, 0, .22);
  border-radius: 22px;
}

.lp-testimonial-orange .testimonial-block-two .inner-box .content {
  min-height: 300px;
}

.lp-testimonial-orange .testimonial-block-two .inner-box .content .text {
  color: #24262c;
  font-size: 17px;
  line-height: 31px;
}

.lp-testimonial-orange .testimonial-block-two .inner-box .content .icon-box .quote-icon,
.lp-testimonial-orange .testimonial-block-two .inner-box .content .rating i {
  color: #f05a00;
}

.lp-testimonial-orange .testimonial-block-two .inner-box .author-box {
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 54px;
}

.lp-testimonial-orange .testimonial-block-two .inner-box .author-box .designation {
  color: #f05a00;
  font-size: 17px;
  font-weight: 700;
}

.lp-testimonial-orange .testimonial-block-two .inner-box .author-box .name {
  color: #24262c;
  font-size: 23px;
}

.lp-testimonial-video {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.lp-testimonial-video a,
.lp-testimonial-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
  background: #ff0000;
  box-shadow: 0 15px 35px rgba(255, 0, 0, .24);
}

.lp-testimonial-video a {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  font-size: 38px;
}

.lp-testimonial-play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 26px;
}

.lp-testimonial-video a:hover,
.lp-testimonial-play:hover {
  color: #ffffff;
  background: #d90000;
  transform: translateY(-2px);
}

.lp-testimonial-orange .bottom-box .text,
.lp-testimonial-orange .bottom-box .counter-block-two .count-box,
.lp-testimonial-orange .bottom-box .counter-block-two .counter-title {
  color: #24262c;
}

.lp-testimonial-orange .bottom-box .text a {
  color: #f05a00;
  font-weight: 800;
}

.lp-contact-title {
  padding: 245px 0 38px;
  background: #f05a00;
}

.lp-contact-title:before {
  display: none;
}

.lp-contact-title .inner-container {
  position: relative;
  z-index: 1;
  padding-left: 0;
  text-align: center;
}

.lp-contact-title .title {
  color: #ffffff;
  display: block;
  font-size: 72px;
  line-height: 1.05;
  margin: 0;
  text-align: center;
}

.lp-contact-page .sec-title .text {
  max-width: 760px;
  margin: 18px auto 0;
  color: #61636a;
  font-size: 18px;
  line-height: 1.7;
}

.lp-contact-form,
.lp-contact-list {
  border: 1px solid rgba(240, 90, 0, .12);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(36, 38, 44, .08);
}

.lp-contact-form .form-group input:not([type=submit]),
.lp-contact-form .form-group textarea,
.lp-contact-form .form-group select {
  border: 1px solid rgba(36, 38, 44, .12);
  border-radius: 10px;
  background: #ffffff;
}

.lp-contact-form .form-group input:focus,
.lp-contact-form .form-group textarea:focus,
.lp-contact-form .form-group select:focus {
  border-color: #f05a00;
}

.lp-contact-list li {
  min-height: 64px;
  padding-left: 86px;
}

.lp-contact-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a10 0%, #f05a00 100%);
  font-size: 22px;
}

.lp-contact-list .title {
  color: #24262c;
  font-size: 24px;
}

.lp-contact-page .sec-title .sub-title {
  color: #f05a00;
}

.lp-contact-page .sec-title h2,
.lp-contact-list .title {
  color: #686b72;
}

.lp-contact-list .text,
.lp-contact-list .text a {
  color: #55575d;
  font-size: 17px;
  line-height: 1.65;
}

.lp-contact-list .text a:hover {
  color: #777777;
}

.lp-contact-form #contact-submit {
  background: #f05a00;
}

.lp-contact-form #contact-submit:before {
  background: #686b72;
}

.lp-contact-form #contact-submit:hover {
  color: #ffffff;
}

.lp-contact-map iframe {
  width: 100%;
  min-height: 460px;
  border: 0;
  filter: grayscale(.15);
}

.lp-proposal-form textarea {
  min-height: 170px;
}

.lp-form-alert {
  margin-bottom: 18px;
  padding: 13px 16px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.45;
}

.lp-form-alert.success {
  color: #1e6738;
  background: #e3f6e9;
}

.lp-form-alert.error {
  color: #8c2114;
  background: #ffe7e0;
}

.lp-proposal-aside {
  padding: 42px 34px;
  border: 1px solid rgba(240, 90, 0, .14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(36, 38, 44, .08);
}

.lp-proposal-aside h3 {
  margin-bottom: 22px;
  color: #24262c;
  font-size: 34px;
  line-height: 1.15;
}

.lp-proposal-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-proposal-aside li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  color: #55575d;
  border-bottom: 1px solid rgba(36, 38, 44, .09);
  font-size: 17px;
  line-height: 1.45;
}

.lp-proposal-aside li i {
  color: #f05a00;
  margin-top: 4px;
}

.lp-proposal-contact {
  margin-top: 30px;
  padding: 24px;
  border-radius: 14px;
  background: #fff3ec;
}

.lp-proposal-contact span {
  display: block;
  margin-bottom: 8px;
  color: #24262c;
  font-size: 18px;
  font-weight: 800;
}

.lp-proposal-contact a {
  display: block;
  color: #f05a00;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.lp-about-page-title {
  background: #f05a00;
}

.lp-about-page-section {
  position: relative;
  padding: 110px 0 90px;
  background: #f2f3f5;
}

.lp-about-page-grid,
.lp-about-story-grid,
.lp-about-mission-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 70px;
}

.lp-about-page-images {
  position: relative;
  min-height: 620px;
}

.lp-about-page-image {
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(36, 38, 44, .12);
}

.lp-about-page-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-about-page-image.main {
  width: 78%;
  height: 500px;
}

.lp-about-page-image.small {
  position: absolute;
  right: 0;
  width: 45%;
  height: 220px;
  border: 8px solid #f2f3f5;
}

.lp-about-page-image.top {
  top: 42px;
}

.lp-about-page-image.bottom {
  bottom: 28px;
}

.lp-about-page-content h2,
.lp-about-story-intro h2 {
  margin: 12px 0 24px;
  color: #24262c;
  font-size: 54px;
  line-height: 1.08;
}

.lp-about-page-content p,
.lp-about-story-text p,
.lp-about-mission-grid p,
.lp-about-highlight-card p {
  color: #5b5d64;
  font-size: 17px;
  line-height: 1.75;
}

.lp-about-page-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.lp-about-page-stats div {
  padding: 24px 18px;
  border: 1px solid rgba(36, 38, 44, .08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(36, 38, 44, .06);
}

.lp-about-page-stats strong {
  display: block;
  color: #f05a00;
  font-size: 42px;
  line-height: 1;
}

.lp-about-page-stats strong .count-text {
  display: inline;
  margin-top: 0;
  color: #f05a00;
  font-size: 42px;
  font-weight: inherit;
  line-height: 1;
}

.lp-about-page-stats > div > span {
  display: block;
  margin-top: 10px;
  color: #24262c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.lp-about-story-section {
  padding: 95px 0;
  background: #fff7f1;
}

.lp-about-story-intro h2 {
  font-size: 50px;
}
.lp-about-story-video {
  overflow: hidden;
  margin: 34px 0 0;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #24262c;
  box-shadow: 0 20px 50px rgba(36, 38, 44, .12);
}

.lp-about-story-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-about-story-text {
  padding: 44px;
  border-left: 6px solid #f05a00;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(36, 38, 44, .07);
}

.lp-about-highlights-section {
  padding: 100px 0 90px;
  background: #ffffff;
}

.lp-about-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lp-about-highlight-card {
  min-height: 310px;
  padding: 34px 30px;
  border: 1px solid rgba(36, 38, 44, .1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(36, 38, 44, .06);
  transition: all 300ms ease;
}

.lp-about-highlight-card:hover {
  border-color: rgba(240, 90, 0, .26);
  transform: translateY(-6px);
}

.lp-about-highlight-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a10 0%, #f05a00 100%);
  font-size: 22px;
}

.lp-about-highlight-card h3 {
  margin-bottom: 13px;
  color: #24262c;
  font-size: 26px;
}

.lp-about-trust-note {
  max-width: 980px;
  margin: 38px auto 0;
  padding: 28px 34px;
  color: #24262c;
  border-radius: 18px;
  background: #fff3ec;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.lp-about-mission-section {
  padding: 92px 0;
  background: #d9d9d9;
}

.lp-about-mission-grid {
  align-items: stretch;
}

.lp-about-mission-grid article {
  padding: 42px;
  border: 1px solid rgba(36, 38, 44, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .42);
}

.lp-about-mission-grid span {
  color: #f05a00;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.lp-about-mission-grid h3 {
  margin: 14px 0 16px;
  color: #24262c;
  font-size: 34px;
  line-height: 1.2;
}

.lp-about-mission-grid p {
  color: #34363b;
}

.lp-about-achievements-section {
  position: relative;
  overflow: hidden;
  padding: 98px 0;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(36, 38, 44, .045) 18% 19.5%, transparent 19.5% 41%, rgba(36, 38, 44, .04) 41% 42.5%, transparent 42.5% 72%, rgba(36, 38, 44, .045) 72% 73.5%, transparent 73.5% 100%),
    #f7f8fa;
}

.lp-about-achievements-section .auto-container {
  position: relative;
  z-index: 1;
}

.lp-about-achievements-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  text-align: center;
}

.lp-about-achievements-layout {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 42px;
}

.lp-about-achievements-content {
  max-width: 760px;
}

.lp-about-achievements-content h2 {
  margin: 14px 0 16px;
  color: #24262c;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

.lp-about-achievements-content p {
  max-width: 650px;
  margin: 0 auto;
  color: #5b5d64;
  font-size: 18px;
  line-height: 1.75;
}

.lp-achievement-stat {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding: 20px 24px;
  border-left: 5px solid #f05a00;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(36, 38, 44, .07);
}

.lp-achievement-stat strong {
  color: #f05a00;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.lp-achievement-stat span {
  max-width: 180px;
  color: #24262c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.lp-about-achievements-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lp-about-global-image {
  margin-top: 48px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(36, 38, 44, .08);
}

.lp-about-global-image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-achievement-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(36, 38, 44, .09);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(36, 38, 44, .08);
  transition: all 280ms ease;
}

.lp-achievement-card:hover {
  border-color: rgba(240, 90, 0, .55);
  box-shadow: 0 24px 54px rgba(240, 90, 0, .16);
  transform: translateY(-5px);
}

.lp-achievement-card a {
  display: block;
  height: 270px;
  cursor: zoom-in;
}

.lp-achievement-card img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  background: linear-gradient(145deg, #ffffff 0%, #fff7f1 100%);
  transition: transform 400ms ease;
}

.lp-achievement-card:hover img {
  transform: scale(1.04);
}

.lp-achievement-card figcaption {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 18px;
  color: #24262c;
  border-top: 1px solid rgba(240, 90, 0, .14);
  background: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.lp-achievement-card-wide {
  grid-column: auto;
}

.lp-achievement-card-tall {
  grid-row: auto;
}

.lp-about-founder-section {
  padding: 98px 0 55px;
  background: #fff7f1;
}

.lp-about-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 70px;
  align-items: start;
}

.lp-about-founder-content {
  max-width: 760px;
}

.lp-about-founder-content h2 {
  margin: 12px 0 12px;
  color: #24262c;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

.lp-about-founder-role {
  margin-bottom: 26px;
  color: #f05a00;
  font-size: 19px;
  line-height: 1.4;
}

.lp-about-founder-content > p:not(.lp-about-founder-role) {
  margin-bottom: 20px;
  color: #55575d;
  font-size: 17px;
  line-height: 1.78;
}

.lp-about-founder-content p strong {
  color: #686b72;
  font-weight: 800;
}

.lp-about-founder-closing {
  padding-top: 8px;
}

.lp-about-founder-profile {
  overflow: hidden;
  align-self: center;
  padding: 0;
  border-left: 6px solid #f05a00;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(36, 38, 44, .14);
}

.lp-about-founder-image {
  margin: 0;
}

.lp-about-founder-image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-about-founder-stat {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.lp-about-founder-stat strong {
  color: #ffffff;
  font-size: 58px;
  line-height: 1;
}

.lp-about-founder-stat span {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
}

.lp-about-founder-profile ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.lp-about-founder-profile li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
}

.lp-about-founder-profile li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.lp-about-founder-profile li i {
  width: 22px;
  flex: 0 0 22px;
  padding-top: 3px;
  color: #f05a00;
  text-align: center;
}

.lp-about-cta-section {  padding: 55px 0;
  background: #fff7f1;
}

.lp-about-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 44px 50px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(36, 38, 44, .08);
}

.lp-about-cta-box > div > span {
  display: block;
  margin-bottom: 8px;
  color: #f05a00;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.lp-about-cta-box h2 {
  margin: 0;
  color: #24262c;
  font-size: 40px;
  line-height: 1.15;
}

.lp-about-cta-box .theme-btn,
.lp-about-cta-box .theme-btn .btn-title,
.lp-about-cta-box .theme-btn i {
  color: #ffffff;
}

.lp-clients-page-title {
  background: #f05a00;
}

.lp-clients-page-section {
  position: relative;
  padding: 105px 0 98px;
  background: #f2f3f5;
}

.lp-clients-intro {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.lp-clients-intro h2 {
  margin: 12px 0 18px;
  color: #24262c;
  font-size: 52px;
  line-height: 1.08;
}

.lp-clients-intro p {
  margin: 0;
  color: #5b5d64;
  font-size: 18px;
  line-height: 1.7;
}

.lp-clients-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.lp-client-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 28px 24px;
  border: 1px solid rgba(36, 38, 44, .08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(36, 38, 44, .07);
  transition: all 280ms ease;
}

.lp-client-logo-card:hover {
  border-color: rgba(240, 90, 0, .3);
  box-shadow: 0 22px 48px rgba(36, 38, 44, .11);
  transform: translateY(-5px);
}

.lp-client-logo-card img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.lp-clients-cta-section {
  background: #ffffff;
}

.lp-exhibition-title .title {
  font-size: 66px;
}

.lp-exhibition-hero {
  padding: 110px 0 88px;
  background: #ffffff;
}

.lp-exhibition-hero-grid,
.lp-exhibition-network-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 70px;
}

.lp-exhibition-hero-content h2,
.lp-exhibition-network h2,
.lp-exhibition-achievement-box h2 {
  margin: 14px 0 22px;
  color: #24262c;
  font-size: 54px;
  line-height: 1.08;
}

.lp-exhibition-hero-content p,
.lp-exhibition-network p,
.lp-exhibition-strength-grid p,
.lp-exhibition-services-grid p,
.lp-exhibition-footprint p,
.lp-exhibition-achievement-box li {
  color: #5b5d64;
  font-size: 17px;
  line-height: 1.7;
}

.lp-exhibition-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.lp-exhibition-actions .btn-title,
.lp-exhibition-actions .btn-title i {
  color: #ffffff;
}

.lp-exhibition-outline {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 17px 26px;
  color: #f05a00;
  border: 1px solid rgba(240, 90, 0, .28);
  border-radius: 30px;
  background: #fff7f1;
  font-weight: 800;
}

.lp-exhibition-outline:hover {
  color: #ffffff;
  background: #f05a00;
}

.lp-exhibition-hero-image {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(36, 38, 44, .14);
}

.lp-exhibition-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.lp-exhibition-project-badge {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 230px;
  padding: 24px;
  color: #ffffff;
  border-radius: 18px;
  background: #f05a00;
  box-shadow: 0 18px 44px rgba(240, 90, 0, .3);
}

.lp-exhibition-project-badge strong {
  display: block;
  font-size: 48px;
  line-height: 1;
}

.lp-exhibition-project-badge span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.lp-exhibition-strengths,
.lp-exhibition-footprint,
.lp-exhibition-achievements {
  padding: 92px 0;
  background: #fff7f1;
}

.lp-exhibition-achievements {
  padding-bottom: 38px;
}

.lp-exhibition-achievements + .lp-about-cta-section {
  padding-top: 34px;
}

.lp-exhibition-strength-grid,
.lp-exhibition-services-grid,
.lp-exhibition-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lp-exhibition-strength-grid article,
.lp-exhibition-services-grid article,
.lp-exhibition-network-cards article {
  padding: 34px 30px;
  border: 1px solid rgba(240, 90, 0, .14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(36, 38, 44, .06);
}

.lp-exhibition-strength-grid i,
.lp-exhibition-network-cards i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a10 0%, #f05a00 100%);
  font-size: 24px;
}

.lp-exhibition-strength-grid h3,
.lp-exhibition-services-grid h3,
.lp-exhibition-network-cards h3,
.lp-exhibition-footprint h3 {
  margin-bottom: 12px;
  color: #24262c;
  font-size: 26px;
  line-height: 1.2;
}

.lp-exhibition-services,
.lp-exhibition-gallery {
  padding: 100px 0;
  background: #ffffff;
}

.lp-exhibition-services-grid article {
  min-height: 250px;
}

.lp-exhibition-services-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: #f05a00;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.lp-exhibition-network {
  padding: 98px 0;
  background: #f2f3f5;
}

.lp-exhibition-network h2 {
  color: #24262c;
}

.lp-exhibition-network p {
  color: #5b5d64;
}

.lp-exhibition-network-cards {
  display: grid;
  gap: 18px;
}

.lp-exhibition-network-cards article {
  background: #ffffff;
  border-color: rgba(36, 38, 44, .1);
}

.lp-exhibition-network-cards h3 {
  color: #24262c;
}

.lp-exhibition-footprint .sec-title .text {
  max-width: 820px;
  margin: 18px auto 0;
  color: #5b5d64;
  font-size: 18px;
  line-height: 1.7;
}

.lp-exhibition-footprint-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 50px;
}

.lp-exhibition-footprint-grid article {
  padding: 36px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(36, 38, 44, .07);
}

.lp-exhibition-footprint-grid article.domestic {
  color: #ffffff;
  background: linear-gradient(135deg, #ff8a10 0%, #f05a00 100%);
}

.lp-exhibition-footprint-grid article.domestic h3,
.lp-exhibition-footprint-grid article.domestic span,
.lp-exhibition-footprint-grid article.domestic p {
  color: #ffffff;
}

.lp-exhibition-footprint span {
  display: block;
  margin-bottom: 18px;
  color: #f05a00;
  font-weight: 900;
}

.lp-exhibition-reach {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.lp-exhibition-reach div {
  padding: 28px 20px;
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
}

.lp-exhibition-reach strong {
  display: block;
  color: #f05a00;
  font-size: 44px;
  line-height: 1;
}

.lp-exhibition-reach span {
  margin-top: 10px;
  color: #24262c;
}

.lp-exhibition-gallery-grid figure {
  overflow: hidden;
  height: 310px;
  margin: 0;
  border-radius: 18px;
  background: #eee;
}

.lp-exhibition-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 350ms ease;
}

.lp-exhibition-gallery-grid figure:hover img {
  transform: scale(1.08);
}

.lp-exhibition-achievement-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 55px;
  align-items: start;
  padding: 50px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(36, 38, 44, .08);
}

.lp-exhibition-achievement-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-exhibition-achievement-box li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(36, 38, 44, .1);
}

.lp-exhibition-achievement-box li:last-child {
  border-bottom: 0;
}

.lp-exhibition-achievement-box li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  border-radius: 50%;
  background: #f05a00;
}

.lp-exhibition-award-photo {
  margin: 34px 0 0;
  overflow: hidden;
  max-width: 560px;
  border: 1px solid rgba(240, 90, 0, .12);
  border-radius: 8px;
  background: #f7f4f1;
  box-shadow: 0 18px 40px rgba(36, 38, 44, .08);
}

.lp-exhibition-award-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.lp-exhibition-award-photo figcaption {
  padding: 12px 16px;
  color: #24262c;
  border-top: 1px solid rgba(240, 90, 0, .12);
  background: #fff7f1;
  font-size: 15px;
  font-weight: 800;
}

.lp-event-page-title .title {
  font-size: 66px;
}

.lp-event-page-hero {
  padding: 110px 0 88px;
  background: #ffffff;
}

.lp-event-page-hero-grid,
.lp-event-process-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 70px;
}

.lp-event-page-content h2,
.lp-event-process-section h2 {
  margin: 14px 0 22px;
  color: #24262c;
  font-size: 54px;
  line-height: 1.08;
}

.lp-event-page-content p,
.lp-event-types-grid p,
.lp-event-process-section p {
  color: #5b5d64;
  font-size: 17px;
  line-height: 1.7;
}

.lp-event-page-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.lp-event-page-actions .btn-title,
.lp-event-page-actions .btn-title i {
  color: #ffffff;
}

.lp-event-page-image {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(36, 38, 44, .14);
}

.lp-event-page-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.lp-event-page-badge {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 260px;
  padding: 24px;
  color: #ffffff;
  border-radius: 18px;
  background: #f05a00;
  box-shadow: 0 18px 44px rgba(240, 90, 0, .3);
}

.lp-event-page-badge strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.lp-event-page-badge span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.lp-event-types-section,
.lp-event-capabilities-section {
  padding: 96px 0;
  background: #fff7f1;
}

.lp-event-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lp-event-types-grid article {
  min-height: 285px;
  padding: 34px 30px;
  border: 1px solid rgba(240, 90, 0, .14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(36, 38, 44, .06);
  transition: all 300ms ease;
}

.lp-event-types-grid article:hover {
  border-color: rgba(240, 90, 0, .3);
  transform: translateY(-6px);
}

.lp-event-types-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a10 0%, #f05a00 100%);
  font-size: 24px;
}

.lp-event-types-grid h3,
.lp-event-process-list h3 {
  margin-bottom: 12px;
  color: #24262c;
  font-size: 26px;
  line-height: 1.2;
}

.lp-event-process-section {
  padding: 98px 0;
  background: #f2f3f5;
}

.lp-event-process-list {
  display: grid;
  gap: 18px;
}

.lp-event-process-list article {
  display: grid;
  grid-template-columns: 74px 1fr;
  column-gap: 22px;
  padding: 28px;
  border: 1px solid rgba(36, 38, 44, .1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(36, 38, 44, .05);
}

.lp-event-process-list span {
  grid-row: span 2;
  color: #f05a00;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.lp-event-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-event-capabilities-grid div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 22px 24px;
  border-radius: 16px;
  background: #ffffff;
  color: #24262c;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(36, 38, 44, .05);
}

.lp-event-capabilities-grid i {
  color: #f05a00;
  font-size: 24px;
}

.lp-event-gallery-section {
  padding: 100px 0;
  background: #ffffff;
}

.lp-event-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lp-event-gallery-grid figure {
  overflow: hidden;
  height: 310px;
  margin: 0;
  border-radius: 18px;
  background: #eee;
}

.lp-event-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 350ms ease;
}

.lp-event-gallery-grid figure:hover img {
  transform: scale(1.08);
}

@media (max-width: 991px) {
  .lp-contact-title {
    padding: 210px 0 34px;
  }

  .lp-contact-title .title {
    font-size: 58px;
  }

  .lp-about-page-grid,
  .lp-about-story-grid,
  .lp-about-mission-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lp-about-page-content {
    order: 1;
  }

  .lp-about-page-images {
    order: 2;
    min-height: 560px;
  }

  .lp-about-highlights-grid,
  .lp-about-page-stats,
  .lp-clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-clients-page-section {
    padding: 78px 0;
  }

  .lp-clients-intro h2 {
    font-size: 42px;
  }

  .lp-about-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .lp-about-achievements-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .lp-about-founder-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .lp-about-founder-content {
    max-width: 760px;
  }

  .lp-about-achievements-content {
    max-width: 760px;
  }

  .lp-about-achievements-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-exhibition-title .title {
    font-size: 52px;
  }

  .lp-exhibition-hero-grid,
  .lp-exhibition-network-grid,
  .lp-exhibition-achievement-box {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .lp-exhibition-strength-grid,
  .lp-exhibition-services-grid,
  .lp-exhibition-gallery-grid,
  .lp-exhibition-reach {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-exhibition-footprint-grid {
    grid-template-columns: 1fr;
  }

  .lp-event-page-title .title {
    font-size: 52px;
  }

  .lp-event-page-hero-grid,
  .lp-event-process-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .lp-event-types-grid,
  .lp-event-capabilities-grid,
  .lp-event-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .lp-contact-title {
    padding: 170px 0 30px;
  }

  .lp-contact-title .title {
    font-size: 42px;
  }

  .lp-about-page-section,
  .lp-about-story-section,
  .lp-about-highlights-section,
  .lp-about-mission-section,
  .lp-about-achievements-section,
  .lp-about-founder-section,
  .lp-about-cta-section {
    padding: 58px 0;
  }

  .lp-about-page-images {
    min-height: auto;
  }

  .lp-about-page-image.main,
  .lp-about-page-image.small {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    border: 0;
  }

  .lp-about-page-content h2,
  .lp-about-story-intro h2 {
    font-size: 34px;
  }

  .lp-about-highlights-grid,
  .lp-about-page-stats,
  .lp-clients-grid {
    grid-template-columns: 1fr;
  }

  .lp-clients-page-section {
    padding: 58px 0;
  }

  .lp-clients-intro {
    margin-bottom: 32px;
  }

  .lp-clients-intro h2 {
    font-size: 32px;
  }

  .lp-client-logo-card {
    min-height: 132px;
  }

  .lp-about-story-text,
  .lp-about-mission-grid article,
  .lp-about-cta-box {
    padding: 28px 24px;
  }

  .lp-about-cta-section {
    padding: 40px 0;
  }

  .lp-about-cta-box h2 {
    font-size: 30px;
  }

  .lp-about-achievements-content h2 {
    font-size: 34px;
  }

  .lp-about-founder-content h2 {
    font-size: 34px;
  }

  .lp-about-founder-profile {
    padding: 0;
  }

  .lp-about-founder-section {
    padding-bottom: 38px;
  }

  .lp-about-achievements-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 18px;
  }

  .lp-achievement-card-wide,
  .lp-achievement-card-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .lp-achievement-card a {
    height: 245px;
  }

  .lp-achievement-card img {
    height: 245px;
    padding: 6px;
  }

  .lp-achievement-stat {
    width: 100%;
  }

  .lp-achievement-stat strong {
    font-size: 46px;
  }

  .lp-exhibition-title .title {
    font-size: 38px;
  }

  .lp-exhibition-hero,
  .lp-exhibition-strengths,
  .lp-exhibition-services,
  .lp-exhibition-network,
  .lp-exhibition-footprint,
  .lp-exhibition-gallery,
  .lp-exhibition-achievements {
    padding: 58px 0;
  }

  .lp-exhibition-hero-content h2,
  .lp-exhibition-network h2,
  .lp-exhibition-achievement-box h2 {
    font-size: 34px;
  }

  .lp-exhibition-hero-image,
  .lp-exhibition-hero-image img {
    min-height: 360px;
  }

  .lp-exhibition-strength-grid,
  .lp-exhibition-services-grid,
  .lp-exhibition-gallery-grid,
  .lp-exhibition-reach {
    grid-template-columns: 1fr;
  }

  .lp-exhibition-footprint-grid article,
  .lp-exhibition-achievement-box {
    padding: 28px 24px;
  }

  .lp-event-page-title .title {
    font-size: 38px;
  }

  .lp-event-page-hero,
  .lp-event-types-section,
  .lp-event-process-section,
  .lp-event-capabilities-section,
  .lp-event-gallery-section {
    padding: 58px 0;
  }

  .lp-event-page-content h2,
  .lp-event-process-section h2 {
    font-size: 34px;
  }

  .lp-event-page-image,
  .lp-event-page-image img {
    min-height: 360px;
  }

  .lp-event-types-grid,
  .lp-event-capabilities-grid,
  .lp-event-gallery-grid {
    grid-template-columns: 1fr;
  }

  .lp-event-process-list article {
    grid-template-columns: 1fr;
  }

  .lp-event-process-list span {
    grid-row: auto;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .lp-testimonial-video {
    display: none;
  }
}

@media (max-width: 575px) {
  .lp-testimonial-orange .testimonial-block-two .inner-box .content {
    min-height: auto;
  }

  .lp-testimonial-orange .testimonial-block-two .inner-box .author-box {
    padding-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .lp-footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lp-footer-services ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-footer-left h2 {
    font-size: 70px;
  }

  .lp-footer-left p {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .lp-footer {
    padding: 54px 0 36px;
  }

  .lp-footer-left h2 {
    font-size: 54px;
  }

  .lp-footer-left p,
  .lp-footer-copy,
  .lp-footer-event p,
  .lp-footer-newsletter p,
  .lp-footer-info-item p {
    font-size: 16px;
  }

  .lp-about-global-image {
    margin-top: 32px;
  }

  .lp-footer-event {
    grid-template-columns: 1fr;
  }

  .lp-footer-event-content {
    padding: 26px 24px 30px;
    border-left: 0;
    border-top: 1px solid rgba(36, 38, 44, .14);
  }

  .lp-footer-event h3,
  .lp-footer-newsletter h3,
  .lp-footer-info h3,
  .lp-footer-services h3 {
    font-size: 30px;
  }

  .lp-footer-info-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lp-footer-services ul {
    grid-template-columns: 1fr;
  }

  .lp-footer-info-item,
  .lp-footer-info-item:nth-child(2),
  .lp-footer-info-item:last-child {
    padding: 0;
    border-right: 0;
  }

  .lp-whatsapp-float {
    right: 18px;
    bottom: 18px;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0;
  }

  .progress-wrap,
  .progress-wrap.active-progress {
    right: 18px;
    bottom: 86px;
    width: 52px;
    height: 52px;
  }

  .progress-wrap:after {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }

  .lp-whatsapp-float span {
    display: none;
  }
}

.lp-portfolio-section {
  position: relative;
  padding: 110px 0 90px;
  background: #f7f7f4;
}

.lp-event-gallery-action {
  margin-top: 42px;
}

.lp-exhibition-gallery-action {
  margin-top: 42px;
}

.gallery-section .gallery-block .inner-box:before {
  background-color: var(--lp-orange);
}

.lp-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.lp-portfolio-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: #22262d;
  box-shadow: 0 18px 42px rgba(22, 28, 38, .12);
}

.lp-portfolio-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease, opacity .45s ease;
}

.lp-portfolio-item:hover img {
  transform: scale(1.07);
  opacity: .72;
}

.lp-portfolio-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #ffffff;
  background: #f26b21;
  transform: translate(-50%, -50%) scale(.8);
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
}

.lp-portfolio-item:hover .lp-portfolio-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 991px) {
  .lp-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .lp-portfolio-section {
    padding: 72px 0 58px;
  }

  .lp-portfolio-grid {
    grid-template-columns: 1fr;
  }
}

.theme-btn span {
  text-transform: capitalize;
}

/* Homepage content headings and card titles use a softer graphite tone. */
.lp-about-content h2,
.lp-about-positioning,
.lp-solutions-head h2,
.lp-news-section .sec-title h2,
.faq-section .sec-title h2,
.lp-footprint-title h2,
.lp-event-schedule-section .sec-title h2,
.lp-industries-intro h2,
.lp-home-clients-head h2 {
  color: #686b72;
}

.lp-about-content h2 span {
  color: var(--lp-orange);
}

.lp-industries-intro h2 strong {
  color: #7b7e85;
}

.lp-about-content p strong {
  color: #686b72;
}

.lp-solution-card h3,
.lp-news-section .news-block-two .inner-box .content-box .title a,
.lp-footprint-type h3,
.lp-footprint-events h4,
.lp-footprint-glance-content h3,
.lp-footprint-tabs .tab-btn,
.lp-industries-promise,
.lp-industry-content h3 {
  color: #686b72;
}

/* About page headings and card titles use the same gray tone. */
.lp-about-page-content h2,
.lp-about-story-intro h2,
.lp-about-highlights-section .sec-title h2,
.lp-about-highlight-card h3,
.lp-about-mission-grid h3,
.lp-about-achievements-content h2,
.lp-achievement-card figcaption,
.lp-about-founder-content h2,
.lp-about-cta-box h2,
.lp-about-page-stats > div > span,
.lp-about-trust-note {
  color: #686b72;
}

/* Exhibition page headings and card titles use the shared gray tone. */
.lp-exhibition-hero-content h2,
.lp-exhibition-network h2,
.lp-exhibition-achievement-box h2,
.lp-exhibition-services .sec-title h2,
.lp-exhibition-footprint .sec-title h2,
.lp-exhibition-gallery .sec-title h2,
.lp-exhibition-strength-grid h3,
.lp-exhibition-services-grid h3,
.lp-exhibition-network-cards h3,
.lp-exhibition-footprint h3,
.lp-exhibition-reach span,
.lp-exhibition-award-photo figcaption {
  color: #686b72;
}

.lp-exhibition-services .sec-title .sub-title {
  color: #f05a00;
}

.lp-exhibition-footprint .sec-title .sub-title {
  color: #f05a00;
}

.lp-exhibition-gallery .sec-title .sub-title {
  color: #f05a00;
}

.lp-portfolio-section .sec-title .sub-title {
  color: #f05a00;
}

.lp-portfolio-section .sec-title h2 {
  color: #686b72;
}

.lp-exhibition-achievements + .lp-about-cta-section .lp-about-cta-box > div > span {
  text-transform: none;
}

/* Event page headings and card titles use the shared gray tone. */
.lp-event-page-content h2,
.lp-event-types-section .sec-title h2,
.lp-event-process-section h2,
.lp-event-capabilities-section .sec-title h2,
.lp-event-gallery-section .sec-title h2,
.lp-event-types-grid h3,
.lp-event-process-list h3,
.lp-event-capabilities-grid div span {
  color: #686b72;
}

.lp-event-types-section .sec-title .sub-title,
.lp-event-capabilities-section .sec-title .sub-title,
.lp-event-gallery-section .sec-title .sub-title {
  color: #f05a00;
}

.lp-event-page-hero ~ .lp-about-cta-section .lp-about-cta-box > div > span {
  text-transform: none;
  color: #f05a00;
}

/* Keep section labels in their authored case across the site. */
body .sec-title .sub-title,
.lp-about-mission-grid span,
.lp-about-cta-box > div > span {
  text-transform: none;
}

.lp-proof-stat strong,
.lp-proof-stat strong .count-text {
  color: #686b72;
}

@media (max-width: 991px) {
  .lp-footprint-cta-box {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 22px;
    padding: 30px;
  }

  .lp-footprint-cta-icon {
    width: 60px;
    height: 60px;
    font-size: 23px;
  }

  .lp-footprint-cta-actions {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
  }

  .lp-footprint-cta-actions .btn-style-one {
    width: auto;
  }
}

@media (max-width: 575px) {
  .lp-footprint-cta-section {
    padding: 42px 0;
  }

  .lp-footprint-cta-box {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }

  .lp-footprint-cta-actions {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
  }

  .lp-footprint-cta-actions .btn-style-one {
    width: 100%;
    text-align: center;
  }

}
