/*
Theme Name: NLLGI Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Melissa Dickinson
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.3.0.1740421608
Updated: 2025-02-24 18:26:48

*/

/* card sec css home page */
#card-sec-img::before,
#card-sec-img::after {
    content: "";
    position: absolute;
    width: 285px;
    height: 185px;
    background-size: cover;
    background-repeat: no-repeat;
}

#card-sec-img::before {
    background-image: url('/wp-content/uploads/2025/03/card-sec.png');
    top: 0px;
    left: 0px;
}

#card-sec-img::after {
    background-image: url('/wp-content/uploads/2025/03/card-sec-1.png');
    bottom: 0px;
    right: 0px;
	z-index: -1;

}
#cus-contact-info-div::before,
#cus-contact-info-div::after{
	content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}
#cus-contact-info-div::before {
    background-image: url('/wp-content/uploads/2025/03/contact-info-top.png');
    top: 0px;
    left: 0px;
	width: 342px;
    height: 222px;
}

#cus-contact-info-div::after {
    background-image: url('/wp-content/uploads/2025/03/card-sec-1.png');
    bottom: 0px;
    right: 0px;
	z-index: -1;
	width: 314px;
    height: 196px;

}
@media (max-width: 767px) {
 #cus-contact-info-div::before {
    width: 210px;
    height: 137px;
}
#cus-contact-info-div::after {
    width: 215px;
    height: 135px;
}
#card-sec-img::before,
#card-sec-img::after {
  display:none;
}
}