/* =========================================================
   EXPERTLINK PREMIUM FOOTER
========================================================= */

.expert-footer {

    width: 100%;

    margin: 0;

    padding: 0;

    color: #ffffff;

    background: #061c2c;

    font-family: Arial, Helvetica, sans-serif;

    position: relative;

    overflow: hidden;

}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.expert-footer .footer-container {

    width: 100%;

    max-width: 1380px;

    margin: 0 auto;

    padding-left: 40px;

    padding-right: 40px;

    box-sizing: border-box;

}


/* =========================================================
   CTA SECTION
========================================================= */

.footer-cta {

    width: 100%;

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #07539a 0%,
            #087fc1 48%,
            #10cbd0 100%
        );

}


/* Decorative circle left */

.footer-cta::before {

    content: "";

    position: absolute;

    width: 260px;

    height: 260px;

    left: -100px;

    bottom: -150px;

    border: 1px solid rgba(255,255,255,0.16);

    border-radius: 50%;

}


/* Decorative circle right */

.footer-cta::after {

    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    right: -120px;

    top: -180px;

    border: 1px solid rgba(255,255,255,0.16);

    border-radius: 50%;

}


/* CTA INNER */

.footer-cta-inner {

    min-height: 178px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    position: relative;

    z-index: 2;

}


/* CTA CONTENT */

.footer-cta-content {

    max-width: 850px;

}


/* CTA LABEL */

.footer-cta-label {

    display: block;

    margin-bottom: 10px;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

}


/* CTA HEADING */

.footer-cta-content h2 {

    margin: 0 0 8px;

    color: #ffffff;

    font-size: 34px;

    font-weight: 700;

    line-height: 1.2;

}


/* CTA TEXT */

.footer-cta-content p {

    margin: 0;

    color: rgba(255,255,255,0.92);

    font-size: 16px;

    line-height: 1.6;

}


/* =========================================================
   CTA BUTTON
========================================================= */

.footer-cta-button {

    flex-shrink: 0;

    min-width: 250px;

    min-height: 60px;

    padding: 0 28px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    background: #ffffff;

    color: #07539a !important;

    border-radius: 7px;

    text-decoration: none !important;

    font-size: 17px;

    font-weight: 700;

    box-sizing: border-box;

    transition: all 0.3s ease;

}


.footer-cta-button span {

    margin: 0;

}


.footer-cta-button b {

    font-size: 23px;

    line-height: 1;

    font-weight: 500;

}


.footer-cta-button:hover {

    background: #f2ffff;

    color: #07539a !important;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(0,0,0,0.16);

}


/* =========================================================
   MAIN FOOTER
========================================================= */

.footer-main {

    width: 100%;

    background: #061c2c;

    padding: 65px 0 55px;

    position: relative;

}


/* =========================================================
   FOOTER GRID
========================================================= */

.footer-grid {

    display: grid;

    grid-template-columns:
        1.35fr
        0.75fr
        0.90fr
        1.15fr;

    gap: 65px;

    align-items: start;

}


/* =========================================================
   BRAND
========================================================= */

.footer-brand {

    min-width: 0;

}


.footer-logo {

    display: inline-block;

    margin-bottom: 22px;

    text-decoration: none;

}


.footer-logo img {

    display: block;

    width: 205px;

    height: auto;

    max-width: 100%;

}


.footer-description {

    max-width: 390px;

    margin: 0;

    color: #a9c1d1;

    font-size: 15px;

    line-height: 1.85;

}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column {

    min-width: 0;

}


.footer-column h3 {

    margin: 0 0 13px;

    color: #ffffff;

    font-size: 19px;

    font-weight: 700;

    line-height: 1.3;

}


.footer-line {

    display: block;

    width: 45px;

    height: 2px;

    margin-bottom: 22px;

    background: #08d3e1;

}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-column ul {

    margin: 0;

    padding: 0;

    list-style: none;

}


.footer-column ul li {

    margin: 0 0 13px;

    padding: 0;

}


.footer-column ul li:last-child {

    margin-bottom: 0;

}


.footer-column ul li a {

    display: inline-block;

    color: #a9c1d1 !important;

    text-decoration: none !important;

    font-size: 15px;

    line-height: 1.6;

    transition:
        color 0.3s ease,
        transform 0.3s ease;

}


.footer-column ul li a:hover {

    color: #08d5e5 !important;

    transform: translateX(5px);

}


/* =========================================================
   CONTACT SECTION
========================================================= */

.footer-contact {

    min-width: 0;

}


/* CONTACT ITEM */

.footer-contact-item {

    width: 100%;

    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin: 0 0 22px;

    padding: 0;

    box-sizing: border-box;

}


.footer-contact-item:last-child {

    margin-bottom: 0;

}


/* =========================================================
   CONTACT ICON
========================================================= */

.contact-icon {

    width: 28px;

    min-width: 28px;

    height: 28px;

    display: flex;

    align-items: flex-start;

    justify-content: center;

    padding-top: 2px;

    box-sizing: border-box;

}


.contact-icon svg {

    width: 22px;

    height: 22px;

    display: block;

    fill: none;

    stroke: #08d5e4;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;

}


