.cold-storage-section {
    img {
        opacity: 0.1;
        object-fit: cover;
        transition: transform 1s ease-in-out;
        overflow: hidden;
    }
    
    div.banner-text {
        top: 45%;
        padding: 0 7rem
    }

    h1 {
        font-size: 2.5rem;
    }

    span {
        font-size: 1.3rem;
        height: 1.5rem;
        border-left: 8px solid #33b2e9;
    }

    p {
        font-size: 1rem;
    }
}

.cold-storage-section:hover .bg-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
}

.cold-storage-2-section {
    h2 {
        color: #33b2e9;
        font-size: 1.8rem;
    }

    h3 {
        color: white;
        font-size: 1.9rem;
    }

    p {
        color: white;
        font-size: 1rem;
        text-align: left;
        transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    }

    div.overflow-hidden:first-of-type {
        padding: 0 7rem;
    }

    .card-image {
        background: #000000ea;
        border-radius: 50px;
        height: 25rem;
        object-fit: cover;
        overflow: hidden;

        img {
            opacity: 0.4;
            padding: 0;
            transition: transform 0.5s ease-in-out;
            height: 100%;
            width: auto;
        }

        div {
            position: absolute;
        }

        .card-content {
            padding: 2rem;
        }
    }
}

.cold-storage-3-section {
    h2 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    h3 {
        font-size: 0.8rem;
        letter-spacing: 0.2rem;
    }

    div.rounded-circle {
        height:6rem;
        width: 6rem;
    }
}

.cold-storage-3-section:hover .bg-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
}

.cold-storage-4-section {
    h2 {
        font-size: 2.5rem;
    }

    p {
        font-size: 1rem;
    }

    h3 {
        font-size: 1rem
    }
}

.cold-storage-4-section:hover .bg-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
}

.product-modal {
    img {
        border-radius: 1.5rem 0 0 1.5rem;
    }

    .custom-modal {
        max-width: 900px;
        margin: 40px auto;
        border-radius: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .modal-content {
        display: flex;
        flex-direction: row;
        background-color: white;
    }

    .modal-image {
        width: 70%;
    }

    .modal-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .modal-text {
        padding: 30px;
        flex: 1;
    }

    .modal-text ul {
        list-style-type: disc;
        padding-left: 20px;
    }

    .modal-text li {
        margin-bottom: 20px;
        line-height: 1.7;
        font-size: 16px;
    }

    /* RESPONSIVE */
    @media screen and (max-width: 768px) {
        img {
            border-radius: 1.5rem 1.5rem 0 0;
        }

        .modal-content {
            flex-direction: column;
        }

        .modal-image img {
            max-width: 100%;
            height: auto;
        }

        .modal-text {
            padding: 20px;
        }
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .cold-storage-section {
        h1 {
            font-size: 1.8rem;
        }

        span {
            font-size: 0.8rem;
            height: 3rem;
        }

        p {
            font-size: 0.8rem;
        }
    }

    .cold-storage-2-section {
        h2 {
            font-size: 1.8rem;
        }

        h3 {
            font-size: 2rem;
            line-height: 2rem;
        }

        p {
            font-size: 1.2rem;
            line-height: 1.5rem;
        }
    }

    .cold-storage-3-section {
        h2 {
            font-size: 2rem;
        }

        p {
            font-size: 1rem;
        }

        h3 {
            font-size: 0.8rem;
            letter-spacing: 0.2rem;
        }

        div.rounded-circle {
            height:6rem; width: 6rem;
        }
    }

    .cold-storage-4-section {
        h2 {
            font-size: 2.5rem;
        }

        p {
            font-size: 1rem;
        }

        h3 {
            font-size: 1rem
        }
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .cold-storage-section {
        h1 {
            font-size: 3.3rem;
        }

        span {
            font-size: 2rem;
            height: 3rem;
        }

        p {
            font-size: 1.3rem;
        }
    }

    .cold-storage-2-section {
        h2 {
            font-size: 2.5rem;
        }

        h3 {
            font-size: 1.8rem;
            line-height: 2rem;
        }

        p {
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }

    .cold-storage-3-section {
        h2 {
            font-size: 3.2rem;
        }

        p {
            font-size: 1.2rem;
        }

        h3 {
            font-size: 0.6rem;
            letter-spacing: 0.2rem;
        }

        div.rounded-circle {
            height:6.5rem;
            width: 6.5rem;
        }
    }

    .cold-storage-4-section {
        h2 {
            font-size: 3rem;
        }

        p {
            font-size: 1.3rem;
        }

        h3 {
            font-size: 1.2rem
        }
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .cold-storage-2-section {
        h2 {
            font-size: 3.3rem;
        }

        h3 {
            font-size: 2.5rem;
            line-height: 3rem;
        }

        p {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }

    .cold-storage-3-section {
        h2 {
            font-size: 2.3rem;
        }

        p {
            font-size: 1.3rem;
        }

        h3 {
            font-size: 0.7rem;
            letter-spacing: 0.3rem;
        }

        div.rounded-circle {
            height:8rem; width: 8rem;
        }
    }

    .cold-storage-4-section {
        h2 {
            font-size: 3.2rem;
        }

        p {
            font-size: 1.3rem;
        }

        h3 {
            font-size: 0.9rem
        }
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .cold-storage-section {
        h1 {
            font-size: 4rem;
        }

        span {
            font-size: 2.5rem;
            height: 4rem;
        }

        p {
            font-size: 1.4rem;
        }
    }

    .cold-storage-2-section {
        h2 {
            font-size: 3.5rem;
        }

        h3 {
            font-size: 1.3rem;
            line-height: 2rem;
        }

        p {
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }

    .cold-storage-3-section {
        h2 {
            font-size: 2.8rem;
        }

        p {
            font-size: 1.5rem;
        }

        h3 {
            font-size: 0.8rem;
            letter-spacing: 0.2rem;
        }

        div.rounded-circle {
            height:10rem;
            width: 10rem;
        }
    }

    .cold-storage-4-section {
        h2 {
            font-size: 3.5rem;
        }

        p {
            font-size: 1.5rem;
        }

        h3 {
            font-size: 1.2rem
        }
    }
}