/* ---  Footer Styles --- */
.ext-footer-dark {
    background-color: #262626;
    color: #d9d9d9;
    font-family: Inter, sans-serif;
    padding: 100px 0 80px 0;
}
.ext-footer-dark .footer-logo img {
  width: 276px;
  height: auto;
  max-width: 100%;
    margin-bottom: 24px;
}
.ext-footer-dark .footer-links h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 20px;
}
.ext-footer-dark .footer-links h5 a {
    color: #ffffff;
}
.ext-footer-dark .footer-links h5 a:hover {
    color: #e6e6e6;
}

/* Remove top margin for the first heading in a column */
.ext-footer-dark .footer-links h5:first-child,
.ext-footer-dark .contact-info h5 {
    margin-top: 0;
}
.ext-footer-dark .footer-links ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.ext-footer-dark .footer-links li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
.ext-footer-dark .footer-links li a {
    color: #e6e6e6;
    line-height: 1.4;
    text-decoration: none;
}
.ext-footer-dark .footer-links li a:hover {
    color: #ffffff;
}

.ext-footer-dark .footer-links a {
    display: inline-block;
    transform: translateX(0px);
    transition: all .2s ease-in-out;    
}
.ext-footer-dark .footer-links a:hover {
    transform: translateX(5px);
    transition: all .3s ease-in-out;
}

/*.standalone-sec {
    display: flex;
}*/

.ext-footer-dark .standalone-links {
    margin-top: 50px;
}
.ext-footer-dark .standalone-links h5 {
    margin-bottom: 20px;
}
.ext-footer-dark .standalone-links a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    display: inline-block;
    transform: translateX(0px);
    transition: all .2s ease-in-out;
}
.ext-footer-dark .standalone-links a:hover {
    color: #d9d9d9;
    transform: translateX(5px);
    transition: all .3s ease-in-out;
}
/* Social Icons Styling */
.ext-footer-dark .footer-social {
    margin-bottom: 50px;
}
.ext-footer-dark .social-icons ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.ext-footer-dark .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.ext-footer-dark .social-icons a:hover {
    background-color: #ffffff;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.ext-footer-dark .social-icons a img {
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
}
.ext-footer-dark .social-icons a:hover img {
    filter: invert(1) brightness(2);
    transition: all 0.3s ease;
}

/* Contact Info */
.ext-footer-dark .contact-info h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.ext-footer-dark .contact-info ul {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    color: #d9d9d9;
}
.ext-footer-dark .contact-info li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.ext-footer-dark .contact-info li a {
    font-size: 16px;
    color: #d9d9d9;
    margin-left: 5px;
}
.ext-footer-dark .contact-info li a:hover {
    color: #ffffff;
}
.ext-footer-dark .contact-info .location-icon {
    width: 14px;
    height: auto;
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 15px;
}
.ext-footer-dark .contact-info .phone-icon {
    width: 18px;
    height: auto;
    margin-top: 3px;
    margin-right: 13px;
}
/*.ext-footer-dark .contact-info svg {
    margin-right: 10px;
    margin-top: 4px;
    min-width: 14px;
    fill: #f6f6f9;
}*/

.ext-footer-dark .contact-info li strong {
    font-weight: 600;
}

/* Copyright Section */
.copyright-sec-dark {
    background-color: #3c3c3c;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}
.copyright-sec-dark a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.copyright-sec-dark a:hover {
    color: #e6e6e6;
}

@media (max-width: 1199.98px) {
    .ext-footer-dark .footer-links h5 {
        margin-top: 50px;
    }
    .ext-footer-dark .footer-links h5:first-child {
        margin-top: 50px;
    }
    .ext-footer-dark .standalone-links {
        margin-top: 50px;
    }
}
@media (max-width: 991.98px) {
    .ext-footer-dark {
        padding: 60px 0 50px 0;
    }
    .ext-footer-dark .contact-info li,
    .ext-footer-dark .contact-info li a {
        font-size: 14px;
    }
    .ext-footer-dark .standalone-links h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ext-footer-dark .standalone-links a {
        font-size: 18px;
    }
    .ext-footer-dark .footer-links h5 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .copyright-sec-dark .container {
        max-width: 100%;
    }
    .ext-footer-dark .footer-links {
        padding-bottom: 25px !important;
        margin-bottom: 30px;
        border-top: 1px solid #3c3c3c;
        border-bottom: 1px solid #3c3c3c;
        margin-top: 20px;
        padding-top: 10px !important;
    }
    .ext-footer-dark .standalone-links {
        margin-top: 0px;
    }
    .ext-footer-dark .footer-links h5:first-child {
        margin-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .ext-footer-dark .footer-links {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }
    .ext-footer-dark .standalone-links h5 {
        margin-top: 32px;
    }
}

@media (max-width: 576px) {
    .ext-footer-dark {
        padding: 50px 0 40px 0;
    }
    .ext-footer-dark .footer-logo img {
        margin-bottom: 30px;
    }
    .ext-footer-dark .footer-social {
        margin-bottom: 30px;
    }
    .ext-footer-dark .contact-info h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ext-footer-dark .contact-info .location-icon {
        width: 12px;
        margin-right: 12px;
    }
    .ext-footer-dark .contact-info .phone-icon {
        font-size: 16px;
         margin-right: 11px;
    }
    .ext-footer-dark .contact-info li,
    .ext-footer-dark .contact-info li a {
        font-size:14px;
    }
    .ext-footer-dark .contact-info li br {
        display: none;
    }
    .ext-footer-dark .footer-links h5:first-child {
        margin-top: 20px;
    }
    .ext-footer-dark .footer-links li {
        margin-bottom: 10px;
    }
}