/* Klowt Footer Shortcode Styles */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Lemon+Milk:wght@400;500;600;700&display=swap');

/* CSS Variables */
:root {
    --e-global-color-primary: #000000;
    --e-global-color-secondary: #ffffff;
    --e-global-color-accent: #8175DB;
    --e-global-color-text: #333333;
    --e-global-color-c0f8b65: #f8f9fa;
    --e-global-typography-f762d51-font-family: "Lemon Milk", Sans-serif;
    --e-global-typography-f762d51-font-size: 1.5rem;
    --e-global-typography-f762d51-font-weight: 700;
    --e-global-typography-f762d51-text-transform: none;
    --e-global-typography-f762d51-line-height: 1.3em;
    --e-global-typography-f762d51-letter-spacing: 0px;
}

/* Footer Container */
.klowt-footer-shortcode {
    font-family: "Montserrat", Sans-serif;
    line-height: 1.6;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-primary);
    margin: 0;
    padding: 0;
}

/* Elementor-like Container Structure */
.elementor {
    position: relative;
}

.elementor-element {
    position: relative;
}

.e-con {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.e-con-boxed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.e-con-full {
    width: 100%;
}

.e-con-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.e-flex {
    display: flex;
}

/* Newsletter Section */
.elementor-element-80c39ff {
    background: var(--e-global-color-c0f8b65);
    padding: 60px 40px;
    margin: 0;
}

.elementor-element-22afbfb {
    text-align: center;
    margin-bottom: 30px;
}

.elementor-element-5b939e7 .elementor-heading-title {
    font-family: var(--e-global-typography-f762d51-font-family);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--e-global-color-primary);
    text-transform: lowercase;
    margin: 0 0 15px 0;
}

.up-italic {
    font-style: italic;
    font-weight: 400;
}

.pink {
    color: var(--e-global-color-accent);
}

/* Newsletter Form */
.elementor-element-908e25c {
    max-width: 600px;
    margin: 0 auto;
}

.elementor-form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.elementor-form-fields-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.elementor-field-group {
    flex: 1;
    min-width: 200px;
}

.elementor-field {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    font-family: "Montserrat", Sans-serif;
    background: var(--e-global-color-secondary);
    transition: border-color 0.3s ease;
}

.elementor-field:focus {
    outline: none;
    border-color: var(--e-global-color-accent);
}

.elementor-field::placeholder {
    color: #999;
}

.e-form__buttons {
    flex: 0 0 auto;
}

.e-form__buttons .elementor-button {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.e-form__buttons .elementor-button:hover {
    background-color: var(--e-global-color-accent);
}

.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.elementor-button-icon {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-button-icon svg {
    width: 100%;
    height: 100%;
}

.elementor-button-text {
    font-size: inherit;
    font-weight: inherit;
}

/* Social and Navigation Section */
.elementor-element-3dd47e4 {
    background: var(--e-global-color-primary);
    padding: 40px 0;
}

.elementor-element-940286d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* Klowt Logo */
.elementor-element-99989dd .elementor-icon {
    width: 200px;
    height: 50px;
}

.elementor-element-99989dd .elementor-icon svg {
    width: 100%;
    height: 100%;
}

/* Social Icons */
.elementor-element-aeaf56c {
    text-align: right;
}

.elementor-social-icons-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.elementor-social-icon {
    width: 40px;
    height: 40px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.elementor-social-icon:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-secondary);
    transform: translateY(-2px);
}

/* Navigation Links */
.elementor-element-eddde22 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.elementor-icon-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.elementor-icon-list-item {
    margin: 0;
}

.elementor-icon-list-text {
    color: var(--e-global-color-secondary);
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.elementor-icon-list-text:hover {
    color: var(--e-global-color-accent);
}

/* Copyright Section */
.elementor-element-1a24da3 {
    background: var(--e-global-color-primary);
    padding: 30px 0;
    border-top: 1px solid #333;
}

.elementor-element-8498641 {
    text-align: center;
    margin-bottom: 20px;
}

.elementor-element-21a254e .elementor-heading-title {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
}

.elementor-element-cf9f167 {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.elementor-element-cf9f167 a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.elementor-element-cf9f167 a:hover {
    color: var(--e-global-color-accent);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .elementor-element-80c39ff {
        padding: 40px 20px;
    }
    
    .elementor-element-3dd47e4 {
        padding: 30px 0;
    }
    
    .elementor-element-940286d {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .elementor-social-icons-wrapper {
        justify-content: center;
    }
    
    .elementor-element-eddde22 {
        flex-direction: column;
        gap: 20px;
    }
    
    .elementor-icon-list-items {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .elementor-element-80c39ff {
        padding: 30px 15px;
    }
    
    .elementor-element-5b939e7 .elementor-heading-title {
        font-size: 1.5rem;
    }
    
    .elementor-form {
        flex-direction: column;
    }
    
    .elementor-form-fields-wrapper {
        flex-direction: column;
    }
    
    .elementor-field-group {
        min-width: 100%;
    }
    
    .elementor-social-icons-wrapper {
        gap: 15px;
    }
    
    .elementor-icon-list-items {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .elementor-element-cf9f167 {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .elementor-element-5b939e7 .elementor-heading-title {
        font-size: 1.2rem;
    }
    
    .elementor-element-99989dd .elementor-icon {
        width: 150px;
        height: 40px;
    }
    
    .elementor-social-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .elementor-button {
        font-size: 0.9rem;
        padding: 12px 20px;
    }
}

/* Screen reader only text */
.elementor-screen-only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Utility Classes */
.klowt-footer-text-center {
    text-align: center;
}

.klowt-footer-text-left {
    text-align: left;
}

.klowt-footer-text-right {
    text-align: right;
}

/* Animation Classes */
.klowt-footer-fade-in {
    animation: fadeIn 0.6s ease-in;
}

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

.klowt-footer-slide-in {
    animation: slideIn 0.8s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
