.ui.grid > .three.wide.column.extraroom{
    padding-right:0 !important;
    padding-left: 0 !important;
}
.footer-section > .ui.container.fluid{
    max-width: 1275px;
}
.footer-section {
    background: #000;
    color: #ffffff;
    padding: 2rem 0 2rem 0;
    min-height: 400px;
}

.footer-title {
    color: #cf84fd;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}

.footer-link {
    color: #fff;
    opacity: 0.8;
    display: block;
    font-weight: 200;
    font-family: "Lato";
    letter-spacing: 0.2px;
    margin-bottom: 0.8rem;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ffffff;
    opacity: 1;
    text-decoration: underline;
}

.footer-image-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    min-height: 200px;
}

.footer-placeholder-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top:-20px;
}

.videpartloop {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-bottom {
    /* border-top: 1px solid #2a2a2a; */
    margin-top: 3rem;
    padding-top: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    color: #bcbcbc;
    font-size: 0.9rem;
}

.footer-brand {
    padding-left:8px;
    color: #fff;
    opacity: 0.85;
    font-weight: 200;
    letter-spacing:2px;
    font-family:"Raleway";
    text-transform:uppercase;
}

.footer-tagline {
    margin-left: 2rem;
    font-family:"Raleway";
    letter-spacing:1px;
    color: #fff;
    opacity: 0.85;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social a {
    color: #fff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #a78bfa;
}


.c_seplines {
    position: relative;
    width: 100%;
    height: 54px;
    background:#000;
}
.hline {
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
}

.hline.line1 { top: 27px;}

.hline.line2 { top: 45px;}

.c_seplines .vline {
    width: 1px;
    height: 54px;
    background: white;
    position: absolute;
    left: 50%;
    z-index: 10;
}


@media (max-width: 768px) {
    .footer-section {
        padding: 2rem 0 2rem 2rem;
    }
    .footer-title{ 
        margin-top: 22px !important;
        letter-spacing: 2px;
        font-size: 20px;
    }
    .footer-link{
        font-size: 15px;
    }

    .footer-placeholder-image {
        width: 150px;
        height: 150px;
        font-size: 1rem;
    }
    
    .footer-image-container {
        min-height: 180px;
        margin: 2rem 0;
    }
        .footer-bottom {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-tagline {
        margin-left: 0;
    }

}
