#main-navbar-tools a.dropdown-toggle{text-decoration:none;color:#fff}.navbar .dropdown-submenu{position:relative}.navbar .dropdown-menu{margin:0;padding:0}.navbar .dropdown-menu a{font-size:.9em;padding:10px 15px;display:block;min-width:210px;text-align:left;border-radius:.25rem;min-height:44px}.navbar .dropdown-submenu a::after{transform:rotate(-90deg);position:absolute;right:16px;top:18px}.navbar .dropdown-submenu .dropdown-menu{top:0;left:100%}.card-header .btn{padding:2px 6px}.card-header h5{margin:0}.container>.card{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}@media screen and (min-width:768px){.navbar .dropdown:hover>.dropdown-menu{display:block}.navbar .dropdown-submenu:hover>.dropdown-menu{display:block}}.input-validation-error{border-color:#dc3545}.field-validation-error{font-size:.8em}.dataTables_scrollBody{min-height:248px}div.dataTables_wrapper div.dataTables_info{padding-top:11px;white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{padding-top:10px;margin-bottom:0}.rtl .dropdown-menu-right{right:auto;left:0}.rtl .dropdown-menu-right a{text-align:right}.rtl .navbar .dropdown-menu a{text-align:right}.rtl .navbar .dropdown-submenu .dropdown-menu{top:0;left:auto;right:100%}.rtl div.dataTables_wrapper div.dataTables_filter input{margin-left:auto;margin-right:.5em}.rtl div.dataTables_wrapper div.dataTables_filter{text-align:left}.rtl table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:right}.brand-container{text-align:center;margin-top:8rem}.brand-logo{height:50px}.brand-text{color:#292d33;font-family:Lexend;font-size:30px;font-style:normal;font-weight:500;line-height:34px;margin-top:5px;margin-bottom:15px}/* =============================================
   DailyTalking Landing Page Styles
   ============================================= */

:root {
    --dt-primary: #4f46e5;
    --dt-primary-dark: #3730a3;
    --dt-secondary: #7c3aed;
    --dt-gradient-start: #4f46e5;
    --dt-gradient-end: #7c3aed;
    --dt-hero-bg-start: #1e1b4b;
    --dt-hero-bg-end: #4f46e5;
}

/* =============================================
   NAVBAR
   ============================================= */
.dt-navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.dt-navbar-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    object-position: left center;
}

/* =============================================
   HERO
   ============================================= */
.dt-hero {
    position: relative;
    padding-bottom: 60px;
}

.dt-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--dt-hero-bg-start) 0%, var(--dt-hero-bg-end) 60%, #7c3aed 100%);
    z-index: 0;
}

.min-vh-75 {
    min-height: 75vh;
}

.dt-hero-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 0;
}

.dt-hero-wave svg {
    width: 100%;
    height: 100px;
}

.dt-gradient-text {
    background: linear-gradient(135deg, #a5b4fc 0%, #c4b5fd 50%, #f0abfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dt-hero-image-wrapper {
    position: relative;
}

.dt-hero-image {
    max-width: 380px;
    margin: 0 auto;
    display: block;
    transform: perspective(1000px) rotateY(-4deg);
    transition: transform 0.4s ease;
}

.dt-hero-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

/* =============================================
   BUTTONS
   ============================================= */
.dt-btn-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dt-btn-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* =============================================
   PAIN POINT CARDS
   ============================================= */
.dt-pain-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dt-pain-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.dt-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =============================================
   SOLUTION SECTION
   ============================================= */
.dt-solution-section {
    background: linear-gradient(180deg, transparent 0%, rgba(79, 70, 229, 0.03) 100%);
}

/* =============================================
   HOW IT WORKS
   ============================================= */
.dt-step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dt-gradient-start), var(--dt-gradient-end));
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =============================================
   FEATURE SECTIONS (alternating bg)
   ============================================= */
.dt-feature-section {
    background-color: rgba(79, 70, 229, 0.02);
}

/* =============================================
   STATS SECTION
   ============================================= */
.dt-stats-section {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.04) 0%, rgba(124, 58, 237, 0.04) 100%);
    border-top: 1px solid rgba(79, 70, 229, 0.08);
    border-bottom: 1px solid rgba(79, 70, 229, 0.08);
}

