.elementor-3346 .elementor-element.elementor-element-90a6c7f{--display:flex;}.elementor-3346 .elementor-element.elementor-element-ef914c3{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-3346 .elementor-element.elementor-element-ef914c3{left:0px;}body.rtl .elementor-3346 .elementor-element.elementor-element-ef914c3{right:0px;}/* Start custom CSS for html, class: .elementor-element-ef914c3 *//* ==================== GOOGLE FONTS IMPORT ==================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&family=Poppins:wght@400;500;600;700;800&display=swap');

/* ==================== RESET AND BASE ==================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #374151; background-color: #FFFFFF; line-height: 1.5; }
a { text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ==================== HEADER STYLES ==================== */
.site-header { position: sticky; top: 0; z-index: 9999; width: 100%; background: #1A3C6E; box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 48px; max-width: 1400px; margin: 0 auto; position: relative; }
.brand { display: flex; flex-direction: column; justify-content: center; gap: 2px; text-decoration: none; }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 21px; color: #FFFFFF; line-height: 1.2; letter-spacing: -0.3px; }
.brand-tagline { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 10.5px; color: rgba(255, 255, 255, 0.6); letter-spacing: 0.3px; line-height: 1; }
.menu-toggle-input { display: none; }
.hamburger-label { display: none; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; padding: 8px; z-index: 10001; }
.hamburger-label span { display: block; width: 25px; height: 2.5px; background: #FFFFFF; border-radius: 3px; transition: all 0.3s ease; }
input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(1) { transform: rotate(45deg) translateY(7.5px); }
input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(2) { opacity: 0; transform: scaleX(0); }
input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(3) { transform: rotate(-45deg) translateY(-7.5px); }
.main-nav { display: flex; align-items: center; }
.nav-list { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; gap: 2px; }
input#services-toggle, input#destinations-toggle, input#company-toggle { display: none; }
.nav-link { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 14.5px; color: #FFFFFF; padding: 8px 13px; border-radius: 6px; cursor: pointer; display: flex; align-items: center; gap: 5px; transition: background 0.2s; white-space: nowrap; user-select: none; text-decoration: none; }
.nav-link:hover { background: rgba(255, 255, 255, 0.1); }
.nav-link.active { color: #F97316; font-weight: 600; }
.dropdown-label { cursor: pointer; }
.chevron { display: inline-block; font-size: 13px; color: rgba(255, 255, 255, 0.7); transition: transform 0.25s ease; margin-left: 2px; line-height: 1; transform: rotate(90deg); }
.has-dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; background: #FFFFFF; border-radius: 12px; border: 1px solid #E5E7EB; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13); min-width: 230px; padding: 8px 0; list-style: none; margin: 0; z-index: 10000; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; }
.has-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.has-dropdown:hover .chevron { transform: rotate(-90deg); }
.dropdown-section-label { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; color: #6B7280; letter-spacing: 1.8px; text-transform: uppercase; padding: 10px 20px 4px; pointer-events: none; display: block; }
.dropdown-menu li a { display: block; padding: 10px 20px; font-family: 'Inter', sans-serif; font-size: 14px; color: #111827; font-weight: 500; transition: all 0.15s; border-left: 3px solid transparent; text-decoration: none; }
.dropdown-menu li a:hover { background: #EEF2FF; color: #2563EB; border-left-color: #F97316; padding-left: 23px; }
.cta-button { background: #F97316; color: #FFFFFF; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; padding: 11px 22px; border-radius: 25px; white-space: nowrap; box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35); transition: all 0.25s; display: inline-block; text-decoration: none; }
.cta-button:hover { background: #ea6c0a; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(249, 115, 22, 0.5); }
.nav-cta { margin-left: 10px; }

/* ==================== HERO SECTION ==================== */
.privacy-hero { background: linear-gradient(135deg, #1A3C6E 0%, #2563EB 100%); min-height: 320px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-bg-circle { position: absolute; top: 0; right: 0; width: 350px; height: 350px; background: rgba(255, 255, 255, 0.04); border-radius: 50%; transform: translate(30%, -30%); pointer-events: none; }
.hero-content { max-width: 860px; margin: 0 auto; text-align: center; padding: 60px 24px; position: relative; z-index: 2; }
.breadcrumb { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.6); letter-spacing: 0.3px; }
.breadcrumb .separator { margin: 0 6px; }
.hero-content h1 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 48px; color: #FFFFFF; line-height: 1.2; margin-top: 16px; }
.hero-content p { font-family: 'Inter', sans-serif; font-size: 16px; color: rgba(255, 255, 255, 0.82); line-height: 1.7; max-width: 620px; margin: 14px auto 0; }
.hero-badges { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.badge { background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 25px; padding: 7px 18px; font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.85); }

/* ==================== NOTICE BAR ==================== */
.notice-bar { background: #EEF2FF; border-bottom: 1px solid #E5E7EB; padding: 14px 48px; }
.notice-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.notice-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.notice-icon { width: 32px; height: 32px; background: #2563EB; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-weight: 700; font-size: 14px; }
.notice-left p { font-family: 'Inter', sans-serif; font-size: 14px; color: #374151; font-weight: 500; }
.notice-link { font-family: 'Inter', sans-serif; font-size: 14px; color: #2563EB; font-weight: 600; text-decoration: underline; }
.notice-link:hover { color: #1A3C6E; }

/* ==================== MAIN CONTENT GRID ==================== */
.main-content { background: #F8F9FA; padding: 80px 0; }
.content-grid { max-width: 1200px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start; }

/* ==================== POLICY SECTIONS ==================== */
.policy-section { margin-bottom: 56px; }
.section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.section-badge { width: 40px; height: 40px; border-radius: 50%; background: #1A3C6E; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.section-badge span { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; color: #FFFFFF; }
.section-header h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 24px; color: #1A3C6E; line-height: 1.3; }
.section-divider { height: 2px; background: linear-gradient(90deg, #F97316 0%, transparent 100%); border-radius: 2px; margin-bottom: 24px; }
.policy-section p { font-family: 'Inter', sans-serif; font-size: 15px; color: #374151; line-height: 1.85; margin-bottom: 16px; }
.policy-section h3 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 17px; color: #111827; margin-top: 28px; margin-bottom: 12px; }
.policy-section ul { list-style: none; margin-bottom: 16px; }
.policy-section ul li { display: flex; align-items: flex-start; gap: 10px; font-family: 'Inter', sans-serif; font-size: 15px; color: #374151; line-height: 1.7; margin-bottom: 10px; }
.policy-section ul li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #F97316; flex-shrink: 0; margin-top: 7px; }

/* ==================== HIGHLIGHT AND WARNING BOXES ==================== */
.highlight-box { background: #EEF2FF; border-left: 4px solid #2563EB; border-radius: 0 10px 10px 0; padding: 18px 20px; margin: 24px 0; }
.highlight-box strong { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: #1A3C6E; display: block; margin-bottom: 6px; }
.highlight-box p { margin: 0; }
.warning-box { background: #FFF7ED; border-left: 4px solid #F97316; border-radius: 0 10px 10px 0; padding: 18px 20px; margin: 24px 0; }
.warning-box strong { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: #F97316; display: block; margin-bottom: 6px; }

/* ==================== CONTACT CARD ==================== */
.contact-card { background: #FFFFFF; border-radius: 16px; border: 1px solid #E5E7EB; padding: 32px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07); margin-top: 24px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.contact-block { display: flex; align-items: flex-start; gap: 14px; }
.contact-icon { width: 44px; height: 44px; background: #EEF2FF; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon span { color: #2563EB; font-size: 18px; }
.contact-label { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: #111827; }
.contact-value { font-family: 'Inter', sans-serif; font-size: 14px; color: #374151; margin-top: 4px; line-height: 1.6; }
.privacy-request-btn { display: block; background: #2563EB; color: #FFFFFF; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; padding: 14px; border-radius: 10px; text-align: center; margin-top: 24px; transition: all 0.25s; }
.privacy-request-btn:hover { background: #1A3C6E; }

/* ==================== SIDEBAR TABLE OF CONTENTS ==================== */
.policy-right { position: sticky; top: 100px; align-self: start; }
.toc-card { background: #FFFFFF; border-radius: 16px; border: 1px solid #E5E7EB; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07); overflow: hidden; margin-bottom: 24px; }
.toc-header { background: #1A3C6E; padding: 20px 24px; margin: 0; }
.toc-header h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; color: #FFFFFF; }
.toc-header p { font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(255, 255, 255, 0.65); margin-top: 4px; }
.toc-links { padding: 20px 24px; }
.toc-link { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #E5E7EB; font-family: 'Inter', sans-serif; font-size: 13.5px; color: #374151; text-decoration: none; transition: all 0.2s; }
.toc-link:last-child { border-bottom: none; }
.toc-link:hover { color: #2563EB; padding-left: 4px; }
.toc-num { width: 22px; height: 22px; border-radius: 50%; background: #EEF2FF; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 10px; color: #1A3C6E; flex-shrink: 0; }
.toc-divider { height: 1px; background: #E5E7EB; margin: 0 24px; }
.toc-download-btn { display: block; background: #F97316; color: #FFFFFF; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; padding: 12px; border-radius: 10px; text-align: center; margin: 20px 24px; transition: all 0.25s; text-decoration: none; }
.toc-download-btn:hover { background: #ea6c0a; }
.concern-card { background: #FFFFFF; border-radius: 16px; border: 1px solid #E5E7EB; padding: 24px; }
.concern-card h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; color: #111827; }
.concern-card p { font-family: 'Inter', sans-serif; font-size: 13px; color: #6B7280; margin-top: 8px; line-height: 1.6; }
.dpo-btn { display: block; background: #2563EB; color: #FFFFFF; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; padding: 11px; border-radius: 8px; text-align: center; margin-top: 16px; transition: all 0.25s; text-decoration: none; }
.dpo-btn:hover { background: #1A3C6E; }
.call-dpo-btn { display: block; background: transparent; border: 1.5px solid #1A3C6E; color: #1A3C6E; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; padding: 11px; border-radius: 8px; text-align: center; margin-top: 10px; transition: all 0.25s; text-decoration: none; }
.call-dpo-btn:hover { background: #1A3C6E; color: #FFFFFF; }

/* ==================== RELATED PAGES ==================== */
.related-pages { background: #FFFFFF; padding: 80px 48px; }
.related-pages h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 28px; color: #111827; text-align: center; }
.related-subtext { font-family: 'Inter', sans-serif; font-size: 15px; color: #6B7280; text-align: center; margin-top: 10px; }
.related-grid { max-width: 1200px; margin: 40px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-card { background: #F8F9FA; border-radius: 16px; border: 1px solid #E5E7EB; padding: 28px; display: flex; flex-direction: column; gap: 16px; transition: all 0.25s; }
.related-card:hover { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transform: translateY(-2px); }
.related-icon { width: 48px; height: 48px; background: #EEF2FF; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; color: #2563EB; }
.related-card h3 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 17px; color: #111827; }
.related-card p { font-family: 'Inter', sans-serif; font-size: 14px; color: #374151; line-height: 1.6; }
.related-link { color: #F97316; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; }

/* ==================== CTA BANNER ==================== */
.cta-banner-privacy { background: linear-gradient(135deg, #1A3C6E 0%, #2563EB 100%); padding: 80px 48px; text-align: center; }
.cta-banner-privacy h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 34px; color: #FFFFFF; line-height: 1.25; }
.cta-banner-privacy p { font-family: 'Inter', sans-serif; font-size: 16px; color: rgba(255, 255, 255, 0.82); margin-top: 16px; max-width: 680px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.cta-primary { background: #F97316; color: #FFFFFF; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; padding: 14px 32px; border-radius: 25px; box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4); transition: all 0.25s; text-decoration: none; }
.cta-primary:hover { background: #ea6c0a; transform: translateY(-1px); }
.cta-secondary { background: transparent; border: 2px solid rgba(255, 255, 255, 0.6); color: #FFFFFF; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; padding: 14px 32px; border-radius: 25px; transition: all 0.25s; text-decoration: none; }
.cta-secondary:hover { border-color: #FFFFFF; background: rgba(255, 255, 255, 0.1); }

/* ==================== FOOTER ==================== */
.footer { background-color: #0F172A; padding: 3rem 2rem 1rem; color: #6B7280; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; max-width: 1280px; margin: 0 auto; }
.footer-col h3 { color: #F97316; margin-bottom: 1rem; font-size: 1.1rem; }
.footer-col p, .footer-col a { color: #6B7280; text-decoration: none; display: block; margin-bottom: 0.5rem; transition: 0.2s; }
.footer-col a:hover { color: white; }
.social-icons { margin-top: 1rem; }
.social-icons a { display: inline-block; background-color: #2563EB; color: white; border-radius: 50%; width: 36px; height: 36px; text-align: center; line-height: 36px; margin-right: 8px; transition: all 0.3s ease; }
.social-icons a:hover { background-color: #F97316; transform: translateY(-3px); }
.copyright { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; margin-top: 3rem; font-size: 0.75rem; }

/* ==================== FLOATING WHATSAPP BUTTON ==================== */
.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; background-color: #16A34A; border-radius: 50px; padding: 0.8rem 1.2rem; display: flex; align-items: center; gap: 0.5rem; color: white; text-decoration: none; font-weight: 600; box-shadow: 0 4px 12px rgba(0,0,0,0.2); z-index: 99; transition: all 0.3s ease; }
.whatsapp-float:hover { background-color: #128c3a; transform: scale(1.05); }
.whatsapp-float i { font-size: 1.3rem; }

/* ==================== RESPONSIVE 1023px ==================== */
@media (max-width: 1023px) {
    .header-inner { padding: 0 20px; height: 64px; }
    .brand-name { font-size: 17px; }
    .brand-tagline { font-size: 9.5px; }
    .hamburger-label { display: flex; }
    .main-nav { position: absolute; top: 64px; left: 0; width: 100%; background: #1A3C6E; z-index: 9998; overflow: hidden; max-height: 0; transition: max-height 0.4s ease; }
    input#main-menu-toggle:checked ~ .main-nav { max-height: 100vh; overflow-y: auto; }
    .nav-list { flex-direction: column; width: 100%; gap: 0; padding: 8px 0 16px 0; }
    .nav-list li { width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav-link { font-size: 15px; padding: 14px 24px; width: 100%; justify-content: space-between; border-radius: 0; }
    .nav-cta { margin-left: 0; padding: 16px 20px; }
    .cta-button { display: block; text-align: center; border-radius: 25px; padding: 13px 20px; font-size: 15px; margin: 0; }
    .dropdown-menu { position: static; opacity: 1; visibility: visible; pointer-events: auto; transform: none; box-shadow: none; border: none; border-radius: 0; background: rgba(0, 0, 0, 0.25); min-width: unset; width: 100%; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
    .has-dropdown:hover .dropdown-menu { max-height: 0; }
    input#services-toggle:checked ~ .dropdown-menu,
    input#destinations-toggle:checked ~ .dropdown-menu,
    input#company-toggle:checked ~ .dropdown-menu { max-height: 500px; }
    input#services-toggle:checked ~ .dropdown-label .chevron,
    input#destinations-toggle:checked ~ .dropdown-label .chevron,
    input#company-toggle:checked ~ .dropdown-label .chevron { transform: rotate(-90deg); }
    .dropdown-menu li a { padding: 12px 24px 12px 40px; font-size: 14px; color: rgba(255, 255, 255, 0.85); border-bottom: 1px solid rgba(255, 255, 255, 0.07); border-left: none; }
    .dropdown-menu li a:hover { background: rgba(255, 255, 255, 0.08); color: #FFFFFF; padding-left: 44px; }
    .dropdown-section-label { color: rgba(255, 255, 255, 0.45); padding: 10px 24px 4px 40px; }
    .content-grid { grid-template-columns: 1fr; gap: 40px; }
    .policy-right { position: static; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==================== RESPONSIVE 768px ==================== */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 32px; }
    .notice-bar { padding: 14px 20px; }
    .notice-inner { flex-direction: column; text-align: center; }
    .notice-left { justify-content: center; }
    .content-grid { padding: 0 20px; }
    .section-header h2 { font-size: 20px; }
    .contact-grid { grid-template-columns: 1fr; gap: 16px; }
    .related-pages { padding: 60px 20px; }
    .related-grid { grid-template-columns: 1fr; gap: 20px; }
    .cta-banner-privacy { padding: 60px 20px; }
    .cta-banner-privacy h2 { font-size: 26px; }
    .footer { padding: 48px 20px 32px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .social-icons { justify-content: center; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

/* ==================== RESPONSIVE 480px ==================== */
@media (max-width: 480px) {
    .brand-name { font-size: 15px; }
    .brand-tagline { display: none; }
    .header-inner { height: 60px; }
    .main-nav { top: 60px; }
    .hero-content h1 { font-size: 26px; }
    .hero-badges { flex-direction: column; align-items: center; }
    .badge { width: fit-content; }
    .section-header { flex-wrap: wrap; }
    .policy-section ul li { font-size: 14px; }
    .toc-card { margin: 0 0 24px 0; }
    .toc-links { padding: 16px 20px; }
    .cta-buttons { flex-direction: column; align-items: stretch; }
    .cta-primary, .cta-secondary { text-align: center; }
    .whatsapp-float { width: 48px; height: 48px; bottom: 20px; right: 20px; }
    .whatsapp-float span { font-size: 12px; }
}/* End custom CSS */