/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754383118
Updated: 2025-08-05 08:38:38

*/
/* global btn */
.global-btn a.elementor-button span.elementor-button-content-wrapper {
    gap: 30px !important;
}
.global-btn a.elementor-button {
    padding: 20px 15px 20px 25px;
    border: 0px !important;
    position: relative;
    overflow: hidden !important;
    height: 58px;
}
.global-btn a.elementor-button::after {
    content: '';
    position: absolute;
    height: 101%;
    width: 50px;
    transform: scale(1.2);
    background-color:transparent;
    top: 0;
    right: 0px;
    z-index: 0;
    clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
}
.global-btn a.elementor-button span.elementor-button-content-wrapper span{
    z-index: 3 !important;
    position: relative;
}
.global-btn.btn-border a.elementor-button{
    border: 1px solid transparent !important;
}
.global-btn.btn-border.btn-black-white a.elementor-button{
    border-color:#0B0B0B !important;
}
.global-btn.btn-red-gray a.elementor-button::after, .global-btn.btn-grey-white a.elementor-button::after {
    background-color:#D9D9D9;
}
.global-btn.btn-black-white a.elementor-button::after{
    background-color:#0B0B0B;
}
.global-btn.btn-grey-white a.elementor-button{
    border-color:#D9D9D9 !important;
}
.global-btn a.elementor-button span.elementor-button-content-wrapper span.elementor-button-text {
    font-style: italic;
}
.global-sub-head h5 {
    font-style: initial !important;
}
.sticky-topBar {
    background: #000 !important;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 20px 0px #00000096;
}
.error404 .top-navbar-main {
    background: #000 !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.top-navbar-main .current_page_item a.elementor-item-active {
    color: #F13A3A !important;
}
.top-navbar-main .current_page_item a::after {
    position: absolute;
    content: '';
    height: 2px ! IMPORTANT;
    width: calc(100% - 36px);
    background: #fff !important;
    bottom: -34px;
    z-index: 9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    visibility: visible;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.send-message-form .wpcf7-form-control {
    border: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #929292;
    border-radius: 0px;
    background: transparent;
}
.send-message-form p label {
    width: 100%;
}
.send-message-form .form-group {
    display: flex;
    gap: 30px;
}
.send-message-form textarea.wpcf7-form-control {
    max-height: 145px;
}
span.highlight-shape::after {
    content: '';
    height: 10px;
    background:url(/wp-content/uploads/2025/09/Vector-8.png)no-repeat;
    background-size: cover;
    background-position:bottom center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
span.highlight-shape {
    position: relative;
}
.send-message-form .form-submit .wpcf7-submit {
    padding: 16px 60px 16px 28px;
    border: 1px solid transparent;
}
.send-message-form span.wpcf7-spinner{
    display: none !important;
}
.send-message-form .form-submit p {
    display: inline-block;
    position: relative;
}
.send-message-form .form-submit p::after {
    content: '';
    height: 20px;
    width: 20px;
    background: url(/wp-content/uploads/2025/09/white-arrow-top.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.send-message-form .form-submit p::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 50px;
    background-color:#0B0B0B;
    top: 0;
    right: 0px;
    z-index: 0;
    clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
}
.footer--cntc-info-list ul.elementor-icon-list-items span svg {
    height: 32px;
    width: 32px;
    border: 1px solid #505050;
    padding: 6px;
    border-radius: 50%;
}
