footer .footer-top {
    background-color: #161212 !important;
    border-bottom: 1px solid #353132;
    padding: 50px 0 !important;
}

.footer-container {
    max-width: 1528px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.footer-title-three {
    color: #FFFFFF !important
}

.footer-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.footer-menu li a {
    color: #86868D !important;

}

.footer-menu ul li {
    margin-bottom: 10px !important;

}

.footer-subtitle-three {
    color: #FFFFFF !important
}

.subscribe-box {
    width: 234px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 12px;
}

.input-wrapper .icon {
    /* color: #aaa; */
    font-size: 14px;
    margin-right: 8px;
}

.input-wrapper input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.input-wrapper input::placeholder {
    color: #888;
}

.subscribe-btn {
    width: 100%;
    padding: 12px;
    background: #C5BEB6;

    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #161212;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* playstore and google app  */

.badge-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 234px;
}

.app-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F4F3EF;
    border-radius: 13px;
    padding: 10px 14px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.apple-badge svg {
    flex-shrink: 0;
}

.google-badge svg {
    flex-shrink: 0;
}

.text {
    line-height: 1.1;
    color: #161212;
}

.small-text {
    font-size: 10.8px;
    font-weight: 600;
    letter-spacing: 0.4px;
    display: block;
}

.big-text {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.5px;
    display: block;
    margin-top: 2px;
}

/* Optional: Make Google Play text slightly lighter weight */
.google-badge .big-text {
    font-weight: 600;
}

.footer-bottoms {
    padding: 20px 0;
    background-color: #161212 !important;
}

.subscribe-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}