<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer-form h3,
    #footer-links h3 {
        font-size: 1rem !important;
    }

    #footer {
        background: #000;
    }

    .bg-gradiendred {
        border-radius: 0px 0px 20px 20px;
        background: linear-gradient(180deg, rgba(43, 7, 7, 0.00) 0%, #911919 100%);

    }

    .social-footer {
        margin: 4px;
        padding: 4px;
        border: 1px solid #f5f5f5;
        border-radius: 36px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        /* Smooth transition */
    }

    .social-footer:hover {
        transform: scale(0.9);

    }

    .foo-links {
        padding-left: 0px !important;
        text-transform: capitalize !important;
    }

    .foo-links li p a {
        position: relative;
        font-size: 16px !important;
        padding-left: 24px;

        text-decoration: none;

        display: inline-block;

        color: #D9D9D9;
        transition: transform 0.3s ease;

    }

    li p a:hover {
        transform: scale(1.05) translateX(5px);

    }


    .foo-links li p a::before {
        content: "";

        background: url("https://www.clickboxagency.com/images-new/new-home/footer/arrow.webp") no-repeat center center;

        background-size: contain;

        width: 16px;

        height: 16px;

        position: absolute;

        left: 0;

        top: 50%;

        transform: translateY(-50%);

    }

    .footer-line-1 {
        width: 12px;
        height: 1px;
        background-color: #f72b2b;
        margin: 0rem 0.2rem;
        display: inline-block;
    }

    .footer-line-2 {
        width: 24%;
        height: 1px;
        background-color: #fff;
        margin: 0rem 0.2rem;
        display: inline-block;
    }

    .footer-contact {
        color: #D9D9D9;
    }

    .footer-fbox-txt-footer p {
        color: #D9D9D9;
        line-height: 19px;
        font-size: 1rem;
    }

    .footer-contact {
        transition: transform 0.3s ease, color 0.3s ease;
        display: inline-flex;

        align-items: center;

    }

    .footer-contact:hover {
        transform: scale(1.05) translateX(5px);

        color: #f5f5f5;

    }

    .footer-contact i {
        margin-right: 8px;

    }

    .contact-footer {
        background-color: #fff;
        font-weight: 800;
        font-size: 18px;
        padding: 10px 20px;
        color: #000;
        border-radius: 45px;
        margin: 0 20px 0 0px;
    }

    .contact-footer:hover {
        color: #fff;
        background: #F72B2B;
    }


    .go-top-area {
        position: relative;
        z-index: 999;
    }

    .go-top-area .go-top {
        position: fixed;
        cursor: pointer;
        top: 0;
        right: 24px;
        color: #ffffff;
        background-color: #f72b2b;
        z-index: 9999;
        width: 40px;
        text-align: center;
        height: 42px;
        line-height: 42px;
        opacity: 0;
        visibility: hidden;
        transition: 0.9s;
        border-radius: 10px;
    }

    .go-top-area .go-top i {
        position: absolute;
        top: 50%;
        left: -4px;
        right: 0;
        margin: 0 auto;
        font-size: 15px;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    .go-top-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%;
    }

    .go-top-area .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #f72b2b;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        border-radius: 10px;
    }

    .go-top-area .go-top:focus,
    .go-top-area .go-top:hover {
        color: #fff;

    }

    .go-top-area .go-top:focus::before,
    .go-top-area .go-top:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .go-top-area .go-top:focus i:first-child,
    .go-top-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
    }

    .go-top-area .go-top:focus i:last-child,
    .go-top-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%;
    }

    .go-top-area .go-top.active {
        top: 98%;
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
        border-radius: 10px;
        right: 20px;
    }

    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 120px;
        right: 17px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .my-float {
        margin-top: 16px;
    }

    @media (min-width: 1024px) {
        .go-top-area .go-top.active {
            top: 93%;
        }
    }

    @media (min-width: 768px) {
        .go-top-area .go-top.active {
            top: 93%;
        }
    }

    @media (max-width: 576px) {
        .form-img {
            width: 250px !important;
        }

        .go-top-area .go-top.active {
            top: 92%;
        }

        .col-lg-2.colum {
            width: 50%;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .column {
            display: flex;
            justify-content: space-between;
        }

        .foo-links p {
            margin-bottom: 5px !important;
        }
        .float{
            display: none !important;
        }
    }

    @media (max-width: 1280px) {
        .foo-links li p a {
            font-size: 14px !important;
            margin-bottom: 10px !important;
        }
    }

    .go-top-wrap .go-top-btn {
        align-content: center;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        top: 3px;
        z-index: 1;
        background: #f72b2b;
        border-radius: 10px;
    }

    .go-top-wrap .go-top-btn i {
        font-size: 20px;
        font-weight: 700;
        padding-left: 4px;
        color: #fff;

    }

    .go-top-wrap .go-top-btn::after {
        z-index: -1;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        animation: ripple 1.6s ease-out infinite;
        opacity: 0;
        background: #f72b2b;
        border-radius: 10px;
    }



    @keyframes ripple {

        0%,
        35% {
            transform: scale(0);
            opacity: 1;
        }

        50% {
            transform: scale(1.5);
            opacity: 0.8;
        }

        100% {
            opacity: 0;
            transform: scale(2);
        }
    }

    @-webkit-keyframes ripple {

        0%,
        35% {
            transform: scale(0);
            opacity: 1;
        }

        50% {
            transform: scale(1.5);
            opacity: 0.8;
        }

        100% {
            opacity: 0;
            transform: scale(2);
        }
    }

    .footer-fbox-4 {
        line-height: 18px !important;
    }

    .mobile-cta-panel {
        z-index: 99991;
        bottom: 0;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        width: 100vw;
        justify-content: center;
        border-top: 1px solid #dedede;
        box-shadow: 0 1px 8px 0 #e6e6e6;
    }

    #cookiePopup,
    .mobile-cta-panel {
        background: #fff;
        position: fixed;
    }

    @media (min-width: 768px) {
        .d-md-none {
            display: none !important;
        }
    }

    @media (max-width: 767px) {

        .fixedbutton-call,
        .fixedbutton-whatsapp {
            display: none;
        }
    }


    .fixedbutton-whatsapp {
        z-index: 30;
        position: fixed;
        bottom: 20px;
        right: 10px;
        color: #fff !important;
        background-color: #3cb94a;
        font-size: 20px !important;
        border-radius: 20px !important;
    }

    .wtbtn {
        font-size: 1.5rem;
        padding: 13px;
        border: 1px solid transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 50%;
    }

    .mobile-cta-panel .mobile-cta-panel-item:not(:last-child) {
        border-right: 1px solid #e2e2e2;
    }

    .mobile-cta-panel-item {
        width: 25%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .mobile-cta-panel-item p {
        color: #5a6177;
        font-size: 13px;
    }

    .mobile-cta-panel-item {
        width: 25%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    @media (min-width: 1499px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 1400px !important;
        }
    }</pre></body></html>