/*
Theme Name: lojistik Teması
Theme URI: https://example.com
Author: --
Author URI: --
Description: Lojistik sitesi için hazırlanmış tema
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landing-theme
*/

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Red Hat Display", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #002145;
  text-rendering: optimizeLegibility;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Helpers */
.stroke {
  color: transparent;
  -webkit-text-stroke: 3px white;
}

.text-line {
  background-color: #f0dc00;
  display: inline-block;
  height: 1px;
  left: -9.5rem;
  margin: -1px 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 8.5rem;
}
.section-divider {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #002145;
  transform: skewY(-3deg);
  transform-origin: left;
  z-index: -1;
}
.gray-stroke {
  color: transparent;
  -webkit-text-stroke: 3px rgb(176, 176, 176);
}
.section-title {
  font-size: 8.25rem;
  font-weight: 900;
}
.section-description {
  font-size: 4.75rem;
  font-weight: 200;
  margin-bottom: 6rem;
  position: relative;
}

:not(.text-center) > .section-description::after {
  content: "";
  position: absolute;
  top: 14%;
  left: -15%;
  width: 150px;
  height: 2px;
  background-color: #f0dc00;
}
.dark-text {
  color: #353535;
}
.white-text {
  color: #ffffff;
}
.text-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.bold {
  font-weight: 900;
}

.opacity-25 {
  opacity: 0.25;
}
.uppercase {
  text-transform: uppercase;
}

