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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 16px;
    background-color: #f0f0f0;
    box-sizing: border-box;
}

.wpcf7 textarea {
    border-radius: 12px;
    min-height: 100px;
    resize: vertical;
}

.wpcf7 input[type="submit"] {
    background-color: #e63946;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 16px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #c1121f;
}

.wpcf7-not-valid-tip {
    color: #e63946;
    font-size: 13px;
}

.wpcf7-not-valid {
    border-color: #e63946 !important;
}

@media (max-width: 600px) {
    .two-columns {
        grid-template-columns: 1fr;
    }
}

/* ===== GLOBAL ===== */
body {
    font-family: 'Georgia', serif;
    color: #1a1a2e;
}

/* ===== MAX WIDTH & CENTERED ===== */
.container, .row, .col {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 {
    font-family: 'Georgia', serif;
    letter-spacing: -0.5px;
    color: #1a1a2e;
}

p, li {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

/* ===== SECTION SPACING ===== */
.section, .col-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ===== HERO TEXT ===== */
.banner-inner {
    background: linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.2));
}

/* ===== BUTTONS ===== */
.button, .wpcf7 input[type="submit"] {
    background-color: rgb(149, 203, 28) !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 14px 36px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: none !important;
    transition: background 0.3s ease;
}

.button:hover, .wpcf7 input[type="submit"]:hover {
    background-color: #96281b !important;
}

/* ===== FORM ===== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: #fafafa !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    transition: border 0.2s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #c0392b !important;
    outline: none !important;
    background: #fff !important;
}

/* ===== FORM SECTION WRAPPER ===== */
.wpcf7-form {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    max-width: 800px;
    margin: 0 auto;
}

/* ===== PROCESS ICONS (6 bước) ===== */
.icon-box {
    text-align: center;
    padding: 20px 10px;
}

.icon-box-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
}

/* ===== DIVIDER GIỮA CÁC SECTION ===== */
.section:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

/* ===== FOOTER ===== */
.footer-bottom {
    background: #1a1a2e !important;
    color: #aaa !important;
    font-size: 13px;
    padding: 20px;
    text-align: center;
}

.count-up {
    display: inline-block;
    transition: all 10s;
}