/* Footer Custom Styles for Iconic Orbit */

.tp-footer-area .tp-footer-widget-title,
.tp-footer-area .tp-footer-widget-title-sm,
.tp-footer-area .tp-footer-widget-info a,
.tp-footer-area .tp-footer-widget-menu ul li a,
.tp-footer-area .tp-footer-widget-social a {
    color: #fff;
}

.tp-footer-area .tp-footer-widget-title {
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    font-weight: 700;
}

.tp-footer-widget-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 320px;
}

.tp-footer-area .tp-footer-widget-menu ul {
    display: block !important;
    padding: 0;
    margin: 0;
}

.tp-footer-area .tp-footer-widget-menu ul li {
    list-style: none;
    display: block !important;
    width: 100%;
}

.tp-footer-area .tp-footer-widget-menu ul li a {
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
    display: block !important;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    position: relative;
    width: fit-content;
}

.tp-footer-area .tp-footer-widget-menu ul li a:hover {
    color: #0091FF;
    background-color: transparent;
    transform: translateX(12px);
}

.tp-footer-area .tp-footer-widget-menu ul li a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.tp-footer-area .tp-footer-widget-menu ul li a:hover::before {
    opacity: 1;
    left: -18px;
}

.tp-footer-area .tp-footer-widget-info a:hover {
    color: #0091FF;
}

.tp-footer-area .tp-footer-widget-info a {
    display: block;
    margin-bottom: 10px;
}

.tp-footer-area .tp-footer-widget-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    background: transparent !important;
    color: #fff !important;
}

.tp-footer-area .tp-footer-widget-social a svg,
.tp-footer-area .tp-footer-widget-social a i {
    fill: #fff !important;
    color: #fff !important;
    width: auto;
    height: auto;
    font-size: 16px;
    transition: all 0.3s ease;
}

.tp-footer-area .tp-footer-widget-social a svg {
    width: 16px;
    height: 16px;
}

.tp-footer-area .tp-footer-widget-social a:hover {
    background-color: #0091FF !important;
    border-color: #0091FF !important;
    color: #fff !important;
    transform: translateY(-5px);
}

.tp-copyright-big-text {
    color: rgba(255, 255, 255, 0.08) !important;
}

.tp-copyright-left span,
.tp-copyright-right a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.tp-copyright-right a {
    margin-left: 25px;
    display: inline-block;
}

.tp-copyright-right a:hover {
    color: #0091FF !important;
}

.tp-copyright-main {
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: -30px;
    position: relative;
    z-index: 5;
}

/* Prevent overlap with the floating scroll-to-top button */
@media (min-width: 768px) {
    .tp-copyright-right {
        padding-right: 120px !important;
    }
}

@media (max-width: 767px) {
    .tp-copyright-right {
        padding-bottom: 80px !important;
    }
}
