/*
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.1751449402
Updated: 2025-07-02 09:43:22

*/


.custom-header-menu li:last-child a
 {
    padding-right: 0 !important;
}
.custom-header-menu li a {
    position: relative;
    width: fit-content;
    display: block;
}

.custom-header-menu li a:before 
{
content: '';
background-color: #EC3B43 !important;
position: absolute;
bottom: -2px;
height: 2px;
width: 0%;
	transition: all 0.5s;
        left: 0;
    right: 0;
}
.custom-header-menu li a:hover:before 
{
width: 100%;
}
.elementor-element.custom-header.elementor-sticky--effects{
	background-color: #fff !important;
}
.elementor-element.custom-header .elementor-widget-theme-site-logo img {
	transition: all 0.5s;
}
.elementor-element.custom-header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    max-width: 301px;
    height: 70px;
	transition: all 0.5s;
}
@media (max-width: 1024px){
	.elementor-element.custom-header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    max-width: 290px;
    height: 60px;
}
}
@media (max-width: 992px){
	.elementor-element.custom-header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    max-width: 198px;
    height: 50px;
}
}
@media (max-width: 767px){
	.elementor-element.custom-header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    max-width: 195px;
    height: 45px;
}
}

/* 03-07-25 CUSTOMIZER */

.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
}

.elementor-pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 16px !important;
}

.elementor-pagination .page-numbers:hover {
  background-color: #ec3b43;
  color: #fff;
  border-color: #ec3b43;
}

.elementor-pagination .page-numbers.current {
  background-color: #ec3b43;
  color: #fff;
  border-color: #ec3b43;
  pointer-events: none;
}
.elementor-pagination .page-numbers.prev[aria-disabled="true"],
.elementor-pagination .page-numbers.next[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}


.custom-blog .elementor-post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.custom-blog .elementor-post__read-more {
    background-color: #ec3b43;
    color: #fff !important;
    padding: 10px 25px;
    display: block;
    width: fit-content;
    border-radius: 50px;
}

.custom-blog .elementor-post__read-more:hover {background: #414345;}

.sub-heading span {
	color: #EC3B43;
}
.custom-icon-box .elementor-icon-box-title {
    margin-top: 0 !important;
}
.custom-footer-form input[type=text], .custom-footer-form input[type=email], .custom-footer-form input[type=tel], .custom-footer-form textarea {
    background-color: #f4f4f3;
    border: 1px solid #fff;
    border-radius: 0;
}

.gform_required_legend {
    display: none;
}

.custom-footer-form input[type="submit"] {
    padding: 10px 50px !important;
    margin: 0 0 0 auto !important;
    display: block;
}

.custom-footer-form .gfield_label {
    color: #898989;
    font-weight: 400 !important;
}
.gfield_description.validation_message.gfield_validation_message , .gform_wrapper .gform_validation_errors {
    display: none;
}



@media (max-width: 767px){
	.custom-footer-form input[type="submit"] {
    padding: 5px 30px !important;
}

}

.custom-post-cont a {
    overflow-wrap: break-word !important;
}