.elementor-8221 .elementor-element.elementor-element-5998afa{--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;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2ea4bb0 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
}

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

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

a:hover {
    color: #004494;
}

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

/* Header Styles */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-top {
    background: #f8f9fa;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.contact-info {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    flex-wrap: wrap;
}

.header-link {
    color: #555;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-link i {
    color: #0066cc;
}

.header-link:hover {
    color: #0066cc;
}

.main-nav {
    padding: 15px 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo img {
    width: 200px;
    height: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    flex: 1;
    justify-content: center;
}

.nav-menu a {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 0;
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0066cc;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.cta-button {
    background: #0066cc;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-button:hover {
    background: #004494;
    transform: scale(0.98);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.9), rgba(0, 68, 148, 0.9)),
                url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1600&h=600&fit=crop') center/cover;
    padding: 120px 0 80px;
    color: #fff;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    opacity: 0.95;
}

/* Blog Content */
.blog-content {
    padding: 60px 0;
    background: #f8f9fa;
}

.blog-content article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.article-header {
    background: linear-gradient(to right, #0066cc, #004494);
    padding: 25px 40px;
    color: #fff;
}

.meta-info {
    display: flex;
    gap: 25px;
    font-size: 14px;
}

.meta-info i {
    margin-right: 6px;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    padding: 40px;
}

.article-body {
    max-width: 100%;
}

.intro-text {
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    font-weight: 400;
}

.article-body h2 {
    font-size: 32px;
    color: #222;
    margin: 45px 0 20px;
    font-weight: 700;
    line-height: 1.3;
}

.article-body h3 {
    font-size: 24px;
    color: #333;
    margin: 35px 0 15px;
    font-weight: 600;
}

.article-body p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
}

.article-body ul,
.article-body ol {
    margin: 25px 0 25px 25px;
}

.article-body li {
    margin-bottom: 12px;
    line-height: 1.8;
    font-size: 17px;
}

.article-body li strong {
    color: #0066cc;
}

.value-list {
    background: #f8f9fa;
    padding: 25px 30px 25px 50px;
    border-left: 4px solid #0066cc;
    border-radius: 5px;
}

/* Callout Box */
.callout-box {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-left: 5px solid #0066cc;
    padding: 30px;
    margin: 35px 0;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.1);
}

.callout-box h3 {
    color: #004494;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
}

.callout-box p {
    margin-bottom: 0;
    color: #333;
}

/* Final CTA Section */
.final-cta {
    background: linear-gradient(135deg, #0066cc, #004494);
    color: #fff;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 50px;
}

.final-cta h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.final-cta p {
    font-size: 18px;
    margin-bottom: 25px;
}

.final-cta a {
    color: #fff;
    text-decoration: underline;
}

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

.cta-button.primary {
    background: #fff;
    color: #0066cc !important;
}

.cta-button.primary:hover {
    background: #f0f0f0;
}

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

.cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Sidebar */
.sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.widget {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
}

.widget h3 {
    font-size: 18px;
    color: #222;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0066cc;
    font-weight: 600;
}

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

.related-links li {
    margin-bottom: 12px;
}

.related-links a {
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.related-links a::before {
    content: '→';
    color: #0066cc;
    font-weight: bold;
}

.related-links a:hover {
    color: #0066cc;
    padding-left: 8px;
}

.cta-widget {
    background: linear-gradient(135deg, #0066cc, #004494);
    color: #fff;
    text-align: center;
}

.cta-widget h3 {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.cta-widget p {
    color: #fff;
    margin-bottom: 20px;
}

.cta-widget .cta-button {
    background: #fff;
    color: #0066cc !important;
    width: 100%;
    text-align: center;
}

.cta-widget .cta-button:hover {
    background: #f0f0f0;
}

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

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-logo {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer-section p {
    line-height: 1.8;
    font-size: 14px;
}

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

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

.footer-links a {
    color: #ccc;
    font-size: 14px;
}

.footer-links a:hover {
    color: #0066cc;
}

.footer-bottom {
    background: #111;
    padding: 25px 0;
    border-top: 1px solid #333;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #0066cc;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 768px) {
    .header-top {
        display: none;
    }

    .nav-container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-overlay h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-section {
        padding: 80px 0 60px;
    }

    .content-wrapper {
        padding: 30px 20px;
    }

    .article-body h2 {
        font-size: 26px;
    }

    .article-body h3 {
        font-size: 20px;
    }

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

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

    .footer-bottom .container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-overlay h1 {
        font-size: 28px;
    }

    .intro-text {
        font-size: 18px;
    }

    .article-body p,
    .article-body li {
        font-size: 16px;
    }

    .article-body h2 {
        font-size: 24px;
    }
}

/* Print Styles */
@media print {
    .site-header,
    .sidebar,
    .site-footer,
    .final-cta {
        display: none;
    }

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

    body {
        font-size: 12pt;
        line-height: 1.5;
    }
}/* End custom CSS */