/* =========================================================
   FOOTER MODERNE
========================================================= */
.footer-area {
    background: linear-gradient(135deg, #012738 0%, #051922 50%, #012738 100%);
    color: white;
    padding: 60px 0 0 0;
    position: relative;
    overflow: hidden;
}

.footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.footer-area .container {
    position: relative;
    z-index: 1;
}

/* =========================================================
   WIDGET TITRE
========================================================= */
.footer-box .widget-title {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.footer-box .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: white;
    border-radius: 2px;
}

/* =========================================================
   ABOUT WIDGET
========================================================= */
.footer-box.about-widget p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.6;
}

.footer-box.about-widget .pi {
    color: white;
    font-size: 16px;
    flex-shrink: 0;
}

/* =========================================================
   CONTACT WIDGET
========================================================= */
.footer-box.get-in-touch ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box.get-in-touch ul li {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.footer-box.get-in-touch ul li .pi {
    color: white;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-box.get-in-touch ul li:hover {
    color: white;
    transform: translateX(5px);
    transition: all 0.3s ease;
}

/* =========================================================
   PAGES WIDGET
========================================================= */
.footer-box.pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.footer-box.pages ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    transition: all 0.3s ease;
    position: relative;
}

.footer-box.pages ul li a::before {
    content: '\2192';
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.footer-box.pages ul li a:hover {
    color: white;
    padding-left: 15px;
}

.footer-box.pages ul li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* =========================================================
   NEWSLETTER WIDGET
========================================================= */
.footer-area .footer-box.subscribe p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID {
    width: 100% !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID #grid {
    display: flex !important;
    gap: 10px !important;
    width: 100% !important;
    border: none !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID #grid tbody,
.footer-area .footer-box.subscribe #newsletter_form_ID #grid tr,
.footer-area .footer-box.subscribe #newsletter_form_ID #grid td {
    display: contents !important;
    border: none !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID .p-inputtext,
.footer-area .footer-box.subscribe #newsletter_form_ID input[type="email"] {
    flex: 1 !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    padding: 12px 15px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    min-width: 200px !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID .p-inputtext::placeholder,
.footer-area .footer-box.subscribe #newsletter_form_ID input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID .p-inputtext:focus,
.footer-area .footer-box.subscribe #newsletter_form_ID input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: white !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1) !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID .p-button,
.footer-area .footer-box.subscribe #newsletter_form_ID button {
    background: linear-gradient(135deg, #012738 0%, #051922 100%) !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID .p-button:hover,
.footer-area .footer-box.subscribe #newsletter_form_ID button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 20px rgba(5, 25, 34, 0.5) !important;
    border-color: white !important;
}

.footer-area .footer-box.subscribe #newsletter_form_ID .p-button .p-button-icon,
.footer-area .footer-box.subscribe #newsletter_form_ID button i {
    color: white !important;
}

/* =========================================================
   COPYRIGHT BAR
========================================================= */
.copyright-area {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.copyright-text a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copyright-text a:hover {
    text-decoration: underline;
}

/* =========================================================
   SOCIAL ICONS
========================================================= */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: white;
    color: #051922;
    transform: translateY(-3px);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 992px) {
    .footer-area {
        padding: 50px 0 0 0;
    }

    .footer-box {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .footer-box.subscribe #grid {
        flex-direction: column;
    }

    .footer-box.subscribe .p-button {
        width: 100%;
    }

    .footer-box .widget-title {
        font-size: 18px;
    }
}