@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    font-family: 'Neue Montreal', sans-serif;
}

@media (max-width: 768px) {
    .footer-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .footer-right {
        align-items: flex-start;
        width: 100%;
    }

    .social-icons {
        justify-content: flex-start;
    }

    .footer-nav {
        flex-direction: column;
        gap: 10px;
    }

    .separator {
        display: none;
    }
}

.logos-slide {
    display: flex;
    animation: slide 20s linear infinite;
    gap: 40px;
}

.logo-ticker-image {
    height: 50px;
    width: 250px;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 40px; 
}

.logo-ticker-image:last-child {
    margin-right: 0; 
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1280px);
    }
}

.ticker-animation {
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpforms-container .wpforms-submit.newsletter-button,
.wpforms-container .wpforms-submit-container .wpforms-submit.newsletter-button {
    color: white !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 0.5rem !important;
    text-transform: uppercase !important;
    font-size: 0.95rem !important;
    cursor: pointer !important;
    text-decoration: none !important;
    padding: 0.75rem 1.5rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    letter-spacing: 0.08em !important;
    transition: 
        background 0.2s,
        box-shadow 0.2s,
        transform 0.2s !important;
}

.wpforms-submit.newsletter-button:hover,
.wpforms-submit.newsletter-button:focus {
    transform: translateY(-2px) scale(1.03) !important;
    color: white !important;
    text-decoration: none !important;
}

.newsletter-form .wpforms-container,
.newsletter-form .wpforms-form,
.newsletter-form {
    background: none !important;
    background-color: transparent !important;
}
.newsletter-section .wpforms-container {
    background-color: transparent !important;
}
.newsletter-form .field-label {
    color: #161616 !important;
    font-weight: bold !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

.newsletter-form .wpforms-field-label,
.newsletter-form .wpforms-field-sublabel,
.newsletter-form .wpforms-required-label {
    color: white !important;
}

.newsletter-form .wpforms-field-checkbox label,
.newsletter-form input[type='checkbox'] + label,
.newsletter-form .wpforms-field-checkbox .wpforms-field-label {
    color: white !important;
}

.newsletter-form .wpforms-field-checkbox .wpforms-required-label {
    position: relative; 
    top: 33px;      
    left: 300px;       
    display: inline-block;
}

.bullet-point {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.bullet-point::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #6741f2;
    font-weight: bold;
    font-size: 1.25rem;
}
.newsletter-section .wpforms-submit {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.newsletter-section .wpforms-submit:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-2px) !important;
}

.newsletter-section .wpforms-submit:active {
    transform: translateY(0) !important;
}

#progress-container {
    position: fixed;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

#page-progress-bar {
    height: 100%;
    background: linear-gradient(90deg,rgba(103, 65, 242, 1) 44%, rgba(163, 139, 249, 1) 77%);
    border-radius: 0 2px 2px 0;
    transform-origin: left;
    transform: scaleX(0);
}



.signup-form .wpforms-container {
    background: transparent !important;
    padding: 0 !important;
    max-width: 100% !important;
    text-align: center !important;
}

.signup-form .wpforms-form {
    background: transparent !important;
    padding: 0 !important;
    text-align: center !important;
}

.signup-form .wpforms-field {
    margin-bottom: 1rem !important;
    text-align: center !important;
}

.signup-form input[type="text"], 
.signup-form input[type="email"], 
.signup-form textarea, 
.signup-form select {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    transition: border-color 0.3s ease !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.signup-form input[type="text"]:focus, 
.signup-form input[type="email"]:focus, 
.signup-form textarea:focus, 
.signup-form select:focus {
    border-color: #6366f1 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1) !important;
    text-align: left !important; /* ADĂUGAT - schimbă din center în left la focus */

}

.signup-form .wpforms-submit {
    background: #6366f1 !important;
    color: white !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin: 1rem auto 0 auto !important;
    display: flex !important; /* Schimbat din block în flex */
    align-items: center !important; /* Centrează pe axa Y */
    justify-content: center !important; /* Centrează pe axa X */
    text-align: center !important; /* Backup pentru alinierea textului */
    line-height: 1 !important; /* Resetează line-height pentru control mai bun */
}

.signup-form .wpforms-submit:hover {
    background: #4f46e5 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.3) !important;
}

.signup-form .wpforms-submit:active {
    transform: translateY(0) !important;
}

.signup-form .wpforms-field-label {
    text-align: left !important;
}

.signup-form .wpforms-field-sublabel {
    text-align: left !important;
}

.signup-form .wpforms-field-row.wpforms-field-medium {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important; /* Schimbă din 450px în 100% */
    margin: 0 auto 1rem auto !important;
}

.signup-form .wpforms-field .wpforms-field-email .pdfs-email {
    width: 100% !important;
}

.signup-form.wpforms-container input.wpforms-field-medium {
    width: 100% !important;
    max-width: 100% !important;
}

.prose blockquote::after {
    content: "";
  }