
.footer-left {
    background: #ff6200;
    color: #fff;
    padding: 80px 60px;
}

.footer-right {
    background: #e9e9e9;
    padding: 80px 80px;
}

/* Headings */
.footer-left h4,
.footer-right h4 {
    font-weight: 400;
    font-size: 2rem;
}

.footer-right h6 {
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-right p {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 5px;
}

/* Social */
.social-dots {
    display: flex;
    gap: 20px;
    margin: 25px 0;
}

.social-dots span {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
  line-height: 20px !important;
}

.footer-links a {
    text-decoration: none;
    color: #555;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.footer-links a:hover {
    color: #ff6200 !important;
}


/* Dividers */
.vertical-divider {
    border-left: 1px solid #222;
}

.horizontal-divider {
    border-top: 1px solid #222;
    margin: 60px 0;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 991px) {

    .footer-left {
        padding: 60px 30px;
        text-align: center;
    }

    .footer-right {
        padding: 60px 30px;
    }

    .vertical-divider {
        border-left: none;
        border-top: 1px solid #222;
        margin-top: 40px;
        padding-top: 40px;
    }
}

@media (max-width: 576px) {

    .footer-left h4,
    .footer-right h4 {
        font-size: 1.6rem;
    }

    .footer-right .col-6 {
        width: 100%;
    }

    .social-dots {
        justify-content: center;
    }
}


.footer-left {
    background: #ff6200;
    color: #fff;
    padding: 80px 60px;
    min-height: 100%;
}

.footer-right {
    background: #e9e9e9;
    padding: 80px 80px;
}

.vertical-divider {
    border-left: 1px solid #222;
}


.social-icons {
    display: flex;
    gap: 20px;
    margin: 25px 0;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.social-icons svg {
    width: 20px;
    height: 20px;
}

.social-icons a:hover {
    background: #fff;
}

.social-icons a:hover svg {
    fill: #ff6200;
}

footer .container-fluid {

}

img.cFooterLogo {
width: 150px;
}


.footer-left a.cLinkCTA .cSVGarrow {
  fill: #fff !important;
}
.footer-left .cLinkCTA {
	color: #fff !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}


.footer-left a.cLinkCTA:hover .cSVGarrow {
  fill: #000 !important;
}
.footer-left .cLinkCTA:hover {
	color: #000 !important;
}



.cFooterBottomLinks ul li {
	display: inline-block;
	float: left;
	font-size: 0.8rem !important;
	margin-right: 20px;
	line-height: 2rem !important;
}
.cFooterBottomLinks ul li a:hover {
  color: #ff6200 !important;
}

/* MOBILE STACK FIX */
@media screen and (max-width: 1470px) {
    .footer-right {
        padding: 80px 60px !important;
    }
}
 @media screen and (max-width: 1170px) {
    .footer-right {
    padding: 80px 40px !important;
}
.social-icons a {
    width: 38px !important;
    height: 38px !important;
}
.footer-left {
    padding: 80px 30px !important;

}

 }



@media (max-width: 991px) {

    .footer-left {
        padding: 60px 30px;
        text-align: center;
    }

    .footer-right {
        padding: 60px 30px;
    }

    .vertical-divider {
        border-left: none;
        border-top: 1px solid #222;
        margin-top: 50px;
        padding-top: 50px;
    }
}
