/* Feroz code */

/* Container styling */
#filter-form {
  margin-bottom: 20px;
  text-align: right;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

#search-input {
  
  margin: 4px 0 0px 24px;
  border:1px solid blue;
  font-size: 16px;
  width: 250px;  
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

#search-input:focus {
  border-color: #0073aa;
  outline: none;
}

/* Table styling */
#post-results{padding: 10px;}
#post-results table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 10px;
  overflow: hidden;
}

#post-results tr:hover {
  background-color: #f1f5f9;
}

/* Pagination */
#pagination {
  margin-top: 20px;
  text-align: center;
  padding:10px;
}
.pagination{
      display: flex;
    justify-content: center !important;
    margin: 20px auto;
}

.pagination a {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 14px;
  background-color: #f1f1f1;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination a:hover {
  background-color: #0073aa;
  color: #fff;
}

.pagination a.active {
  background-color: #0073aa;
  color: #fff;
  font-weight: bold;
}






/* Table container */
#post-results table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border:1px solid blue;
}

/* Table headers */
#post-results thead {
  background-color: #3498db;
   color:white;
}

#post-results th {
  padding: 14px 16px;
  text-align: left;
  background-color: #3498db;
   color:white;
  font-weight: 600;
  border-bottom: 2px solid #e5eaf1;
}

/* Table rows */
#post-results td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  color: #444;
}

/* Hover effect for rows */
#post-results tbody tr:hover {
  background-color: #f9fcff;
  transition: background-color 0.2s ease;
}

/* Table links */
#post-results a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
}

#post-results a:hover {
  text-decoration: underline;
  color: #005b8c;
}

/* Responsive Table */
@media (max-width: 768px) {
   

  #post-results td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: #666;
  }
  .hide-mobile {
        display: none;
      }
}

#overview table{
  width: 100%; border-collapse: collapse; border: 1px solid #ddd;
}
#overview table tr td{
  padding: 12px; border: 1px solid #ddd;
}


.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-family: 'Segoe UI', sans-serif;
}

.wp-block-table th,
.wp-block-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.wp-block-table th {
  background-color: #f7f9fc;
  font-weight: 600;
}

/* bullion css */

#gold-price-box, #silver-price-box, #platinum-price-box
{
    background-color: #f9f9f9;
    border: 2px solid #ffd700;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: fit-content;
    border-radius: 8px;
    margin: 20px 0;
}
.bullionprice{    
    background-color: #f9f9f9;
    border: 2px solid blue;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: fit-content;
    border-radius: 8px;
    margin: 20px 0;
}
#gold-price-value, #silver-price-value, #platinum-price-value, #copper-price-value, #bitcoin-price-value ,
#ethereum-price-value, #euroinrvalue, #gbpinrvalue, #cnyinrvalue, #usdinrvalue
{
    color: #d4af37;
    margin-left: 10px;
}


.fancy-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  margin: 2rem auto;
  max-width: 1200px;
}

.fancy-box {
  flex: 1 1 45%;
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.fancy-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.fancy-box h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2a4365;
}

.fancy-box p {
  font-size: 1rem;
  color: #4a5568;
}

/* Responsive */
@media (max-width: 768px) {
  .fancy-box {
    flex: 1 1 100%;
  }
}

/* tab container 25 july */

    .tab-container {
     /* max-width: 600px; */
      max-width: var(--content-width);
      margin:  0 auto;
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .tab-buttons {
      display: flex;
      border-bottom: 1px solid #ddd;
    }

    .tab-buttons button {
      flex: 1;
      padding: 12px;
      background: #f9f9f9;
      border: none;
      cursor: pointer;
      transition: background 0.3s;
      font-weight: bold;
    }

    .tab-buttons button.active {
      background: white;
      border-bottom: 2px solid #3498db;
      color: #3498db;
    }

    .tab-content {
      display: none;
      padding: 20px;
    }

    .tab-content.active {
      display: block;
    }

    @media (max-width: 600px) {
      .tab-buttons {
        flex-direction: column;
      }
    }

/* feroz 26july */

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    list-style: none;
}
.tabs li {
    padding: 8px 15px;
    background: #eee;
    cursor: pointer;
}
.tabs li.active {
   /* background: #3498db; */
   background: #61CE70;
    color: white;
    border-radius: 4px;
}
#post-table {
     width: 100%;
    border-collapse: separate; /* IMPORTANT for border-radius to work */
    border-spacing: 0;
    margin: 15px 0 15px 10px;
    font-family: Arial, sans-serif;
    border: 1px solid blue;
    border-radius: 10px; /* Rounded corners */
    overflow: hidden;
}

#post-table thead th:first-child {
    border-top-left-radius: 10px;
}
#post-table thead th:last-child {
    border-top-right-radius: 10px;
}
#post-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
#post-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Table border */
#post-table th,
#post-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

/* Header row style */
#post-table thead {
    background-color: #61CE70; /* Dark background */
    color: #fff;             /* White text */
}

/* Alternate row shading 
#post-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}*/

#post-table a {
    background: #3498db;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

#post-table a:hover {
    /* background: #005b8f; */
    background: #3498db;
    color: #fff;
    text-decoration: none;
}
.highlight-today {
        background-color: #fffae6 !important; 
        font-weight: bold ! !important;
    }
.custom-share {
  font-family: Arial, sans-serif;
  margin-top: 20px;
}
.custom-share a {
  text-decoration: none;
  color: #0073aa;
  margin-right: 10px;
  font-size: 15px;
}
.custom-share a:hover {
  text-decoration: underline;
}
.custom-share i {
  margin-right: 6px;
}
/* top menu text color change  */
.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item{
  color:#fff !important;
}
a.hfe-menu-item{
  color:#000 !important;
}

/* sticky header */
#masthead {
    position: sticky !important;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: none !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border:1px solid #fff;
}

.elementor-sticky--effects {
    top: 0 !important;
    transform: none !important;
}

/* start subscription button  */

form#subscribe-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Input fields */
form#subscribe-form input[type="text"],
form#subscribe-form input[type="email"] {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
}

/* Focus state */
form#subscribe-form input[type="text"]:focus,
form#subscribe-form input[type="email"]:focus {
    border-color: #3498db;
    box-shadow: 0 0 5px rgba(76, 154, 255, 0.3);
    outline: none;
}

/* Submit button */
form#subscribe-form input[type="submit"] {
    padding: 12px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Hover state */
form#subscribe-form input[type="submit"]:hover {
    background-color: #357ae8;
}

/* Success message */
form#subscribe-form + p {
    text-align: center;
    color: green;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 480px) {
    form#subscribe-form {
        padding: 15px;
    }
}

/* Subscribe form wrapper  end */









