/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.0
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/* Contact Form Container */

/* Contact Form Container */

.wpcf7 {

    max-width: 700px;

    margin: auto;

    padding: 40px;

    background: #ffffff;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


/* Labels */

.wpcf7 label {

    font-size: 16px;

    font-weight: 600;

    color: #1f3c88;

    display: block;
}


/* Input Fields */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea{

    width: 90%;

    padding: 14px 18px;

    border: 1px solid #d0d7e2;

    border-radius: 12px;

    background: #f8fbff;

    font-size: 15px;

    transition: all 0.3s ease;
}


/* Focus Effect */

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {

    border-color: #1f5fbf;

    background: #ffffff;

    outline: none;

    box-shadow: 0 0 0 4px rgba(31,95,191,0.12);
}


/* Textarea */

.wpcf7 textarea {

    min-height: 50px;

    resize: vertical;
    max-height: 15vh;
}


/* Checkbox Section */

.wpcf7-list-item {

    display: block;

    margin-bottom: 10px;
}


/* Submit Button */

.wpcf7 input[type="submit"] {

    background: linear-gradient(135deg, #1f5fbf, #2d7ff9);

    color: white;

    border: none;

    padding: 14px 35px;

    border-radius: 40px;

    font-size: 16px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}


/* Button Hover */

.wpcf7 input[type="submit"]:hover {

    background: linear-gradient(135deg, #174a94, #1f5fbf);

    transform: translateY(-2px);

    box-shadow: 0 10px 20px rgba(31,95,191,0.25);
}


/* Validation Errors */

.wpcf7-not-valid-tip {

    color: #d93025;

    font-size: 14px;

    margin-top: -10px;

    margin-bottom: 10px;
}


/* Success Message */

.wpcf7-response-output {

    border-radius: 12px;

    padding: 14px;

    font-size: 15px;
}

.wpcf7 br {

    display: none;
}

.header-book-btn .wp-block-button__link:hover {

    background-color: #0a98a8 !important;
}

.footer-book-btn .wp-block-button__link:hover,
.banner-book-btn .wp-block-button__link:hover {

    background-color: #176be0 !important;
}

/* Floating WhatsApp */

.floating-whatsapp {

    position: fixed;

    bottom: 25px;

    right: 25px;

    width: 65px;

    height: 65px;

    background: #0a98a8;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 8px 20px rgba(0,0,0,0.25);

    z-index: 9999;

    transition: all 0.3s ease;
}


/* WhatsApp Icon */

.floating-whatsapp img {

    width: 55px;

    height: 55px;
}


/* Hover Effect */

.floating-whatsapp:hover {

    transform: scale(1.1);

    background: #128C7E;
}

/* Active Menu */

.wp-block-navigation-item.current-menu-item > a,
.wp-block-navigation-item.current_page_item > a {

    text-decoration: underline;
    text-underline-offset: 6px;
}
.wp-block-navigation-item > a:hover {
    text-underline-offset: 6px;
}