.elementor-1002 .elementor-element.elementor-element-91a5376{--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;}.elementor-1002 .elementor-element.elementor-element-91a5376.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1002 .elementor-element.elementor-element-ada4634{--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;}@media(min-width:768px){.elementor-1002 .elementor-element.elementor-element-91a5376{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-9adb890 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Georgia', 'Times New Roman', serif;
            line-height: 1.8;
            color: #2c2c2c;
            background: #fafafa;
        }

        .article-header {
            background: linear-gradient(135deg, #004969 0%, #006b8f 100%);
            color: white;
            padding: 60px 20px 40px;
            text-align: center;
        }

        .article-meta {
            max-width: 800px;
            margin: 0 auto 30px;
            font-size: 0.95rem;
            opacity: 0.9;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .article-meta span {
            margin: 0 15px;
        }

        h1 {
            font-size: clamp(2rem, 5vw, 3.2rem);
            font-weight: 700;
            max-width: 900px;
            margin: 0 auto 20px;
            line-height: 1.3;
            font-family: 'Georgia', serif;
            color:white;
        }

        .article-subtitle {
            font-size: clamp(1.1rem, 2.5vw, 1.4rem);
            font-weight: 300;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.95;
            font-style: italic;
            color: white;
        }

        .article-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 50px 20px;
            background: white;
        }

        .lead-paragraph {
            font-size: 1.25rem;
            line-height: 1.9;
            margin-bottom: 35px;
            color: #1a1a1a;
            font-weight: 400;
            border-left: 4px solid #004969;
            padding-left: 25px;
            font-style: italic;
        }

        .photo-placeholder {
            width:auto;
            max-height: 400px;
            background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
            border-radius: 8px;
            margin: 40px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .photo-placeholder img {
            width: auto;
            height: 400px;
            max-height: 400px;
            object-fit: cover;
        }

        @media screen and (max-width: 578px) {
            .photo-placeholder {
                margin-top: 120px;
                margin-bottom: 120px;
                background-color: white!important;
            }
        }

        .photo-caption {
            font-size: 0.9rem;
            color: #6c757d;
            font-style: italic;
            text-align: center;
            margin-top: -25px;
            margin-bottom: 40px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        h2 {
            font-size: clamp(1.6rem, 3.5vw, 2rem);
            color: #004969;
            margin: 45px 0 25px;
            font-weight: 700;
            line-height: 1.4;
        }

        h3 {
            font-size: clamp(1.3rem, 2.8vw, 1.6rem);
            color: #006b8f;
            margin: 35px 0 20px;
            font-weight: 600;
        }

        p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            text-align: justify;
            color: #3a3a3a;
        }

        .highlight-box {
            background: linear-gradient(135deg, #fff9e6 0%, #fff4d6 100%);
            padding: 30px;
            border-radius: 8px;
            border-left: 5px solid #ffc107;
            margin: 35px 0;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .highlight-box h3 {
            color: #004969;
            margin-top: 0;
        }

        .info-box {
            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
            padding: 25px;
            border-radius: 8px;
            margin: 35px 0;
            border-left: 5px solid #004969;
        }

        .info-box strong {
            color: #004969;
            display: block;
            margin-bottom: 10px;
            font-size: 1.15rem;
        }

        .quote-box {
            background: #f8f9fa;
            padding: 35px;
            border-left: 5px solid #004969;
            margin: 40px 0;
            font-style: italic;
            font-size: 1.15rem;
            position: relative;
        }

        .quote-box::before {
            content: '"';
            font-size: 4rem;
            color: #004969;
            opacity: 0.2;
            position: absolute;
            top: 10px;
            left: 15px;
            font-family: Georgia, serif;
        }

        .quote-author {
            font-style: normal;
            font-weight: 600;
            color: #004969;
            margin-top: 15px;
            font-size: 1rem;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .stats-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }

        .stat-item {
            text-align: center;
            padding: 25px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 8px;
            border: 2px solid #dee2e6;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #004969;
            display: block;
            margin-bottom: 10px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .stat-label {
            font-size: 0.95rem;
            color: #6c757d;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .list-custom {
            list-style: none;
            padding: 0;
            margin: 25px 0;
        }

        .list-custom li {
            padding: 12px 0 12px 40px;
            position: relative;
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .list-custom li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #004969;
            font-weight: bold;
            font-size: 1.3rem;
        }

        .cta-box {
            background: linear-gradient(135deg, #ff9a9e 0%, #ffd6a5 100%);
            padding: 40px;
            border-radius: 12px;
            text-align: center;
            margin: 50px 0;
        }

        .cta-box h3 {
            color: #004969;
            margin: 0 0 20px;
            font-size: 1.8rem;
        }

        .cta-button {
            display: inline-block;
            background: #004969;
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            margin-top: 15px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .cta-button:hover {
            background: #006b8f;
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(0,73,105,0.3);
        }

        .article-footer {
            max-width: 800px;
            margin: 50px auto;
            padding: 30px 20px;
            border-top: 2px solid #dee2e6;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .tags {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .tag {
            background: #e9ecef;
            padding: 8px 18px;
            border-radius: 20px;
            font-size: 0.9rem;
            color: #495057;
        }

        strong {
            color: #004969;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .article-header {
                padding: 40px 20px 30px;
            }

            .photo-placeholder {
                max-height: 300px;
            }

            p {
                text-align: left;
            }

            .lead-paragraph {
                padding-left: 15px;
            }
        }/* End custom CSS */