/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
@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;
}

.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;
  }
}
.popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8888;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}

.popup.show {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Tanker Modal Styling */
.tanker-spec-modal,
.tanker-fleet-modal {
  padding: 40px 20px;
}

.tanker-spec-modal .inner-popup {
  width: 85%;
  max-width: 750px;
  padding: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: modalSlideIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.tanker-fleet-modal .inner-popup {
  width: 90vw !important;
  max-width: 90vw !important;
  padding: 0;
  background: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: modalSlideIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.tanker-spec-modal.closing .inner-popup,
.tanker-fleet-modal.closing .inner-popup {
  animation: modalSlideOut 0.3s cubic-bezier(0.6, 0, 0.84, 0) forwards !important;
}

.tanker-spec-modal.closing,
.tanker-fleet-modal.closing {
  animation: modalFadeOut 0.3s ease-out forwards !important;
}

@keyframes modalSlideIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes modalSlideOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
}

/* Specification Modal - Content First, Image Below */
.tanker-spec-modal .content-popup {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
}

/* TOP: Content Section */
.spec-content-section {
  padding: 40px 40px 0 40px;
  background: #ffffff;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.spec-content-section h2 {
  margin: 0 0 25px 0;
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(to right, #240a66, #4c318f44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
}

.specs-grid {
  display: flex;
  flex-direction: row;
  gap: 0 60px;
  margin: 0;
  justify-content: center;
  width: 100%;
}

.spec-column {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-width: 250px;
}

.spec-item {
  display: flex;
  flex-direction: column;
}

.spec-value {
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  font-weight: 500;
}

/* BOTTOM: Image Section - Floating Asset */
.spec-image-section {
  position: relative;
  height: 240px;
  flex-shrink: 0;
  background: url("/cfind/source/thumb/images/shipping/service-stats.png")
    center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 40px;
}

.spec-image-figure {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.spec-image-figure img {
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0;
  animation: floatingImageSlide 0.6s ease-out 0.1s forwards;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
}

@keyframes floatingImageSlide {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Fleet Modal - Wider Layout with Elegant Design */
.tanker-fleet-modal .content-popup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  height: 100vh;
  max-height: 1000px;
  min-height: 650px;
  width: 100% !important;
  max-width: 100% !important;
}

.tanker-fleet-modal .modal-image-col {
  background: linear-gradient(135deg, #f5f8fa 0%, #e8f1f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.tanker-fleet-modal .modal-image-col figure {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tanker-fleet-modal .modal-image-col img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Fleet Modal - Content Section with Custom Scrollbar */
.tanker-fleet-modal .modal-content-col {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #ffffffb9;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.tanker-fleet-modal .fleet-scroll-wrapper {
  flex: 1;
  padding: clamp(40px, 5%, 60px) clamp(40px, 5%, 80px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 100%;
}

.tanker-fleet-modal .fleet-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

/* Fleet Title */
.tanker-fleet-modal .fleet-title {
  margin: 0 0 clamp(20px, 3%, 30px) 0;
  background: linear-gradient(to right, #240a66, #4c318f44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

/* Fleet Table Wrapper */
.tanker-fleet-modal .fleet-table-wrapper {
  margin-bottom: clamp(30px, 4%, 50px);
  overflow-x: auto;
}

/* Elegant Minimalist Table Styling - Figma Design */
.tanker-fleet-modal .fleet-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-family: "Inter", "Public Sans", sans-serif;
  border-radius: 8px;
  overflow: hidden;
}

.tanker-fleet-modal .fleet-table-wrapper table thead tr th {
  padding: 16px 20px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #61616198;
}

.tanker-fleet-modal .fleet-table-wrapper table thead tr th:first-child {
  text-align: center;
  width: 60px;
}

.tanker-fleet-modal .fleet-table-wrapper table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.2s ease;
}

.tanker-fleet-modal .fleet-table-wrapper table tbody tr:last-child {
  border-bottom: none;
}

.tanker-fleet-modal .fleet-table-wrapper table tbody tr td {
  padding: 18px 20px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border: none;
}

.tanker-fleet-modal .fleet-table-wrapper table tbody tr td:nth-child(1),
.tanker-fleet-modal .fleet-table-wrapper table tbody tr td:nth-child(2),
.tanker-fleet-modal .fleet-table-wrapper table tbody tr td:nth-child(3),
.tanker-fleet-modal .fleet-table-wrapper table tbody tr td:nth-child(4) {
  color: #666666;
}

.tanker-fleet-modal .fleet-table-wrapper table tbody tr td:last-child {
  color: #666666;
  font-size: 13px;
  line-height: 1.5;
}

/* Custom Scrollbar Track */
.tanker-fleet-modal .fleet-scrollbar-track {
  position: absolute;
  right: 12px;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: #e8e8e8;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tanker-fleet-modal .modal-content-col:hover .fleet-scrollbar-track {
  opacity: 1;
}

/* Custom Scrollbar Thumb */
.tanker-fleet-modal .fleet-scrollbar-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  background: #5a3ca7;
  border-radius: 2px;
  cursor: grab;
  transition:
    width 0.2s ease,
    background 0.2s ease;
}

.tanker-fleet-modal .fleet-scrollbar-thumb:hover,
.tanker-fleet-modal .fleet-scrollbar-thumb.is-dragging {
  width: 6px;
  background: #4a2c87;
  cursor: grabbing;
}

/* Responsive Fleet Modal */
@media (max-width: 1366px) {
  .tanker-fleet-modal .inner-popup {
    width: 92vw !important;
    max-width: 92vw !important;
  }

  .tanker-fleet-modal .content-popup {
    grid-template-columns: 320px 1fr;
    height: 88vh;
    max-height: 900px;
  }

  .tanker-fleet-modal .fleet-table-wrapper table thead tr th {
    padding: 14px 16px;
    font-size: 12px;
  }

  .tanker-fleet-modal .fleet-table-wrapper table tbody tr td {
    padding: 16px;
    font-size: 13px;
  }
}

@media (max-width: 1023px) {
  .tanker-fleet-modal .inner-popup {
    width: 95vw !important;
    max-width: 95vw !important;
  }

  .tanker-fleet-modal .content-popup {
    grid-template-columns: 1fr;
    height: 92vh;
    max-height: none;
    min-height: 550px;
  }

  .tanker-fleet-modal .modal-image-col {
    display: none;
  }

  .tanker-fleet-modal .fleet-scroll-wrapper {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .tanker-fleet-modal .inner-popup {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .tanker-fleet-modal .content-popup {
    height: 94vh;
    min-height: 450px;
  }

  .tanker-fleet-modal .fleet-scroll-wrapper {
    padding: 20px;
  }

  .tanker-fleet-modal .fleet-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .tanker-fleet-modal .fleet-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tanker-fleet-modal .fleet-table-wrapper table {
    min-width: 600px;
  }

  .tanker-fleet-modal .fleet-table-wrapper table thead tr th {
    padding: 12px 10px;
    font-size: 11px;
  }

  .tanker-fleet-modal .fleet-table-wrapper table tbody tr td {
    padding: 14px 10px;
    font-size: 12px;
  }

  .tanker-fleet-modal .fleet-scrollbar-track {
    display: none;
  }
}

.tanker-spec-modal .modal-content-col h2 {
  margin: 0 0 30px 0;
  color: rgb(81, 54, 112);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

/* Close Button */
.tanker-spec-modal .close-popup,
.tanker-fleet-modal .close-popup {
  background: #c4c4c4 !important;
  background-image: none !important;
  background-size: auto !important;
  cursor: pointer;
  height: 40px !important;
  width: 40px !important;
  position: absolute;
  left: 20px !important;
  top: 20px !important;
  z-index: 10;
  transition:
    background 0.3s ease,
    opacity 0.3s ease !important;
  opacity: 1;
  border: none !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  right: auto !important;
  transform: none !important;
}

.tanker-spec-modal .close-popup::before,
.tanker-fleet-modal .close-popup::before {
  content: "✕";
  color: white;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.tanker-spec-modal .close-popup:hover,
.tanker-fleet-modal .close-popup:hover {
  background: #999999 !important;
  opacity: 1;
}

/* Overlay */
.tanker-spec-modal .overlay-popup,
.tanker-fleet-modal .overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: -1;
}

/* Responsive */
@media (max-width: 768px) {
  .tanker-spec-modal .content-popup,
  .tanker-fleet-modal .content-popup {
    grid-template-columns: 1fr;
  }

  .tanker-spec-modal .modal-image-col,
  .tanker-fleet-modal .modal-image-col {
    min-height: 300px;
    padding: 30px;
  }

  .tanker-spec-modal .modal-content-col,
  .tanker-fleet-modal .modal-content-col {
    padding: 30px;
    max-height: 500px;
  }

  .tanker-spec-modal .inner-popup,
  .tanker-fleet-modal .inner-popup {
    width: 95%;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.tanker-spec-modal .content-popup,
.tanker-fleet-modal .content-popup {
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

/* Left Column - Image */
.tanker-spec-modal .modal-image-col,
.tanker-fleet-modal .modal-image-col {
  background: linear-gradient(135deg, #f5f8fa 0%, #e8f1f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.tanker-spec-modal .modal-image-col img,
.tanker-fleet-modal .modal-image-col img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  animation: fadeIn 0.5s ease-out 0.1s both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Right Column - Content */
.tanker-spec-modal .modal-content-col,
.tanker-fleet-modal .modal-content-col {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
}

.popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8888;
}
.popup .close-popup {
  background: url(/images/material/close.png) no-repeat 50%;
  cursor: pointer;
  height: 33px;
  position: absolute;
  right: 40px;
  top: 110px;
  transition: all 0.3s ease-out;
  width: 34px;
  z-index: 5;
}
.popup .close-popup:hover {
  transform: rotate(180deg);
}
.popup .inner-popup {
  box-sizing: border-box;
  margin: auto;
  padding: 70px 0 50px;
  position: relative;
  width: 1104px;
  z-index: 3;
}
.popup .content-popup {
  background: #fff;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  padding: 30px 122px 80px;
  position: relative;
}
.popup .overlay-popup {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.popup.full .close-popup {
  right: 34px;
  top: 34px;
}
.popup.full .inner-popup {
  padding: 0;
  width: 100%;
}

/* Override for fleet modal - use custom width instead of fixed 1104px or 100% */
.tanker-fleet-modal .inner-popup,
.tanker-fleet-modal.popup.full .inner-popup {
  width: 60vw !important;
  max-width: 60vw !important;
  padding: 0 !important;
}

.tanker-fleet-modal .content-popup,
.tanker-fleet-modal.popup.full .content-popup {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.popup.full .content-popup {
  border-radius: 0;
  padding: 0;
}
.popup.popyard .close-popup {
  background: url(/images/material/close-fff.png) no-repeat 50%;
  background-size: 34px 33px;
}
@media (max-width: 1599px) {
  .popup .content-popup {
    padding: 30px 82px 80px;
  }
}
@media (max-width: 1200px) {
  .popup .close-popup {
    background-size: 34px 33px !important;
    height: 24px !important;
    right: 30px;
    top: 100px;
    width: 24px !important;
  }
  .popup.full .close-popup {
    right: 24px;
    top: 24px;
  }
  .popup .inner-popup {
    width: 864px;
  }
  .popup .content-popup {
    padding: 30px 80px 70px;
  }
}
@media (max-width: 1023px) {
  .popup .inner-popup {
    width: 624px;
  }
  .popup .content-popup {
    padding: 24px 24px 24px 60px;
  }
}
@media (max-width: 767px) {
  .popup .close-popup {
    right: 24px;
    top: 95px;
  }
  .popup .inner-popup {
    width: 295px;
  }
  .popup .content-popup {
    border-radius: 30px;
    padding: 24px;
  }
  .popup.full .close-popup {
    background: url(/images/material/close-fff.png) no-repeat 50%;
  }
}
@media (max-width: 300px) {
  .popup .close-popup {
    right: 24px;
    top: 95px;
  }
  .popup .inner-popup {
    width: 100%;
  }
  .popup .content-popup {
    border-radius: 30px;
    padding: 24px;
  }
  .popup.full .close-popup {
    background: url(/images/material/close-fff.png) no-repeat 50%;
  }
}
/*!
 * 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;
}
.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%;
}

/* Decorative asset for Shipping banner - vertical line design */
.bannerpage.banner-service .banner-bg-asset {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  width: auto;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
  object-fit: contain;
}

.bannerpage.banner-service figcaption {
  position: relative;
  z-index: 2; /* ensure text is above the decorative asset */
}

@media (max-width: 1023px) {
  .bannerpage.banner-service .banner-bg-asset {
    height: 80vh;
    max-height: 600px;
  }
}

@media (max-width: 767px) {
  .bannerpage.banner-service .banner-bg-asset {
    height: 70vh;
    max-height: 500px;
    left: 35%;
    opacity: 0.6;
  }
}
.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;
  height: 85%;
}
.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;
  }
}
.dockyard {
  background: #07366a;
  background-position: 0 0;
  background-size: 100%;
  overflow: hidden;
  padding-bottom: 125px;
  position: relative;
}
.dockyard h2 {
  color: #fff;
}
.dockyard .bg img {
  width: 100%;
}
.dockyard figure.figimg {
  height: auto;
}
.dockyard figure.figimg,
.dockyard figure.figimg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.dockyard figure.figimg img {
  height: 100%;
  position: relative;
}
.dockyard .wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 100px;
}
.dockyard .wrapper figcaption {
  color: #fff;
  position: relative;
  z-index: 4;
}
.dockyard .dockpin {
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.dockyard .dockpin .pin {
  border-radius: 50%;
  cursor: pointer;
  height: 125px;
  position: absolute;
  width: 125px;
}
.dockyard .dockpin .pin:before {
  border: 1px solid #fbfafc;
  border-radius: 50%;
  box-shadow: 0 0 13px 3px #503671;
  content: "";
  height: 65px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-out;
  width: 65px;
}
.dockyard .dockpin .pin:hover:before {
  height: 70%;
  width: 70%;
}
.dockyard .dockpin .pin:hover .circle {
  height: 64px;
  width: 64px;
}
.dockyard .dockpin .pin:hover .circle:after {
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
  visibility: visible;
}
.dockyard .dockpin .pin:hover .tooltip {
  opacity: 1;
  top: -30%;
  visibility: visible;
}
.dockyard .dockpin .pin:first-child {
  left: 29.8%;
  top: 56%;
}
.dockyard .dockpin .pin:nth-child(2) {
  left: 36.3%;
  top: 63%;
}
.dockyard .dockpin .pin:nth-child(3) {
  left: 47.5%;
  top: 74%;
}
.dockyard .dockpin .pin:nth-child(4) {
  left: 52%;
  top: 51%;
}
.dockyard .dockpin .pin:nth-child(5) {
  left: 67%;
  top: 57%;
}
.dockyard .dockpin .pin:nth-child(6) {
  left: 83%;
  top: 39%;
}
.dockyard .dockpin .pin .circle {
  background: #69d9fc;
  border-radius: 50%;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-out;
  width: 24px;
}
.dockyard .dockpin .pin .circle:after {
  background: url(/images/material/plus.png) no-repeat 0 0;
  content: "";
  height: 29px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 28px;
}
.dockyard .dockpin .pin .circle:after,
.dockyard .dockpin .pin .tooltip {
  opacity: 0;
  position: absolute;
  transition: all 0.25s ease-out;
  visibility: hidden;
}
.dockyard .dockpin .pin .tooltip {
  background: #69d9fc;
  border-radius: 10px;
  color: #041c32;
  display: inline-block;
  font-family: Albra;
  font-size: 1.563rem;
  left: -10px;
  line-height: 1;
  padding: 16px;
  top: 0;
  white-space: nowrap;
  width: auto;
}
.ship-building {
  margin-top: -124px;
  position: relative;
}
.ship-building:before {
  background: #eaeaea;
  bottom: 0;
  content: "";
  left: 0;
  margin: 124px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ship-building .wrapper {
  background: #fff;
  margin-right: 0;
}
.ship-building .slider .slick-track {
  display: flex !important;
}
.ship-building .slider .slick-track .slick-slide {
  height: inherit !important;
}
.ship-building .slider .slick-track .slick-slide > div,
.ship-building .slider .slick-track .slick-slide > div .list,
.ship-building .slider .slick-track .slick-slide > div .list figure {
  height: 100%;
}
.ship-building .slider .slick-track .slick-slide > div .list figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.ship-building .list {
  display: flex !important;
  width: 100% !important;
}
.ship-building .list figure {
  width: 47%;
}
.ship-building .list figure img {
  width: 100%;
}
.ship-building .list figcaption {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 116px 112px;
  position: relative;
  width: 53%;
}
.ship-building .list figcaption .title-small {
  align-self: flex-start;
}
.ship-building .list figcaption h2 {
  font-size: 3rem;
}
.ship-building .list figcaption ol,
.ship-building .list figcaption ul {
  font-family: Albra;
  margin-left: 15px;
}
.ship-building .list figcaption ol li,
.ship-building .list figcaption ul li {
  color: #0a3150;
  font-size: 1.563rem;
  line-height: 1.3;
}
.ship-building .list figcaption .specification {
  border-left: 1px solid #0a3150;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}
.ship-building .list figcaption .specification .row .column {
  flex: 0 0 auto;
  max-width: none;
  width: 40%;
}
.ship-building .list figcaption .specification .row .column.dot {
  flex: 0 0 5px;
  padding: 0;
}
.ship-building .slick-arrow {
  background-size: 36px auto !important;
  border: 0;
  bottom: 27px;
  font-size: 0;
  height: 17px;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 36px;
  z-index: 3;
}
.ship-building .slick-arrow.slick-prev {
  background: url(/images/material/arrow.png) no-repeat 0 0;
  margin-left: 10px;
  transform: translateX(-50%) rotate(-180deg);
}
.ship-building .slick-arrow.slick-next {
  background: url(/images/material/arrow-white.png) no-repeat 0 0;
  margin-left: 90px;
}
.construction {
  background: #eaeaea;
  overflow: hidden;
  position: relative;
}
.construction .slider {
  position: relative;
  z-index: 3;
}
.construction .slider .slick-track {
  display: flex !important;
}
.construction .slider .slick-slide {
  height: inherit !important;
}
.construction .slider .slick-slide > div {
  height: 100%;
}
.construction .list {
  display: flex !important;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  width: auto !important;
}
.construction .list:after {
  background: url(/images/material/const-shadow-right.png) no-repeat 0 bottom;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  z-index: 2;
}
.construction .list figure {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.construction .list figure:before {
  background: url(/images/material/const-shadow-left.png) no-repeat 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 492px;
  z-index: 2;
}
.construction .list figcaption {
  min-height: 660px;
  padding: 110px 235px 130px 0;
  position: relative;
  width: 48%;
  z-index: 3;
}
.construction .slick-arrow {
  background-size: 36px auto !important;
  background: url(/images/material/arrow.png) no-repeat 0 0;
  border: 0;
  bottom: 125px;
  font-size: 0;
  height: 17px;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 36px;
  z-index: 3;
}
.construction .slick-arrow.slick-prev {
  margin-left: 50px;
  transform: translateX(-50%) rotate(-180deg);
}
.construction .slick-arrow.slick-next {
  margin-left: 125px;
}
.shipping-service {
  background: #eaeaea;
  overflow: hidden;
  position: relative;
}
.shipping-service:before {
  background: url(/images/material/shadow-ship-service.png) no-repeat 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6401px;
}
.shipping-service .list {
  display: flex;
  position: relative;
}
.shipping-service .list figcaption {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin-left: 220px;
  padding: 240px 0 140px;
  position: relative;
  width: 520px;
  z-index: 4;
}
.shipping-service .list figcaption h2 {
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 30px;
}
.shipping-service .list figcaption p {
  border-left: 1px solid #0a3150;
  font-size: 1.563rem;
  padding-left: 43px;
  position: relative;
}
.shipping-service .list figure {
  height: 880px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1110px;
}
.shipping-service .list figure .more-explore {
  bottom: 157px;
  position: absolute;
  right: 540px;
  z-index: 3;
}
.shipping-service .list figure img {
  height: 100%;
  width: 100%;
}
.shipping-specification {
  background: #041c32;
  height: 880px;
  overflow: hidden;
  position: relative;
}
.shipping-specification .wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1330px;
}
.shipping-specification .wrapper figcaption {
  background: hsla(0, 0%, 100%, 0.07);
  border-radius: 10px;
  color: #fff;
  padding: 28px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 424px;
}
.shipping-specification .wrapper figcaption h3 {
  color: #fff;
  font-size: 1.938rem;
}
.shipping-specification .wrapper figcaption .txt-spec {
  color: hsla(0, 0%, 100%, 0.8);
}
.shipping-specification .wrapper figcaption .txt-spec .row {
  display: block;
  margin: 0;
  width: 100%;
}
.shipping-specification .wrapper figcaption .txt-spec .row .column {
  display: inline-block;
  padding: 0;
  width: auto;
}
.shipping-specification .bg {
  bottom: 0;
  display: flex;
  height: 681px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}
.shipping-specification .bg img {
  height: 100%;
  max-width: none;
  -o-object-position: center;
  object-position: center;
  width: auto;
}
.shipping-specification .shipping-pin {
  bottom: 158px;
  height: 360px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1330px;
}
.shipping-specification .shipping-pin .pin {
  border-radius: 50%;
  cursor: pointer;
  height: 125px;
  position: absolute;
  width: 125px;
}
.shipping-specification .shipping-pin .pin:before {
  border: 2px solid #69d9fc;
  box-shadow: 0 0 13px 3px #69d9fc;
  content: "";
  height: 72px;
  opacity: 0.5;
  width: 72px;
}
.shipping-specification .shipping-pin .pin .circle,
.shipping-specification .shipping-pin .pin:before {
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-out;
}
.shipping-specification .shipping-pin .pin .circle {
  background: #69d9fc;
  height: 24px;
  width: 24px;
}
.shipping-specification .shipping-pin .pin .circle:after {
  background: url(/images/material/plus.png) no-repeat 0 0;
  content: "";
  height: 29px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.25s ease-out;
  visibility: hidden;
  width: 28px;
}
.shipping-specification .shipping-pin .pin .tooltip {
  background: #69d9fc;
  border-radius: 10px;
  color: #041c32;
  display: inline-block;
  font-family: Albra;
  font-size: 1.563rem;
  left: -10px;
  line-height: 1;
  opacity: 0;
  padding: 16px;
  position: absolute;
  top: 0;
  transition: all 0.25s ease-out;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
}
.shipping-specification .shipping-pin .pin:hover:before {
  height: 100%;
  width: 100%;
}
.shipping-specification .shipping-pin .pin:hover .circle {
  height: 64px;
  width: 64px;
}
.shipping-specification .shipping-pin .pin:hover .circle:after {
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
  visibility: visible;
}
.shipping-specification .shipping-pin .pin:hover .tooltip {
  opacity: 1;
  top: -48%;
  visibility: visible;
}
.shipping-tanker {
  background: #eaeaea url(/images/material/bg-tanker.jpg) no-repeat 0 0;
  background-position: center 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.shipping-tanker:before {
  background: url(/images/material/shadow-tanker-left.png) no-repeat 0 0;
  left: 0;
  top: 0;
  width: 640px;
}
.shipping-tanker:after,
.shipping-tanker:before {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 1;
}
.shipping-tanker:after {
  background: url(/images/material/shadow-tanker-right.png) no-repeat 0 bottom;
  bottom: 0;
  right: 0;
  width: 700px;
}
.shipping-tanker .wrapper {
  margin: 0 auto;
  padding: 102px 0 150px;
  width: 1106px;
  z-index: 3;
}
.shipping-tanker .box-top {
  margin-bottom: 80px;
}
.shipping-tanker .box-top .title-small {
  margin-bottom: 35px;
}
.shipping-tanker .box-top .row .column {
  width: 50%;
}
.shipping-tanker .box-top .row .column h3 {
  font-size: 3rem;
}
.shipping-tanker .box-top .row .column:nth-child(2) {
  padding-left: 120px;
  padding-right: 80px;
}
.shipping-tanker .box-top .row .column:nth-child(2) p {
  border-left: 1px solid #0a3150;
  padding-bottom: 5px;
  padding-left: 50px;
}

/* ==========================================
/* ==========================================
   NEW HORIZONTAL SHIPPING TANKER LAYOUT
   ========================================== */
.shipping-tanker-horizontal {
  background: linear-gradient(
    180deg,
    #f5f8fa 0%,
    #ffffff 50%,
    rgba(18, 47, 85, 0.03) 100%
  );
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

.shipping-tanker-horizontal .ship-types-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.shipping-tanker-horizontal .ship-types-wrapper::-webkit-scrollbar {
  display: none;
}

.shipping-tanker-horizontal .ship-types-scroll {
  display: flex;
  justify-content: space-between;
  gap: 0;
  padding: 0 135px;
  min-width: max-content;
}

.shipping-tanker-horizontal .ship-type-item {
  flex: 0 0 auto;
  width: 180px;
  transition: all 0.3s ease;
}

.shipping-tanker-horizontal .ship-type-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shipping-tanker-horizontal .ship-type-item .ship-figure {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
  background: transparent;
  transition: all 0.4s ease;
}

.shipping-tanker-horizontal .ship-type-item .ship-figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%) brightness(1);
  transition: all 0.4s ease;
}

.shipping-tanker-horizontal .ship-type-item:hover .ship-figure img {
  transform: scale(1.15) translateY(-6px);
  filter: brightness(1.1);
}

.shipping-tanker-horizontal .ship-type-item .ship-caption {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(18, 47, 85, 0.08);
  margin-top: 10px;
  transition: all 0.3s ease;
}

.shipping-tanker-horizontal .ship-type-item:hover .ship-caption {
  box-shadow: 0 8px 24px rgba(18, 47, 85, 0.15);
  transform: translateY(-3px);
}

.shipping-tanker-horizontal .ship-type-item .ship-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #122f55;
  line-height: 1.4;
  display: block;
}

/* ==========================================
   COMBINED SHIPPING & WHISTLEBLOWING SECTION
   Smooth gradient transition in ONE section
   ========================================== */
.shipping-whistleblowing-combined {
  position: relative;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 8%,
      rgba(255, 255, 255, 0.95) 12%,
      rgba(255, 255, 255, 0.85) 18%,
      rgba(255, 255, 255, 0.7) 25%,
      rgba(255, 255, 255, 0.5) 35%,
      rgba(255, 255, 255, 0.3) 45%,
      rgba(255, 255, 255, 0.15) 55%,
      rgba(18, 47, 85, 0.2) 65%,
      rgba(18, 47, 85, 0.4) 75%,
      rgba(18, 47, 85, 0.65) 85%,
      rgba(18, 47, 85, 0.85) 92%,
      rgba(10, 26, 46, 1) 100%
    ),
    linear-gradient(
      180deg,
      rgba(18, 47, 85, 0.4) 0%,
      rgba(18, 47, 85, 0.5) 50%,
      rgba(18, 47, 85, 0.6) 100%
    ),
    url("../cfind/source/thumb/images/shipping/shipping-cta.jpg");
  background-size:
    100% 100%,
    100% 100%,
    cover;
  background-position: center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  padding: 0;
  overflow: hidden;
}

/* Ship Types Container - Top part with white background */
.shipping-whistleblowing-combined .ship-types-container {
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}

.shipping-whistleblowing-combined .ship-types-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.shipping-whistleblowing-combined .ship-types-wrapper::-webkit-scrollbar {
  display: none;
}

.shipping-whistleblowing-combined .ship-types-scroll {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0 135px;
  min-width: max-content;
}

.shipping-whistleblowing-combined .ship-type-item {
  flex: 0 0 auto;
  width: 200px;
  transition: all 0.3s ease;
  position: relative;
  padding-top: 80px;
}

.shipping-whistleblowing-combined .ship-type-item a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.shipping-whistleblowing-combined .ship-type-item .ship-figure {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  background: transparent;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 2;
}

.shipping-whistleblowing-combined .ship-type-item .ship-figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%) brightness(1);
  transition: all 0.4s ease;
}

.shipping-whistleblowing-combined .ship-type-item:hover .ship-figure img {
  transform: scale(1.15) translateY(-6px);
  filter: brightness(1.1);
}

.shipping-whistleblowing-combined .ship-type-item .ship-caption {
  width: 100%;
  text-align: center;
  padding: 30px 10px 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(18, 47, 85, 0.08);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.shipping-whistleblowing-combined .ship-type-item:hover .ship-caption {
  box-shadow: 0 8px 24px rgba(18, 47, 85, 0.15);
  transform: translateY(-3px);
}

.shipping-whistleblowing-combined .ship-type-item .ship-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #122f55;
  line-height: 1.4;
  display: block;
}

/* Whistleblowing CTA - Bottom part (using original .section-cta styling) */
.shipping-whistleblowing-combined .whistleblowing-cta {
  position: relative;
  padding: 50px 15px;
  z-index: 2;
}

.shipping-whistleblowing-combined .whistleblowing-cta .cta-inner {
  position: relative;
  z-index: 2;
}

.shipping-whistleblowing-combined .whistleblowing-cta .cta-content {
  max-width: 550px;
  padding: 40px 20px;
}

.shipping-whistleblowing-combined .whistleblowing-cta .cta-title {
  font-size: 64px;
  font-weight: 800;
  margin: 0 0 12px 0;
  color: #fff;
}

.shipping-whistleblowing-combined .whistleblowing-cta .cta-sub {
  margin: 0 0 22px 0;
  color: rgba(255, 255, 255, 0.92);
  max-width: 780px;
  font-size: 16px;
}

.shipping-whistleblowing-combined .whistleblowing-cta .btn-cta {
  display: block;
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  padding: 12px 26px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
  background: transparent;
  font-weight: 600;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 120ms ease;
  align-self: flex-start;
}

.shipping-whistleblowing-combined .whistleblowing-cta .btn-cta:hover,
.shipping-whistleblowing-combined .whistleblowing-cta .btn-cta:focus {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1599px) {
  .shipping-whistleblowing-combined .ship-types-container {
    padding: 80px 0 70px;
  }

  .shipping-whistleblowing-combined .ship-types-scroll {
    padding: 0 100px;
  }

  .shipping-whistleblowing-combined .whistleblowing-cta {
    padding: 80px 15px;
  }
}

@media (max-width: 1366px) {
  .shipping-whistleblowing-combined .ship-types-scroll {
    padding: 0 80px;
  }
}

@media (max-width: 1200px) {
  .shipping-whistleblowing-combined .ship-types-container {
    padding: 60px 0 60px;
  }

  .shipping-whistleblowing-combined .ship-types-scroll {
    padding: 0 60px;
  }

  .shipping-whistleblowing-combined .ship-type-item {
    width: 140px;
  }

  .shipping-whistleblowing-combined .ship-type-item .ship-figure {
    height: 100px;
  }

  .shipping-whistleblowing-combined .ship-type-item .ship-label {
    font-size: 13px;
  }

  .shipping-whistleblowing-combined .whistleblowing-cta {
    padding: 60px 15px;
  }
}

@media (max-width: 1023px) {
  .shipping-whistleblowing-combined .ship-types-scroll {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .shipping-whistleblowing-combined .whistleblowing-cta .cta-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .shipping-whistleblowing-combined .ship-types-container {
    padding: 50px 0 50px;
  }

  .shipping-whistleblowing-combined .ship-types-scroll {
    padding: 0 20px;
    gap: 15px;
  }

  .shipping-whistleblowing-combined .ship-type-item {
    width: 120px;
  }

  .shipping-whistleblowing-combined .ship-type-item .ship-figure {
    height: 80px;
    padding: 10px;
  }

  .shipping-whistleblowing-combined .ship-type-item .ship-caption {
    padding: 15px 8px;
  }

  .shipping-whistleblowing-combined .ship-type-item .ship-label {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .shipping-whistleblowing-combined .whistleblowing-cta .cta-title {
    font-size: 32px;
  }

  .shipping-whistleblowing-combined .whistleblowing-cta .cta-content {
    padding: 22px 12px;
  }

  .shipping-whistleblowing-combined .whistleblowing-cta .btn-cta {
    padding: 10px 18px;
  }
}

@media (max-width: 480px) {
  .shipping-whistleblowing-combined .ship-type-item {
    width: 100px;
  }

  .shipping-whistleblowing-combined .ship-type-item .ship-figure {
    height: 70px;
  }

  .shipping-whistleblowing-combined .ship-type-item .ship-label {
    font-size: 11px;
  }
}

/* ==========================================
   OLD GRID LAYOUT (BACKUP)
   ========================================== */
.shipping-tanker .listing-tanker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
}
.shipping-tanker .listing-tanker .list {
  background: #ffffff;
  border-radius: 8px;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}
.shipping-tanker .listing-tanker .list:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.shipping-tanker .listing-tanker .list a {
  display: block;
  text-decoration: none;
}
.shipping-tanker .listing-tanker .list .btn-arr {
  display: none;
}
.shipping-tanker .listing-tanker .list figure {
  width: 100%;
  height: 280px;
  background: #f5f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
.shipping-tanker .listing-tanker .list figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.shipping-tanker .listing-tanker .list:hover figure img {
  transform: scale(1.05);
}
.shipping-tanker .listing-tanker .list figcaption {
  padding: 25px 30px;
  text-align: center;
  background: #ffffff;
}
.shipping-tanker .listing-tanker .list h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a2b3c;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.shipping-tanker .listing-tanker .list:hover .btn-arr {
  display: none;
}

/* Responsive Shipping Tanker Grid */
@media (max-width: 1599px) {
  .shipping-tanker .listing-tanker {
    gap: 25px;
  }
  .shipping-tanker .listing-tanker .list figure {
    height: 240px;
    padding: 30px;
  }
}

@media (max-width: 1366px) {
  .shipping-tanker .listing-tanker {
    gap: 20px;
  }
  .shipping-tanker .listing-tanker .list figure {
    height: 220px;
  }
  .shipping-tanker .listing-tanker .list h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 1200px) {
  .shipping-tanker .listing-tanker {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1023px) {
  .shipping-tanker .listing-tanker .list figure {
    height: 200px;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .shipping-tanker .listing-tanker {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .shipping-tanker .listing-tanker .list figure {
    height: 180px;
    padding: 20px;
  }
  .shipping-tanker .listing-tanker .list figcaption {
    padding: 20px;
  }
  .shipping-tanker .listing-tanker .list h3 {
    font-size: 1rem;
  }
}

.popup .shipping-service-slider .list .t-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 544px;
  position: relative;
}
.popup .shipping-service-slider .list .t-top figcaption {
  padding-bottom: 30px;
  position: relative;
  width: 338px;
}
.popup .shipping-service-slider .list .t-top figcaption h2 {
  font-size: 6.25rem;
  line-height: 0.95;
  margin-bottom: 35px;
}
.popup .shipping-service-slider .list .t-top figcaption p {
  border-left: 1px solid #0a3150;
  padding-left: 32px;
}
.popup .shipping-service-slider .list .t-top figure {
  height: 100%;
  position: relative;
  top: 0;
  width: calc(100% - 338px);
}
.popup .shipping-service-slider .list .t-top figure img {
  height: 100%;
  max-width: none;
  width: 100%;
}
.popup .shipping-service-slider .custom-arrow,
.popup .shipping-service-slider .slick-arrow {
  background-size: 36px auto !important;
  background: url(/images/material/arrow.png) no-repeat 0 0;
  border: 0;
  bottom: 0;
  font-size: 0;
  height: 17px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 36px;
  z-index: 3;
}
.popup .shipping-service-slider .custom-arrow.c-prev,
.popup .shipping-service-slider .custom-arrow.slick-prev,
.popup .shipping-service-slider .slick-arrow.c-prev,
.popup .shipping-service-slider .slick-arrow.slick-prev {
  margin-left: 0;
  transform: rotate(-180deg);
}
.popup .shipping-service-slider .custom-arrow.c-next,
.popup .shipping-service-slider .custom-arrow.slick-next,
.popup .shipping-service-slider .slick-arrow.c-next,
.popup .shipping-service-slider .slick-arrow.slick-next {
  margin-left: 60px;
}
.popup .shipping-tanker-slider .list {
  display: flex !important;
  height: 100vh;
}
.popup .shipping-tanker-slider .list figure {
  width: 54%;
}
.popup .shipping-tanker-slider .list figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.popup .shipping-tanker-slider .list figcaption {
  font-size: 0.813rem;
  padding: 155px 135px 30px 82px;
  width: 46%;
}
.popup .shipping-tanker-slider .list figcaption h2 {
  font-size: 3rem;
}
.popup .shipping-tanker-slider .slick-arrow {
  background-size: 36px auto !important;
  background: url(/images/material/arrow.png) no-repeat 0 0;
  border: 0;
  bottom: 27px;
  font-size: 0;
  height: 17px;
  left: 54%;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 36px;
  z-index: 3;
}
.popup .shipping-tanker-slider .slick-arrow.slick-prev {
  margin-left: -40px;
  transform: translateX(-50%) rotate(-180deg);
}
.popup .shipping-tanker-slider .slick-arrow.slick-next {
  margin-left: 40px;
}
.popup .dockyard-detail-slider {
  background: url(/images/material/bg-popyard.jpg) no-repeat 0 0;
  background-position: 50%;
  background-size: cover;
}
.popup .dockyard-detail-slider:before {
  background: url(/images/material/bg-shadow-popyard.png) no-repeat 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 640px;
}
.popup .dockyard-detail-slider .slider {
  position: relative;
  z-index: 4;
}
.popup .dockyard-detail-slider .list {
  display: flex !important;
  height: 100vh;
}
.popup .dockyard-detail-slider .list figure {
  width: 50%;
}
.popup .dockyard-detail-slider .list figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.popup .dockyard-detail-slider .list figcaption {
  align-self: center;
  box-sizing: border-box;
  font-size: 1.563rem;
  padding: 80px;
  width: 50%;
}
.popup .dockyard-detail-slider .list figcaption h2 {
  font-size: 82px;
}
.popup .dockyard-detail-slider .list figcaption p {
  border-left: 1px solid #0a3150;
  padding-left: 43px;
}
.popup .dockyard-detail-slider .slick-arrow {
  background-size: 36px auto !important;
  border: 0;
  bottom: 27px;
  font-size: 0;
  height: 17px;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 36px;
  z-index: 3;
}
.popup .dockyard-detail-slider .slick-arrow.slick-prev {
  background: url(/images/material/arrow.png) no-repeat 0 0;
  margin-left: -40px;
  transform: translateX(-50%) rotate(-180deg);
}
.popup .dockyard-detail-slider .slick-arrow.slick-next {
  background: url(/images/material/arrow-white.png) no-repeat 0 0;
  margin-left: 40px;
}
.popup.shipping-detail-popup .close-popup {
  background: url(/images/material/close-fff.png) no-repeat 50%;
}
.popup.shipping-detail-popup .wrapper {
  color: #fff;
  margin: 135px auto 0;
  width: 1100px;
}
.popup.shipping-detail-popup .wrapper h2 {
  color: #fff;
}
.popup.shipping-detail-popup figure {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popup.shipping-detail-popup figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.bannerpage.auto {
  height: auto;
  min-height: unset;
}
.bannerpage.auto figcaption {
  position: absolute;
}
.bannerpage.auto figure {
  height: auto;
  position: relative;
  width: 100%;
}
.bannerpage.auto figure img {
  height: auto;
}
.mid-detail {
  background: #eaeaea;
  overflow: hidden;
}
.mid-detail:before {
  background: url(/images/material/shadow-tanker-left.png) no-repeat 0 0;
  left: 0;
  top: 0;
  width: 640px;
}
.mid-detail:after,
.mid-detail:before {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 1;
}
.mid-detail:after {
  background: url(/images/material/shadow-tanker-right.png) no-repeat 0 bottom;
  bottom: 0;
  right: 0;
  width: 700px;
}
.mid-detail .wrapper {
  margin: 0 auto;
  padding: 100px 0 150px;
  width: 1126px;
  z-index: 4;
}
.mid-detail .text-top {
  margin-bottom: 70px;
}
.mid-detail .map-shipping {
  margin: 80px 0 130px;
}
.mid-detail .map-shipping figure {
  margin: 0 -125px 66px;
}
.mid-detail .map-shipping__listing {
  display: flex;
  flex-wrap: wrap;
  font-family: Albra;
  margin: 0 -40px;
}
.mid-detail .map-shipping__listing--item {
  align-items: center;
  display: flex;
  margin: 0 40px 36px;
  width: calc(33.333% - 80px);
}
.mid-detail .map-shipping__listing--item img {
  margin: 0 24px;
  max-width: 50px;
}
.mid-detail .center {
  text-align: center;
}
.mid-detail h2 {
  margin-bottom: 40px;
}
.mid-detail .fleet-list.no-margin-bottom {
  margin-bottom: 0;
}
.mid-detail .service-detail__list {
  margin-top: 130px;
  position: relative;
}
.mid-detail .service-detail__list:before {
  background: #ccd0d3;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%;
}
.mid-detail .service-detail__list:first-child {
  margin-top: 0;
}
.ship-repair {
  background: #eaeaea;
  padding: 140px 0 50px;
}
.ship-repair .wrapper {
  margin: 0 auto;
  width: 1265px;
}
.ship-repair__top {
  margin-bottom: 50px;
  text-align: center;
}
.ship-repair table {
  margin: 0;
}
@media (max-width: 1680px) {
  .dockyard .dockpin .pin:first-child {
    left: 29.5%;
    top: 55%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 35.8%;
    top: 61%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 46.8%;
    top: 73%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    left: 51.5%;
    top: 49%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    top: 56%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    left: 82%;
    top: 38%;
  }
}
@media (max-width: 1599px) {
  .shipping-service .list figcaption {
    margin-left: 100px;
  }
  .shipping-service .list figcaption h2 {
    font-size: 6.5rem;
    width: 50%;
  }
  .shipping-service .list figure {
    height: auto;
    width: 900px;
  }
  .shipping-service .list figure .more-explore {
    right: 440px;
  }
  .shipping-tanker .listing-tanker .list h3 {
    font-size: 2rem;
  }
  .ship-building .list figcaption {
    padding: 56px;
    width: 54%;
  }
  .ship-building .list figcaption h2 {
    font-size: 2rem;
  }
  .ship-building .list figcaption ol li,
  .ship-building .list figcaption ul li {
    font-size: 1.125rem;
  }
  .ship-building .list figcaption .specification {
    padding-left: 25px;
  }
  .ship-building .list figcaption .specification .row .column {
    width: 35%;
  }
  .ship-building .list figure {
    width: 46%;
  }
  .construction .list figure {
    width: 60%;
  }
  .construction .list figure img {
    height: 100%;
    max-width: none;
    width: auto;
  }
  .construction .list figcaption {
    padding: 65px 135px 130px 0;
    width: 50%;
  }
  .construction .slick-arrow.slick-prev {
    margin-left: 10px;
  }
  .construction .slick-arrow.slick-next {
    margin-left: 95px;
  }
  .popup .shipping-service-slider .list .t-top figcaption h2 {
    font-size: 4.25rem;
  }
  .popup .shipping-tanker-slider .list figcaption h2 {
    font-size: 2rem;
  }
  .popup .dockyard-detail-slider .list figcaption {
    font-size: 1rem;
  }
  .popup .dockyard-detail-slider .list figcaption p {
    padding-left: 12px;
  }
  .shipping-specification .shipping-pin {
    width: 1250px;
  }
  .mid-detail {
    background: #eaeaea;
    overflow: hidden;
  }
  .mid-detail .wrapper {
    padding: 70px 0 90px;
  }
  .mid-detail .text-top {
    margin-bottom: 50px;
  }
  .mid-detail .map-shipping {
    margin: 50px 0;
  }
  .mid-detail .service-detail__list {
    margin-top: 80px;
    position: relative;
  }
  .mid-detail .service-detail__list:before {
    top: -50px;
  }
}
@media (min-width: 1510px) and (max-width: 1679px) {
  .dockyard figure.figimg {
    height: 927px;
  }
  .dockyard .dockpin .pin:first-child {
    left: 27.3%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 34.4%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 46.5%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    left: 51.7%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    left: 69%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    left: 86%;
  }
}
@media (max-width: 1480px) {
  .dockyard .dockpin .pin:first-child {
    left: 29%;
    top: 53.5%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 35.3%;
    top: 59%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 46.3%;
    top: 70%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    left: 51%;
    top: 47%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    top: 55%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    left: 81%;
    top: 36%;
  }
}
@media (min-width: 1367px) and (max-width: 1479px) {
  .dockyard figure.figimg {
    height: 777px;
  }
}
@media (max-width: 1383px) {
  .mid-detail .map-shipping figure {
    margin: 0 -50px 66px;
  }
}
@media (max-width: 1366px) {
  .dockyard .dockpin .pin:first-child {
    left: 28.5%;
    top: 52.5%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 35%;
    top: 58%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 46%;
    top: 69%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    left: 50.7%;
    top: 46%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    left: 66%;
    top: 53%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    top: 35%;
  }
  .ship-repair .wrapper {
    margin: 0 80px;
    width: auto;
  }
}
@media (max-width: 1280px) {
  .dockyard .dockpin .pin:first-child {
    left: 28.3%;
    top: 51.5%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 34.7%;
    top: 57%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 45.5%;
    top: 68%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    top: 52%;
  }
  .mid-detail .wrapper {
    margin: 0 80px;
    width: auto;
  }
  .ship-repair {
    padding: 70px 0 30px;
  }
}
@media (max-width: 1200px) {
  .dockyard .dockpin .pin {
    height: 75px;
    width: 75px;
  }
  .dockyard .dockpin .pin .circle {
    height: 18px;
    width: 18px;
  }
  .dockyard .dockpin .pin .circle:after {
    background-size: 19px auto;
    height: 18px;
    width: 19px;
  }
  .dockyard .dockpin .pin .tooltip {
    font-size: 1rem;
  }
  .ship-building:before {
    margin-top: 90px;
  }
  .ship-building .list figcaption {
    padding: 48px 56px;
    width: 58%;
  }
  .ship-building .list figure {
    width: 42%;
  }
  .ship-building .slick-arrow {
    left: 53%;
  }
  .construction .list figure {
    align-items: flex-end;
    display: flex;
    width: 50%;
  }
  .construction .list figure img {
    height: 80%;
  }
  .construction .list figcaption {
    min-height: unset;
    padding-bottom: 105px;
    padding-right: 80px;
  }
  .construction .list figcaption h2 {
    line-height: 1;
    padding-right: 50px;
  }
  .construction .slick-arrow {
    bottom: 80px;
  }
  .shipping-service:before {
    width: 90%;
  }
  .shipping-service .list figcaption {
    margin-left: 0;
    padding: 140px 100px 140px 80px;
    width: 50%;
  }
  .shipping-service .list figcaption p {
    font-size: 0.875rem;
    padding-left: 24px;
  }
  .shipping-service .list figure {
    width: 592px;
  }
  .shipping-service .list figure .more-explore {
    bottom: 10px;
    right: 250px;
  }
  .shipping-specification {
    height: 659px;
  }
  .shipping-specification .bg {
    height: 435px;
  }
  .shipping-specification .wrapper {
    width: 1000px;
  }
  .shipping-specification .wrapper figcaption h3 {
    font-size: 1.5rem;
  }
  .shipping-specification .shipping-pin {
    bottom: 100px;
    height: 203px;
    width: 800px;
  }
  .shipping-specification .shipping-pin .pin {
    height: 46px;
    width: 46px;
  }
  .shipping-specification .shipping-pin .pin:before {
    height: 100%;
    width: 100%;
  }
  .shipping-specification .shipping-pin .pin .circle {
    height: 15px;
    width: 15px;
  }
  .shipping-specification .shipping-pin .pin .tooltip {
    font-size: 1rem;
    left: -20px;
  }
  .shipping-specification .shipping-pin .pin:hover .tooltip {
    top: -100%;
  }
  .shipping-tanker .wrapper {
    margin: 0 80px;
    padding-bottom: 130px;
    padding-top: 90px;
    width: auto;
  }
  .shipping-tanker .box-top .row .column:nth-child(2) {
    padding-left: 100px;
    padding-right: 0;
  }
  .shipping-tanker .box-top .row .column:nth-child(2) p {
    padding-left: 24px;
  }
  .shipping-tanker .listing-tanker .list .btn-arr {
    background-size: 32px 17px;
    height: 17px;
    width: 32px;
  }
  .mid-detail .wrapper {
    padding: 50px 0 80px;
  }
  .mid-detail .map-shipping {
    margin: 50px 0;
  }
  .mid-detail .map-shipping__listing {
    margin: 0 -25px;
  }
  .mid-detail .map-shipping__listing--item {
    margin: 0 25px 20px;
    width: calc(33.333% - 50px);
  }
  .mid-detail .map-shipping__listing--item img {
    margin: 0 14px;
    max-width: 30px;
  }
  .mid-detail .fleet-list {
    margin-bottom: 80px;
  }
  .ship-repair__top {
    margin-bottom: 30px;
  }
  .popup .dockyard-detail-slider .list figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 35px;
  }
  .popup .dockyard-detail-slider .list figcaption h2 {
    font-size: 55px;
  }
  .popup .shipping-service-slider .list .t-top {
    min-height: 380px;
  }
  .popup .shipping-service-slider .list .t-top figcaption p {
    padding-left: 24px;
  }
  .popup .shipping-service-slider .list .t-top figure {
    right: 0;
  }
  .popup .shipping-tanker-slider .list figure {
    width: 58%;
  }
  .popup .shipping-tanker-slider .list figcaption {
    padding: 95px 56px 30px;
    width: 42%;
  }
  .popup .shipping-tanker-slider .slick-arrow {
    left: 58%;
  }
  .popup.shipping-detail-popup .wrapper {
    width: 900px;
  }
}
@media (max-width: 1024px) {
  .dockyard .wrapper {
    top: 70px;
  }
  .dockyard .dockpin .pin:first-child {
    left: 29.4%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 36%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 46.7%;
    top: 67%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    left: 51.4%;
    top: 45%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    left: 67%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    left: 82%;
  }
}
@media (max-width: 991px) {
  .dockyard .dockpin .pin:first-child {
    left: 29.5%;
    top: 49.5%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    top: 55%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    top: 65%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    top: 44%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    left: 67%;
    top: 51%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    top: 34%;
  }
}
@media (max-width: 1023px) {
  .dockyard {
    padding-bottom: 140px;
  }
  .dockyard .wrapper {
    top: 76px;
  }
  .dockyard .wrapper figcaption h2 {
    font-size: 2.625rem;
  }
  .dockyard .dockpin .pin {
    height: 71px;
    width: 71px;
  }
  .dockyard .dockpin .pin:before {
    height: 41px;
    width: 41px;
  }
  .dockyard .dockpin .pin .circle {
    height: 14px;
    width: 14px;
  }
  .ship-building {
    background: #07366a;
    margin-top: -70px;
  }
  .ship-building .list figcaption {
    padding: 32px 40px;
    width: 54%;
  }
  .ship-building .list figcaption h2 {
    font-size: 1.75rem;
  }
  .ship-building .list figcaption ol li,
  .ship-building .list figcaption ul li {
    font-size: 1rem;
  }
  .ship-building .list figcaption .specification .row .column {
    width: 40%;
  }
  .ship-building .list figure {
    width: 46%;
  }
  .ship-building .slick-arrow {
    bottom: 25px;
    left: 47%;
  }
  .construction .list figure:before {
    background-size: 470px auto;
    width: 470px;
  }
  .construction .list figure img {
    height: 65%;
  }
  .construction .list figcaption {
    padding-right: 40px;
  }
  .construction .list figcaption h2 {
    font-size: 2.265rem;
    padding-right: 60px;
  }
  .construction .list:after {
    background-size: 369px auto;
    width: 369px;
  }
  .construction .slick-arrow {
    bottom: 75px;
  }
  .shipping-service .list figcaption {
    padding: 104px 0 104px 80px;
  }
  .shipping-service .list figcaption h2 {
    font-size: 4.5rem;
  }
  .shipping-service .list figure {
    width: 408px;
  }
  .shipping-service .list figure .more-explore {
    bottom: 15px;
    right: 180px;
  }
  .shipping-specification {
    height: 614px;
  }
  .shipping-specification .bg {
    height: 326px;
  }
  .shipping-specification .wrapper {
    margin: 0 auto;
    width: 672px;
  }
  .shipping-specification .wrapper figcaption {
    padding: 16px;
    top: 48px;
    width: 324px;
  }
  .shipping-specification .shipping-pin {
    bottom: 58px;
    height: 180px;
    width: 615px;
  }
  .shipping-tanker:before {
    background-size: 470px auto;
    opacity: 0.8;
    width: 470px;
  }
  .shipping-tanker:after {
    background-size: 369px auto;
    opacity: 0.8;
    width: 369px;
  }
  .shipping-tanker .wrapper {
    margin: 0 48px;
    padding-bottom: 56px;
    padding-top: 72px;
  }
  .shipping-tanker .box-top {
    margin-bottom: 65px;
  }
  .shipping-tanker .box-top .row .column h3 {
    font-size: 2.625rem;
    padding-right: 20px;
  }
  .shipping-tanker .box-top .row .column:nth-child(2) {
    padding-left: 72px;
  }
  .shipping-tanker .listing-tanker .list {
    margin: 0 12px 24px;
    width: calc(50% - 24px);
  }
  .shipping-tanker .listing-tanker .list h3 {
    font-size: 1.5rem;
  }
  .mid-detail .text-top {
    margin-bottom: 40px;
  }
  .mid-detail .map-shipping figure {
    margin-bottom: 36px;
  }
  .mid-detail .map-shipping__listing--item {
    width: calc(50% - 50px);
  }
  .mid-detail h2 {
    margin-bottom: 20px;
  }
  .mid-detail .fleet-list {
    margin-bottom: 50px;
  }
  .ship-repair {
    padding: 50px 0 0;
  }
  .ship-repair__top,
  .ship-repair__top p {
    margin-bottom: 20px;
  }
  .ship-repair .wrap-table {
    margin-bottom: 0;
  }
  .popup .dockyard-detail-slider .list figcaption {
    font-size: 0.875rem;
  }
  .popup .shipping-service-slider .list .t-top figcaption {
    width: 252px;
  }
  .popup .shipping-service-slider .list .t-top figure {
    width: 350px;
  }
  .popup .shipping-service-slider .list .t-top figure img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .popup .shipping-service-slider .custom-arrow,
  .popup .shipping-service-slider .slick-arrow {
    background-size: 24px auto !important;
    height: 12px;
    margin-left: 50px;
    width: 24px;
  }
  .popup .shipping-service-slider .custom-arrow.c-next,
  .popup .shipping-service-slider .custom-arrow.slick-next,
  .popup .shipping-service-slider .slick-arrow.c-next,
  .popup .shipping-service-slider .slick-arrow.slick-next {
    margin-left: 50px;
  }
  .popup .shipping-tanker-slider .list figcaption {
    padding: 64px 40px 30px;
  }
  .popup .shipping-tanker-slider .list figcaption h2 {
    font-size: 1.5rem;
  }
  .popup .shipping-tanker-slider .slick-arrow {
    background-size: 24px auto !important;
    height: 12px;
    width: 24px;
  }
  .popup .shipping-tanker-slider .slick-arrow.slick-next {
    margin-left: 35px;
  }
  .popup.shipping-detail-popup .wrapper {
    width: 670px;
  }
}
@media (max-width: 768px) {
  .dockyard {
    padding-bottom: 100px;
  }
  .dockyard .wrapper {
    top: 46px;
  }
  .dockyard .dockpin .pin:first-child {
    left: 28.5%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 35%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 46%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    left: 50.5%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    left: 66%;
    top: 50%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    left: 81%;
    top: 33%;
  }
}
@media (max-width: 767px) {
  .dockyard {
    padding-bottom: 160px;
    padding-top: 100px;
  }
  .dockyard .wrapper figcaption h2 {
    font-size: 1.5rem;
  }
  .dockyard .dockpin .pin {
    height: 34px;
    width: 34px;
  }
  .dockyard .dockpin .pin:before {
    height: 20px;
    width: 20px;
  }
  .dockyard .dockpin .pin:hover .circle {
    height: 34px;
    width: 34px;
  }
  .dockyard .dockpin .pin .circle {
    height: 7px;
    width: 7px;
  }
  .dockyard .dockpin .pin .circle:after {
    background-size: 10px auto;
    height: 11px;
    width: 10px;
  }
  .dockyard .dockpin .pin .tooltip {
    font-size: 0.625rem;
    padding: 3px 9px;
  }
  .ship-building {
    margin-top: -127px;
  }
  .ship-building:after {
    background: url(/images/material/Gradient1.png) no-repeat 50% bottom;
    content: "";
    height: 300px;
    left: -20%;
    opacity: 0.7;
    position: absolute;
    top: 89px;
    width: 60%;
  }
  .ship-building .wrapper {
    margin-right: 24px;
    z-index: 3;
  }
  .ship-building .list {
    flex-direction: column;
  }
  .ship-building .list figcaption {
    padding: 30px 20px 32px;
    width: 100%;
  }
  .ship-building .list figcaption h2 {
    font-size: 1.5rem;
  }
  .ship-building .list figcaption ol li,
  .ship-building .list figcaption ul li {
    font-size: 0.938rem;
  }
  .ship-building .list figcaption .specification {
    padding-left: 16px;
  }
  .ship-building .list figcaption .specification .row {
    flex-direction: row;
  }
  .ship-building .list figcaption .specification .row .column.dot {
    flex: 0 0 10px;
  }
  .ship-building .list figure {
    width: 100%;
  }
  .ship-building .slick-arrow.slick-prev {
    background: url(/images/material/arrow-white.png) no-repeat 0 0;
  }
  .construction .list {
    flex-direction: column;
    padding-bottom: 367px;
  }
  .construction .list figure {
    bottom: 0;
    height: 367px;
    top: unset;
    width: 100%;
  }
  .construction .list figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 center;
    object-position: 0 center;
    width: 100%;
  }
  .construction .list figure:before {
    background-position: 0 bottom;
    background-size: auto 100%;
    opacity: 0.5;
    width: 270px;
  }
  .construction .list figcaption {
    padding: 24px 24px 0;
    width: 100%;
  }
  .construction .list figcaption h2 {
    font-size: 1.5rem;
    padding-right: 0;
  }
  .construction .list:after {
    background-size: 269px auto;
    opacity: 0.5;
    right: -15%;
    width: 269px;
  }
  .construction .slick-arrow {
    background-size: 24px auto !important;
    bottom: 345px;
    height: 12px;
    left: 0;
    width: 24px;
  }
  .construction .slick-arrow.slick-prev {
    margin-left: 24px;
    transform: translate(0) rotate(-180deg);
  }
  .construction .slick-arrow.slick-next {
    margin-left: 72px;
  }
  .shipping-service:before {
    background-position: right 0;
    opacity: 0.5;
    width: 100%;
  }
  .shipping-service .list {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .shipping-service .list figcaption {
    padding: 72px 24px 50px;
    width: 100%;
  }
  .shipping-service .list figcaption h2 {
    font-size: 3.5rem;
  }
  .shipping-service .list figcaption p {
    font-size: 0.75rem;
  }
  .shipping-service .list figure {
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
  }
  .shipping-specification {
    height: 479px;
  }
  .shipping-specification .wrapper {
    width: 375px;
  }
  .shipping-specification .wrapper figcaption {
    left: 0;
    margin: auto;
    right: 0;
    top: 56px;
    width: 311px;
  }
  .shipping-specification .wrapper figcaption h3 {
    font-size: 1.125rem;
  }
  .shipping-specification .bg {
    bottom: 30px;
    height: 160px;
  }
  .shipping-specification .shipping-pin {
    bottom: 68px;
    height: 85px;
    width: 310px;
  }
  .shipping-specification .shipping-pin .pin {
    height: 34px;
    width: 34px;
  }
  .shipping-specification .shipping-pin .pin:before {
    height: 20px;
    width: 20px;
  }
  .shipping-specification .shipping-pin .pin .circle {
    height: 7px;
    width: 7px;
  }
  .shipping-specification .shipping-pin .pin .circle:after {
    background-size: 10px auto;
    height: 11px;
    width: 10px;
  }
  .shipping-specification .shipping-pin .pin .tooltip {
    font-size: 0.625rem;
    left: -10px;
    padding: 3px 9px;
  }
  .shipping-specification .shipping-pin .pin:hover .circle {
    height: 34px;
    width: 34px;
  }
  .shipping-specification .shipping-pin .pin:hover .tooltip {
    top: -75%;
  }
  .shipping-tanker:before {
    left: -20%;
  }
  .shipping-tanker:after,
  .shipping-tanker:before {
    background-size: 100% auto;
    opacity: 0.6;
    width: 120%;
  }
  .shipping-tanker:after {
    right: -20%;
  }
  .shipping-tanker .wrapper {
    margin: 0 24px;
    padding-top: 56px;
  }
  .shipping-tanker .box-top {
    margin-bottom: 35px;
  }
  .shipping-tanker .box-top .row .column {
    width: 100%;
  }
  .shipping-tanker .box-top .row .column:nth-child(2) {
    padding-left: 0;
  }
  .shipping-tanker .box-top .row .column h3 {
    font-size: 1.5rem;
  }
  .shipping-tanker .listing-tanker .list {
    margin-bottom: 16px;
    width: 100%;
  }
  .shipping-tanker .listing-tanker .list .btn-arr {
    right: 24px;
    top: 24px;
  }
  .mid-detail:before {
    left: -20%;
  }
  .mid-detail:after,
  .mid-detail:before {
    background-size: 100% auto;
    opacity: 0.6;
    width: 120%;
  }
  .mid-detail:after {
    right: -20%;
  }
  .mid-detail .wrapper {
    margin: 0 24px;
    padding: 40px 0;
  }
  .mid-detail .text-top {
    margin-bottom: 20px;
  }
  .mid-detail .text-top .row .column.column-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mid-detail .map-shipping {
    margin-bottom: 30px;
  }
  .mid-detail .map-shipping figure {
    margin: 0 0 26px;
  }
  .mid-detail .map-shipping__listing {
    margin: 0 24px;
  }
  .mid-detail .map-shipping__listing--item {
    margin: 0 0 15px;
    width: 100%;
  }
  .mid-detail .map-shipping__listing--item img {
    margin: 0 7px;
    max-width: 20px;
  }
  .ship-repair {
    padding: 30px 0 20px;
  }
  .ship-repair .wrapper {
    margin: 0 24px;
  }
  .popup .dockyard-detail-slider .list {
    flex-direction: column;
    height: auto;
  }
  .popup .dockyard-detail-slider .list figcaption {
    font-size: 0.75rem;
    order: 2;
    position: relative;
    width: 100%;
  }
  .popup .dockyard-detail-slider .list figcaption:before {
    background: url(/images/material/shadow-ship-service.png) no-repeat right 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .popup .dockyard-detail-slider .list figure {
    height: 420px;
    order: 1;
    width: 100%;
  }
  .popup .dockyard-detail-slider .slick-arrow {
    background-size: 32px auto !important;
    bottom: unset;
    height: 15px;
    left: 24px;
    top: 380px;
    transform: translateX(0);
    width: 32px;
  }
  .popup .dockyard-detail-slider .slick-arrow.slick-prev {
    background: url(/images/material/arrow-white.png) no-repeat 0 0;
    margin-left: 0;
    transform: translateX(0) rotate(-180deg);
  }
  .popup .dockyard-detail-slider .slick-arrow.slick-next {
    margin-left: 50px;
  }
  .popup .shipping-service-slider .list .t-top {
    flex-direction: column;
  }
  .popup .shipping-service-slider .list .t-top figcaption {
    order: 2;
    padding-bottom: 20px;
    width: 100%;
  }
  .popup .shipping-service-slider .list .t-top figcaption h2 {
    font-size: 3.5rem;
  }
  .popup .shipping-service-slider .list .t-top figcaption p {
    padding-left: 16px;
  }
  .popup .shipping-service-slider .list .t-top figure {
    height: auto;
    order: 1;
    padding-top: 15px;
    position: relative;
    width: 100%;
  }
  .popup .shipping-tanker-slider .list {
    flex-direction: column;
    height: auto;
  }
  .popup .shipping-tanker-slider .list figure {
    height: 369px;
    width: 100%;
  }
  .popup .shipping-tanker-slider .list figcaption {
    background: #fff;
    padding-top: 60px;
    width: 100%;
  }
  .popup .shipping-tanker-slider .slick-arrow {
    background: url(/images/material/arrow-white.png) no-repeat 0 0;
    background-size: 32px auto !important;
    bottom: unset;
    height: 15px;
    left: 24px;
    top: 330px;
    transform: translateX(0);
    width: 32px;
  }
  .popup .shipping-tanker-slider .slick-arrow.slick-prev {
    margin-left: 0;
    transform: translateX(0) rotate(-180deg);
  }
  .popup .shipping-tanker-slider .slick-arrow.slick-next {
    margin-left: 50px;
  }
  .popup.full .close-popup {
    background: url(/images/material/close-fff.png) no-repeat 50%;
  }
  .popup.shipping-detail-popup .wrapper {
    width: 90%;
  }
  .popup.shipping-detail-popup .wrapper .row .column.column-30,
  .popup.shipping-detail-popup .wrapper .row .column.column-70 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .dockyard .dockpin .pin:first-child {
    left: 29.5%;
    top: 50.5%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 36%;
    top: 53.5%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 46.5%;
    top: 60%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    left: 51.5%;
    top: 47%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    left: 66.5%;
    top: 51%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    top: 40%;
  }
}
@media (max-width: 440px) {
  .dockyard .dockpin .pin:first-child {
    left: 29.3%;
    top: 49.5%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 35.6%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    top: 59%;
  }
}
@media (max-width: 420px) {
  .dockyard .dockpin .pin:first-child {
    left: 29%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 35.4%;
    top: 52.5%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    left: 46.2%;
    top: 58%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    left: 51%;
    top: 46%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    left: 66%;
    top: 49%;
  }
}
@media (max-width: 380px) {
  .dockyard .dockpin .pin:first-child {
    left: 28.7%;
    top: 48.5%;
  }
  .dockyard .dockpin .pin:nth-child(2) {
    left: 35.1%;
    top: 51.5%;
  }
  .dockyard .dockpin .pin:nth-child(3) {
    top: 57%;
  }
  .dockyard .dockpin .pin:nth-child(4) {
    top: 45%;
  }
  .dockyard .dockpin .pin:nth-child(5) {
    top: 49%;
  }
  .dockyard .dockpin .pin:nth-child(6) {
    top: 39%;
  }
}

/* Banner Service Shipping - Grid Layout */
.banner-service-shipping {
  position: relative;
  background: linear-gradient(180deg, #e8f1f5 0%, #ffffff 100%);
  padding: 120px 0 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.banner-service-shipping .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 135px;
  width: 100%;
}

.banner-service-shipping .ship-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1650px;
  margin: 0 auto;
}

.banner-service-shipping .ship-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.banner-service-shipping .ship-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.banner-service-shipping .ship-card a {
  display: block;
  text-decoration: none;
}

.banner-service-shipping .ship-image {
  width: 100%;
  height: 280px;
  background: #f5f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
}

.banner-service-shipping .ship-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.banner-service-shipping .ship-card:hover .ship-image img {
  transform: scale(1.05);
}

.banner-service-shipping .ship-name {
  padding: 25px 30px;
  text-align: center;
  background: #ffffff;
}

.banner-service-shipping .ship-name h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a2b3c;
  margin: 0;
  font-family: "Inter", sans-serif;
}

/* Responsive */
@media (max-width: 1599px) {
  .banner-service-shipping .wrapper {
    padding: 0 80px;
  }

  .banner-service-shipping .ship-types-grid {
    gap: 25px;
  }

  .banner-service-shipping .ship-image {
    height: 240px;
    padding: 30px;
  }
}

@media (max-width: 1366px) {
  .banner-service-shipping {
    padding: 100px 0 60px;
  }

  .banner-service-shipping .ship-types-grid {
    gap: 20px;
  }

  .banner-service-shipping .ship-image {
    height: 220px;
  }

  .banner-service-shipping .ship-name h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 1200px) {
  .banner-service-shipping .wrapper {
    padding: 0 60px;
  }

  .banner-service-shipping .ship-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1023px) {
  .banner-service-shipping {
    padding: 80px 0 50px;
  }

  .banner-service-shipping .wrapper {
    padding: 0 40px;
  }

  .banner-service-shipping .ship-image {
    height: 200px;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .banner-service-shipping {
    padding: 60px 0 40px;
  }

  .banner-service-shipping .wrapper {
    padding: 0 20px;
  }

  .banner-service-shipping .ship-types-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .banner-service-shipping .ship-image {
    height: 180px;
    padding: 20px;
  }

  .banner-service-shipping .ship-name {
    padding: 20px;
  }

  .banner-service-shipping .ship-name h3 {
    font-size: 1rem;
  }
}

/* Old Banner Service Styles - Keep for other pages */
.banner-service {
  position: relative;
  background: url("/cfind/source/thumb/images/shipping/shipping-banner.png")
    no-repeat center center;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
}

.banner-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

/* Brighten the background image */
.banner-service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.banner-service figcaption {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: center;
  padding: 0 135px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.banner-service figcaption .infig {
  display: flex;
  align-items: center;
  margin-left: 16%;
  width: 75%;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.banner-service figcaption .infig .cta-section {
  flex-shrink: 0;
  width: 600px;
  margin-right: 21%;
}

.banner-service figcaption .infig .cta-section .sm-title {
  font-size: 16px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease 0.2s forwards;
}

.banner-service figcaption .infig .cta-section h1 {
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: left;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease 0.4s forwards;
}

.banner-service figcaption .infig .cta-section h1 .highlight {
  font-weight: 400;
  color: #ffd966;
  display: inline;
}

.banner-service figcaption .infig .cta-section .wrap-button {
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease 0.6s forwards;
}

.banner-service figcaption .infig .cta-section .wrap-button .cta-button {
  background: transparent;
  border: 2px solid #ffd966;
  color: #ffffff;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.banner-service figcaption .infig .cta-section .wrap-button .cta-button:hover {
  background: #ffd966;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(255, 217, 102, 0.3);
}

.banner-service figcaption .infig p {
  color: #ffffff;
  font-size: 1.188rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
  opacity: 0;
  transform: translateX(20px);
  animation: fadeInRight 0.8s ease 0.8s forwards;
}

/* Keyframes untuk animasi */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive adjustments */
@media (max-width: 1599px) {
  .banner-service figcaption {
    padding: 0 100px;
  }
  .banner-service figcaption .infig {
    margin-left: 25%;
    width: 880px;
  }
  .banner-service figcaption .infig .cta-section {
    flex-shrink: 0;
    width: 300px;
    margin-right: 20%;
  }
  .banner-service figcaption .infig .cta-section h1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 1366px) {
  .banner-service figcaption {
    padding: 0 80px;
  }
  .banner-service figcaption .infig {
    margin-left: 20%;
    /* width: 800px; */
  }
  .banner-service figcaption .infig .cta-section h1 {
    font-size: 2.5rem;
  }
  .banner-service figcaption .infig p {
    font-size: 1.063rem;
  }
}

@media (max-width: 1200px) {
  .banner-service figcaption {
    padding: 0 60px;
  }
  .banner-service figcaption .infig {
    margin-left: 10%;
    width: 700px;
  }
  .banner-service figcaption .infig .cta-section h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 1023px) {
  .banner-service figcaption .infig {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
  }
  .banner-service figcaption .infig .cta-section h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .banner-service figcaption .infig p {
    margin-left: 0;
    padding-left: 20px;
    font-size: 1rem;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .banner-service figcaption {
    padding: 0 30px;
  }
  .banner-service figcaption .infig .cta-section h1 {
    font-size: 1.75rem;
  }
  .banner-service figcaption .infig .cta-section .sm-title {
    font-size: 10px;
  }
  .banner-service figcaption .infig .cta-section .wrap-button .cta-button {
    padding: 12px 24px;
    font-size: 12px;
  }
  .banner-service figcaption .infig p {
    font-size: 0.938rem;
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .banner-service figcaption .infig .cta-section h1 {
    font-size: 1.5rem;
  }
  .banner-service figcaption .infig p {
    font-size: 0.875rem;
  }
}

/* CTA section styles */
.section-cta {
  position: relative;
  /* background image (kapal-gradien.png) */
  background-image: url("/cfind/source/images/kapal-gradien.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 15px;
  overflow: hidden;
}
.section-cta,
.section-cta * {
  /* Ensure CTA uses Inter font everywhere */
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}
.section-cta::before {
  /* slight dark overlay so white text has contrast */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28));
  z-index: 0;
}
.section-cta .cta-inner {
  position: relative;
  z-index: 2;
}
.section-cta .cta-content {
  max-width: 550px;
  padding: 40px 20px;
}
.section-cta .cta-title {
  font-size: 64px;
  font-weight: 800;
  margin: 0 0 12px 0;
  color: #fff;
}
.section-cta .cta-sub {
  margin: 0 0 22px 0;
  color: rgba(255, 255, 255, 0.92);
  max-width: 780px;
  font-size: 16px;
}
.btn.btn-cta {
  /* Make CTA button align and match width of title/subtitle */
  display: block;
  width: 100%;
  max-width: 480px;
  box-sizing: border-box; /* ensure padding included in width */
  padding: 12px 26px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
  background: transparent;
  font-weight: 600;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 120ms ease;
  align-self: flex-start; /* ensure it starts at same left baseline */
}
.btn.btn-cta:hover,
.btn.btn-cta:focus {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .section-cta .cta-title {
    font-size: 48px;
  }
  .section-cta {
    padding: 60px 15px;
  }
}

@media (max-width: 576px) {
  .section-cta .cta-title {
    font-size: 32px;
  }
  .section-cta .cta-content {
    padding: 22px 12px;
  }
  .btn.btn-cta {
    padding: 10px 18px;
  }
}

/* ============================================ */
/* TANKER TABS STYLING */
/* ============================================ */

/* Tab Navigation Container */
.ship-types-container {
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem 0;
}

.ship-types-wrapper {
  width: 100%;
  overflow: hidden;
}

.ship-types-scroll {
  display: flex;
  overflow-x: auto;
  padding: 0 2rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.ship-types-scroll::-webkit-scrollbar {
  height: 6px;
}

.ship-types-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.ship-types-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.ship-types-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Tab Item */
.ship-type-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-width: 150px;
}

.ship-type-item:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.ship-type-item.active {
  opacity: 1;
}

/* Tab Link */
.tanker-tab-trigger {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* Ship Figure and Caption */
.ship-figure {
  width: 100%;
  height: 120px;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.ship-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ship-type-item:hover .ship-figure img {
  transform: scale(1.05) translateY(-4px);
}

.ship-caption {
  padding: 1rem;
  background: #fff;
  text-align: center;
  border-top: 1px solid #eee;
  margin: 0;
}

.ship-label {
  display: block;
  font-size: 1.4rem !important;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.ship-type-item.active .ship-label {
  color: #0066cc;
}

/* Content Panes */
.shipping-tanker-content {
  width: 100%;
}

.tanker-content-pane {
  animation: fadeInUp 0.5s ease;
}

.tanker-content-pane.show {
  animation: fadeInUp 0.5s ease;
}

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

@keyframes slideIn {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
  }
}

/* Detail Section */
.tanker-detail-section {
  width: 100%;
}

.bannerpage.auto {
  min-height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.bannerpage.auto figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.bannerpage.auto figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.bannerpage.auto figcaption {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.bannerpage.auto .infig {
  text-align: center;
  color: white;
}

.bannerpage.auto .title-small {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
  margin-bottom: 1rem;
  display: block;
}

.bannerpage.auto h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Mid Detail Section */
.mid-detail {
  background: #f8f9fa;
  padding: 3rem 0;
}

.mid-detail.dark {
  background: #fff;
}

.service-detail {
  width: 100%;
}

.service-detail__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.service-detail__list h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.service-detail__list p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.5rem;
}

/* Map Shipping */
.map-shipping {
  margin: 3rem 0;
  position: relative;
}

.map-shipping figure {
  width: 100%;
  margin: 0 0 2rem 0;
  border-radius: 8px;
  overflow: hidden;
}

.map-shipping figure img {
  width: 100%;
  height: auto;
  display: block;
}

.map-shipping__listing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.map-shipping__listing--item {
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 6px;
  border-left: 4px solid #0066cc;
  transition: all 0.3s ease;
}

.map-shipping__listing--item:hover {
  background: #efefef;
  transform: translateX(5px);
}

.map-shipping__listing--item img {
  margin: 0 0.5rem;
  vertical-align: middle;
  height: 20px;
}

/* Fleet List */
.fleet-list {
  margin: 3rem 0;
}

.fleet-list h2 {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  color: rgb(91, 75, 138);
}

.fleet-list table {
  width: 100%;
  border-collapse: collapse;
}

.fleet-list table th,
.fleet-list table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.fleet-list table th {
  background: #f0f0f0;
  font-weight: 600;
  color: #333;
}

.fleet-list table tr:hover {
  background: #f5f5f5;
}

.fleet-list.no-margin-bottom {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ship-types-scroll {
    padding: 0 1rem;
  }

  .ship-type-item {
    min-width: 130px;
  }

  .ship-figure {
    height: 100px;
  }

  .bannerpage.auto h1 {
    font-size: 2rem;
  }

  .service-detail__list {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .ship-types-container {
    margin-bottom: 2rem;
    padding: 1rem 0;
  }

  .ship-types-scroll {
    padding: 0 0.5rem;
    gap: 0.75rem;
  }

  .ship-type-item {
    min-width: 110px;
  }

  .ship-figure {
    height: 80px;
  }

  .ship-caption {
    padding: 0.75rem 0.5rem;
  }

  .ship-label {
    font-size: 0.75rem;
  }

  .bannerpage.auto {
    min-height: 300px;
  }

  .bannerpage.auto figcaption {
    min-height: 300px;
  }

  .bannerpage.auto h1 {
    font-size: 1.5rem;
  }

  .bannerpage.auto .title-small {
    font-size: 0.75rem;
  }

  .mid-detail {
    padding: 2rem 0;
  }

  .service-detail__list {
    padding: 0 1rem;
  }

  .service-detail__list h4 {
    font-size: 1.2rem;
  }

  .fleet-list {
    padding: 1rem;
    margin: 2rem 0;
  }

  .map-shipping__listing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ship-type-item {
    min-width: 90px;
  }

  .ship-figure {
    height: 70px;
  }

  .ship-label {
    font-size: 0.7rem;
  }

  .bannerpage.auto h1 {
    font-size: 1.2rem;
  }

  .service-detail__list h4 {
    font-size: 1rem;
  }

  .service-detail__list p {
    font-size: 0.9rem;
  }
}

/* ==========================================
   TANKER TAB SECTION - NEW LAYOUT
   ========================================== */
.shipping-tanker-section {
  background-color: #ffffff;
  position: relative;
}

.tanker-tabs-nav {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 80px;
}

.tanker-tabs-nav::-webkit-scrollbar {
  display: none;
}

.ship-types-scroll {
  display: flex;
  justify-content: center;
  padding: 0 2rem;
  min-width: max-content;
}

.ship-type-item {
  flex: 0 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ship-type-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ship-figure {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  background: transparent;
  transition: all 0.4s ease;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

.ship-figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.6;
  transition: all 0.4s ease;
}

.ship-type-item:hover .ship-figure img {
  transform: scale(1.1) translateY(-4px);
  opacity: 0.8;
}

.ship-type-item.active .ship-figure img {
  opacity: 1;
  transform: scale(1.1) translateY(-4px);
}

.ship-caption {
  width: 80%;
  text-align: center;
  padding: 30px 8px 15px 8px;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 50%, #f8f8f8 100%);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(18, 47, 85, 0.08);
  margin-top: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(18, 47, 85, 0.04);
}

.ship-type-item:hover .ship-caption {
  box-shadow: 0 4px 16px rgba(18, 47, 85, 0.12);
  transform: translateY(-2px);
}

.ship-type-item.active .ship-caption {
  background: linear-gradient(to right, #0a1746 0%, #513670 100%);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(106, 27, 154, 0.4);
  border-bottom: none;
}

.ship-type-item.active .ship-label {
  color: #ffffff;
}

.ship-label {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgb(81, 54, 112);
  display: block;
  white-space: nowrap;
}

/* Tanker Content Wrapper */
.tanker-content-wrapper {
  position: relative;
  z-index: 1;
}

.tanker-content-wrapper .wrapper {
  margin: 0 !important;
  margin-right: 80px !important;
}

.tanker-content-pane {
  animation: fadeInUp 0.5s ease;
}

.tanker-row {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  min-height: 700px;
}

.tanker-row--bulk-carrier {
  background-size: 70%;
}

.tanker-row--harbour-tug {
  min-height: 1000px;
}

.tanker-content-col {
  display: flex;  
  flex-direction: column;
  gap: 1.5rem;
  margin-left: 40%;
  padding-top: 150px;
  padding-bottom: 48px;
  padding-right: 150px;
}

.tanker-detail-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detail-title {
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(to right, #0a1746, #ff00f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.detail-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0066cc;
  margin: 0;
}

.detail-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Text truncation disabled - show full text */
.detail-desc-wrapper {
  position: relative;
}

.read-more-btn {
  background: none;
  border: none;
  color: #0066cc;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
}

.read-more-btn:hover {
  color: #0052a3;
}

.read-more-btn.active {
  display: inline-block !important;
}

.tanker-detail-item ul,
.tanker-detail-item ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-position: outside;
}

.tanker-detail-item ul li,
.tanker-detail-item ol li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
  color: #555;
  line-height: 1.6;
}

/* Action Links for Tanker Details */
.tanker-action-links {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.link-spec-modal,
.link-fleet-modal {
  color: #503671;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.link-spec-modal:hover,
.link-fleet-modal:hover {
  color: #503671;
  text-decoration: underline;
}

.link-divider {
  color: #ccc;
  font-size: 0.95rem;
}

/* Action Buttons for Tanker Details */
.tanker-action-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.btn-spec-modal,
.btn-fleet-modal {
  padding: 12px 28px;
  border: 2px solid #0066cc;
  background: #0066cc;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}

.btn-spec-modal:hover,
.btn-fleet-modal:hover {
  background: #0052a3;
  border-color: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.btn-spec-modal:active,
.btn-fleet-modal:active {
  transform: translateY(0);
}

/* Modal Styling */
.tanker-spec-modal .content-popup,
.tanker-fleet-modal .content-popup {
  max-width: 900px;
  padding: 40px;
}

.modal-title {
  font-size: 2rem;
  font-weight: 700;
  color: #122f55;
  margin: 0 0 2rem 0;
  text-align: center;
}

/* Specification Modal Content */
.spec-image {
  margin: 2rem 0;
  text-align: center;
}

.spec-image figure {
  margin: 0;
  display: inline-block;
  max-width: 100%;
}

.spec-image img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.spec-details {
  margin-top: 2rem;
}

.spec-details h3 {
  font-size: 1.5rem;
  color: #122f55;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: #f5f8fa;
  padding: 1.5rem;
  border-radius: 8px;
}

.spec-item {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.spec-item .arrow {
  color: #0066cc;
  font-weight: 600;
  margin: 0 0.5rem;
}

/* Fleet List Modal Content */
.fleet-table-section {
  margin: 2rem 0;
}

.fleet-section-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #122f55;
  margin-bottom: 1rem;
}

.fleet-table-wrapper {
  overflow-x: auto;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}

.fleet-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9rem;
}

.fleet-table-wrapper table th {
  background-color: #5b4b8a; /* Figma purple */
  color: #ffffff;
  padding: 12px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid #e6e6e6;
}

.fleet-table-wrapper table td {
  padding: 12px;
  border: 1px solid #e6e6e6;
  color: #555;
}

.fleet-table-wrapper table tr:hover {
  background-color: #f5f8fa;
}

.fleet-table-wrapper table tr:nth-child(even) {
  background-color: #fafafa;
}

/* Responsive */
@media (max-width: 768px) {
  .tanker-action-buttons {
    flex-direction: column;
  }

  .btn-spec-modal,
  .btn-fleet-modal {
    width: 100%;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .tanker-spec-modal .content-popup,
  .tanker-fleet-modal .content-popup {
    padding: 20px;
  }

  .modal-title {
    font-size: 1.5rem;
  }

  .spec-image img {
    max-width: 100%;
  }
}

.map-shipping {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.map-shipping figure {
  margin: 0;
  width: 100%;
}

.map-shipping img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.map-shipping__listing {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.map-shipping__listing--item {
  font-size: 0.9rem;
  color: #122f55;
  font-weight: 500;
}

.fleet-list {
  margin: 1.5rem 0;
}

.table-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #122f55;
  margin-bottom: 1rem;
  margin-top: 0;
}

.fleet-list table {
  width: 100%;
  border-collapse: collapse;
}

.fleet-list table th,
.fleet-list table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.fleet-list table th {
  background-color: #f5f8fa;
  font-weight: 600;
  color: rgb(81, 54, 112);
}

.fleet-list table tr:hover {
  background-color: #fafafa;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .tanker-row {
    background-size: 100% auto;
    background-position: center top;
    min-height: auto;
    padding-top: 280px;
  }

  .tanker-content-col {
    margin-left: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .detail-title {
    font-size: 1.5rem;
  }

  .shipping-tanker-section {
    padding: 60px 0 80px;
  }
}

@media (max-width: 768px) {
  .ship-types-scroll {
    gap: 1rem;
    padding: 0 1rem;
  }

  .ship-figure {
    height: 80px;
  }

  .ship-label {
    font-size: 12px;
  }

  .tanker-row {
    gap: 1.5rem;
  }

  .detail-title {
    font-size: 1.3rem;
  }

  .detail-subtitle {
    font-size: 1rem;
  }

  .tanker-content-wrapper .wrapper {
    padding: 0 1rem;
  }
}

/* Center tanker content container on small screens, keep inner items left-aligned */
@media (max-width: 700px) {
  .tanker-content-wrapper .wrapper {
    max-width: 640px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tanker-row {
    padding-top: 220px;
    background-size: 100% auto;
    background-position: center top;
  }
}

@media (max-width: 480px) {
  .ship-types-scroll {
    gap: 0.8rem;
    padding: 0 0.5rem;
  }

  .ship-figure {
    height: 70px;
    padding: 5px;
  }

  .ship-caption {
    padding: 10px 5px;
    margin-top: 5px;
  }

  .ship-label {
    font-size: 11px;
  }

  .detail-title {
    font-size: 1.1rem;
  }

  .detail-subtitle {
    font-size: 0.95rem;
  }

  .detail-desc {
    font-size: 0.9rem;
  }

  .tanker-row {
    gap: 1rem;
  }

  .shipping-tanker-section {
    padding: 40px 0 60px;
  }
}

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