/* =========================================================
   VISIT CHAMOLI
   FOOTER

   COMPLETELY ISOLATED

   Prefix:
   vc-footer-

   No dependency on:
   vc-map
   vc-stats
   vc-stories
   vc-local
   vc-instagram
========================================================= */


/* =========================================================
   FOOTER
========================================================= */

#vc-site-footer.vc-site-footer {

    position: relative;

    display: block;

    width: 100%;

    margin: 0;

    padding: 0;

    color: #ffffff;

    background: #102f43;

    background-image: none;

    border: 0;

    outline: 0;

    overflow: hidden;

    clear: both;

    isolation: isolate;

    box-sizing: border-box;

    z-index: 2;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

#vc-site-footer
.vc-footer-main {

    position: relative;

    width: 100%;

    margin: 0;

    padding: 65px 0 55px;

    background:
        linear-gradient(
            135deg,
            #102f43 0%,
            #14394c 55%,
            #0d2939 100%
        );

    border: 0;

    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

#vc-site-footer
.vc-footer-container {

    display: grid;

    grid-template-columns:
        1.65fr
        .85fr
        .95fr
        1.25fr;

    gap: 55px;

    width: min(
        1380px,
        calc(100% - 70px)
    );

    margin: 0 auto;

    padding: 0;

    box-sizing: border-box;
}


/* =========================================================
   BRAND
========================================================= */

#vc-site-footer
.vc-footer-brand {

    min-width: 0;

    margin: 0;

    padding: 0;
}


/* =========================================================
   LOGO
========================================================= */

#vc-site-footer
.vc-footer-logo {

    display: inline-flex;

    align-items: center;

    margin: 0 0 20px;

    padding: 0;

    text-decoration: none;

    background: transparent;

    border: 0;

}


#vc-site-footer
.vc-footer-logo img {

    display: block;

    width: auto;

    max-width: 175px;

    max-height: 60px;

    margin: 0;

    padding: 0;

    object-fit: contain;

    border: 0;

}


/* =========================================================
   ABOUT
========================================================= */

#vc-site-footer
.vc-footer-about {

    max-width: 390px;

    margin: 0;

    padding: 0;

    color: rgba(255,255,255,.68);

    font-size: 11px;

    font-weight: 400;

    line-height: 1.8;

    background: transparent;

    border: 0;
}


/* =========================================================
   SOCIAL
========================================================= */

#vc-site-footer
.vc-footer-social {

    display: flex;

    align-items: center;

    gap: 8px;

    margin: 24px 0 0;

    padding: 0;

    background: transparent;

    border: 0;
}


#vc-site-footer
.vc-footer-social-link {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 34px;

    height: 34px;

    color: rgba(255,255,255,.75);

    background:
        rgba(255,255,255,.07);

    border: 1px solid
        rgba(255,255,255,.12);

    border-radius: 50%;

    font-size: 12px;

    text-decoration: none;

    transition:
        color .25s ease,
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;

    box-sizing: border-box;
}


#vc-site-footer
.vc-footer-social-link:hover {

    color: #102f43;

    background: #f5b82e;

    border-color: #f5b82e;

    transform: translateY(-3px);

}


/* =========================================================
   COLUMN
========================================================= */

#vc-site-footer
.vc-footer-column {

    min-width: 0;

    margin: 0;

    padding: 0;
}


/* =========================================================
   COLUMN TITLE
========================================================= */

#vc-site-footer
.vc-footer-title {

    position: relative;

    margin: 0 0 20px;

    padding: 0 0 12px;

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: .6px;

    text-transform: uppercase;

    background: transparent;

    border: 0;
}


#vc-site-footer
.vc-footer-title::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 28px;

    height: 2px;

    background: #f5b82e;

}


/* =========================================================
   LINKS
========================================================= */

#vc-site-footer
.vc-footer-links {

    display: flex;

    flex-direction: column;

    gap: 10px;

    margin: 0;

    padding: 0;

    list-style: none;

    background: transparent;

    border: 0;
}


#vc-site-footer
.vc-footer-links li {

    margin: 0;

    padding: 0;

    list-style: none;

}


#vc-site-footer
.vc-footer-links a {

    display: inline-block;

    margin: 0;

    padding: 0;

    color: rgba(255,255,255,.65);

    font-size: 10px;

    font-weight: 500;

    line-height: 1.5;

    text-decoration: none;

    background: transparent;

    border: 0;

    transition:
        color .25s ease,
        transform .25s ease;

}


#vc-site-footer
.vc-footer-links a:hover {

    color: #f5b82e;

    transform: translateX(4px);

}


/* =========================================================
   CONTACT
========================================================= */

#vc-site-footer
.vc-footer-contact-item {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin: 0 0 13px;

    padding: 0;

    color: rgba(255,255,255,.65);

    font-size: 10px;

    line-height: 1.55;

    background: transparent;

    border: 0;
}


