 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background: #f9fafb;
            color: #1a2e1a;
            overflow-x: hidden;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        main {
            flex: 1;
        }

        html {
            overflow-x: hidden !important;
            width: 100%;
            position: relative;
        }

        :root {
            --primary: #388E3C;
            --primary-light: #4CAF50;
            --primary-dark: #2E7D32;
            --primary-xdark: #1B5E20;
            --accent: #81C784;
            --accent-light: #A5D6A7;
            --accent-muted: #C8E6C9;
            --header-border: #C8E6C9;
            --white: #ffffff;
            --gray-50: #f9fafb;
            --gray-100: #f3f4f6;
            --gray-200: #e5e7eb;
            --gray-500: #6b7280;
            --gray-700: #374151;
            --gray-800: #1f2937;
            --gray-900: #111827;
            --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.07);
            --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
            --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
            --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.12);
            --shadow-green: 0 8px 25px rgba(56, 142, 60, 0.25);
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            --radius: 12px;
            --radius-lg: 20px;
            --radius-full: 9999px;
        }

        @media (max-width: 1200px) {
            .nav-wing>li>a {
                font-size: 0.75rem !important;
                padding: 0.7rem 0.6rem !important;
            }

            .nav-wing.nav-wing-left {
                padding-right: 120px;
            }
        }

        @media (max-width: 992px) {
            .nav-wing>li>a {
                font-size: 0.68rem !important;
                padding: 0.6rem 0.45rem !important;
            }

            .nav-wing>li>a i {
                font-size: 0.85rem !important;
            }

            .nav-wing.nav-wing-left {
                padding-right: 100px;
            }
        }

        @media (max-width: 850px) {
            .nav-wing>li>a {
                font-size: 0.62rem !important;
                padding: 0.5rem 0.35rem !important;
            }

            .nav-wing>li>a i {
                font-size: 0.75rem !important;
            }

            .nav-wing>li>a i.ti-chevron-down {
                font-size: 0.6rem !important;
            }

            .nav-wing.nav-wing-left {
                padding-right: 85px;
            }
        }

        @media (max-width: 768px) {

            .nav-wing-left,
            .nav-wing-right {
                display: none !important;
            }

            .nav-bar {
                background: linear-gradient(90deg, rgba(56, 142, 60, 0) 0%, rgba(56, 142, 60, 0.72) 20%, rgba(56, 142, 60, 0.93) 50%, rgba(56, 142, 60, 0.72) 80%, rgba(56, 142, 60, 0) 100%) !important;
                padding: 0.5rem 0;
                margin-top: 0;
                position: absolute;
                top: 72px;
            }

            .nav-logo-center {
                position: relative;
                transform: translateX(-50%) translateY(0);
                height: auto;
                margin: 0 auto;
                justify-content: center;
            }

            .nav-logo-center img {
                width: 100px;
                border-radius: 0 0 20px 20px;
            }

            .hamburger-btn {
                display: flex !important;
            }

            .header-left,
            .header-right {
                display: none;
            }

            body {
                padding-bottom: 0;
            }
        }

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

        .main-header {
            background: transparent;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 200;
        }

        .main-header .container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 25rem;
            padding: 0.55rem 1.5rem;
            transition: all 0.3s ease;
        }

        .phone-btn .text {
            flex-direction: column;
            align-items: flex-start;
            line-height: 1.2;
        }

        .phone-btn .text small {
            font-size: 0.58rem;
            display: block;
            opacity: 0.85;
            order: 1;
        }

        .phone-btn .text {
            order: 2;
            font-weight: 600;
            font-size: 0.78rem;
            white-space: nowrap;
        }

        @media (max-width: 1200px) {
            .main-header .container {
                gap: 15rem;
                padding: 0.55rem 1rem;
            }

            .phone-btn .text small {
                font-size: 0.52rem;
            }

            .phone-btn .text {
                font-size: 0.7rem;
                padding: 0 0.6rem;
            }

            .socials a {
                width: 30px;
                height: 30px;
            }

            .socials a i {
                font-size: 0.9rem;
            }

            .lang-icons span {
                padding: 0.2rem 0.45rem;
                font-size: 0.7rem;
            }

            .weather-chip {
                min-width: 95px;
                padding: 0.2rem 0.7rem 0.2rem 0.3rem;
            }

            .weather-chip-icon {
                width: 26px;
                height: 26px;
            }

            .weather-chip-temp {
                font-size: 0.85rem;
            }

            .weather-chip-desc {
                font-size: 0.55rem;
            }
        }

        @media (max-width: 992px) {
            .main-header .container {
                padding: 0.5rem 0.8rem;
            }

            .phone-btn .text {
                flex-direction: column;
                font-size: 0.65rem;
                padding: 0 0.5rem;
            }

            .phone-btn .text small {
                font-size: 0.48rem;
                display: block;
            }

            .phone-btn .icon {
                padding: 0.45rem 0.55rem;
            }

            .phone-btn {
                transform: scale(0.95);
            }

            .socials {
                gap: 0.3rem;
            }

            .socials a {
                width: 28px;
                height: 28px;
            }

            .socials a i {
                font-size: 0.85rem;
            }

            .lang-icons span {
                padding: 0.2rem 0.35rem;
                font-size: 0.65rem;
            }

            .lang-icons span i {
                font-size: 0.8rem;
            }

            .weather-chip {
                min-width: auto;
                padding: 0.2rem 0.5rem;
            }

            .weather-chip-info {
                display: flex;
                flex-direction: column;
                gap: 0.1rem;
            }

            .weather-chip-desc {
                display: block;
                font-size: 0.52rem;
            }

            .weather-chip-temp {
                font-size: 0.8rem;
            }

            .weather-chip-icon {
                width: 24px;
                height: 24px;
            }

            .weather-chip-icon i {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 850px) {
            .main-header .container {
                gap: 13rem;
                padding: 0.45rem 0.6rem;
            }

            .header-left {
                gap: 1rem;
            }

            .header-right {
                gap: 1rem;
            }

            .phone-btn .text {
                font-size: 0.6rem;
                padding: 0 0.4rem;
            }

            .phone-btn .text small {
                font-size: 0.45rem;
            }

            .socials a {
                width: 26px;
                height: 26px;
            }

            .socials a i {
                font-size: 0.8rem;
            }

            .lang-icons span {
                padding: 0.15rem 0.3rem;
                font-size: 0.6rem;
            }

            .lang-icons span i {
                font-size: 0.75rem;
            }

            .weather-chip-icon {
                width: 22px;
                height: 22px;
            }

            .weather-chip-icon i {
                font-size: 0.8rem;
            }

            .weather-chip-temp {
                font-size: 0.75rem;
            }

            .weather-chip-desc {
                font-size: 0.5rem;
            }
        }

        @media (max-width: 768px) {
            .main-header .container {
                gap: 3rem;
                padding: 0.4rem 0.8rem;
                justify-content: space-between;
            }

            .header-left {
                gap: 0.8rem;
            }

            .header-right {
                gap: 0.8rem;
            }

            .phone-btn .text {
                font-size: 0.55rem;
                padding: 0 0.35rem;
            }

            .phone-btn .text small {
                font-size: 0.42rem;
            }

            .phone-btn .icon {
                padding: 0.4rem 0.5rem;
            }

            .phone-btn .icon i {
                font-size: 0.85rem !important;
            }

            .socials a {
                width: 24px;
                height: 24px;
            }

            .socials a i {
                font-size: 0.75rem;
            }

            .lang-icons span {
                padding: 0.12rem 0.25rem;
                font-size: 0.55rem;
            }

            .lang-icons span i {
                font-size: 0.7rem;
            }

            .weather-chip {
                padding: 0.15rem 0.4rem;
            }

            .weather-chip-icon {
                width: 20px;
                height: 20px;
            }

            .weather-chip-icon i {
                font-size: 0.7rem;
            }

            .weather-chip-temp {
                font-size: 0.7rem;
            }

            .weather-chip-desc {
                font-size: 0.48rem;
            }


            footer {

                margin-bottom: 50px;
            }
        }

        @media (max-width: 600px) {
            .main-header .container {
                gap: 2rem;
                padding: 0.35rem 0.6rem;
            }

            .header-left {
                gap: 0.6rem;
            }

            .header-right {
                gap: 0.6rem;
            }

            .phone-btn .text {
                font-size: 0.5rem;
                padding: 0 0.3rem;
            }

            .phone-btn .text small {
                font-size: 0.4rem;
            }

            .socials a {
                width: 22px;
                height: 22px;
            }

            .socials a i {
                font-size: 0.7rem;
            }

            .lang-icons span {
                padding: 0.1rem 0.2rem;
                font-size: 0.5rem;
            }

            .lang-icons span i {
                font-size: 0.65rem;
            }

            .weather-chip-icon {
                width: 18px;
                height: 18px;
            }

            .weather-chip-icon i {
                font-size: 0.65rem;
            }

            .weather-chip-temp {
                font-size: 0.65rem;
            }

            .weather-chip-desc {
                font-size: 0.45rem;
            }
        }

        .header-left,
        .header-right {
            display: flex;
            align-items: center;
            gap: 2rem;
            margin: 0;
        }

        .weather-chip {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            backdrop-filter: blur(4px);
            background: rgba(56, 142, 60, 0.88);
            color: white;
            border-radius: var(--radius-full);
            padding: 0.25rem 0.85rem 0.25rem 0.35rem;
            text-decoration: none;
            transition: var(--transition);
            box-shadow: var(--shadow-green);
            min-width: 108px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .weather-chip:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(56, 142, 60, 0.35);
        }

        .weather-chip-icon {
            background: rgba(255, 255, 255, 0.18);
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .weather-chip-icon i {
            font-size: 1.1rem;
        }

        .weather-chip-info {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }

        .weather-chip-temp {
            font-weight: 700;
            font-size: 0.88rem;
        }

        .weather-chip-desc {
            font-size: 0.58rem;
            opacity: 0.88;
        }

        @media (max-width: 768px) {
            .weather-chip {
                min-width: 85px;
                padding: 0.4rem 0.6rem;
                gap: 0.3rem;
            }

            .weather-chip-info {
                display: flex;
                flex-direction: row;
                align-items: baseline;
                gap: 0.1rem;
                min-width: 0;
            }

            .weather-chip-desc {
                display: none;
            }

            .weather-chip-temp {
                font-size: 1.0rem;
                font-weight: 800;
                line-height: 1;
            }

            .weather-chip-icon {
                width: 24px;
                height: 24px;
                flex-shrink: 0;
            }

            .weather-chip-icon i {
                font-size: 0.9rem;
            }
        }

        .phone-btn {
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            border-radius: var(--radius-full);
            overflow: hidden;
            text-decoration: none;
            transition: var(--transition);
            box-shadow: var(--shadow-green);
            flex-shrink: 0;
        }

        .phone-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 30px rgba(0, 105, 92, 0.4);
        }

        .phone-btn .icon {
            background: var(--primary-dark);
            padding: 0.6rem 0.75rem;
        }

        .phone-btn .text {
            padding: 0 0.9rem;
            font-weight: 600;
            font-size: 0.78rem;
            white-space: nowrap;
        }

        .phone-btn .text small {
            font-size: 0.58rem;
            display: block;
            opacity: 0.85;
        }

        .socials {
            display: flex;
            gap: 0.3rem;
        }

        .socials a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.7);
            color: var(--primary-dark);
            text-decoration: none;
            transition: var(--transition);
            border: 1px solid var(--header-border);
        }

        .socials a:hover {
            background: var(--primary);
            color: white;
            transform: translateY(-3px);
            border-color: var(--primary);
        }

        .lang-icons {
            display: flex;
            gap: 0.2rem;
            border: 2px solid var(--header-border);
            border-radius: var(--radius-full);
            overflow: hidden;
            background: rgba(255, 255, 255, 0.6);
        }

        .lang-icons span {
            padding: 0.3rem 0.5rem;
            font-size: 0.7rem;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            display: flex;
            align-items: center;
            gap: 0.2rem;
        }

        .lang-icons span.active {
            background: var(--primary);
            color: white;
        }

        .nav-bar {
            background: linear-gradient(90deg, rgba(56, 142, 60, 0) 0%, rgba(56, 142, 60, 0.72) 20%, rgba(56, 142, 60, 0.93) 50%, rgba(56, 142, 60, 0.72) 80%, rgba(56, 142, 60, 0) 100%);
            position: absolute;
            top: 72px;
            left: 0;
            width: 100%;
            z-index: 201;
            padding-top: 8px;
            padding-bottom: 8px;
            box-shadow: 0 12px 80px rgb(85 193 118);
        }

        .nav-bar .container {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            position: relative;
        }

        .nav-logo-center.is-visible {
            transform: translateX(-50%) translateY(0);
        }

        .nav-logo-center {
            position: absolute;
            left: 50%;
            height: 250px;
            transform: translateX(-50%) translateY(-100%);
            z-index: 210;
            pointer-events: auto;
            transition: transform 1.0s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .logo-wrapper {
            display: inline-block;
            background: #ffffff;
            border-radius: 0px 0px 20px 20px;
            box-shadow: 0 -4px 70px rgb(0 0 0 / 67%);
        }

        .nav-logo-center img {
            width: 160px;
            height: 200px;
            object-fit: contain;
            display: block;
            transition: all 0.3s ease;
            filter: drop-shadow(0 -4px 15px rgb(221, 194, 106));
            position: relative;
            z-index: 2;
            padding: 10px;
        }

        .nav-logo-center img:hover {
            transform: scale(1.02);
        }

        .nav-wing {
            display: flex;
            align-items: center;
            list-style: none;
            flex: 1;
            gap: 0;
            min-width: 0;
            margin: 0;
            padding: 0;
        }

        .nav-wing.nav-wing-left {
            justify-content: flex-end;
            padding-right: 140px;
        }

        .nav-wing.nav-wing-right {
            justify-content: flex-start;
            padding-left: 0;
        }

        .nav-weather {
            position: absolute;
            top: -28px;
            left: 20px;
            z-index: 206;
        }

        @media (min-width: 769px) {
            .nav-weather {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .nav-weather {
                top: -95px;
                left: 15px;
            }
        }

        .nav-wing>li {
            position: relative;
            flex-shrink: 0;
        }

        .nav-wing>li>a {
            color: rgba(255, 255, 255, 0.92);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            text-decoration: none;
            font-weight: 600;
            font-size: 0.84rem;
            padding: 0.9rem 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.28rem;
            transition: var(--transition);
            position: relative;
            white-space: nowrap;
        }

        .nav-wing>li>a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            right: 50%;
            height: 3px;
            background: var(--accent);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border-radius: 2px 2px 0 0;
            opacity: 0;
            width: 0;
        }

        .nav-wing>li:hover>a::after {
            left: 0;
            right: 0;
            opacity: 1;
            width: 100%;
        }

        .nav-wing>li.dropdown:hover>a::after {
            left: 0;
            right: 0;
            opacity: 1;
            width: 100%;
        }

        .nav-wing>li:hover>a {
            color: white;
            background: rgba(255, 255, 255, 0.18);
        }

        .nav-wing>li>a i.ti-chevron-down {
            font-size: 0.76rem;
            transition: transform 0.3s;
        }

        .nav-wing>li:hover>a i.ti-chevron-down {
            transform: rotate(180deg);
        }

        .dropdown-menu {
            position: absolute;
            top: calc(100% + 4px);
            left: 50%;
            transform: translateX(-50%) translateY(10px);
            min-width: 220px;
            background: var(--white);
            border-radius: var(--radius);
            box-shadow: var(--shadow-xl);
            padding: 0.6rem 0;
            list-style: none;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 1000;
            border-top: 3px solid var(--primary-light);
        }

        .nav-wing>li:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }

        .dropdown-menu::before {
            content: '';
            position: absolute;
            top: -9px;
            left: 50%;
            transform: translateX(-50%);
            border: 6px solid transparent;
            border-bottom-color: var(--primary-light);
        }

        .dropdown-menu li a {
            text-decoration: none;
            color: var(--gray-700) !important;
            padding: 0.55rem 1.1rem !important;
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 0.82rem;
            font-weight: 500;
            transition: all 0.25s;
            white-space: nowrap;
        }

        .dropdown-menu li a i {
            color: var(--primary);
            width: 18px;
            font-size: 0.95rem;
            transition: var(--transition);
        }

        .dropdown-menu li a:hover {
            background: linear-gradient(90deg, var(--primary), var(--primary-light));
            color: white !important;
            padding-left: 1.4rem !important;
        }

        .dropdown-menu li a:hover i {
            color: white;
        }

        footer {
            background: linear-gradient(180deg, rgba(56, 142, 60, 0) 0%, rgba(56, 142, 60, 0.72) 30%, rgb(0 0 0 / 93%) 100%);
            color: #e0e0e0;
            padding: 3rem 0 1.5rem;
            position: relative;
            margin-top: 4rem;
        }

        footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary-light), var(--accent), var(--primary));
            background-size: 200% auto;
            animation: gradientShift 4s linear infinite;
        }

        @keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }

            100% {
                background-position: 200% 50%;
            }
        }

        .footer-links {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 2rem;
            padding-bottom: 2rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            margin-bottom: 2rem;
            justify-content: center;
        }

        .footer-col h4 {
            color: #ffffff;
            font-size: 0.9rem;
            font-weight: 700;
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        }

        .footer-col h4::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 35px;
            height: 2px;
            background: var(--accent);
            border-radius: 2px;
        }

        .footer-col ul {
            list-style: none;
        }

        .footer-col ul li {
            margin-bottom: 0.6rem;
        }

        .footer-col ul li a {
            color: #f0f0f0;
            text-decoration: none;
            font-size: 0.8rem;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .footer-col ul li a::before {
            content: '›';
            opacity: 0;
            transition: opacity 0.2s, transform 0.2s;
            font-size: 1rem;
        }

        .footer-col ul li a:hover {
            color: rgba(255, 255, 255, 0.9);
            transform: translateX(4px);
        }

        .footer-col ul li a:hover::before {
            opacity: 1;
        }

        .footer-brand-col {
            align-items: center;
            display: flex;
            flex-direction: column;
            gap: 0.7rem;
            margin-right: 50px;
        }

        .footer-brand-col .footer-brand img {
            object-fit: contain;
            filter: drop-shadow(0 -4px 20px rgba(221, 194, 106, 0.99));
        }

        .footer-brand-col .footer-social {
            display: flex;
            gap: 0.8rem;
        }

        .footer-brand-col .footer-social a {
            width: 38px;
            height: 38px;
            background: rgb(255 255 255 / 19%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .footer-brand-col .footer-social a:hover {
            background: var(--primary);
            transform: translateY(-4px);
        }

        .footer-brand-col .footer-contact {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 0.5rem;
        }

        .footer-brand-col .footer-contact p {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.8rem;
            color: #ffffff;
            margin: 0;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

        .footer-brand-col .footer-contact i {
            color: green;
            font-size: 1rem;
            width: 24px;
        }

        .footer-bottom {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;
        }

        .footer-copyright {
            text-align: center;
            font-size: 0.7rem;
            color: #e0e0e0;
        }

        .footer-copyright p {
            margin-bottom: 0.3rem;
        }

        .footer-copyright a {
            color: #e0e0e0;
            text-decoration: none;
            transition: color 0.2s;
        }

        .footer-copyright a:hover {
            color: var(--accent);
        }



        @media (max-width: 550px) {
            .mobile-nav__footer {
                flex-direction: column;
                align-items: stretch;
                gap: 12px;
                padding: 12px 16px;
            }

            .mobile-nav__footer .footer-social {
                max-width: none;
                justify-content: space-between;
                gap: 15px;
            }

            .mobile-nav__footer .footer-lang {
                justify-content: center;
                width: 100%;
            }

            .mobile-nav__footer .footer-lang .lang-icons {
                justify-content: center;
            }
        }

        @media (max-width: 400px) {
            .mobile-nav__footer {
                padding: 10px 12px;
            }

            .mobile-nav__footer .footer-social a {
                width: 36px;
                height: 36px;
            }

            .mobile-nav__footer .footer-social a i {
                font-size: 1rem;
            }

            .mobile-nav__footer .footer-lang .lang-icons span {
                padding: 4px 12px;
                font-size: 11px;
                min-width: 42px;
            }
        }

        .back-to-top {
            position: fixed;
            bottom: 230px;
            right: 21px;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: linear-gradient(135deg, #388e3c7d, #4caf50);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            box-shadow: var(--shadow-green);
            overflow: hidden;
            z-index: 100 !important;
        }

        .back-to-top i {
            position: relative;
            z-index: 2;
        }

        .progress-ring {
            position: absolute;
            inset: 0;
            transform: rotate(-90deg);
        }

        .progress-ring-bg {
            fill: none;
            stroke: rgba(255, 255, 255, .2);
            stroke-width: 2.5;
        }

        .progress-ring-circle {
            fill: none;
            stroke: #fff;
            stroke-width: 2.5;
            stroke-linecap: round;
            stroke-dasharray: 119.38;
            stroke-dashoffset: 119.38;
            transition: stroke-dashoffset .1s linear;
        }

        .back-to-top {
            opacity: 0;
            visibility: hidden;
            transform: translateY(15px);
            transition: all 0.3s ease;
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .fixed-call-btn {
            position: fixed !important;
            bottom: 95px !important;
            right: 15px !important;
            width: 46px !important;
            height: 46px !important;
            background: linear-gradient(135deg, var(--primary), var(--primary-light)) !important;
            color: white !important;
            border-radius: 50% !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            text-decoration: none !important;
            box-shadow: var(--shadow-green) !important;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s !important;
            z-index: 100 !important;
            font-size: 1.2rem !important;
            cursor: pointer !important;
            position: relative;
        }

        .fixed-call-btn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(129, 199, 132, 0.5);
            transform: translate(-50%, -50%);
            animation: continuous-ripple 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            z-index: -1;
        }

        .fixed-call-btn::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(200, 230, 201, 0.4);
            transform: translate(-50%, -50%);
            animation: continuous-ripple 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite 0.8s;
            z-index: -1;
        }

        @keyframes continuous-ripple {
            0% {
                width: 0;
                height: 0;
                opacity: 1;
            }

            50% {
                opacity: 1;
            }

            100% {
                width: 100px;
                height: 100px;
                opacity: 0;
            }
        }

        .fixed-call-btn:hover {
            transform: translateY(-6px) scale(1.08) !important;
            box-shadow: 0 16px 40px rgba(129, 199, 132, 0.6) !important;
        }

        .hamburger-btn {
            position: fixed;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: #4caf50d6;
            backdrop-filter: blur(12px);
            border: none;
            border-radius: 8px;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 2002;
            transition: var(--transition);
        }

        .fancybox__container {

            z-index: var(--fancybox-zIndex, 2003) !important;
        }

        .fancybox__footer .fancybox__caption {

            text-align: center;
        }

        .hamburger-btn .menu-icon {
            transition: opacity 0.2s;
        }

        .hamburger-btn.active .menu-icon {
            opacity: 0;
        }

        .hamburger-btn .close-icon {
            position: absolute;
            opacity: 0;
            transition: opacity 0.2s;
        }

        .hamburger-btn.active .close-icon {
            opacity: 1;
        }

        @media (max-width: 768px) {
            .hamburger-btn {
                display: flex;
            }

            .header-left,
            .header-right {
                display: none;
            }

            .nav-wing-left,
            .nav-wing-right {
                display: none;
            }

            .nav-bar {
                justify-content: center;
                padding: 1.5rem 0;
                margin-top: 25px;
            }

            .nav-logo-center {
                transform: translateX(-50%) translateY(-70%) scale(1.1);
            }

            .nav-logo-center img {
                width: 140px;
                height: 200px;
                border-radius: 0 0 20px 20px;
            }

            .mobile-nav {
                display: block !important;
            }

            body {
                padding-bottom: 0;
            }

            .footer-links {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }

            .footer-brand-col {

                margin-right: 0px;
            }
        }

        @media (max-width: 480px) {
            .footer-links {
                grid-template-columns: repeat(1, 1fr);
                gap: 1.5rem;
                text-align: center;
            }

            .footer-col h4::after {
                left: 50%;
                transform: translateX(-50%);
            }
        }

        .mobile-nav {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(12px);
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
            border-top: 2px solid var(--primary);
            z-index: 1000;
            padding: 0.3rem 0.2rem;
            border-radius: 18px 18px 0 0;
        }

        .mobile-nav-items {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .mobile-nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.1rem;
            text-decoration: none;
            color: var(--gray-500);
            flex: 1;
            padding: 0.3rem 0;
            transition: var(--transition);
            border-radius: 8px;
        }

        .mobile-nav-item i {
            font-size: 1.2rem;
        }

        .mobile-nav-item span {
            font-size: 0.60rem;
            font-weight: 500;
        }

        .mobile-nav-item.active,
        .mobile-nav-item:hover {
            color: var(--primary);
        }

        .mobile-nav-item.ebtn {
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            border-radius: 40px;
            margin: -0.2rem 0.2rem;
            padding: 0.5rem 0.2rem;
            box-shadow: 0 4px 12px rgba(56, 142, 60, 0.4);
        }

        .mobile-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(8px);
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .mobile-drawer {
            position: fixed;
            top: 0;
            left: -100%;
            width: 320px;
            max-width: 70vw;
            height: 100%;
            background: #ffffff;
            z-index: 2001;
            transition: left 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
        }

        .mobile-drawer.active {
            left: 0;
        }

        .mobile-drawer-header {
            flex-shrink: 0;
            padding: 24px 20px 16px 20px;
            border-bottom: 1px solid #eef2ee;
            text-align: center;
        }

        .mobile-drawer-header img {
            width: 150px;
            height: auto;
            margin: 10px 0 10px 0;
            filter: drop-shadow(0 -4px 20px rgba(221, 194, 106, 0.99));
        }

        .mobile-drawer-content {
            flex: 1;
            overflow-y: auto;
            overflow-x: hidden;
            padding-bottom: 20px;
        }

        .mobile-menu-list {
            list-style: none;
        }

        .mobile-cat {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 12px 16px;
            color: #207324;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            font-size: 15px;
        }

        .mobile-cat i:first-child {
            margin-right: 12px;
            font-size: 20px;
        }

        .mobile-cat .cat-text {
            flex: 1;
            text-align: left;
        }

        .mobile-cat .submenu-toggle {
            margin-left: auto;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-size: 0.85rem;
            flex-shrink: 0;
        }

        .mobile-cat.active .submenu-toggle {
            transform: rotate(180deg);
        }

        .mobile-sub {
            list-style: none;
            padding-left: 1rem;
            margin-bottom: 0.3rem;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
        }

        .mobile-sub.active {
            max-height: 500px;
            opacity: 1;
            padding: 0.2rem 0;
        }

        .mobile-sub li a {
            display: flex;
            align-items: center;
            gap: 0.7rem;
            padding: 0.7rem 0.9rem;
            color: var(--gray-700);
            text-decoration: none;
            font-weight: 500;
            border-radius: 8px;
            background: var(--gray-50);
            transition: all 0.25s;
            font-size: 0.88rem;
            border-left: 3px solid transparent;
        }

        .mobile-menu-list li a i {
            color: green;
            width: 20px;
        }

        .mobile-menu-list li a:hover i {
            color: #ffffff !important;
        }

        .mobile-cat.no-sub a:hover i {
            color: #d4c362 !important;
        }

        .mobile-menu-list li a:active i {
            color: #207324;
        }

        .mobile-menu-list li a.active i {
            color: #207324;
        }




        .mobile-sub li a:hover {
            background: linear-gradient(90deg, var(--primary), var(--primary-light));
            color: white;
            border-left-color: var(--accent);
            transform: translateX(4px);
        }



        .mobile-cat.no-sub {
            padding: 0 !important;
        }

        .mobile-cat.no-sub a {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 12px 16px;
            color: #207324;
            text-decoration: none;
            gap: 12px;
        }

        .mobile-cat.no-sub a i:first-child {
            margin: 0;
            font-size: 20px;
        }

        .mobile-cat.no-sub a:hover {
            background: rgba(56, 142, 60, 0.1);
            color: #36b13f;
        }

        .mobile-cat.no-sub a i {
            color: #207324;
        }







        .mobile-nav__footer {
            flex-shrink: 0;
            background: #ffffff;
            padding: 14px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
            border-top: 1px solid #eef2ee;
            box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
            z-index: 10;
        }

        .mobile-nav__footer .footer-social {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex: 1;
            gap: 8px;
        }

        .mobile-nav__footer .footer-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            background: #f5f7f5;
            border-radius: 50%;
            color: #5a7a5a;
            transition: all 0.2s ease;
            text-decoration: none;
            flex-shrink: 0;
        }

        .mobile-nav__footer .footer-social a i {
            font-size: 1.2rem;
        }

        .mobile-nav__footer .footer-social a:hover {
            background: #388E3C;
            color: white;
            transform: translateY(-3px);
        }

        .mobile-nav__footer .footer-lang {
            flex-shrink: 0;
            display: flex;
            justify-content: center;
            width: 100%;
        }

        .mobile-nav__footer .footer-lang .lang-icons {
            display: flex;
            gap: 5px;
            background: #f0f4f0;
            border-radius: 40px;
            padding: 4px;
            border: none;
            margin: 0 auto;
        }

        .mobile-nav__footer .footer-lang .lang-icons span {
            padding: 6px 16px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 40px;
            cursor: pointer;
            transition: all 0.2s ease;
            color: #5a7a5a;
            min-width: 50px;
            text-align: center;
        }

        .mobile-nav__footer .footer-lang .lang-icons span.active {
            background: #388E3C;
            color: white;
        }

        .mobile-nav__footer .footer-lang .lang-icons span:hover:not(.active) {
            background: #e0e8e0;
        }

        .page-share-buttons {
            max-width: 1000px;
            margin: 1rem auto 2rem auto;
            text-align: right;
            padding: 0 1rem;
        }

        .share-label {
            display: inline-block;
            font-size: 0.85rem;
            font-weight: 600;
            color: #374151;
            margin-right: 12px;
            vertical-align: middle;
        }

        .share-buttons-group {
            display: inline-flex;
            gap: 10px;
            align-items: center;
        }

        .share-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: white;
            color: #4a5568;
            text-decoration: none;
            transition: all 0.2s ease;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            border: 1px solid #e2e8f0;
        }

        .share-btn i {
            font-size: 1.1rem;
        }

        .share-btn:hover {
            transform: translateY(-3px);
        }

        .share-btn.facebook:hover {
            background: #1877f2;
            color: white;
            border-color: #1877f2;
        }

        .share-btn.twitter:hover {
            background: #000000;
            color: white;
            border-color: #000000;
        }

        .share-btn.whatsapp:hover {
            background: #25D366;
            color: white;
            border-color: #25D366;
        }

        .share-btn.linkedin:hover {
            background: #0077b5;
            color: white;
            border-color: #0077b5;
        }

        @media (max-width: 768px) {
            .page-share-buttons {
                text-align: center;
            }

            .share-label {
                display: block;
                margin-bottom: 10px;
            }
        }

        :root {
            --color-background-primary: #ffffff;
            --color-border-tertiary: #e5e7eb;
            --color-text-tertiary: #9ca3af;
            --color-primary: #388E3C;
            --color-primary-light: #4CAF50;
            --color-primary-dark: #2E7D32;
            --color-danger: #ef4444;
        }

        .aw-panel {
            width: 340px;
            background: var(--color-background-primary);
            border: 1px solid var(--color-border-tertiary);
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            font-family: 'Poppins', sans-serif;
        }

        .aw-head {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 20px 20px 12px 20px;
            border-bottom: 1px solid #f0f2f0;
            position: relative;
        }

        .aw-head-icon {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #E8F5E9, #C8E6C9);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .aw-head-icon i {
            font-size: 24px;
            color: var(--color-primary);
        }

        .aw-head-text {
            flex: 1;
        }

        .aw-head-title {
            font-size: 16px;
            font-weight: 700;
            color: #1a2e1a;
            margin: 0;
        }

        .aw-head-sub {
            font-size: 11px;
            color: #9ca3af;
            margin: 2px 0 0 0;
        }

        .aw-close {
            width: 32px;
            height: 32px;
            border-radius: 10px;
            background: transparent;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
            color: #9ca3af;
            font-size: xx-large;
        }

        .aw-close:hover {
            background: #f3f4f6;
            color: #374151;
        }

        .aw-section-label {
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #9ca3af;
            padding: 1px 1px 1px 16px;
            margin: 0;
        }

        .aw-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            padding: 0 20px;
        }

        .aw-grid.cols3 {
            grid-template-columns: repeat(3, 1fr);
        }

        .aw-btn {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            padding: 12px 8px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            cursor: pointer;
            transition: all 0.2s ease;
            font-family: 'Poppins', sans-serif;
        }

        .aw-btn:hover {
            background: #f0fdf4;
            border-color: var(--color-primary-light);
            transform: translateY(-2px);
        }

        .aw-btn.active {
            background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary-light));
            border-color: var(--color-primary-dark);
        }

        .aw-btn.active i,
        .aw-btn.active .aw-btn-label {
            color: white;
        }

        .aw-btn.active .aw-btn-check {
            opacity: 1;
        }

        .aw-btn-check {
            position: absolute;
            top: 6px;
            right: 6px;
            width: 16px;
            height: 16px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.2s;
        }

        .aw-btn-check i {
            font-size: 10px;
            color: #9ca3af;
            transition: color 0.2s ease;
        }

        .aw-btn.active .aw-btn-check i {
            color: #4caf50 !important;
        }

        .aw-btn i {
            font-size: 20px;
            color: var(--color-primary);
            transition: color 0.2s;
        }

        .aw-btn-label {
            font-size: 11px;
            font-weight: 500;
            color: #374151;
            transition: color 0.2s;
        }

        .aw-colorblind-btn {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 12px 20px;
            padding: 12px 16px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .aw-colorblind-btn:hover {
            background: #f0fdf4;
            border-color: var(--color-primary-light);
        }

        .aw-colorblind-btn i {
            font-size: 18px;
            color: var(--color-primary);
        }

        .aw-colorblind-label {
            flex: 1;
            font-size: 13px;
            font-weight: 500;
            color: #374151;
        }

        .aw-colorblind-badge {
            font-size: 11px;
            padding: 4px 10px;
            background: #e5e7eb;
            border-radius: 20px;
            color: #6b7280;
            font-weight: 600;
        }

        .aw-speech-btn {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 8px 20px;
            padding: 14px 16px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            cursor: pointer;
            transition: all 0.2s;
            width: calc(100% - 40px);
        }

        .aw-speech-btn:hover {
            background: #f0fdf4;
            border-color: var(--color-primary-light);
        }

        .aw-speech-btn i {
            font-size: 18px;
            color: var(--color-primary);
        }

        .aw-speech-label {
            flex: 1;
            font-size: 13px;
            font-weight: 500;
            color: #374151;
            text-align: left;
        }

        .aw-speech-wave {
            display: flex;
            align-items: center;
            gap: 3px;
        }

        .aw-speech-wave span {
            width: 3px;
            height: 12px;
            background: var(--color-primary);
            border-radius: 2px;
            animation: wave 0.8s ease-in-out infinite;
        }

        .aw-speech-wave span:nth-child(1) {
            animation-delay: 0s;
            height: 8px;
        }

        .aw-speech-wave span:nth-child(2) {
            animation-delay: 0.1s;
            height: 14px;
        }

        .aw-speech-wave span:nth-child(3) {
            animation-delay: 0.2s;
            height: 10px;
        }

        .aw-speech-wave span:nth-child(4) {
            animation-delay: 0.3s;
            height: 16px;
        }

        .aw-speech-wave span:nth-child(5) {
            animation-delay: 0.4s;
            height: 8px;
        }

        @keyframes wave {

            0%,
            100% {
                transform: scaleY(1);
            }

            50% {
                transform: scaleY(0.5);
            }
        }

        .aw-speech-btn.speaking {
            background: linear-gradient(135deg, #ff5722, #ff7043);
            border-color: #ff5722;
        }

        .aw-speech-btn.speaking i,
        .aw-speech-btn.speaking .aw-speech-label {
            color: white;
        }

        .aw-speech-btn.speaking .aw-speech-wave span {
            background: white;
        }

        .aw-mask-btn {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 8px 20px;
            padding: 14px 16px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            cursor: pointer;
            transition: all 0.2s;
            width: calc(100% - 40px);
        }

        .aw-mask-btn:hover {
            background: #f0fdf4;
            border-color: var(--color-primary-light);
        }

        .aw-mask-btn i {
            font-size: 18px;
            color: var(--color-primary);
        }

        .aw-mask-label {
            flex: 1;
            font-size: 13px;
            font-weight: 500;
            color: #374151;
            text-align: left;
        }

        .aw-mask-btn.active {
            background: linear-gradient(135deg, #ff9800, #ffb74d);
            border-color: #ff9800;
        }

        .aw-mask-btn.active i,
        .aw-mask-btn.active .aw-mask-label {
            color: white;
        }

        .aw-divider {
            height: 1px;
            background: #f0f2f0;
            margin: 16px 20px;
        }

        .aw-reset-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin: 0 20px 20px 20px;
            padding: 12px;
            background: #fef2e8;
            border: 1px solid #ffe0b2;
            border-radius: 14px;
            cursor: pointer;
            transition: all 0.2s;
            width: calc(100% - 40px);
            font-size: 13px;
            font-weight: 500;
            color: #e65100;
        }

        .aw-reset-btn:hover {
            background: #ffe0b2;
            transform: translateY(-1px);
        }

        .aw-reset-btn i {
            font-size: 14px;
            color: #e65100;
        }

        #awToggle {
            position: fixed;
            bottom: 165px;
            right: 18px;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            border: none;
            background: linear-gradient(135deg, #388e3c80, #4CAF50);
            color: white;
            font-size: 22px;
            cursor: pointer;
            box-shadow: 0 6px 20px rgba(56, 142, 60, 0.4);
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1002;
        }

        #awToggle:hover {
            transform: scale(1.1);
            box-shadow: 0 10px 30px rgba(56, 142, 60, 0.6);
        }

        #awPanelContainer {
            position: fixed;
            bottom: 225px;
            right: 18px;
            z-index: 1001;
            display: none;
            animation: slideIn 0.3s ease;
        }

        #awPanelContainer.show {
            display: block;
            z-index: 2005;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(20px) scale(0.95);
            }

            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        @media (max-width: 768px) {
            #awPanelContainer {
                position: fixed !important;
                top: 50% !important;
                left: 50% !important;
                right: auto !important;
                bottom: auto !important;
                transform: translate(-50%, -50%) !important;
                width: 90%;
                max-width: 340px;
                margin: 0;
            }

            .aw-panel {
                width: 100%;
                max-height: 85vh;
                overflow-y: auto;
                border-radius: 24px;
            }

            .aw-head {
                padding: 16px 16px 12px 16px;
                position: sticky;
                top: 0;
                background: white;
                z-index: 10;
            }

            .aw-section-label {
                padding: 1px 1px 1px 16px;
            }

            .aw-grid {
                padding: 0 16px;
                gap: 6px;
            }

            .aw-btn {
                padding: 10px 6px;
            }

            .aw-btn i {
                font-size: 18px;
            }

            .aw-btn-label {
                font-size: 10px;
            }

            .aw-colorblind-btn,
            .aw-speech-btn,
            .aw-mask-btn {
                margin: 8px 16px;
                width: calc(100% - 32px);
                padding: 12px 14px;
            }

            .aw-divider {
                margin: 12px 16px;
            }

            .aw-reset-btn {
                margin: 0 16px 16px 16px;
                width: calc(100% - 32px);
            }
        }

        @media (max-width: 480px) {
            #awPanelContainer {
                width: calc(100vw - 40px);
                max-width: 340px;
            }
        }

        html.acc-protanopia-3417 main,
        html.acc-protanopia-3417 .page-share-buttons,
        html.acc-protanopia-3417 footer .container,
        html.acc-protanopia-3417 .main-header,
        html.acc-protanopia-3417 .nav-bar {
            filter: url(#acc-protanopia-filter) !important;
        }

        html.acc-deuteranopia-8256 main,
        html.acc-deuteranopia-8256 .page-share-buttons,
        html.acc-deuteranopia-8256 footer .container,
        html.acc-deuteranopia-8256 .main-header,
        html.acc-deuteranopia-8256 .nav-bar {
            filter: url(#acc-deuteranopia-filter) !important;
        }

        html.acc-tritanopia-7031 main,
        html.acc-tritanopia-7031 .page-share-buttons,
        html.acc-tritanopia-7031 footer .container,
        html.acc-tritanopia-7031 .main-header,
        html.acc-tritanopia-7031 .nav-bar {
            filter: url(#acc-tritanopia-filter) !important;
        }

        html.acc-grayscale-7781 main,
        html.acc-grayscale-7781 .page-share-buttons,
        html.acc-grayscale-7781 footer .container,
        html.acc-grayscale-7781 .main-header,
        html.acc-grayscale-7781 .nav-bar {
            filter: grayscale(100%) !important;
        }

        html.acc-high-contrast-3356 body {
            background: #0d0d0d !important;
            color: #f0f0f0 !important;
        }

        html.acc-high-contrast-3356 body p,
        html.acc-high-contrast-3356 body span:not(.ti):not([class*="ti-"]),
        html.acc-high-contrast-3356 body div,
        html.acc-high-contrast-3356 body li,
        html.acc-high-contrast-3356 body td,
        html.acc-high-contrast-3356 body th,
        html.acc-high-contrast-3356 body label,
        html.acc-high-contrast-3356 body small {
            color: #f0f0f0 !important;
        }

        html.acc-high-contrast-3356 body h1,
        html.acc-high-contrast-3356 body h2,
        html.acc-high-contrast-3356 body h3,
        html.acc-high-contrast-3356 body h4,
        html.acc-high-contrast-3356 body h5,
        html.acc-high-contrast-3356 body h6 {
            color: #ffffff !important;
        }

        html.acc-high-contrast-3356 body a {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .main-header,
        html.acc-high-contrast-3356 .nav-bar,
        html.acc-high-contrast-3356 footer,
        html.acc-high-contrast-3356 .mobile-nav,
        html.acc-high-contrast-3356 .mobile-drawer,
        html.acc-high-contrast-3356 .mobile-drawer-header,
        html.acc-high-contrast-3356 .mobile-nav__footer,
        html.acc-high-contrast-3356 main,
        html.acc-high-contrast-3356 .page-share-buttons {
            background: #0d0d0d !important;
        }

        html.acc-high-contrast-3356 main section,
        html.acc-high-contrast-3356 main article,
        html.acc-high-contrast-3356 main .card,
        html.acc-high-contrast-3356 main [class*="card"],
        html.acc-high-contrast-3356 main [class*="-box"],
        html.acc-high-contrast-3356 main [class*="-item"],
        html.acc-high-contrast-3356 main [class*="-block"],
        html.acc-high-contrast-3356 main [class*="-wrapper"],
        html.acc-high-contrast-3356 main [class*="-container"] {
            background: #1a1a1a !important;
            border-color: #444 !important;
        }

        html.acc-high-contrast-3356 input,
        html.acc-high-contrast-3356 textarea,
        html.acc-high-contrast-3356 select {
            background: #1a1a1a !important;
            color: #f0f0f0 !important;
            border: 1px solid #ffd700 !important;
        }

        html.acc-high-contrast-3356 .dropdown-menu {
            background: #1a1a1a !important;
            border-color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .dropdown-menu li a {
            color: #f0f0f0 !important;
            background: transparent !important;
        }

        html.acc-high-contrast-3356 .dropdown-menu li a:hover {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .dropdown-menu li a:hover i {
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .mobile-sub li a {
            background: #222 !important;
            color: #f0f0f0 !important;
            border-left-color: #444 !important;
        }

        html.acc-high-contrast-3356 .mobile-sub li a:hover {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .mobile-cat {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .mobile-cat.no-sub a {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .mobile-menu-list li a i {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .nav-wing>li>a i,
        html.acc-high-contrast-3356 .footer-col ul li a::before,
        html.acc-high-contrast-3356 .footer-brand-col .footer-social a i {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .nav-wing>li>a {
            color: #f0f0f0 !important;
        }

        html.acc-high-contrast-3356 .nav-wing>li:hover>a {
            color: #ffd700 !important;
            background: rgba(255, 215, 0, 0.12) !important;
        }

        html.acc-high-contrast-3356 .footer-col ul li a {
            color: #f0f0f0 !important;
        }

        html.acc-high-contrast-3356 .footer-col ul li a:hover {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .footer-col h4 {
            color: #ffffff !important;
        }

        html.acc-high-contrast-3356 .footer-copyright,
        html.acc-high-contrast-3356 .footer-copyright a {
            color: #aaa !important;
        }

        html.acc-high-contrast-3356 .socials a {
            background: #222 !important;
            border-color: #555 !important;
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .socials a:hover {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .footer-brand-col .footer-social a {
            background: #222 !important;
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .footer-brand-col .footer-social a:hover {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .phone-btn {
            background: #222 !important;
            border: 1px solid #ffd700 !important;
        }

        html.acc-high-contrast-3356 .phone-btn .icon {
            background: #111 !important;
        }

        html.acc-high-contrast-3356 .phone-btn .icon i,
        html.acc-high-contrast-3356 .phone-btn .text,
        html.acc-high-contrast-3356 .phone-btn .text small {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .weather-chip {
            background: #222 !important;
            border: 1px solid #ffd700 !important;
        }

        html.acc-high-contrast-3356 .weather-chip-icon {
            background: #333 !important;
        }

        html.acc-high-contrast-3356 .weather-chip-icon i,
        html.acc-high-contrast-3356 .weather-chip-temp,
        html.acc-high-contrast-3356 .weather-chip-desc {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .lang-icons {
            background: #1a1a1a !important;
            border-color: #555 !important;
        }

        html.acc-high-contrast-3356 .lang-icons span {
            color: #f0f0f0 !important;
        }

        html.acc-high-contrast-3356 .lang-icons span.active {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .fixed-call-btn {
            background: #ffd700 !important;
            color: #000 !important;
            box-shadow: none !important;
        }

        html.acc-high-contrast-3356 .fixed-call-btn i {
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .back-to-top {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .back-to-top i {
            color: #000 !important;
        }

        html.acc-high-contrast-3356 img {
            filter: brightness(0.85) contrast(1.1) !important;
        }

        html.acc-high-contrast-3356 .share-btn {
            background: #1a1a1a !important;
            border-color: #555 !important;
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .mobile-nav-item {
            color: #aaa !important;
        }

        html.acc-high-contrast-3356 .mobile-nav-item.active,
        html.acc-high-contrast-3356 .mobile-nav-item:hover {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 .mobile-nav-item.ebtn {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .mobile-nav-item.ebtn i,
        html.acc-high-contrast-3356 .mobile-nav-item.ebtn span {
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .hamburger-btn {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 .hamburger-btn i {
            color: #000 !important;
        }

        html.acc-high-contrast-3356 main *:not(i):not(img):not(svg):not(path) {
            background-color: inherit;
        }

        html.acc-high-contrast-3356 [class*="breadcrumb"],
        html.acc-high-contrast-3356 [class*="bread"],
        html.acc-high-contrast-3356 nav[aria-label*="breadcrumb"] {
            background: #1a1a1a !important;
            color: #f0f0f0 !important;
        }

        html.acc-high-contrast-3356 [class*="breadcrumb"] a,
        html.acc-high-contrast-3356 [class*="breadcrumb"] span {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 [class*="filter"],
        html.acc-high-contrast-3356 [class*="tag"],
        html.acc-high-contrast-3356 [class*="badge"],
        html.acc-high-contrast-3356 [class*="chip"],
        html.acc-high-contrast-3356 [class*="btn"],
        html.acc-high-contrast-3356 [class*="button"],
        html.acc-high-contrast-3356 [class*="tur"],
        html.acc-high-contrast-3356 [class*="kategori"],
        html.acc-high-contrast-3356 [class*="filtre"] {
            background: #1a1a1a !important;
            color: #ffd700 !important;
            border-color: #444 !important;
        }

        html.acc-high-contrast-3356 [class*="btn"]:hover,
        html.acc-high-contrast-3356 [class*="filter"].active,
        html.acc-high-contrast-3356 [class*="filtre"].active,
        html.acc-high-contrast-3356 [class*="tur"].active {
            background: #ffd700 !important;
            color: #000 !important;
        }

        html.acc-high-contrast-3356 [class*="hizmet"],
        html.acc-high-contrast-3356 [class*="service"],
        html.acc-high-contrast-3356 [class*="servis"],
        html.acc-high-contrast-3356 [class*="card"],
        html.acc-high-contrast-3356 [class*="item"],
        html.acc-high-contrast-3356 [class*="box"] {
            background: #1a1a1a !important;
            border-color: #333 !important;
            color: #f0f0f0 !important;
        }

        html.acc-high-contrast-3356 [class*="card"] h1,
        html.acc-high-contrast-3356 [class*="card"] h2,
        html.acc-high-contrast-3356 [class*="card"] h3,
        html.acc-high-contrast-3356 [class*="card"] h4,
        html.acc-high-contrast-3356 [class*="item"] h1,
        html.acc-high-contrast-3356 [class*="item"] h2,
        html.acc-high-contrast-3356 [class*="item"] h3,
        html.acc-high-contrast-3356 [class*="item"] h4,
        html.acc-high-contrast-3356 [class*="box"] h1,
        html.acc-high-contrast-3356 [class*="box"] h2,
        html.acc-high-contrast-3356 [class*="box"] h3,
        html.acc-high-contrast-3356 [class*="box"] h4 {
            color: #ffffff !important;
        }

        html.acc-high-contrast-3356 [class*="label"],
        html.acc-high-contrast-3356 [class*="etiket"],
        html.acc-high-contrast-3356 [class*="tur-text"],
        html.acc-high-contrast-3356 [class*="category"],
        html.acc-high-contrast-3356 [class*="kategori"] {
            color: #ffd700 !important;
            background: transparent !important;
        }

        html.acc-high-contrast-3356 [class*="card"] i,
        html.acc-high-contrast-3356 [class*="item"] i,
        html.acc-high-contrast-3356 [class*="box"] i,
        html.acc-high-contrast-3356 [class*="hizmet"] i {
            color: #ffd700 !important;
        }

        html.acc-high-contrast-3356 [class*="detay"],
        html.acc-high-contrast-3356 [class*="more"],
        html.acc-high-contrast-3356 [class*="incele"],
        html.acc-high-contrast-3356 [class*="devam"] {
            color: #ffd700 !important;
            border-color: #ffd700 !important;
            background: transparent !important;
        }

        html.acc-high-contrast-3356 main>div,
        html.acc-high-contrast-3356 main>section {
            background: #0d0d0d !important;
        }

        html.acc-high-contrast-3356 .logo-wrapper {
            background: #1a1a1a !important;
            box-shadow: none !important;
        }

        html.acc-large-font-1127 body {
            font-size: 120% !important;
        }

        html.acc-large-font-1127 h1,
        html.acc-large-font-1127 h2,
        html.acc-large-font-1127 h3,
        html.acc-large-font-1127 h4,
        html.acc-large-font-1127 h5,
        html.acc-large-font-1127 h6 {
            font-size: 130% !important;
        }

        html.acc-large-font-1127 p,
        html.acc-large-font-1127 span,
        html.acc-large-font-1127 a,
        html.acc-large-font-1127 li,
        html.acc-large-font-1127 td,
        html.acc-large-font-1127 th,
        html.acc-large-font-1127 div {
            font-size: inherit !important;
        }

        html.acc-underline-links-4472 a {
            text-decoration: underline !important;
            text-underline-offset: 3px;
        }

        html.acc-readable-1198 body {
            font-family: Arial, Helvetica, sans-serif !important;
            letter-spacing: 0.5px !important;
            word-spacing: 2px !important;
            line-height: 1.8 !important;
        }

        html.acc-big-cursor-6634,
        html.acc-big-cursor-6634 * {
            cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M5 1L5 28L12 21L19 31L23 29L16 19L26 19Z' fill='black' stroke='white' stroke-width='1'/%3E%3C/svg%3E") 4 1, auto !important;
        }

        .acc-filters-2694 {
            position: absolute;
            width: 0;
            height: 0;
            pointer-events: none;
        }

        html.acc-dyslexia-5591 body,
        html.acc-dyslexia-5591 button,
        html.acc-dyslexia-5591 input,
        html.acc-dyslexia-5591 textarea,
        html.acc-dyslexia-5591 select,
        html.acc-dyslexia-5591 p,
        html.acc-dyslexia-5591 span,
        html.acc-dyslexia-5591 a,
        html.acc-dyslexia-5591 li,
        html.acc-dyslexia-5591 td,
        html.acc-dyslexia-5591 th,
        html.acc-dyslexia-5591 div,
        html.acc-dyslexia-5591 h1,
        html.acc-dyslexia-5591 h2,
        html.acc-dyslexia-5591 h3,
        html.acc-dyslexia-5591 h4,
        html.acc-dyslexia-5591 h5,
        html.acc-dyslexia-5591 h6 {
            font-family: OpenDyslexic, "Comic Sans MS", "Trebuchet MS", sans-serif !important;
            letter-spacing: 0.05em !important;
            word-spacing: 0.15em !important;
            line-height: 1.9 !important;
        }

        body.reading-mask-active-3891 {
            cursor: crosshair !important;
        }

        .reading-mask-highlight-5627 {
            background-color: #ffeb3b !important;
            color: #000 !important;
            transition: all 0.2s ease;
            box-shadow: 0 0 0 2px #ff9800 !important;
            border-radius: 4px !important;
            cursor: pointer !important;
            position: relative !important;
            z-index: 999 !important;
        }

        .reading-mask-active-3891 .reading-mask-highlight-5627:hover {
            background-color: #ffc107 !important;
            transform: scale(1.01);
        }

        .speaking-element-9083 {
            animation: speechPulse 0.5s ease-in-out 3;
        }

        @keyframes speechPulse {
            0% {
                background-color: #ffeb3b;
            }

            50% {
                background-color: #ff9800;
                color: white;
            }

            100% {
                background-color: #ffeb3b;
            }
        }