:root {
    --primary-color: #2ecc71;
    --primary-dark: #27ae60;
    --secondary-color: #f39c12;
    --accent-color: #e67e22;
    --dark-color: #2c3e50;
    --light-color: #f8f9fa;
    --white: #ffffff;
    --text-main: #34495e;
    --text-muted: #7f8c8d;
    --bg-gradient: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    --premium-gradient: linear-gradient(135deg, #2ecc71 0%, #1abc9c 100%);
    --card-shadow: 0 10px 30px rgba(0,0,0,0.05);
    --card-hover-shadow: 0 15px 45px rgba(46, 204, 113, 0.15);
    --glass-bg: rgba(255, 255, 255, 0.8);
}

/* Elite Mobile Drawer (Offcanvas) */
.elite-drawer {
    width: 320px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: -25px 0 80px rgba(15, 23, 42, 0.12) !important;
    z-index: 3000 !important;
}

.btn-close-premium {
    background: #f1f5f9;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.3s ease;
}

.btn-close-premium:hover {
    background: #fee2e2;
    color: #ef4444;
    transform: rotate(90deg);
}

.drawer-section-label {
    font-size: 0.7rem;
    font-weight: 800;
    text-uppercase: uppercase;
    letter-spacing: 1.5px;
    color: #94a3b8;
    margin-bottom: 20px;
    padding-left: 5px;
}

.elite-nav-list li {
    margin-bottom: 12px;
}

.elite-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 18px;
    color: #334155;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.elite-icon-box {
    width: 44px;
    height: 44px;
    background: #f8fafc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.elite-icon-box.small {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
}

.elite-nav-link:hover {
    background: #f1f5f9;
    color: var(--primary-color) !important;
    transform: translateX(8px);
}

.elite-nav-link:hover .elite-icon-box {
    background: white;
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.15);
}

.elite-nav-link.active {
    background: #ecfdf5;
    color: #059669;
}

.elite-nav-link.active .elite-icon-box {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.drawer-footer {
    margin-top: auto;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.support-capsule {
    background: white;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.support-avatar {
    width: 40px;
    height: 40px;
    background: #f0fdf4;
    color: #16a34a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capsule-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
}

.capsule-email {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e293b;
}

.social-minimal a {
    color: #94a3b8;
    margin-right: 15px;
    font-size: 1rem;
    transition: color 0.3s;
}

.social-minimal a:hover {
    color: var(--primary-color);
}

.btn-lang-mini {
    padding: 5px 15px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
}

/* Hide Scrollbar for drawer */
.offcanvas-body::-webkit-scrollbar {
    display: none;
}
.offcanvas-body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    background-color: #fcfcfc;
    overflow-x: hidden;
    line-height: 1.6;
}

section, .py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

@media (max-width: 768px) {
    section, .py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

a {
    text-decoration: none !important;
    color: inherit;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: var(--dark-color);
}

/* Header & Navigation Redesign */
.navbar {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 5px 0; /* Strict 5px padding */
    transition: all 0.4s ease;
    z-index: 1050;
}

.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 75px; /* Maximized for the 5px padding context */
    width: auto;
    display: block;
}

.nav-link {
    font-weight: 600;
    font-size: 0.92rem;
    color: #34495e !important;
    padding: 10px 15px !important;
    margin: 0 5px;
    position: relative;
    transition: all 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: var(--primary-color) !important;
}

/* Subtle Underline Effect */
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}

.nav-link:hover::after, .nav-link.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Sub-Menu (Dropdown) Panel */
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    padding: 12px;
    background: #fff;
    min-width: 220px;
    margin-top: 10px !important;
    z-index: 1100; /* Ensures it stays above sidebar elements */
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-item {
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #4a5568;
    transition: all 0.25s ease;
    margin-bottom: 2px;
}

.dropdown-item:last-child {
    margin-bottom: 0;
}

.dropdown-item:hover {
    background-color: rgba(46, 204, 113, 0.08);
    color: var(--primary-color);
    padding-left: 24px;
}

/* Dropdown Icon Styling */
.dropdown-icon {
    font-size: 0.7rem;
    margin-left: 5px;
    opacity: 0.6;
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
    opacity: 1;
}

/* Language Toggle Custom */
.lang-toggle-pill {
    background: #f1f5f9;
    padding: 4px;
    border-radius: 50px;
    display: flex;
    width: 85px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.03);
}

