@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.industry-article2-header,
.industry-article-header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  align-items: flex-end !important;
  justify-content: flex-start;
  overflow: hidden;
}

.industry-article2-header-bg,
.industry-article-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: zoomInOut 10s ease-in-out infinite;
  z-index: 0;
}

.industry-article2-header-overlay,
.industry-article-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.industry-article2-header-content,
.industry-article-header-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 2rem;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  text-align: left;
  padding-left: 5%;
  padding-bottom: 50px;
  width: 100%;
  color: white;
}

.industry-article2-header-content h1,
.industry-article-header-content h1 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  line-height: 1.1;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
  animation: slideInLeft 1.5s ease-out forwards;
}

.industry-article2-header-content h1.visible,
.industry-article-header-content h1.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Contenido */
.industry-article2-content,
.industry-article-content,
.service-content {
  text-align: center;
  padding: 60px 5%;
  max-width: 1280px;
  margin: 0 auto;
}

.industry-article2-content h1,
.industry-article-content h1,
.service-content h1 {
  color: #0066cb;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.industry-article2-content h2,
.industry-article-content h2,
.service-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.industry-article2-content p,
.industry-article-content p,
.service-content p {
  color: #8d8d8d;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.7em;
  margin: auto;
  text-align: center;
}

.industry-article2-content blockquote,
.industry-article-content blockquote,
.service-content blockquote {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0056b3;
  margin-top: 20px !important;
  max-width: 80%;
  margin: auto;
}

/* Bloques */
.industry-article-blockE,
.industry-article-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.industry-article-blockE {
  background-color: #deddde;
  flex-direction: row;
}

.industry-article-blockE-left {
  display: flex;
  flex-direction: column;
  width: 847px;
  margin-left: 30px;
}

.industry-article-blockE-img {
  overflow: visible;
  position: relative;
  width: 847px;
  height: 716px;
  margin-left: 30px;
  text-align: center;
  padding: 0;
}

.industry-article-blockE-img img,
.industry-article-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-article-blockE-text,
.industry-article-block-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px;
}

.industry-article-blockE-text {
  width: 600px;
  background-color: #deddde;
}

.industry-article-blockE-text h3 {
  color: rgb(0, 0, 0);
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 1.1px;
}

.styled-list {
  margin: 45px;
  font-size: 20px;
  color: #8d8d8d;
  vertical-align: baseline;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
  background: transparent;
}

.industry-article-block-text {
  background-color: #0066cb;
  color: #fff;
  padding: 190px;
}

#bloc2 {
  background-color: #deddde;
}

#bloc2 h3 {
  color: #29588b;
}

#bloc2 h4 {
  color: #000;
}

#bloc2 p,
#bloc2 ul,
#bloc2 li {
  color: #55595e;
}

.industry-article-block-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #cce5ff;
  margin-bottom: 10px;
}

.industry-article-block-text h4 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
  margin-bottom: 15px;
}
.industry-article-block-text li, 
.industry-article-block-text ul, 
.industry-article-block-text p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

/* Botones */
.btn-b1,
.btn-b2,
.btn-bE {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 150px;
}

.btn-b1,
.btn-bE {
  background-color: black;
  color: #fff;
}

.btn-b2 {
  background-color: #0166cc;
  color: #fff;
}

.btn-b1::before,
.btn-b2::before,
.btn-bE::before {
  content: "→";
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.btn-b1:hover,
.btn-b2:hover,
.btn-bE:hover {
  background-color: #fff;
  color: #000;
}

.btn-b1:hover::before,
.btn-b2:hover::before,
.btn-bE:hover::before {
  color: #000;
}


.industry-article-block,
.industry-article-block.reverse {
  display: flex;
  flex-wrap: wrap;
}

.industry-article-block-img,
.industry-article-block-text {
  width: 50%;
}

.industry-article-block.reverse {
  flex-direction: row-reverse;
}

.industry-article-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-toggle-blockblue {
  display: inline-flex;
  align-items: center;
  margin-top: 1.5rem;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}

.btn-toggle-blockgris {
  display: inline-flex;
  align-items: center;
  margin-top: 1.5rem;
  color: #55595e;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}

.desc-full {
  display: none;
}

.desc-full.visible {
  display: block;
}

.desc-short {
  display: block;
}

.desc-short.hidden {
  display: none;
}

.jet-unfold__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  background: none;
  border: none;
  padding: 8px 12px;
  transition: color 0.3s ease;
  text-align: center;
  margin: 0 auto;
}

.jet-unfold__button:hover {
  color: #000;
}

.jet-unfold__button-icon i {
  font-size: 12px;
  transition: transform 0.3s ease;
}



/* ===================== MEDIA QUERIES ===================== */
@keyframes float-horizontal {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(8px);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1024px) {
  .industry-article2-header,
  .industry-article-header {
    height: 400px;
  }

  .industry-article2-header-content h1,
  .industry-article-header-content h1 {
    font-size: 36px;
  }

  .industry-article-block,
  .industry-article-blockE {
    flex-direction: column;
  }

  .industry-article-blockE-left {
    width: 100%;
    margin-left: 0;
  }

  .industry-article-blockE-img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .industry-article-blockE-text,
  .industry-article-block-text {
    padding: 60px 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .industry-article-block-text h4,
  .industry-article-blockE-text h3 {
    font-size: 28px;
  }

  .industry-article-block-text p,
  .industry-article-blockE-text p {
    font-size: 18px;
  }

  .styled-list {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .industry-article2-header,
  .industry-article-header {
    height: 300px;
  }

  .industry-article2-header-content h1,
  .industry-article-header-content h1 {
    font-size: 28px;
  }

  .industry-article-block-text,
  .industry-article-blockE-text {
    padding: 30px 20px;
  }

  .industry-article-block-text h4,
  .industry-article-blockE-text h3 {
    font-size: 24px;
  }

  .industry-article-block-text p,
  .industry-article-blockE-text p {
    font-size: 16px;
  }

  .mapChina-location {
    transform: scale(0.7);
  }

  .cold-storage-info {
    padding: 30px 20px;
  }

  .styled-list {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .industry-article2-header,
  .industry-article-header {
    height: 250px;
  }

  .industry-article2-header-content h1,
  .industry-article-header-content h1 {
    font-size: 20px;
    padding: 0 20px;
  }

  .industry-article-content h2 {
    font-size: 20px;
  }

  .industry-article-content p {
    font-size: 14px;
  }

  .industry-article-block-text h4,
  .industry-article-blockE-text h3 {
    font-size: 20px;
  }

  .industry-article-block-text p,
  .industry-article-blockE-text p {
    font-size: 14px;
  }

  .mapChina-location {
    display: none;
  }

  .styled-list {
    font-size: 13px;
    margin: 30px 10px;
  }

  .modal .close {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .industry-article-block {
    flex-direction: column;
  }

  .industry-article-block-img,
  .industry-article-block-text {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

}

@media (max-width: 768px) {
  .industry-article-block-text h4 {
    font-size: 28px;
  }

  .industry-article-block-text p,
  .industry-article-block-text ul,
  .industry-article-block-text li {
    font-size: 13px;
  }

  #mapContainer {
    margin: 0;
    padding: 0 10px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .industry-article2-header {
    height: 400px;
  }

  .industry-article2-header-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .industry-article-content h2 {
    font-size: 20px;
  }

  .industry-article-content p {
    font-size: 14px;
  }

  .industry-article-content blockquote {
    font-size: 16px;
  }

  .industry-article-block-text h4 {
    font-size: 20px;
  }

  .industry-article-block-text p {
    font-size: 14px;
  }

  .btn-b1,
  .btn-b2,
  .btn-toggle {
    font-size: 12px;
    padding: 8px 15px;
    height: 33px;
  }
}
/* =========================
   SECTION 3
   ========================= */

:root {
  --rf-ink: #0b1a2b;
  --rf-line: #e6eaf0;
  --rf-zebra: #fafbff;
  --rf-card: #ffffff;
  --rf-radius: 12px;
  --rf-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  --rf-pad-y: 4px;
  --rf-pad-x: 10px;
}

.rf-section {
  background: #0066cb;
  padding: clamp(8px, 1.6vw, 14px) 0;
}

.rf-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 980px) {
  .rf-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.rf-col.rf-col-table {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
}
.rf-col-table .rf-table-scroll {
  max-width: 720px;
}
.rf-col-table .rf-table-scroll {
  background: var(--rf-card);
  border: 1px solid var(--rf-line);
  border-radius: var(--rf-radius);
  box-shadow: var(--rf-shadow);
  overflow: hidden;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .rf-col-table .rf-table-scroll {
    max-width: 100%;
    margin-right: 0;
  }
  .rf-col.rf-col-table {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
}

.rf-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
}
.rf-table th,
.rf-table td {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.rf-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--rf-card);
  color: var(--rf-ink);
  text-align: center;
  padding: var(--rf-pad-y) var(--rf-pad-x);
  font-weight: 700;
  font-size: clamp(12px, 1.1vw, 14px);
  border-bottom: 1px solid var(--rf-line);
}
.rf-table tbody td {
  padding: calc(var(--rf-pad-y) + 2px) var(--rf-pad-x);
  border-bottom: 1px solid var(--rf-line);
  text-align: center;
  font-size: clamp(11px, 1vw, 13px);
  color: var(--rf-ink);
}
.rf-table tbody tr:nth-child(odd) td {
  background: var(--rf-zebra);
}
.rf-table tbody tr:hover td {
  background: #c0dfff;
}
.rf-table th,
.rf-table td {
  border-left: 1px solid rgba(15, 23, 42, 0.06);
}
.rf-table th:first-child,
.rf-table td:first-child {
  border-left: none;
  text-align: left;
}

.rf-col-text {
  color: #ffffff;
  align-items: flex-start;
  text-align: center;
  min-height: 260px;
  padding-left: clamp(8px, 2vw, 28px);
}
.rf-col-text h3 {
  margin-bottom: 60px;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: 40px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 980px) {
  .rf-col-text {
    min-height: 160px;
  }
}

.rf-right {
  max-width: 585px;
  margin: 0 auto;
  text-align: center;
}

.rf-right__intro {
  opacity: 0.95;
  text-align: left;
}

.rf-alerts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 auto;
}
.rf-alert {
  background: rgba(255, 255, 255, 0.12);
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .rf-alerts {
    grid-template-columns: 1fr;
  }
}

.rf-right__title {
  margin-bottom: clamp(14px, 2.2vw, 26px);
}
.rf-right__intro {
  margin: 0 0 clamp(16px, 2vw, 22px);
}
.rf-right__list {
  margin: 0 auto clamp(18px, 2.4vw, 45px);
  margin-left: 22px;
  text-align: left;
}
.rf-right__list li {
  margin: 6px 0;
}
.rf-alerts {
  gap: clamp(12px, 1.6vw, 18px);
  margin: clamp(18px, 2vw, 28px) auto 0;
}
.rf-alert {
  padding: 12px 18px;
}

@media (max-width: 480px) {
  :root {
    --rf-pad-x: 8px;
    --rf-pad-y: 3px;
  }

  .rf-section {
    padding: 8px 0;
  }

  .rf-col.rf-col-table {
    padding: 8px;
  }

  .rf-col-text {
    min-height: 160px;
    padding-left: 0;
  }
  .rf-col-text h3 {
    font-size: 26px;
    margin-bottom: 14px;
    text-align: left;
  }

  .rf-right {
    padding: 0 12px;
  }
  .rf-right__intro {
    margin: 0 0 14px;
    font-size: 13px;
  }
  .rf-right__list {
    margin: 0 auto 18px;
    margin-left: 16px;
    font-size: 13px;
  }

  .rf-alerts {
    gap: 12px;
    margin: 18px auto 0;
    font-size: 13px;
  }

  .industry-article-block-text {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
  }
    .industry-article-block-text ul{
    margin-left: 20px;
  }
}

.desc-content {
  max-height: 150px; 
  overflow: hidden;
}

.expanded .desc-content {
  max-height: 1500px; 
}