.dt-stat-item .dt-gradient-text {
    background: linear-gradient(135deg, var(--dt-gradient-start), var(--dt-gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =============================================
   CTA SECTION
   ============================================= */
.dt-cta-section {
    padding-bottom: 3rem;
}

.dt-cta-card {
    background: linear-gradient(135deg, var(--dt-hero-bg-start) 0%, var(--dt-gradient-start) 50%, var(--dt-gradient-end) 100%);
    position: relative;
}

.dt-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 60%),
                radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    border-radius: inherit;
}

/* =============================================
   FADE-IN ANIMATIONS
   ============================================= */
.dt-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.dt-fade-in.dt-visible {
    opacity: 1;
    transform: translateY(0);
}

.dt-delay-100 {
    transition-delay: 0.1s;
}

.dt-delay-200 {
    transition-delay: 0.2s;
}

.dt-delay-300 {
    transition-delay: 0.3s;
}

/* =============================================
   FOOTER OVERRIDES
   ============================================= */
.dt-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dt-footer a {
    transition: color 0.2s ease;
}

.dt-footer a:hover {
    color: var(--dt-primary) !important;
}

.dt-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(79, 70, 229, 0.08);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.dt-footer-social a:hover {
    background-color: rgba(79, 70, 229, 0.15);
    transform: translateY(-2px);
}

/* Language Switcher */
.dt-lang-switcher {
    color: #6c757d;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8125rem;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
    background: transparent;
}

.dt-lang-switcher:hover {
    color: var(--dt-primary);
    border-color: var(--dt-primary);
    background-color: rgba(79, 70, 229, 0.06);
}

.dt-lang-modal .modal-content {
    border-radius: 12px;
}

.dt-lang-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.dt-lang-item {
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #495057;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.dt-lang-item:hover {
    background-color: rgba(79, 70, 229, 0.08);
    color: var(--dt-primary);
    text-decoration: none;
}

.dt-lang-item.active {
    font-weight: 600;
    color: var(--dt-primary);
    background-color: rgba(79, 70, 229, 0.08);
}

/* =============================================
   DARK MODE SUPPORT
   ============================================= */
[data-bs-theme="dark"] .dt-feature-section,
.dark .dt-feature-section {
    background-color: rgba(255, 255, 255, 0.02);
}

[data-bs-theme="dark"] .dt-solution-section,
.dark .dt-solution-section {
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 100%);
}

[data-bs-theme="dark"] .dt-stats-section,
.dark .dt-stats-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

[data-bs-theme="dark"] .dt-pain-card,
.dark .dt-pain-card {
    background-color: rgba(255, 255, 255, 0.04);
}

