/*
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.1767201705
Updated: 2025-12-31 17:21:45

*/

/* Home page Css */


.division_icon .elementor-icon{
	background: linear-gradient(135deg, #0a1f44, #1a3a6b);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.18);
    transition: transform 300ms ease;
}

.division_icon svg {
    color: #d4a853;
}

.divisions_card:hover .division_icon .elementor-icon {
  transform: scale(1.1);
}
.divisions_card .tags ul.elementor-icon-list-items.elementor-inline-items {
    gap: 10px;
}

.divisions_card .tags ul li{
  padding: 8px 16px;             
  background-color: #f9fafb;      
  border: 1px solid #e5e7eb;      
  border-radius: 8px;            
  font-size: 14px;                
  line-height: 20px;
  color: #374151;                 
  transition: border-color 250ms ease, background-color 250ms ease;
}

.process_arrow svg{
	color:#D4A853;
}

/*Operations & Strategy  page css  */

.service_operational{
	background-image: linear-gradient(rgba(10, 31, 68, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 31, 68, 0.4) 1px, transparent 1px);
    background-size: 40px 40px;
}
