.elementor-10771 .elementor-element.elementor-element-5a9526a{border-style:none;}.elementor-10771 .elementor-element.elementor-element-3171c5f{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-10771 .elementor-element.elementor-element-d08c431{width:100%;}}/* Start custom CSS for html, class: .elementor-element-3171c5f */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            background: #0a0a0a;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        /* ========================================
           FOOTER STYLE 1: TACTICAL / AGGRESSIVE
           ======================================== */
        .mclean-footer-tactical {
            background: #000000;
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            position: relative;
        }

        .mclean-footer-tactical * {
            box-sizing: border-box;
        }

        /* Top Gold Accent Line */
        .mclean-footer-tactical::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, transparent, #fcb316, transparent);
        }

        /* Main Footer Content */
        .footer-main {
            width: 100%;
            padding: 80px 80px 60px;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 60px;
        }

        /* Brand Column */
        .footer-brand {
            position: relative;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
        }

        .footer-logo img {
            height: 50px;
        }

        .footer-tagline {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.8rem;
            letter-spacing: 0.05em;
            color: #fcb316;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .footer-description {
            font-size: 0.9rem;
            color: #888;
            line-height: 1.8;
            margin-bottom: 30px;
            max-width: 300px;
        }

        /* Social Links */
        .footer-social {
            display: flex;
            gap: 12px;
        }

        .social-link {
            width: 45px;
            height: 45px;
            background: #1a1a1a;
            border: 1px solid #2a2a2a;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
        }

        .social-link:hover {
            background: #fcb316;
            border-color: #fcb316;
        }

        .social-link svg {
            width: 20px;
            height: 20px;
            fill: #888;
            transition: fill 0.3s ease;
        }

        .social-link:hover svg {
            fill: #000;
        }

        /* Link Columns */
        .footer-column h4 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.2rem;
            letter-spacing: 0.15em;
            color: #fcb316;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }

        .footer-column h4::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background: #fcb316;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 12px;
        }

        .footer-column ul li a {
            color: #888;
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .footer-column ul li a::before {
            content: '';
            width: 0;
            height: 2px;
            background: #fcb316;
            transition: width 0.3s ease;
        }

        .footer-column ul li a:hover {
            color: #fcb316;
        }

        .footer-column ul li a:hover::before {
            width: 15px;
        }

        /* Newsletter */
        .footer-newsletter {
            background: #0a0a0a;
            border: 1px solid #2a2a2a;
            padding: 30px;
            position: relative;
        }

        .footer-newsletter::before,
        .footer-newsletter::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border: 2px solid #fcb316;
        }

        .footer-newsletter::before {
            top: -2px;
            left: -2px;
            border-right: none;
            border-bottom: none;
        }

        .footer-newsletter::after {
            bottom: -2px;
            right: -2px;
            border-left: none;
            border-top: none;
        }

        .footer-newsletter h4 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.1rem;
            letter-spacing: 0.1em;
            margin-bottom: 15px;
        }

        .footer-newsletter p {
            font-size: 0.8rem;
            color: #666;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .newsletter-form {
            display: flex;
            gap: 10px;
        }

        .newsletter-form input {
            flex: 1;
            background: #1a1a1a;
            border: 1px solid #2a2a2a;
            padding: 12px 15px;
            color: #fff;
            font-family: inherit;
            font-size: 0.85rem;
        }

        .newsletter-form input::placeholder {
            color: #555;
        }

        .newsletter-form input:focus {
            outline: none;
            border-color: #fcb316;
        }

        .newsletter-form button {
            background: #fcb316;
            border: none;
            padding: 12px 20px;
            color: #000;
            font-family: inherit;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
        }

        .newsletter-form button:hover {
            background: #ffc94d;
        }

        /* Footer Bottom */
        .footer-bottom {
            border-top: 1px solid #1a1a1a;
            padding: 25px 80px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-copyright {
            font-size: 0.8rem;
            color: #555;
        }

        .footer-copyright a {
            color: #fcb316;
            text-decoration: none;
        }

        .footer-badges {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .footer-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.75rem;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .footer-badge svg {
            width: 18px;
            height: 18px;
            fill: #fcb316;
        }

        /* Responsive */
        @media (max-width: 1000px) {
            .footer-main {
                grid-template-columns: 1fr 1fr;
                gap: 40px;
            }
        }

        @media (max-width: 600px) {
            .footer-main {
                grid-template-columns: 1fr;
                padding: 60px 30px 40px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5a9526a *//* Remove Elementor column padding for header and footer */                                                                                                                                 
  .elementor-element:has(.mclean-header-tactical) .elementor-element-populated,                                                                                                               
  .elementor-element:has(.mclean-footer-minimal) .elementor-element-populated {                                                                                                               
      padding: 0 !important;                                                                                                                                                                  
  }                                                                                                                                                                                           
                                                                                                                                                                                              
  /* Fallback with custom classes */                                                                                                                                                          
  .mclean-header-section .elementor-element-populated,                                                                                                                                        
  .mclean-footer-section .elementor-element-populated {                                                                                                                                       
      padding: 0 !important;                                                                                                                                                                  
  }/* End custom CSS */
/* Start custom CSS */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            background: #0a0a0a;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        /* ========================================
           FOOTER STYLE 1: TACTICAL / AGGRESSIVE
           ======================================== */
        .mclean-footer-tactical {
            background: #000000;
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            position: relative;
        }

        .mclean-footer-tactical * {
            box-sizing: border-box;
        }

        /* Top Gold Accent Line */
        .mclean-footer-tactical::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, transparent, #fcb316, transparent);
        }

        /* Main Footer Content */
        .footer-main {
            width: 100%;
            padding: 80px 80px 60px;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 60px;
        }

        /* Brand Column */
        .footer-brand {
            position: relative;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
        }

        .footer-logo img {
            height: 50px;
        }

        .footer-tagline {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.8rem;
            letter-spacing: 0.05em;
            color: #fcb316;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .footer-description {
            font-size: 0.9rem;
            color: #888;
            line-height: 1.8;
            margin-bottom: 30px;
            max-width: 300px;
        }

        /* Social Links */
        .footer-social {
            display: flex;
            gap: 12px;
        }

        .social-link {
            width: 45px;
            height: 45px;
            background: #1a1a1a;
            border: 1px solid #2a2a2a;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
        }

        .social-link:hover {
            background: #fcb316;
            border-color: #fcb316;
        }

        .social-link svg {
            width: 20px;
            height: 20px;
            fill: #888;
            transition: fill 0.3s ease;
        }

        .social-link:hover svg {
            fill: #000;
        }

        /* Link Columns */
        .footer-column h4 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.2rem;
            letter-spacing: 0.15em;
            color: #fcb316;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }

        .footer-column h4::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background: #fcb316;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 12px;
        }

        .footer-column ul li a {
            color: #888;
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .footer-column ul li a::before {
            content: '';
            width: 0;
            height: 2px;
            background: #fcb316;
            transition: width 0.3s ease;
        }

        .footer-column ul li a:hover {
            color: #fcb316;
        }

        .footer-column ul li a:hover::before {
            width: 15px;
        }

        /* Newsletter */
        .footer-newsletter {
            background: #0a0a0a;
            border: 1px solid #2a2a2a;
            padding: 30px;
            position: relative;
        }

        .footer-newsletter::before,
        .footer-newsletter::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border: 2px solid #fcb316;
        }

        .footer-newsletter::before {
            top: -2px;
            left: -2px;
            border-right: none;
            border-bottom: none;
        }

        .footer-newsletter::after {
            bottom: -2px;
            right: -2px;
            border-left: none;
            border-top: none;
        }

        .footer-newsletter h4 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.1rem;
            letter-spacing: 0.1em;
            margin-bottom: 15px;
        }

        .footer-newsletter p {
            font-size: 0.8rem;
            color: #666;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .newsletter-form {
            display: flex;
            gap: 10px;
        }

        .newsletter-form input {
            flex: 1;
            background: #1a1a1a;
            border: 1px solid #2a2a2a;
            padding: 12px 15px;
            color: #fff;
            font-family: inherit;
            font-size: 0.85rem;
        }

        .newsletter-form input::placeholder {
            color: #555;
        }

        .newsletter-form input:focus {
            outline: none;
            border-color: #fcb316;
        }

        .newsletter-form button {
            background: #fcb316;
            border: none;
            padding: 12px 20px;
            color: #000;
            font-family: inherit;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
        }

        .newsletter-form button:hover {
            background: #ffc94d;
        }

        /* Footer Bottom */
        .footer-bottom {
            border-top: 1px solid #1a1a1a;
            padding: 25px 80px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-copyright {
            font-size: 0.8rem;
            color: #555;
        }

        .footer-copyright a {
            color: #fcb316;
            text-decoration: none;
        }

        .footer-badges {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .footer-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.75rem;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .footer-badge svg {
            width: 18px;
            height: 18px;
            fill: #fcb316;
        }

        /* Responsive */
        @media (max-width: 1000px) {
            .footer-main {
                grid-template-columns: 1fr 1fr;
                gap: 40px;
            }
        }

        @media (max-width: 600px) {
            .footer-main {
                grid-template-columns: 1fr;
                padding: 60px 30px 40px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
        }
    </style>/* End custom CSS */