﻿@font-face {
    font-family: 'Good Time';
    src: url('/font/Good Times Rg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/*Title*/
.elementor-520 .elementor-element.elementor-element-e91ceea .elementor-heading-title {
    font-family: "Orbitron", sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
}

.elementor-520 .elementor-element.elementor-element-1308a92 .elementor-heading-title {
    font-family: "Orbitron", sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
}
/*THIẾT BỊ AI (PHYSICAL AI)*/
.robot-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    padding: 40px 0;
}

.robot-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s ease;
}

    .robot-item img:hover {
        transform: scale(1.07);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

.robot-item {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

    .robot-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }


    .robot-item h3 {
        margin: 10px 10px 10px 10px;
        color: #C21F61;
        font-size: 1.2rem;
        font-weight: 600;
    }

.elementor-element-a4a94ab p {
    text-align: center;
    max-width: 800px; /* Giới hạn chiều rộng để đọc dễ hơn */
    margin: 0 auto; /* Căn giữa khối văn bản */
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.robot-item p {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
    line-height: 1.5;
    margin: 10px 10px 10px 10px;
}

/* Responsive: 2 cột trên tablet, 1 cột trên điện thoại */
@media (max-width: 992px) {
    .robot-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .robot-section {
        grid-template-columns: 1fr;
    }
}

/*MÁY SẤY THÔNG MINH*/
.dryer-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
}

.dryer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 320px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dryer-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .dryer-item img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        display: block;
        margin: 0 auto 20px;
        transition: transform 0.4s ease;
    }

    .dryer-item:hover img {
        transform: scale(1.05);
    }

    .dryer-item h3 {
        margin: 30px 10px 10px 10px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #C21F61;
    }

    .dryer-item p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
        max-width: 280px;
    }

/* Responsive */
@media (max-width: 768px) {
    .dryer-section {
        flex-direction: column;
        gap: 40px;
    }

    .dryer-item img {
        width: 200px;
        height: 200px;
    }
}
