.elementor-75 .elementor-element.elementor-element-562e525{--spacer-size:20px;}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-75 .elementor-element.elementor-element-ed8acdf{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:#EFAB00;}.elementor-75 .elementor-element.elementor-element-ed8acdf > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-75 .elementor-element.elementor-element-ed8acdf .elementor-headline{text-align:center;font-family:"Times New Roman", Sans-serif;font-weight:600;}.elementor-75 .elementor-element.elementor-element-ed8acdf .elementor-headline-plain-text{color:#000000;}.elementor-75 .elementor-element.elementor-element-ed8acdf .elementor-headline-dynamic-text{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-75 .elementor-element.elementor-element-8038078 > .elementor-widget-container{margin:0px 0px -10px 0px;}.elementor-75 .elementor-element.elementor-element-8038078{text-align:center;}.elementor-75 .elementor-element.elementor-element-8038078 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:11px;font-weight:600;color:#5D5D5D;}.elementor-75 .elementor-element.elementor-element-2e2545b{text-align:center;}.elementor-75 .elementor-element.elementor-element-2e2545b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:11px;font-weight:600;color:#5D5D5D;}.elementor-75 .elementor-element.elementor-element-292ba07{text-align:center;}.elementor-75 .elementor-element.elementor-element-292ba07 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:12px;color:#969696;}.elementor-75 .elementor-element.elementor-element-d62a7af{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-60801b6 */.metal-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
  .metal-wrapper {
    grid-template-columns: 1fr;
  }
}

.metal-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.metal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.metal-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.metal-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

.gold-icon {
  background: linear-gradient(135deg, #c9a227, #a67c00);
}

.silver-icon {
  background: linear-gradient(135deg, #9ea7ad, #6c757d);
}

.metal-info h2 {
  margin: 0;
  font-size: 22px;
}

.metal-info p {
  margin: 3px 0 0;
  color: #777;
}

.price-badge {
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}

.badge-up {
  background: #d4f5e2;
  color: #1f8f4e;
}

.badge-down {
  background: #f8d7da;
  color: #c0392b;
}

.price-section {
  text-align: center;
  margin-top: 30px;
}

.price-section .label {
  color: #777;
  font-size: 16px;
}

.price-section h1 {
  font-size: 42px;
  margin: 10px 0;
}

.gold h1 {
  color: #b58b00;
}

.silver h1 {
  color: #6c757d;
}

.change {
  font-size: 18px;
  font-weight: 500;
}

.divider {
  height: 1px;
  background: #eee;
  margin: 25px 0;
}

.metal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}

.metal-grid p {
  margin: 0;
  color: #777;
}

.metal-grid strong {
  font-size: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9cf8bc */.currency-table-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  padding: 25px;
  font-family: Arial, sans-serif;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}




/* Modern card style */
.card, .info-card {
  background-color: #fdfdfd;  /* slightly off-white for visibility */
  border-radius: 12px;
  padding: 20px;
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 4px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}


.table-header h2 {
  margin: 0;
  font-size: 22px;
}

.table-controls input {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 220px;
}

.table-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background: #f5f2ea;
}

th, td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

th {
  font-weight: 600;
  font-size: 14px;
  color: #555;
}

td {
  font-size: 15px;
}

tbody tr:hover {
  background: #fafafa;
}

.currency-code {
  font-weight: 600;
}

.rate-column {
  color: #777;
  font-size: 14px;
}

@media (max-width: 768px) {
  th, td {
    font-size: 13px;
    padding: 10px;
  }
}


.flag {
  font-size: 18px;
  margin-right: 8px;
}

.country-name {
  font-weight: 600;
  margin-right: 6px;
}

.currency-code {
  color: #777;
  font-size: 13px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78c571b */.info-cards-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;

}

.info-card {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 4px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 6px 10px rgba(0, 0, 0, 0.15),
    0 12px 20px rgba(0, 0, 0, 0.10);
}

.info-card h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.info-row:last-child {
  border-bottom: none;
}

.info-row span:first-child {
  color: #555;
}

.info-row span:last-child {
  font-weight: 600;
  color: #000;
}

/* Responsive */

@media (max-width: 992px) {
  .info-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .info-cards-wrapper {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */