.elementor-4448 .elementor-element.elementor-element-d3c5e8e{--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-149993e *//* ===================================
   Global Styles & Reset
   =================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #2c5f7c;
    --secondary-color: #8b7355;
    --accent-color: #d4a373;
    --text-dark: #1a1a1a;
    --text-medium: #4a4a4a;
    --text-light: #6b6b6b;
    --background-light: #f9f7f4;
    --background-white: #ffffff;
    --border-color: #e5e5e5;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.16);
    --transition: all 0.3s ease;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--background-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

h1 {
    font-size: 2.75rem;
    font-weight: 700;
}

h2 {
    font-size: 2.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.35rem;
    margin-bottom: 0.875rem;
}

p {
    margin-bottom: 1.25rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

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

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

ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

strong {
    font-weight: 600;
    color: var(--text-dark);
}

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

/* ===================================
   Header
   =================================== */

.site-header {
    background-color: var(--background-white);
    box-shadow: var(--shadow-sm);
    padding: 1.25rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.logo a {
    display: flex;
    flex-direction: column;
    color: var(--text-dark);
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.logo-subtitle {
    font-size: 0.875rem;
    color: var(--text-medium);
    font-weight: 400;
    letter-spacing: 0.5px;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    padding: 0;
    margin: 0;
}

.main-nav li {
    margin: 0;
}

.main-nav a {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-medium);
    transition: var(--transition);
}

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

.btn-nav {
    background-color: var(--primary-color);
    color: var(--background-white) !important;
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
}

.btn-nav:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ===================================
   Breadcrumb
   =================================== */

.breadcrumb {
    background-color: var(--background-light);
    padding: 1rem 0;
    font-size: 0.875rem;
}

.breadcrumb a {
    color: var(--text-medium);
}

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

.breadcrumb span {
    color: var(--text-dark);
}

/* ===================================
   Blog Hero
   =================================== */

.blog-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 4rem 0 3rem;
    color: var(--background-white);
}

.blog-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.blog-category {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.blog-hero h1 {
    color: var(--background-white);
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.blog-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    opacity: 0.9;
}

.separator {
    opacity: 0.6;
}

/* ===================================
   Featured Image
   =================================== */

.featured-image {
    margin: -3rem 0 3rem;
}

.featured-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
}

/* ===================================
   Blog Content
   =================================== */

.blog-content {
    padding: 3rem 0 4rem;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 4rem;
    align-items: start;
}

.main-article {
    max-width: 800px;
}

.intro-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-medium);
    margin-bottom: 2.5rem;
}

.intro-text p:first-child {
    font-size: 1.25rem;
    color: var(--text-dark);
    font-weight: 500;
}

.main-article a {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(44, 95, 124, 0.3);
    text-underline-offset: 2px;
}

.main-article a:hover {
    color: var(--secondary-color);
    text-decoration-color: var(--secondary-color);
}

/* Article CTA Box */
.article-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--background-white);
    padding: 3rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 3rem;
}

.article-cta h3 {
    color: var(--background-white);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.article-cta p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

/* ===================================
   Buttons
   =================================== */

.btn-primary,
.btn-primary-large,
.btn-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    transition: var(--transition);
    text-decoration: none;
    cursor: pointer;
}

.btn-primary,
.btn-primary-large {
    background-color: var(--accent-color);
    color: var(--text-dark);
}

.btn-primary:hover,
.btn-primary-large:hover {
    background-color: var(--secondary-color);
    color: var(--background-white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-primary-large {
    font-size: 1.125rem;
    padding: 1.25rem 2.5rem;
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--background-white);
}

.article-cta .btn-primary {
    background-color: var(--background-white);
    color: var(--primary-color);
    font-size: 1.125rem;
}

.article-cta .btn-primary:hover {
    background-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* ===================================
   Sidebar
   =================================== */

.sidebar {
    position: sticky;
    top: 120px;
}

.sidebar-widget {
    background-color: var(--background-light);
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.sidebar-widget h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    color: var(--text-dark);
}

/* Author Bio */
.author-bio {
    text-align: center;
}

.author-bio img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    object-fit: cover;
    border: 4px solid var(--background-white);
}

.author-bio .credentials {
    font-size: 0.95rem;
    color: var(--text-medium);
    margin-bottom: 1rem;
    font-weight: 500;
}

.author-bio p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

/* CTA Widget */
.cta-widget {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--background-white);
}

.cta-widget h3 {
    color: var(--background-white);
}

.cta-widget p {
    margin-bottom: 1.5rem;
}

.cta-widget .btn-primary {
    background-color: var(--background-white);
    color: var(--primary-color);
    width: 100%;
}

/* Related Procedures */
.related-procedures ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-procedures li {
    margin-bottom: 0.875rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid var(--border-color);
}

.related-procedures li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-procedures a {
    color: var(--text-dark);
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: var(--transition);
}

.related-procedures a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

/* Quick Facts */
.quick-facts {
    background-color: var(--background-white);
    border: 2px solid var(--border-color);
}

.fact-item {
    display: flex;
    justify-content: space-between;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--border-color);
}

.fact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fact-label {
    font-weight: 600;
    color: var(--text-medium);
}

.fact-value {
    color: var(--text-dark);
    font-weight: 500;
}

/* ===================================
   Related Articles
   =================================== */

.related-articles {
    background-color: var(--background-light);
    padding: 4rem 0;
}

.related-articles h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    margin-top: 0;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.article-card {
    background-color: var(--background-white);
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.article-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.article-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.article-card-content {
    padding: 1.75rem;
}

.article-card .category {
    display: inline-block;
    background-color: var(--accent-color);
    color: var(--text-dark);
    padding: 0.375rem 0.875rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.article-card h3 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.article-card h3 a {
    color: var(--text-dark);
}

.article-card h3 a:hover {
    color: var(--primary-color);
}

.article-card p {
    font-size: 0.95rem;
    color: var(--text-medium);
    margin-bottom: 0;
}

/* ===================================
   Final CTA
   =================================== */

.final-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--background-white);
    padding: 5rem 0;
    text-align: center;
}

.final-cta h2 {
    color: var(--background-white);
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
}

.final-cta > p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.final-cta .contact-info {
    margin-top: 2rem;
    font-size: 1.125rem;
    opacity: 0.9;
}

.final-cta .contact-info a {
    color: var(--background-white);
    text-decoration: underline;
    font-weight: 600;
}

.final-cta .contact-info a:hover {
    opacity: 0.8;
}

/* ===================================
   Footer
   =================================== */

.site-footer {
    background-color: var(--text-dark);
    color: #d0d0d0;
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-column h4 {
    color: var(--background-white);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 0.75rem;
}

.footer-column a {
    color: #d0d0d0;
    transition: var(--transition);
}

.footer-column a:hover {
    color: var(--accent-color);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-size: 0.875rem;
}

.social-links a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.875rem;
}

.footer-bottom a {
    color: #d0d0d0;
}

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

/* ===================================
   Responsive Design
   =================================== */

@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

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

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

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

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .blog-hero h1 {
        font-size: 2.25rem;
    }

    .blog-hero {
        padding: 3rem 0 2rem;
    }

    .featured-image {
        margin: -2rem 0 2rem;
    }

    .main-nav ul {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .main-nav a {
        font-size: 0.875rem;
    }

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

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

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

    .article-cta {
        padding: 2rem;
    }

    .article-cta h3 {
        font-size: 1.5rem;
    }

    .final-cta h2 {
        font-size: 2rem;
    }

    .final-cta > p {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .blog-hero h1 {
        font-size: 1.75rem;
    }

    .blog-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .separator {
        display: none;
    }

    .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-primary,
    .btn-primary-large,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}

/* ===================================
   Print Styles
   =================================== */

@media print {
    .site-header,
    .breadcrumb,
    .sidebar,
    .related-articles,
    .final-cta,
    .site-footer,
    .article-cta {
        display: none;
    }

    body {
        font-size: 12pt;
        line-height: 1.6;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */