.header-5.row-1 h6{
	margin-bottom:0;
}
.header-5.row-1 a{
	margin-top:0;
}

.header-5.row-3 .wdt-header-icons-list>div.search-item.search-default{
	padding:0 !important;
}

.header-5.row-2 .elementor-widget-heading .elementor-heading-title,
.header-5.row-3 .elementor-widget-heading .elementor-heading-title{
	margin: 0 !important;
}
@media(min-width:500px) and (max-width:1024px){
.header-5.row-3{
    
    --e-con-grid-template-columns: repeat(3, 1fr) !important;
    
}	
}
.header-5.row-4 .wdt-header-menu .wdt-primary-nav>li>a {
   
    padding-top:0px;
	padding-bottom:0px;
    margin: 0px;
   
   
}
.header-5.row-4 .mobile-nav-container .menu-trigger>i:before {
    background: white;
    
}
.header-5.row-4 .mobile-nav-container .menu-trigger>i:after {
    background: white;
    
}
.header-5.row-4 .mobile-nav-container .menu-trigger>i {
    background: white;
    
}
.header-5.row-1 .elementor-heading-title{
	font-size:12px;
}



:root{
  --aeuio-card-bg: #ffffff;
  --aeuio-card-color: #111827;
  --aeuio-card-radius: 12px;
  --aeuio-card-pad: 1rem;
  --aeuio-card-shadow-sm: 0 1px 2px rgba(16,24,40,0.05);
  --aeuio-card-shadow-md: 0 6px 18px rgba(16,24,40,0.12);
  --aeuio-card-shadow-lg: 0 20px 40px rgba(16,24,40,0.18);
  --aeuio-card-border: rgba(15,23,42,0.06);
}

/* Basic card */
.aeuio-card {
  background: var(--aeuio-card-bg);
  color: var(--aeuio-card-color);
  border-radius: var(--aeuio-card-radius);
  box-shadow: var(--aeuio-card-shadow-md);
  border: 1px solid var(--aeuio-card-border);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
  display: block;
}

/* Card body */
.aeuio-card-body {
  padding: var(--aeuio-card-pad);
}

/* Title */
.aeuio-card-title{
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

/* Footer */
.aeuio-card-footer{
  padding: .75rem 1rem;
  border-top: 1px solid rgba(0,0,0,0.04);
  background: rgba(0,0,0,0.01);
}

/* Large modifier */
.aeuio-card--lg {
  border-radius: calc(var(--aeuio-card-radius) + 6px);
  box-shadow: var(--aeuio-card-shadow-lg);
}

/* Hover lift */
.aeuio-card--hover:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(16,24,40,0.18);
}

/* Small modifier */
.aeuio-card--sm {
  box-shadow: var(--aeuio-card-shadow-sm);
}

/* Inset style */
.aeuio-card--inset {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,245,246,0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 6px 18px rgba(16,24,40,0.06);
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  :root{
    --aeuio-card-bg: #0b1220;
    --aeuio-card-color: #e6eef8;
    --aeuio-card-border: rgba(255,255,255,0.03);
  }
  .aeuio-card-footer{
    background: transparent;
    border-top-color: rgba(255,255,255,0.03);
  }
}

.header-5.row-2 .gold-rates{
	position: relative;
}
.header-5.row-2 .gold-rates article{
	display:none;
	position:absolute;
	top:26px;
	left:0;
	z-index:40;
}
.header-5.row-2 .gold-rates.open article{
	display:block;
}

.header-5.row-2 .gold-rates article table{
	margin-bottom:0px;
}
.header-5.row-2 .gold-rates article .aeuio-card-footer{
	display:flex;
	justify-content:center;
	align-items:center;
}
.text-center{
	text-align:center;
}

.header-5.row-2 .gold-rates article table{
	
}