﻿/* =========================================================
   RADHIKA SEEDS
   PREMIUM PROFESSIONAL FOOTER

   Theme:
   Navy + Royal Blue + Gold

   IMPORTANT:
   All selectors are isolated with rsf-
   ========================================================= */


/* =========================================================
   ROOT
   ========================================================= */

.rsf-footer {
    --rsf-navy: #081525;
    --rsf-navy-2: #0d1d32;
    --rsf-blue: #2878d7;
    --rsf-blue-dark: #1d5fae;
    --rsf-gold: #f2b84b;
    --rsf-gold-light: #ffd978;
    --rsf-white: #ffffff;
    --rsf-text: #b9c4d0;
    --rsf-text-light: #d5dce4;
    --rsf-text-dark: #8390a0;
    position: relative;
    width: 100%;
    color: var(--rsf-white);
    background: linear-gradient( 135deg, #071322 0%, #0b1c30 50%, #0d2037 100% );
    overflow: hidden;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.rsf-footer-container {
    width: min( 1180px, calc(100% - 36px) );
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.rsf-footer-main {
    padding: 48px 0 42px;
}


/* =========================================================
   GRID
   ========================================================= */

.rsf-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr .95fr 1fr;
    gap: 36px;
}


/* =========================================================
   BRAND
   ========================================================= */

.rsf-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 17px;
    color: #ffffff !important;
    text-decoration: none !important;
}


/* COMPANY LOGO */

.rsf-footer-brand-logo {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0,0,0,.20);
    overflow: hidden;
}


    .rsf-footer-brand-logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        border-radius: 8px;
    }


.rsf-footer-brand-text {
    display: block;
}


    .rsf-footer-brand-text strong {
        display: block;
        color: #ffffff;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: .7px;
    }


    .rsf-footer-brand-text small {
        display: block;
        margin-top: 5px;
        color: #b7c1cd;
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: .7px;
    }


/* =========================================================
   DESCRIPTION
   ========================================================= */

.rsf-footer-description {
    max-width: 430px;
    margin: 0 0 23px;
    color: var(--rsf-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}


/* =========================================================
   ADDRESS
   ========================================================= */

.rsf-footer-address {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
}


.rsf-footer-address-icon {
    width: 41px;
    height: 41px;
    flex: 0 0 41px;
    display: grid;
    place-items: center;
    color: var(--rsf-gold);
    background: rgba(242,184,75,.09);
    border: 1px solid rgba(242,184,75,.23);
    border-radius: 10px;
    font-size: 14px;
}


.rsf-footer-address-text {
    display: block;
}


    .rsf-footer-address-text strong {
        display: block;
        margin-bottom: 5px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.3;
    }


    .rsf-footer-address-text > span {
        display: block;
        color: #b8c3ce;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.7;
    }


    /* =========================================================
   DIRECTIONS
   ========================================================= */

    .rsf-footer-address-text small {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-top: 9px;
        padding: 7px 11px;
        color: var(--rsf-gold);
        background: rgba(242,184,75,.07);
        border: 1px solid rgba(242,184,75,.24);
        border-radius: 7px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        transition: all .25s ease;
    }


.rsf-footer-address:hover
.rsf-footer-address-text strong {
    color: var(--rsf-gold);
}


.rsf-footer-address:hover
.rsf-footer-address-text small {
    color: #101c2c;
    background: var(--rsf-gold);
}


/* =========================================================
   HEADINGS
   ========================================================= */

.rsf-footer-heading {
    position: relative;
    margin: 4px 0 21px;
    padding-bottom: 11px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}


    .rsf-footer-heading::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 38px;
        height: 3px;
        background: var(--rsf-gold);
        border-radius: 3px;
    }


/* =========================================================
   CROPS
   ========================================================= */

.rsf-footer-crops {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}


.rsf-footer-crop {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 9px;
    color: #ffffff !important;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    text-decoration: none !important;
    transition: all .25s ease;
}


    .rsf-footer-crop:hover {
        color: #ffffff !important;
        background: rgba(40,120,215,.15);
        border-color: rgba(40,120,215,.38);
        transform: translateY(-2px);
    }


    .rsf-footer-crop img {
        width: 48px;
        height: 43px;
        flex: 0 0 48px;
        display: block;
        object-fit: cover;
        border-radius: 7px;
    }


    .rsf-footer-crop span {
        min-width: 0;
    }


    .rsf-footer-crop strong {
        display: block;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.3;
    }


    .rsf-footer-crop small {
        display: block;
        margin-top: 3px;
        color: #9eabb9;
        font-size: 10px;
        line-height: 1.3;
    }