.lang-toggle-pill a {
    flex: 1;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    padding: 6px 0;
    z-index: 2;
    text-decoration: none !important;
}

.lang-toggle-pill a.active {
    color: #fff;
}

.lang-toggle-pill .toggle-bg {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: var(--primary-color);
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.lang-toggle-pill a:nth-child(1).active ~ .toggle-bg {
    left: 4px;
}

.lang-toggle-pill a:nth-child(2).active ~ .toggle-bg {
    left: 43px; /* Adjusting for the middle position of the pill */
}

.btn-primary {
    background: var(--premium-gradient);
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.2);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(46, 204, 113, 0.3);
}

.btn-outline-premium {
    border: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-outline-premium:hover {
    background: var(--primary-color);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.2);
}

/* Hero Section */
.hero-section {
    min-height: calc(100vh - 85px); /* Adjusted for 75px logo + 10px total padding */
    display: flex;
    align-items: center;
    padding: 40px 0;
    background: radial-gradient(circle at top right, rgba(46, 204, 113, 0.05), transparent),
                radial-gradient(circle at bottom left, rgba(243, 156, 18, 0.05), transparent);
    position: relative;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.hero-content .lead {
    font-size: 1.15rem;
    margin-bottom: 2.5rem !important;
}

.text-gradient {
    background: var(--premium-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-image-container {
    position: relative;
    z-index: 1;
}

.hero-image-container img {
    border-radius: 30px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
    max-height: 75vh;
    object-fit: cover;
}

.floating-card {
    position: absolute;
    background: var(--white);
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 2;
    animation: float 4s ease-in-out infinite;
}

.floating-card.top-card {
    top: 10%;
    left: -10%;
}

.floating-card.bottom-card {
    bottom: 10%;
    right: -5%;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Category Cards */
.category-card {
    border: none;
    border-radius: 25px;
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--card-shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--card-hover-shadow);
}

.category-img-wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.category-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.category-card:hover .category-img-wrapper img {
    transform: scale(1.1);
}

.category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--white);
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Blog Posts */
.post-card {
    border: none;
    background: transparent;
    margin-bottom: 30px;
}

.post-card .img-container {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 240px;
}

.post-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.post-card:hover img {
    transform: scale(1.05);
}

.post-card .post-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.post-card:hover .post-title {
    color: var(--primary-color);
}

/* Lead Gen Section */
.lead-gen-section {
    background: var(--dark-color);
    border-radius: 40px;
    padding: 60px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.lead-gen-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: rgba(46, 204, 113, 0.1);
    border-radius: 50%;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

/* Badges & Utilities */
.bg-primary-light { background-color: rgba(46, 204, 113, 0.1); color: var(--primary-color); }
.bg-warning-light { background-color: rgba(243, 156, 18, 0.1); color: var(--secondary-color); }
.bg-success-light { background-color: rgba(46, 204, 113, 0.1); color: var(--primary-color); }

.badge {
    padding: 8px 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Breadcrumbs */
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    content: "•";
}

.breadcrumb a {
    opacity: 0.8;
    transition: opacity 0.3s;
}

.breadcrumb a:hover {
    opacity: 1;
    color: var(--white) !important;
}

/* Tables */
.table {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.table thead {
    background: var(--dark-color);
    color: var(--white);
}

.table th, .table td {
    padding: 15px 20px;
    vertical-align: middle;
}

/* Post Content Styling */
.post-content-main h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.post-content-main h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.post-content-main p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #444;
}

/* Accordion Custom */
.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 10px;
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.accordion-button {
    font-weight: 600;
    color: var(--dark-color);
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--white);
    color: var(--primary-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,0.1);
}

/* Modal Redesign */
.modal-content {
    border-radius: 30px !important;
    border: none !important;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.2) !important;
}

.modal-header .btn-close {
    background-color: #f8fafc;
    padding: 12px;
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.modal-header .btn-close:hover {
    background-color: #f1f5f9;
    opacity: 1;
    transform: rotate(90deg);
}

.modal-body {
    padding: 40px !important;
}

.modal-icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(46, 204, 113, 0.1);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.modal-body h3 {
    font-weight: 800;
    letter-spacing: -0.5px;
}

.form-label {
    margin-bottom: 8px;
    color: #475569;
}

.modal .form-control {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 12px 20px !important;
}

.modal .form-control:focus {
    background: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.1);
}

/* Search Bar */
.search-wrapper {
    background: var(--white);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}

.search-wrapper input {
    border: none;
    padding-left: 20px;
    flex-grow: 1;
}

.search-wrapper input:focus {
    box-shadow: none;
    outline: none;
}

/* Footer */
.footer {
    background: #fdfdfd;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.social-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 50%;
    margin-right: 10px;
    color: var(--dark-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
}

.footer h5 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 1.5rem !important;
    position: relative;
    padding-bottom: 10px;
}

.footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 50px;
}

