/* Feba Global homepage redesign
   Content remains dynamic; this file only reshapes the homepage presentation. */

body.home-page {
  --home-ink: #111c2e;
  --home-ink-soft: #25334a;
  --home-gold: #ad9b71;
  --home-gold-light: #d8c9a7;
  --home-paper: #f3f0e9;
  --home-line: rgba(17, 28, 46, 0.12);
  background: var(--home-paper);
  color: var(--home-ink-soft);
  overflow-x: hidden;
}

body.home-page h1,
body.home-page h2,
body.home-page h3,
body.home-page h4 {
  color: var(--home-ink);
  letter-spacing: -0.035em;
}

body.home-page .container {
  max-width: 1240px;
}

/* Header */
body.home-page .cs_site_header {
  padding: 18px 24px 0;
}

body.home-page .cs_site_header .cs_main_header_in {
  height: 76px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(10, 19, 32, 0.58);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.home-page .cs_site_header_full_width .container {
  max-width: 1480px;
  padding: 0;
}

body.home-page .cs_site_branding img {
  max-width: 190px;
  height: 47px !important;
  object-fit: contain;
}

body.home-page .cs_nav_list > li > a {
  font-size: 12px;
  letter-spacing: 0.065em;
}

body.home-page .language-switcher {
  padding-left: 12px !important;
}

body.home-page .cs_sticky_header.cs-gescout_sticky {
  padding-top: 10px;
  background: transparent;
  box-shadow: none;
}

body.home-page .cs_sticky_header.cs-gescout_sticky .cs_main_header_in {
  background: rgba(10, 19, 32, 0.92);
}

/* Hero */
body.home-page .cs_hero.cs_style_4 {
  width: calc(100% - 32px);
  min-height: 720px;
  height: calc(100vh - 16px);
  margin: 8px 16px 0;
  padding: 210px 0 112px;
  border-radius: 28px;
  isolation: isolate;
  box-shadow: 0 30px 80px rgba(17, 28, 46, 0.2);
}

body.home-page .cs_hero.cs_style_4::before {
  display: none;
}

body.home-page .cs_hero .video-container,
body.home-page .cs_hero #localVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.home-page .cs_hero #localVideo {
  transform: none;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
}

body.home-page .cs_hero .overlay {
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.92) 0%, rgba(8, 17, 31, 0.66) 48%, rgba(8, 17, 31, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 17, 31, 0.66) 0%, transparent 48%);
}

body.home-page .cs_hero .container {
  width: 100%;
}

body.home-page .cs_hero .headline-swiper {
  max-width: 1030px;
  margin-left: 0;
}

body.home-page .cs_hero.cs_style_4 .cs_hero_text {
  max-width: 960px;
  padding-left: 34px;
  border-left: 2px solid var(--home-gold);
}

body.home-page .cs_hero h1 {
  max-width: 940px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(48px, 5.25vw, 78px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

body.home-page .cs_hero .cs_hero_text > p {
  max-width: 710px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 17px;
  line-height: 1.7;
}

body.home-page .cs_btn.cs_style_1 {
  min-height: 50px;
  padding: 13px 26px !important;
  border-radius: 100px;
  background: var(--home-gold);
  box-shadow: 0 12px 30px rgba(173, 155, 113, 0.26);
}

body.home-page .cs_hero .cs_btn.cs_style_1 {
  background: #fff;
  color: var(--home-ink);
}

body.home-page .cs_hero .cs_btn.cs_style_1::before {
  background: var(--home-gold);
}

body.home-page .cs_hero.cs_style_4 .cs_social_btns {
  top: auto;
  right: 42px;
  bottom: 32px;
  flex-direction: row;
  transform: none;
}

body.home-page .cs_hero.cs_style_4 .cs_social_btns a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

/* Corporate overview */
body.home-page .cs_hero + section {
  padding: 82px 0 78px !important;
}

body.home-page .cs_hero + section > .container > .row {
  align-items: stretch;
}

body.home-page .cs_hero + section > .container > .row > .col-lg-6:first-child {
  width: 39%;
}

body.home-page .cs_hero + section > .container > .row > .col-lg-6:last-child {
  width: 61%;
  padding-left: 54px;
}

body.home-page .cs_experience.cs_style_1,
body.home-page .cs_experience.cs_style_1 .cs_experience_thumb {
  height: 100%;
  min-height: 510px;
}

body.home-page .cs_experience.cs_style_1 .cs_experience_thumb {
  padding: 0;
}

body.home-page .cs_experience.cs_style_1 .cs_experience_thumb::before {
  left: -14px;
  top: -14px;
  width: 46%;
  height: 42%;
  border-radius: 22px;
  background: var(--home-gold);
}

body.home-page .cs_experience_thumb > img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  border-radius: 24px !important;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(17, 28, 46, 0.18);
}

body.home-page .cs_experience.cs_style_1 .cs_experience_shape {
  right: -20px;
  bottom: 22px;
  width: 34%;
  padding: 6px;
  border-radius: 17px;
  background: var(--home-paper);
  box-shadow: 0 18px 50px rgba(17, 28, 46, 0.18);
  z-index: 4;
}

body.home-page .cs_experience.cs_style_1 .cs_experience_shape img {
  width: 100%;
  border-radius: 12px;
}

body.home-page .cs_about.cs_style_1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.home-page .cs_about .cs_section_heading {
  margin-bottom: 18px;
}

body.home-page .cs_about .cs_section_heading h3,
body.home-page .cs_hero + section + section .cs_section_heading h3,
body.home-page .cs_service_slider > .cs_section_heading h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--home-gold) !important;
  font-size: 13px;
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home-page .cs_about .cs_section_heading h3::before,
body.home-page .cs_hero + section + section .cs_section_heading h3::before,
body.home-page .cs_service_slider > .cs_section_heading h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