/* =========================================================
   CONTACT CONTENT
========================================================= */

.contact-content {

    flex: 1;

    min-width: 0;

}


.contact-content strong {

    display: block;

    margin: 0 0 5px;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.4;

}


.contact-content p {

    margin: 0;

    color: #a9c1d1;

    font-size: 14px;

    line-height: 1.65;

}


/* PHONE + EMAIL */

.contact-content a {

    display: inline-block;

    color: #a9c1d1 !important;

    text-decoration: none !important;

    font-size: 14px;

    line-height: 1.6;

    transition: color 0.3s ease;

}


.contact-content a:hover {

    color: #08d5e4 !important;

}


/* =========================================================
   COPYRIGHT SECTION
========================================================= */

.footer-copyright {

    width: 100%;

    min-height: 72px;

    margin: 0;

    padding: 0;

    background: #041521;

    border-top: 1px solid rgba(255,255,255,0.10);

    box-sizing: border-box;

}


/* COPYRIGHT INNER */

.footer-copyright-inner {

    min-height: 72px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    box-sizing: border-box;

}


/* COPYRIGHT TEXT */

.footer-copyright-text {

    margin: 0;

    padding: 0;

    color: #8da7b8;

    font-size: 13px;

    line-height: 1.5;

}


.footer-copyright-text strong {

    color: #ffffff;

    font-weight: 600;

}


/* =========================================================
   COPYRIGHT LINKS
========================================================= */

.footer-copyright-links {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 13px;

}


.footer-copyright-links a {

    color: #8da7b8 !important;

    text-decoration: none !important;

    font-size: 13px;

    line-height: 1.5;

    transition: color 0.3s ease;

}


.footer-copyright-links a:hover {

    color: #08d5e4 !important;

}


.footer-copyright-links span {

    color: #08d5e4;

    font-size: 13px;

}


/* =========================================================
   REMOVE DEFAULT FOOTER SPACING
========================================================= */

.expert-footer p {

    margin-top: 0;

}


.expert-footer a {

    box-shadow: none;

}


.expert-footer img {

    max-width: 100%;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .expert-footer .footer-container {

        padding-left: 30px;

        padding-right: 30px;

    }


    .footer-grid {

        grid-template-columns:
            1.2fr
            0.8fr
            0.9fr
            1fr;

        gap: 40px;

    }


    .footer-cta-content h2 {

        font-size: 30px;

    }

}


/* =========================================================
   TABLET / SMALL
========================================================= */

@media (max-width: 850px) {

    .footer-cta-inner {

        padding-top: 38px;

        padding-bottom: 38px;

        flex-direction: column;

        align-items: flex-start;

        gap: 25px;

    }


    .footer-cta-button {

        min-width: 220px;

    }


    .footer-grid {

        grid-template-columns: 1fr 1fr;

        gap: 45px 35px;

    }


    .footer-brand {

        grid-column: span 2;

    }


    .footer-contact {

        grid-column: span 1;

    }


    .footer-copyright-inner {

        padding-top: 18px;

        padding-bottom: 18px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .expert-footer .footer-container {

        padding-left: 20px;

        padding-right: 20px;

    }


    /* CTA */

    .footer-cta-inner {

        min-height: auto;

        padding-top: 38px;

        padding-bottom: 38px;

    }


    .footer-cta-label {

        font-size: 12px;

        letter-spacing: 1.5px;

    }


    .footer-cta-content h2 {

        font-size: 26px;

        line-height: 1.3;

    }


    .footer-cta-content p {

        font-size: 14px;

        line-height: 1.6;

    }


    .footer-cta-button {

        width: 100%;

        min-width: 0;

        min-height: 55px;

        font-size: 15px;

    }


    /* MAIN FOOTER */

    .footer-main {

        padding: 50px 0 40px;

    }


    .footer-grid {

        grid-template-columns: 1fr;

        gap: 38px;

    }


    .footer-brand {

        grid-column: auto;

    }


    .footer-contact {

        grid-column: auto;

    }


    .footer-logo img {

        width: 190px;

    }


    .footer-description {

        max-width: 100%;

        font-size: 14px;

        line-height: 1.8;

    }


    .footer-column h3 {

        font-size: 18px;

    }


    .footer-column ul li a {

        font-size: 14px;

    }


    /* COPYRIGHT */

    .footer-copyright {

        min-height: auto;

    }


    .footer-copyright-inner {

        min-height: auto;

        padding-top: 18px;

        padding-bottom: 18px;

        flex-direction: column;

        justify-content: center;

        text-align: center;

        gap: 10px;

    }


    .footer-copyright-text {

        text-align: center;

        font-size: 12px;

    }


    .footer-copyright-links {

        justify-content: center;

        flex-wrap: wrap;

    }


    .footer-copyright-links a {

        font-size: 12px;

    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .footer-cta-content h2 {

        font-size: 23px;

    }


    .footer-contact-item {

        gap: 12px;

    }


    .contact-icon {

        width: 25px;

        min-width: 25px;

    }


    .contact-icon svg {

        width: 20px;

        height: 20px;

    }

}