
/* ------------------ FOOTER -------------------
---------------------------------------------------------*/

			
        .footer {
            background:#013281;
            color: #aaa;
            padding: 4rem 2rem 2rem;
        }

        .footer-grid {
            max-width: 1200px;
            margin: 0 auto 3rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
			align-items: start; /* Fix: Vertically aligns all columns to the top edge */
        }
      /*  .footer-col h4,
        .footer-col h5 {
            color: var(--white);
            margin-bottom: 1rem;
            font-size: 0.8rem;
        }

        .footer-col p {
            line-height: 1.5;
            font-size: 0.45rem;
			color: var(--white);
        }

        .footer-col ul {
            list-style: none;
        }

        .footer-col ul li {
            margin-bottom: 0.75rem;
        }

        .footer-col a {
            color: #aaa;
            text-decoration: none;
            transition: color 0.3s;
            cursor: pointer;
        }

        .footer-col a:hover {
            color: var(--white);
        } */

		.widget-title  {
			 color: var(--white);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
			font-size: 0.5rem;
		}
	
		@media (min-width: 780px) {
		}

		@media (min-width: 990px) {

		}

		@media (min-width: 1500px){
		/*	        .footer-col h4,
        .footer-col h5 {
            color: var(--white);
            margin-bottom: 1rem;
            font-size: 1rem;
        }

        .footer-col p {
            line-height: 1.5;
            font-size: 0.8rem;
			color: var(--white);
        }*/
		}
		
		@media (min-width: 1800px){
		}
	/* ------------------ FOOTER MENU -------------------
---------------------------------------------------------*/	

#footer-menu {
    display: flex !important;
    flex-direction: column !important; /* Forces items to stack on top of each other */
    align-items: center !important;    /* Centers the links horizontally */
    padding: 0 !important;
    gap: 12px !important;              /* Adds space between each vertical link */
}

#footer-menu li {
    margin: 0 !important;              /* Clears default theme horizontal margins */
	color: var(--white);
}

#footer-menu li a {
    color: #ffffff !important; /* Makes the text color white */
    text-decoration: none;    /* Removes any default underline */
}

/* Optional: Changes color when someone hovers their mouse over the links */
#footer-menu li a:hover {
    color: #1d6fff !important; /* Changes to blue on hover (matches your theme) */
}
/* Erases any hidden margins on your block-15 widget column container */
#block-15,
#block-15 * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Force structural layout box elements to align high against the column roof line */
.site-top-footer-inner-wrap,
.footer-widget1,
.site-info-inner {
    display: flex !important;
    align-items: flex-start !important; /* Locks layout to the top edge */
    vertical-align: top !important;
}