body.home-page .cs_about .cs_section_heading h2 {
  max-width: 660px;
  margin-bottom: 18px;
  font-size: clamp(36px, 3.25vw, 48px);
  line-height: 1.04;
}

body.home-page .cs_about .cs_section_heading p {
  max-width: 690px;
  color: #5d6776;
  font-size: 14px;
  line-height: 1.6;
}

body.home-page .cs_about > .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 18px;
}

body.home-page .cs_about > .row > div {
  width: auto;
  padding: 0;
}

body.home-page .cs_about > .row > div:last-child {
  grid-column: 1 / -1;
}

body.home-page .cs_about-icon-box {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0 !important;
  padding: 13px 15px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

body.home-page .cs_about-icon-box:hover {
  transform: translateY(-4px);
  border-color: rgba(173, 155, 113, 0.55);
  background: #fff;
}

body.home-page .cs_about-icon-box > span {
  position: static !important;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  background: var(--home-ink) !important;
  flex: 0 0 24px;
}

body.home-page .cs_about-icon-box h3 {
  min-height: 0;
  margin: 0 !important;
  padding-left: 0 !important;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

body.home-page .cs_about-icon-box p {
  display: none;
}

body.home-page .cs_hero + section .cs_section_shape-1 {
  display: none;
}

/* Services */
body.home-page .cs_hero + section + section {
  width: calc(100% - 32px);
  margin: 0 16px 82px;
  padding: 62px 0 50px !important;
  border-radius: 30px;
  background: var(--home-ink);
  overflow: hidden;
}

body.home-page .cs_hero + section + section .cs_section_heading {
  margin-bottom: 30px;
  text-align: left !important;
}

body.home-page .cs_hero + section + section .cs_section_heading h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(34px, 3.45vw, 50px);
  line-height: 1.04;
}

body.home-page .cs_hero + section + section .cs_section_heading h3 {
  color: var(--home-gold-light) !important;
}

body.home-page .cs_hero + section + section .container-fluid {
  max-width: 1320px;
  padding: 0 42px;
}

body.home-page .cs_service_slider_2 .slick-list {
  padding: 14px 8px;
}

body.home-page .cs_service_slider_2 .cs_slider_activate {
  margin: -14px -8px;
}

body.home-page .cs_service_slider_2 .slick-slide {
  padding: 0 8px;
}

body.home-page .cs_service.cs_style_1.cs_type_1 {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f7f4 100%) !important;
  box-shadow: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

body.home-page .cs_service.cs_style_1.cs_type_1:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2) !important;
}

body.home-page .cs_service.cs_style_1 .cs_service_thumb {
  width: 100%;
  height: 165px;
  margin: 0 0 17px;
  border-radius: 12px;
  overflow: hidden;
}

body.home-page .cs_service.cs_style_1 .cs_service_iconbox,
body.home-page .cs_service.cs_style_1 > p,
body.home-page .cs_service.cs_style_1 > .text-primary {
  margin-right: 10px;
  margin-left: 10px;
}

