.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links a {
    color: #555;
    font-size: 16px;
}

.social-links a:hover {
    color: #000;
}
.header .wrapper{
  min-height: calc(50vh - 65px);
}
.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.order-lg-first {
    order: -1 !important
}

.order-lg-0 {
    order: 0 !important
}

.order-lg-1 {
    order: 1 !important
}

.order-lg-2 {
    order: 2 !important
}

.order-lg-3 {
    order: 3 !important
}

.order-lg-4 {
    order: 4 !important
}

.order-lg-5 {
    order: 5 !important
}

.order-lg-last {
    order: 6 !important
}

.btn.btn-green {
    background-color: #06b810;
    border-color: #03b810;
    color: #fff;
}

.footer {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.footer .footer-shell {
    padding: 28px 30px 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.footer .footer-grid.footer-grid-no-social {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr) minmax(0, 1fr);
}

.footer .footer-section {
    min-width: 0;
}

.footer .footer-brand-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer .footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    width: fit-content;
}

.footer .footer-logo img {
    display: block;
    height: 28px;
    width: auto;
}

.footer .footer-brand-name {
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.footer .footer-brand-text {
    max-width: 320px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.footer .footer-title {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer .footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}

.footer .footer-link-item {
    color: #2563eb;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.footer .footer-link-item:hover {
    color: #0f172a;
}

.footer .footer-social .social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer .footer-social .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #475569;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    transition: all 0.2s ease;
}

.footer .footer-social .social-links a:hover {
    color: #fff;
    background: #111827;
}

.footer .footer-download {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer .footer-playstore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 8px;
    color: #fff;
    white-space: nowrap;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
    transition: all 0.2s ease;
}

.footer .footer-playstore:hover {
    color: #fff;
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.2);
}

.footer .footer-playstore-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.footer .footer-playstore-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.footer .footer-playstore-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.footer .footer-playstore-label {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.72;
}

.footer .footer-playstore-title {
    font-size: 15px;
    font-weight: 600;
}

.footer .footer-download-text {
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.footer .footer-bottom {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.footer .footer-copy {
    color: #64748b;
    font-size: 13px;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .footer .footer-shell {
        padding: 24px 24px 18px;
    }

    .footer .footer-grid {
        grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 1fr);
        gap: 18px;
    }
}

@media (max-width: 991.98px) {
    .footer .footer-shell {
        padding: 18px;
    }

    .footer .footer-grid,
    .footer .footer-grid.footer-grid-no-social {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer .footer-brand-text {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .footer .footer-shell {
        padding: 18px 16px;
    }

    .footer .footer-grid,
    .footer .footer-grid.footer-grid-no-social,
    .footer .footer-links-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer .footer-logo {
        width: 100%;
        justify-content: flex-start;
    }

    .footer .footer-playstore {
        width: 100%;
        justify-content: center;
    }
}