#vc-site-footer
.vc-footer-contact-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 24px;

    width: 24px;

    height: 24px;

    margin: 0;

    padding: 0;

    color: #f5b82e;

    font-size: 11px;

    background:
        rgba(245,184,46,.08);

    border-radius: 50%;

    box-sizing: border-box;
}


#vc-site-footer
.vc-footer-contact-item a {

    color: rgba(255,255,255,.65);

    text-decoration: none;

    transition:
        color .25s ease;

}


#vc-site-footer
.vc-footer-contact-item a:hover {

    color: #f5b82e;

}


/* =========================================================
   PLAN BUTTON
========================================================= */

#vc-site-footer
.vc-footer-plan-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 39px;

    margin: 9px 0 0;

    padding: 0 17px;

    color: #102f43;

    background: #f5b82e;

    border: 1px solid #f5b82e;

    border-radius: 3px;

    font-size: 9px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: .4px;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;

    box-sizing: border-box;
}


#vc-site-footer
.vc-footer-plan-button:hover {

    color: #ffffff;

    background: transparent;

    transform: translateY(-2px);

}


/* =========================================================
   BOTTOM
========================================================= */

#vc-site-footer
.vc-footer-bottom {

    width: 100%;

    margin: 0;

    padding: 17px 0;

    background:
        rgba(0,0,0,.18);

    border-top:
        1px solid rgba(255,255,255,.08);

    box-sizing: border-box;
}


/* =========================================================
   BOTTOM INNER
========================================================= */

#vc-site-footer
.vc-footer-bottom-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    width: min(
        1380px,
        calc(100% - 70px)
    );

    margin: 0 auto;

    padding: 0;

    box-sizing: border-box;
}


/* =========================================================
   COPYRIGHT
========================================================= */

#vc-site-footer
.vc-footer-copyright {

    margin: 0;

    padding: 0;

    color: rgba(255,255,255,.48);

    font-size: 8px;

    font-weight: 400;

    line-height: 1.5;

    background: transparent;

    border: 0;
}


/* =========================================================
   LEGAL
========================================================= */

#vc-site-footer
.vc-footer-legal {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;

    margin: 0;

    padding: 0;

    color: rgba(255,255,255,.3);

    font-size: 8px;

    background: transparent;

    border: 0;
}


#vc-site-footer
.vc-footer-legal a {

    color: rgba(255,255,255,.48);

    text-decoration: none;

    transition:
        color .25s ease;

}


#vc-site-footer
.vc-footer-legal a:hover {

    color: #f5b82e;

}


/* =========================================================
   BACK TO TOP
========================================================= */

#vc-footer-back-top.vc-footer-back-top {

    position: fixed;

    right: 22px;

    bottom: 22px;

    z-index: 999;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 39px;

    height: 39px;

    margin: 0;

    padding: 0;

    color: #102f43;

    background: #f5b82e;

    border: 0;

    border-radius: 50%;

    box-shadow:
        0 8px 25px rgba(0,0,0,.18);

    font-size: 11px;

    cursor: pointer;

    opacity: 0;

    visibility: hidden;

    transform:
        translateY(10px);

    transition:
        opacity .25s ease,
        visibility .25s ease,
        transform .25s ease;

}


#vc-footer-back-top.vc-footer-back-top.vc-footer-back-top-visible {

    opacity: 1;

    visibility: visible;

    transform:
        translateY(0);

}


#vc-footer-back-top.vc-footer-back-top:hover {

    color: #ffffff;

    background: #102f43;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    #vc-site-footer
    .vc-footer-container {

        grid-template-columns:
            1.4fr
            1fr
            1fr;

        gap: 40px;

    }


    #vc-site-footer
    .vc-footer-brand {

        grid-column: 1 / -1;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    #vc-site-footer
    .vc-footer-main {

        padding:
            50px 0 40px;

    }


    #vc-site-footer
    .vc-footer-container {

        width:
            calc(100% - 30px);

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap:
            38px 25px;

    }


    #vc-site-footer
    .vc-footer-brand {

        grid-column:
            1 / -1;

    }


    #vc-site-footer
    .vc-footer-about {

        max-width:
            100%;

        font-size:
            10px;

    }


    #vc-site-footer
    .vc-footer-column {

        min-width: 0;

    }


    #vc-site-footer
    .vc-footer-title {

        margin-bottom:
            16px;

    }


    #vc-site-footer
    .vc-footer-bottom-inner {

        width:
            calc(100% - 30px);

        flex-direction:
            column;

        align-items:
            flex-start;

        gap:
            10px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    #vc-site-footer
    .vc-footer-container {

        grid-template-columns:
            1fr;

        gap:
            30px;

    }


    #vc-site-footer
    .vc-footer-brand {

        grid-column:
            auto;

    }


    #vc-site-footer
    .vc-footer-logo img {

        max-width:
            150px;

    }


    #vc-site-footer
    .vc-footer-legal {

        gap:
            6px;

    }


    #vc-footer-back-top.vc-footer-back-top {

        right:
            14px;

        bottom:
            14px;

        width:
            35px;

        height:
            35px;

    }

}