.footer ul li {
    margin-bottom: 12px;
}

.footer ul li a {
    color: var(--text-muted);
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer ul li a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.footer-bottom-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--primary-color);
}

/* Sidebar Widget Redesign */
.card-cta-premium {
    background: linear-gradient(145deg, #2c3e50, #1a252f);
    border: none;
    position: relative;
    overflow: hidden;
    color: #fff !important;
}

.card-cta-premium::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 250px;
    height: 250px;
    background: rgba(46, 204, 113, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.card-cta-premium h5 {
    color: #fff !important;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.card-cta-premium p {
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,0.8);
}

.card-cta-premium .btn {
    position: relative;
    z-index: 1;
    border: none;
    padding: 14px;
    background: var(--premium-gradient);
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.card-newsletter {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.card-newsletter h5 {
    font-weight: 800;
}

.card-newsletter .form-control {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 12px 20px;
    font-size: 0.9rem;
    color: #334155;
}

.card-newsletter .form-control:focus {
    background: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.1);
}

.card-newsletter .btn {
    padding: 12px;
    font-weight: 700;
    background: var(--dark-color);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.card-newsletter .btn:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.2);
}

/* Related Content List */
.list-group-item-action {
    transition: all 0.3s ease;
    border-radius: 12px !important;
    margin-bottom: 5px;
}

.list-group-item-action:hover {
    background-color: #f1f5f9 !important;
    padding-left: 10px !important;
    color: var(--primary-color) !important;
}

/* Responsive Fixes */
/* Authority Marquee */
.authority-marquee {
    background: #f8fafc;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
}

.marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-right: 60px;
    opacity: 0.5;
    filter: grayscale(1);
    transition: all 0.3s ease;
}

.marquee-item:hover {
    opacity: 1;
    filter: grayscale(0);
}

.marquee-item img {
    height: 35px;
    filter: grayscale(1) opacity(0.6);
    transition: all 0.3s;
}

/* Success Stories / Transformations */
.transformation-card {
    background: #fff;
    border-radius: 35px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 20px 50px rgba(0,0,0,0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.transformation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(46, 204, 113, 0.1);
}

.transformation-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 25px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.transformation-img-grid img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.transformation-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 2;
    color: var(--primary-color);
}

.transformation-label {
    position: absolute;
    top: 20px;
    padding: 4px 12px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}

.label-before { left: 20px; }
.label-after { right: 20px; }

.testimonial-quote {
    position: relative;
    padding: 0 25px 25px;
}

.testimonial-quote::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 4rem;
    font-family: 'serif';
    color: var(--primary-color);
    opacity: 0.1;
}

.testimonial-quote p {
    font-size: 0.95rem;
    line-height: 1.7;
    font-style: italic;
    color: #475569;
    margin-bottom: 20px;
}

.user-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-meta img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--dark-color);
    display: block;
}

.user-goal {
    font-size: 0.75rem;
    color: #94a3b8;
}

.stat-pill {
    background: rgba(46, 204, 113, 0.1);
    color: var(--primary-color);
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-block;
}



.marquee-item span {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--dark-color);
    letter-spacing: 1px;
    text-transform: uppercase;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* FAQ Styling Homepage */
.faq-homepage .accordion-item {
    border: 1px solid #e2e8f0;
    margin-bottom: 15px;
}

.faq-homepage .accordion-button:not(.collapsed) {
    background-color: var(--primary-light);
    color: var(--primary-color);
}

/* Blog Post Content Styling */
.post-content-main {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #334155;
}

.post-content-main h2, .post-content-main h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 800;
    color: var(--dark-color);
}

.post-content-main p {
    margin-bottom: 1.5rem;
}

.post-content-main a {
    color: #2563eb !important; /* Premium Blue for visibility */
    text-decoration: underline !important;
    font-weight: 600;
    transition: all 0.2s ease;
}

.post-content-main a:hover {
    color: #1d4ed8 !important;
    text-decoration: none !important;
}

