.elementor-11 .elementor-element.elementor-element-a1a6a6c{--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-d765d5d *//* WordPress & Elementor Compatible Footer Styles */
        .hind-cloud-footer {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: #ecf0f1;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        
        .hind-cloud-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
        }
        
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px 20px;
        }
        
        .footer-main {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }
        
        /* Company Section */
        .footer-company {
            max-width: 350px;
        }
        
        .company-logo {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .logo-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 1.5rem;
            color: white;
            font-weight: bold;
        }
        
        .company-name {
            font-size: 1.8rem;
            font-weight: 700;
            color: #ecf0f1;
            margin: 0;
        }
        
        .company-tagline {
            color: #bdc3c7;
            font-size: 0.95rem;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        
        .company-description {
            color: #95a5a6;
            line-height: 1.7;
            margin-bottom: 25px;
            font-size: 0.95rem;
        }
        
        /* Navigation Menus */
        .footer-nav h4 {
            color: #ecf0f1;
            font-size: 1.2rem;
            margin-bottom: 20px;
            font-weight: 600;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-nav h4::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 2px;
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
        }
        
        /* Menu Styles */
        .footer-nav ul,
        .footer-menu {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .footer-nav ul li,
        .footer-menu li {
            margin-bottom: 12px;
        }
        
        .footer-nav ul a,
        .footer-menu a {
            color: #95a5a6;
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            padding: 5px 0;
        }
        
        .footer-nav ul a:hover,
        .footer-menu a:hover {
            color: #ff6b6b;
            transform: translateX(5px);
        }
        
        .footer-nav ul a::before,
        .footer-menu a::before {
            content: "→";
            margin-right: 8px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .footer-nav ul a:hover::before,
        .footer-menu a:hover::before {
            opacity: 1;
        }
        
        /* Contact Info */
        .footer-contact .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .contact-icon {
            width: 35px;
            height: 35px;
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font-size: 0.9rem;
            color: white;
            flex-shrink: 0;
        }
        
        .contact-details h5 {
            color: #ecf0f1;
            margin: 0 0 5px 0;
            font-size: 0.95rem;
            font-weight: 600;
        }
        
        .contact-details p {
            color: #95a5a6;
            margin: 0;
            font-size: 0.9rem;
            line-height: 1.4;
        }
        
        .contact-details a {
            color: #95a5a6;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .contact-details a:hover {
            color: #ff6b6b;
        }
        
        /* Social Media */
        .social-media {
            margin-top: 25px;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-link {
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ecf0f1;
            text-decoration: none;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .social-link:hover {
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
        }
        
        /* Newsletter */
        .newsletter-form {
            margin-top: 20px;
        }
        
        .newsletter-input {
            width: 100%;
            padding: 12px 15px;
            border: none;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.1);
            color: #ecf0f1;
            font-size: 0.95rem;
            margin-bottom: 15px;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            box-sizing: border-box;
        }
        
        .newsletter-input::placeholder {
            color: #95a5a6;
        }
        
        .newsletter-input:focus {
            outline: none;
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.3);
        }
        
        .newsletter-btn {
            width: 100%;
            padding: 12px 20px;
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .newsletter-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
        }
        
        /* Footer Bottom */
        .footer-bottom {
            border-top: 1px solid #34495e;
            padding-top: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .copyright {
            color: #95a5a6;
            font-size: 0.9rem;
        }
        
        .footer-bottom-nav {
            display: flex;
            gap: 25px;
            flex-wrap: wrap;
        }
        
        .footer-bottom-nav a {
            color: #95a5a6;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }
        
        .footer-bottom-nav a:hover {
            color: #ff6b6b;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .footer-main {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }
            
            .footer-company {
                max-width: none;
            }
        }
        
        @media (max-width: 768px) {
            .footer-container {
                padding: 40px 20px 20px;
            }
            
            .footer-main {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
            
            .footer-bottom-nav {
                justify-content: center;
            }
            
            .company-logo {
                justify-content: center;
                text-align: center;
            }
            
            .footer-nav {
                text-align: center;
            }
            
            .footer-contact {
                text-align: center;
            }
        }
        
        @media (max-width: 480px) {
            .logo-icon {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }
            
            .company-name {
                font-size: 1.5rem;
            }
            
            .footer-main {
                gap: 25px;
            }
            
            .social-links {
                justify-content: center;
            }
        }
        
        /* Elementor Compatibility */
        .elementor-widget-container .hind-cloud-footer {
            margin: 0;
        }
        
        .elementor-section .hind-cloud-footer {
            width: 100%;
        }
        
        /* WordPress Compatibility */
        .hind-cloud-footer * {
            box-sizing: border-box;
        }
        
        /* Additional utility classes */
        .text-center {
            text-align: center;
        }
        
        .mb-0 {
            margin-bottom: 0 !important;
        }
        
        .mt-0 {
            margin-top: 0 !important;
        }/* End custom CSS */