/**
Theme Name: GorillaHub
Author: GorillaHub
Author URI: https://gorillahub.net/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gorillahub
Template: astra
*/

#hero_form{
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
}
#hero_form label{
    width: 100%;
    float: left;
}
#hero_form input, #hero_form select{
    width: 100%;
    float: left;
}

#hero_form .form-row{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
#hero_form .form-row span{
    color: #FF0000;
}
.api_form_wrapper h2, .api_form_wrapper p{
    min-width: 100%;
}
.api_form_wrapper .elementor-col-50{
    display: block;
    padding: 15px;
}
.api_form_wrapper input, .api_form_wrapper button{
    min-width: 100%;
    margin-bottom: 15px;
}
.form-subtitle{
	color: #4C8A69 !important;
    font-family: "SourceSansPro", Sans-serif;
    font-size: 28px !important;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0 !important;
}

h2.form-subtitle-step2{
	text-align: center;
    color: #424242;
    font-weight: 400;
    font-size: 30px;
}
h4.form-subtitle-step2{
	text-align: center;
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    max-width: 600px;
    margin: auto;
}
.form-car-info{
	font-weight: 400;
}
.feefowidget-carousel-summary__logo-large{    margin-top: -10px !important;}
feefowidget-container-carousel{text-align:center;}
.hp_menu_phone{
    margin-top: 8px !important;
}

.hp_menu_phone a::after{
    display: none !important;
}

.hp_menu_phone a{
    background-color: #DB6C38;
    border-radius: 5px;
    line-height: 1;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 20px;
    padding-right: 10px !important;
    padding-left: 30px !important;
    display: inline-block;
    margin: 0 0 10px 20px;
	color: #fff;
}
.hp_menu_phone:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #FFFFFF;
    position: absolute;
    z-index: 10;
    top: 7px;
    left: 7px;
 }

 .simple-banner {
    z-index: 1;
    position: relative !important;
}

/* DESKTOP – WhatsApp icon */
@media only screen and (min-width: 1100px) {
  .cfc-whatsapp-fab {
    display: none !important;
  }
}

@media only screen and (max-width: 1100px) {
	
#feffo_testimonials feefowidget-carousel-summary {
    display: block !important;
}
}

/* WhatsApp menu item – circular icon only */
.elementor-nav-menu--main .hp_menu_whatsapp,
.elementor-nav-menu .hp_menu_whatsapp {
    margin-left: 15px; /* gap after phone button */
    position: relative;
    top: 3px;
}

.elementor-nav-menu--main .hp_menu_whatsapp > a.elementor-item,
.elementor-nav-menu .hp_menu_whatsapp > a.elementor-item {
    display: inline-block !important;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/12/whatsapp-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;      /* hide the "WhatsApp" text */
    overflow: hidden;
    background-color: transparent;  /* the PNG will handle colours */
}

/* Disable Elementor underline pointer on this one */
.elementor-nav-menu--main .hp_menu_whatsapp > a.elementor-item:before,
.elementor-nav-menu--main .hp_menu_whatsapp > a.elementor-item:after,
.elementor-nav-menu .hp_menu_whatsapp > a.elementor-item:before,
.elementor-nav-menu .hp_menu_whatsapp > a.elementor-item:after {
    content: none !important;
    display: none !important;
}

/* MOBILE – WhatsApp icon */
@media (max-width: 1024px) {
	
	/* hide the default menu whatsapp icon, we inject this in functions.php */
    .hp_menu_whatsapp {
        display: none !important;
    }
	
	.cfc-whatsapp-fab {
        position: fixed;
        bottom: 16px;
        right: 16px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-image: url('/wp-content/uploads/2025/12/whatsapp-logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 99999;
        text-indent: -9999px;   /* hide "WhatsApp" text */
        overflow: hidden;
    }

    .cfc-whatsapp-fab:hover,
    .cfc-whatsapp-fab:focus {
        transform: scale(1.05);
    }
}
