.elementor-6260 .elementor-element.elementor-element-680a5c15{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-6260 .elementor-element.elementor-element-680a5c15:not(.elementor-motion-effects-element-type-background), .elementor-6260 .elementor-element.elementor-element-680a5c15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#141414;}.elementor-6260 .elementor-element.elementor-element-7942bf9c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-6260 .elementor-element.elementor-element-9f70369.elementor-element{--flex-grow:0;--flex-shrink:1;}@media(min-width:768px){.elementor-6260 .elementor-element.elementor-element-7942bf9c{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-680a5c15 *//* FOOTER SECTION */
        .footer-section {
            padding: 10px 20px 10px !important;
            text-align: center;
            background: #141414!important;
            position: relative;
            overflow: visible;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 40vh;
        }
        
        .footer-content {
            max-width: auto;
            width: 100%;
            position: relative;
            z-index: 10;
            font-family: "Poppins",Sans-Serif;
        }
        
        .footer-logo {
            width: 200px;
            height: auto;
            margin: 0 auto 30px !important;
            display: block;
            filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
            transition: transform 0.5s ease;
        }
        
        .footer-logo:hover {
            transform: scale(1.05);
        }
        
        .footer-section .p1.reveal {
            font-size: 1.6rem;
            text-transform: capitalize;
            margin: 0 auto 30px !important;
            color: #f2f2f2;
            max-width: 800px;
            line-height: 1.6;
            opacity: 1; /* Will be animated by GSAP */
            transform: translateY(0);
        }
        
        .footer-section .p1.reveal a {
            color: #f2f2f2;
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 600;
            position: relative;
            padding: 0 5px;
        }
        
        .footer-section .p1.reveal a:hover {
            color: #00418B;
        }
        
        .footer-section .p1.reveal a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #00418B;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.3s ease;
        }
        
        .footer-section .p1.reveal a:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }
        
        .footer-section .p2.reveal {
            font-size: 1.3rem;
            margin: 0 auto 30px !important;
            color: #f2f2f2;
            max-width: 800px;
            line-height: 1.6;
            opacity: 1; /* Will be animated by GSAP */
            transform: translateY(0);
        }
        
        .footer-section .p2.reveal a {
            color: #f2f2f2;
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 600;
            position: relative;
            padding: 0 5px;
        }
        
        .footer-section .p2.reveal a:hover {
            color: #00418B;
        }
        
        .footer-section .p2.reveal a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #00418B;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.3s ease;
        }
        
        .footer-section .p2.reveal a:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }
        
        /* Social media buttons */
        .footer-social {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin: 40px auto 30px;
            flex-wrap: wrap;
            max-width: 600px;
        }
        
        .social-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            color: white;
            text-decoration: none;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.8);
        }
        
        .social-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(100%);
            transition: transform 0.3s ease;
            z-index: -1;
        }
        
        .social-btn:hover::after {
            transform: translateY(0);
        }
        
        .social-btn:hover {
            transform: translateY(-5px) rotate(5deg);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
        }
        
        .social-btn.facebook { background: linear-gradient(to right, #0a66c2, #1a2a6c, #0c1a3a); }
        .social-btn.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
        .social-btn.tiktok { background: #000000; }
        .social-btn.linkedin { background: linear-gradient(to right, #0c1a3a, #0a66c2, #0a66c2); }
        .social-btn.youtube { background: #ff0000; }
        
        /* Animation for social buttons */
        @keyframes float {
            0% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0); }
        }
        
        .social-btn {
            animation: float 4s ease-in-out infinite;
        }
        
        .social-btn:nth-child(1) { animation-delay: 0s; }
        .social-btn:nth-child(2) { animation-delay: 0.2s; }
        .social-btn:nth-child(3) { animation-delay: 0.4s; }
        .social-btn:nth-child(4) { animation-delay: 0.6s; }
        .social-btn:nth-child(5) { animation-delay: 0.8s; }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .footer-section {
                padding: 50px 20px 30px !important;
            }
            
            .footer-logo {
                width: 150px;
            }
            
            .footer-section .p1.reveal {
                font-size: 1.4rem;
                padding: 0 10px;
            }
            
            .footer-section .p2.reveal {
                font-size: 1.1rem;
                padding: 0 10px;
            }
            
            .social-btn {
                width: 50px;
                height: 50px;
                font-size: 1.4rem;
            }
            
            .footer-social {
                gap: 15px;
                margin: 30px auto 20px;
            }
        }
        
        @media (max-width: 480px) {
            .footer-social {
                gap: 10px;
            }
            
            .footer-section .p1.reveal {
                font-size: 1.4rem;
                padding: 0 10px;
            }
            
            .footer-section .p2.reveal {
                font-size: 1.1rem;
                padding: 0 10px;
            }
            
            .social-btn {
                width: 45px;
                height: 45px;
                font-size: 0.8rem;
            }
        }/* End custom CSS */