@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* Reset mặc định */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

/* Main Title */
.main-title {
    font-size: 48px;
    color: #015871;
    text-align: center;
    /* margin: 0px 0; */
    font-weight: bold;
    text-transform: uppercase;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}

.product-header {
    position: relative;
    text-align: center;
    color: white;
}

.product-header img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(70%);
}

.product-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Section Container */
.product-intro {
    text-align: center;
    padding: 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

.product-intro h2 {
    font-size: 36px;
    color: #015871;
    margin-bottom: 20px;
}

/* Banner Image */
.product-banner {
    margin: 20px 0;
    text-align: center;
}

.product-banner img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Highlighted Text Section */
.product-intro-highlight {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.product-intro-highlight .highlight-text {
    font-weight: 500;
    margin-bottom: 15px;
}

.product-intro-highlight .highlight-bold {
    font-weight: bold;
    color: #015871;
}

.product-intro-highlight .highlight-accent {
    color: #37bef8;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: rgba(55, 190, 248, 0.5);
    text-underline-offset: 4px;
    font-style: italic;
}




.product-banner {
    margin-top: 20px;
}

.product-banner img {
    width: 100%;
    max-width: 1800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



.product-section-title {
    font-size: 36px;
    color: #015871;
    margin-bottom: 20px;
    text-align: center;
}


.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding: 20px;
}

.product-item {
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 300px;
    text-align: center;
}

.product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 20px;
}


.product-name {
    font-size: 18px;
    color: #015871;
    font-weight: bold;
    margin-top: 10px;
}

.footer-wave {
    margin-top: 50px;
}

.footer {
    background-color: #015871;
    color: white;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    /* bold */

}

.footer-left,
.footer-right {
    flex: 1;
    min-width: 250px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-contact li,
.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-column ul {
    padding-left: 0;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #37bef8;
}

.footer-social {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.footer-social h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-social .social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-social .social-icons a {
    color: white;
    font-size: 24px;
    transition: color 0.3s ease;
}

.footer-social .social-icons a:hover {
    color: #37bef8;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.product-intro-2 {
    background-color: #ffffff;
    padding: 50px 0;
    font-family: 'Arial', sans-serif;
}

.product-intro-container-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-banner-2 {
    margin-top: 20px;
}

.product-banner-2 img {
    width: 100%;
    max-width: 1800px;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}


/* Product Content Section */
.product-content-2 {
    max-width: 1800px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .product-content-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
} */

.product-title-2 {
    font-size: 2.5em;
    color: #015871;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1.2px;
    background: linear-gradient(90deg, #4cafaa, #37bef8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-description-2 {
    font-size: 1.2em;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}

.product-features-2 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.product-features-2 li {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    transition: background-color 0.3s ease;
    border-left: 4px solid #6dd3ff;
    padding-left: 20px;
    background: #f3f9fc;
    /* Highlight nền cho các li */
    border-radius: 5px;
    padding: 10px 20px;
}

.product-features-2 li:hover {
    background: #eaf8ff;
    /* Hiệu ứng hover */
}

/* .product-features-2 li::before {
    content: '✔';
    color: #4cafaf;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    transform: translateY(-5px);
} */

/* .product-summary-2 {
    font-size: 1.2em;
    color: #444;
    line-height: 1.8;
    margin-top: 30px;
    text-align: justify;
    border-left: 4px solid #89fff9;
    padding-left: 15px;
    background-color: #f3fef5;
} */


.product-summary-2 {
    font-size: 20px;
    /* Tăng kích thước chữ */
    font-weight: bold;
    /* Giữ chữ đậm */
    font-style: italic;
    /* Giữ chữ nghiêng */
    color: #58bef6;
    /* Màu xanh nổi bật */
    text-align: center;
    line-height: 1.8;
    /* Tăng khoảng cách dòng cho dễ đọc */
    margin-top: 30px;
    padding: 20px;
    /* Thêm padding để nội dung thoáng hơn */
    /* background: linear-gradient(135deg, #e3f2fd, #bbdefb); */
    /* Hiệu ứng gradient nền */
    border-radius: 10px;
    /* Bo góc mềm mại */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    /* Tạo hiệu ứng đổ bóng */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Hiệu ứng mượt khi hover */
    /* border: 2px solid #64b5f6; */
    /* Viền màu xanh nhạt */
}




/* Responsive Design */
@media (max-width: 768px) {
    .product-content-2 {
        padding: 20px;
    }

    .product-title-2 {
        font-size: 2em;
    }

    .product-description-2 {
        font-size: 1.1em;
    }

    .product-features-2 li {
        font-size: 1em;
    }

    .product-summary-2 {
        font-size: 1.1em;
    }
}

/* Animation Styles */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
}

.slide-in-left {
    animation: slideInLeft 1s ease-in-out;
}

.slide-in-right {
    animation: slideInRight 1s ease-in-out;
}

.zoom-in {
    animation: zoomIn 1s ease-in-out;
}

/* Keyframes for zoom-in and fade-in animation */
@keyframes zoomInFade {
    0% {
        transform: scale(0.8);
        /* Thu nhỏ */
        opacity: 0;
        /* Ẩn */
    }

    50% {
        transform: scale(1.1);
        /* Phóng lớn hơn một chút */
        opacity: 0.5;
        /* Tăng dần độ rõ */
    }

    100% {
        transform: scale(1);
        /* Quay lại kích thước ban đầu */
        opacity: 1;
        /* Hoàn toàn hiện ra */
    }
}

/* Animation class */
.animated-title {
    animation: zoomInFade 1.5s ease-out forwards;
    /* Animation dài 1.5 giây */
    opacity: 0;
    /* Đặt ẩn mặc định trước khi chạy animation */
    transform-origin: center;
    /* Tâm của hiệu ứng */
}

/* Style riêng cho sản phẩm */
.product-title {
    color: #017ea7;
    /* Màu xanh nổi bật */
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* Giãn chữ nhẹ */
}