/*
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.5.1764912155
Updated: 2025-12-05 05:22:35

*/

/* Header CSS */
@media screen and (min-width: 1025px) {
    .contact-link {
        display: none !important;
    }
}

/* Home */
.elementor-form .elementor-field-group.elementor-column.elementor-field-type-submit {
    display: flex;
    justify-content: end;
}
.elementor-form button.elementor-button.elementor-size-sm {
    max-width: 250px;
}
.cs-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: repeat(2, 200px);
    gap: 20px;
    width: 100%;
}

.cs-item {
    position: relative;
    overflow: hidden;
}

.cs-item .cs-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.cs-item-large {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    min-height: 420px;
}

.cs-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 20px;

}

.cs-overlay h4 {
    margin: 0;
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
	font-family: "Montserrat", Sans-serif;
}
.cs-item-large .cs-overlay h4 {
    font-size: 36px;
	font-family: "Montserrat", Sans-serif;
}
a.cs-item:hover h4 {
    color: #ef4c13;
	
}
.post-col-set .elementor.e-loop-item {
    max-width: 480px;
}
@media(min-width: 1025px) {
	.cs-overlay h4 {
		max-width: 200px;
	}
	.cs-item-large .cs-overlay h4 {
		max-width: 400px;
	}
}

@media(max-width: 1440px) and (min-width: 1025px) {
.testimonials-slide .e-n-carousel.swiper.offset-right {
    padding-right: 10%;
}	
}

@media(max-width: 1180px) and (min-width: 1025px) {
.header-menu nav > ul> li > a.elementor-item {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
}

@media(max-width: 900px) {
    .cs-grid-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 300px); /* equal height for all 5 */
        gap: 15px; /* optional */
		max-width: 600px;
        margin: 0 auto;
		
    }

    .cs-item,
    .cs-item-large {
        grid-column: auto !important;
        grid-row: auto !important;
        min-height: unset; /* remove the bigger height */
        height: 300px; /* same height for each */
    }
	.cs-item-large .cs-overlay h4 {
		font-size: 18px;
	}
	.cs-overlay {
		text-align: center;
	}
}

@media(max-width: 1024px) {
	.elementor-form button.elementor-button.elementor-size-sm {
		max-width: 200px;
	}
}

@media(max-width: 767px) {
    .cs-grid-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 200px); /* equal height for all 5 */
        gap: 15px; /* optional */
    }

    .cs-item,
    .cs-item-large {
        grid-column: auto !important;
        grid-row: auto !important;
        min-height: unset; /* remove the bigger height */
        height: 200px; /* same height for each */
    }
}




/* Footer */
/* Footer menu vertical on mobile */
@media screen and (max-width: 767px) {
    .footer-menu .elementor-nav-menu {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0; /* adjust spacing if needed */
    }
    .footer-menu .elementor-nav-menu li {
        width: 100%;
    }
    .footer-menu .elementor-nav-menu a {
        display: block;
        width: 100%;
        text-align: center;
    }
	.footer-menu li:after {
		border: none !important;
	}
	.elementor-form .elementor-field-group.elementor-column.elementor-field-type-submit {
		justify-content: center;
	}

}


