/* Padding và layout cho từng section dịch vụ */
/*section[id] {*/
/*    border-radius: 16px;*/
/*    margin-bottom: 40px;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
/*    transition: all 0.3s ease;*/
/*}*/

/*section[id]:hover {*/
/*    transform: translateY(-3px);*/
/*    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);*/
/*}*/

/* Tiêu đề dịch vụ */
section[id] h2 {
    font-size: 2rem;
    color: #333;
}

/* Ảnh dịch vụ */
section[id] img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Ô nhập input */
.input-dynamic {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.input-dynamic:focus {
    border-color: #198754; /* Bootstrap success */
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

/* Nút liên hệ */
.contact-now {
    margin-top: 20px;
    padding: 10px 24px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
    transition: all 0.2s ease;
}

.contact-now:hover {
    background-color: #157347;
    transform: scale(1.05);
}

/*!* Mô tả cuối section *!*/
/*section[id] .col-12 {*/
/*    padding: 16px;*/
/*    background: rgba(255, 255, 255, 0.5);*/
/*    border-radius: 10px;*/
/*    margin-top: 24px;*/
/*    font-size: 1rem;*/
/*    line-height: 1.6;*/
/*}*/
