footer {
    overflow: hidden;
}

footer .f-items {
    padding-top: 70px;
}

.footer-item {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-item .widget-title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 22px;
    color: white;
}

.footer-item .logo {
    height: 60px;
    margin-bottom: 30px;
}

.quick-contact {
    margin-top: 25px;
}

.quick-contact li {
    margin-top: 10px;
    position: relative;
}

.quick-contact li::after {
    position: absolute;
    right: -18px;
    top: 10px;
    content: "";
    height: 6px;
    width: 6px;
    background: #e7e7e7;
    z-index: -1;
    border-radius: 50%;
}

.quick-contact li:last-child::after {
    display: none;
}

.quick-contact li i {
    font-weight: 100;
    margin-right: 3px;
}

.quick-contact li:last-child {
    margin-right: 0;
}

.quick-contact li a {
    font-weight: 400;
}

.bg-dark .quick-contact li a, .bg-theme .quick-contact li a, .bg-gradient .quick-contact li a, .shadow .quick-contact li a {
    color: #cccccc;
}

.bg-dark .quick-contact li a:hover, .bg-theme .quick-contact li a:hover, .bg-gradient .quick-contact li a:hover, .shadow .quick-contact li a:hover {
    color: var(--white);
}

.footer-bottom li {
    display: inline-block;
}



.bg-dark .footer-bottom li a, .bg-theme .footer-bottom li a, .bg-gradient .footer-bottom li a, .shadow .footer-bottom li a {
    color: #cccccc;
}

.bg-dark .footer-bottom li a:hover, .bg-theme .footer-bottom li a:hover, .bg-gradient .footer-bottom li a:hover, .shadow .footer-bottom li a:hover {
    color: white;
}

.footer-bottom a {
    font-weight: 500;
}

.footer-bottom .text-end li {
    margin-left: 20px;
}

.footer-bottom p {
    margin: 0;
}

.bg-dark .footer-bottom p, .bg-theme .footer-bottom p, .bg-gradient .footer-bottom p, .shadow .footer-bottom p {
    color: #cccccc;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000;
}

.footer-bottom a:hover {
    color: var(--color-primary);
}

.bg-dark .footer-bottom a:hover, .bg-theme .footer-bottom a:hover, .bg-gradient .footer-bottom a:hover, .shadow .footer-bottom a:hover {
    color: var(--white);
}

.footer-item .link li {
    margin-top: 12px;
}

.footer-item .link li:first-child {
    margin-top: 0;
}

.footer-item .link li a {
    font-weight: 400;
    color: var(--color-paragraph);
}

.bg-dark .footer-item .link li a, .bg-theme .footer-item .link li a, .bg-gradient .footer-item .link li a, .shadow .footer-item .link li a {
    color: #cccccc;
    webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.footer-item .link li a:hover {
    color: #ff9900;
    margin-left: 8px;
}



footer.bg-dark .footer-item p, footer.bg-theme .footer-item p, footer.bg-gradient .footer-item p, footer.shadow .footer-item p {
    color: #cccccc;
}

footer .footer-social {
    margin-top: 30px;
    padding-left: 0px;
}

footer .footer-social li {
    display: inline-block;
    margin-right: 10px;
}

footer .footer-social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 43px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    font-size: 14px;
    color: white;
}

footer .footer-social li a:hover {
    background: orange;
}

footer .address {
    padding-right: 35px;
}

footer .address li {
    margin-top: 20px;
    display: flex;
    color: #cccccc;
}

footer .address li a {
    font-weight: 400;
    color: #cccccc;
}

footer .address li a:hover {
    color: var(--white);
}

footer .address li strong {
    color: #ffffff;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

footer .address li i {
    font-size: 30px;
    color: #ffffff;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

footer .address li i.fal.fa-clock {
    font-size: 26px;
}

footer .newsletter {
    position: relative;
}

footer .newsletter form {
    margin-top: 30px;
}

footer .newsletter input, footer .newsletter input:focus {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

footer .newsletter input::-webkit-input-placeholder, footer .newsletter input:focus::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 15px;
    font-weight: 300;
}

footer .newsletter input::-moz-placeholder, footer .newsletter input:focus::-moz-placeholder {
    color: #cccccc;
    font-size: 15px;
    font-weight: 300;
}

footer .newsletter input:-ms-input-placeholder, footer .newsletter input:focus:-ms-input-placeholder {
    color: #cccccc;
    font-size: 15px;
    font-weight: 300;
}

footer .newsletter input:-moz-placeholder, footer .newsletter input:focus:-moz-placeholder {
    color: #cccccc;
    font-size: 15px;
    font-weight: 300;
}

footer .newsletter button {
    border: none;
    padding: 11px;
    width: 100%;
    border-radius: 5px;
    margin-top: 15px;
    font-weight: 500;
    background: #ff9900a3;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

footer .newsletter button i {
    font-weight: 100;
}

footer .newsletter button::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-size: 220% 150%;
}

footer .about {
    position: relative;
    z-index: 1;
    padding-right: 30px;
}

footer .about::after {
    display: none; /* Removed massive black background element causing overflow */
}

.footer-bottom.bg-dark-secondary ul {
    margin: 0px;
}