
    p {
    color: #333 !important;
}

/* Target all tables (or scope inside a parent if needed) */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    border-radius: 8px;
    overflow: hidden;
    /*display: block;*/
    overflow-x: auto;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Remove inline font styling effect */
table font,
table span {
    font-family: inherit !important;
    color: inherit !important;
}

/* Header row (your thead uses td) */
table thead tr td {
    background-color: #74d31d;
    color: #000 !important;
    padding: 14px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #e5e5e5;
}

/* Body cells */
table td {
    padding: 12px;
    border: 1px solid #e5e5e5;
    color: #444;
    text-align: center;
    background: #fff;
}

/* First column (Feature) */
table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #222;
}

/* Zebra rows */
table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

/* Hover effect */
table tbody tr:hover {
    background: #eef7e7;
    transition: 0.2s ease;
}

/* Scrollbar (optional) */
table::-webkit-scrollbar {
    height: 6px;
}
table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}




/* Container & Table Base */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif !important;
    border-radius: 8px;
    overflow: hidden;
    display: table; /* Changed from block to maintain table integrity */
    overflow-x: auto;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: none !important; /* Removes outer inline borders */
}

/* Force override of inline styles on inner elements */
table font, 
table span, 
table td, 
table b, 
table strong {
    font-family: 'Segoe UI', sans-serif !important;
    line-height: normal !important;
    margin: 0 !important;
}

/* Header Styling (Targeting your specific thead > tr > td structure) */
table thead tr td {
    background-color: #74d31d !important;
    color: #000 !important;
    padding: 14px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border: 1px solid #e5e5e5 !important;
}

/* Body Cell Styling */
table tbody td {
    padding: 12px !important;
    border: 1px solid #e5e5e5 !important;
    color: #444 !important;
    text-align: center !important;
    background-color: #fff; /* Base background */
}

/* Feature Column (First Column) */
table tbody td:first-child {
    text-align: left !important;
    font-weight: 600 !important;
    color: #222 !important;
    background-color: #ffffff; /* Keeps it white even in zebra rows if preferred */
}

/* Zebra Rows - Applying to the TD to beat inline styles */
table tbody tr:nth-child(even) td {
    background-color: #f8f9fa !important;
}

/* Hover Effect - Target the TD for maximum override power */
table tbody tr:hover td {
    background-color: #eef7e7 !important;
    transition: 0.2s ease;
}

/* Custom Scrollbar for the horizontal overflow */
table::-webkit-scrollbar {
    height: 6px;
}
table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}



 h3 span {
    color: #000000;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /*border-bottom: 3px solid #74d31d;*/
    display: inline-block;
    padding-bottom: 5px;
}





    .related-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

/* Hide scrollbar (clean UI) */
.related-scroll::-webkit-scrollbar {
  height: 6px;
}

.related-scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}


.premium-related {
  font-family: 'Roboto', sans-serif;
}

/* Card */
.premium-card {
  min-width: 260px;
  max-width: 260px;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.premium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Image */
.premium-img {
  position: relative;
}

.premium-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* Badge */
.badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #74d31d;
  color: #fff;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 20px;
}

/* Content */
.premium-content {
  padding: 12px;
}

.premium-content h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.premium-content p {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

/* Meta */
.meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}

.meta a {
  color: #74d31d;
  text-decoration: none;
}




    .btn-success {
        background: #74d31d;
    color: #fff;
    }
    
    .btn-outline-primary {
        border: 1px solid #222;
    padding: 5px 18px;
    /*font-size: 14px;*/
    border-radius: 6px;
    color: #222;
    }
    
    .card-footer {
            display: flex;
    justify-content: space-between;
    margin-top: 5px;
    padding-top: 5px;
    }
    
    .image-box{
        opacity: 1;
    transition: opacity 0.4s;
    pointer-events: auto;
    text-align: center;
    border: 2px solid #74d31d;
    position: relative;
    border-radius: 18px;
    
    }
    .card {
        border: none;

    }
    
    .new-card {
            border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s;
    }
    
    .card-body p {
        font-size: 1em !important;
    }
    
    
    
    
