body, html { margin: 0; padding: 0; width: 100%; min-height: 100vh; font-family: 'Plus Jakarta Sans', sans-serif; overflow-x: hidden; background: url('../images/opengds-symbol-bg.png') no-repeat fixed 1% 98%; }
.body-background { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; background-color: #F8FAFC; overflow: hidden; pointer-events: none; }
.left-circle { position: absolute; top: -10%; left: -25%; width: 75vw; height: 120vh; background-color: #ebf3ff; border-radius: 50%; transform: rotate(15deg); transition: all 0.3s ease; }
.right-circle { position: absolute; bottom: -25%; right: -10%; width: 60vw; height: 60vw; background-color: #f0f5fa; border-radius: 50%; opacity: 0.8; }

/* language dropdown and flags */
i.flag { background-image: url('../images/language-flags.png'); background-repeat: no-repeat; display: inline-block; background-size: 100% 49494%; width: 25px; height: 15px; box-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.2); opacity: 0.8; vertical-align: middle; transition: opacity 0.2s; }
i.flag:hover { opacity: 1; }
i.de { background-position: center 2.2247%; }
i.en { background-position: center 0.2287%; }
i.es { background-position: center 3.3325%; }
i.fr { background-position: center 2.0047%; }
i.it { background-position: center 2.4467%; }
i.nl { background-position: center 2.6674%; }
i.pt { background-position: center 2.8931%; }
/* Dropdown Wrapper & Animatie */
.lang-dropdown-wrapper { position: relative; display: inline-block; margin-left: 16px; padding-bottom: 15px; margin-bottom: -15px; }
.lang-active { cursor: pointer; display: flex; align-items: center; }
.lang-dropdown-menu { position: absolute; top: 20px; right: -10px; background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); padding: 8px; min-width: 140px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.2s ease; z-index: 1000; border: 1px solid rgba(0,0,0,0.04); }
.lang-dropdown-wrapper:hover .lang-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-option { display: flex; align-items: center; gap: 12px; padding: 6px 10px; color: #4b5563; text-decoration: none; font-size: 0.95rem; font-weight: 600; border-radius: 8px; transition: background 0.2s, color 0.2s; }
.lang-option:hover { background-color: #f8fafc; color: #008ed6; }

/* Navbar */
.navbar { margin-top: 20px; }
.navbar-nav .nav-link { color: #444; font-weight: 600; font-size: 1.05rem; padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
.navbar-nav .nav-link:hover { color: #008ed6; }
.navbar-nav .nav-link.active-link { color: #008ed6 !important; }
.navbar-nav .dropdown-toggle::after { border: solid currentColor; border-width: 0 1.5px 1.5px 0; display: inline-block; padding: 3px; transform: rotate(45deg); margin-left: 8px; vertical-align: middle; margin-top: -6px; transition: transform 0.2s ease; }
.navbar-nav .dropdown-toggle.show::after { transform: rotate(-135deg); margin-top: 2px; }
.navbar-nav .dropdown-menu { box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-radius: 16px; border: 1px solid rgba(0,0,0,0.04); padding: 10px; min-width: 240px; top: 35px; }
.navbar-nav .dropdown-item { border-radius: 10px; padding: 10px 16px; font-weight: 600; color: #4b5563; transition: all 0.2s ease; }
.navbar-nav .dropdown-item:hover { background-color: #f8fafc; color: #008ed6; transform: translateX(4px); }
.btn-action-group { display: flex; align-items: center; gap: 8px; }
.btn-pill-dark { background-color: #262626; color: #ffffff; padding: 10px 24px; border-radius: 999px; font-weight: 600; text-decoration: none; transition: 0.2s; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.btn-pill-dark:hover { background-color: #000000; color: #ffffff; transform: scale(1.05); }
.navbar-toggler { border: none; box-shadow: none !important; color: #111827; }
.content-wrapper { position: relative; z-index: 1; padding: 0 24px 80px 24px; max-width: 1200px; margin: 0 auto; }

/* Hero */
.hero-row { margin-top: 1.5rem; }
.hero-card-left { background-color: #232323; border-radius: 40px; padding: 4rem 3.5rem; color: white; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.hero-title { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1.5rem; line-height: 1.1; }
.hero-text { font-size: 1.05rem; color: #d1d5db; line-height: 1.6; margin-bottom: 2rem; max-width: 95%; }
.btn-white-pill { background-color: white; color: #111827; padding: 10px 28px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: all 0.2s; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.btn-white-pill i { color: #008ed6; }
.btn-white-pill:hover { background-color: #e5e7eb; color: #111827; transform: scale(1.03); }
.hero-card-right { position: relative; height: 100%; }
.video-mask-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 40px; overflow: hidden; background-color: #e5e7eb; }
.hero-video, .hero-image-static { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image-static { filter: brightness(0.9); }
.floating-box { position: absolute; bottom: 0; right: 0; width: 280px; height: 110px; border-top-left-radius: 30px; z-index: 2; display: flex; align-items: center; justify-content: center; }
.floating-box h3 { font-size: 1.6rem; font-weight: 800; margin: 0; line-height: 1.2; color: #444; letter-spacing: -0.02em; }

/* Partner/Property Logos & Features (Index) */
.partner-logos-section { margin-top: 3rem; padding: 2rem 0; }
.partner-logos-grid { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; opacity: 0.7; transition: opacity 0.3s; }
.partner-logos-grid:hover { opacity: 1; }
.partner-logo { max-height: 35px; max-width: 150px; object-fit: contain; filter: grayscale(100%) contrast(120%); transition: all 0.2s; }
.partner-logo:hover { filter: grayscale(0%); transform: scale(1.05); }
.property-logos-section { margin-top: 2rem; padding: 2rem 0; }
.features-section { padding: 6rem 0; position: relative; }
.section-badge { display: inline-block; padding: 6px 16px; background-color: rgba(0, 142, 214, 0.1); color: #008ed6; border-radius: 999px; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 1.5rem; }
.section-title { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; color: #111827; margin-bottom: 1.5rem; line-height: 1.1; }
.feature-card { background-color:rgba(248, 250, 252, 0.6); border-radius: 24px; padding: 2.5rem 2rem; height: 100%; border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 10px 30px rgba(0,0,0,0.02); transition: all 0.3s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); border-color: rgba(0, 142, 214, 0.1); }
.feature-icon-wrapper { width: 56px; height: 56px; background-color: #f0f5fa; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; color: #008ed6; transition: all 0.3s; }
.feature-card:hover .feature-icon-wrapper { background-color: #008ed6; color: #ffffff; transform: scale(1.1); }
.feature-title { font-size: 1.3rem; font-weight: 700; color: #111827; margin-bottom: 1rem; }
.feature-text { color: #6b7280; font-size: 1.05rem; line-height: 1.6; margin: 0; }

/* Marketplace Section (Two-Sided) */
.marketplace-section { padding: 4rem 0 1rem; background-color:rgba(248, 250, 252, 0.6); border-top: 1px solid rgba(0,0,0,0.03); border-bottom: 1px solid rgba(0,0,0,0.03); border-radius: 24px; }
.marketplace-card { background-color: #ffffff; border-radius: 24px; padding: 3rem; height: 100%; border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 10px 30px rgba(0,0,0,0.02); display: flex; flex-direction: column; transition: all 0.3s; }
.marketplace-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.marketplace-card.dark-mode { background-color: #111827; color: #ffffff; }
.marketplace-card.dark-mode .feature-text { color: #9ca3af; }
.marketplace-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; font-size: 2rem; }
.icon-light { background-color: #f0f5fa; color: #008ed6; }
.icon-dark { background-color: rgba(255,255,255,0.1); color: #ffffff; }
.marketplace-list { list-style: none; padding: 0; margin: 2rem 0; flex-grow: 1; }
.marketplace-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 1rem; font-size: 1.05rem; font-weight: 500; }
.marketplace-list.light-text li { color: #d1d5db; }
.marketplace-list.dark-text li { color: #4b5563; }
.marketplace-list i { color: #008ed6; margin-top: 4px; }

/* For Partners & OTAs page */
.deep-dive-section { padding: 4rem 0; }
.deep-dive-title { font-size: 2.2rem; font-weight: 800; color: #111827; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
.deep-dive-text { font-size: 1.05rem; line-height: 1.7; color: #4b5563; }
.feature-card { background-color:rgba(248, 250, 252, 0.6); padding: 2.5rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); height: 100%; border: 1px solid rgba(0,0,0,0.05); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.06); }
.feature-icon-wrapper { width: 50px; height: 50px; background: rgba(0, 142, 214, 0.1); color: #008ed6; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 1.5rem; }

/* Marketplace */
.marketplace-list-view { margin-top: 6rem; }
.partner-list-card { background-color:rgba(255, 255, 255, 0.8); border-radius: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); margin-bottom: 1.5rem; display: flex; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; border: 1px solid rgba(0,0,0,0.02); }
.partner-list-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.07); }
.card-logo-box { width: 220px; min-width: 220px; display: flex; align-items: flex-start; justify-content: center; padding: 2rem 0 0 2rem; }
.card-logo-box img { max-height: 100px; max-width: 200px; object-fit: contain; border-radius: 5px; }
.partner-info { padding: 2rem; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.partner-name { font-size: 1.5rem; font-weight: 800; color: #444; margin-bottom: 0.3rem; line-height: 1.2; }
.partner-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 1.2rem; flex-wrap: wrap; }
.partner-category { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #008ed6; font-weight: 700; }
.partner-website { font-size: 0.85rem; color: #6b7280; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; font-weight: 600; transition: color 0.2s; }
.partner-website:hover { color: #111827; }
.partner-pitch { color: #6b7280; font-size: 0.95rem; line-height: 1.5; margin-bottom: 1.2rem; max-width: 800px; }
.partner-tags-container { display: flex; flex-direction: column; gap: 12px; }
.tag-row { display: flex; align-items: center; }
.tag-icon { color: #b0b8c1; font-size: 1.3rem; margin-right: 14px; min-width: 20px; display: flex; justify-content: center; }
.tags-wrapper { display: flex; flex-wrap: wrap; gap: 8px; }
.partner-tag { font-size: 0.8rem; padding: 6px 14px; border-radius: 999px; font-weight: 700; }
.tag-segment { background-color: #f1f5f9; color: #475569; }
.tag-source { background-color: #e8f2fc; color: #1e56a0; }
.card-actions { width: 240px; min-width: 240px; padding: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid #f1f5f9; text-align: center; background: #fafbfc; }
.commission-box { margin-bottom: 1rem; }
.commission-label { font-size: 0.75rem; color: #94a3b8; font-weight: 600; display: block; }
.commission-value { font-size: 1.1rem; font-weight: 800; color: #444; }
.btn-connect { background-color: #008ed6; color: white; padding: 10px 30px; border-radius: 999px; font-size: 0.95rem; font-weight: 700; text-decoration: none; width: 100%; display: block; transition: all 0.2s; white-space: nowrap; }
.btn-connect:hover { background-color: #007bb5; color: white; }
.btn-visit { background-color: #f1f5f9; color: #475569; padding: 10px 30px; border-radius: 999px; font-size: 0.95rem; font-weight: 700; text-decoration: none; width: 100%; display: block; transition: all 0.2s; white-space: nowrap; }
.btn-visit:hover { background-color: #e2e8f0; color: #111827; }

/* Testimonial */
.testimonial-section { padding: 6rem 0 3rem; }
.testimonial-blue-card { background: linear-gradient(135deg, #008ed6 0%, #005a8c 100%); border-radius: 40px; padding: 4rem 3rem; color: #ffffff; box-shadow: 0 20px 40px rgba(0, 142, 214, 0.15); }
.testimonial-header { margin-bottom: 3rem; }
.testimonial-header .section-badge { background-color: rgba(255, 255, 255, 0.2); color: #f9f9f9; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.testi-item { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; }
.testi-quote { font-size: 0.95rem; line-height: 1.5; font-weight: 500; margin-bottom: 1.2rem; font-style: italic; }
.testi-author { display: flex; align-items: flex-start; gap: 12px; }
.testi-avatar { width: 36px; height: 36px; background: #ffffff; border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 6px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); flex-shrink: 0; }
.testi-avatar img { width: 100%; height: 100%; object-fit: contain; }
.testi-info h5 { margin: 0; font-size: 0.9rem; font-weight: 800; color: #f9f9f9; line-height: 1.2; margin-top: 0; }
.testi-info span { font-size: 0.75rem; color: rgba(255, 255, 255, 0.7); display: block; line-height: 1.3; margin-top: 2px; }

/* Help Center */
.search-result-item:hover { background-color: #f8fafc; }
.search-result-item:last-child { border-bottom: none !important; }
#liveSearchInput:focus, form[action*="help/search"] input:focus, .conn-search-input:focus { border-color: #008ed6 !important; }

/* Contact & Join  */
.contact-outer-wrapper { background-color: #fff; border-radius: 40px; padding: 4rem; box-shadow: 0 20px 40px rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.02); }
.contact-text-wrapper { padding: 0; background-color: transparent; }
.contact-form-card { padding: 3.5rem; box-shadow: 0 30px 60px rgba(0, 142, 214, 0.2); }

/* Footer */
.site-footer { padding: 0 24px 40px 24px; max-width: 1200px; margin: 0 auto; position: relative; z-index: 10; }
.footer-card { background-color:rgba(35, 35, 35, 0.95); border-radius: 40px; padding: 4rem 4rem 3rem 4rem; color: #ffffff; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.footer-logo { width: 180px; margin-bottom: 1.5rem; filter: brightness(0) invert(1); }
.footer-tagline { color: #9ca3af; font-size: 0.95rem; line-height: 1.6; margin-bottom: 2rem; max-width: 250px; }
.footer-heading { font-size: 1.1rem; font-weight: 700; margin-bottom: 1.5rem; color: #ffffff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 1rem; }
.footer-links a { color: #9ca3af; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: color 0.2s ease; }
.footer-links a:hover { color: #008ed6; }
.footer-bottom { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; color: #6b7280; font-size: 0.85rem; }

@media (min-width: 992px) and (max-width: 1400px) {
    .navbar-brand img { width: 200px !important; height: auto; }
    .navbar-nav .nav-link { padding-right: 0.75rem !important; padding-left: 0.75rem !important; font-size: 0.95rem; }
    .btn-pill-dark { padding: 8px 18px; font-size: 0.95rem; }
    .btn-action-group { gap: 6px; }
}
@media (max-width: 991px) {
    .lang-dropdown-menu { left: 0 !important; right: auto !important; }
    .navbar { margin-top: 0; }
    .navbar-collapse { background: white; padding: 20px; border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); margin-top: 15px; }
    .btn-action-group { flex-direction: column; align-items: flex-start; gap: 15px; margin-top: 15px; }
    .hero-card-left { padding: 3rem 2rem; }
    .hero-title, .section-title { font-size: 2.2rem; }
    .hero-card-right { min-height: 400px; }
    .floating-box { width: 240px; height: 90px; padding: 0 20px; }
    .floating-box h3 { font-size: 1.3rem; }
    .partner-logos-section { margin-top: 3rem; }
    .partner-logos-grid { justify-content: center; gap: 3rem; }
    .partner-logo { max-height: 30px; }
    .features-section { padding: 4rem 0; }
    .partner-list-card { flex-direction: column; }
    .card-logo-box { width: 100%; height: auto; padding: 2rem; border-right: none; border-bottom: 1px solid #f1f5f9; align-items: center; }
    .card-logo-box img { max-height: 80px; }
    .card-actions { width: 100%; border-left: none; border-top: 1px solid #f1f5f9; padding: 1.5rem; flex-direction: row; justify-content: space-between; align-items: center; }
    .commission-box { margin-bottom: 0; text-align: left; }
    .btn-connect, .btn-visit { width: auto; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .testimonial-blue-card { padding: 2.5rem 1.5rem; }
    .contact-outer-wrapper { background-color: transparent; padding: 0; box-shadow: none; border: none; }
    .contact-outer-wrapper > .row { --bs-gutter-x: 0; --bs-gutter-y: 1.5rem; }
    .contact-text-wrapper { background-color: #fff; border-radius: 30px; padding: 2.5rem 1.5rem; box-shadow: 0 10px 20px rgba(0,0,0,0.03); }
    .contact-form-card { padding: 2.5rem 1.5rem; }
    .footer-card { padding: 3rem 2rem; border-radius: 30px; }
    .footer-col-spacing { margin-top: 2.5rem; }
    #liveSearchInput, form[action*="help/search"] input, .conn-search-input { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    #liveSearchInput::placeholder, form[action*="help/search"] input::placeholder, .conn-search-input::placeholder { font-size: 0.95rem; }
}