.elementor-23534 .elementor-element.elementor-element-e68f9ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-79e17ad *//* Reset and Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
}

a {
    color: #c8a415;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #a08310;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Announcement Bar */
.announcement-bar {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.announcement-bar p {
    margin: 0;
}

/* Header */
.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.header-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.logo-link {
    display: inline-block;
}

.site-logo {
    max-height: 55px;
    width: auto;
}

.header-nav ul {
    list-style: none;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.header-nav a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.header-nav a:hover {
    color: #c8a415;
    text-decoration: none;
    border-bottom-color: #c8a415;
}

/* Breadcrumb */
.breadcrumb-wrapper {
    background: #f5f5f5;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 13px;
    color: #777;
}

.breadcrumb-list li:not(:last-child)::after {
    content: "›";
    margin-left: 6px;
    color: #999;
}

.breadcrumb-list a {
    color: #666;
}

.breadcrumb-list a:hover {
    color: #c8a415;
}

/* Blog Layout */
.blog-main {
    padding: 40px 0 60px;
}

.blog-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

/* Blog Content */
.blog-content h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 36px;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-weight: 700;
}

.blog-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-meta a {
    color: #c8a415;
    font-weight: 600;
}

.blog-hero-image {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.blog-body h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    color: #1a1a1a;
    margin: 40px 0 16px;
    padding-top: 10px;
    line-height: 1.3;
}

.blog-body h3 {
    font-size: 20px;
    color: #222;
    margin: 28px 0 12px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-body p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
}

.blog-body strong {
    color: #1a1a1a;
}

/* Lists */
.styled-list,
.numbered-list {
    margin: 16px 0 24px 20px;
}

.styled-list li,
.numbered-list li {
    margin-bottom: 14px;
    padding-left: 6px;
    line-height: 1.7;
    color: #444;
}

.styled-list li strong,
.numbered-list li strong {
    color: #1a1a1a;
}

/* Disclaimer Box */
.disclaimer-box {
    background: #fff8e1;
    border-left: 4px solid #c8a415;
    padding: 18px 22px;
    margin: 24px 0 30px;
    border-radius: 4px;
    font-size: 14px;
}

.disclaimer-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* FAQ Section */
.faq-section {
    margin: 20px 0 30px;
}

.faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px 24px;
    margin-bottom: 16px;
    background: #fafafa;
    transition: box-shadow 0.2s ease;
}

.faq-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.faq-item h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #1a1a1a;
}

.faq-item p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: #fff;
    padding: 36px 32px;
    border-radius: 8px;
    margin: 36px 0 10px;
    text-align: center;
}

.cta-section h3 {
    color: #c8a415;
    font-size: 24px;
    margin: 0 0 12px;
    font-family: 'Playfair Display', Georgia, serif;
}

.cta-section p {
    color: #ccc;
    margin-bottom: 22px;
    font-size: 16px;
}

.cta-section p a {
    color: #e8c840;
}

.cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    text-decoration: none !important;
}

.cta-btn-primary {
    background: #c8a415;
    color: #fff !important;
}

.cta-btn-primary:hover {
    background: #a08310;
    color: #fff !important;
    transform: translateY(-1px);
}

.cta-btn-secondary {
    background: transparent;
    color: #c8a415 !important;
    border: 2px solid #c8a415;
}

.cta-btn-secondary:hover {
    background: #c8a415;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Sidebar */
.blog-sidebar {
    position: sticky;
    top: 90px;
}

.sidebar-widget {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 22px 20px;
    margin-bottom: 20px;
}

.sidebar-widget h3 {
    font-size: 17px;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c8a415;
    font-weight: 700;
}

.sidebar-widget p {
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
    line-height: 1.6;
}

.sidebar-btn {
    display: block;
    text-align: center;
    background: #c8a415;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: background 0.2s ease;
    text-decoration: none !important;
}

.sidebar-btn:hover {
    background: #a08310;
}

.sidebar-links {
    list-style: none;
}

.sidebar-links li {
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
}

.sidebar-links li:last-child {
    border-bottom: none;
}

.sidebar-links a {
    color: #444;
    font-size: 14px;
    transition: color 0.2s ease;
}

.sidebar-links a:hover {
    color: #c8a415;
    text-decoration: none;
}

.trust-widget {
    background: #1a1a1a;
    border-color: #333;
}

.trust-widget h3 {
    color: #c8a415;
    border-bottom-color: #c8a415;
}

.trust-widget p {
    color: #bbb;
}

/* Footer */
.site-footer {
    background: #1a1a1a;
    color: #bbb;
    padding: 50px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #333;
}

.footer-col h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 8px;
}

.footer-col a {
    color: #999;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-col a:hover {
    color: #c8a415;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    font-size: 13px;
    color: #777;
}

.footer-legal {
    list-style: none;
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: #777;
    font-size: 13px;
}

.footer-legal a:hover {
    color: #c8a415;
}

/* Responsive */
@media (max-width: 992px) {
    .blog-layout {
        grid-template-columns: 1fr;
    }

    .blog-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .blog-content h1 {
        font-size: 30px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-nav ul {
        gap: 14px;
    }

    .blog-content h1 {
        font-size: 26px;
    }

    .blog-body h2 {
        font-size: 23px;
    }

    .blog-sidebar {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .blog-meta {
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .blog-content h1 {
        font-size: 22px;
    }

    .blog-body h2 {
        font-size: 20px;
    }

    .cta-section {
        padding: 24px 18px;
    }

    .faq-item {
        padding: 16px;
    }
}/* End custom CSS */