/* Allo Elementor Widgets - Coming Soon Widget Styles */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Pacifico&display=swap');

/* Full width breakout for Elementor containers */
.elementor-widget-allo-coming-soon {
    width: 100vw !important;
    position: relative;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
    box-sizing: border-box;
}

/* Override any parent container constraints */
.allodentiste-container .elementor-widget-allo-coming-soon,
.allodentiste-content .elementor-widget-allo-coming-soon,
.elementor-section .elementor-widget-allo-coming-soon,
.elementor-container .elementor-widget-allo-coming-soon {
    width: 100vw !important;
    position: relative;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
}

.allo-coming-soon-widget {
    font-family: 'Arial', sans-serif;
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    min-height: 100vh;
}

.allo-coming-soon-hero {
    min-height: 100vh;
    height: auto;
    width: 100%;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(236, 230, 220, 0.6) 50%, rgba(255, 255, 255, 0.7) 100%),
        url('../assets/background.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 120px 20px 60px 20px;
    overflow: hidden;
}

/* Hero Content Wrapper - this gets the scaling animation */
.hero-content-wrapper {
    animation: none;
}

/* Disable scaling animation when waitlist is active */
.hero-content-wrapper.no-animation {
    animation: none;
}

@keyframes backgroundFloat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Top Controls */
.top-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    gap: 15px;
    align-items: center;
}

