.elementor-3487 .elementor-element.elementor-element-2dfb692{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-090d759 *//* --- FORCE DUAL-LINE FOOTER TEXT --- */

/* This handles the vertical stacking of Discovery & Admissions text */
.footer-content {
    display: flex !important;
    flex-direction: column !important; /* Forces the two lines */
    align-items: flex-start !important; /* Aligns text to the left */
    gap: 4px !important; /* Controls the space between subtitle and title */
}

/* Ensure the label (Discovery/Admissions) stays thin and small */
.f-label {
    display: block !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    line-height: 1 !important;
}

/* Ensure the title (Destination Portfolio/Begin Your Journey) is bold and clear */
.f-title {
    display: block !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    white-space: normal !important; /* Allows wrapping on small screens */
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 991px) {
    .footer-content {
        align-items: center !important; /* Centers text for the mobile stack */
        text-align: center !important;
    }
    
    .f-title {
        font-size: 15px !important; /* Slightly smaller for mobile screens */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2dfb692 *//* --- UPDATED LIST STYLING WITH BLUE BG HOVER --- */
.mega-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-links a {
    text-decoration: none;
    color: #444; /* Default Text Color */
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
    
    /* ADDED PADDING AND TRANSITION */
    padding: 5px 5px; 
    border-radius: 6px; /* Soft rounded corners for the hover box */
    transition: all 0.3s ease;
}

/* --- THE HOVER STATE --- */
.mega-links a:hover {
    background-color: #002147; /* Brand Navy Background */
    color: #c5a059 !important; /* Brand Gold Text */
    transform: translateX(5px); /* Slight shift for a dynamic feel */
}

/* Ensure the flag icon doesn't lose clarity */
.mega-links a:hover .flag-icon {
    filter: drop-shadow(0 0 2px rgba(255,255,255,0.2));
}

.flag-icon {
    margin-right: 12px;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}/* End custom CSS */