/* =========================================================
   QUICK LINKS
   ========================================================= */

.rsf-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


    .rsf-footer-links a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #b2bdc9 !important;
        text-decoration: none !important;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        transition: all .22s ease;
    }


        .rsf-footer-links a i {
            flex: 0 0 auto;
            color: var(--rsf-gold);
            font-size: 11px;
        }


        .rsf-footer-links a:hover {
            color: #ffffff !important;
            transform: translateX(5px);
        }


/* =========================================================
   CONTACT
   ========================================================= */

.rsf-footer-contact-text {
    margin: 0 0 19px;
    color: #b1bdc9;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
}


.rsf-footer-contact-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 15px;
    color: #ffffff !important;
    background: linear-gradient( 135deg, var(--rsf-blue), var(--rsf-blue-dark) );
    border-radius: 9px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    transition: all .25s ease;
}


    .rsf-footer-contact-btn:hover {
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 9px 24px rgba(40,120,215,.23);
    }


    .rsf-footer-contact-btn i {
        font-size: 11px;
    }


/* =========================================================
   SOCIAL
   ========================================================= */

.rsf-footer-social {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}


    .rsf-footer-social a {
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        color: #aeb9c5 !important;
        background: rgba(255,255,255,.045);
        border: 1px solid rgba(255,255,255,.09);
        border-radius: 9px;
        text-decoration: none !important;
        font-size: 12px;
        transition: all .22s ease;
    }


        .rsf-footer-social a:hover {
            color: #ffffff !important;
            background: var(--rsf-blue);
            transform: translateY(-2px);
        }


/* =========================================================
   CROP STRIP
   ========================================================= */

.rsf-footer-strip {
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
    background: rgba(0,0,0,.14);
}


    .rsf-footer-strip .rsf-footer-container {
        min-height: 49px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }


    .rsf-footer-strip span {
        color: #929eac;
        font-size: 11px;
        line-height: 1.5;
    }


        .rsf-footer-strip span:first-child {
            color: var(--rsf-gold);
            font-weight: 700;
        }


    .rsf-footer-strip b {
        margin: 0 7px;
        color: var(--rsf-gold);
    }


/* =========================================================
   COPYRIGHT
   ========================================================= */

.rsf-footer-bottom {
    background: #06111e;
}


.rsf-footer-bottom-inner {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}


    .rsf-footer-bottom-inner > span {
        color: var(--rsf-text-dark);
        font-size: 11px;
        line-height: 1.5;
    }


    .rsf-footer-bottom-inner strong {
        color: #bec8d2;
    }


.rsf-footer-developer {
    display: flex;
    align-items: center;
    gap: 7px;
}


    .rsf-footer-developer a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--rsf-gold) !important;
        text-decoration: none !important;
        font-size: 11px;
        font-weight: 700;
    }


        .rsf-footer-developer a:hover {
            color: #ffffff !important;
        }


/* =========================================================
   BACK TO TOP
   ========================================================= */

.rsf-footer-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: var(--rsf-blue);
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
}


    .rsf-footer-top.rsf-footer-top-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }


    .rsf-footer-top:hover {
        background: var(--rsf-blue-dark);
    }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .rsf-footer-grid {
        grid-template-columns: 1.35fr 1fr 1fr;
        gap: 30px;
    }


    .rsf-footer-contact {
        grid-column: span 3;
        max-width: 450px;
    }
}


/* =========================================================
   MOBILE / TABLET
   ========================================================= */

