.elementor-3769 .elementor-element.elementor-element-fd7ae4f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6c7225b *//* ========================================= */
/* IMPORT FONT & CÀI ĐẶT CHUNG               */
/* ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;700&family=Lexend:wght@400;800&display=swap');

.dy-blog-section {
    position: relative;
    background-color: #fdfaf0; /* Màu nền kem nhạt */
    font-family: 'Lexend', sans-serif;
    padding: 80px 20px;
    color: #4a2c2a;
    overflow: hidden; /* Không cho hoa nền bay ra ngoài */
}

/* HEADER & TITLE */
.dy-blog-header { text-align: center; margin-bottom: 40px; position: relative; z-index: 2; }
.dy-blog-title { 
    font-family: 'Fredoka', sans-serif; 
    font-size: 52px; 
    color: #c2185b; 
    margin: 0;
    text-shadow: 2px 2px #fff; 
}
.dy-blog-subtitle { font-size: 16px; opacity: 0.8; max-width: 600px; margin: 15px auto; }

/* FILTER BUTTONS */
.dy-blog-filter { text-align: center; margin-bottom: 50px; position: relative; z-index: 2; }
.dy-blog-filter button {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 25px;
    border-radius: 20px;
    margin: 0 5px;
    font-weight: 700;
    cursor: pointer; 
}
.dy-blog-filter button.active { border-color: #4a2c2a; }

/* ========================================= */
/* GRID LAYOUT & CARD                        */
/* ========================================= */
.dy-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2; /* Nổi trên hoa nền */
}

