.elementor-296651 .elementor-element.elementor-element-391daee{--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-296651 .elementor-element.elementor-element-550e882{--spacer-size:30px;}.elementor-296651 .elementor-element.elementor-element-3078ba9{--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;}body.elementor-page-296651:not(.elementor-motion-effects-element-type-background), body.elementor-page-296651 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-1eaf943 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            min-height: 100vh;
        }

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

        .policy-card {
            background: #ffffff;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin: 20px 0;
        }

        .header {
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            color: #ffffff;
            padding: 40px 30px;
            text-align: center;
            position: relative;
        }

        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
        }

        .header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }

        .header p {
            font-size: 1.1rem;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .content {
            padding: 40px 30px;
        }

        .last-updated {
            background: #FDDA16;
            color: #3A5EA6;
            padding: 15px 20px;
            margin: -40px -30px 30px;
            font-weight: 600;
            border-left: 4px solid #EE7A3B;
        }

        .nav-menu {
            background: #f8f9fa;
            padding: 20px;
            margin: 0 -30px 30px;
            border-left: 4px solid #54A8DC;
        }

        .nav-menu h3 {
            color: #3A5EA6;
            margin-bottom: 15px;
            font-size: 1.1rem;
        }

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

        .nav-links a {
            color: #54A8DC;
            text-decoration: none;
            padding: 8px 15px;
            border-radius: 20px;
            background: #ffffff;
            border: 1px solid #54A8DC;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .nav-links a:hover {
            background: #54A8DC;
            color: #ffffff;
            transform: translateY(-2px);
        }

        .section {
            margin-bottom: 35px;
            scroll-margin-top: 20px;
        }

        .section h2 {
            color: #3A5EA6;
            font-size: 1.5rem;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 3px solid #FDDA16;
            display: inline-block;
        }

        .section h3 {
            color: #EE7A3B;
            font-size: 1.2rem;
            margin: 20px 0 10px 0;
        }

        .section p {
            margin-bottom: 15px;
            text-align: justify;
        }

        .highlight-box {
            background: linear-gradient(135deg, #FDDA16 0%, #EE7A3B 100%);
            color: #ffffff;
            padding: 20px;
            border-radius: 10px;
            margin: 20px 0;
            box-shadow: 0 4px 15px rgba(238, 122, 59, 0.3);
        }

        .info-box {
            background: #f0f7ff;
            border: 1px solid #54A8DC;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
            border-left: 4px solid #54A8DC;
        }

        .info-box h4 {
            color: #3A5EA6;
            margin-bottom: 10px;
        }

        .contact-section {
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            margin-top: 30px;
        }

        .contact-section h2 {
            color: #ffffff;
            border-bottom-color: #FDDA16;
        }

        .contact-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .contact-method {
            background: rgba(255, 255, 255, 0.1);
            padding: 15px;
            border-radius: 8px;
            backdrop-filter: blur(10px);
        }

        .contact-method h4 {
            color: #FDDA16;
            margin-bottom: 8px;
        }

        ul {
            margin: 15px 0;
            padding-left: 20px;
        }

        li {
            margin-bottom: 8px;
        }

        .footer {
            text-align: center;
            padding: 30px;
            background: #3A5EA6;
            color: #ffffff;
            margin-top: 40px;
        }

        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }

            .header h1 {
                font-size: 2rem;
            }

            .content {
                padding: 20px 15px;
            }

            .nav-links {
                flex-direction: column;
            }

            .nav-links a {
                text-align: center;
            }

            .contact-methods {
                grid-template-columns: 1fr;
            }
        }

        .scroll-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #EE7A3B;
            color: white;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            cursor: pointer;
            display: none;
            box-shadow: 0 4px 15px rgba(238, 122, 59, 0.4);
            transition: all 0.3s ease;
        }

        .scroll-to-top:hover {
            background: #d4651f;
            transform: translateY(-2px);
        }

        .scroll-to-top.show {
            display: block;
        }
        
        a {
            color: #54A8DC;
        }/* End custom CSS */