.elementor-77 .elementor-element.elementor-element-643dd16{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2eab278 *//* Footer */
footer {
    background: #000;
    color: #fff;
    padding: 2rem 0 1rem 0;
    border-top: 2px solid #d4af37;
}

.footer-desktop {
    display: block;
}

.footer-brand {
    text-align: center;
    margin-bottom: 2rem;
}

.footer-logo {
    font-size: 2.5rem;
    font-weight: bold;
    color: #d4af37;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
    margin-bottom: 0.5rem;
}

.footer-tagline {
    color: #ccc;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.footer-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.footer-btn {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #000;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .footer-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    }

    .footer-btn.secondary {
        background: transparent;
        color: #d4af37;
        border: 2px solid #d4af37;
    }

        .footer-btn.secondary:hover {
            background: #d4af37;
            color: #000;
        }

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.footer-section h4 {
    margin-bottom: 1rem;
    color: #d4af37;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.3);
    font-size: 1.1rem;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

    .footer-section a:hover {
        color: #d4af37;
        text-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
    }

.footer-bottom {
    text-align: center;
    padding: 1rem 0;
    color: #888;
    font-size: 0.8rem;
    background: #000;
    border-top: 1px solid #333;
    margin-top: 2rem;
}

/* Mobile Footer */
.footer-mobile {
    display: none;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
}

.footer-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    flex: 1;
    padding: 0.8rem 0.3rem;
}

    .footer-nav-item:hover {
        color: #d4af37;
        transform: translateY(-2px);
    }

.footer-nav-icon {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}

.footer-nav-text {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.footer-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 0.5rem;
}

.footer-logo-circle {
    width: 50px;
    height: 50px;
    border: 3px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
    margin-bottom: 0.2rem;
}

.footer-logo-text {
    color: #d4af37;
    font-weight: bold;
    font-size: 0.9rem;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* Login Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    margin: 5% auto;
    padding: 2rem;
    border: 2px solid #d4af37;
    width: 90%;
    max-width: 400px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3);
}

.close {
    color: #d4af37;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .close:hover {
        color: #ffd700;
    }

.modal h2 {
    color: #d4af37;
    margin-bottom: 1.5rem;
    text-align: center;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

.form-group {
    margin-bottom: 1rem;
}

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        color: #ccc;
        font-weight: 500;
    }

    .form-group input {
        width: 100%;
        padding: 0.8rem;
        border: 2px solid #333;
        border-radius: 8px;
        background: #000;
        color: #fff;
        font-size: 1rem;
        transition: border-color 0.3s ease;
    }

        .form-group input:focus {
            outline: none;
            border-color: #d4af37;
            box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
        }

.submit-btn {
    width: 100%;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #000;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    }

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes chatPulse {
    0% {
        box-shadow: 0 8px 25px rgba(0, 200, 81, 0.6), 0 0 0 0 rgba(0, 255, 65, 0.8);
    }

    50% {
        box-shadow: 0 8px 30px rgba(0, 200, 81, 0.8), 0 0 0 15px rgba(0, 255, 65, 0);
    }

    100% {
        box-shadow: 0 8px 25px rgba(0, 200, 81, 0.6), 0 0 0 0 rgba(0, 255, 65, 0);
    }
}

@keyframes chatBounce {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.8;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

#liveChatWidget {
    animation: chatBounce 0.8s ease-out;
}

/* Responsive Navigation สำหรับ tablet */
@media (max-width: 1024px) {
    .nav-links {
        gap: 1rem;
    }

        .nav-links a {
            font-size: 0.85rem;
        }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .login-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    .banner {
        height: 400px;
    }

    .banner-content h1 {
        font-size: 2.5rem;
    }

    .banner-content p {
        font-size: 1.1rem;
    }

    .banner-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary, .btn-secondary {
        width: 80%;
        max-width: 250px;
        text-align: center;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .content-grid {
        grid-template-columns: 1fr;
    }

    .content-block {
        padding: 1.5rem;
    }

    .point {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }

    .contact-channels {
        grid-template-columns: 1fr;
    }

    .steps-list {
        margin: 1rem 0;
    }

    .step {
        justify-content: center;
        text-align: center;
    }

    /* Hide desktop footer on mobile */
    .footer-desktop {
        display: none;
    }

    /* Show mobile footer */
    .footer-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
        border-top: 2px solid #d4af37;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
        z-index: 100;
        padding: 0;
    }

    .footer-nav {
        background: rgba(26, 26, 26, 0.98);
        backdrop-filter: blur(10px);
    }

    /* Add padding to body to prevent content being hidden behind fixed footer */
    body {
        padding-bottom: 80px;
    }

    /* Adjust live chat position on mobile */
    #liveChatWidget {
        bottom: 90px !important;
        right: 20px !important;
    }

    .chat-button {
        width: 70px !important;
        height: 70px !important;
        border: 3px solid #ffffff !important;
    }

    .chat-icon {
        font-size: 1.7rem !important;
    }

    .chat-text {
        font-size: 0.65rem !important;
    }

    footer {
        padding: 0;
        border-top: none;
    }

    .footer-bottom {
        margin-top: 0;
        border-top: none;
        padding: 1rem 0;
        font-size: 0.75rem;
    }
}

.3s ease;
}

.mobile-menu a:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #d4af37;
}

.login-btn {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #000;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .login-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
    }/* End custom CSS */