* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f5f5f5;
    color: #333;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

.ast-container, .site-content, .content-area {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

.ast-primary-header-bar {
    background-color: #046bd2;
    padding: 10px 20px;
    color: #fff;
}

.ast-primary-header-bar a {
    color: #fff;
    text-decoration: none;
}

.ast-primary-header-bar a:hover {
    text-decoration: underline;
}

.site-logo-img img {
    max-height: 60px;
    height: auto;
    width: auto;
    display: block;
}

.site-primary-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header-bar-navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.main-header-bar-navigation ul li {
    display: inline-block;
}

.main-header-bar-navigation ul li a {
    font-weight: bold;
    padding: 5px 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

ul, ol {
    margin: 10px 0 10px 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
}

button, .ast-button, .button, input[type="submit"] {
    background: #046bd2;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
}

button:hover, .ast-button:hover, .button:hover, input[type="submit"]:hover {
    background: #034a97;
}

.site-footer, footer {
    background: #290533;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.entry-content {
    line-height: 1.8;
}

.entry-content p {
    margin-bottom: 15px;
}

svg {
    display: inline-block;
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
    fill: currentColor;
}

svg.e-font-icon-svg {
    margin: 5px;
}

.e-con-full {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9;
}

.elementor-widget-image {
    text-align: center;
}

.elementor-widget-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.elementor-widget-container {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .site-primary-header-wrap {
        flex-direction: column;
        align-items: center;
    }
    .main-header-bar-navigation ul {
        flex-direction: column;
        gap: 10px;
    }
    .e-con-full {
        flex-direction: column;
        padding: 10px;
    }
}

.e-con-full {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: transparent;
}

.elementor-widget-image img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.elementor-icon-list-items {
  display: flex;
  gap: 20px; 
  align-items: center; 
}

.elementor-icon-list-item {
  display: flex;
  align-items: center;
  gap: 8px; 
}

.elementor-icon-list-icon svg {
  width: 24px;   
  height: 24px;  
  display: block;
}

.elementor-icon-list-text {
  font-size: 16px;
  line-height: 1;
}


.elementor-element-d9fae88 .e-con-inner {
  display: flex;
  justify-content: center;
  gap: 40px; 
  flex-wrap: wrap; 
}

.elementor-element-d9fae88 .elementor-element {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.elementor-element-d9fae88 img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 8px; 
}

.elementor-element-d9fae88 h2 {
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
}

