.footer-section::before {
    z-index: -1;
    content: '';
    width: calc(100% - 10rem);
    height: 608px;
    border-radius: 152px;
    background: #E9EAF0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20rem;

}

.footer-section {
    padding-block: 7rem 1rem;
    background-color: rgb(246, 245, 248);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.purple-card {
    border-radius: 2rem;
    background: linear-gradient(180deg, #A09EFF 0%, #6462F9 100%);
    padding: 0 2rem 1.5rem;
    margin-bottom: 1.5rem;
}

.purple-card h4 {
    font-family:
        var(--shoor);
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
}

.purple-card-desc {
    font-size: 1.125rem;
    color: #FFFFFFAA;
}

.btn-follow i {
    font-size: 0.875rem;
}

.btn-follow {
    background-color: #fff;
    width: 142px;
    height: 56px;
    border-radius: 16px;
    opacity: 1;
    gap: 1rem;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #0B014A;

}

.btn-follow:hover {
    background-color: #f0f0f0;
}

.purple-card img {
    transform: translateY(-2rem);
}

.main-white-card {
    background-color: white;
    border-radius: 2rem;
    padding: 2rem 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.tracking-box h6 {
    font-family: var(--shoor);
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 1rem;
    color: var(--c1);
}

.tracking-box span {
    color: #0B014A;
}

.tracking-box {
    background-color: #fff;
    padding: 1.25rem 1rem 1rem;
    border-radius: 2rem;
}

.tracking-input-group {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.tracking-input-group input {
    height: 3.5rem;
    background: #F6F7F9;
    border-radius: 16px;
    border-width: 1px;
    border: 1px solid #0B014A1A;
    padding: .5rem;
}


.tracking-input-group button {
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 3.5rem;
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #fff !important;
    background: linear-gradient(180deg, #A09EFF 0%, #6462F9 100%);
    font-size: 1rem;
    font-weight: normal;
    padding: 0;
    flex-shrink: 0;
    transition: 0.5s;
    border-radius: 1rem;
}

.tracking-input-group button::after {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: #fff;
    inset: 0;
    transition: 0.5s;
    opacity: 0;
}

.tracking-input-group button:hover::after {
    opacity: 1;
}

.tracking-input-group button:hover {
    color: var(--c1) !important;
    border-color: var(--c1);
}

.tracking-input-group button i {
    font-size: 0.75rem;
}

.trust-icons {
    display: flex;
    justify-content: center;
    gap: .5rem;
}

.trust-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #F5F5F5;
    width: 4.5rem;
    height: 4.5rem;
}

.trust-icon-box img {
    max-width: 40px;
}

.footer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-inline: 1rem;
}

.support-phone {
    font-size: 1rem;
    font-family: var(--bold-font);
    color: #0B014A;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    gap: .5rem;
}

.support-phone .text-muted {

    color: #0B014A;
    opacity: 0.7;
    font-family: var(--main-font);
}

.support-phone i {
    color: var(--c2);
    font-size: 1rem;
}

.footer-heading span {
    color: var(--c2);
}

.footer-heading {
    font-family: var(--shoor);
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 1rem;
    color: #0B014A;
}

.footer-text {
    font-size: 0.875rem;
    opacity: 0.5;
    line-height: 2;
    color: #0B014A;
    text-align: justify;
    margin-bottom: unset;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}


.social-row:hover {
    border-color: var(--c1);
}

.social-row {
    border: 1px solid #66666633;
    background: #FFFFFF;
    display: inline-flex;
    border-radius: 1.5rem;
    padding: .625rem;
    gap: .625rem;
    transition: 0.5s;
}

.social-row i {
    font-size: 1.2rem;
    color: #555;
    cursor: pointer;
}

.social-row i.bi-instagram {
    color: #d6249f;
}

.social-row i.bi-whatsapp {
    color: #25d366;
}

.social-row i.bi-youtube {
    color: #ff0000;
}

.bottom-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-block: 1.25rem 0;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 2;
    color: #0B014A;
    opacity: 0.5;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #0B014A80;
    text-decoration: none;
    font-size: 0.8125rem;
    display: block;
    line-height: 2;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--c1)
}

.bottom-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.bottom-menu-list li {
    margin: 0 10px;
}

.bottom-menu-list li a {
    font-size: 0.875rem;
    color: #0B014ABB;
    transition: .5s;
}

.bottom-menu-list li a:hover {
    color: #0B014A;
    opacity: 1;
}

.footer__body {
    padding: 1.25rem;
    background: linear-gradient(0, #F6F7F9 0%, rgba(246, 247, 249, 0) 100%);
    border-radius: 1.5rem;
}

.footer-text-info > p:not(:first-child) {
    opacity: 0.8;
}

.footer-text-info > p:first-child {
    grid-column: 2 span;
    opacity: 0.5;
}

.footer-text-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 1;
}

.footer-text-info p i {
    color: var(--c2);
    font-size: 0.875rem;
}

.footer-text-info p {
    display: flex;
    align-items: center;
    gap: .125rem;
    flex-direction: row-reverse;
}

.footer__socials {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
}




@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {

    .footer-section {
        padding-top: 2rem;
    }

    .footer-section::before {
        content: unset;
    }

    .purple-card {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {

    .footer__socials,
    .footer-header {
        flex-direction: column;
        gap: 1.5rem;
    }

    .bottom-links {
        display: none;
    }

    .bottom-bar {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {}














@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}