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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ===== FORM WRAPPER ===== */

.section-content h2 {
    font-size: 170%;
    text-transform: uppercase;
    padding-bottom: 13px;
    background-image:linear-gradient(to right, #e53935, #c62828);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);    
    margin: 0 auto;
}
/* ===== INPUT + ICON RIGHT ===== */
.input-icon {
    position: relative;
}
.wpcf7-spinner {
    display: none !important;
}
.input-icon input,
.input-icon select {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 0 45px 0 15px;
    background: #f8f8f8;
}

/* ICON RIGHT */
.input-icon .icon {
    position: absolute;
    right: 12px;
    top: 40%;
    transform: translateY(-50%);
    color: #e53935;
    font-size: 16px;
    pointer-events: none;
}

/* ===== BUTTON ===== */
.btn-apply {
    padding: 15px 40px;
    background-image:linear-gradient(to right, #e53935, #c62828);
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: none;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    animation: zoom 1.3s infinite;
    transition: all 0.3s ease;
}

/* Hover effect */
.btn-apply:hover {
    transform: scale(1.05);
    opacity: 0.95;
}

/* ===== ANIMATION ===== */
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}

/* spacing */
.row-small > .col {
    margin-bottom: 15px;
}

/* Xóa khoảng cách dưới của row + col */
.custom-form .row {
    margin-bottom: 0 !important;
}

.custom-form .col {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Fix khoảng cách input */
.custom-form .input-icon {
    margin-bottom: 10px;
}

/* Fix button không kéo cao row */
.btn-apply {
    height: 50px !important;
    align-self: flex-end;
}
.box-card__title {
    font-size: 100%;
    text-transform: none;
}
.box-card:hover img {
    transform: scale(1.1);
    transition: 1s ease;
}
.box-card__img {
    transition: all 0.8s;
    background-repeat: no-repeat;
    width: 120px;
    height: 110px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://toancaureal.vn/wp-content/uploads/2026/04/bg-service-v.png);
}.box-card:hover .box-card__img {
    background-image: url(https://toancaureal.vn/wp-content/uploads/2026/04/bg-service2.png);
}
.box-card__img {
    margin: auto;
    margin-bottom: 25px;
    position: relative;
}figure.box-card__img {
    overflow: hidden;
}.box-card__img img {
    height: 60px;
	width:auto;
}.d-block {
    display: block;
}.box-card__content p, .desc-content li {
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
	font-size: 90%;
}.box-card__img img.size-full.alignnone{margin-bottom:10px;}
.title-section h2 {
    margin-bottom: 30px;
    position: relative;
    background-image:linear-gradient(to right, #e53935, #c62828);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 27px;
}
.title-section h2:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    height: 3px;
    width: 155px;
    background-color:#b9153d;
    content: "";
    transform: translateX(-50%);
}

/* form đăng ký */
/* ===== KHỐI FORM ===== */
.form-dangky {
    background:none;
    padding: 35px 40px;
    text-align: center;
}

/* TITLE */
.form-dangky h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-dangky p {
    color: #dfffe8;
    font-size: 13px;
    margin-bottom: 20px;
}

/* ===== FLEX ROW ===== */
.wpcf7 .form-row {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

/* ===== INPUT ===== */
.wpcf7 .form-col input {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
}

/* ===== BUTTON ===== */
.wpcf7-form-control.btn-submit-mert {
    width: 100%;
    height: 48px;
    background: linear-gradient(to right, #e53935, #c62828);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.wpcf7-form-control.btn-submit-mert:hover {
    transform: translateY(-2px);
}

/* ===== FIX CF7 ===== */

.wpcf7-spinner {
    display: none;
}

/* ===== CÂN CHIỀU CAO ===== */
.form-col {
    flex: 1;
    display: flex;
}

.form-col input,
.form-col .btn-submit-mert {
    width: 100%;
}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-contact i {
    color: #e53935;
    font-size: 16px;
    min-width: 20px;
}

.footer-contact span b {
    color: #fff;
    font-weight: 600;
}

.title-footer {
    margin-bottom: 15px;
    font-size: 16px;
}.absolute-footer{font-size:11px}

/* ===== MOBILE ===== */
@media (max-width: 849px) {
    .form-row {
        flex-direction: column;
    }
}

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


}