.elementor-27521 .elementor-element.elementor-element-11ac386{--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-23ce6ec *//* ===== Global Styles ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #333;
    background-color: #fff;
}

a {
    color: #d4a843;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

/* ===== Header ===== */
.site-header {
    background-color: #1a1a2e;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

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

.header-logo img {
    height: 55px;
    width: auto;
}

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

.header-nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.header-nav a:hover {
    color: #d4a843;
    text-decoration: none;
}

.btn-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #d4a843;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-call:hover {
    background-color: #b8922e;
    color: #fff;
    text-decoration: none;
    transform: scale(1.04);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 26px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: 0.3s;
}

/* ===== Blog Hero ===== */
.blog-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('https://searenovation.com/wp-content/uploads/2024/12/Bathroom-Tiles-4-1024x768.jpg') center/cover no-repeat;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.88) 0%, rgba(26, 26, 46, 0.72) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    padding: 60px 24px;
}

.hero-content h1 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

/* ===== Blog Main ===== */
.blog-main {
    padding: 50px 20px 60px;
    background-color: #fafafa;
}

.blog-container {
    max-width: 820px;
    margin: 0 auto;
}

/* ===== Summary Box ===== */
.summary-box {
    background-color: #f0ebe0;
    border-left: 5px solid #d4a843;
    padding: 24px 28px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 36px;
}

.summary-label {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.summary-box p {
    font-size: 15.5px;
    color: #444;
    line-height: 1.7;
}

/* ===== Table of Contents ===== */
.toc-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 42px;
}

.toc-title {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d4a843;
}

.toc-box ul {
    list-style: none;
    padding: 0;
}

.toc-box li {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.toc-box li:last-child {
    border-bottom: none;
}

.toc-box a {
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.toc-box a::before {
    content: '•';
    color: #d4a843;
    font-weight: 700;
    font-size: 18px;
}

.toc-box a:hover {
    color: #d4a843;
    text-decoration: none;
    padding-left: 6px;
}

/* ===== Article Content ===== */
.blog-article {
    background-color: #fff;
    border-radius: 10px;
    padding: 44px 40px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 36px;
}

.article-intro {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.article-intro p {
    margin-bottom: 16px;
    font-size: 17px;
}

.blog-article section {
    margin-bottom: 44px;
}

.blog-article h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 18px;
    padding-top: 10px;
    line-height: 1.3;
}

.blog-article h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2a2a3e;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.35;
}

.blog-article p {
    margin-bottom: 16px;
    color: #444;
}

.blog-article ul,
.blog-article ol {
    margin: 16px 0 20px 24px;
    color: #444;
}

.blog-article li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.blog-article li strong {
    color: #1a1a2e;
}

.blog-article a {
    color: #d4a843;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(212, 168, 67, 0.3);
    text-underline-offset: 3px;
}

.blog-article a:hover {
    color: #b8922e;
    text-decoration-color: #b8922e;
}

/* ===== Timeline Steps ===== */
.timeline-steps {
    margin: 24px 0 28px;
}

.timeline-step {
    display: flex;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
}

.timeline-step:last-child {
    border-bottom: none;
}

.step-label {
    background-color: #1a1a2e;
    color: #d4a843;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 2px;
}

.timeline-step p {
    margin-bottom: 0;
    font-size: 15.5px;
}

/* ===== Benefits Grid ===== */
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}

.benefit-card {
    background-color: #f8f6f1;
    border-radius: 8px;
    padding: 24px;
    border-top: 3px solid #d4a843;
}

.benefit-card h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #1a1a2e;
}

.benefit-card p {
    font-size: 15px;
    margin-bottom: 0;
}

/* ===== FAQ Section ===== */
.faq-section {
    margin-bottom: 44px;
}

.faq-item {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 22px 26px;
    margin-bottom: 16px;
    border-left: 4px solid #d4a843;
}

.faq-item h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-bottom: 10px;
}

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

/* ===== CTA Section ===== */
.cta-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4e 100%);
    border-radius: 12px;
    padding: 44px 40px;
    text-align: center;
    margin-bottom: 0;
}

.cta-section h2 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.cta-section p {
    color: #ccc;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 16px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.btn-primary {
    display: inline-block;
    background-color: #d4a843;
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #FFFFE0;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    color: #d4a843;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #d4a843;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #FFFFE0;
    color: #fff;
    text-decoration: none;
}

/* ===== Article Details ===== */
.article-details {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 36px;
}

.detail-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    font-weight: 600;
    color: #1a1a2e;
    min-width: 100px;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: transform 0.2s ease, opacity 0.3s ease;
}

.share-btn:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
}

.share-facebook {
    background: linear-gradient(135deg, #4267B2, #3b5998);
}

.share-twitter {
    background: linear-gradient(135deg, #1DA1F2, #0d8ed9);
}

.share-linkedin {
    background: linear-gradient(135deg, #0077b5, #006097);
}

/* ===== Footer ===== */
.site-footer {
    background-color: #1a1a2e;
    color: #ccc;
    padding: 60px 0 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-logo {
    width: 200px;
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.65;
    color: #aaa;
}

.footer-col h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #d4a843;
}

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

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

.footer-col a {
    color: #aaa;
    font-size: 14px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
}

.footer-col a:hover {
    color: #d4a843;
    text-decoration: none;
    padding-left: 4px;
}

.contact-list a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 4px 0;
}

.contact-list i {
    color: #d4a843;
    margin-top: 4px;
    font-size: 14px;
    flex-shrink: 0;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ccc;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
    background-color: #d4a843;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

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

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .header-nav ul {
        gap: 18px;
    }

    .header-nav a {
        font-size: 14px;
    }

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

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .header-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .blog-hero {
        min-height: 280px;
    }

    .blog-article {
        padding: 28px 22px;
    }

    .blog-article h2 {
        font-size: 1.4rem;
    }

    .blog-article h3 {
        font-size: 1.1rem;
    }

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

    .cta-section {
        padding: 32px 22px;
    }

    .cta-section h2 {
        font-size: 1.35rem;
    }

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

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 320px;
        text-align: center;
        justify-content: center;
    }

    .timeline-step {
        flex-direction: column;
        gap: 8px;
    }

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

    .toc-box {
        padding: 20px;
    }

    .summary-box {
        padding: 20px 22px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content {
        padding: 40px 16px;
    }

    .blog-article {
        padding: 22px 16px;
    }

    .faq-item {
        padding: 18px 18px;
    }

    .header-logo img {
        height: 42px;
    }
}/* End custom CSS */