@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: #0F68C9;
    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;
}

.industry-article2-content blockquote,
.industry-article-content blockquote,
.service-content blockquote {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0056b3;
    margin-top: 20px;
    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 {
    color: #8a919a;
}

.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 p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* 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;
}

/* Mapas */
.mapChina-location {
    position: absolute;
    transform: translate(-50%, -100%);
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    animation: float-horizontal 2s ease-in-out infinite;
    transition: top 0.4s ease;
}

.mapChina-location:hover .info-box {
    display: block;
}

.mapChina-label {
    display: block;
    font-size: 14px;
    color: #0071bc;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
}

.info-box strong {
    color: #0071bc;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.info-box ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.info-box li {
    margin-bottom: 6px;
    line-height: 1.5;
}

/* Otros */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease;
}

.modal .close:hover {
    color: #ccc;
}

/* ==== MARCADORES MAPA ==== */
.industry-article-blockE-img {
    position: relative;
    width: 100%;
    height: auto;
}

.mapChina-location {
    position: absolute;
    transform: translate(-50%, -100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: float-horizontal 2s ease-in-out infinite;
    z-index: 10;
    cursor: pointer;
}

.mapChina-location img {
    width: 24px;
    height: 24px;
}



.tianjin {
    top: 40%;
    left: 69%;
}

.ningbo {
    top: 59%;
    left: 78%;
}

.yantian {
    top: 79%;
    left: 67%;
}

.info-box {
    display: none;
    position: absolute;
    top: -10px;
    left: 30px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 16px;
    width: 280px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    z-index: 999;
}

.mapChina-location:hover .info-box {
    display: block;
}

.cold-storage-info {
    padding: 30px 260px 30px;
}

.cold-storage-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.cold-storage-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
}

.cold-storage-link .arrow {
    font-size: 18px;
}


/* ==== ANIMACIÓN OPCIONAL ==== */
@keyframes float-horizontal {

    0%,
    100% {
        transform: translate(-50%, -100%) translateX(0);
    }

    50% {
        transform: translate(-50%, -100%) translateX(5px);
    }
}

.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 {
    display: inline-flex;
    align-items: center;
    width: 140px;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.6rem 1.2rem;
    background-color: white;
    color: #0071ce;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 2px white;
    text-align: center;
}

.btn-toggle:hover {
    background-color: #f0f0f0;
    color: #005ea6;
    box-shadow: 0 0 0 2px #005ea6;
    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%;
        padding: 40px;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {

    .industry-article-block-text h4 {
        font-size: 28px;
    }

    .industry-article-block-text p {
        font-size: 16px;
    }

    #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;
    }
}