/*
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.9.1779861198
Updated: 2026-05-27 05:53:18

*/

.cus_last li:last-child {
    display: none;
}
.cus_last-contact li:last-child a {
    width: max-content;
}
.cus_header {
    position: sticky !important;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.cus_btn_red span.elementor-button-icon {
    width: 48px;
    height: 48px;
    background: #bc1413;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cus_btn_red .elementor-button {
    padding: 7px 7px 7px 30px;
}

.cus_btn_red .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}
.cus_btn_red:hover .elementor-button-icon {
    background: #000;
}
.cus_btn_red:hover .elementor-button-icon svg path {
    fill: #fff;
}
.cus_btn_red .elementor-button-icon svg {
    transition: 0.9s ease;
}

.cus_btn_red:hover .elementor-button-icon svg {
    transform: rotate(-50deg);
}
.cus_btn_explore .elementor-button-icon svg{
    transition: transform 0.6s ease;
}

.cus_btn_explore:hover .elementor-button-icon svg{
    transform: translateX(3px);
}
.cus_btn_red .elementor-button-icon svg {
    transition: 0.9s ease;
}
#cus_btn_white svg path {
    fill: #fff;
}
#cus_btn_white:hover .elementor-button-icon{
    background: #bc1413;
    transition: 0.3s ease;
}

.cus_btn
{
    position: relative;
    font-family: :Plus Jakarta Sans;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    background: transperent;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    border:1px solid #E6E6E6;
}

.cus_btn .btn-text{
    position: relative;
    display: block;
    height: 24px;
    overflow: hidden;
}

.cus_btn .btn-text span {
    display: block;
    transition: transform 0.7s ease;
    font-family: 'Plus Jakarta Sans';
}

.cus_btn .btn-text::after {
    content: "+1 (718) 974-0140";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: transform 0.7s ease;
    font-family: 'Plus Jakarta Sans';
    color: #000;
}

.cus_btn:hover .btn-text span{
    transform: translateY(-100%);
}

.cus_btn:hover .btn-text::after{
    transform: translateY(-100%);
}
.cus_btn_head {
    background: #000;
    color: #fff;
}

.cus_btn_head .btn-text::after {
    content: "Contact us";
    color: #fff;
}


.cus_flat {
    display: flex;
    gap: 30px;
    align-items: center;
}

.cus_btn_explore .elementor-button-text,
.cus_btn_explore .elementor-button-icon svg path{
    transition: 0.7s ease;
}
.cus_btn_explore .elementor-button-icon svg {
    width: 13px;
}
.cus_btn_explore:hover .elementor-button-text{
    color: #797979;
}

.cus_btn_explore:hover .elementor-button-icon svg path{
    fill: #797979;
}
.cus_faq .e-n-accordion-item {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}
 .cus_faq .e-n-accordion-item:first-child{
    border-bottom: none;
} 
.cus_faq span.e-closed {
    width: 48px !important;
    height: 48px !important;
    background: #bc1413;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cus_faq span.e-opened {
    width: 48px !important;
    height: 48px !important;
    background: #000;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cus_faq span.e-opened svg path{
	fill:#000;
}
span.cus_stuck {
    color: #9A9A9A;
}
.cus_color a {
    color: #000;
}
.cus_color a:hover {
    color: #9A9A9A;
}
@media (max-width: 767px) {
.cus_btn_red span.elementor-button-icon {
    width: 40px;
    height: 40px;
}
	.cus_btn_red .elementor-button-content-wrapper {
    gap: 20px;
}
	.cus_btn {
    padding: 14px 30px;
}
.cus_faq span.e-closed, .cus_faq span.e-opened {
    width: 40px !important;
    height: 40px !important;
}
	.cus_flat {
    gap: 20px;
}
}