.custom_footer {
    margin-top: 80px;   /* space from form */
}
    .footer_heading {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
}

.footer-logo {
    height: 40px;
}
    /* Equal vertical rhythm */
.footer_text {
    min-height: 110px;
}
    .footer_heading {
    height: 40px;   /* KEY FIX */
    display: flex;
    align-items: center;
}
    /* Make contact section behave like others */
.contact-inline {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 5px;
}
    .custom_footer .col-lg-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 260px;
}

/* Force equal spacing inside all columns */
.custom_footer .col-lg-3 > * {
    margin-bottom: 12px;
}
.custom_footer .col-lg-3{
    min-height:260px;
}
.footer_links{
    padding-left:0;
}

.footer_links li{
    list-style:none;
    margin-bottom:8px;
}
    /* ===== PERFECT FOOTER ALIGNMENT ===== */

.custom_footer .row{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start; /* ALL columns start same level */
}


/* Make every column same structure */
.custom_footer .col-lg-3{
    display:flex;
    flex-direction:column;
}
.footer_links{
    padding-left:0;
    margin-top:0;
}

/* Create SAME top space for all columns */
.footer_heading{      /* KEY FIX */
    display:flex;
    align-items:center;
    margin:0 0 20px 0;
}

/* Organizer logo alignment */
.footer_heading img{
    height:40px;
    margin-right:10px;
}

/* Remove extra spacing */
.footer_text,
.footer_links,
.subscribe_box{
    margin-top:0;
}

    .custom_footer .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.footer_bottom a {
    color: #ffffff !important;
    text-decoration: none;
}


.contact-inline i {
    color: #6c63ff;
    font-size: 16px;
}
.footer_text a,
.contact-inline a {
    color: #ffffff !important;
    text-decoration: none;
}



.contact-inline span {
    display: flex;
    align-items: center;
    gap: 10px;
}


.contact-inline span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_heading {
    margin-bottom: 18px;
}

.footer_text {
    margin-bottom: 12px;
}
.custom_footer .row {
    margin-left: 0;
    margin-right: 0;
}
.custom_footer .col-lg-3 {
    padding-left: 25px;
    padding-right: 25px;
}
.custom_footer .container-fluid {
    max-width: 1100px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}
    .footer-logo {
            max-width: 140px;
            height: auto;
        }
     .footer-logo {
            max-width: 130px;
            height: auto;
        }

        .custom-navbar{
        background: #101010;
        padding: 0;
    }
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
/* ===== FINAL PERFECT FOOTER ===== */

.custom_footer {
    background: #262626;
    padding: 70px 0 30px;
    color: #ccc;
}

.custom_footer .container-fluid {
    max-width: 1400px;
    margin: auto;
}

.footer_heading {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer_text {
    font-size: 15px;
    line-height: 1.8;
}

.footer_links {
    list-style: none;
    padding: 0;
}

.footer_links li {
    margin-bottom: 10px;
}

.footer_links a {
    color: #ccc;
    text-decoration: none;
}

.footer_links a:hover {
    color: #fff;
}

/* Subscribe */
.subscribe_box input {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #555;
    color: #fff;
    border-radius: 6px;
}

.subscribe_box button {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    background: #fff;
    color: #6c63ff;
    font-weight: 600;
}

/* Divider */
.footer_divider {
    height: 1px;
    background: #444;
    margin: 40px 0;
}

/* Bottom section EXACT like image */
.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Social icons right */
.footer_social {
    display: flex;
    gap: 10px;
}

.footer_social a {
    width: 40px;
    height: 40px;
    border: 1px solid #777;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer_social a:hover {
    background: #fff;
    color: #000;
}


/* Mobile fix */
@media (max-width: 768px) {
    .footer_bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}


/* Proper spacing for Important Links */
.footer_shift {
    padding-left: 90px;
}

/* Tablet Fix */
@media (max-width: 992px) {
    .footer_shift {
        padding-left: 40px;
    }
}

/* Mobile Fix */
@media (max-width: 768px) {
    .footer_shift {
        padding-left: 0;
        text-align: center;
    }
}