
footer {
    background: #2b2b2b;
    padding: 25px 0;
    color: #ccc;
    font-size: 12px;
    border-bottom: solid 2px #ce1a19;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 10px;
}

.footer-section-left {
    width: 62%;
    display: flex;
    flex-direction: column;
}

.footerMenu {
    margin-bottom: 40px;
}

.footerMenu ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footerMenu ul li a {
    color: #dedede;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    font-size: 15px;
    text-transform: uppercase;
}

.footerMenu ul li a:hover {
    text-decoration: underline;
}

.footerSocial {
    width: 100%;
    /* display: flex; */
    justify-content: flex-start;
}

.footerSocial a {
    padding: 0 5px;
}

.footerSocial a i.fa-brands {
    color: #666666;
    font-size: 25px;
}

.footerSocial a:hover i.fa-brands {
    color: #fff;
}

.hiring-box {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 36px;
}

.gBtn {
    color: #fff;
    /* max-width: 190px;
    width: 100%;
    display: inline-block;
    margin: 0 0 0 15px;
    text-align: right; */
}

.gBtn a {
    border: 2px solid #fff;
    background: #fff;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 600;
    display: block;
    padding: 6px 20px;
    text-decoration: none;
    float: inline-end;
}

.gBtn a:hover {
    background: #b70001;
    border: 2px solid #b70001;
    color: #fff;
}

.shopifyP {
    border-radius: 40px;
    width: 180px;
}

.shopifyP img {
    border-radius: 40px;
    max-width: none;
}

.footer-section {
    width: 34%;
    margin: 10px;
    text-align: end;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.footer-section p {
    font-size: 18px;
    color: white;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* .footer-section address {
    color: #ccc;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
} */

.footer-section address {
    color: #ccc;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #262626;
    padding: 18px 20px;
    gap: 10px;
    border-radius: 40px;
}
.footer-section address p {  
    font-size: 16px;
    margin-bottom: 0; 
}

.footer-section address b {
    font-weight: 700;
    line-height: 24px;
}

.footer-section address p {
    font-weight: 600;
    line-height: 24px;    
    color: #ccc;
}

.footer-section address p a {
    color: #ccc;
}

.footer-section address .fa-solid,
.footer-section address .fas {
    color: #ccc;
}

/* fixed bottom */
.scroll-sec {
    position: fixed;
    bottom: 0;

    gap: 20px;
    color: #fff;
    width: 100%;
}

.scroll-sec {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 13px 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: block;
}

.fixedContainer {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scroll-box {
    text-align: center;
    width: 100%;
}

.scroll-box p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.scroll-box p a {
    color: #fff;
    text-decoration: none;
}

.scroll-box i {
    color: #0ebe44;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 0 0;
}

/* fixed bottom end */

/* responsive */
@media (max-width: 1366px) {
    footer {       
        padding: 25px 0 50px 0;       
    }
}
@media (max-width: 1024px) {
    .footer-section-left {
        width: 100%;
    }

    .footer-section {
        width: 100%;
        max-width: 94%;
        text-align: left;
    }
    .footer-section p br{
     display: none;
    }
    .footer-section address {      
        display: inline-block;       
        background: transparent;
        padding: 0;       
        border-radius: 0px;
    }

    .gBtn {
        max-width: 155px;
        margin: 0 0 0 15px;
        text-align: left;
    }

    .footerMenu ul {
        justify-content: center;
    }

    .footerSocial {
        display: flex;
        justify-content: center;
    }
    .hiring-box {      
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .footerSocial {
        flex-direction: column;
        gap: 15px;
    }
    footer {
        padding: 25px 0 25px 0;
    }
    .fixedContainer {
        flex-direction: column;
        gap: 5px;
    }

    /* footer {
        margin-bottom: 50px;
    } */
    .ftHome {
        margin-bottom: 80px;
    }

    .scroll-sec {
        background-color: rgba(0, 0, 0, 1);
    }
    .gBtn {
        max-width: 155px;
        margin: 0 0 0 0px;
        text-align: left;
    }
    .footerMenu ul {     
        gap: 12px;
    }
    .footer-section {       
        margin: 25px 0 15px 0;
    }
    .shopifyP {       
        width: 170px;
    }
    .shopifyP img {       
        width: 100%;
    }
}
