.footer_wrapper__right-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.footer_wrapper__right-links a:hover {
    color: #ffc107;
    transform: translateX(5px);
    transition: all 0.3s ease;
}

.footer_wrapper__right-links a {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.footer_wrapper__right-links a:last-child::after {
    display: none;
}

.footer_wrapper__right-links a::after {
    content: '';
    width: 1px;
    height: 12px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 6px;
    right: -8px;
}

.follow_link a:hover {
    color: var(--white-color);
}

.follow_link a:first-child {
    background-color: #0866FF;
}

.follow_link a:nth-child(2) {
    background-color: #E4405F;
}

.follow_link a:nth-child(3) {
    background-color: #E02A20;
}

.follow_link a:nth-child(4) {
    background-color: #046FA7;
}

.footer--links h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
}

.footer--links {
    margin-bottom: 2rem;
}

.footer--links p {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 1rem;
    overflow: hidden;
}

.footer--links p a {
    text-transform: capitalize;
    color: #fff;
}

.footer--links-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer--links-social img {
    width: 110px;

}

.footer_menu {
    background: whitesmoke;
    padding: 10px 0;
}

.footer_menu__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.disclaimer {
    padding: 10px 0;
}

.footer_menu__links a {
    font-size: 16px;
    color: #000 !important;
    
    text-transform: capitalize;
}


@media(max-width:1200px) {

    .footer_box,
    .footer_left {
        padding-left: 0;
        margin-bottom: 3rem;
    }


}

@media(max-width:992px) {
    .newslatter_content {
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

}

@media(max-width:768px) {
    .footer--links h3 {
        font-size: 18px;
        
    }

    .footer_wrapper__right-links a,
    .footer_menu__links a,
    .footer_menu__links p {
        font-size: 14px;
    }

    .newslatter_left h3 {
        font-size: 20px;
    }

    .newslatter_right {
        width: 100%;
    }

    .footer_wrapper {
        padding: 30px 0 0 0;
    }

    .footer_logo img {
        width: 100px;
    }

    .footer_box,
    .footer_left {
        margin-bottom: 0;
        margin-top: 2rem;
    }

    .footer_links {
        margin-top: 1rem;
    }

    .footer_links a {
        font-size: 15px;
    }

    .footer_box h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .copyright p {
        font-size: 14px;
        padding: 5px 0;
    }
}

@media(max-width:576px) {
    .follow_link a {
        height: 34px;
        width: 34px;
        font-size: 20px;
    }

    .copyright p {
        font-size: 12px;
    }
}

/* Modern Footer Styles */
.modern-footer { 
    background-color: #002108;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-subsection {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
    font-weight: normal;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: #ffc107;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

.footer-links-grid a,
.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 4px 0;
    display: inline-block;
}

.footer-links-grid a:hover,
.footer-links a:hover {
    color: #ffc107;
    transform: translateX(5px);
}

.footer-description {
    color: #bdc3c7;
    line-height: 1.6;
    font-size: 18px;
    margin-top: 3px;
}

.read-more {
    color: white;
    text-decoration: underline;
    
}

.read-more:hover {
    color: #ffc107;
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 4px 0;
    display: inline-block;
    position: relative;
}

.footer-links a:hover {
    color: #ffc107;
    transform: translateX(5px);
}

/* Social Media Brand Colors on Hover */
.social-link.facebook:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(8, 102, 255, 0.3);
}

.social-link.instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(228, 64, 95, 0.3);

}

.social-link.youtube:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(224, 42, 32, 0.3);

}

.social-link.linkedin:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(4, 111, 167, 0.3);

}

.app-downloads {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.app-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.app-link:hover {
    transform: translateY(-3px);
}

.app-img {
    height: 44px;
    width: auto;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    
}

.social-link.youtube .social-img {
    width: 35px;
    height: 35px;
}

.copyright {
    text-align: center;
    margin: 0;
    color: white;
    font-size: 16px;
}

/* Quick Links Section - Add border between links */
.footer-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 4px 0;
    display: inline-block;
    position: relative;
}

.footer-links a:hover {
    color: #ffc107;
    transform: translateX(5px);
}

/* Add border between Terms & Conditions and Privacy Policy */
.footer-links a:first-child::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 53%;
    right: -8px;
    transform: translateY(-50%);
}

@media (min-width: 819px) and (max-width: 1024px) {
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        /* row layout */
        gap: 4px;
    }

    .footer--links {
        margin-bottom: 0rem;
    }

    .footer-title {
        padding-top: 15px;
    }

    .footer-main {
        padding: 8px 0px;
    }

    .footer-section {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-links {
        flex-direction: row;
        margin-bottom: 6px;
    }

    /* Remove border between links on mobile */
    .footer-links a:first-child::after {
        content: '';
        width: 1px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        top: 53%;
        right: -8px;
        transform: translateY(-50%);
    }
}

@media (max-width: 1440px) {
    .footer-title {

        padding-top: 15px;

    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-main {
        padding: 8px 0px;
    }

    .footer-description {
        color: #bdc3c7;
        line-height: 1.6;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .footer-title {
        padding-top: 0px;
    }

    .footer-links-grid {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }

    .app-downloads {
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 6px 0px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-links-grid a,
    .footer-links a {
        font-size: 15px;
    }

    .footer-links a:first-child::after {
        content: '';
        width: 1px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        top: 53%;
        right: -8px;
        transform: translateY(-50%);
    }

    .app-downloads {
        padding-top: 4px;
    }

    .footer--links {
        margin-bottom: 1rem;
    }

    .footer-title {
        margin-top: 0.5rem;
        
    }

    .footer-section {
        gap: 6px;
    }
}
@media (max-width: 361px) {
    .footer-subsection {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 6px;
    }
}

@media (min-width: 1280px) {
    .footer-main {
        padding: 30px 0px;
    }
}