[data-bs-theme="dark"] .dt-footer,
.dark .dt-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .dt-footer-social a,
.dark .dt-footer-social a {
    background-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .dt-footer-social a:hover,
.dark .dt-footer-social a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

[data-bs-theme="dark"] .dt-lang-switcher,
.dark .dt-lang-switcher {
    color: #adb5bd;
    border-color: rgba(255, 255, 255, 0.2);
}

[data-bs-theme="dark"] .dt-lang-switcher:hover,
.dark .dt-lang-switcher:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .dt-lang-item,
.dark .dt-lang-item {
    color: #ced4da;
}

[data-bs-theme="dark"] .dt-lang-item:hover,
.dark .dt-lang-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .dt-lang-item.active,
.dark .dt-lang-item.active {
    background-color: rgba(255, 255, 255, 0.1);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@@media (max-width: 991.98px) {
    .dt-navbar-logo {
        height: 42px;
    }

    .dt-hero-image {
        max-width: 300px;
        transform: none;
    }

    .dt-hero-image:hover {
        transform: none;
    }

    .min-vh-75 {
        min-height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .display-3 {
        font-size: 2.5rem;
    }
}

@@media (max-width: 575.98px) {
    .display-3 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .display-5 {
        font-size: 1.75rem;
    }

    .display-6 {
        font-size: 1.5rem;
    }

    .dt-cta-card {
        padding: 2rem !important;
    }

    .dt-hero-wave svg {
        height: 50px;
    }
}

/* =============================================
   LEGAL PAGES (Privacy Policy, Terms & Conditions)
   ============================================= */
.dt-legal-page h1 {
    font-size: 2.25rem;
}

.dt-legal-page h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dt-legal-page h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.dt-legal-page p {
    line-height: 1.75;
    margin-bottom: 1rem;
}

.dt-legal-page ul,
.dt-legal-page ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.dt-legal-page li {
    line-height: 1.75;
    margin-bottom: 0.35rem;
}

.dt-legal-page .table {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.dt-legal-page .table thead th {
    background-color: rgba(79, 70, 229, 0.05);
    font-weight: 600;
    white-space: nowrap;
}

.dt-legal-page .table td,
.dt-legal-page .table th {
    padding: 0.65rem 0.85rem;
    vertical-align: top;
}

.dt-legal-page .table td strong {
    white-space: nowrap;
}

.dt-legal-page a {
    color: var(--dt-primary);
    text-decoration: none;
}

.dt-legal-page a:hover {
    text-decoration: underline;
}

/* Summary box */
.dt-legal-summary {
    background-color: rgba(79, 70, 229, 0.04);
    border-left: 4px solid var(--dt-primary);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
}

.dt-legal-summary h2 {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* Language notice banner */
.dt-legal-language-notice {
    background-color: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    color: #5d4037;
}

.dt-legal-language-notice .fw-semibold {
    color: #4e342e;
}

.dt-legal-language-notice .bi-translate {
    color: #f59e0b;
}

/* Dark mode */
[data-bs-theme="dark"] .dt-legal-language-notice,
.dark .dt-legal-language-notice {
    background-color: rgba(255, 248, 225, 0.08);
    border-color: rgba(255, 224, 130, 0.2);
    color: #e0e0e0;
}

[data-bs-theme="dark"] .dt-legal-language-notice .fw-semibold,
.dark .dt-legal-language-notice .fw-semibold {
    color: #f5f5f5;
}

/* Dark mode */
[data-bs-theme="dark"] .dt-legal-page h2,
.dark .dt-legal-page h2 {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .dt-legal-page .table thead th,
.dark .dt-legal-page .table thead th {
    background-color: rgba(255, 255, 255, 0.05);
}

[data-bs-theme="dark"] .dt-legal-summary,
.dark .dt-legal-summary {
    background-color: rgba(255, 255, 255, 0.04);
    border-left-color: rgba(79, 70, 229, 0.6);
}

/* =============================================
   CONTACT PAGE
   ============================================= */
.dt-contact-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.dt-contact-icon-wrapper {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dt-gradient-start), var(--dt-gradient-end));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt-contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dt-contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.1);
}

.dt-contact-item-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* =============================================
   COOKIE CONSENT BANNER
   ============================================= */
.dt-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(79, 70, 229, 0.12);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    padding: 1rem 0;
}

.dt-cookie-banner--visible {
    transform: translateY(0);
    opacity: 1;
}

.dt-cookie-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.dt-cookie-banner-text {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
    flex: 1;
}

.dt-cookie-banner-text a {
    color: var(--dt-primary);
    text-decoration: underline;
    font-weight: 500;
}

.dt-cookie-banner-text a:hover {
    color: var(--dt-primary-dark);
}

.dt-cookie-banner-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.dt-cookie-btn-accept {
    background: linear-gradient(135deg, var(--dt-gradient-start), var(--dt-gradient-end));
    border: none;
    font-weight: 600;
    padding: 0.45rem 1.25rem;
    white-space: nowrap;
}

.dt-cookie-btn-accept:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}

.dt-cookie-btn-settings {
    font-weight: 500;
    padding: 0.45rem 1rem;
    white-space: nowrap;
}

@@media (max-width: 767.98px) {
    .dt-cookie-banner-inner {
        flex-direction: column;
        text-align: center;
    }

    .dt-cookie-banner-actions {
        width: 100%;
        justify-content: center;
    }

    .dt-cookie-btn-accept,
    .dt-cookie-btn-settings {
        flex: 1;
    }
}

/* =============================================
   COOKIE SETTINGS MODAL
   ============================================= */
.dt-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
    transition: background 0.25s ease, backdrop-filter 0.25s ease;
    padding: 1rem;
}

.dt-cookie-modal--visible {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

.dt-cookie-modal-dialog {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    max-width: 480px;
    width: 100%;
    transform: translateY(20px) scale(0.97);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
    overflow: hidden;
}

.dt-cookie-modal--visible .dt-cookie-modal-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.dt-cookie-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dt-cookie-modal-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
}

.dt-cookie-modal-body {
    padding: 1.5rem;
}

.dt-cookie-category {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
}

.dt-cookie-category:last-child {
    margin-bottom: 0;
}

.dt-cookie-category h6 {
    font-size: 0.9rem;
}

.dt-cookie-category p {
    font-size: 0.8rem;
    line-height: 1.5;
}

.dt-cookie-modal-footer {
    padding: 1rem 1.5rem 1.5rem;
}

.dt-cookie-modal-footer .btn-primary {
    background: linear-gradient(135deg, var(--dt-gradient-start), var(--dt-gradient-end));
    border: none;
    font-weight: 600;
    padding: 0.6rem 1rem;
}

/* Dark mode */
[data-bs-theme="dark"] .dt-cookie-banner,
.dark .dt-cookie-banner {
    background: rgba(31, 41, 55, 0.97);
    border-top-color: rgba(79, 70, 229, 0.2);
}

[data-bs-theme="dark"] .dt-cookie-banner-text,
.dark .dt-cookie-banner-text {
    color: #d1d5db;
}

[data-bs-theme="dark"] .dt-cookie-modal-dialog,
.dark .dt-cookie-modal-dialog {
    background: #1f2937;
}

[data-bs-theme="dark"] .dt-cookie-modal-title,
.dark .dt-cookie-modal-title {
    color: #f3f4f6;
}

[data-bs-theme="dark"] .dt-cookie-modal-header,
.dark .dt-cookie-modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .dt-cookie-category,
.dark .dt-cookie-category {
    border-color: rgba(255, 255, 255, 0.08);
}
