.elementor-624 .elementor-element.elementor-element-0fccc0c{--display:flex;--margin-top:0px;--margin-bottom:-46px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-624 .elementor-element.elementor-element-0fccc0c:not(.elementor-motion-effects-element-type-background), .elementor-624 .elementor-element.elementor-element-0fccc0c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sealstrust.com/wp-content/uploads/2026/03/bg-footer1.jpg");}/* Start custom CSS for html, class: .elementor-element-a6ca8ef */.container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .gr-line {
            height: 2px;
            width: 50px;
            display: inline-block;
        }


        .sec-ftr {
            padding: 70px 0 30px;
            color: #a0a3bd;
        }

        /* Inner container to mimic elementor-container */
        .ftr-container {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        /* Column Styles */
        .ftr-col {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

        .ftr-col-33 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .ftr-col-100 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        /* Logo */
        .ftr-logo {
            margin-bottom: 20px;
        }
        .ftr-logo img {
            max-width: 200px;
            height: auto;
        }

        /* Text Editor */
        .ftr-text p {
            font-size: 15px;
            color: #a0a3bd;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        /* Social Icons (ct-social-icon1) */
        .ftr-social {
            display: flex;
            gap: 15px;
        }
        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 18px;
        }
        .social-icon:hover {
            background: linear-gradient(90deg, #2439FF 0%, #9000FF 100%);
            color: white;
        }

        /* Heading with line (st-line-gr) */
        .ftr-heading {
            margin-bottom: 25px;
        }
        .ftr-heading .title-line {
            font-size: 20px;
            font-weight: 600;
            color: #ffffff;
            position: relative;
            padding-bottom: 10px;
            display: inline-block;
        }
        .ftr-heading .title-line:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background: linear-gradient(90deg, #2439FF 0%, #9000FF 100%);
        }

        /* Link List (ct-link1 style2) */
        .ftr-links {
            list-style: none;
            padding: 0;
        }
        .ftr-links li {
            margin-bottom: 12px;
        }
        .ftr-links li a {
            color: #a0a3bd;
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }
        .ftr-links li a:hover {
            color: #ffffff;
        }

        /* Info Box (ct-info-box2 style3) */
        .ftr-info-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }
        .info-icon {
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 18px;
        }
        .info-content {
            flex: 1;
        }
        .info-title {
            font-size: 14px;
            color: #a0a3bd;
            margin-bottom: 5px;
        }
        .info-value {
            font-size: 15px;
            color: #ffffff;
            font-weight: 500;
            line-height: 1.5;
        }
        .info-value a {
            color: #ffffff;
            text-decoration: none;
        }
        .info-value a:hover {
            text-decoration: underline;
        }

        /* Divider */
        .ftr-divider {
            margin: 40px 0 25px;
            border: 0;
            height: 1px;
            background: rgba(255, 255, 255, 0.1);
        }

        /* Copyright Text */
        .ftr-copyright {
            text-align: center;
            color: #a0a3bd;
            font-size: 14px;
        }
        .ftr-copyright a {
            color: #a0a3bd;
            text-decoration: none;
        }
        .ftr-copyright a:hover {
            color: #ffffff;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .ftr-col-33 {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 40px;
            }
            .ftr-col-33:last-child {
                margin-bottom: 0;
            }
        }
        @media (max-width: 768px) {
            .sec-ftr {
                padding: 50px 0 20px;
            }
        }/* End custom CSS */