.elementor-224 .elementor-element.elementor-element-c0c2319{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-669c330 *//* General Styling */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7; 
    color: #333; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Keyframes for General Fade-In Animation */
@keyframes fadeInSlideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Keyframes for Subtle Link Pulse/Glow */
@keyframes subtleGlow {
    0% { color: #ff5252; }
    50% { color: #e04b4b; text-shadow: 0 0 5px rgba(255, 82, 82, 0.4); }
    100% { color: #ff5252; }
}

/* ------------------------------------ */
/* Footer Section Styling */
/* ------------------------------------ */
.footer-section {
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px 5%;
    box-sizing: border-box;
    opacity: 0; 
    animation: fadeInSlideUp 1s ease-out forwards; 
}

/* Top Grid Layout */
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

/* Newsletter Section & Column Headings - Load Animation */
.newsletter-section h3, .footer-column h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    opacity: 0; 
    animation: fadeInSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; 
    animation-delay: var(--header-delay); 
}

/* Input and Button Styling (Load and Hover) */
.input-group { display: flex; gap: 10px; margin-bottom: 10px; }
.input-group input { 
    padding: 12px; border: 1px solid #ccc; border-radius: 4px; flex-grow: 1; font-size: 14px; background-color: #e9e9e9; transition: border-color 0.3s ease;
    opacity: 0; animation: fadeInSlideUp 0.8s ease-out forwards; animation-delay: var(--input-delay);
}
.input-group input:focus { outline: none; border-color: #888; }

.get-updates-btn { 
    background-color: #333; color: white; padding: 12px 25px; border: none; border-radius: 4px; font-size: 14px; font-weight: bold; cursor: pointer; 
    transition: background-color 0.3s ease, transform 0.2s ease, scale 0.2s ease;
    opacity: 0; animation: fadeInSlideUp 0.8s ease-out forwards; animation-delay: 1.2s;
}
.get-updates-btn:hover { 
    background-color: #ff5252;
    transform: translateY(-2px) scale(1.02); 
}

/* Navigation Links and Hover - WORD BY WORD ANIMATION STARTS HERE */
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column ul li { margin-bottom: 10px; }

.footer-column ul li a {
    color: #666; text-decoration: none; font-size: 14px;
    transition: color 0.3s ease, transform 0.2s ease, text-shadow 0.2s ease;
    display: inline-flex; /* Crucial for word wrapping */
    flex-wrap: wrap; 
    gap: 4px; /* Space between words */
}

.footer-column ul li a span {
    display: inline-block; /* Each word is animated individually */
    opacity: 0; 
    transform: translateY(20px);
    animation: fadeInSlideUp 0.6s ease-out forwards;
    animation-delay: var(--word-delay); /* Staggered word animation */
    transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

/* NEW: Hover effect on the individual words */
.footer-column ul li a:hover span { 
     color: #ff5252; /* Change color on hover */
     transform: translateY(-3px) scale(1.05); /* Slight lift for dramatic effect */
     text-shadow: 0 0 5px rgba(255, 82, 82, 0.4); 
     transition-delay: 0s !important; /* Instant hover, no delay */
}

/* Hover reset for the parent link */
.footer-column ul li a:hover {
     transform: none; 
}

/* Special Style for Slack Community Link (No change) */
.footer-column ul li a.slack-link {
    color: #ff5252; 
    font-weight: bold;
    animation: subtleGlow 3s infinite; 
}
.footer-column ul li a.slack-link:hover {
    color: #ff5252;
    transform: translateX(10px) scale(1.1); 
    text-shadow: 0 0 8px rgba(255, 82, 82, 0.5); 
}

/* ------------------------------------ */
/* Bottom Section (Buttons & Social) - Load and Hover */
/* ------------------------------------ */
.footer-bottom { 
    display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 20px auto 0; flex-wrap: wrap; gap: 20px;
    opacity: 0; animation: fadeInSlideUp 1s ease-out forwards; animation-delay: 1.5s;
}
.cta-buttons button:hover { transform: translateY(-3px) scale(1.02); opacity: 1; }

/* Social Dots and Animation */
.social-icons { display: flex; align-items: center; gap: 15px; }
.social-dot { height: 10px; width: 10px; background-color: #666; border-radius: 50%; opacity: 0.6; animation: pulse 1.5s infinite ease-in-out; transition: background-color 0.3s, transform 0.2s; }
@keyframes pulse { 0% { transform: scale(0.8); opacity: 0.6; } 50% { transform: scale(1.1); opacity: 0.9; } 100% { transform: scale(0.8); opacity: 0.6; } }
.social-dot:hover { background-color: #ff5252; transform: scale(1.3); }
.social-icons a:hover { color: #ff5252; transform: translateY(-3px) scale(1.1); }

/* ------------------------------------ */
/* LARGE DDS Logo Styling and EXTREME Animations */
/* ------------------------------------ */
.large-dds-logo {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 18vw; 
    font-weight: 900;
    line-height: 0.8;
    color: #000; 
    text-transform: uppercase;
    text-align: center;
    margin: 80px 0 0; 
    padding-bottom: 20px;
    letter-spacing: -5px; 
    cursor: pointer;
    
    /* Initial state for load animation */
    opacity: 0;
    transform: translateY(50px);
    animation: ddsLoadIn 1s ease-out forwards;
    animation-delay: 1.8s; 

    /* Hover transition for size, color, and transform */
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), 
                font-size 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
                color 0.3s ease, 
                text-shadow 0.5s ease,
                letter-spacing 0.5s ease;
    transform-origin: center bottom;
}

/* DDS Logo Load Animation */
@keyframes ddsLoadIn {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

/* DDS Logo EXTREME Hover Animation */
.large-dds-logo:hover {
    /* 150% वृद्धि: 18vw * 2.5 = 45vw */
    font-size: 45vw; 
    color: #ff5252; 
    
    transform: translateY(-25px) 
               rotateX(7deg) 
               rotateZ(-3deg) 
               skewX(3deg); 
    
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 
                 0 0 80px rgba(255, 82, 82, 0.9);
    
    letter-spacing: -12px;
}


/* Media Queries (Responsive) */
@media (max-width: 768px) {
    .footer-top { grid-template-columns: 1fr; gap: 30px; }
    .input-group { flex-direction: column; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
    .large-dds-logo { font-size: 30vw; letter-spacing: -2px; margin-top: 50px; }
    .large-dds-logo:hover {
        font-size: 75vw;
        transform: translateY(-10px) rotateX(3deg) skewX(2deg); 
        letter-spacing: -5px;
    }
}/* End custom CSS */