.bold-with-line {
  font-weight: 900;
  background-image: linear-gradient(-180deg, transparent 35%, #f0dc00 0);
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 100% 2.5rem;
}
.container {
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.white-text {
  color: white;
}

.text-container {
  width: 66.66%;
  position: relative;
}
.grid {
  display: grid;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-img {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 100;
}

.section-img > img {
  height: 250px;
  width: 200px;
  object-fit: contain;
}

.section-img-abs {
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
}

.section-img-abs > img {
  height: 250px;
  width: 200px;
  object-fit: contain;
}

.abs-line-left {
  top: -20%;

  left: -10.5rem;
  position: absolute;
  width: 8.5rem;
  z-index: 2;
  height: auto;
  scale: 1.5;
}

.reviews-section .abs-line-left {
  top: -55%;
}

/* Contact Page */
#main-content-contact {
  background-color: #f7f5f3;
}

.bg-main {
  background-color: #f7f5f3;
}
/* Header */

/* Hero Section */
.hero-section {
  width: 100%;
  height: 120vh;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
}

.hero-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Dark overlay for better text readability */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Hero Content */
.hero-content {
  position: absolute;
  top: 40%;
  left: 37%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
}

.hero-title {
  font-size: 10rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 0.95;
  animation: fadeInUp 1s ease-out;
  text-transform: uppercase;
  white-space: pre-line;
  text-align: start;
  word-spacing: 100vw;
}

.hero-subtitle {
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.3s both;
  text-align: start;
  font-weight: 700;
  font-size: 3rem;
}

/* Skewed Container - Our Services */
.skewed-img-item::after {
  content: "";
  position: absolute;

  top: 10px;
  left: 10px;

  width: calc(100% - 20px);
  height: calc(100% - 20px);

  background-color: rgba(255, 255, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* Hover effect */
.skewed-img-item:hover::after {
  opacity: 1;
}

.skewed-img-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.services-text {
  font-size: 2.5rem;
  color: white;
  line-height: 1.3;
  font-weight: 300;
  padding-block: 4rem;
}
.skewed-img-item img {
  filter: brightness(50%);
}
.line-button-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.line-button-container::before {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #f0dc00;
  margin-right: 20px;
}

.skewed-button {
  display: inline-flex;
  align-items: center;
  padding: 16px 30px;
  background-color: #f0dc00;
  color: #343535;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.8rem;
  transform: skewX(-10deg);

  transition: background-color 0.3s ease;
}

.arrow-icon {
  font-size: 1.5rem;
  margin-left: 5px;
  line-height: 1;
}
/* Services Section */
.services-section {
  padding: 8rem 0;
  background-color: #002145;
  position: relative;
  padding-bottom: 16rem;
}
.services-section .abs-line-left {
  top: -12%;
}
.services-text-container {
  grid-column: 2 / 4;
}
.services-grid {
  aspect-ratio: 8 / 11;
}
.services-grid .skewed-img-item:nth-of-type(1) {
  transform: skew(0, -3deg);
}

.services-grid .skewed-img-item:nth-of-type(2) {
  transform: skew(0, 3deg);
}

.services-grid .skewed-img-item:nth-of-type(3) {
  background-color: green;
  transform: skew(0, 3deg);
  grid-column: 2 / 3;
}

.services-grid .skewed-img-item:nth-of-type(4) {
  transform: skew(0, -3deg);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
/* About Section */
.about-section {
  padding-top: 8rem;
  background-color: #f7f5f3;
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}

.about-section-img-first {
  width: 65%;
  -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  top: -2rem;
  transform: scale(1.3);
  transform-origin: top left;
  z-index: 0;
  position: relative;
}
.about-section-img-second {
  width: 65%;
  -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  top: -2rem;
  transform: scale(1.3);
  transform-origin: top right;
  z-index: 0;
  position: relative;
}
.about-section-container-first {
  display: flex;
  position: relative;
  align-items: stretch;
  margin-bottom: 4rem;
}

.about-slash-img {
  display: block;
  height: 100%;
  margin: 0;
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  width: auto;
}

.about-slash-img-second {
  display: block;
  height: 100%;
  margin: 0;
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  width: auto;
  transform: rotateX(180deg) rotateY(180deg);
}
/* Text Section Styling */
.about-text-section-first {
  flex: 1;
  max-width: 35%;
  padding: 60px 40px; /* Padding inside the text box */
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 1;
  position: relative;
}

.about-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
}

.about-description {
  font-size: 1.75rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555;
}

/* Call to Action (Button and Underline) Styling */
.about-call-to-action {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.about-underline {
  height: 2px;
  width: 100%; /* Estimated length of the yellow line */
  background-color: #ffda00; /* Yellow color from the image */
  margin-right: 15px;
}

.about-button {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  background-color: #ffda00; /* Yellow button background */
  color: #333; /* Dark text color */
  text-decoration: none;
  font-weight: 300;
  border-radius: 3px;
  transition: background-color 0.3s;
  white-space: nowrap; /* Prevent text wrapping */
  font-size: 2rem;
  transform: skew(-10deg);
}

.about-arrow {
  margin-left: 10px;
  font-size: 0.8em;
  line-height: 1;
}

/* Facts Section */
.facts-section {
  padding-top: 16rem;
  background-color: #002145;
  position: relative;
  padding-bottom: 18rem;

  z-index: 1;
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.facts-section::before {
  content: "";
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 250px;
  background-color: #f0dc00;
  z-index: 1;
}
.badge-container {
  position: relative;
  width: 690px;
  height: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  position: absolute;
  width: 600px;
  height: 600px;
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-progress {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.circle-progress circle {
  fill: none;
  stroke: #ffd700;
  stroke-width: 8;
  stroke-dasharray: 1885;
  stroke-dashoffset: 1885;
}

/* Animation will be applied when this class is added */
.circle-progress.animate circle {
  animation: fillCircle 2s ease-out forwards;
}

@keyframes fillCircle {
  0% {
    stroke-dashoffset: 1885;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* @keyframes fillCircle {
  0% {
    stroke-dashoffset: 1885;
  }
  100% {
    stroke-dashoffset: 0;
  }
} */

.content {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: -60px;
}

.ships-text {
  color: #ffffff;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.number {
  color: #ffffff;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -5px;
}
.badge-absolute-icon {
  z-index: 5;
  position: absolute;
  bottom: -5%;
  height: 200px;
}
/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.facts-section .grid {
  gap: 2rem;
  row-gap: 6rem;
  margin-bottom: 4rem;
}

/* Innovations Section */
.innovations-section {
  padding-top: 8rem;
  background-color: #f7f5f3;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

.innovations-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 4rem;
}
.innovations-container > div {
  aspect-ratio: 9/12;
}
.innovations-img-item {
  aspect-ratio: 9/12;
}
.innovations-text-item > img {
  width: 35%;
  height: auto;
}

.innovations-text-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 1.25rem;
  font-weight: 200;
  text-align: center;
  padding-inline: 1rem;
}
.innovations-colored-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #002145;
  font-size: 1.25rem;
  color: white;
  text-align: center;
  padding-inline: 1rem;
}
.innovations-colored-item > h2 {
  font-weight: 700;
  font-size: 3rem;
}
.innovations-colored-item > a {
  font-weight: 700;
  font-size: 3rem;
  text-decoration: none;
  color: wheat;
  position: relative;
}

.innovations-colored-item > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -5px;
  left: 0;
  background-color: wheat;
  transition: width 0.3s ease-out;
}

.innovations-colored-item > a:hover::after {
  width: 100%;
}
.innovations-colored-item > a:hover {
  color: orange;
}

.innovations-title {
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 2.25rem;
}

.innovations-container > div:nth-child(1) {
  transform: skew(0, 3deg) !important;
}

.innovations-container > div:nth-child(2) {
  transform: skew(0, -3deg) !important;
}

.innovations-container > div:nth-child(3) {
  transform: skew(0, 3deg) !important;
}

.innovations-container > div:nth-child(4) {
  transform: skew(0, 3deg) !important;
}
.innovations-container > div:nth-child(5) {
  transform: skew(0, -3deg) !important;
}
.innovations-container > div:nth-child(6) {
  transform: skew(0, 3deg) !important;
}
/* Unskew the inner content (but only if the div doesn’t contain an image) */
.innovations-container > div:not(:has(img)) > * {
  display: inline-block;
}

/* Unskew only if the div contains an <h2> */
.innovations-container > div:has(h2) > * {
  display: inline-block;
}

/* Apply opposite skew to cancel the parent’s transform */
.innovations-container > div:nth-child(1):has(h2) > * {
  transform: skew(0, -3deg) !important;
}
.innovations-container > div:nth-child(2):has(h2) > * {
  transform: skew(0, 3deg) !important;
}
.innovations-container > div:nth-child(3):has(h2) > * {
  transform: skew(0, -3deg) !important;
}
.innovations-container > div:nth-child(4):has(h2) > * {
  transform: skew(0, -3deg) !important;
}
.innovations-container > div:nth-child(5):has(h2) > * {
  transform: skew(0, 3deg) !important;
}
.innovations-container > div:nth-child(6):has(h2) > * {
  transform: skew(0, -3deg) !important;
}

/* Updates Section */
.updates-section {
  padding-top: 16rem;
  background-color: #002145;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}
.updates-section::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 250px;
  background-color: #f0dc00;
  z-index: 1;
}
/* Swiper wrapper that allows overflow */
.swiper-wrapper-outer {
  position: relative;
  width: 126%;
  overflow: hidden;
  margin-top: 2rem;
}

.updates-swiper {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

/* Make swiper extend beyond container to the right */
.updates-swiper {
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50% + 2rem);
}
.updates-swiper-next,
.updates-swiper-prev {
  background-color: #ffd700;
  width: 50px;
  height: 50px;
  border: 1px solid #ffd700;
  transform: skew(-10.0002deg, 0deg);
  font-weight: 900;
  font-size: 1.4rem;
  transition: transform 0.3s ease-out;
}

.updates-swiper-next:hover,
.updates-swiper-prev:hover {
  transform: skew(-10.0002deg, 0deg) scale(1.05);

  background-color: #e5c100;
}

.swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.swiper-button-container {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* Update Card */
.update-card {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.update-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px);
}

.update-card img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 50rem;
  filter: brightness(50%);
}

.card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 2.5%;
  left: 2.5%;
}

.card-content h3 {
  font-size: 2.75rem;
  font-weight: 900;
  color: white;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.card-category {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Reviews Section */
.reviews-section {
  padding-top: 8rem;
  background-color: #f7f5f3;
  position: relative;
  z-index: 1;
  padding-bottom: 12rem;
}
.reviews-section::before {
  content: "";
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 250px;
  background-color: #f0dc00;
  z-index: 1;
}
.reviews-container {
  display: flex;
  align-items: flex-start;
  background-color: #f8f7f5;
  padding: 20px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 1200px; /* Add max-width to contain everything */
}

.reviews-yellow-line {
  margin-right: 20px;
  width: 60px; /* Fixed width instead of percentage */
  flex-shrink: 0; /* Prevent shrinking */
}

.reviews-yellow-line img {
  display: block;
  width: 100%;
  height: auto;
}

/* Swiper specific styles */
.reviews-swiper-container {
  flex: 1; /* Take remaining space */
  max-width: calc(100% - 80px); /* Account for image width + margin */
  position: relative;
  overflow: hidden; /* Ensure content doesn't overflow */
}

.reviews-content {
  width: 100%;
  padding-right: 60px; /* Add padding for navigation buttons */
}

.reviews-quote {
  font-size: 2rem;
  color: #818181;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.reviews-author {
  font-size: 1em;
  color: #888;
  font-weight: bold;
}

/* Navigation buttons */
.reviews-swiper-next,
.reviews-swiper-prev {
  background-color: #ffd700;
  width: 50px;
  height: 50px;
  border: 1px solid #ffd700;
  transform: skew(-10.0002deg, 0deg);
  font-weight: 900;
  font-size: 1.4rem;
  transition: transform 0.3s ease-out;
}

.reviews-swiper-next:hover,
.reviews-swiper-prev:hover {
  transform: skew(-10.0002deg, 0deg) scale(1.05);

  background-color: #e5c100;
}

.reviews-swiper-pagination .swiper-pagination-bullet {
  background: #818181;
  opacity: 0.5;
}

.reviews-swiper-pagination .swiper-pagination-bullet-active {
  background: #ffc107;
  opacity: 1;
}
/*More Info Section */
.more-info-section {
  padding-top: 8rem;
  background-color: #002145;
  position: relative;
  z-index: 1;
}
.more-info-section::before {
  content: "";
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 250px;
  background-color: #f0dc00;
  z-index: 1;
}
/* Footer */
footer {
  background: linear-gradient(180deg, #002145, #002145 50%, #131517);
  color: #ffffff;
  padding: 60px 20px 30px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.footer-left,
.footer-right {
  flex: 1;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

.footer-center {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}

.footer-title {
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 10px 0;
  color: #ffffff;
}

.footer-phone,
.footer-email {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.footer-phone:hover,
.footer-email:hover {
  opacity: 0.8;
}

.footer-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.footer-company {
  font-size: 16px;
  color: #ffffff;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-link {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}
/* Mobile optimization */
@media (max-width: 806px) {
  /* General Adjustments */
  .bold-with-line {
    font-weight: 900;
    background-image: linear-gradient(-180deg, transparent 35%, #f0dc00 0);
    background-position: 0 85%;
    background-repeat: no-repeat;
    background-size: 100% 1.2rem;
  }
  :not(.text-center) > .section-description::after {
    left: -46%;
  }
  .section-description {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .section-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 900;
  }
  .text-container {
    width: 100%;
    font-size: 1rem;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 2rem;
  }
  .skewed-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    background-color: #f0dc00;
    color: #343535;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.4rem;
    transform: skewX(-10deg);
    transition: background-color 0.3s ease;
  }
  .hero-section {
    height: 100svh; /* Use svh for mobile browsers */
  }
  .section-img-abs > img {
    height: 200px;
    width: 150px;
    object-fit: contain;
  }
  .section-img-abs {
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-img > img {
    height: 150px;
    width: 100px;
  }
  .stroke {
    color: transparent;
    -webkit-text-stroke: 1px white;
  }
  .gray-stroke {
    color: transparent;
    -webkit-text-stroke: 1.5px rgb(176, 176, 176);
  }
  .facts-section::before {
    top: -2%;
    height: 150px;
  }
  .section-divider {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    background: #002145;
    transform: skewY(-2deg);
    transform-origin: left;
    z-index: -1;
  }
  .section-divider {
    height: 32px;
  }
  /* Header */
  .header-container {
    padding-block: 3rem;
    padding-inline: 1.4rem;
  }
  .header-logo-text {
    font-size: 1rem;
  }
  .header-menu-text {
    font-size: 1rem;
  }
  /* Hero */
  .hero-title {
    font-size: 12vw;
    text-align: center;
  }
  .hero-subtitle {
    font-size: 7vw;
    text-align: center;
  }
  .hero-content {
    left: 50%;
  }
  /* Services */
  .services-section {
    padding-bottom: 8rem;
    padding-top: 2rem;
  }
  .services-section .abs-line-left {
    top: -14%;
    left: -9.5rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-grid .skewed-img-item:nth-of-type(3) {
    grid-column: auto !important;
    transform: skew(0, -3deg);
  }
  .services-grid .skewed-img-item:nth-of-type(4) {
    grid-column: auto;
    transform: skew(0, 3deg);
  }
  .services-text-container {
    grid-column: 1/3;
  }
  .services-text {
    font-size: 1.4rem;
  }

  /* About */
  .about-section .abs-line-left {
    top: -7%;
    left: -7.5rem;
    position: absolute;
    width: 7.5rem;
    z-index: 2;
    height: auto;
    scale: 1.5;
  }
  .about-section .section-img-abs {
    top: -6%;
  }
  .about-section-container-first {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: stretch;
    margin-bottom: 4rem;
  }
  .about-section-img-first {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    top: 0;
  }
  .about-section-img-second {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    top: 0;
  }
  .about-text-section-first {
    flex: 1;
    max-width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    background-color: white;
    z-index: 1;
    position: relative;
    order: 2s;
  }
  .about-slash-img,
  .about-slash-img-second {
    display: none;
  }

  .about-title {
    font-size: 2rem;
  }
  .about-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #555;
    font-weight: 600;
  }
  .about-button {
    padding: 10px 15px;

    font-size: 1.25rem;
    transform: skew(-10deg);
  }

  /* Facts Section */
  .facts-section {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .facts-section::before {
    top: -2%;
    height: 113px;
  }
  .facts-section p {
    margin-top: 0 !important;
  }
  .facts-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .badge-container {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }

  .circle {
    position: absolute;
    width: 260px; /* Scaled from 600px */
    height: 260px; /* Scaled from 600px */
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .circle-progress {
    position: absolute;
    width: 260px; /* Scaled from 600px */
    height: 260px; /* Scaled from 600px */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .circle-progress circle {
    fill: none;
    stroke: #ffd700;
    stroke-width: 3.5px; /* Scaled from 8px */
    stroke-dasharray: 2000; /* Calculated for 260px diameter (pi * 260 approx 816.8) */
    stroke-dashoffset: 2000;
  }

  /* Animation will be applied when this class is added */
  .circle-progress.animate circle {
    animation: fillCircle 2s ease-out forwards;
  }

  @keyframes fillCircle {
    0% {
      stroke-dashoffset: 817; /* Updated to match new dasharray */
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  .content {
    position: relative;
    text-align: center;
    z-index: 2;
    margin-top: -26px; /* Scaled from -60px */
  }

  .ships-text {
    color: #ffffff;
    font-size: 18px; /* Scaled from 42px */
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 4px; /* Scaled from 10px */
  }

  .number {
    color: #ffffff;
    font-size: 80px; /* Scaled from 180px */
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px; /* Scaled from -5px */
  }

  .badge-absolute-icon {
    z-index: 5;
    position: absolute;
    bottom: -5%;
    height: 87px; /* Scaled from 200px */
  }
  .watermark-icon {
    display: none;
  }

  /* Innovations Section */
  .innovations-section {
    padding-top: 4rem;
  }
  .innovations-section .section-img-abs {
    top: -6%;
  }
  .innovations-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .innovations-text-item {
    padding: 1rem;
  }
  .innovations-container > div:nth-child(1) {
    transform: none !important;
  }

  .innovations-container > div:nth-child(2) {
    transform: none !important;
  }

  .innovations-container > div:nth-child(3) {
    transform: none !important;
  }

  .innovations-container > div:nth-child(4) {
    transform: none !important;
  }

  .innovations-container > div:nth-child(5) {
    transform: none !important;
  }

  .innovations-container > div:nth-child(6) {
    transform: none !important;
  }

  /* Unskew the inner content (but only if the div doesn’t contain an image) */
  /* The 'display: inline-block' here is not related to skew, so it remains */
  .innovations-container > div:not(:has(img)) > * {
    display: inline-block;
  }

  /* Unskew only if the div contains an <h2> */
  /* The 'display: inline-block' here is not related to skew, so it remains */
  .innovations-container > div:has(h2) > * {
    display: inline-block;
    text-align: center;
  }
  .innovations-container > div:nth-child(1):has(h2) > * {
    transform: none !important;
  }
  .innovations-container > div:nth-child(2):has(h2) > * {
    transform: none !important;
  }
  .innovations-container > div:nth-child(3):has(h2) > * {
    transform: none !important;
  }
  .innovations-container > div:nth-child(4):has(h2) > * {
    transform: none !important;
  }
  .innovations-container > div:nth-child(5):has(h2) > * {
    transform: none !important;
  }
  .innovations-container > div:nth-child(6):has(h2) > * {
    transform: none !important;
  }

  /* Updates Section */
  .updates-section {
    padding-top: 4rem;
  }
  .updates-section::before {
    height: 150px;
    top: -7%;
  }
  .swiper-wrapper-outer {
    width: 100%;
  }
  .update-card {
    height: 500px;
  }
  .card-content h3 {
    font-size: 1.25rem;
  }
  .line-button-container {
    width: 100% !important;
  }

  /* Reviews Section */
  .reviews-section::before {
    height: 150px;
    top: -10%;
  }
  .reviews-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .reviews-container {
    width: 100%;
  }
  .reviews-content {
    padding-right: 0;
  }
  .reviews-quote {
    text-align: left;
  }
  .reviews-section .swiper {
    margin-left: 0;
  }
  .reviews-yellow-line {
    width: 20px;
  }
  .reviews-quote {
    font-size: 1rem;
  }
  .reviews-author {
    font-size: 0.95rem;
    text-align: left;
  }

  /* More Info Section */
  .more-info-section::before {
    height: 150px;
    top: -7%;
  }
  .more-info-section {
    padding-top: 4rem;
  }
  .about-text-section-first {
    order: 2;
  }
  .more-info-section .container {
    padding-inline: 4rem;
  }

  .more-info-section :not(.text-center) > .section-description::after {
    left: -58%;
  }
  /* Footer */
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer-content > * {
    text-align: center;
  }
  .footer-title {
    font-size: 1rem;
  }
}
@media (min-width: 807px) and (max-width: 1200px) {
  .innovations-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 806px) and (max-width: 1398px) {
  .hero-title {
    font-size: 10vw;
  }
  .hero-content {
    left: 47%;
  }

  .badge-container {
    position: relative;
    width: 414px; /* 517.5px * 0.8 */
    height: 414px; /* 517.5px * 0.8 */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle {
    position: absolute;
    width: 360px; /* 450px * 0.8 */
    height: 360px; /* 450px * 0.8 */
    border: 1.2px solid rgba(255, 215, 0, 0.3); /* 1.5px * 0.8 */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .circle-progress {
    position: absolute;
    width: 360px; /* 450px * 0.8 */
    height: 360px; /* 450px * 0.8 */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .circle-progress circle {
    fill: none;
    stroke: #ffd700;
    stroke-width: 4.8; /* 6 * 0.8 */

    /* dash-array: 2413.75 * 0.8 = 1931.0 */
    stroke-dasharray: 1931;
    /* dash-offset: 413.75 * 0.8 = 331.0 */
    stroke-dashoffset: 331;
  }

  .circle-progress.animate circle {
    animation: fillCircle 2s ease-out forwards;
  }

  @keyframes fillCircle {
    0% {
      /* 1413.75 * 0.8 = 1131.0 */
      stroke-dashoffset: 1131;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  .content {
    position: relative;
    text-align: center;
    z-index: 2;
    margin-top: -36px; /* -45px * 0.8 */
  }

  .ships-text {
    color: #ffffff;
    font-size: 25.2px; /* 31.5px * 0.8 */
    font-weight: 300;
    letter-spacing: 0.6px; /* 0.75px * 0.8 */
    margin-bottom: 6px; /* 7.5px * 0.8 */
  }

  .number {
    color: #ffffff;
    font-size: 108px; /* 135px * 0.8 */
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px; /* -3.75px * 0.8 */
  }

  .badge-absolute-icon {
    z-index: 5;
    position: absolute;
    bottom: -5%;
    height: 120px; /* 150px * 0.8 */
  }
  .about-section-img-first {
    width: 40%;
  }
  .about-text-section-first {
    max-width: 60%;
  }
  .about-section-img-second {
    width: 42%;
  }
}
@media (min-width: 1399px) {
  .innovations-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*------------------------------------------------------------------
 * Single Post Hero (Based on your design)
 *------------------------------------------------------------------*/

.post-hero {
  position: relative;
  padding: 120px 0;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0 100%);
}

/* Dark overlay from the image */
.post-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.post-hero .container {
  position: relative;
  z-index: 2;
}

/* Title styling to match "UPDATES" */
.post-hero-title {
  font-size: 7.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* On smaller screens, reduce title size */
@media (max-width: 768px) {
  .post-hero {
    min-height: 300px;
    padding: 80px 0;
  }
  .post-hero-title {
    font-size: 2.5rem;
  }
}

/*------------------------------------------------------------------
 * Main Content Area Styling
 *------------------------------------------------------------------*/

/* Light gray background for the main area */
.site-main.single-post {
  background-color: #f7f5f3; /* Light gray bg */
  margin-top: -6vw;

  padding: calc(-2px + 6vw) 0 60px 0;
  padding-top: 2rem;
}

/* White "card" for the article content */
.post-content-wrapper {
  padding: 40px;
  border-radius: 5px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .post-content-wrapper {
    padding: 25px;
  }
}

/* Post Meta (Date, Author, Categories) */
.post-meta {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.9rem;
  color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.post-meta span {
  display: inline-block;
}

.post-meta a {
  color: #343a40;
  text-decoration: none;
}
.post-meta a:hover {
  text-decoration: underline;
}

/* Post Content */
.post-content {
  line-height: 1.75;
  color: #212529;
}

.post-content p {
  margin-bottom: 1.5em;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 600;
}

/* Post Tags */
.post-tags {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  font-size: 0.9rem;
}

.post-tags strong {
  margin-right: 5px;
}

.post-tags a {
  display: inline-block;
  background-color: #f1f3f5;
  padding: 5px 12px;
  border-radius: 20px;
  text-decoration: none;
  color: #495057;
  margin-right: 5px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}
.post-tags a:hover {
  background-color: #e9ecef;
  color: #000;
}

/* Post Navigation (Prev/Next) */
.post-navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  font-weight: 600;
}

.post-navigation a {
  text-decoration: none;
  color: #0d6efd;
}
.post-navigation a:hover {
  text-decoration: underline;
}

.nav-previous {
  text-align: left;
}
.nav-next {
  text-align: right;
}

/* Contact Page */
.contact-page .container {
  padding-top: 4rem;
}
.contact-container {
  display: flex;
  gap: 2rem;
}

.contact-container .post-content {
  width: 50%;
}

.contact-form-container {
  background: #fff;
  padding: 50px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 100%;
  margin-top: -15rem;
}

.contact-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

.contact-field {
  position: relative;
  margin-bottom: 35px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 1rem;
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
}

.contact-input:focus,
.contact-textarea:focus {
  border-bottom-color: #000;
}

.contact-label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 1rem;
  color: #666;
  pointer-events: none;
  transition: 0.2s ease all;
}

.contact-input:focus + .contact-label,
.contact-input:not(:placeholder-shown) + .contact-label,
.contact-textarea:focus + .contact-label,
.contact-textarea:not(:placeholder-shown) + .contact-label {
  top: -14px;
  font-size: 0.85rem;
  color: #000;
}

.contact-button {
  display: inline-block;
  background: #f5c400; /* You can change this to your theme color */
  color: #000;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease background;
}

.contact-button:hover {
  background: #e0b600;
}
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 2rem;
  }
  .post-content {
    width: 100% !important;
  }
  .contact-form-container {
    margin-top: 0;
  }
}
