/* =========================================================
   AKP DEGREE COLLEGE
   FOOTER CSS
   File: assets/css/footer.css
   ========================================================= */


/* ---------------------------------------------------------
   FOOTER BASE
   --------------------------------------------------------- */

.akp-footer-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0;
    padding: 0;

    display: block;
    position: relative;
    clear: both;

    background: #111827;
    color: #ffffff;

    overflow: hidden;
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   BOX SIZING
   --------------------------------------------------------- */

.akp-footer-wrapper *,
.akp-footer-wrapper *::before,
.akp-footer-wrapper *::after {
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   MAIN CONTAINER
   --------------------------------------------------------- */

.akp-footer-container {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;
    padding: 50px 30px;

    display: grid;

    grid-template-columns:
        minmax(220px, 1.4fr)
        minmax(160px, 1fr)
        minmax(160px, 1fr)
        minmax(200px, 1.2fr)
        minmax(240px, 1.4fr);

    gap: 35px;

    align-items: start;
}


/* ---------------------------------------------------------
   COLUMNS
   --------------------------------------------------------- */

.akp-footer-col {
    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 0;

    position: relative;
}


/* ---------------------------------------------------------
   HEADINGS
   --------------------------------------------------------- */

.akp-footer-wrapper .akp-footer-title {
    margin: 0 0 18px;
    padding: 0;

    color: #ffffff;

    font-family: inherit;
    font-size: 18px;
    font-weight: 700;

    line-height: 1.35;

    text-transform: none;
}


/* ---------------------------------------------------------
   ABOUT
   --------------------------------------------------------- */

.akp-footer-wrapper .akp-footer-about {
    margin: 0;
    padding: 0;

    color: #d1d5db;

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.8;
}


/* ---------------------------------------------------------
   SOCIAL ICONS
   --------------------------------------------------------- */

.akp-footer-socials {
    display: flex;

    align-items: center;

    gap: 10px;

    margin: 22px 0 0;
    padding: 0;
}


.akp-footer-socials a {
    width: 38px;
    height: 38px;
    min-width: 38px;

    margin: 0;
    padding: 0;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;
    color: #111827;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}


.akp-footer-socials a:hover {
    background: #f59e0b;
    color: #ffffff;

    transform: translateY(-3px);
}


.akp-footer-socials i {
    margin: 0;
    padding: 0;

    font-size: 15px;
    line-height: 1;
}


/* ---------------------------------------------------------
   FOOTER LINKS
   --------------------------------------------------------- */

.akp-footer-wrapper .akp-footer-links {
    list-style: none;

    margin: 0;
    padding: 0;
}


.akp-footer-wrapper .akp-footer-links li {
    list-style: none;

    margin: 0 0 11px;
    padding: 0;
}


.akp-footer-wrapper .akp-footer-links li::before {
    display: none;
}


.akp-footer-wrapper .akp-footer-links a {
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #d1d5db;

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}


.akp-footer-wrapper .akp-footer-links a:hover {
    color: #f59e0b;
    padding-left: 3px;
}


/* ---------------------------------------------------------
   CONTACT
   --------------------------------------------------------- */

.akp-footer-wrapper .akp-contact-list {
    list-style: none;

    margin: 0;
    padding: 0;
}


.akp-footer-wrapper .akp-contact-list li {
    list-style: none;

    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin: 0 0 17px;
    padding: 0;

    color: #d1d5db;

    font-family: inherit;
    font-size: 14px;

    line-height: 1.65;
}


.akp-footer-wrapper .akp-contact-list li::before {
    display: none;
}


.akp-contact-icon {
    width: 18px;
    min-width: 18px;

    display: inline-flex;

    align-items: flex-start;
    justify-content: center;

    margin-top: 4px;
}


.akp-contact-icon i {
    color: #f59e0b;

    font-size: 15px;

    line-height: 1;
}


.akp-footer-wrapper .akp-contact-list a {
    color: #d1d5db;

    text-decoration: none;

    word-break: break-word;
}


.akp-footer-wrapper .akp-contact-list a:hover {
    color: #f59e0b;
}


/* =========================================================
   GOOGLE MAP
   ========================================================= */

.akp-map-col {
    min-width: 0;
}


.akp-map-wrapper {
    position: relative;

    width: 100%;
    height: 180px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #ffffff;

    border: 0;
    border-radius: 8px;

    box-shadow: none;

    line-height: 0;
}


.akp-map-wrapper iframe {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    min-width: 100%;
    min-height: 100%;

    margin: 0;
    padding: 0;

    display: block;

    border: 0;
    outline: none;
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.akp-footer-bottom {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #0b1220;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.akp-footer-bottom-inner {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;
    padding: 18px 30px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.akp-footer-bottom p {
    margin: 0;
    padding: 0;

    color: #9ca3af;

    font-family: inherit;
    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 1200px) {

    .akp-footer-container {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 35px 25px;
    }

}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media only screen and (max-width: 850px) {

    .akp-footer-container {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        padding: 45px 25px;

        gap: 35px 25px;
    }

    .akp-map-col {
        grid-column: span 2;
    }

    .akp-map-wrapper {
        height: 220px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 600px) {

    .akp-footer-wrapper {
        margin-top: 35px;
    }

    .akp-footer-container {
        width: 100%;

        grid-template-columns: 1fr;

        padding: 40px 20px;

        gap: 30px;
    }

    .akp-map-col {
        grid-column: auto;
    }

    .akp-footer-wrapper .akp-footer-title {
        font-size: 17px;
    }

    .akp-footer-wrapper .akp-footer-about,
    .akp-footer-wrapper .akp-footer-links a,
    .akp-footer-wrapper .akp-contact-list li {
        font-size: 14px;
    }

    .akp-map-wrapper {
        width: 100%;
        height: 230px;
    }

    .akp-footer-bottom-inner {
        flex-direction: column;

        align-items: flex-start;

        padding: 18px 20px;

        gap: 8px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media only screen and (max-width: 380px) {

    .akp-footer-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .akp-map-wrapper {
        height: 210px;
    }

    .akp-footer-socials a {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

}