.elementor-1775 .elementor-element.elementor-element-13ca443{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1775 .elementor-element.elementor-element-13ca443{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-c66ec63 */.privacy-page {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #1E1E1E;
            background-color: #FFFAE6;
        }

        .privacy-header {
            background: #2A2A2A;
            color: white;
            padding: 60px 0;
            text-align: left;
            
        }

        .privacy-header h1 {
            font-family: 'Lalezar', cursive;
            font-size: clamp(2.5rem, 5vw, 4rem);
            text-transform: uppercase;
            margin-bottom: 15px;
            margin-left: 20px;
            color: #FFFAE6;
        }

        .privacy-header .privacy-subtitle {
            font-family: 'Lalezar', cursive;
            font-size: 1.5rem;
            color: #BC9C5C;
            font-weight: 400;
            margin-left: 20px;
            text-transform: uppercase;
        }

        .privacy-container {
            max-width: 100%;
            margin: 0 auto;
            padding:0px;
        }

        .privacy-content {
            background: #FFFAE6;
            margin: 0 auto;
            padding: 60px 40px;
            position: relative;
        }

        .privacy-section {
            margin-bottom: 50px;
        }

        .privacy-section h2 {
            font-family: 'Lalezar', cursive;
            font-size: 2.2rem;
            color: #1E1E1E;
            text-transform: uppercase;
            margin-bottom: 25px;
            position: relative;
            padding-left: 25px;
        }

        .privacy-section h2::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 40px;
            background: #BC9C5C;
            border-radius: 3px;
        }

        .privacy-section p {
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .privacy-section ul {
            list-style: none;
            padding-left: 0;
        }

        .privacy-section ul li {
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
        }

        .privacy-section ul li::before {
            content: '●';
            color: #BC9C5C;
            position: absolute;
            left: 0;
            font-size: 1.5rem;
        }

        .privacy-contact {
            background: #F5F5DC;
            border: 2px solid #BC9C5C;
            padding: 30px;
            margin: 25px 0;
        }

        .privacy-contact h3 {
            font-family: 'Lalezar', cursive;
            color: #BC9C5C;
            font-size: 1.6rem;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .privacy-contact p {
            margin-bottom: 10px;
            font-weight: 500;
            font-size: 1.1rem;
        }

        .privacy-highlight {
            background: #F5F5DC;
            padding: 25px;
            border-left: 5px solid #BC9C5C;
            margin: 25px 0;
        }

        .privacy-highlight p {
            font-size: 1.1rem;
            margin-bottom: 0;
        }

        .privacy-email {
            color: #BC9C5C;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .privacy-email:hover {
            color: #1E1E1E;
            text-decoration: underline;
        }

        .privacy-footer {
            background: #2A2A2A;
            color: white;
            text-align: center;
            padding: 40px 0;
        }

        .privacy-footer p {
            color: #BC9C5C;
            font-size: 1rem;
        }

        @media (max-width: 768px) {
            .privacy-content {
                padding: 40px 25px;
            }

            .privacy-section h2 {
                font-size: 1.5rem;
            }

            .privacy-section p,
            .privacy-section ul li {
                font-size: 1rem;
            }

            .privacy-contact {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .privacy-content {
                padding: 30px 20px;
                border-radius: 15px 15px 0 0;
            }

            .privacy-section {
                margin-bottom: 30px;
            }

            .privacy-section h2 {
                font-size: 1.3rem;
                padding-left: 15px;
            }

            .privacy-section h2::before {
                width: 3px;
                height: 25px;
            }
        }/* End custom CSS */