/*
Theme Name: Dahotel Child
Theme URI:http://wpdemo.zcubethemes.com/dahotel
Description: Dahotel – Luxury Hotel WordPress Theme.
Text Domain: dahotel
Author:       zcube
Author URI: https://themeforest.net/user/themexpixel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     dahotel
Version:      1.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */
body, p, h1, h2, h3, h4, h5, h6, a, span, div {
    font-family: 'Urbanist', sans-serif !important;
}
.custom-form {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-field {
    display: flex;
    flex-direction: column;
    font-family: "Raleway", sans-serif;
}

.contact-field label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.input-style {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f8f8;
    transition: all 0.3s ease;
}

.input-style:focus {
    border-color: #ff7f50;
    background-color: #fff;
    outline: none;
}

.slider-btn {
    width: 100%;
    text-align: center;
}

.btn-full {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ff7f50;
    color: white;
    padding: 12px;
    font-size: 18px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn-full:hover {
    background-color: #e0693d;
}