body.home-page .cs_service.cs_style_1 .cs_service_iconbox {
  min-height: 64px;
  align-items: flex-start !important;
  margin-bottom: 8px !important;
}

body.home-page .cs_service.cs_style_1 .cs_service_iconbox h2 {
  display: -webkit-box;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.home-page .cs_service.cs_style_1 > p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 14px !important;
  color: #697384;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

body.home-page .cs_service.cs_style_1 > .text-primary {
  margin-top: auto;
}

body.home-page .cs_post_btn_2 {
  color: var(--home-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home-page .cs_hero + section + section .cs_slider_prev,
body.home-page .cs_hero + section + section .cs_slider_next {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08) !important;
}

body.home-page .cs_hero + section + section .cs_slider_prev svg,
body.home-page .cs_hero + section + section .cs_slider_next svg {
  filter: invert(1);
}

body.home-page .cs_hero + section + section .cs_pt_50 {
  padding-top: 22px;
}

/* References */
body.home-page .cs_hero + section + section + h2 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: clamp(34px, 3.4vw, 50px);
  text-align: left !important;
}

body.home-page .cs_reference_wrap {
  max-width: 1240px;
  margin: 30px auto 110px;
  padding: 26px 0;
  border: 1px solid var(--home-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 55px rgba(17, 28, 46, 0.06);
}

body.home-page .cs_reference_wrap::before,
body.home-page .cs_reference_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 90px;
  pointer-events: none;
}

body.home-page .cs_reference_wrap::before {
  left: 0;
  background: linear-gradient(90deg, #f8f6f1, transparent);
}

body.home-page .cs_reference_wrap::after {
  right: 0;
  background: linear-gradient(-90deg, #f8f6f1, transparent);
}

body.home-page .cs_reference_track {
  width: 100%;
  animation: none;
}

body.home-page .cs_reference_slide {
  min-height: 96px;
  padding: 18px;
}

body.home-page .cs_reference_slide img {
  max-width: 150px;
  max-height: 66px;
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

body.home-page .cs_reference_slide img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Moving statement */
body.home-page .cs_moving_wrap {
  height: 100px;
  background-color: var(--home-gold);
  background-image: none !important;
  transform: rotate(-1deg) scale(1.02);
}

body.home-page .cs_moving_text {
  color: var(--home-ink) !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  animation-play-state: running !important;
}

body.home-page .cs_moving_wrap:hover .cs_moving_text {
  animation-play-state: running !important;
}

body.home-page .cs_moving_text > * {
  padding: 10px 34px;
}

/* Blog */
body.home-page .cs_moving_wrap + section {
  padding: 132px 0 120px !important;
}

body.home-page .cs_moving_wrap + section .cs_section_heading {
  align-items: flex-end !important;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--home-line);
}

body.home-page .cs_moving_wrap + section .cs_section_heading h2 {
  max-width: 800px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.1;
}

body.home-page .cs_moving_wrap + section .cs_section_heading_right {
  margin-left: auto;
}

body.home-page .cs_service_slider .slick-list {
  overflow: hidden;
}

body.home-page .cs_service_slider .cs_post.cs_style_1 {
  width: 520px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74) !important;
  box-shadow: none !important;
}

body.home-page .cs_post.cs_style_1 .cs_post_thumb {
  height: 310px;
}

body.home-page .cs_post.cs_style_1 .cs_post_info {
  padding: 32px 34px 36px !important;
}

body.home-page .cs_post.cs_style_1 .cs_post_title {
  min-height: 58px;
  font-size: 24px;
}

body.home-page .cs_post.cs_style_1 .cs_post_subtitle {
  color: #697384;
}

body.home-page .cs_moving_wrap + section .cs_slider_prev,
body.home-page .cs_moving_wrap + section .cs_slider_next {
  width: 50px;
  height: 50px;
  border: 1px solid var(--home-line);
  background: transparent !important;
}

/* Contact */
body.home-page .cs_moving_wrap + section + section {
  width: calc(100% - 32px);
  margin: 0 16px 16px;
  padding: 118px 0 !important;
  border-radius: 38px;
  background-color: var(--home-ink);
  background-image:
    radial-gradient(circle at 10% 15%, rgba(173, 155, 113, 0.2), transparent 34%),
    linear-gradient(135deg, #111c2e, #0a1220) !important;
}

body.home-page .cs_moving_wrap + section + section .row {
  align-items: center;
}

body.home-page .cs_moving_wrap + section + section .cs_section_heading h3 {
  color: var(--home-gold-light) !important;
  font-size: 13px;
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home-page .cs_moving_wrap + section + section .cs_section_heading h2 {
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.06;
}

body.home-page .cs_moving_wrap + section + section .cs_section_heading p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 16px;
  line-height: 1.75;
}

body.home-page .cs_moving_wrap + section + section .col-xl-5 > .d-flex:not(.cs_section_heading) {
  min-height: 92px;
  margin-bottom: 14px !important;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

body.home-page .cs_moving_wrap + section + section .col-xl-5 > .d-flex:not(.cs_section_heading) > div:first-child {
  width: 54px !important;
  height: 54px !important;
  margin-right: 16px !important;
  border-radius: 50%;
  background: rgba(173, 155, 113, 0.18) !important;
}

body.home-page .cs_moving_wrap + section + section .col-xl-5 > .d-flex:not(.cs_section_heading) svg {
  width: 24px;
  height: 24px;
}

body.home-page .cs_moving_wrap + section + section .col-xl-5 > .d-flex:not(.cs_section_heading) p {
  margin-bottom: 3px !important;
  color: var(--home-gold-light) !important;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home-page .cs_moving_wrap + section + section .col-xl-5 > .d-flex:not(.cs_section_heading) h2 {
  color: #fff;
  font-size: 17px;
}

body.home-page .cs_contact_form {
  padding: 52px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  background-image: none !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
}

body.home-page .cs_contact_form .cs_section_heading h2 {
  color: var(--home-ink) !important;
  font-size: 38px !important;
}

body.home-page .cs_contact_form .form-control {
  min-height: 55px;
  padding: 14px 18px;
  border: 1px solid rgba(17, 28, 46, 0.09) !important;
  border-radius: 12px !important;
  background: #f1f2f4 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.home-page .cs_contact_form textarea.form-control {
  min-height: 128px;
}

body.home-page .cs_contact_form .form-control:focus {
  border-color: var(--home-gold) !important;
  box-shadow: 0 0 0 4px rgba(173, 155, 113, 0.12);
}

/* Footer transition */
body.home-page .cs_footer {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  body.home-page .cs_site_header {
    padding: 12px 12px 0;
  }

  body.home-page .cs_site_header .cs_main_header_in {
    padding: 0 18px;
  }

  body.home-page .cs_hero.cs_style_4 {
    width: calc(100% - 16px);
    min-height: 680px;
    margin: 8px 8px 0;
    padding: 180px 0 90px;
    border-radius: 24px;
  }

  body.home-page .cs_hero + section > .container > .row > .col-lg-6:last-child {
    padding-left: 30px;
  }

  body.home-page .cs_hero + section + section .container-fluid {
    padding: 0 24px;
  }
}

@media (max-width: 991px) {
  body.home-page .cs_site_header .cs_main_header_in {
    height: 68px;
  }

  body.home-page .cs_nav {
    color: #fff;
  }

  body.home-page .cs_nav .cs_nav_list {
    top: 62px;
    border-radius: 16px;
    background: rgba(10, 19, 32, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  }

  body.home-page .cs_hero.cs_style_4 {
    height: auto;
    min-height: 700px;
    padding: 190px 0 90px;
  }

  body.home-page .cs_hero h1 {
    font-size: clamp(44px, 8vw, 64px);
  }

  body.home-page .cs_hero + section {
    padding: 72px 0 66px !important;
  }

  body.home-page .cs_hero + section > .container > .row > .col-lg-6:first-child,
  body.home-page .cs_hero + section > .container > .row > .col-lg-6:last-child {
    width: 100%;
  }

  body.home-page .cs_hero + section > .container > .row > .col-lg-6:last-child {
    padding-left: 12px;
  }

  body.home-page .cs_experience.cs_style_1,
  body.home-page .cs_experience.cs_style_1 .cs_experience_thumb,
  body.home-page .cs_experience_thumb > img {
    min-height: 420px;
  }

  body.home-page .cs_about .cs_section_heading h2 {
    font-size: 38px;
  }

  body.home-page .cs_hero + section + section {
    margin-bottom: 68px;
    padding: 54px 0 44px !important;
  }

  body.home-page .cs_reference_wrap {
    margin-bottom: 84px;
  }

  body.home-page .cs_moving_wrap + section {
    padding: 100px 0 88px !important;
  }

  body.home-page .cs_moving_wrap + section + section {
    padding: 88px 0 !important;
  }
}

@media (max-width: 767px) {
  body.home-page .cs_site_header {
    padding: 8px 8px 0;
  }

  body.home-page .cs_site_header .cs_main_header_in {
    padding: 0 14px;
    border-radius: 14px;
  }

  body.home-page .cs_site_branding img {
    max-width: 160px;
    height: 42px !important;
  }

  body.home-page .cs_hero.cs_style_4 {
    min-height: 650px;
    padding: 165px 0 72px;
    border-radius: 20px;
  }

  body.home-page .cs_hero .overlay {
    background:
      linear-gradient(90deg, rgba(8, 17, 31, 0.92), rgba(8, 17, 31, 0.58)),
      linear-gradient(0deg, rgba(8, 17, 31, 0.7), transparent 52%);
  }

  body.home-page .cs_hero.cs_style_4 .cs_hero_text {
    padding-left: 20px;
  }

  body.home-page .cs_hero h1 {
    font-size: 40px;
    line-height: 1.06;
  }

  body.home-page .cs_hero .cs_hero_text > p {
    font-size: 15px;
  }

  body.home-page .cs_hero + section {
    padding: 56px 0 50px !important;
  }

  body.home-page .cs_experience.cs_style_1,
  body.home-page .cs_experience.cs_style_1 .cs_experience_thumb,
  body.home-page .cs_experience_thumb > img {
    min-height: 310px;
  }

  body.home-page .cs_experience.cs_style_1 .cs_experience_shape {
    right: -6px;
    width: 31%;
  }

  body.home-page .cs_about .cs_section_heading h2 {
    font-size: 31px;
  }

  body.home-page .cs_about .cs_section_heading p {
    font-size: 13px;
    line-height: 1.55;
  }

  body.home-page .cs_about > .row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.home-page .cs_about > .row > div:last-child {
    grid-column: auto;
  }

  body.home-page .cs_about-icon-box {
    min-height: 60px;
    padding: 10px 12px;
  }

  body.home-page .cs_hero + section + section,
  body.home-page .cs_moving_wrap + section + section {
    width: calc(100% - 16px);
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 26px;
  }

  body.home-page .cs_hero + section + section {
    padding: 52px 0 42px !important;
  }

  body.home-page .cs_hero + section + section .container-fluid {
    padding: 0 12px;
  }

  body.home-page .cs_hero + section + section .cs_section_heading h2,
  body.home-page .cs_moving_wrap + section .cs_section_heading h2,
  body.home-page .cs_moving_wrap + section + section .cs_section_heading h2 {
    font-size: 30px;
  }

  body.home-page .cs_service.cs_style_1.cs_type_1 {
    min-height: 330px;
  }

  body.home-page .cs_service.cs_style_1 .cs_service_thumb {
    height: 155px;
  }

  body.home-page .cs_hero + section + section + h2 {
    padding: 0 20px;
    font-size: 34px;
  }

  body.home-page .cs_reference_wrap {
    margin: 22px 8px 74px;
    border-radius: 18px;
  }

  body.home-page .cs_reference_wrap::before,
  body.home-page .cs_reference_wrap::after {
    width: 38px;
  }

  body.home-page .cs_moving_wrap {
    height: 82px;
  }

  body.home-page .cs_moving_text {
    font-size: 16px;
  }

  body.home-page .cs_moving_wrap + section {
    padding: 82px 0 72px !important;
  }

  body.home-page .cs_moving_wrap + section .cs_section_heading {
    align-items: flex-start !important;
  }

  body.home-page .cs_service_slider .cs_post.cs_style_1 {
    width: 320px;
  }

  body.home-page .cs_post.cs_style_1 .cs_post_thumb {
    height: 220px;
  }

  body.home-page .cs_post.cs_style_1 .cs_post_info {
    padding: 26px !important;
  }

  body.home-page .cs_post.cs_style_1 .cs_post_title {
    min-height: auto;
    font-size: 20px;
  }

  body.home-page .cs_moving_wrap + section + section {
    padding: 72px 0 !important;
  }

  body.home-page .cs_contact_form {
    padding: 32px 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page *,
  body.home-page *::before,
  body.home-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.home-page .cs_moving_text {
    animation-duration: 20s !important;
    animation-iteration-count: infinite !important;
    animation-play-state: running !important;
  }
}
