
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.6;
    color: #333; 
}


.owl-nav {
  display: none;
}

/* Custom active tab styles */
.custom-tabs .tab-item .tab-btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.custom-tabs .tab-item .tab-btn.active {
  border-bottom:  rgb(245 158 11);
  color: rgb(245 158 11);
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-button.active {
  color: #D97706; 
  border-bottom-color: #D97706 !important; 
}


/* Thin horizontal scrollbar */
::-webkit-scrollbar {
  height: 6px;             
}

::-webkit-scrollbar-track {
  background: #e5e7eb;    
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #9ca3af;
  border-radius: 10px;
  border: 2px solid #e5e7eb;
}

/* Firefox scrollbar styling */
* {
  scrollbar-width: thin;
  scrollbar-color: #9ca3af #e5e7eb;
}

img.site_logo {
    width: 160px;
    height: 100%;
}


.banner-ad-box {
    width: auto;
    height: 330px;
}

.banner-ad-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f9fafb; 
    border: 1px solid #e5e7eb; 
    border-radius: 1rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.banner-ad-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem; /* xl */
    padding: 0.25rem;
    transition: transform 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
}

/* Optional: Transition for smooth rotation */
.fa-chevron-down {
    transition: transform 0.2s ease;
}

/* Blog Content Styles - Compact & Responsive */
.rich-text {
    color: #374151;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1rem;
}

/* Headings with better vertical rhythm */
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4 {
    font-weight: 700;
    color: #111827;
    margin: 1.5em 0 0.75em;
    line-height: 1.3;
}

.rich-text h1 { font-size: 1.8rem; }
.rich-text h2 { font-size: 1.5rem; }
.rich-text h3 { font-size: 1.25rem; }

/* Paragraphs & Text */
.rich-text p {
    margin: 0 0 1.25rem;
    color: #4b5563;
}

/* Links */
.rich-text a {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.2s;
}
.rich-text a:hover {
    color: #2563eb;
    text-decoration: underline;
}

/* Lists - more compact */
.rich-text ul, .rich-text ol {
    margin: 1rem 0 1.5rem;
    padding-left: 1.5rem;
    list-style-type: disc;
}
.rich-text li {
    margin: 0.5rem 0;
    padding-left: 0.5rem;
}

/* Blockquotes - subtle style */
.rich-text blockquote {
    border-left: 3px solid #e5e7eb;
    padding: 0.5rem 1rem;
    margin: 1.5rem 0;
    color: #6b7280;
    background-color: #f9fafb;
    font-style: normal;
}

/* Images - responsive with caption style */
.rich-text img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    display: block;
    border-radius: 4px;
}

/* Horizontal Rule - subtle */
.rich-text hr {
    border: 0;
    height: 1px;
    background: #e5e7eb;
    margin: 2rem 0;
}

/* Tables - responsive */
.rich-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    overflow-x: auto;
    display: block;
}
.rich-text th,
.rich-text td {
    border: 1px solid #e5e7eb;
    padding: 0.75rem !important;
    text-align: left;
}
.rich-text th {
    background-color: #f3f4f6;
}

/* Code blocks */
.rich-text pre {
    background: #f3f4f6;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1.5rem 0;
}
.rich-text code {
    font-family: monospace;
    background: #f3f4f6;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .rich-text {
        font-size: 0.95rem;
        padding: 0 0.5rem;
    }
    .rich-text h1 { font-size: 1.6rem; }
    .rich-text h2 { font-size: 1.3rem; }
    .rich-text h3 { font-size: 1.1rem; }
    
    .rich-text ul,
    .rich-text ol {
        padding-left: 1.25rem;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .rich-text {
        line-height: 1.5;
    }
    .rich-text h1 { font-size: 1.4rem; }
    .rich-text h2 { font-size: 1.2rem; }
    
    .rich-text blockquote {
        padding: 0.5rem;
        margin: 1rem 0;
    }
}

/*========*/


.exclusive-offers {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.exclusive-offers th {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #2d3748;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.exclusive-offers td {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #f7fafc;
    color: #4a5568;
    background-color: white;
    vertical-align: middle;
}

.exclusive-offers tr:last-child td {
    border-bottom: none;
}

.exclusive-offers thead {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-bottom: 2px solid #e2e8f0;
}

.exclusive-offers tbody tr {
    transition: background-color 0.15s ease;
}

.exclusive-offers tbody tr:hover td {
    background-color: #f8f9fa;
}

.exclusive-offers tbody tr:nth-child(even) td {
    background-color: #fafbfc;
}

.exclusive-offers tbody tr:nth-child(even):hover td {
    background-color: #f1f3f4;
}

/* Financial number styling */
.exclusive-offers .financial-value {
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    font-weight: 500;
    color: #2d3748;
}

.exclusive-offers .positive-value {
    color: #059669;
    font-weight: 600;
}

.exclusive-offers .negative-value {
    color: #dc2626;
    font-weight: 600;
}

/* Status indicators */
.exclusive-offers .status-active {
    color: #059669;
    font-weight: 600;
}

.exclusive-offers .status-pending {
    color: #d97706;
    font-weight: 600;
}

.exclusive-offers .status-expired {
    color: #6b7280;
    font-weight: 500;
}

/* Dark mode support */
.dark .exclusive-offers th {
    background: linear-gradient(135deg, #374151 0%, #4b5563 100%);
    color: #f9fafb;
    border-bottom-color: #4b5563;
}

.dark .exclusive-offers td {
    background-color: #1f2937;
    color: #d1d5db;
    border-bottom-color: #374151;
}

.dark .exclusive-offers tbody tr:hover td {
    background-color: #374151;
}

.dark .exclusive-offers tbody tr:nth-child(even) td {
    background-color: #111827;
}

.dark .exclusive-offers tbody tr:nth-child(even):hover td {
    background-color: #374151;
}

.dark .exclusive-offers .financial-value {
    color: #e5e7eb;
}

/* Compact rounded corners */
.exclusive-offers thead tr:first-child th:first-child {
    border-top-left-radius: 0.5rem;
}

.exclusive-offers thead tr:first-child th:last-child {
    border-top-right-radius: 0.5rem;
}

.exclusive-offers tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0.5rem;
}

.exclusive-offers tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0.5rem;
}

/* Enhanced responsive design */
@media (max-width: 768px) {
    .exclusive-offers th,
    .exclusive-offers td {
        padding: 0.625rem 0.75rem;
        font-size: 0.75rem;
    }
    
    .exclusive-offers {
        font-size: 0.75rem;
    }
}

@media (max-width: 640px) {
    .exclusive-offers th,
    .exclusive-offers td {
        padding: 0.5rem 0.625rem;
    }
    
    .exclusive-offers th {
        font-size: 0.6875rem;
    }
}

/* Financial typography enhancements */
.exclusive-offers {
    letter-spacing: -0.01em;
}

.exclusive-offers th {
    font-weight: 700;
}

/* Subtle hover effects for interactive rows */
.exclusive-offers tbody tr {
    cursor: default;
}

.exclusive-offers tbody tr:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}