@charset "UTF-8";



/*

Theme Name:gazelle3d

Theme URI: https://wordpress.org/themes/gazelle3d/

Author: the WordPress team

Author URI: https://wordpress.org/

Description:gazelle3d is a blank canvas for your ideas and it gazelle3des the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See howgazelle3d elevates your portfolio, business website, or personal blog.

Requires at least: 5.3

Tested up to: 6.6

Requires PHP: 5.6

Version: 2.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain:gazelle3d



Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio



gazelle3d WordPress Theme, (C) 2020 WordPress.org */

.whatsapp-floating-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.whatsapp-floating-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    transition: transform .3s ease;
}

.whatsapp-floating-button a:hover {
    transform: scale(1.1);
}

.whatsapp-floating-button img {
    width: 32px;
    height: 32px;
    display: block;
}

@media (max-width: 768px) {
    .whatsapp-floating-button {
        right: 15px;
        bottom: 15px;
    }

    .whatsapp-floating-button a {
        width: 55px;
        height: 55px;
    }

    .whatsapp-floating-button img {
        width: 28px;
        height: 28px;
    }
}
body #content .cta-sec .cta-txt h4{font-weight: 600; font-size: 1.875rem;}

.cta-sec .cta-txt h4,
.cta-sec .cta-txt p{color:#fff !important}
body #content .cta-sec .btn-flex{justify-content:end;}
