/*
Theme Name: Square Infra
Theme URI: https://squareinfra.com
Description: Child theme for Hello Elementor – Square Infra website
Author: Square Infra
Author URI: https://squareinfra.com
Template: hello-elementor
Version: 1.0.0
Text Domain: square-infra
*/

/* ============================
   BRAND COLORS
============================ */
:root {
    --orange: #ff9c01;
    --blue: #013370;
    --black: #0e0e0e;
}

/* ============================
   GLOBAL STYLES
============================ */
body {
    color: var(--black);
    font-family: 'Poppins';
	overflow-x: hidden;
}

a {
    color: var(--blue);
	font-family: 'Poppins';
}

a:hover {
    color: var(--orange);
}
ul.elementor-icon-list-items {
    padding: 0 !important;
    margin: 0 !important;
}
li.elementor-icon-list-item {
    list-style: none !important;
}
.elementor-widget .elementor-icon-list-icon svg {
    height: var(--e-icon-list-icon-size, 1em);
    width: var(--e-icon-list-icon-size, 1em);
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-inline: -8px !important;
}
.elementor-widget.elementor-align-end .elementor-icon-list-items {
    justify-content: end;
}
@media (max-width: 768px) {
.elementor-widget.elementor-align-end .elementor-icon-list-items {
    justify-content: start;
}
}