/* Start custom CSS for html, class: .elementor-element-c95a9ef */.header-section {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 2px dashed #e0e0e0;
        }

        h1 {
            color: #004d40;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 8px;
            letter-spacing: -0.5px;
        }

        .last-updated {
            font-size: 14px;
            color: #8e24aa;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        h2 {
            color: #00695c;
            font-size: 20px;
            margin-top: 30px;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }

        h2::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 18px;
            background-color: #ab47bc;
            margin-right: 10px;
            border-radius: 4px;
        }

        p {
            margin-bottom: 15px;
            font-size: 15.5px;
            color: #555555;
        }

        .contact-card {
            background: linear-gradient(135deg, #e0f2f1 0%, #e1bee7 100%);
            border: 1px solid #b2dfdb;
            padding: 25px;
            margin-top: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
        }

        .contact-card p {
            color: #263238;
            margin-bottom: 8px;
        }

        .contact-card p:last-child {
            margin-bottom: 0;
        }

        .brand-name {
            font-size: 18px;
            color: #004d40;
            margin-bottom: 10px !important;
        }

        .highlight {
            color: #6a1b9a;
            font-weight: 600;
        }

        @media (max-width: 600px) {
            .container {
                padding: 25px;
            }
            h1 {
                font-size: 25px;
            }
        }/* End custom CSS */