@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

body,
html,
* {
  font-family: "Inter", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-synthesis: weight style;
  font-optical-sizing: auto;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif !important;
}

h1 {
  font-weight: 700 !important;
}

/* Force serif on service stats labels and services title text nodes (including nested spans) */
.service-stats-section .stat-label,
.service-stats-section .stat-label *,
.servicehome-combined .service-v2-intro .service-v2-big,
.servicehome-combined .service-v2-intro .service-v2-big * {
  font-family: 'Times New Roman', serif !important;
}

/* Service Stats Section Horizontal Layout */
.service-stats-grid-horizontal {
  display: grid;
  position: relative;
  z-index: 3;
}
.service-stats-grid-horizontal .stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  font-family: 'Times New Roman', serif !important;
}
.service-stats-grid-horizontal .stat-top-left {
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
}
.service-stats-grid-horizontal .stat-top-right {
  grid-column: 2;
  grid-row: 1;
  justify-content: flex-start;
}
.service-stats-grid-horizontal .stat-bottom-left {
  grid-column: 1;
  grid-row: 2;
  justify-content: flex-end;
}
.service-stats-grid-horizontal .stat-bottom-right {
  grid-column: 2;
  grid-row: 2;
  justify-content: center;
}
.service-stats-grid-horizontal .stat-label {
  font-size: 1.2rem;
  color: #5a4a8a;
  font-weight: 400;
  font-family: 'Times New Roman', serif !important;
  margin-right: 12px;
  line-height: 1.1;
  text-align: right;
  min-width: 80px;
}
.service-stats-grid-horizontal .stat-number {
  font-size: 3.4rem;
  font-weight: 700;
  color: #5a4a8a;
  font-family: 'Times New Roman', serif !important;
  text-align: left;
}
@media (max-width: 900px) {
  .service-stats-grid-horizontal {
    gap: 18px 20px;
  }
  .service-stats-grid-horizontal .stat-label {
    font-size: 1rem;
    min-width: 60px;
    margin-right: 8px;
  }
  .service-stats-grid-horizontal .stat-number {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .service-stats-grid-horizontal {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
    padding: 20px;
  }
  .service-stats-grid-horizontal .stat {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start !important;
    padding: 0 !important;
    grid-column: 1 !important;
  }
  .service-stats-grid-horizontal .stat-top-left {
    grid-row: 1;
  }
  .service-stats-grid-horizontal .stat-top-right {
    grid-row: 2;
  }
  .service-stats-grid-horizontal .stat-bottom-left {
    grid-row: 3;
  }
  .service-stats-grid-horizontal .stat-bottom-right {
    grid-row: 4;
  }
  .service-stats-grid-horizontal .stat-label {
    text-align: right;
    min-width: 90px;
    margin-right: 12px;
    font-size: 0.95rem;
  }
  .service-stats-grid-horizontal .stat-number {
    font-size: 2rem;
  }
}
/* Service Stats Section 2x2 Grid Layout */
.service-stats-section {
  position: relative;
  background: #fff;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background-image:
    url("../cfind/source/thumb/images/homeservice/service-stats.png"),
    url("../cfind/source/thumb/images/homeservice/service-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
}
.service-stats-section .service-stats-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.service-stats-section .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.service-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 40px;
  width: 100%;
  height: 100%;
}
.service-stats-grid .stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  min-width: 0;
  font-family: 'Times New Roman', serif !important;
}
.service-stats-grid .stat-top-left {
  grid-column: 1;
  grid-row: 1;
  align-items: flex-end;
  text-align: right;
  padding-right: 10px;
}
.service-stats-grid .stat-top-right {
  grid-column: 2;
  grid-row: 1;
  align-items: flex-start;
  text-align: left;
  padding-left: 10px;
}
.service-stats-grid .stat-bottom-left {
  grid-column: 1;
  grid-row: 2;
  align-items: flex-end;
  text-align: right;
  padding-right: 10px;
}
.service-stats-grid .stat-bottom-right {
  grid-column: 2;
  grid-row: 2;
  align-items: flex-start;
  text-align: left;
  padding-left: 10px;
}
.service-stats-grid .stat-label {
  font-size: 1.1rem;
  color: #5a4a8a;
  font-weight: 400;
  font-family: 'Times New Roman', serif !important;
  margin-bottom: 2px;
}
.service-stats-grid .stat-number {
  font-size: 2.3rem;
  font-weight: 700;
  color: #5a4a8a;
  font-family: 'Times New Roman', serif !important;
  letter-spacing: 1px;
}
@media (max-width: 1366px) {
  .service-stats-section {
    min-height: 240px;
    padding: 50px 0;
  }
  .service-stats-section .wrapper {
    max-width: 1000px;
    padding: 0 40px;
  }
  .service-stats-grid .stat-number {
    font-size: 2rem;
  }
  .service-stats-grid .stat-label {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .service-stats-section {
    min-height: 220px;
    padding: 40px 0;
  }
  .service-stats-section .wrapper {
    max-width: 900px;
    padding: 0 30px;
  }
  .service-stats-grid .stat-number {
    font-size: 1.8rem;
  }
}
@media (max-width: 900px) {
  .service-stats-section .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .service-stats-grid {
    gap: 0px 20px;
  }
  .service-stats-grid .stat-number {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .service-stats-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 10px 0;
  }
  .service-stats-grid .stat {
    align-items: flex-start !important;
    text-align: left !important;
    padding: 0 !important;
  }
}
/* Service Stats Section Custom Layout */
.service-stats-section {
  position: relative;
  background: #fff;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 30px 0;
}
.service-stats-section .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
  justify-items: center;
  align-items: center;
}
.service-stats .stat {
  text-align: center;
  font-family: 'Times New Roman', serif !important;
}
.service-stats .stat-label {
  font-size: 1.1rem;
  color: #5a4a8a;
  font-weight: 400;
  font-family: 'Times New Roman', serif !important;
  margin-bottom: 2px;
}
.service-stats .stat-number {
  font-size: 2.3rem;
  font-weight: 700;
  color: #5a4a8a;
  font-family: 'Times New Roman', serif !important;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .service-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .service-stats-section {
    min-height: 180px;
    padding: 30px 0 20px 0;
  }
}
@media (max-width: 600px) {
  .service-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-stats-section {
    min-height: 120px;
    padding: 18px 0 10px 0;
  }
  .service-stats .stat-number {
    font-size: 1.5rem;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
.cursor {
  display: none;
  background: url(/images/material/cursor.svg) no-repeat 50%;
  height: 74px;
  left: 0;
  margin-left: -37px;
  margin-top: -37px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 74px;
  z-index: 999;
}
.cursor.dark {
  background: url(/images/material/cursor-dark.svg) no-repeat 50%;
}
header {
  height: 143px;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 888;
}
header:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
header.up {
  top: 0;
}
header.down,
header.up {
  transition: all 0.3s ease-out;
}
header.down {
  top: -143px;
}
header .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 135px;
  max-width: none;
}
header .wrapper .logo img {
  display: block;
  height: auto;
  width: 100%;
}
header .wrapper .wrap-burger {
  cursor: pointer;
  padding-bottom: 20px;
  position: relative;
  width: 44px;
}
header .wrapper .wrap-burger .burger-menu {
  display: flex;
  flex-flow: column;
  height: 23px;
  justify-content: space-between;
  margin: auto auto 12px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 49px;
}
header .wrapper .wrap-burger .burger-menu span {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: all 0.25s ease-out;
  width: 100%;
}
header .wrapper .wrap-burger .burger-menu span:first-child {
  top: 0;
}
header .wrapper .wrap-burger .burger-menu span:nth-child(2) {
  top: 10px;
}
header .wrapper .wrap-burger .burger-menu span:nth-child(3) {
  top: 20px;
}
header .wrapper .wrap-burger .txt {
  bottom: 0;
  color: #fff;
  font-size: 0.875rem;
  left: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-out;
  width: 100%;
}
header .wrapper .wrap-burger .txt.close {
  opacity: 0;
  visibility: hidden;
}
header .wrapper .wrap-burger.act .burger-menu {
  background: url(/images/material/burger-close.png) no-repeat center 0;
  background-size: auto 100%;
  height: 44px;
  margin-bottom: 5px;
  transform: rotate(135deg);
  transition: all 0.3s ease-out;
  width: 44px;
}
header .wrapper .wrap-burger.act .burger-menu span {
  opacity: 0;
}
header .wrapper .wrap-burger.act .burger-menu:hover {
  transform: unset;
  transition: all 0.3s ease-out;
}
header .wrapper .wrap-burger.act .txt.tmenu {
  opacity: 0;
  visibility: hidden;
}
header .wrapper .wrap-burger.act .txt.close {
  opacity: 1;
  visibility: visible;
}
.wrap-menu {
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 777;
}
.wrap-menu .inner {
  float: right;
  margin-right: 135px;
  padding-bottom: 222px;
  padding-right: 0;
  padding-top: 150px;
  width: 300px;
  z-index: 5;
}
.wrap-menu .inner,
.wrap-menu .inner nav {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.wrap-menu .inner nav {
  overflow-y: auto;
  padding-right: 10px;
  width: 100%;
}
.wrap-menu .inner nav::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 3px;
}
.wrap-menu .inner nav::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 4px;
}
.wrap-menu .inner nav::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
.wrap-menu .inner nav ul li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Alra;
  font-size: 1.875rem;
  justify-content: flex-end;
}
.wrap-menu .inner nav ul li a img {
  margin-right: 16px;
}
.wrap-menu .inner nav ul li > ul {
  display: none;
  margin: 5px 0 15px;
  padding-right: 10px;
}
.wrap-menu .inner nav ul li > ul li {
  margin: 0;
}
.wrap-menu .inner nav ul li > ul li a {
  font-size: 1.25rem;
}
.wrap-menu .inner nav ul li.dropdown a.parent {
  padding-right: 40px;
  position: relative;
}
.wrap-menu .inner nav ul li.dropdown a.parent:after {
  background: url(/images/material/icon-plus.png) no-repeat 0 0;
  content: "";
  height: 33px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  width: 32px;
}
.wrap-menu .inner nav ul li.dropdown.act a.parent:after {
  background: url(/images/material/icon-min.png) no-repeat 0 0;
  transform: translateY(-50%) rotate(-180deg);
}
.wrap-menu .inner .box-bottom {
  border-top: 1px solid hsla(0, 0%, 95%, 0.2);
  bottom: 60px;
  left: 0;
  padding: 30px 0 0;
  position: absolute;
  width: 100%;
}
.wrap-menu .inner .box-bottom .search {
  margin-bottom: 15px;
}
.wrap-menu .inner .box-bottom .search form {
  position: relative;
}
.wrap-menu .inner .box-bottom .search form ::-moz-placeholder {
  color: #fff;
}
.wrap-menu .inner .box-bottom .search form :-ms-input-placeholder {
  color: #fff;
}
.wrap-menu .inner .box-bottom .search form ::placeholder {
  color: #fff;
}
.wrap-menu .inner .box-bottom .search button {
  background: url(/images/material/search.png) no-repeat 0 0;
  border: 0;
  font-size: 0;
  height: 25px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.wrap-menu .inner .box-bottom .search input {
  border: 0;
  color: #fff;
  font-family: Open Sans;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 0 35px;
  text-align: right;
}
.wrap-menu .inner .box-bottom .language {
  align-items: center;
  display: flex;
  font-size: 1.188rem;
  font-weight: 700;
  justify-content: flex-end;
}
.wrap-menu .inner .box-bottom .language a {
  color: #fff;
  display: flex;
  padding: 0 8px;
}
.wrap-menu .inner .box-bottom .language a img {
  filter: grayscale(100%);
  transition: all 0.15s ease-out;
}
.wrap-menu .inner .box-bottom .language a:first-child {
  padding-left: 0;
}
.wrap-menu .inner .box-bottom .language a:last-child {
  padding-right: 0;
}
.wrap-menu .inner .box-bottom .language a.active,
.wrap-menu .inner .box-bottom .language a:hover {
  color: #469de3;
}
.wrap-menu .inner .box-bottom .language a.active img,
.wrap-menu .inner .box-bottom .language a:hover img {
  filter: grayscale(0);
}
.wrap-menu .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrap-menu .bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
footer {
  padding: 25px 0;
}
footer p {
  margin-bottom: 0;
}
footer .wrapper {
  margin: 0 100px;
}
footer .wrapper .footer-top {
  display: flex;
  margin-bottom: 20px;
}
footer .wrapper .footer-top .boxleft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
footer .wrapper .footer-top .boxleft ul {
  display: flex;
  margin: 0;
}
footer .wrapper .footer-top .boxleft ul li {
  margin-right: 18px;
}
footer .wrapper .footer-top .boxleft ul li:last-child {
  margin-right: 0;
}
footer .wrapper .footer-top .boxleft ul li a {
  color: #333;
  font-weight: 600;
  transition: all 0.25s ease-out;
}
footer .wrapper .footer-top .boxleft ul li a:hover {
  opacity: 0.9;
}
footer .wrapper .footer-top .boxleft .office {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 26px;
}
footer .wrapper .footer-top .boxleft .office:last-child {
  margin-bottom: 0;
}
footer .wrapper .footer-top .boxleft .office .address {
  line-height: 1.5;
  margin-right: 25px;
  padding-left: 26px;
  position: relative;
  width: 58%;
}
footer .wrapper .footer-top .boxleft .office .address:before {
  background: url(/images/material/map.svg) no-repeat 0 0;
  background-size: 12px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
}
footer .wrapper .footer-top .boxleft .office .contact {
  width: 42%;
}
footer .wrapper .footer-top .boxleft .office .contact p {
  margin-bottom: 10px;
}
footer .wrapper .footer-top .boxleft .office .contact .telp {
  padding-left: 26px;
  position: relative;
}
footer .wrapper .footer-top .boxleft .office .contact .telp:before {
  background: url(/images/material/telp.svg) no-repeat 0 0;
  background-size: 20px;
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
}
footer .wrapper .footer-top .boxleft .office .contact .fax {
  padding-left: 26px;
  position: relative;
}
footer .wrapper .footer-top .boxleft .office .contact .fax:before {
  background: url(/images/material/ico-fax.svg) no-repeat 0 0;
  background-size: 20px;
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
}
footer .wrapper .footer-top .boxleft .office .contact .email {
  padding-left: 26px;
  position: relative;
}
footer .wrapper .footer-top .boxleft .office .contact .email:before {
  background: url(/images/material/email.svg) no-repeat 0 0;
  background-size: 20px;
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
}
footer .wrapper .footer-top .boxright {
  padding-left: 50px;
  width: 50%;
}
footer .wrapper .footer-bottom {
  display: flex;
  justify-content: space-between;
}
footer .wrapper .footer-bottom .copyright {
  font-size: 15px;
}
footer .wrapper .footer-bottom .copyright a {
  transition: all 0.25 ease-out;
}
footer .wrapper .footer-bottom .copyright a:hover {
  opacity: 0.9;
  text-decoration: underline;
}
footer .social-media ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
footer .social-media ul li {
  margin-bottom: 0;
  margin-right: 30px;
}
footer .social-media ul li a {
  align-items: center;
  display: flex;
  transition: all 0.25s ease-out;
}
footer .social-media ul li a img {
  margin-right: 8px;
  transition: all 0.25s ease-out;
}
footer .social-media ul li a:hover {
  opacity: 0.9;
}
footer .social-media ul li a:hover img {
  transform: scale(0.92);
}
footer .social-media ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1599px) {
  .wrap-menu .inner {
    margin-right: 80px;
    padding-bottom: 130px;
  }
  .wrap-menu .inner nav ul li a {
    font-size: 1.6rem;
  }
  .wrap-menu .inner .box-bottom {
    bottom: 25px;
    padding-top: 20px;
  }
  .wrap-menu .inner .box-bottom .search {
    margin-bottom: 7px;
  }
  .wrap-menu .inner .box-bottom .language,
  .wrap-menu .inner .box-bottom .search input {
    font-size: 1rem;
  }
  footer .wrapper,
  header .wrapper {
    margin-left: 80px;
    margin-right: 80px;
  }
  footer .wrapper .footer-top .boxleft {
    width: 52%;
  }
  footer .wrapper .footer-top .boxright {
    padding-left: 40px;
    width: 48%;
  }
}
@media (max-width: 1366px) {
  .wrap-menu .inner .box-bottom .language a {
    width: 40px;
  }
  footer .wrapper .footer-top .boxright ul li {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .cursor {
    display: none;
  }
  header {
    height: 123px;
  }
  header.down {
    top: -123px;
  }
  header .logo {
    width: 149px;
  }
  header .wrapper .wrap-burger {
    cursor: pointer;
    padding-bottom: 16px;
    width: 38px;
  }
  header .wrapper .wrap-burger .burger-menu {
    height: 20px;
    margin-bottom: 8px;
    width: 100%;
  }
  header .wrapper .wrap-burger .burger-menu span:nth-child(2) {
    top: 8px;
  }
  header .wrapper .wrap-burger .burger-menu span:nth-child(3) {
    top: 16px;
  }
  header .wrapper .wrap-burger .txt {
    font-size: 0.6881rem;
  }
  header .wrapper .wrap-burger.act .burger-menu {
    height: 38px;
    width: 100%;
  }
  header .wrapper .wrap-burger.act .burger-menu span:first-child {
    top: 8px;
    transform: rotate(45deg);
  }
  header .wrapper .wrap-burger.act .burger-menu span:nth-child(2) {
    opacity: 0;
  }
  header .wrapper .wrap-burger.act .burger-menu span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
  .wrap-menu .inner nav ul li a {
    font-size: 1.5rem;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .wrap-menu .inner nav ul li > ul li a {
    padding-bottom: 0;
    padding-top: 0;
  }
  footer {
    padding: 40px 0 35px;
  }
  footer .wrapper .footer-top {
    margin-bottom: 30px;
  }
  footer .wrapper .footer-top .boxleft {
    flex-direction: column;
    width: 72%;
  }
  footer .wrapper .footer-top .boxleft .office {
    flex-direction: column;
  }
  footer .wrapper .footer-top .boxleft .office .address {
    line-height: 1.9;
    width: 100%;
  }
  footer .wrapper .footer-top .boxleft .office .contact {
    margin-top: 13px;
    width: 100%;
  }
  footer .wrapper .footer-top .boxright {
    padding-left: 20px;
    width: 28%;
  }
  footer .wrapper .footer-top .boxright ul li {
    width: auto;
  }
  footer .wrapper .footer-top .boxright ul li a {
    display: inline-block;
    padding: 3px 0;
  }
  footer .social-media ul li {
    margin-right: 24px;
  }
  footer .social-media ul li a {
    font-size: 0;
  }
  footer .social-media ul li:last-child,
  footer .social-media ul li a img {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  header {
    height: 95px;
  }
  header.down {
    top: -95px;
  }
  header .wrapper {
    margin: 0 48px;
  }
  header .wrapper .wrap-burger .burger-menu span {
    height: 2px;
    width: 32px;
  }
  header .wrapper .wrap-burger.act .burger-menu {
    height: 34px;
    margin-bottom: 4px;
  }
  header .logo {
    width: 112px;
  }
  .wrap-menu .inner {
    margin-right: 48px;
    padding-bottom: 110px;
    padding-top: 100px;
    width: 400px;
  }
  .wrap-menu .inner nav ul li a {
    font-size: 1.125rem;
  }
  .wrap-menu .inner nav ul li a img {
    margin-right: 8px;
    width: 18px;
  }
  .wrap-menu .inner nav ul li.dropdown a.parent {
    padding-right: 25px;
  }
  .wrap-menu .inner nav ul li.dropdown a.parent:after {
    background-size: 20px auto !important;
    height: 21px;
    right: -5px;
    top: 52%;
    width: 20px;
  }
  .wrap-menu .inner nav ul li > ul li a {
    font-size: 0.875rem;
  }
  .wrap-menu .inner .box-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .wrap-menu .inner .box-bottom .search {
    margin-bottom: 0;
    margin-right: 30px;
    width: 70%;
  }
  .wrap-menu .inner .box-bottom .search button {
    background-size: 16px auto;
    height: 16px;
    width: 16px;
  }
  .wrap-menu .inner .box-bottom .search input {
    font-size: 0.875rem;
  }
  .wrap-menu .inner .box-bottom .language {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    height: 43px;
  }
  .wrap-menu .inner .box-bottom .language a {
    width: 35px;
  }
  footer {
    padding: 32px 0;
  }
  footer .wrapper {
    margin-left: 48px;
    margin-right: 48px;
  }
  footer .wrapper .footer-top .boxleft {
    margin-right: 0;
    padding-right: 25px;
  }
  footer .wrapper .footer-top .boxleft .address {
    line-height: 1.7;
  }
  footer .wrapper .footer-top .boxleft .address br {
    display: none;
  }
  footer .wrapper .footer-top .boxleft ul li a {
    font-size: 13px;
  }
  footer .wrapper .footer-top .boxright {
    padding-left: 0;
  }
  footer .wrapper .footer-top .boxright ul li a {
    font-size: 13px;
  }
  footer .wrapper .footer-bottom {
    font-size: 0.75rem;
  }
  footer .wrapper .footer-bottom .copyright {
    font-size: 13px;
  }
  footer .social-media ul li {
    margin-right: 12px;
  }
  footer .social-media ul li a img {
    height: 24px !important;
    width: 24px !important;
  }
}
@media (max-width: 767px) {
  header {
    height: 68px;
  }
  header.down {
    top: -68px;
  }
  header .wrapper {
    margin: 0 32px;
  }
  header .wrapper .wrap-burger {
    padding-bottom: 16px;
    width: 34px;
  }
  header .wrapper .wrap-burger .burger-menu {
    height: 10px;
    margin-bottom: 6px;
  }
  header .wrapper .wrap-burger .burger-menu span {
    width: 24px;
  }
  header .wrapper .wrap-burger .burger-menu span:nth-child(2) {
    top: 4px;
  }
  header .wrapper .wrap-burger .burger-menu span:nth-child(3) {
    top: 8px;
  }
  header .wrapper .wrap-burger.act {
    padding-bottom: 17px;
  }
  header .wrapper .wrap-burger.act .burger-menu {
    margin-bottom: 2px;
  }
  header .logo {
    width: 84px;
  }
  .wrap-menu .inner {
    margin-right: 32px;
    padding-bottom: 150px;
    width: 190px;
  }
  .wrap-menu .inner .box-bottom {
    align-items: flex-end;
    flex-direction: column;
  }
  .wrap-menu .inner .box-bottom .search {
    margin-right: 0;
    width: 100%;
  }
  footer .wrapper {
    margin: 0 32px;
  }
  footer .wrapper .footer-top {
    flex-direction: column;
    margin-bottom: 16px;
  }
  footer .wrapper .footer-top .boxleft {
    padding-right: 0;
    position: relative;
    width: 100%;
  }
  footer .wrapper .footer-top .boxleft:before {
    color: #0a3150;
    content: "WARUNA";
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
    top: 0;
  }
  footer .wrapper .footer-top .boxleft .address {
    margin-right: 0;
  }
  footer .wrapper .footer-top .boxleft .foot-menu ul {
    flex-direction: column;
  }
  footer .wrapper .footer-top .boxleft .foot-menu ul li {
    margin-bottom: 5px;
    margin-right: 0;
  }
  footer .wrapper .footer-top .boxright {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  footer .wrapper .footer-top .boxright ul {
    justify-content: flex-start;
  }
  footer .wrapper .footer-top .boxright ul li {
    margin-left: 0;
    margin-right: 12px;
  }
  footer .wrapper .footer-top .boxright ul li a {
    font-size: 0.875rem;
  }
  footer .wrapper .footer-top .boxright ul li a img {
    height: 20px !important;
    width: 20px !important;
  }
  footer .wrapper .footer-bottom {
    flex-direction: column;
  }
  footer .wrapper .footer-bottom .copyright {
    font-size: 0.625rem;
    order: 2;
  }
  footer .wrapper .footer-bottom .social-media {
    margin-bottom: 20px;
    order: 1;
  }
  footer .wrapper .footer-bottom .social-media ul {
    justify-content: flex-start;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
.wrapper.no-right {
  margin-right: 0; /* Updated margin-right to 0 for no-right class */
}
.wrapper.no-left {
  margin-left: 0;
}
@-webkit-keyframes opacit {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacit {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.title-small {
  border-bottom: 1px solid #0a3150;
  color: #0a3150;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  position: relative;
}
.title-small.title-white {
  border-color: #fff;
  color: #fff;
}
.bg-blur {
  left: 0;
  position: absolute;
  top: 0;
}
.bg-blur,
.bg-blur > img {
  height: 100%;
  width: 100%;
}
.bannerpage {
  min-height: 100vh;
}
.bannerpage,
.bannerpage figcaption {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.bannerpage figcaption {
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 135px;
  width: 100%;
}
.bannerpage figcaption .infig {
  margin-left: 115px;
  margin-right: 115px;
  width: 760px;
}
.bannerpage figcaption .title-small {
  border-color: #fff;
  color: #fff;
}
.bannerpage figcaption h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: left;
}
.bannerpage figcaption p {
  color: #f1edff;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.8;
  position: relative;
}
.bannerpage figure {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bannerpage figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
}
.bannerpage.banner-lg figcaption {
  box-sizing: border-box;
  padding: 190px 50px 140px 20px;
}
.bannerpage.banner-lg figcaption .infig-lg {
  margin: auto 115px 50px;
  position: relative;
  width: auto;
}
.bannerpage.banner-lg figcaption .infig-lg h4 {
  color: #fff;
  opacity: 0.8;
}
.bannerpage.banner-lg figcaption .infig-lg .row {
  margin-left: -18px;
  width: calc(100% + 36px);
}
.bannerpage.banner-lg figcaption .infig-lg .row .column {
  padding: 0 18px;
}
.bannerpage.banner-lg figcaption .infig-lg .button-scroll {
  right: -155px;
  top: -205px;
}
.bannerpage.banner-contact figure {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  width: 100%;
}
.bannerpage.banner-contact figure img {
  height: 100%;
}
.bannerpage.banner-contact figcaption {
  padding-top: 254px;
  position: relative !important;
}
.bannerpage.banner-contact figcaption .infig {
  margin-bottom: 50px;
  width: 760px;
}
.button-scroll {
  -webkit-animation: opacit 0.8s ease-out infinite alternate;
  animation: opacit 0.8s ease-out infinite alternate;
  background: url(/images/material/button-scroll.png) no-repeat 0 0;
  bottom: 0;
  height: 126px;
  margin-bottom: 78px;
  position: absolute;
  right: 157px;
  width: 125px;
  z-index: 5;
}
.button-scroll.type-2 {
  background: url(/images/material/button-scroll-2.png) no-repeat 0 0;
  height: 132px;
  width: 136px;
}
.button-scroll.type-3 {
  -webkit-animation: unset;
  animation: unset;
  background: url(/images/material/ico-mouse.svg) no-repeat 0 0;
  background-position: 50%;
  height: 136px;
  width: 136px;
}
.button-scroll.type-3:after {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: url(/images/material/button-scroll-4.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 136px;
  position: absolute;
  width: 136px;
}
.middle {
  position: relative;
}
.middle.space-top-md {
  padding-top: 88px;
}
.middle.space-top-lg {
  padding-top: 250px;
}
.middle.space-bot-md {
  padding-bottom: 50px;
}
.wrap-txt-img {
  background: #fff;
  display: flex;
  margin-bottom: -40px;
  position: relative;
  top: -140px;
}
.wrap-txt-img .box-text {
  flex: 0 0 55%;
  flex-direction: column;
  max-width: 55%;
  padding: 90px;
}
.wrap-txt-img .box-text,
.wrap-txt-img .box-text .tab-title {
  display: flex;
  justify-content: space-between;
}
.wrap-txt-img .box-text .tab-title .tab-item {
  border-bottom: 1px solid;
  color: #0a3150;
  opacity: 0.7;
  padding-bottom: 10px;
}
.wrap-txt-img .box-text .tab-title .tab-item h6 {
  font-family: Open Sans;
  font-size: 0.813rem;
  font-weight: 700;
  letter-spacing: 0.48em;
  margin: 0;
}
.wrap-txt-img .box-text .tab-title .tab-item.active {
  opacity: 1;
}
.wrap-txt-img .box-text figure img {
  width: auto;
}
.wrap-txt-img .box-text h3 {
  font-size: 2.188rem;
  margin-bottom: 0;
  margin-top: 20px;
}
.wrap-txt-img figure {
  flex: 0 0 45%;
  max-width: 45%;
}
.wrap-txt-img figure img {
  width: 100%;
}
.tag-title {
  margin-bottom: 20px;
}
.tag-title span {
  border-bottom: 1px solid;
  font-family: Open Sans;
  font-size: 0.813rem;
  font-weight: 700;
  letter-spacing: 0.48em;
  padding-bottom: 10px;
}
.wrap-yt {
  height: 600px;
  width: 100%;
}
.wrap-yt iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 1903px) {
  .bannerpage.banner-lg figcaption {
    padding-bottom: 0;
    padding-top: 190px;
  }
  .bannerpage.banner-lg figcaption .infig-lg .button-scroll {
    top: -155px;
  }
}
@media (max-width: 1599px) {
  .button-scroll {
    margin-bottom: 45px;
    right: 80px;
  }
  .bannerpage figcaption {
    padding: 0 104px;
  }
  .bannerpage figcaption .infig {
    margin-left: 0;
    margin-right: 0;
  }
  .bannerpage.banner-lg figcaption {
    padding: 150px 80px 0;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .bannerpage.banner-lg figcaption .infig-lg .button-scroll {
    right: -80px;
  }
  .bannerpage.banner-lg figcaption h1 {
    font-size: 2.2rem;
  }
  .bannerpage.banner-lg.space-bottom-lg {
    height: 110vh;
    padding-bottom: 0;
  }
  .bannerpage.banner-lg.space-bottom-lg figure {
    height: 110vh;
  }
  .bannerpage.banner-lg.banner-service {
    min-height: 100vh;
    padding-bottom: 0;
  }
  .bannerpage.banner-lg.banner-service figure {
    height: auto;
  }
  .bannerpage.banner-lg.banner-service figure img {
    height: 140%;
  }
  .wrap-txt-img .box-text {
    padding: 56px;
  }
}
@media (max-width: 1366px) {
  .bannerpage.banner-lg figure {
    height: auto;
    width: 100%;
  }
  .bannerpage.banner-lg figure img {
    height: 100%;
  }
  .bannerpage.banner-lg figcaption {
    height: auto;
    padding-bottom: 0;
    padding-top: 160px;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-top: 20px;
  }
  .bannerpage.banner-lg.space-bottom-lg,
  .bannerpage.banner-lg.space-bottom-lg figure {
    height: 140vh;
  }
  .bannerpage.banner-contact figure {
    height: 100% !important;
  }
  .bannerpage.banner-contact figcaption {
    padding-bottom: 0;
  }
}
@media (max-width: 1349px) {
  .bannerpage.banner-lg.space-bottom-lg,
  .bannerpage.banner-lg.space-bottom-lg figure {
    height: 150vh;
  }
}
@media (max-width: 1200px) {
  .button-scroll {
    background-size: 100% !important;
    height: 100px !important;
    width: 100px !important;
  }
  .button-scroll.type-3 {
    background-size: auto !important;
  }
  .button-scroll.type-3:after {
    background-size: 100%;
    height: 100px;
    width: 100px;
  }
  .bannerpage figcaption .infig {
    margin-left: 0;
    margin-right: 0;
    width: 640px;
  }
  .bannerpage figure,
  .bannerpage figure img {
    height: auto;
  }
  .bannerpage.banner-lg figure {
    height: 115vh;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .bannerpage.banner-lg figcaption .infig-lg .button-scroll {
    right: -35px;
    top: -165px;
  }
  .bannerpage.banner-service figcaption .infig-lg {
    margin-top: 20px;
  }
  .bannerpage.banner-contact {
    padding-bottom: 0;
  }
  .tag-title span,
  .title-small {
    font-size: 0.75rem;
  }
  .wrap-txt-img {
    margin-bottom: -110px;
    top: -180px;
  }
  .wrap-txt-img .box-text {
    flex: 0 0 59%;
    justify-content: flex-start;
    max-width: 59%;
    padding: 48px;
  }
  .wrap-txt-img .box-text .tab-title {
    margin-bottom: 60px;
  }
  .wrap-txt-img .box-text .tab-title .tab-item h6 {
    font-size: 0.75rem;
  }
  .wrap-txt-img .box-text h3 {
    font-size: 1.313rem;
    padding-right: 80px;
  }
  .wrap-txt-img .box-text figure {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .wrap-txt-img .box-text figure img {
    width: 56px;
  }
  .wrap-txt-img figure {
    flex: 0 0 41%;
    max-width: 41%;
  }
  .wrap-yt {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .button-scroll {
    display: none;
    right: 38px;
  }
  .bannerpage figcaption {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 50px;
  }
  .bannerpage.banner-lg figcaption {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 190px;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-top: 82px;
  }
  .bannerpage.banner-lg figcaption h1 {
    font-size: 2.5rem;
  }
  .bannerpage.banner-lg figure img {
    height: 100%;
    -o-object-position: center 0;
    object-position: center 0;
  }
  .bannerpage.banner-lg.space-bottom-lg,
  .bannerpage.banner-lg.space-bottom-lg figure {
    height: 160vh;
  }
  .bannerpage.banner-service figure {
    height: 135vh;
  }
  .bannerpage.banner-contact {
    padding-bottom: 0;
  }
  .bannerpage.banner-contact figcaption .infig {
    width: 100%;
  }
  .bannerpage.banner-contact figcaption .infig h1 {
    margin-bottom: 20px;
  }
  .tag-title span,
  .title-small {
    font-size: 0.625rem;
  }
  .bg-blur > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .wrap-txt-img {
    margin-bottom: -120px;
    top: -190px;
  }
  .wrap-txt-img .box-text {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrap-txt-img .box-text figure img {
    width: 40px;
  }
  .wrap-txt-img .box-text h3 {
    font-size: 1rem;
    padding-right: 50px;
  }
  .wrap-txt-img .box-text .tab-title .tab-item h6 {
    font-size: 0.625rem;
  }
  .wrap-txt-img figure {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .wrap-yt {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .wrapper.no-right {
    margin-right: 24px;
  }
  .wrapper.no-left {
    margin-left: 24px;
  }
  .bannerpage figcaption {
    justify-content: flex-end;
    padding: 40px 24px 30px;
  }
  .bannerpage figcaption .infig {
    width: 100%;
  }
  .bannerpage figcaption h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .bannerpage.banner-lg {
    padding-bottom: 340px;
  }
  .bannerpage.banner-lg figcaption {
    padding: 340px 24px 34px;
    position: relative;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-top: 0;
  }
  .bannerpage.banner-lg figcaption .infig-lg h4 {
    font-size: 1rem;
  }
  .bannerpage.banner-lg figcaption .infig-lg .row .column {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .bannerpage.banner-lg figcaption h1 {
    font-size: 1.5rem;
  }
  .bannerpage.banner-lg.banner-service figure,
  .bannerpage.banner-lg.banner-service figure img {
    height: 100%;
  }
  .bannerpage.banner-lg figure {
    height: 100%;
    position: absolute;
  }
  .bannerpage.banner-lg.space-bottom-lg,
  .bannerpage.banner-lg.space-bottom-lg figure,
  .bannerpage.banner-lg figure img {
    height: 100%;
  }
  .bannerpage.banner-lg.space-bottom-lg figcaption {
    padding-bottom: 320px;
  }
  .bannerpage.banner-contact,
  .bannerpage.banner-service {
    padding-bottom: 0;
  }
  .wrap-txt figure {
    margin-left: -45px;
  }
  .wrap-txt-img {
    flex-direction: column;
    margin-bottom: -230px;
    top: -290px;
  }
  .wrap-txt-img .box-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 48px 23px 44px;
  }
  .wrap-txt-img .box-text h3 {
    font-size: 1.5rem;
  }
  .wrap-txt-img .box-text figure img {
    width: 30px;
  }
  .wrap-txt-img figure {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bg-blur {
    background: #eaeaea;
  }
  .bg-blur:before {
    background: url(/images/material/Gradient1-small.png) no-repeat right 0;
    background-size: auto 100%;
    left: 0;
    top: 0;
  }
  .bg-blur:after,
  .bg-blur:before {
    content: "";
    height: 304px;
    position: absolute;
    width: 100%;
  }
  .bg-blur:after {
    background: url(/images/material/Gradient2-small.png) no-repeat 100% 100%;
    background-size: auto 100%;
    bottom: 0;
    opacity: 0.6;
    right: 0;
  }
  .bg-blur img {
    display: none;
  }
  .bg-blur.blur-about {
    background: url(/images/material/bg-history-small.jpg) no-repeat 0 0;
  }
  .wrap-yt {
    height: 250px;
  }
}
.loader {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.loader .innerLoad {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.loader .innerLoad video {
  width: 100%;
}
.loader .innerLoad .line-load {
  border-radius: 3px;
  height: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 450px;
  z-index: 9;
}
.loader .innerLoad .line-load:before {
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 0;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}
.loader .innerLoad .line-load span {
  background: #fff;
  border-radius: 3px;
  display: block;
  height: 0;
  width: 0;
}
.loader figcaption {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 787px;
}
.loader figcaption h2 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0;
  opacity: 0;
  position: relative;
}
.loader figcaption h2 span {
  opacity: 0;
  top: 100px;
}
.loader figcaption h2.title {
  font-family: Tahoma;
  font-weight: 700;
  margin-bottom: 20px;
}
.loader .kapal {
  position: absolute;
  z-index: 3;
}
.loader .kapal.kapal-sm {
  left: 56px;
  opacity: 0;
  top: -100%;
}
.loader .kapal.kapal-md {
  bottom: -100%;
  opacity: 0;
  right: 0;
}
.loader .bg-load {
  background: #07111b url(/images/material/opening.jpg) no-repeat 0 0;
  background-position: 50%;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.home {
  overflow: hidden;
  position: relative;
}
.home .trigger {
  height: 1px;
  position: absolute;
  top: 250px;
  width: 100%;
}
.home h3 {
  font-weight: 400;
}
.home .boxtext {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.home .boxtext .text {
  padding-left: 224px;
  position: relative;
  width: 780px;
}
.home .boxtext .text .sm-title {
  border-bottom: 1px solid #0a3150;
  font-size: 0.813rem;
  font-weight: 700;
  left: 0;
  line-height: 1;
  padding-bottom: 12px;
  position: absolute;
  top: 10px;
}
.home .boxtext .text h1,
.home .boxtext .text h2 {
  margin-bottom: 60px;
}
.home .boxtext .text p {
  padding-left: 49px;
  padding-right: 195px;
  position: relative;
}
.home .boxtext.text-white {
  color: #fff;
  margin-left: 379px;
}
.home .boxtext.text-white .text .sm-title,
.home .boxtext.text-white .text p {
  border-color: #fff;
}
.home .boxtext.normal .text {
  padding-left: 0;
  width: 498px;
}
.home .boxtext.normal .text .sm-title {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}
.home .boxtext.normal .text p {
  padding-right: 137px;
}
.home.bannerhome {
  position: relative;
}
.home.bannerhome figcaption {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: center;
  padding: 0 135px;
  position: absolute;
  top: 0;
  width: 100%;
}
.home.bannerhome figcaption .infig {
  display: flex;
  align-items: center;
  margin-left: 30%;
  width: 76%;
}
.home.bannerhome figcaption h1,
.home.bannerhome figcaption h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: left;
}
.home.bannerhome figcaption p {
  color: #ffffff;
  font-size: 1.188rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 28px;
  position: relative;
}
.home.bannerhome figure {
  height: 100vh;
}
.home.bannerhome figure img {
  display: block;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.home.shipping {
  background: url(/images/material/bg-shipping.jpg) no-repeat 50%;
  background-size: cover;
  padding-top: 165px;
}
.home.shipping .shipkapal {
  position: absolute;
  right: 0;
  top: 166px;
}
.home.shipping .shipkapal > img {
  display: block;
  height: auto;
  width: auto;
}
.home.shipping .shipping-slider {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 160px;
  position: relative;
}
.home.shipping .shipping-slider .slider {
  left: 0;
  margin: 0 0 0 -135px;
  position: absolute;
  top: 0;
  width: 100%;
}
.home.shipping .shipping-slider .slider .slick-list {
  overflow: visible;
}
.home.shipping .shipping-slider .slider .list .wrap-button {
  bottom: 190px;
  left: 250px;
  position: absolute;
  z-index: 3;
}
.home.shipping .shipping-slider .slider .list figure {
  height: 920px;
  line-height: 0;
  margin-bottom: -10px;
  width: 1010px;
}
.home.shipping .shipping-slider .slider .list figure img {
  display: block;
  height: 100%;
  width: 100%;
}
.home.shipping .shipping-slider .nav-slider {
  padding-top: 50px;
  position: relative;
  width: 43%;
  z-index: 3;
}
.home.shipping .shipping-slider .nav-slider .list {
  cursor: pointer;
  margin-bottom: 35px;
  padding-bottom: 35px;
  padding-left: 80px;
  position: relative;
}
.home.shipping .shipping-slider .nav-slider .list:before {
  background: #0a3150;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.home.shipping .shipping-slider .nav-slider .list:after {
  background: #0a3150;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 0;
}
.home.shipping .shipping-slider .nav-slider .list .number {
  color: #0a3150;
  font-family: Albra;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 5px;
}
.home.shipping .shipping-slider .nav-slider .list figcaption h3 {
  margin-bottom: 12px;
}
.home.shipping .shipping-slider .nav-slider .list figcaption p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.home.shipping .shipping-slider .nav-slider .slick-slide {
  opacity: 0.5;
}
.home.shipping .shipping-slider .nav-slider .slick-slide.slick-current {
  opacity: 1;
}
.home.shipping
  .shipping-slider
  .nav-slider
  .slick-slide.slick-current
  .list:after {
  width: 100%;
}
.home.shipyard {
  background: url(/images/material/bg-shipyard.jpg) no-repeat 0 0;
  background-position: 50%;
  background-size: cover;
  padding-top: 165px;
}
.home.shipyard h2,
.home.shipyard h3 {
  color: #fff;
}
.home.shipyard .yardkapal {
  left: 0;
  margin-left: 105px;
  position: absolute;
  top: 35px;
}
.home.shipyard .yardkapal > img {
  display: block;
  height: auto;
  width: 100%;
}
.home.shipyard .shipyard-slider {
  display: flex;
  justify-content: flex-start;
  margin-top: 75px;
  padding-bottom: 160px;
  position: relative;
}
.home.shipyard .shipyard-slider .slider {
  bottom: 0;
  margin-left: 0;
  margin-right: -135px;
  position: absolute;
  right: 0;
  width: 100%;
}
.home.shipyard .shipyard-slider .slider .slick-list {
  overflow: visible;
}
.home.shipyard .shipyard-slider .slider .list .see-explore {
  bottom: 190px;
  left: 135px;
  position: absolute;
  z-index: 3;
}
.home.shipyard .shipyard-slider .slider .list figure {
  height: 1040px;
  line-height: 0;
  margin-bottom: -10px;
  position: relative;
  text-align: right;
}
.home.shipyard .shipyard-slider .slider .list figure:after {
  background: url(/images/material/bg-shipyard-bottom.png) no-repeat 100% 100%;
  bottom: 0;
  content: "";
  height: 641px;
  position: absolute;
  right: 0;
  width: 100%;
}
.home.shipyard .shipyard-slider .slider .list figure img {
  display: block;
  height: auto;
  width: 100%;
}
.home.shipyard .shipyard-slider .nav-slider {
  margin-left: 100px;
  padding-top: 50px;
  position: relative;
  width: 43%;
  z-index: 3;
}
.home.shipyard .shipyard-slider .nav-slider .inSlide {
  margin-bottom: 45px;
}
.home.shipyard .shipyard-slider .nav-slider .inSlide .slick-list {
  height: auto !important;
  overflow: visible;
}
.home.shipyard .shipyard-slider .nav-slider .inSlide .slick-list .slick-track {
  height: auto !important;
}
.home.shipyard .shipyard-slider .nav-slider .list {
  color: #fff;
  cursor: pointer;
  margin-bottom: 35px;
  padding-bottom: 35px;
  padding-left: 80px;
  position: relative;
}
.home.shipyard .shipyard-slider .nav-slider .list:before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.home.shipyard .shipyard-slider .nav-slider .list:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 0;
}
.home.shipyard .shipyard-slider .nav-slider .list .number {
  color: #fff;
  font-family: Albra;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 5px;
}
.home.shipyard .shipyard-slider .nav-slider .list figcaption h3 {
  margin-bottom: 12px;
}
.home.shipyard .shipyard-slider .nav-slider .list figcaption p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.home.shipyard .shipyard-slider .nav-slider .slick-slide {
  opacity: 0.5;
}
.home.shipyard .shipyard-slider .nav-slider .slick-slide.slick-current {
  opacity: 1;
}
.home.shipyard
  .shipyard-slider
  .nav-slider
  .slick-slide.slick-current
  .list:after {
  width: 100%;
}

/* Industry Section - New Design */
.home.industry-section {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
/* Background decorative elements */
.home.industry-section::before {
  content: "";
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 550px;
  height: 550px;
  background: url("/cfind/source/thumb/images/homeservice/industry-ship.png")
    no-repeat center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.home.industry-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 550px;
  height: 550px;
  background: url("/cfind/source/thumb/images/homeservice/industry-bg.png")
    no-repeat center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.home.industry-section .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
  z-index: 2;
}
/* Header Section - Centered at Top */
.home.industry-section .industry-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.home.industry-section .industry-header h2 {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(to right, #240a66, #4c318f5d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  line-height: 1.2;
}
.home.industry-section .industry-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}
/* Content Section - Side by Side */
.home.industry-section .industry-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.home.industry-section .industry-list-wrapper {
  flex: 1;
  max-width: 600px;
  z-index: 2;
}
.home.industry-section .industry-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home.industry-section .industry-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(61, 45, 107, 0.15);
  opacity: 0.3;
  cursor: pointer;
}

/* Active state */
.home.industry-section .industry-item.active {
  opacity: 1;
}

/* Hover state */
.home.industry-section .industry-item:hover {
  opacity: 0.7;
}
.home.industry-section .industry-item .item-number {
  font-size: 16px;
  font-weight: 700;
  color: #3d2d6b;
  min-width: 40px;
}
.home.industry-section .industry-item .item-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3d2d6b;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.home.industry-section .industry-item .item-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #999;
  margin: 0;
}
.home.industry-section .industry-item:hover .item-content h3 {
  color: #5a4a8a;
}
.home.industry-section .industry-item.active .item-content h3 {
  color: #3d2d6b;
}
.home.industry-section .industry-item.active .item-content p {
  color: #666;
}
/* Ship Images */
.home.industry-section .industry-ships {
  flex: 1;
  position: relative;
  max-width: 650px;
  min-height: 400px; /* Prevent layout shift */
  z-index: 1;
}
.home.industry-section .industry-ship-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s ease-in-out,
    visibility 0.6s;
  pointer-events: none;
}
.home.industry-section .industry-ship-image.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}
.home.industry-section .industry-ship-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}
.home.industry-section .industry-ship-image.active img {
  animation: shipFadeIn 0.8s ease-out;
}

@keyframes shipFadeIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1366px) {
  .home.industry-section {
    padding: 80px 0;
  }
  .home.industry-section .industry-header {
    margin-bottom: 50px;
  }
  .home.industry-section .industry-header h2 {
    font-size: 42px;
  }
  .home.industry-section .industry-intro {
    font-size: 15px;
  }
  .home.industry-section .industry-content {
    gap: 40px;
  }
  .home.industry-section .industry-list-wrapper {
    max-width: 500px;
  }
  .home.industry-section .industry-ships {
    max-width: 550px;
    min-height: 350px;
  }
  .home.industry-section::before,
  .home.industry-section::after {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .home.industry-section {
    padding: 70px 0;
  }
  .home.industry-section .wrapper {
    padding: 0 40px;
  }
  .home.industry-section .industry-header {
    margin-bottom: 45px;
  }
  .home.industry-section .industry-header h2 {
    font-size: 38px;
  }
  .home.industry-section .industry-content {
    gap: 35px;
  }
  .home.industry-section .industry-list-wrapper {
    max-width: 450px;
  }
  .home.industry-section .industry-ships {
    max-width: 480px;
    min-height: 320px;
  }
  .home.industry-section::before,
  .home.industry-section::after {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .home.industry-section {
    padding: 80px 0;
  }
  .home.industry-section .industry-header {
    margin-bottom: 40px;
  }
  .home.industry-section .industry-header h2 {
    font-size: 40px;
  }
  .home.industry-section .industry-content {
    flex-direction: column;
    gap: 60px;
  }
  .home.industry-section .industry-list-wrapper,
  .home.industry-section .industry-ships {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home.industry-section {
    padding: 60px 0;
  }
  .home.industry-section .wrapper {
    padding: 0 20px;
  }
  .home.industry-section .industry-header h2 {
    font-size: 32px;
  }
  .home.industry-section .industry-intro {
    font-size: 14px;
  }
  .home.industry-section .industry-item {
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
  }
  .home.industry-section .industry-item .item-content h3 {
    font-size: 18px;
  }
  .home.industry-section .industry-item .item-content p {
    font-size: 13px;
  }
  .home.industry-section .industry-ships {
    min-height: 300px;
  }
}

/* Certification Section */
.home.certification-section {
  background: rgb(255 255 255);
  padding: 100px 0;
  position: relative;
}
.home.certification-section .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}
/* Background decorative image on left side */
.home.certification-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(400px, 40vw, 800px);
  height: clamp(400px, 40vw, 800px);
  background: url("/cfind/source/thumb/images/homeservice/sertificate-bg.png")
    no-repeat center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
/* Left Content */
.home.certification-section .certification-content {
  flex: 0 0 400px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.home.certification-section .certification-content h2 {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(to right, #240a66, #4c318f5d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 24px;
  line-height: 1.2;
}
.home.certification-section .certification-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #3d2d6b;
  margin-bottom: 16px;
  font-weight: 500;
}
.home.certification-section .certification-description {
  font-size: 14px;
  line-height: 1.7;
  color: #999;
  margin: 0;
}
/* Right Certificates Images (vertical scroll) */
.home.certification-section .certification-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  overflow-x: visible;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-right: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home.certification-section .certification-images::-webkit-scrollbar {
  display: none;
}
.home.certification-section .cert-image {
  position: relative;
  margin: 0;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.home.certification-section .cert-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.home.certification-section .cert-image img {
  width: 100%;
  height: auto;
  display: block;
}
.home.certification-section .cert-image figcaption {
  padding: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  background: #ffffff;
  text-align: center;
}

/* Custom vertical section divider scrollbar cloned from Core Value */
.home.certification-section .certification-divider {
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: clamp(40px, 6vw, 80px);
  width: 2px;
}
.home.certification-section .certification-divider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: gray;
}
.home.certification-section .certification-divider i {
  position: absolute;
  left: -2px;
  width: 6px;
  height: var(--thumbH, 50px);
  background: #5a3ca7;
  transform: translateY(var(--thumbY, 0px));
  opacity: 1 !important;
  transition: transform 150ms ease;
  pointer-events: auto !important;
  cursor: grab;
  touch-action: none;
  z-index: 2;
}
.home.certification-section .certification-divider i.is-full {
  height: 100% !important;
  transform: translateY(0) !important;
  cursor: default;
}
.home.certification-section .certification-divider i.is-dragging {
  cursor: grabbing;
}
@media (max-width: 1366px) {
  .home.certification-section {
    padding: 80px 0;
  }
  .home.certification-section .wrapper {
    gap: 70px;
    padding: 0 60px;
  }
  .home.certification-section .certification-content {
    flex: 0 0 380px;
  }
  .home.certification-section .certification-content h2 {
    font-size: 44px;
  }
  .home.certification-section .certification-intro {
    font-size: 15px;
  }
  .home.certification-section .certification-images {
    gap: 35px;
  }
}
@media (max-width: 1200px) {
  .home.certification-section {
    padding: 70px 0;
  }
  .home.certification-section .wrapper {
    gap: 60px;
    padding: 0 40px;
  }
  .home.certification-section .certification-content {
    flex: 0 0 350px;
  }
  .home.certification-section .certification-content h2 {
    font-size: 40px;
  }
  .home.certification-section .certification-images {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .home.certification-section {
    padding: 80px 0;
  }
  .home.certification-section .wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .home.certification-section .certification-content {
    flex: 1;
    max-width: 100%;
  }
  .home.certification-section .certification-content h2 {
    font-size: 40px;
  }
  .home.certification-section .certification-images {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .home.certification-section {
    padding: 60px 0;
  }
  .home.certification-section .wrapper {
    padding: 0 20px;
    gap: 40px;
  }
  .home.certification-section .certification-content h2 {
    font-size: 32px;
  }
  .home.certification-section .certification-intro {
    font-size: 14px;
  }
  .home.certification-section .certification-description {
    font-size: 13px;
  }
  .home.certification-section .certification-images {
    gap: 20px;
  }
  .home.certification-section .cert-image figcaption {
    font-size: 12px;
    padding: 15px;
  }
}

.home.career {
  background: url(/images/material/bg-career.jpg) no-repeat 0 0;
  background-position: 50%;
  background-size: cover;
}
.home.career .wrapper {
  padding: 127px 0;
}
.home.career .wrapper .wrap-button {
  padding-left: 50px;
}
.home.career .figimg {
  bottom: 0;
  position: absolute;
  right: 0;
}
.home.career .figimg > img {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 1599px) {
  .loader .kapal.kapal-sm {
    width: 185px;
  }
  .loader .kapal.kapal-md {
    width: 385px;
  }
  .loader figcaption {
    width: 650px;
  }
  .loader figcaption h2 {
    font-size: 2.75rem;
  }
  .loader figcaption h2.sub-title {
    font-size: 2.5rem;
  }
  .home .boxtext .text {
    padding-left: 167px;
    width: 550px;
  }
  .home .boxtext .text p {
    padding-left: 24px;
    padding-right: 0;
  }
  .home .boxtext.text-white {
    margin-left: 510px;
  }
  .home.bannerhome figcaption {
    padding: 0 80px;
  }
  .home.bannerhome figcaption .infig {
    margin-left: 30%;
    width: 700px;
  }
  .home.shipping {
    padding-top: 104px;
  }
  .home.shipping .shipkapal {
    top: 104px;
  }
  .home.shipping .shipping-slider .slider .list figure {
    height: auto;
    width: 900px;
  }
  .home.shipping .shipping-slider .nav-slider .list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
  }
  .home.shipping .shipping-slider .nav-slider .list .number {
    top: -5px;
  }
  .home.shipyard {
    padding-top: 104px;
  }
  .home.shipyard .yardkapal {
    left: 80px;
    margin-left: 80px;
    top: 64px;
    width: 230px;
  }
  .home.shipyard .shipyard-slider {
    padding-bottom: 124px;
  }
  .home.shipyard .shipyard-slider .nav-slider .inSlide {
    margin-bottom: 15px;
  }
  .home.shipyard .shipyard-slider .nav-slider .list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 65px;
  }
  .home.shipyard .shipyard-slider .nav-slider .list .number {
    top: -5px;
  }
  .home.career .wrapper {
    padding: 100px 0;
  }
  .home.career .wrapper .wrap-button {
    padding-left: 24px;
  }
  .home.career .figimg {
    width: 492px;
  }
}
@media (max-width: 1200px) {
  .home .boxtext .text h1,
  .home .boxtext .text h2 {
    font-size: 3rem;
    margin-bottom: 32px;
  }
  .home .boxtext .text .sm-title {
    font-size: 0.75rem;
  }
  .home .boxtext.text-white {
    margin-left: 312px;
    margin-top: -50px;
  }
  .home .boxtext.normal .text {
    width: 380px;
  }
  .home .boxtext.normal .text p {
    padding-right: 0;
  }
  .home.bannerhome figure {
    height: 70vh;
    min-height: 500px;
  }
  .home.bannerhome figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home.bannerhome figcaption p {
    font-size: 1rem;
    margin-right: 70px;
    color: #ffffff;
  }
  .home.bannerhome figcaption h1,
  .home.bannerhome figcaption h2 {
    font-size: 2.5rem;
  }
  .home.shipping .boxtext {
    margin-top: -90px;
  }
  .home.shipping .shipkapal {
    top: 150px;
    width: 328px;
  }
  .home.shipping .shipping-slider {
    padding-bottom: 120px;
    padding-top: 50px;
  }
  .home.shipping .shipping-slider .slider {
    bottom: 180px;
    margin-left: -80px;
  }
  .home.shipping .shipping-slider .slider .list figure {
    margin-bottom: 0;
    width: 590px;
  }
  .home.shipping .shipping-slider .slider .list .wrap-button {
    bottom: 30px;
    left: 160px;
  }
  .home.shipping .shipping-slider .nav-slider .slick-list,
  .home.shipping .shipping-slider .nav-slider .slick-track {
    height: auto !important;
  }
  .home.shipping .shipping-slider .nav-slider .list figcaption h3 {
    margin-bottom: 7px;
  }
  .home.shipyard .shipyard-slider .nav-slider {
    margin-left: 0;
  }
  .home.shipyard .shipyard-slider .nav-slider .inSlide {
    margin-bottom: 0;
  }
  .home.shipyard .shipyard-slider .slider {
    margin-right: -80px;
  }
  .home.shipyard .shipyard-slider .slider .list figure {
    height: 784px;
  }
  .home.shipyard .shipyard-slider .slider .list figure:after {
    background-size: auto 100%;
    height: 500px;
  }
  .home.career .wrapper {
    padding: 85px 0 100px;
  }
}
@media (max-width: 1023px) {
  .loader .kapal.kapal-sm {
    left: 40px;
    width: 145px;
  }
  .loader .kapal.kapal-md {
    width: 320px;
  }
  .loader figcaption {
    width: 525px;
  }
  .loader figcaption h2 {
    font-size: 2.375rem;
  }
  .loader figcaption h2.title {
    margin-bottom: 15px;
  }
  .loader figcaption h2.sub-title {
    font-size: 2rem;
    line-height: 1.35;
  }
  .loader .bg-load {
    background: url(/images/material/opening-md.jpg) no-repeat 0 0;
  }
  .home .boxtext .text {
    padding-left: 135px;
    width: 370px;
  }
  .home .boxtext .text .sm-title {
    font-size: 0.625rem;
  }
  .home .boxtext .text h1,
  .home .boxtext .text h2 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .home .boxtext .text p {
    border: 0;
    padding-left: 24px;
    position: relative;
  }
  .home .boxtext .text p:before {
    background: #0a3150;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 1px;
  }
  .home .boxtext.text-white {
    margin-left: 230px;
  }
  .home .boxtext.text-white .text {
    width: 430px;
  }
  .home .boxtext.text-white .text p:before {
    background: #fff;
  }
  .home .boxtext.normal .text {
    width: 254px;
  }
  .home.bannerhome figcaption {
    padding: 0 48px;
  }
  .home.bannerhome figcaption .infig {
    margin-left: 20px;
    width: 100%;
  }
  .home.bannerhome figcaption h1,
  .home.bannerhome figcaption h2 {
    font-size: 1.5rem;
    padding-right: 35px;
  }
  .home.bannerhome figcaption p {
    margin-right: 0;
    padding-left: 24px;
    color: #ffffff;
  }
  .home.shipping {
    padding-top: 80px;
  }
  .home.shipping .shipkapal {
    top: 110px;
    width: 300px;
  }
  .home.shipping .shipping-slider {
    padding-bottom: 100px;
    padding-top: 30px;
  }
  .home.shipping .shipping-slider .slider .list figure {
    width: 408px;
  }
  .home.shipping .shipping-slider .slider .list .wrap-button {
    left: 80px;
  }
  .home.shipping .shipping-slider .nav-slider {
    padding-top: 0;
    width: 53%;
  }
  .home.shipping .shipping-slider .nav-slider .list .number {
    font-size: 1.25rem;
    top: 0;
  }
  .home.shipyard .yardkapal {
    margin-left: 48px;
    width: 173px;
  }
  .home.shipyard .shipyard-slider {
    padding-bottom: 84px;
  }
  .home.shipyard .shipyard-slider .nav-slider {
    width: 53%;
  }
  .home.shipyard .shipyard-slider .nav-slider .list .number {
    font-size: 1.25rem;
    top: 0;
  }
  .home.shipyard .shipyard-slider .slider .list figure {
    align-items: flex-end;
    display: flex;
    height: 744px;
  }
  .home.shipyard .shipyard-slider .slider .list figure:after {
    height: 400px;
    right: 20px;
  }
  .home.career .wrapper {
    padding: 66px 0 54px;
  }
  .home.career .wrapper .wrap-button {
    padding-left: 0;
  }
  .home.career .figimg {
    width: 369px;
  }
}
@media (max-width: 767px) {
  .loader .kapal.kapal-sm {
    width: 89px;
  }
  .loader .kapal.kapal-md {
    width: 213px;
  }
  .loader figcaption {
    left: 0;
    margin: 0 67px;
    transform: translateY(-50%);
    width: auto;
  }
  .loader figcaption h2 {
    font-size: 1.75rem;
  }
  .loader figcaption h2.sub-title {
    font-size: 1.5rem;
  }
  .loader .bg-load {
    background: url(/images/material/opening-small.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .home .boxtext .text {
    padding-left: 0;
    padding-top: 45px;
    width: 100%;
  }
  .home .boxtext .text .sm-title {
    top: 0;
  }
  .home .boxtext .text p {
    padding-left: 20px;
  }
  .home .boxtext .text h1,
  .home .boxtext .text h2 {
    font-size: 1.5rem;
  }
  .home .boxtext.text-white {
    margin-left: 103px;
    margin-top: 0;
  }
  .home .boxtext.text-white .text {
    width: 100%;
  }
  .home .boxtext.normal .text {
    padding: 0;
    width: 100%;
  }
  .home .boxtext.normal .text .sm-title {
    margin-bottom: 15px;
  }
  .home.bannerhome figure {
    height: 60vh;
    min-height: 450px;
  }
  .home.bannerhome figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home.bannerhome figcaption {
    padding: 0 24px;
  }
  .home.bannerhome figcaption .infig {
    margin-left: 0;
    padding-top: 20px;
    /* width: 140px; */
  }
  .home.bannerhome figcaption h1,
  .home.bannerhome figcaption h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .home.bannerhome figcaption p {
    font-size: 0.75rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    color: #ffffff;
  }
  .home.shipping {
    background: #eaeaea;
    padding-top: 40px;
  }
  .home.shipping:before {
    background: url(/images/material/Gradient1.png) no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
    top: 0;
  }
  .home.shipping:after,
  .home.shipping:before {
    content: "";
    height: 304px;
    position: absolute;
    width: 80%;
  }
  .home.shipping:after {
    background: url(/images/material/Gradient2.png) no-repeat 100% 100%;
    background-size: 100% auto;
    bottom: 0;
    opacity: 0.6;
    right: 0;
  }
  .home.shipping .boxtext {
    margin-top: -40px;
  }
  .home.shipping .boxtext .text {
    padding-left: 0;
    padding-top: 40px;
    width: 50%;
  }
  .home.shipping .boxtext .text p {
    margin-right: -100%;
    padding-left: 16px;
  }
  .home.shipping .shipkapal {
    height: 157px;
    top: 58px;
    width: 186px;
  }
  .home.shipping .shipkapal img {
    height: 100%;
    max-width: none;
  }
  .home.shipping .shipping-slider {
    flex-direction: column;
    padding-bottom: 70px;
    padding-top: 20px;
  }
  .home.shipping .shipping-slider .slider {
    bottom: unset;
    margin-bottom: 20px;
    margin-left: 0;
    position: relative;
  }
  .home.shipping .shipping-slider .slider .list figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .home.shipping .shipping-slider .slider .list figure img {
    max-width: 375px;
    width: 375px;
  }
  .home.shipping .shipping-slider .slider .list .wrap-button {
    left: 65px;
  }
  .home.shipping .shipping-slider .nav-slider {
    width: 100%;
  }
  .home.shipping .shipping-slider .nav-slider .list {
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
  }
  .home.shipping .shipping-slider .nav-slider .list .number {
    font-size: 1.125rem;
  }
  .home.shipping .shipping-slider .nav-slider .list figcaption p {
    font-size: 0.75rem;
  }
  .home.shipyard {
    padding-top: 56px;
  }
  .home.shipyard .yardkapal {
    margin-left: -30px;
    width: 144px;
  }
  .home.shipyard .shipyard-slider {
    margin-top: 0;
    padding-bottom: 54px;
  }
  .home.shipyard .shipyard-slider .nav-slider {
    width: 100%;
  }
  .home.shipyard .shipyard-slider .nav-slider .list {
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
  }
  .home.shipyard .shipyard-slider .nav-slider .list .number {
    font-size: 1.125rem;
  }
  .home.shipyard .shipyard-slider .slider {
    margin-right: 30px;
  }
  .home.shipyard .shipyard-slider .slider .list figure img {
    max-width: none;
    width: 450px;
  }
  .home.career {
    background: #eaeaea;
    display: flex;
    flex-direction: column;
  }
  .home.career .wrapper {
    order: 2;
    padding: 40px 0;
  }
  .home.career .figimg {
    align-items: flex-end;
    background: url(/images/material/bg-career.jpg) no-repeat right 0;
    background-size: cover;
    display: flex;
    height: 373px;
    justify-content: center;
    order: 1;
    position: relative;
    width: 100%;
  }
  .home.career .figimg img {
    height: 289px;
    width: auto;
  }
}

/* === Home page (banner v1-v4) styles extracted from inline and consolidated === */

/* CTA button styles */
.cta-button {
  display: inline-block;
  padding: 12px 22px;
  color: #ffffff;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  text-decoration: none;
  letter-spacing: 0.2px;
  font-size: 15px;
  line-height: 1;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    transform 0.12s ease,
    box-shadow 0.18s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: none;
}
.cta-button:hover,
.cta-button:focus {
  background: rgba(255, 255, 255, 0.048);
  color: #ffffff;
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.section-powered {
  display: flex;
  position: absolute;
  right: 200px;
  bottom: 50px;
  z-index: 6;
  text-align: left;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.1;
  font-weight: 500;
  pointer-events: none;
}

.section-powered span {
  display: block;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.5;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
}

.section-powered .powered-line {
  margin-right: 50px;
  color: #ffffff6e;
  font-weight: 500;
}

.section-powered .powered-strong {
  font-weight: 600;
  color: #ffffff;
}

.section-powered span:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.section-powered span.active {
  opacity: 1;
  color: #ffffff;
}

.text-fade {
  animation: fadeText 0.4s ease;
}

@keyframes fadeText {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cta-section {
  width: 1500px;
}

/* bannerhome v1: use hero image via <img> and overlay vectors */
.bannerhome-v1 figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: clamp(320px, 45vh, 720px);
  min-height: 220px;
  display: block;
  position: relative;
  overflow: visible;
}
.bannerhome-v1 figure::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 47%;
  background-image: url("/cfind/source/thumb/images/vector-top-banner.png");
  background-repeat: no-repeat;
  background-position: 15% top;
  background-size: auto;
  pointer-events: none;
  z-index: 4;
}
.bannerhome-v1 figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 47%;
  background-image: url("/cfind/source/thumb/images/vector-bottom-banner.png");
  background-repeat: no-repeat;
  background-position: 15% bottom;
  background-size: auto;
  pointer-events: none;
  z-index: 4;
}
.bannerhome-v1 figcaption {
  position: relative;
  z-index: 5; /* above the vectors */
}

/* bannerhome v2-v4: layered vectors + background images */
.bannerhome-v2 figure {
  /* Keep only decorative vectors; main photo comes from <img> so it can be dynamic */
  background-image:
    url("/cfind/source/thumb/images/vector-top-banner.png"),
    url("/cfind/source/thumb/images/vector-bottom-banner.png");
  background-repeat: no-repeat, no-repeat;
  background-position:
    15% top,
    15% bottom;
  background-size:
    auto 290px,
    auto 290px;
  width: 100%;
  height: 20vh;
  display: block;
  position: relative;
}
.bannerhome-v2 figure::before {
  /* Overlay top decorative vector so it renders above the <img> */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 47%;
  background-image: url("/cfind/source/thumb/images/vector-top-banner.png");
  background-repeat: no-repeat;
  background-position: 15% top;
  background-size: auto;
  pointer-events: none;
  z-index: 4;
}
.bannerhome-v2 figure::after {
  /* Overlay bottom decorative vector so it renders above the <img> */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 47%;
  background-image: url("/cfind/source/thumb/images/vector-bottom-banner.png");
  background-repeat: no-repeat;
  background-position: 15% bottom;
  background-size: auto;
  pointer-events: none;
  z-index: 4;
}
.bannerhome-v3 figure {
  background-image:
    url("/cfind/source/thumb/images/vector-top-banner.png"),
    url("/cfind/source/thumb/images/vector-bottom-banner.png"),
    url("/cfind/source/thumb/images/cover_w1600_h880_bannerhome-1-4.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    15% top,
    15% bottom,
    center center;
  background-size:
    auto 290px,
    auto 290px,
    cover;
  width: 100%;
  height: 20vh;
  display: block;
  position: relative;
}
.bannerhome-v4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.bannerhome-v4 .video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.bannerhome-v4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerhome-v4 .video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.bannerhome-v4 figcaption,
.bannerhome-v4 .section-powered {
  position: relative;
  z-index: 5;
}

.bannerhome-v4 > .section-powered {
  position: absolute;
  right: 200px;
  bottom: 50px;
  display: flex;
  text-align: left;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.1;
  font-weight: 500;
  z-index: 6;
  pointer-events: none;
}

.bannerhome-v2 figcaption {
  height: 90%;
  position: relative;
  z-index: 5; /* ensure content is above overlay vectors */
}
.bannerhome-v2 figcaption .infig {
  display: block !important;
  width: 450px !important;
  margin-left: 65% !important;
}
.bannerhome-v2 figcaption p {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 30px !important;
}
.bannerhome-v2 figcaption h1 {
  margin-bottom: 30px !important;
}

.bannerhome-v3 .cta-section {
  width: 800px;
}
.bannerhome-v3 figcaption {
  height: 80%;
}
.bannerhome-v3 figcaption h1 {
  margin-bottom: 15px !important;
}

.bannerhome-v4 figcaption {
  height: 65%;
}
.bannerhome-v4 figcaption .infig {
  margin-left: 15% !important;
}
.bannerhome-v4 .cta-section {
  width: 1000px;
}

@media (max-width: 1599px) {
  .bannerhome-v3 figcaption,
  .bannerhome-v4 figcaption {
    padding: 0 80px !important;
    height: 80% !important;
  }
  .bannerhome-v3 figcaption .infig {
    margin-left: 30% !important;
    width: 700px !important;
  }
  .bannerhome-v4 figcaption .infig {
    margin-left: 15% !important;
    width: 70% !important;
  }
  .bannerhome-v2 figcaption {
    height: 80% !important;
  }
  .bannerhome-v3 figcaption {
    height: 75% !important;
  }
  .bannerhome-v4 figcaption {
    height: 80% !important;
  }

  /* Keep v2/v3/v4 visible on mid-sized screens */
  .bannerhome-v2 figure,
  .bannerhome-v3 figure,
  .bannerhome-v4 figure {
    height: 100vh !important;
    min-height: 260px !important;
    /* v2 uses <img> for the main photo; keep vector layers only */
    background-size:
      auto 290px,
      auto 290px !important;
    background-position:
      15% top,
      15% bottom !important;
  }
  /* Make bannerhome-v1 immersive on this breakpoint */
  .bannerhome-v1 figure {
    height: 100vh !important;
    min-height: 320px !important;
  }
}

@media (max-width: 1023px) {
  .bannerhome-v2 figcaption .infig,
  .bannerhome-v3 figcaption .infig,
  .bannerhome-v4 figcaption .infig {
    margin-left: 20px !important;
    width: 100% !important;
  }
  .bannerhome-v2 figcaption h1,
  .bannerhome-v2 figcaption h2,
  .bannerhome-v3 figcaption h1,
  .bannerhome-v3 figcaption h2,
  .bannerhome-v4 figcaption h1,
  .bannerhome-v4 figcaption h2 {
    font-size: 1.5rem !important;
    padding-right: 35px !important;
  }
  .bannerhome-v3 figure {
    background-image: url("/cfind/source/thumb/images/cover_w1600_h880_bannerhome-1-4.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  .bannerhome-v4 figure {
    background: none !important;
  }
  .cta-section {
    width: 100%;
  }
  .section-powered {
    right: 18px;
    bottom: 14px;
  }
  .section-powered .powered-line,
  .section-powered .powered-strong {
    font-size: 0.85rem;
  }
  .wrap-button {
    text-align: center;
  }
  .cta-button {
    display: inline-block;
    width: auto;
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wrap-button {
    text-align: center;
  }
  .cta-button {
    display: inline-block;
    width: auto;
    padding: 12px 20px;
    font-size: 14px;
  }
  .home.bannerhome {
    min-height: 70vh;
  }
  .home.bannerhome figure {
    height: 70vh;
    min-height: 500px;
  }
  .home.bannerhome figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home.bannerhome figcaption {
    padding: 18px;
    height: auto;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .home.bannerhome figcaption .infig {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .cta-section {
    width: 100%;
  }
  .cta-section h1 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    line-height: 1.1;
  }
  .home.bannerhome figcaption p {
    font-size: 0.95rem;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 12px;
  }
  .section-powered {
    right: 12px;
    bottom: 12px;
  }
  .section-powered .powered-line,
  .section-powered .powered-strong {
    font-size: 0.85rem;
    margin-right: 12px;
  }
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }

  /* Use only the main image on small screens for v2/v3/v4 */
  .bannerhome-v2 figure,
  .bannerhome-v3 figure,
  .bannerhome-v4 figure {
    min-height: 220px !important;
    background-repeat: no-repeat !important;
    /* v2 uses <img> for the main photo; keep vector layers only */
    background-size:
      auto 290px,
      auto 290px !important;
    background-position:
      15% top,
      15% bottom !important;
  }
  .bannerhome-v2 figcaption,
  .bannerhome-v3 figcaption,
  .bannerhome-v4 figcaption {
    padding: 18px;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .bannerhome-v2 .cta-section,
  .bannerhome-v3 .cta-section,
  .bannerhome-v4 .cta-section {
    width: 100% !important;
  }
  /* For v2 we rely on <img> dynamic source; no static background */
  .bannerhome-v2 figure {
    background-image: none !important;
    background-color: transparent !important;
  }
  .bannerhome-v3 figure {
    background-image: url("/cfind/source/thumb/images/cover_w1600_h880_bannerhome-1-4.jpg") !important;
    background-color: transparent !important;
  }
  .bannerhome-v4 figure {
    background: none !important;
    background-color: transparent !important;
  }

  /* Remove overlay vectors on small screens */
  .bannerhome figure::before,
  .bannerhome figure::after,
  .bannerhome-v1 figure::before,
  .bannerhome-v1 figure::after {
    display: none !important;
    background-image: none !important;
    height: 0 !important;
    width: 0 !important;
    content: "" !important;
  }
}

@media (max-width: 770px) {
  /* Center the banner content container on small screens but keep text left-aligned */
  .home.bannerhome figcaption {
    display: flex !important;
    align-items: center !important; /* vertical center */
    justify-content: center !important; /* horizontal center */
    height: 100% !important;
  }

  .home.bannerhome figcaption .infig {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: calc(100% - 32px) !important;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 0; /* remove top spacing so vertical centering is accurate */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home.bannerhome figcaption .infig .cta-section {
    width: 100%;
    margin: 0 auto;
    text-align: left; /* keep text left-aligned */
  }
  .home.bannerhome figcaption .infig .wrap-button {
    text-align: left;
  }
}

/*
=====================================================================
  Home page: Services CSS migrated from inline styles (home.blade.php)
  Date: 2025-10-28
  Notes:
  - URLs converted from Blade asset() to absolute paths under /cfind/...
  - Placed at end of file to win cascade and avoid conflicts
=====================================================================
*/

/* ------------------------------------------------------------------
   Utilities
   ------------------------------------------------------------------ */
/* Used to center elements absolutely within their container */
.center {
  /* IMPORTANT: Utility used by service sections */
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ------------------------------------------------------------------
   Service section v1 (top services block)
   ------------------------------------------------------------------ */
.servicehome-v1 {
  position: relative;
  padding: 80px 0 64px;
  color: #2a254b;
}
/* Background ship image on the right */
.servicehome-v1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: url("/cfind/source/thumb/images/homeservice/commitment-ship.png")
    no-repeat center/contain;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.servicehome-v1 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    rgba(128, 128, 128, 0.2) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(128, 128, 128, 0.2) 100%
  );
}
.servicehome-v1 .wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 4;
}
/* Stats row */
.servicehome-v1 .service-stats {
  /* IMPORTANT: layout grid */
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
.servicehome-v1 .stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  column-gap: 12px;
  justify-content: start;
}
.servicehome-v1 .stat-label {
  font-size: 14px;
  color: #6a6a8b;
  line-height: 1;
  white-space: nowrap;
}
.servicehome-v1 .stat-number {
  font-size: 44px;
  font-weight: 800;
  color: #4d2abf;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .servicehome-v1 .stat-number {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .servicehome-v1 .service-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .servicehome-v1 .service-stats {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
/* Title */
.servicehome-v1 .service-intro {
  text-align: center;
  margin: 10px 0 40px;
}
.servicehome-v1 .service-intro h2 {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(to right, #4b318f, #4c318f63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 1px;
}
/* Cards */
.servicehome-v1 .service-cards {
  /* IMPORTANT: responsive cards grid */
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 991.98px) {
  .servicehome-v1 .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .servicehome-v1 .service-cards {
    grid-template-columns: 1fr;
  }
}
.servicehome-v1 .card {
  background: linear-gradient(
    180deg,
    #f8f8f8 0%,
    #f8f8f8 20%,
    #f0f0f0 40%,
    #f8f8f8 60%,
    #f8f8f8 80%,
    #f8f8f8 100%
  );
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 18px 34px rgba(28, 19, 64, 0.08);
  height: 100%;
}
.servicehome-v1 .card .icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}
.servicehome-v1 .card .icon img {
  width: 150px;
  height: 150px;
  display: block;
}
.servicehome-v1 .card h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  color: #2a254b;
  margin: 6px 0 10px;
}
.servicehome-v1 .card p {
  text-align: center;
  font-size: 13px;
  color: #6a6a8b;
  margin: 0;
  line-height: 1.6;
}

/* ------------------------------------------------------------------
   Service section base styles (self-contained)
   ------------------------------------------------------------------ */
.servicehome {
  position: relative;
  padding: 0;
  color: #3b2b59;
}
.servicehome .overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
.servicehome .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.service-stats {
  /* IMPORTANT: generic stats grid */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 36px;
  text-align: center;
}
.service-stats .stat {
  background: transparent;
  padding: 18px 12px;
}
.service-stats .stat-number {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4b318f;
}
.service-stats .stat-label {
  font-size: 0.95rem;
  color: #6b6b6b;
  margin-top: 6px;
}
.service-intro {
  text-align: center;
  margin: 6px 0 28px;
}
.service-intro h2 {
  font-size: 1.6rem;
  color: #533b7a;
  margin: 0;
  font-weight: 700;
}
.service-cards {
  /* IMPORTANT: generic cards grid */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.service-cards .card {
  background: linear-gradient(
    180deg,
    #f8f8f8 0%,
    #f8f8f8 20%,
    #f0f0f0 40%,
    #f8f8f8 60%,
    #f8f8f8 80%,
    #f8f8f8 100%
  );
  border-radius: 10px;
  padding: 40px 25px;
  box-shadow: 0 6px 18px rgba(33, 19, 73, 0.06);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-cards .card .icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-cards .card h3 {
  font-size: 1.2rem;
  margin: 6px 0 0;
  color: #5a4a8a;
  font-weight: 700;
}
.service-cards .card p {
  color: #7a6f90;
  margin: 0;
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .service-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .service-stats {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .service-cards {
    grid-template-columns: 1fr;
  }
  .servicehome {
    padding: 36px 0;
  }
  .service-intro h2 {
    font-size: 1.25rem;
  }
}

/* ------------------------------------------------------------------
   Servicehome v2 (gradient hero with big word)
   ------------------------------------------------------------------ */
.servicehome-v2 {
  position: relative;
  min-height: 420px;
  display: block;
  overflow: hidden;
}
.servicehome-v2 .overlay-gradient {
  /* IMPORTANT: overlay for readability */
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(99, 71, 155, 0.45) 35%,
    rgba(6, 12, 40, 0.95) 100%
  );
}
.servicehome-v2 .service-v2-big {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 200px;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 1px;
}
.servicehome-v2 .service-v2-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.servicehome-v2 .service-v2-content {
  text-align: center;
  color: #fff;
  max-width: 820px;
  padding: 60px 20px;
}
.servicehome-v2 .service-v2-content h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 14px;
  color: #ffffff;
}
.servicehome-v2 .service-v2-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 700px;
}
@media (max-width: 1023px) {
  .servicehome-v2 {
    min-height: 360px;
  }
  .servicehome-v2 .service-v2-big {
    font-size: 90px;
    top: 16%;
  }
  .servicehome-v2 .service-v2-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .servicehome-v2 {
    min-height: 300px;
  }
  .servicehome-v2 .service-v2-big {
    font-size: 56px;
    top: 10%;
    color: rgba(255, 255, 255, 0.14);
  }
  .servicehome-v2 .service-v2-content h2 {
    font-size: 24px;
  }
  .servicehome-v2 .service-v2-content p {
    font-size: 13px;
  }
}

/* ------------------------------------------------------------------
   Servicehome combined (Shipping, Shipyard, Ship Management)
   ------------------------------------------------------------------ */
.servicehome-combined {
  position: relative;
  min-height: 300vh;
  color: #fff;
  background-color: #06122c;
}
.servicehome-combined .overlay-dark {
  /* IMPORTANT: overlay for readability */
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(6, 12, 40, 0.72) 0%,
    rgba(6, 12, 40, 0.88) 100%
  );
  pointer-events: none;
}
.servicehome-combined .service-combined-inner {
  position: relative;
  z-index: 2;
}
/* Each service block full viewport height */
.servicehome-combined .service-block {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 250px 0;
  width: 100%;
  position: relative;
}
/* Services intro section */
.servicehome-combined .service-v2-intro {
  justify-content: center;
  position: relative;
  padding: 0;
  background: transparent;
}
.servicehome-combined .service-v2-intro .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(255 255 255) 0%,
    rgb(255 255 255 / 76%) 20%,
    rgb(255 255 255 / 38%) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.servicehome-combined .service-v2-intro .service-v2-big {
  font-size: 300px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  font-family: 'Times New Roman', serif !important;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1;
}
/* Shipping section - content on the RIGHT */
.servicehome-combined .service-shipping {
  justify-content: flex-end;
  position: relative;
  align-items: flex-start;
  margin-top: -200px;
}
.servicehome-combined .service-shipping .wrapper,
.servicehome-combined .service-shipyard .wrapper,
.servicehome-combined .service-management .wrapper {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
}
.servicehome-combined .service-shipping .wrapper {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 250px;
  margin-bottom: 100px;
}
.servicehome-combined .service-shipping .service-content {
  max-width: 600px;
  position: relative;
  z-index: 3;
}
/* Shipyard section - content on the LEFT */
.servicehome-combined .service-shipyard {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}
.servicehome-combined .service-shipyard .wrapper {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}
.servicehome-combined .service-shipyard .service-content {
  max-width: 600px;
  margin-left: 250px;
  margin-top: 100px;
}
/* Ship Management section - content on the RIGHT */
.servicehome-combined .service-management {
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.servicehome-combined .service-management .wrapper {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.servicehome-combined .service-management .service-content {
  max-width: 600px;
  text-align: left;
  margin-right: 300px;
  margin-bottom: 100px;
}
.servicehome-combined .service-shipping .shipping-overlay-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url("/cfind/source/thumb/images/home/Mask%20group%20(27).png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  overflow: visible;
}

.servicehome-combined .service-shipyard .shipyard-overlay-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url("/cfind/source/thumb/images/home/Mask%20group%20(28).png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  overflow: visible;
}

.servicehome-combined .service-management .management-overlay-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url("/cfind/source/thumb/images/home/Mask%20group%20(29).png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  overflow: visible;
}

.servicehome-combined .service-shipping .shipping-corner-image {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 590px;
  height: 326px;
  background-image: url("/cfind/source/thumb/images/home/shipping-vector.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.servicehome-combined .service-shipyard .shipyard-corner-image {
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translateY(-70%);
  width: 289px;
  height: 580px;
  background-image: url("/cfind/source/thumb/images/home/shipyard-vector.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.servicehome-combined .service-management .management-corner-image {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-20%) scaleY(-1);
  width: 400px;
  height: 700px;
  background-image: url("/cfind/source/thumb/images/home/ship-management-vector.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
/* responsive scaling so halo and blend remain proportional */
@media (max-width: 1600px) {
  .servicehome-combined .service-shipping .wrapper {
    margin-right: 0;
  }

  .servicehome-combined .service-shipyard .service-content {
    margin-left: 100px;
  }

  .servicehome-combined .service-management .service-content {
    margin-right: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 1366px) {
  .servicehome-combined .service-block {
    padding: 50px 0;
  }
  .servicehome-combined .service-shipping {
    padding-top: 0;
    margin-top: 0;
  }
  .servicehome-combined .service-shipping .wrapper,
  .servicehome-combined .service-shipyard .wrapper,
  .servicehome-combined .service-management .wrapper {
    padding: 0 60px;
  }
  .servicehome-combined .content-header h2 {
    font-size: 56px;
  }
  .servicehome-combined .service-management .management-overlay-image {
    width: 680px;
    height: 680px;
    max-width: 50vw;
  }
  .servicehome-combined .service-shipping .shipping-corner-image {
    width: 450px;
    height: 250px;
  }
  .servicehome-combined .service-shipyard .shipyard-corner-image {
    width: 220px;
    height: 440px;
  }
  .servicehome-combined .service-management .management-corner-image {
    width: 160px;
    height: 320px;
  }
}
@media (max-width: 1200px) {
  .servicehome-combined .service-block {
    padding: 40px 0;
  }
  .servicehome-combined .service-shipping {
    padding-top: 0;
  }
  .servicehome-combined .service-shipping .wrapper,
  .servicehome-combined .service-shipyard .wrapper,
  .servicehome-combined .service-management .wrapper {
    padding: 0 40px;
  }
  .servicehome-combined .content-header h2 {
    font-size: 50px;
  }
  .servicehome-combined .service-management .management-overlay-image {
    width: 600px;
    height: 600px;
    max-width: 48vw;
  }
  .servicehome-combined .service-shipping .shipping-corner-image {
    width: 380px;
    height: 210px;
  }
  .servicehome-combined .service-shipyard .shipyard-corner-image {
    width: 180px;
    height: 360px;
  }
  .servicehome-combined .service-management .management-corner-image {
    width: 130px;
    height: 260px;
  }
}
@media (max-width: 1023px) {
  .servicehome-combined .service-block {
    min-height: 80vh;
    padding: 50px 0;
  }
  .servicehome-combined .service-shipping {
    padding-top: 0;
  }
  .servicehome-combined .service-v2-intro .service-v2-big {
    font-size: clamp(60px, 12vw, 120px);
  }
  .servicehome-combined .service-shipping .wrapper,
  .servicehome-combined .service-shipyard .wrapper,
  .servicehome-combined .service-management .wrapper {
    padding: 0 30px;
  }
  .servicehome-combined .content-header h2 {
    font-size: 44px;
  }
  .servicehome-combined .service-management .management-overlay-image {
    width: 500px;
    height: 500px;
    max-width: 45vw;
    opacity: 0.7;
  }
  .servicehome-combined .service-shipping .shipping-corner-image {
    width: 300px;
    height: 165px;
    opacity: 0.6;
  }
  .servicehome-combined .service-shipyard .shipyard-corner-image {
    width: 140px;
    height: 280px;
    opacity: 0.6;
  }
  .servicehome-combined .service-management .management-corner-image {
    width: 100px;
    height: 200px;
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .servicehome-combined .service-block {
    min-height: auto;
    padding: 40px 0;
  }
  .servicehome-combined .service-shipping {
    padding-top: 0;
  }
  .servicehome-combined .content-header h2 {
    font-size: 38px;
  }
  .servicehome-combined .service-management .management-overlay-image {
    width: 400px;
    height: 400px;
    max-width: 42vw;
    opacity: 0.55;
  }
  .servicehome-combined .service-shipping .shipping-corner-image,
  .servicehome-combined .service-shipyard .shipyard-corner-image,
  .servicehome-combined .service-management .management-corner-image {
    display: none;
  }
}
@media (max-width: 600px) {
  .servicehome-combined {
    min-height: auto;
  }
  .servicehome-combined .service-block {
    min-height: auto;
    padding: 50px 0;
  }
  .servicehome-combined .service-shipping {
    padding-top: 0;
    align-items: center;
  }
  .servicehome-combined .service-v2-intro {
    padding: 80px 20px 80px 20px;
  }
  .servicehome-combined .service-v2-intro .overlay-gradient {
    top: -80px;
    height: calc(100% + 80px);
  }
  .servicehome-combined .service-v2-intro .service-v2-big {
    font-size: clamp(48px, 10vw, 80px);
  }
  .servicehome-combined .service-shipping .wrapper,
  .servicehome-combined .service-shipyard .wrapper,
  .servicehome-combined .service-management .wrapper {
    padding: 0 20px;
    justify-content: center;
  }
  .servicehome-combined .service-shipping,
  .servicehome-combined .service-shipyard,
  .servicehome-combined .service-management {
    justify-content: center;
  }
  .servicehome-combined .service-shipping .service-content,
  .servicehome-combined .service-shipyard .service-content,
  .servicehome-combined .service-management .service-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .servicehome-combined .content-header h2 {
    font-size: 32px;
  }
  .servicehome-combined .content-description p {
    font-size: 15px;
  }
  .servicehome-combined .button-discover {
    font-size: 14px;
  }
  /* Adjust or hide overlay image on mobile for better readability */
  .servicehome-combined .service-management .management-overlay-image {
    width: 300px;
    height: 300px;
    max-width: 55vw;
    opacity: 0.4;
    left: -20px;
  }
}
/* Content styling */
.servicehome-combined .content-header {
  margin-bottom: 28px;
}
.servicehome-combined .content-body {
  border-left: 3px solid #ffffff;
  padding-left: 35px;
  margin-bottom: 55px;
  margin-top: 55px;
}
.servicehome-combined .content-body .sm-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 35px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.servicehome-combined .content-header h2 {
  background: linear-gradient(to right, #fff, #ffffff54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 72px;
  font-weight: 700;
  /* color: #ffffff; */
  margin: 0;
}
.servicehome-combined .content-text-group {
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 32px;
}
.servicehome-combined .content-text-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ffffff;
}
.servicehome-combined .content-text-group .sm-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.servicehome-combined .content-description {
  margin-bottom: 0;
}
.servicehome-combined .content-description p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.servicehome-combined .button-discover {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 4px;
}
.servicehome-combined .button-discover:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.6);
  transform: translateX(4px);
}
.servicehome-combined .button-discover::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.3s ease;
}
.servicehome-combined .button-discover:hover::after {
  transform: translateX(3px);
}

/* ------------------------------------------------------------------
   Servicehome v3 (Shipping)
   ------------------------------------------------------------------ */
.servicehome-v3 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.servicehome-v3 .overlay-dark {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(6, 12, 40, 0.7) 0%,
    rgba(6, 12, 40, 0.88) 100%
  );
  pointer-events: none;
}
.servicehome-v3 .service-v3-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0;
}
.servicehome-v3 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.servicehome-v3 .service-v3-content {
  max-width: 680px;
}
.servicehome-v3 .v3-header {
  margin-bottom: 32px;
}
.servicehome-v3 .v3-header .sm-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.servicehome-v3 .v3-header h2 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}
.servicehome-v3 .v3-description {
  margin-bottom: 36px;
}
.servicehome-v3 .v3-description p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.servicehome-v3 .button-discover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}
.servicehome-v3 .button-discover:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.servicehome-v3 .button-discover::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}
.servicehome-v3 .button-discover:hover::after {
  transform: translateX(4px);
}
@media (max-width: 1023px) {
  .servicehome-v3 {
    min-height: 70vh;
  }
  .servicehome-v3 .v3-header h2 {
    font-size: 42px;
  }
  .servicehome-v3 .wrapper {
    padding: 0 30px;
  }
  .servicehome-v3 .service-v3-content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .servicehome-v3 {
    min-height: auto;
  }
  .servicehome-v3 .service-v3-inner {
    padding: 60px 0;
  }
  .servicehome-v3 .wrapper {
    padding: 0 20px;
  }
  .servicehome-v3 .v3-header h2 {
    font-size: 32px;
  }
  .servicehome-v3 .v3-description p {
    font-size: 15px;
  }
  .servicehome-v3 .button-discover {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------
   Servicehome v4 (Shipyard)
   ------------------------------------------------------------------ */
.servicehome-v4 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.servicehome-v4 .overlay-dark {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(6, 12, 40, 0.7) 0%,
    rgba(6, 12, 40, 0.88) 100%
  );
  pointer-events: none;
}
.servicehome-v4 .service-v4-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0;
}
.servicehome-v4 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.servicehome-v4 .service-v4-content {
  max-width: 680px;
}
.servicehome-v4 .v4-header {
  margin-bottom: 32px;
}
.servicehome-v4 .v4-header .sm-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.servicehome-v4 .v4-header h2 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}
.servicehome-v4 .v4-description {
  margin-bottom: 36px;
}
.servicehome-v4 .v4-description p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.servicehome-v4 .button-discover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}
.servicehome-v4 .button-discover:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.servicehome-v4 .button-discover::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}
.servicehome-v4 .button-discover:hover::after {
  transform: translateX(4px);
}
@media (max-width: 1023px) {
  .servicehome-v4 {
    min-height: 70vh;
  }
  .servicehome-v4 .v4-header h2 {
    font-size: 42px;
  }
  .servicehome-v4 .wrapper {
    padding: 0 30px;
  }
  .servicehome-v4 .service-v4-content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .servicehome-v4 {
    min-height: auto;
  }
  .servicehome-v4 .service-v4-inner {
    padding: 60px 0;
  }
  .servicehome-v4 .wrapper {
    padding: 0 20px;
  }
  .servicehome-v4 .v4-header h2 {
    font-size: 32px;
  }
  .servicehome-v4 .v4-description p {
    font-size: 15px;
  }
  .servicehome-v4 .button-discover {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------
   Servicehome v5 (Ship Management)
   ------------------------------------------------------------------ */
.servicehome-v5 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.servicehome-v5 .overlay-dark {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(6, 12, 40, 0.7) 0%,
    rgba(6, 12, 40, 0.88) 100%
  );
  pointer-events: none;
}
.servicehome-v5 .service-v5-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0;
}
.servicehome-v5 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.servicehome-v5 .service-v5-content {
  max-width: 680px;
}
.servicehome-v5 .v5-header {
  margin-bottom: 32px;
}
.servicehome-v5 .v5-header .sm-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.servicehome-v5 .v5-header h2 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}
.servicehome-v5 .v5-description {
  margin-bottom: 36px;
}
.servicehome-v5 .v5-description p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.servicehome-v5 .button-discover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}
.servicehome-v5 .button-discover:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.servicehome-v5 .button-discover::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}
.servicehome-v5 .button-discover:hover::after {
  transform: translateX(4px);
}
@media (max-width: 1023px) {
  .servicehome-v5 {
    min-height: 70vh;
  }
  .servicehome-v5 .v5-header h2 {
    font-size: 42px;
  }
  .servicehome-v5 .wrapper {
    padding: 0 30px;
  }
  .servicehome-v5 .service-v5-content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .servicehome-v5 {
    min-height: auto;
  }
  .servicehome-v5 .service-v5-inner {
    padding: 60px 0;
  }
  .servicehome-v5 .wrapper {
    padding: 0 20px;
  }
  .servicehome-v5 .v5-header h2 {
    font-size: 32px;
  }
  .servicehome-v5 .v5-description p {
    font-size: 15px;
  }
  .servicehome-v5 .button-discover {
    padding: 12px 24px;
    font-size: 14px;
  }
}
/* End of migrated Services CSS */

/* ------------------------------------------------------------------
   Disable Scroll/Motion Effects (global override)
   Neutralizes fade/parallax/slide-in animations so text stays static.
   ------------------------------------------------------------------ */

/* Mobile: explicitly keep everything static at <=600px */
@media (max-width: 600px) {
  .fade,
  .from-bottom,
  .from-right,
  .from-top,
  .from-left,
  .parallax-scroll,
  .bannerScroll .infig,
  [delay],
  [trigger-anim],
  [offset-amount] {
    opacity: 1 !important;
    transform: none !important;
    translate: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/*# sourceMappingURL=home.css.map*/
