* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #000000;
  color: white;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

@font-face {
  font-family: "Safiro";
  src: url("./assets/fonts/Safiro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Safiro";
  src: url("./assets/fonts/Safiro-Medium.otf") format("opentype");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Safiro";
  src: url("./assets/fonts/Safiro-SemiBold.otf") format("opentype");
  font-weight: 600; /* SemiBold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Safiro";
  src: url("./assets/fonts/Safiro-Bold.otf") format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

/* Font Face for Be Vietnam Pro */
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./assets/fonts/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Font Face for Canicule Display v0.2 */
@font-face {
  font-family: "Canicule Display v0.2";
  src: url("./assets/fonts/CaniculeDisplayv0.2-LightItalic.ttf") format("truetype");
  font-weight: 300; /* Light */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Canicule Display v0.2";
  src: url("./assets/fonts/CaniculeDisplayv0.2-MediumItalic.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Safiro-Medium";
  src: url("./assets/fonts/Safiro-Medium.otf") format("opentype");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Safiro-Bold";
  src: url("./assets/fonts/Safiro-Bold.otf") format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

.ldp-footer__contact-description:hover,
.ldp-footer__link:hover, .ldp-footer__copyright:hover {
    color: #3eb7b0;
}


.ldp-container h2 {
    font-family: 'Canicule Display v0.2', Arial, Helvetica, sans-serif;
}

/* Container for centering content */
.ldp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Section Start */
.ldp-header {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.ldp-header__icon {
  margin-right: 20px;
}

.ldp-header__icon img {
  height: 30px;
}
/* Header Section End */

/* Hero Section Start */
.ldp-hero {
  padding: 80px 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0;
}

.ldp-hero__title {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  min-height: 70px;
  width: 100%;
  font-family: "Safiro";
  font-weight: 700;
}

.ldp-hero__text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 70px;
  max-width: 100%;
}

.ldp-hero__text-item {
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .ldp-hero__text-item {
    font-size: 60px;
  }
}

.ldp-hero__text-item:nth-child(1) {
  animation-name: rotating-text-1;
}

@keyframes rotating-text-1 {
  0% {
    transform: translate(-50%, 50%);
    opacity: 0;
  }
  33% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
}

.ldp-hero__text-item:nth-child(2) {
  animation-name: rotating-text-2;
}

@keyframes rotating-text-2 {
  33% {
    transform: translate(-50%, 50%);
    opacity: 0;
  }
  66% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
}

.ldp-hero__text-item:nth-child(3) {
  animation-name: rotating-text-3;
}

@keyframes rotating-text-3 {
  66% {
    transform: translate(-50%, 50%);
    opacity: 0;
  }
  99% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ldp-hero__marquee {
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
  z-index: 2;
}

.ldp-hero__marquee-inner {
  display: flex;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}

.ldp-hero__marquee-text {
  font-family: "Safiro", Arial, Helvetica, sans-serif;
  font-size: 20px; /* Mobile */
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.035em;
  margin: 0 30px;
}

@media (min-width: 768px) {
  .ldp-hero__marquee-text {
    font-size: 54px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ldp-hero__content {
  width: 100%;
  max-width: 1200px;
  padding: 30px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.ldp-hero__content-text-container {
  max-width: 1200px;
  text-align: center;
  margin-bottom: 20px;
}

.ldp-hero__content-text {
  font-family: "Safiro-Medium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px !important; /* Mobile font size - force override */
  line-height: 28px !important;
  margin: 0;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .ldp-hero__content-text {
    font-size: 49.7px;
    line-height: 64px;
    padding: 0 20px;
  }
}

.ldp-hero__content-image-container {
  max-width: 100px;
  text-align: center;
}

.ldp-hero__content-image {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ldp-hero__tagline {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 20px 0 0;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .ldp-hero__tagline {
    font-size: 24px;
    line-height: 32px;
  }
}

.ldp-hero__get-in-touch {
  position: fixed;
  top: 50px;
  right: 0;
  background-color: #00ff00;
  color: black;
  padding: 20px 10px;
  border-radius: 10px 0 0 10px;
  z-index: 100;
}

.ldp-hero__get-in-touch-text {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 500;
}

.ldp-what-we-do__title-large {
    font-size: 30px; /* Mobile */
  }

@media (min-width: 768px) {
  .ldp-what-we-do__title-large {
    font-size: 75px; /* Desktop */
  }
}

.ldp-what-we-do__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .ldp-what-we-do__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.ldp-what-we-do__see-all-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: flex-end;
  margin-left: 0; /* Mobile */
  margin-bottom: 40px; /* Khoảng cách dưới */
}


.ldp-what-we-do__see-all {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1.75em;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) .0625em;
    transition: background-size 0.2s linear var(--background-delay, 0.15s);
    transform: translateZ(0);
    border: none;
    font-size: 16px;
    font-family: Plus Jakarta Sans, Arial, Helvetica, sans-serif;
    color: #06b4a3;
    background-image: linear-gradient(0deg, #06b4a3 0%, #06b4a3 100%);
}

.ldp-what-we-do__see-all:hover {
    --background-size: 0%;
    --background-delay: 0s;
    text-decoration: none;
}

.ldp-what-we-do__see-all-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    margin-left: 10px;
    transform: rotate(0deg); /* Ban đầu hướng chéo xuống */
}

.ldp-what-we-do__see-all:hover + .ldp-what-we-do__see-all-icon {
    transform: rotate(315deg); /* Khi hover thì vuông ra */
}

@media (min-width: 768px) {
  .ldp-what-we-do__see-all-wrapper {
    margin-left: -50px; /* Desktop */
    margin-bottom: 0;
  }
}

.ldp-what-we-do__see-all {
  color: #07d2bf;
  font-size: 12px;
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif;
}

.ldp-what-we-do__see-all-icon {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.ldp-what-we-do__items {
  padding-left: 0; /* Mobile */
}

@media (min-width: 768px) {
  .ldp-what-we-do__items {
    padding-left: 100px; /* Desktop */
  }
}

.ldp-what-we-do__item {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: -1px;
}

.ldp-what-we-do__item-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  cursor: pointer;
}

.ldp-what-we-do__item-number {
  font-size: 16px;
  font-weight: 700;
}

.ldp-what-we-do__item-title {
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-size: 30pt; /* ~40px */
  font-weight: 700; /* Bold */
  color: #ffffff;
  margin: 0;
  flex: 1;
}

.ldp-what-we-do__item-header:hover .ldp-what-we-do__item-title {
  color: #3eb7b0;
}

section h2:hover {
    color: #07d2bf;
}

.ldp-what-we-do__item-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.ldp-what-we-do__item--active .ldp-what-we-do__item-arrow {
  transform: rotate(-90deg);
}

.ldp-what-we-do__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.ldp-what-we-do__item--active .ldp-what-we-do__item-content {
  max-height: 400px;
}

.ldp-what-we-do__item-description {
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-size: 13.5pt; /* ~18px */
  font-weight: 500; /* Medium */
  padding: 10px 0 15px 0;
  color: #cccccc;
}
/* What We Do Section End */

.ldp-footer__contact-content img {
  margin-left: 34%;
}

/* Works We’ve Done Section Start */
.ldp-works-weve-done {
  padding: 80px 0;
  width: 100%;
  overflow-x: hidden;
}

.ldp-works-weve-done__title-large:hover {
  color: #07d2bf;
}

.ldp-works-weve-done__title-large {
  font-size: 30px; /* Mobile */
}

@media (min-width: 768px) {
  .ldp-works-weve-done__title-large {
    font-size: 75px; /* Desktop */
  }
}

.ldp-works-weve-done__container {
  width: 100vw; /* Full screen width */
  display: flex;
  flex-wrap: wrap; /* Stack on mobile */
  gap: 0px;
  align-items: flex-start; /* Top-align items */
  justify-content: center; /* Center items horizontally */
  box-sizing: border-box;
      flex-direction: column;
    
}


@media (min-width: 768px) {
  .ldp-works-weve-done__container {
    flex-wrap: nowrap; 
    justify-content: space-evenly; 
    gap: 30px; 
        flex-direction: row;
  }
}

.ldp-works-weve-done__item {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 1; /* Equal width on desktop */
}

.ldp-works-weve-done__item--middle {
  min-height: 360px; /* 1.2x taller */
  flex: 1.2; /* 1.2x wider on desktop */
}

@media (max-width: 767px) {
  .ldp-footer {
    padding-bottom: 5px !important;
  }
}

.ldp-works-weve-done__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ldp-who-we-served__title-large {
  font-size: 30px; /* Mobile */
}

@media (min-width: 768px) {
  .ldp-who-we-served__title-large {
    font-size: 75px; /* Desktop */
  }
}

.ldp-who-we-served__logo-marquee {
  width: 100vw;
  margin: 60px 0;
  overflow-x: hidden;
  z-index: 2;
}

.ldp-who-we-served__logo-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}

.ldp-who-we-served__logo-item {
  display: inline-flex;
  align-items: center;
  margin: 0 20px;
  flex-shrink: 0;
}

.ldp-who-we-served__logo-image {
  height: 60px;
  object-fit: contain;
  max-width: 150px;
  transition: filter 0.3s ease; /* Hiệu ứng mượt */
}

.ldp-who-we-served__logo-image:hover {
  filter: grayscale(0); /* Màu gốc khi hover */
}

@media (min-width: 768px) {
  .ldp-who-we-served__logo-image {
    height: 80px;
    max-width: 200px;
  }
}

.ldp-who-we-served__partner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ldp-who-we-served__partner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.ldp-who-we-served__subtitle {
  font-family: "Canicule Display v0.2", Arial, Helvetica, sans-serif;
  font-size: 32px; /* Mobile fallback */
  font-weight: 500; /* Medium */
  font-style: italic;
  color: #ffffff;
}

@media (min-width: 768px) {
  .ldp-who-we-served__subtitle {
    font-size: 48px;
  }
}

.ldp-who-we-served__partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.ldp-who-we-served__partner-logo {
  height: 40px;
  max-width: 100px;
  object-fit: contain;
}

/* Who We Are Section Start */
.ldp-who-we-are {
  padding: 80px 0;
}

.ldp-who-we-are__title-large {
  font-family: "Canicule Display v0.2", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 30px; /* Mobile */
  margin-bottom: 16px;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  padding-left: 0;
}

.ldp-who-we-are__title-large:hover {
  color: #07d2bf;
}

@media (min-width: 768px) {
  .ldp-who-we-are__title-large {
    font-size: 75px; /* Desktop */
  }
}

.ldp-who-we-are__slider {
  margin: 40px 0;
  width: 100% !important;
}

@media (max-width: 767px) {
  .ldp-who-we-are__slider {
    margin: 20px 0;
  }
  
  /* Make slider container full-width on mobile */
  .ldp-who-we-are .ldp-container:last-child {
    max-width: none;
    padding: 0;
    margin: 15px;
  }

  .ldp-hero__title {
      line-height: 97px;
  }

  .ldp-works-weve-done__container {
      padding: 0 15px;
      gap: 10px; /* Small gap for mobile */
      justify-content: space-between; /* Distribute items evenly */
      
  }
    
  .ldp-hero__content-text {
      padding: 0;
  }

  .ldp-what-we-do__see-all-wrapper {
      margin-left: 0 !important;
      width: 100%;
  }


}

.ldp-who-we-are__member {
  padding: 0 10px;
  text-align: center;
  display: inline-block !important;
  vertical-align: top;
}

@media (max-width: 767px) {
  .ldp-who-we-are__member {
    padding: 0 15px;
  }
}

.ldp-who-we-are__member-wrapper {
  border-radius: 50px;
  border: 1px solid #999999;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1a1a1a;
  width: 100%;
}

.ldp-who-we-are__member-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.ldp-who-we-are__member-image:hover {
  filter: grayscale(0);
}

.ldp-who-we-are__member-image-placeholder {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4b5563;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
}

.ldp-who-we-are__member-title {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-top: 10px;
  color: #ffffff;
}

.ldp-who-we-are__member-description {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  color: #cccccc;
  text-align: center;
}

/* Style for Slick Slider Arrows */
.ldp-works-weve-done__slider .slick-prev,
.ldp-works-weve-done__slider .slick-next,
.ldp-who-we-are__slider .slick-prev,
.ldp-who-we-are__slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ldp-works-weve-done__slider .slick-prev:hover, .ldp-works-weve-done__slider .slick-next:hover, .ldp-who-we-are__slider .slick-prev:hover, .ldp-who-we-are__slider .slick-next:hover {
    background: #07d2bf;
    transform: translateY(-50%) scale(1.1);
    color: #000;
}

.ldp-works-weve-done__slider .slick-prev,
.ldp-who-we-are__slider .slick-prev {
  left: -25px;
}

.ldp-works-weve-done__slider .slick-next,
.ldp-who-we-are__slider .slick-next {
  right: -25px;
}

/* Ẩn text mặc định của slick */
.ldp-works-weve-done__slider .slick-prev:before,
.ldp-works-weve-done__slider .slick-next:before,
.ldp-who-we-are__slider .slick-prev:before,
.ldp-who-we-are__slider .slick-next:before {
  display: none;
}

.ldp-who-we-are__slider-prev:hover,
.ldp-who-we-are__slider-next:hover {
  color: #07d2bf;
}
/* Who We Are Section End */

/* Contact Section (updated) */
.ldp-footer__contact {
  padding: 80px 20px;
  text-align: center;
}

.ldp-footer__contact-title {
  display: inline-flex;
  align-items: baseline; /* Align text by baseline */
}

.ldp-footer__contact-link {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  position: relative;
  font-style: normal;
  font-size: 24px; /* Mobile */
  font-weight: 400;
  transition: color 0.3s ease;
  line-height: 1; /* Normalize line height */
  vertical-align: baseline; /* Ensure baseline alignment */
}

@media (min-width: 768px) {
  .ldp-footer__contact-link {
    font-size: 90pt; /* ~120px */
  }
}

.ldp-footer__contact-link--hello {
  font-family: "Safiro", Arial, Helvetica, sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.ldp-footer__contact-link--email,
.ldp-footer__contact-link--bgency {
  font-family: "Safiro", Arial, Helvetica, sans-serif;
  font-weight: 500; /* Medium */
  font-style: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.ldp-footer__contact-link:hover {
  color: #3eb7b0;
}

.ldp-footer__contact-link:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 25px;
  white-space: nowrap;
  z-index: 10;
}

.ldp-footer__contact-title-span {
  font-weight: 700;
  margin: 0;
}

.ldp-footer__contact-arrow {
  display: block;
  margin: 0px auto;
}

.ldp-footer__contact-description {
  font-family: "Safiro", Arial, Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 500;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .ldp-footer__contact-description {
    font-size: 30px;
  }
}

/* Footer Section Start */
.ldp-footer {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ldp-footer__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.ldp-footer__link,
.ldp-footer__copyright {
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
}

.ldp-footer__logo {
  width: 100vw;
  display: flex;
  justify-content: center;
}

.ldp-footer__logo-image {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .ldp-footer {
    padding: 40px 0;
    padding-bottom: 0;
  }
}
/* Footer Section End */

@media (max-width: 660px) {
  .ldp-who-we-served__partner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
    align-content: center;
  }

  .ldp-who-we-served__partner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .ldp-who-we-served {
    padding: 15px 0;
    overflow-x: hidden;
  }

  .ldp-who-we-are {
    padding: 15px 0;
  }

  .ldp-what-we-do__header {
    margin-bottom: 0;
  }

  .ldp-works-weve-done,
  .ldp-what-we-do {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .ldp-what-we-do__item-title {
    font-size: 10pt; /* ~13.33px, mobile */
  }
}

.ldp-footer__contact-link--email {
  color: #3eb7b0;
}
