.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1757 .elementor-element.elementor-element-8e9bddb > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-8e9bddb */.footer {
            background-color: #1a1a1a;
            color: #ffffff;
            padding: 40px 0;
            font-family: Arial, sans-serif;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0 20px;
        }
        .footer-section {
            width: 100%;
            max-width: 300px;
            margin-bottom: 30px;
        }
        .footer-section.links {
            max-width: 200px;
        }
        .footer-title {
            font-size: 20px;
            margin-bottom: 20px;
            color: white;
            font-weight: bold;
        }
        .footer-text {
            color: #aaaaaa;
            line-height: 1.5;
            font-size: 14px;
            margin-bottom: 15px;
        }
        .footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-list.secondary {
            margin-top: 45px;
        }
        .footer-list li {
            margin-bottom: 10px;
        }
        .footer-list a {
            color: #aaaaaa;
            text-decoration: none;
            transition: color 0.3s;
        }
        .footer-list a:hover {
            color: #d9972f;
        }
        .contact-title {
            font-size: 16px;
            margin-bottom: 20px;
            color: white;
        }
        .contact-title i {
            margin-right: 8px;
        }
        .footer-bottom {
            border-top: 1px solid #333;
            padding: 20px 0 10px 0;
            max-width: 1200px;
            margin: 0 auto;
        }
        .footer-bottom-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }
        .copyright {
            color: #aaaaaa;
            font-size: 12px;
            margin: 0;
        }
        .copyright a {
            color: #ffffff;
            text-decoration: none;
        }
        
        /* Enhanced Social Icons Styling */
        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 10px;
        }
        .social-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
            background: linear-gradient(45deg, #333, #555);
        }
        
        /* Individual social media colors with gradients */
        .social-icon.facebook { 
            background: linear-gradient(45deg, #3b5998, #4c70ba);
            box-shadow: 0 4px 15px rgba(59, 89, 152, 0.3);
        }
        .social-icon.linkedin { 
            background: linear-gradient(45deg, #0077b5, #0e8dcc);
            box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
        }
        .social-icon.twitter { 
            background: linear-gradient(45deg, #1da1f2, #42b3f5);
            box-shadow: 0 4px 15px rgba(29, 161, 242, 0.3);
        }
        .social-icon.youtube { 
            background: linear-gradient(45deg, #ff0000, #ff3333);
            box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
        }
        .social-icon.pinterest { 
            background: linear-gradient(45deg, #bd081c, #d91e36);
            box-shadow: 0 4px 15px rgba(189, 8, 28, 0.3);
        }
        
        
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .footer-section {
                max-width: 100%;
            }
            .footer-bottom-content {
                flex-direction: column;
                text-align: center;
            }
            .social-icons {
                margin-top: 20px;
                justify-content: center;
                gap: 12px;
            }
            .social-icon {
                width: 40px;
                height: 40px;
                font-size: 15px;
            }
        }/* End custom CSS */