@media (max-width: 700px) {

    .rsf-footer-container {
        width: calc(100% - 28px);
    }


    .rsf-footer-main {
        padding: 38px 0 34px;
    }


    .rsf-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px 20px;
    }


    .rsf-footer-company {
        grid-column: 1 / -1;
    }


    .rsf-footer-contact {
        grid-column: 1 / -1;
        max-width: none;
    }


    .rsf-footer-brand-logo {
        width: 55px;
        height: 55px;
        flex-basis: 55px;
        border-radius: 11px;
    }


    .rsf-footer-brand-text strong {
        font-size: 21px;
    }


    .rsf-footer-brand-text small {
        font-size: 11px;
    }


    .rsf-footer-description {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.75;
    }


    .rsf-footer-heading {
        margin-bottom: 19px;
        font-size: 17px;
    }


    .rsf-footer-address-text strong {
        font-size: 13px;
    }


    .rsf-footer-address-text > span {
        font-size: 12px;
        line-height: 1.7;
    }


    .rsf-footer-address-text small {
        font-size: 10px;
    }


    .rsf-footer-crop {
        padding: 9px;
    }


        .rsf-footer-crop img {
            width: 46px;
            height: 42px;
            flex-basis: 46px;
        }


        .rsf-footer-crop strong {
            font-size: 12px;
        }


        .rsf-footer-crop small {
            font-size: 9px;
        }


    .rsf-footer-links {
        gap: 12px;
    }


        .rsf-footer-links a {
            font-size: 12px;
        }


    .rsf-footer-contact-text {
        font-size: 12px;
        line-height: 1.75;
    }


    .rsf-footer-contact-btn {
        font-size: 12px;
        padding: 12px 14px;
    }


    .rsf-footer-strip
    .rsf-footer-container {
        min-height: auto;
        padding: 12px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }


    .rsf-footer-strip span {
        font-size: 10px;
    }


    .rsf-footer-bottom-inner {
        min-height: auto;
        padding: 13px 0;
        flex-direction: column;
        gap: 9px;
        text-align: center;
    }


        .rsf-footer-bottom-inner > span {
            font-size: 10px;
        }


    .rsf-footer-developer a {
        font-size: 10px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .rsf-footer-container {
        width: calc(100% - 24px);
    }


    .rsf-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }


    .rsf-footer-company,
    .rsf-footer-contact {
        grid-column: auto;
    }


    .rsf-footer-main {
        padding: 34px 0 30px;
    }


    .rsf-footer-brand {
        margin-bottom: 15px;
    }


    .rsf-footer-brand-logo {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        padding: 3px;
        border-radius: 10px;
    }


    .rsf-footer-brand-text strong {
        font-size: 20px;
    }


    .rsf-footer-description {
        font-size: 13px;
        line-height: 1.75;
    }


    .rsf-footer-heading {
        font-size: 17px;
    }


    .rsf-footer-address {
        gap: 11px;
    }


    .rsf-footer-address-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }


    .rsf-footer-address-text strong {
        font-size: 13px;
    }


    .rsf-footer-address-text > span {
        font-size: 11.5px;
        line-height: 1.7;
    }


    .rsf-footer-address-text small {
        padding: 7px 10px;
        font-size: 9.5px;
    }


    .rsf-footer-crop {
        padding: 10px;
    }


        .rsf-footer-crop img {
            width: 48px;
            height: 43px;
            flex-basis: 48px;
        }


        .rsf-footer-crop strong {
            font-size: 12px;
        }


        .rsf-footer-crop small {
            font-size: 9px;
        }


    .rsf-footer-links a {
        font-size: 12px;
    }


    .rsf-footer-contact-text {
        font-size: 12px;
    }


    .rsf-footer-contact-btn {
        font-size: 12px;
    }


    .rsf-footer-strip span {
        font-size: 9.5px;
    }


    .rsf-footer-bottom-inner > span {
        font-size: 9.5px;
    }


    .rsf-footer-developer a {
        font-size: 9.5px;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

    .rsf-footer-container {
        width: calc(100% - 20px);
    }


    .rsf-footer-brand-logo {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }


    .rsf-footer-brand-text strong {
        font-size: 18px;
    }


    .rsf-footer-description {
        font-size: 12px;
    }


    .rsf-footer-heading {
        font-size: 16px;
    }


    .rsf-footer-address-text > span {
        font-size: 11px;
    }


    .rsf-footer-crop {
        padding: 8px;
    }


        .rsf-footer-crop img {
            width: 43px;
            height: 40px;
            flex-basis: 43px;
        }


        .rsf-footer-crop strong {
            font-size: 11px;
        }


        .rsf-footer-crop small {
            font-size: 8.5px;
        }


    .rsf-footer-links a {
        font-size: 11px;
    }
}
