/*
Theme Name: Happy Face Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
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
Version: 1.3.1753406010
Updated: 2025-07-25 01:13:30

*/


  
 
 
        a {
            text-decoration: none;
        }
 
 

        .theme-color {
            background-color: var(--theme-color);
        }

        .theme-btn-color {
            background-color: var(--theme-btn-color);
        }

        .make-reservation a {
            color: #fff;
            border-left: 3px solid #5b0703;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
        }

        .section-title__title {
            font-weight: 800;
            font-family: 'nunito';
        }

        .about-one__points-content-box {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
            font-weight: 700;
        }

        .about-one__points {
            display: flex;
            gap: 20px;
            flex-direction: row;
        }

        .about-one__points li {
            border-top-right-radius: 80px;
            border-bottom-right-radius: 80px;
            border: 2px solid #969696;
            padding: 7px;
            border-left-color: var(--theme-color);
            border-left-width: 5px;
        }

        .service-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .service-card img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .service-card h3 {
            color: var(--theme-btn-color);
            font-weight: 800;
            font-size: 2rem;
        }

        .service-card {
            padding: 30px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .service-card-body {
            margin-top: 3rem;
        }

        .service-card-body p {
            font-size: 20px;
            color: #333;

        }

        ul {
            list-style-type: none;
        }

        section h2 {
            font-weight: 800;
            font-size: 2rem;
            margin-bottom: 2rem;
        }


        section h2::after {
            content: '';
            display: block;
            width: 50px;
            height: 3px;
            background-color: var(--theme-btn-color);
            margin: 10px 0;
        }


        .about-one__img img {
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 19px 19px #bababa5c;
        }

        .get-quote,
        .chat-btn {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background-color: #673ab7;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
        }

        .get-quote a {
            color: #fff;
            text-decoration: none;
        }

        .chat-btn {
            left: auto;
            border-radius: 100%;
            right: 30px;
            height: 60px;
            width: 60px;
            display: flex;
            align-items: center;
        }

        footer {
            background-color: #000;
            color: #fff;
            padding: 20px 0;
        }

        footer .grid-item {
            flex: 1;
            margin: 10px;
        }

        footer .grid-item h4 {
            color: #fff;
            margin-bottom: 10px;
            font-size: 2rem;
        }


        footer .grid-item ul {
            list-style: none;
            padding: 0;
        }

        footer .grid-item ul li {
            margin: 21px 0;
        }

        footer .grid-item ul li a {
            color: #ffffffa6;
            text-decoration: none;
        }

        /* footer .grid-item ul li a:hover {
            text-decoration: underline;
        } */

        footer .grid-item-location {
            flex: 1;
            min-width: 200px;
            display: flex;
            flex-direction: column;
        }

        footer .grid-item-location .logo {
            margin-bottom: 10px;
        }

        footer .grid-item-location .address {
            font-size: 14px;
            color: #fff;
        }

        footer .copyright {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }

        .chat-btn i {
            font-size: 24px;
            color: #fff;
            line-height: 60px;
        }

        .chat-btn:hover {
            background-color: #a20202;
        }

        .modal-header {
            background-color: var(--theme-btn-color);
            color: #fff;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header .question h3 {
            margin: 0;
        }

        .grid-item-location i {

            font-size: 3rem;
            margin-right: 10px;
        }

        section.process h2::after {
            content: '';
            background-color: none;
            display: none;

        }

        section.process {

            background-color: #fffbee;
            min-height: 40vh;
        }

        .process-step {
            display: flex;
            margin-bottom: 20px;
            gap: 17px;
            flex-direction: column;
            align-items: center;
        }

        .process li img {
            height: 76px;
        }

        .process .process-step-description {
            margin-top: 1rem;
        }

        .process .process-step .numbering {
            background: #fff;
            border-radius: 100%;
            height: 175px;
            width: 175px;
            display: flex;
            align-items: center;
            box-shadow: 1px 1px 10px 8px #93848414;
            justify-content: center;
        }



        .contact-text h3 {
            color: var(--theme-btn-color);

        }

        .contact-form input,
        .contact-form textarea {
            height: 60px;
            border: 2px solid #ddd;
            /* background: #e0e0e0; */
            border-radius: 5px
        }

        .contact-form textarea {
            height: 240px;
        }

        .contact-form button[type="submit"] {
            background-color: var(--theme-btn-color);
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }

        .bi.bi-list {
            color: #fff;
        }

        .contact-text ul {
            margin: 0;
            padding: 0;
        }

        .contact-text ul li {
            width: 380px;
            margin-bottom: 20px;
        }

        .contact-text ul li i {
            margin-right: 30px;
        }

        .why h3 {
            text-align: center;
        }

        .d-desktop {
            display: none !important;
        }

        .contact a {
            color: rgba(45, 45, 45, 0.824);
        }

        .contact li {
            display: flex;
        }

        .about-one__text-2 p {
            font-size: 20px;
        }
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step{
    margin: 0;
}
        /* Add this to your style section */
        @keyframes bounceY {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-15px);
            }
        }

        .animate-bounce {
            animation: bounceY 1.5s infinite;
        }