.theme-toggle {
    background: rgba(255, 255, 255, 0.9);
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Prevent form submission behavior */
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.theme-toggle:hover {
    background: rgba(0, 161, 173, 0.1);
    transform: scale(1.05);
}

.theme-icon {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.language-selector {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.language-option {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.language-option:hover {
    background: rgba(0, 161, 173, 0.1);
    transform: scale(1.05);
}

.language-option.active {
    background: linear-gradient(135deg, #00A1AD, #E84E4E);
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 161, 173, 0.3);
}

.flag {
    width: 20px;
    height: 15px;
    display: inline-block;
}

.flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Logo */
.logo {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.logo img {
    max-width: 400px;
    max-height: 120px;
    width: auto;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

/* Coming Soon Badge */
.coming-soon-badge {
    font-family: 'Pacifico', cursive;
    background: none;
    color: #00A1AD;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    box-shadow: none;
    animation: none;
}

/* Countdown */
.countdown-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    animation: slideInUp 1s ease-out 0.2s both;
    padding: 2px;
    background: linear-gradient(135deg, #00A1AD, #E84E4E);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.countdown-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    width: 100%;
}

.countdown-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-number {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    margin-bottom: 4px;
    min-width: 42px;
    letter-spacing: -0.5px;
}

.countdown-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.countdown-separator {
    font-size: 1.4rem;
    font-weight: 700;
    color: #00A1AD;
    align-self: flex-start;
    margin-top: 4px;
}

/* Main Heading */
.main-heading {
    color: #000000;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    animation: slideInUp 1s ease-out;
}

.main-heading .italic {
    font-style: italic;
    color: #000000;
    font-weight: 400;
}

.main-heading .bold {
    font-weight: 700;
    color: #000000;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Description */
.description {
    color: #000000;
    font-size: 1.1rem;
    max-width: 1100px;
    line-height: 1.6;
    margin-bottom: 50px;
    animation: slideInUp 1s ease-out 0.3s both;
}

/* Doctor Blurb */
.doctor-blurb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto 40px auto;
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideInUp 1s ease-out 0.4s both;
}

.doctor-photo {
    flex: 0 0 auto;
}

.doctor-photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.doctor-content {
    flex: 1;
    text-align: left;
}

.doctor-content br {
    display: none;
}

.doctor-text-en,
.doctor-text-fr {
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.5;
}

.doctor-text-en strong,
.doctor-text-fr strong {
    color: #000000;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 8px;
}

.doctor-text-en a,
.doctor-text-fr a {
    color: #007cba;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.doctor-text-en a:hover,
.doctor-text-fr a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    animation: slideInUp 1s ease-out 0.6s both;
}

.cta-button {
    background: #00A1AD;
    color: #FFFFFF;
    padding: 10px 30px;
    border: 2px solid #00A1AD;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 161, 173, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 161, 173, 0.4);
    background: #FFFFFF;
    color: #00A1AD;
    border: 2px solid #00A1AD;
}

/* CTA Button Wrapper and Notes */
.cta-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cta-button-note {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    text-align: center;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.cta-button-note span {
    display: block;
}

.cta-button-wrapper:hover .cta-button-note {
    opacity: 1;
    color: #333;
    transform: translateY(-1px);
}

/* Confidence Text */
.confidence-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    animation: slideInUp 1s ease-out 0.8s both;
}

.confidence-text span {
    color: #888;
    line-height: 1.4;
    font-style: italic;
    opacity: 0.9;
    transition: all 0.3s ease;
    display: block;
}

.confidence-text:hover span {
    opacity: 1;
    color: #666;
}

/* Professional Association Logos */
.association-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 25px 0 35px 0;
    padding: 0 20px;
    animation: slideInUp 1s ease-out 0.9s both;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.association-logos:hover {
    opacity: 1;
}

.association-logo {
    flex-shrink: 0;
    transition: all 0.3s ease;
    filter: grayscale(20%) contrast(0.9);
}

.association-logo:hover {
    transform: translateY(-2px);
    filter: grayscale(0%) contrast(1);
}

.association-logo img {
    height: 45px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* Specific adjustments for logo consistency */
.association-logo img[alt*="Ordre des Dentistes"] {
    height: 40px;
}

.association-logo img[alt*="Canadian Dental Association"] {
    height: 50px;
}

.association-logo img[alt*="Association des Chirurgiens"] {
    height: 42px;
}

/* Footer */
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    color: #666;
    font-size: 14px;
}

.footer-left {
    display: flex;
    gap: 15px;
    padding-right: 35px;
}

.footer-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00A1AD;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    background: rgba(0, 161, 173, 0.1);
}

.social-icon i {
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.social-icon:hover {
    transform: scale(1.1);
    background: rgba(0, 161, 173, 0.2);
    color: #0085a3;
}

/* Individual social media icon colors on hover */
.social-icon:hover .fa-instagram {
    color: #E4405F;
}

.social-icon:hover .fa-facebook-f {
    color: #1877F2;
}

.social-icon:hover .fa-tiktok {
    color: #000000;
}

.social-icon:hover .fa-youtube {
    color: #FF0000;
}

.social-icon:hover .fa-twitter {
    color: #1DA1F2;
}

.social-icon:hover .fa-linkedin-in {
    color: #0A66C2;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 161, 173, 0.05);
    border: 1px solid rgba(0, 161, 173, 0.1);
    animation: float 6s ease-in-out infinite;
}

.floating-circle:nth-child(1) {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-circle:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-circle:nth-child(3) {
    width: 80px;
    height: 80px;
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.8;
    }
}

/* Dark mode styles */
body.dark-mode .allo-coming-soon-hero {
    background: 
        linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(45, 45, 45, 0.8) 50%, rgba(26, 26, 26, 0.9) 100%),
        url('../assets/background.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body.dark-mode .main-heading,
body.dark-mode .main-heading .italic,
body.dark-mode .main-heading .bold {
    color: #ffffff;
}

body.dark-mode .description {
    color: #e0e0e0;
}

body.dark-mode .doctor-blurb {
    background: rgba(45, 45, 45, 0.9);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

body.dark-mode .doctor-photo img {
    border-color: #555;
}

body.dark-mode .doctor-text-en,
body.dark-mode .doctor-text-fr {
    color: #e0e0e0;
}

body.dark-mode .doctor-text-en strong,
body.dark-mode .doctor-text-fr strong {
    color: #ffffff;
}

body.dark-mode .doctor-text-en a,
body.dark-mode .doctor-text-fr a {
    color: #4dabf7;
}

body.dark-mode .doctor-text-en a:hover,
body.dark-mode .doctor-text-fr a:hover {
    color: #74c0fc;
}

body.dark-mode .cta-button {
    background: #FFFFFF;
    color: #00A1AD;
    border: 2px solid #FFFFFF;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

body.dark-mode .cta-button:hover {
    background: #00A1AD;
    color: #FFFFFF;
    border: 2px solid #00A1AD;
    box-shadow: 0 8px 25px rgba(0, 161, 173, 0.4);
}

body.dark-mode .cta-button-note {
    color: #b0b0b0;
}

body.dark-mode .cta-button-wrapper:hover .cta-button-note {
    color: #ffffff;
}

body.dark-mode .confidence-text span {
    color: #aaa;
}

body.dark-mode .confidence-text:hover span {
    color: #ccc;
}

body.dark-mode .association-logos {
    opacity: 0.7;
}

/* Social Icons Dark Mode */
body.dark-mode .social-icon {
    color: #E8F4F8;
    background: rgba(232, 244, 248, 0.1);
}

body.dark-mode .social-icon:hover {
    background: rgba(232, 244, 248, 0.2);
    color: #ffffff;
}

/* Keep brand colors on hover in dark mode */
body.dark-mode .social-icon:hover .fa-instagram {
    color: #E4405F;
}

body.dark-mode .social-icon:hover .fa-facebook-f {
    color: #1877F2;
}

body.dark-mode .social-icon:hover .fa-tiktok {
    color: #ffffff;
}

body.dark-mode .social-icon:hover .fa-youtube {
    color: #FF0000;
}

body.dark-mode .social-icon:hover .fa-twitter {
    color: #1DA1F2;
}

body.dark-mode .social-icon:hover .fa-linkedin-in {
    color: #0A66C2;
}

/* Ensure Font Awesome icons load properly */
.social-icon i::before {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome", sans-serif !important;
}

body.dark-mode .association-logos:hover {
    opacity: 0.9;
}

body.dark-mode .association-logo {
    filter: grayscale(30%) contrast(0.8) brightness(0.9);
}

body.dark-mode .association-logo:hover {
    filter: grayscale(10%) contrast(1) brightness(1);
}

body.dark-mode .language-selector,
body.dark-mode .theme-toggle {
    background: rgba(45, 45, 45, 0.9);
}

body.dark-mode .language-option {
    color: #ffffff;
}

body.dark-mode .language-option:hover {
    background: rgba(0, 161, 173, 0.2);
}

body.dark-mode .footer {
    color: #cccccc;
}

body.dark-mode .floating-circle {
    background: rgba(0, 161, 173, 0.1);
    border: 1px solid rgba(0, 161, 173, 0.2);
}

body.dark-mode .logo img {
    filter: invert(1);
    transition: filter 0.3s ease;
}

body.dark-mode .countdown-number {
    color: #ffffff;
}

body.dark-mode .countdown-label {
    color: #cccccc;
}

body.dark-mode .countdown-container {
    background: linear-gradient(135deg, #00A1AD, #E84E4E);
}

body.dark-mode .countdown-inner {
    background: rgba(45, 45, 45, 0.95);
}

/* Dark mode styles for waitlist and career content */
body.dark-mode .waitlist-form-header,
body.dark-mode .career-form-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.dark-mode .back-button {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
}

body.dark-mode .back-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

body.dark-mode .waitlist-form-title,
body.dark-mode .career-form-title {
    color: #ffffff;
}

body.dark-mode .waitlist-form-description,
body.dark-mode .career-form-description {
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 768px) {
    .allo-coming-soon-hero {
        padding: 100px 15px 40px 15px;
        min-height: auto;
    }

    .logo {
        margin-bottom: 20px;
    }

    .logo img {
        max-width: 300px;
        max-height: 90px;
    }
    
    .main-heading {
        font-size: 2.5rem;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .description {
        font-size: 1rem;
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .doctor-blurb {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        margin: 0 20px 30px 20px;
        padding: 20px;
    }

    .doctor-photo img {
        width: 100px;
        height: 100px;
    }

    .doctor-content {
        text-align: center;
    }

    .doctor-text-en,
    .doctor-text-fr {
        font-size: 0.9rem;
    }

    .countdown-container {
        max-width: 85%;
        margin-bottom: 25px;
    }

    .countdown-inner {
        gap: 10px;
        flex-wrap: wrap;
        padding: 8px 16px;
    }

    .countdown-number {
        font-size: 1.5rem;
        min-width: 35px;
    }

    .countdown-separator {
        font-size: 1.2rem;
        display: none;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
        padding: 0 30px;
        gap: 15px;
        margin-bottom: 20px;
    }

    .cta-button {
        width: 100%;
        max-width: 300px;
    }

    .cta-button-note {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .confidence-text {
        margin-top: 15px;
        margin-bottom: 20px;
        padding: 0 30px;
    }

    .confidence-text span {
        font-size: 10px;
    }

    .association-logos {
        gap: 20px;
        margin: 20px 0 25px 0;
        padding: 0 30px;
    }

    .association-logo img {
        height: 35px;
        max-width: 90px;
    }

    .association-logo img[alt*="Ordre des Dentistes"] {
        height: 32px;
    }

    .association-logo img[alt*="Canadian Dental Association"] {
        height: 38px;
    }

    .association-logo img[alt*="Association des Chirurgiens"] {
        height: 34px;
    }

    .footer {
        flex-direction: column;
        gap: 20px;
        padding: 20px 30px;
        margin-top: 20px;
    }

    .top-controls {
        top: 15px;
        right: 15px;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .allo-coming-soon-hero {
        padding: 120px 10px 30px 10px;
    }

    .logo {
        margin-bottom: 15px;
    }

    .logo img {
        max-width: 250px;
        max-height: 75px;
    }
    
    .main-heading {
        font-size: 1.8rem;
        margin-bottom: 15px;
		text-align:left;
    }
	.main-heading br {
		display:none;
	}

    .coming-soon-badge {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .countdown-container {
        max-width: 90%;
        margin-bottom: 20px;
    }

    .countdown-inner {
        gap: 8px;
        padding: 6px 12px;
    }

    .countdown-number {
        font-size: 1.3rem;
        min-width: 32px;
    }

    .countdown-label {
        font-size: 0.55rem;
    }

    .description {
        margin-bottom: 25px;
        padding: 0 20px;
		text-align:left;
    }

    .cta-buttons {
        gap: 12px;
        margin-bottom: 15px;
    }

    .cta-button {
        padding: 15px 30px;
        font-size: 14px;
    }

    .footer {
        padding: 15px 20px;
        margin-top: 15px;
    }

    .top-controls {
        top: 20px;
        right: 10px;
    }
}

/* Waitlist Content Styles (inside hero-content-wrapper) */
.waitlist-content-en,
.waitlist-content-fr,
.career-content-en,
.career-content-fr {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    animation: slideUp 0.3s ease-out;
    display: none; /* Hidden by default */
}

.waitlist-form-header,
.career-form-header {
    display: flex;
    align-items: center;
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 24px;
}

.back-button {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.back-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    transform: translateX(-2px);
}

.waitlist-form-title,
.career-form-title {
    font-size: 2rem;
    text-align:left;
    font-weight: 600;
    color: #000;
    margin: 0;
    flex: 1;
}

.waitlist-form-description,
.career-form-description {
    font-size: 1rem;
    text-align:left;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    margin: 0 0 24px 0;
}

/* Animation keyframes */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for waitlist and career content */
@media (max-width: 768px) {
    .waitlist-form-title,
    .career-form-title {
        font-size: 1.5rem;
    }
    
    .waitlist-form-description,
    .career-form-description {
        font-size: 0.9rem;
    }
}

/* Copyright Footer */
.copyright-footer {
    position: relative;
    width: 100%;
    padding: 0 60px 30px;
    margin-top: 20px;
}

.copyright-separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 161, 173, 0.2) 0%, rgba(0, 161, 173, 0.4) 50%, rgba(0, 161, 173, 0.2) 100%);
    margin-bottom: 15px;
    position: relative;
}

.copyright-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00A1AD;
    box-shadow: 0 0 10px rgba(0, 161, 173, 0.3);
}

.copyright-content {
    text-align: center;
    font-size: 13px;
    color: #888;
    line-height: 1.4;
}

.copyright-text-en,
.copyright-text-fr {
    display: block;
    transition: opacity 0.3s ease;
}

.copyright-content a {
    color: #00A1AD;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.copyright-content a:hover {
    color: #008791;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Dark mode styles for copyright footer */
body.dark-mode .copyright-separator {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 100%);
}

body.dark-mode .copyright-separator::before {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

body.dark-mode .copyright-content {
    color: #bbb;
}

body.dark-mode .copyright-content a {
    color: #00D4E0;
}

body.dark-mode .copyright-content a:hover {
    color: #00B8C4;
}

/* Responsive styles for copyright footer */
@media (max-width: 768px) {
    .copyright-footer {
        padding: 0 30px 20px;
        margin-top: 15px;
    }
    
    .copyright-separator {
        margin-bottom: 12px;
    }
    
    .copyright-content {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .copyright-footer {
        padding: 0 20px 15px;
        margin-top: 10px;
    }
    
    .copyright-separator {
        margin-bottom: 10px;
    }
    
    .copyright-content {
        font-size: 11px;
        line-height: 1.3;
    }
}