.dy-blog-card {
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Hiệu ứng nảy nhẹ */
    border-radius: 20px;
    padding: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* HIỆU ỨNG CARD KHI DI CHUỘT */
.dy-blog-card:hover {
    transform: scale(1.08) translateY(-10px); /* Phóng to và bay lên một chút */
    box-shadow: 0 15px 40px rgba(74, 44, 42, 0.1); /* Đổ bóng nổi khối */
    z-index: 10;
}

/* ========================================= */
/* THUMBNAIL ĐÁM MÂY 6 CÁNH (BÈ NGANG, CONG ĐỀU TĂM TẮP) */
/* ========================================= */
.dy-blog-thumb {
    position: relative;
    width: 100%;
    
    /* Thiết lập form chữ nhật ngang cho nó lùn và bè ra 2 bên */
    aspect-ratio: 1.25 / 1; 
    
    background: #eee;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* MASK MỚI: Thiết kế chuẩn 6 cánh tròn vo, không bị méo khi kéo ngang */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M35,20 L65,20 L80,40 L65,60 L35,60 L20,40 Z'/%3E%3Ccircle cx='35' cy='20' r='20'/%3E%3Ccircle cx='65' cy='20' r='20'/%3E%3Ccircle cx='80' cy='40' r='20'/%3E%3Ccircle cx='65' cy='60' r='20'/%3E%3Ccircle cx='35' cy='60' r='20'/%3E%3Ccircle cx='20' cy='40' r='20'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M35,20 L65,20 L80,40 L65,60 L35,60 L20,40 Z'/%3E%3Ccircle cx='35' cy='20' r='20'/%3E%3Ccircle cx='65' cy='20' r='20'/%3E%3Ccircle cx='80' cy='40' r='20'/%3E%3Ccircle cx='65' cy='60' r='20'/%3E%3Ccircle cx='35' cy='60' r='20'/%3E%3Ccircle cx='20' cy='40' r='20'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.dy-blog-thumb img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

/* HIỆU ỨNG HOVER */
.dy-blog-card:hover .dy-blog-thumb {
    transform: rotate(8deg) scale(1.05); /* Quay nhẹ 8 độ để ảnh ngang không bị đâm lố ra ngoài */
    box-shadow: 0 20px 40px rgba(194, 24, 91, 0.15);
}
    
    /* CẮT ẢNH THÀNH HÌNH BÔNG HOA BẰNG MASK SVG */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='21' r='21'/%3E%3Ccircle cx='70.5' cy='29.5' r='21'/%3E%3Ccircle cx='79' cy='50' r='21'/%3E%3Ccircle cx='70.5' cy='70.5' r='21'/%3E%3Ccircle cx='50' cy='79' r='21'/%3E%3Ccircle cx='29.5' cy='70.5' r='21'/%3E%3Ccircle cx='21' cy='50' r='21'/%3E%3Ccircle cx='29.5' cy='29.5' r='21'/%3E%3Crect x='30' y='30' width='40' height='40'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='21' r='21'/%3E%3Ccircle cx='70.5' cy='29.5' r='21'/%3E%3Ccircle cx='79' cy='50' r='21'/%3E%3Ccircle cx='70.5' cy='70.5' r='21'/%3E%3Ccircle cx='50' cy='79' r='21'/%3E%3Ccircle cx='29.5' cy='70.5' r='21'/%3E%3Ccircle cx='21' cy='50' r='21'/%3E%3Ccircle cx='29.5' cy='29.5' r='21'/%3E%3Crect x='30' y='30' width='40' height='40'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
    
    /* CẮT ẢNH THÀNH HÌNH BÔNG HOA BẰNG MASK SVG */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='21' r='21'/%3E%3Ccircle cx='70.5' cy='29.5' r='21'/%3E%3Ccircle cx='79' cy='50' r='21'/%3E%3Ccircle cx='70.5' cy='70.5' r='21'/%3E%3Ccircle cx='50' cy='79' r='21'/%3E%3Ccircle cx='29.5' cy='70.5' r='21'/%3E%3Ccircle cx='21' cy='50' r='21'/%3E%3Ccircle cx='29.5' cy='29.5' r='21'/%3E%3Crect x='30' y='30' width='40' height='40'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='21' r='21'/%3E%3Ccircle cx='70.5' cy='29.5' r='21'/%3E%3Ccircle cx='79' cy='50' r='21'/%3E%3Ccircle cx='70.5' cy='70.5' r='21'/%3E%3Ccircle cx='50' cy='79' r='21'/%3E%3Ccircle cx='29.5' cy='70.5' r='21'/%3E%3Ccircle cx='21' cy='50' r='21'/%3E%3Ccircle cx='29.5' cy='29.5' r='21'/%3E%3Crect x='30' y='30' width='40' height='40'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.dy-blog-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* KHI DI CHUỘT: HOA SẼ XOAY NHẸ 15 ĐỘ & PHÓNG TO XÍU */
.dy-blog-card:hover .dy-blog-thumb {
    transform: rotate(15deg) scale(1.05);
    box-shadow: 0 20px 40px rgba(194, 24, 91, 0.15);
}

/* ========================================= */
/* TAG VÀNG CHÈN GÓC & TEXT                  */
/* ========================================= */
.dy-blog-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffe566; /* Vàng bơ */
    color: #4a2c2a;
    padding: 15px 10px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
    transform: rotate(-15deg);   
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 5;
}

.dy-post-title { 
    font-size: 19px; 
    font-weight: 800; 
    line-height: 1.4; 
    margin: 15px 0; 
    padding: 0 10px; 
    color: #c2185b;
}

.dy-read-more { 
    font-size: 12px; 
    font-weight: 800; 
    color: #888; 
    text-decoration: none; 
    border-bottom: 1px solid transparent; 
}
.dy-read-more:hover { border-bottom: 1px solid #888; }

/* ========================================= */
/* PAGINATION BÔNG HOA 5 CÁNH                */
/* ========================================= */
.dy-pagination { 
    text-align: center; 
    margin-top: 60px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 15px; /* Khoảng cách giữa các số */
    position: relative; 
    z-index: 2; 
}

.page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #3e2723; /* Màu chữ nâu đen giống ảnh */
    font-family: 'Fredoka', sans-serif; /* Font béo, tròn */
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Số bình thường khi di chuột vào (nhảy nhẹ lên) */
.page-number:not(.active):hover {
    transform: translateY(-5px);
    color: #ff8fb1; /* Chữ đổi màu hồng nhạt */
}

/* KHI ĐƯỢC CHỌN (SẼ CÓ NỀN BÔNG HOA 5 CÁNH MÀU HỒNG) */
.page-number.active {
    background-color: #ff9aae; /* Màu hồng y chang ảnh */
    color: #3e2723; /* Giữ chữ màu nâu */
    
    /* Cắt nền thành hình bông hoa 5 cánh mượt mà */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='25' r='25'/%3E%3Ccircle cx='74' cy='42' r='25'/%3E%3Ccircle cx='65' cy='70' r='25'/%3E%3Ccircle cx='35' cy='70' r='25'/%3E%3Ccircle cx='26' cy='42' r='25'/%3E%3Ccircle cx='50' cy='50' r='20'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='25' r='25'/%3E%3Ccircle cx='74' cy='42' r='25'/%3E%3Ccircle cx='65' cy='70' r='25'/%3E%3Ccircle cx='35' cy='70' r='25'/%3E%3Ccircle cx='26' cy='42' r='25'/%3E%3Ccircle cx='50' cy='50' r='20'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    
    /* Hiệu ứng nảy khi bông hoa xuất hiện */
    animation: popFlower 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes popFlower {
    0% { transform: scale(0.5); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.dy-blog-cta {
    margin-top: 80px;
    text-align: center;
    position: relative;
    padding: 40px;
    z-index: 2;
}
.cta-title { color: #c2185b; font-weight: 800; font-size: 28px; margin-bottom: 20px; }
.cta-btns { display: flex; justify-content: center; gap: 15px; margin-top: 30px; }
.btn-pink { background: #c2185b; color: #fff; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-weight: 700; }
.btn-outline { border: 1px solid #4a2c2a; color: #4a2c2a; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-weight: 700; }

.sparkle { position: absolute; color: #ffe566; font-size: 30px; }
.sp-1 { top: 0; right: 10%; }
.sp-2 { bottom: 0; left: 10%; }

/* ========================================= */
/* HOA NHÍ BAY LƠ LỬNG TRANG TRÍ NỀN         */
/* ========================================= */
.dy-blog-section::before, 
.dy-blog-section::after,
.dy-blog-grid::before,
.dy-blog-grid::after {
    content: "✿";
    position: absolute;
    color: rgba(194, 24, 91, 0.2);
    opacity: 0.6;
    animation: dy_float_flower 10s infinite linear;
    z-index: 1;
    pointer-events: none; /* Không làm vướng víu khi click */
}

/* Căn chỉnh vị trí từng bông hoa */
.dy-blog-section::before { top: 2%; left: 2%; font-size: 50px; }
.dy-blog-section::after { bottom: 5%; right: 5%; font-size: 35px; animation-delay: 2s; }
.dy-blog-grid::before { top: 30%; right: -8%; font-size: 45px; animation-delay: 1s; }
.dy-blog-grid::after { bottom: 20%; left: -8%; font-size: 30px; animation-delay: 3s; color: #ffe566; } /* Bông vàng */

@keyframes dy_float_flower {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(15deg); }
    100% { transform: translateY(0px) rotate(/* End custom CSS */