/*
Theme Name: PHONGNV Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.28
*/


#header{
    display: none !important;
}
body
#main,
#wrapper{
     	background: #f6f0f3 !important; 
}
/* Body Background - từ thiết kế Screen-1 */
body {
     /*background: #FFFFFF url("/wp-content/uploads/2026/06/image-26.png") no-repeat left top !important; 
     background-size: cover !important; 
     background-attachment: fixed !important; */

    /*background: transparent !important;*/
    min-height: 100vh;
    font-family: 'Alegreya', serif;
    /*font-family: 'Fahkwang', sans-serif !important;*/
}

/* ==========================================
   RSVP CUSTOM FORM STYLES (CẬP NHẬT MỚI)
   ========================================== */
.rsvp-form-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 15px;
    font-family: 'Alegreya', serif;
    box-sizing: border-box;
    text-align: center;
}

.rsvp-title {
    font-family: 'DFVN-Blade-Rush', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #d97d64; /* màu cam đất ấm */
    margin-bottom: 12px;
    text-align: center;
}

.rsvp-subtitle {
    font-family: 'Alegreya', serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

.rsvp-row {
    margin-bottom: 24px;
    text-align: center;
}

/* Container cho bên khách (rsvp-sides) và trạng thái (rsvp-statuses) */
.rsvp-sides, .rsvp-statuses {
    display: flex !important;
    justify-content: center;
    gap: 16px;
    padding: 10px 0 !important;
    max-width: 100%;
}

/* Ẩn mặc định radio input */
.rsvp-custom-radio-card input[type="radio"] {
    display: none !important;
}

/* Wrapper nhãn */
.rsvp-custom-radio-card {
    flex: 1;
    cursor: pointer;
    margin: 0 !important;
    display: block;
}

/* Style cho phần nội dung bên trong nhãn chọn bên khách (rsvp-sides) */
.rsvp-sides .radio-card-content {
    font-family: 'Alegreya', serif;
    background: #ffffff !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 16px !important;
    padding: 20px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    height: 140px;
    box-sizing: border-box;
}

.rsvp-sides .radio-card-content.active,
.rsvp-sides .radio-card-content:hover {
    border-color: var(--primary-color) !important;
    transform: translateY(-2px);
}

.rsvp-sides .radio-card-icon {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.rsvp-sides .radio-card-icon svg {
    height: auto;
    transition: transform 0.25s ease;
}

.rsvp-sides .radio-card-label {
    font-family: 'Alegreya', serif;
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    transition: all 0.25s ease;
}

/* Hiệu ứng check cho bên khách */
.rsvp-sides input[type="radio"]:checked ~ .radio-card-content {
    border-color: #d97d64 !important;
    box-shadow: 0 8px 20px rgba(217, 125, 100, 0.12) !important;
}

.rsvp-sides input[type="radio"]:checked ~ .radio-card-content .radio-card-label {
    color: #d97d64 !important;
}

.rsvp-sides input[type="radio"]:checked ~ .radio-card-content .radio-card-icon svg {
    filter: drop-shadow(0 2px 5px rgba(217, 125, 100, 0.2));
}

/* Style cho phần chọn trạng thái tham dự (rsvp-statuses) */
.rsvp-statuses .radio-card-content {
    font-family: 'Alegreya', serif;
    background: #ffffff !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 16px !important;
    padding: 15px 12px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    height: 80px;
    box-sizing: border-box;
}

.rsvp-statuses .radio-card-content.active,
.rsvp-statuses .radio-card-content:hover {
    border-color: var(--primary-color) !important;
    transform: translateY(-2px);
}

.rsvp-statuses .radio-card-icon {
    /*display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 6px;
    background: #fafafa;
    transition: all 0.25s ease;
    flex-shrink: 0;*/
}

.rsvp-statuses .radio-card-icon svg {
    width: 32px;
    height: 32px;
}

.rsvp-statuses .radio-card-text-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.rsvp-statuses .radio-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #7a7a7a;
    line-height: 1.2;
    transition: all 0.25s ease;
}

.rsvp-statuses .radio-card-desc {
    font-size: 13px;
    font-weight: 500;
    color: #9a9a9a;
    margin-top: 2px;
    transition: all 0.25s ease;
}

/* Hiệu ứng check cho trạng thái tham dự */
.rsvp-statuses input[type="radio"]:checked ~ .radio-card-content {
    border-color: #d97d64 !important;
    box-shadow: 0 8px 20px rgba(217, 125, 100, 0.12) !important;
}

.rsvp-statuses input[type="radio"]:checked ~ .radio-card-content .radio-card-icon {
    border-color: #d97d64 !important;
    background: #fdf6f4 !important;
}

.rsvp-statuses input[type="radio"]:checked ~ .radio-card-content .radio-card-title {
    color: #d97d64 !important;
}

.rsvp-statuses input[type="radio"]:checked ~ .radio-card-content .radio-card-desc {
    color: #e2a595 !important;
}

/* Styles cho label, input và select */
.rsvp-field-label {
    display: block;
    /*font-family: 'Fahkwang', sans-serif;*/
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 8px;
    text-align: center;
    margin-top: 20px;
}

.rsvp-input, .rsvp-select {
    width: 100% !important;
    max-width: 100% !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    color: #333 !important;
    background-color: #ffffff !important;
    outline: none !important;
    text-align: center !important;
    font-family: 'Open Sans', sans-serif !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
    height: 48px !important;
    box-sizing: border-box !important;
}

.rsvp-input:focus, .rsvp-select:focus {
    border-color: #d97d64 !important;
    box-shadow: 0 0 0 3px rgba(217, 125, 100, 0.15) !important;
}

/* Căn giữa chữ trong select dropdown */
select.rsvp-select {
    text-align-last: center;
    padding-right: 25px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%237a7a7a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Nút Submit */
.rsvp-submit-wrap {
    margin-top: 30px;
}

.rsvp-submit {
    font-family: 'DFVN-Blade-Rush', sans-serif;
    width: 100% !important;
    background: #d97d64 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 20px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    /*font-family: 'Fahkwang', sans-serif !important;*/
    box-shadow: 0 4px 12px rgba(217, 125, 100, 0.2) !important;
    height: auto !important;
}

.rsvp-submit:hover {
    background: #c56850 !important;
    box-shadow: 0 6px 16px rgba(217, 125, 100, 0.3) !important;
    transform: translateY(-1px);
}

.rsvp-submit:active {
    transform: translateY(1px);
}

/* Ẩn hiện có hiệu ứng mượt hơn */
.element-hide-rap {
    transition: all 0.3s ease;
}

/* Phản hồi trạng thái gửi form thành công / lỗi của CF7 */
.wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}
