
        /* Footer */
        footer {
            background: #1e293b;
            color: white;
            padding: 100px 0 40px;
            clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 45px, 100% 100%, 0 100%);
            background-image: repeating-linear-gradient(to right, rgb(0 0 0 / 4%) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, #00000000 400px);
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.8fr 1fr 1fr 1fr 1.3fr;
            gap: 60px;
            margin-bottom: 60px;
        }

        .footer-col-brand {
            padding-right: 20px;
        }

        .footer-col h4 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 25px;
            color: #e2e8f0;
        }

        .footer-col p {
            color: #94a3b8;
            font-size: 14px;
            line-height: 1.7;
        }

        .footer-links {
            list-style: none;
            margin: 0 0 1.5em 0em !important;
        }

        .footer-links li {
            margin-bottom: 8px;
        }

        .footer-links a {
            color: #94a3b8;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
            display: inline-block;
        }

        .footer-links a:hover {
            color: white;
        }

        .newsletter-section {
            margin-top: 50px;
        }

        .newsletter-section h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            color: white;
        }

        .newsletter-form {
            display: flex;
            position: relative;
            max-width: 100%;
        }

        .newsletter-input {
            flex: 1;
            padding: 16px 50px 16px 18px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            background: transparent !important;
            border-radius: 0 !important;
            color: white;
            font-size: 15px;
            outline: none;
            transition: all 0.3s ease;
        }

        .newsletter-input:focus {
            border-color: rgba(255, 255, 255, 0.5);
        }

        .newsletter-input::placeholder {
            color: rgba(255, 255, 255, 0.7);
            font-weight: 400;
        }

        .newsletter-btn {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%) rotate(-45deg);
            background: transparent !important;
            border: none;
            color: #fff !important;
            font-size: 22px;
            cursor: pointer;
            padding: 0 !important;
            transition: all 0.3s ease;
        }

        .newsletter-btn:hover {
            transform: translateY(-50%) rotate(-45deg) scale(1.1);
        }

        .footer-contact {
            margin-bottom: 20px;
        }

        .footer-contact li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 14px;
        }

        .footer-contact li span:first-child {
            font-size: 16px;
            width: 18px;
            flex-shrink: 0;
            opacity: 0.7;
        }

        .footer-contact li span:last-child {
            color: #94a3b8;
            font-size: 14px;
            line-height: 1.6;
        }


        .footer-contact {
            margin-bottom: 20px;
        }

        .footer-contact li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 14px;
        }

        .footer-contact li span:first-child {
            font-size: 16px;
            width: 18px;
            flex-shrink: 0;
            opacity: 0.7;
        }

        .footer-contact li span:last-child {
            color: #94a3b8;
            font-size: 14px;
            line-height: 1.6;
        }

        .social-footer {
            margin-top: 30px;
        }

        .social-footer p {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #e2e8f0;
        }

        .social-links-footer {
            display: flex;
            gap: 18px;
            flex-wrap: wrap;
        }

        .social-links-footer a {
            color: #94a3b8;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .social-links-footer a:hover {
            color: white;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-credit {
            color: #64748b;
            font-size: 13px;
        }
        
        .footer-bottom .footer-credit {
            margin: 0 !important;
        }

        .footer-credit a {
            color: #94a3b8;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-credit a:hover {
            color: white;
        }

        .more-templates {
            display: flex;
            align-items: center;
        }

        .more-templates a {
            background: white;
            color: #1e293b;
            padding: 10px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .more-templates a:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
        }

        .icon-badge {
            background: #1e293b;
            color: white;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .hero-grid,
            .service-grid,
            .feature-grid,
            .expertise-grid,
            .contact-wrapper {
                grid-template-columns: 1fr;
            }

            .service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .badge {
                position: static;
                margin-top: 30px;
            }

            .map-container {
                min-height: 500px;
            }
        }

        @media (max-width: 768px) {
            .nav-menu {
                display: none;
            }

            .mobile-toggle {
                display: block;
            }

            .hero-text h1 {
                font-size: 42px;
            }

            .section-title, .contact-title {
                font-size: 36px;
            }

            .section-top {
                flex-direction: column;
                align-items: flex-start;
                gap: 25px;
            }

            .service-grid,
            .stats,
            .team,
            .footer-grid,
            .gallery {
                grid-template-columns: 1fr;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 25px;
                text-align: center;
            }

            footer .container, footer .contact-left {
                padding: 60px 25px;
            }

            .location-pin {
                width: 45px;
                height: 45px;
            }
            
        .footer-links {
            margin: 0 !important;
        }
        footer {
    padding: 40px 0 0;
        }

        }