HEX
Server: LiteSpeed
System: Linux s882.use1.mysecurecloudhost.com 4.18.0-553.27.1.lve.el8.x86_64 #1 SMP Fri Nov 8 15:09:45 UTC 2024 x86_64
User: airservicecom (4307)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/airservicecom/public_html/wp-content/themes/air-service/src/scss/footer.scss
/**
Footer.scss
Create a Page for a footer, then assign section CSS class `footer-section`
**/
@import 'variables';

#top{
    .footer-page-content,
    .footer-page-content .footer-section{
        border-top: 0;
    }
    .footer-section{
        background-color: $tertiary-color;
        .container{
            padding-top: 0 !important;
        }

        
        .flex_column_table {
            display: flex;
            justify-content: space-between;
            .flex_column {
                &:first-child {
                    width:  55%;
                    @media (max-width: 989px){
                        margin: 0 auto 30px !important;
                    }
                }

                &:not(:first-child) {
                    width:  22%;
                    @media (max-width: 989px){
                        margin: 0 auto 30px !important;
                    }
                }
            }
        }


        .avia_textblock p {
            font-family: $body-font-family;
            font-weight: $regular !important;
            font-size: 14px;
            color: $white;
            line-height: 2;
            max-width: 376px;
            margin: 0px;

            display: flex;
            flex-direction: column;
            strong {
                font-weight: $bold !important;
            }
            a  {
                text-decoration: none !important;
                font-weight: $regular !important ;
                transition: all 0.3s ease-in-out;
                color: $white !important;

                &:hover {
                    text-decoration: underline !important;
                }
                 @media(max-width: 767px) {
                    justify-content: center !important;
                }
            }

            a[href^="mailto:"] {
                display: flex;
                align-items: center;
                column-gap: 8px;

               &::before {
                    content: "";
                    display: block;
                    position: relative;
                    width: 15px;
                    height: 15px;
                    background: url('/wp-content/uploads/2025/08/mail-icon.svg') center / contain no-repeat !important;
               }
            }

            a[href^="tel:"], a[href^="https://wa.me/"] {
                display: flex;
                align-items: center;
                column-gap: 8px;
                &::before {
                    content: "";
                    display: block;
                    position: relative;
                    width: 15px;
                    height: 15px;
                    background: url('/wp-content/uploads/2025/08/whatsapp-icon.svg') center / contain no-repeat !important;
                }
            }

             a[href^="https://www.google.com/maps"] {
                display: flex;
                align-items: center;
                column-gap: 8px;
                &::before {
                    content: "";
                    display: block;
                    position: relative;
                    width: 15px;
                    height: 15px;
                    background: url('/wp-content/uploads/2025/08/ubi-icon.svg') center / contain no-repeat !important;
                }
            }

            br {
                display: none;
            }

            @media (max-width: 989px){
                text-align: center;
            }
        }

        .avia-image-container {
            img {
                max-width: 140px;
                height: auto;
            }
        }

        ul.ep-social-bookmarks {
                @media(max-width: 767px) {
                    margin: 0 auto !important;
                }
        }

     

    }

    
   
    .section-footer-bottom {
        background-color: $tertiary-color;
        .avia_textblock p {
            font-size: 14px !important;
            font-family: $body-font-family;
            font-weight: $regular !important;
            font-size: 14px;
            color: $white;
            margin: 0px;
        }
        .container {
            position: relative;

            .avia-image-container   {
                position: absolute;
                right: 0px;
                z-index: 3;
                top: 50%;
                transform: translateY(-70%);
                max-width: 134px;
                @media(max-width: 767px) {
                    position: relative;
                    top: unset;
                    left: unset;
                    right: unset;
                    transform: none !important;
                }
            }
        }

        &::before {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            z-index: 2;
            background-color: #F5F5F51A;
            width: 100vw;
            height: 1px;
            left: 50%;
            transform: translateX(-50%);
        }
    }
}