/* Footer */
.footer {
    background: #1c1c1c;
    color: white;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #ddd;
}

.footer-title {
    color: #FFF;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.875rem;

}

.social-icon {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    color: #FFF;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.social-icon img {
    margin-right: 10px;
}

.footer input[type="email"] {
    background: transparent;
    border: 1px solid #2D2D2D;
    color: white;
    flex-grow: 1;
}

.footer .subscribe-button {
    flex-shrink: 0;
}

.footer-bottom {
    background: #0040C3;
    padding: 15px;
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.social-icons img,
.app-link img {
    width: 10px;
}


.subscribe-form {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 768px) {

    /* Adjust 768px to your breakpoint for "smaller devices" */
    .subscribe-form {
        position: relative;
        width: 100%;
    }
}

.subscribe-input {
    width: 100%;
    padding: 0.75rem 1rem;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #2D2D2D;
    box-shadow: none;
    background-color: transparent;
    color: white;
    padding-right: 120px; /* Make room for button */
}

.subscribe-input::placeholder {
    color: #6F6D6D;
    text-align: left;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.subscribe-input:focus {
    background-color: transparent !important;
    outline: none !important;
    color: white;
}

.subscribe-button {
    font-size:0.8rem;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    height: 34px;
    padding: 0 20px;
    white-space: nowrap;
    min-width: 100px;
    background-color: #0040C3;
    color: white;
    border: none;
}

@media (max-width: 576px) {
    .subscribe-form {
        max-width: 100%;
    }
    
    .subscribe-input {
        padding-right: 110px;
        font-size: 14px;
    }
    
    .subscribe-button {
        font-size: 12px;
        padding: 0 15px;
        min-width: 90px;
    }
}

/* Tablet specific styles */
@media (min-width: 768px) and (max-width: 991px) {
    .subscribe-form {
        max-width: 100%;
    }
    
    .subscribe-input {
        font-size: 15px;
        padding-right: 115px;
    }
    
    .subscribe-button {
        font-size: 10px;
        padding: 0 18px;
        min-width: 95px;
    }
}

/* Update newsletter form container spacing */
.newsletter-form {
    margin-bottom: 1.5rem;
    width: 100%;
}

/* Footer */
.footer h5 {
    margin-bottom: 30px !important;
    color: #F0F0F0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
    text-transform: capitalize;
}

.footer a {
    color: white;
    text-decoration: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    font-size:16px;
    text-transform: capitalize;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .col-lg-3 {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .footer .col-lg-3 {
        margin-bottom: 0;
    }
}

.footer .list-of-items:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 1px;
    height: 242px;
    background-color: #303030;
}

@media (max-width: 768px) {
    .footer .list-of-items:not(:last-child)::after {
        display: none;
    }
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-bottom-content a {
    font-size: 13px;
}
.footer-bottom-content i {
    font-size: 4px;
    margin: 0 10px;
}

.app-stores {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap; /* Ensure wrapping on smaller screens */
}

.app-stores img {
    width: 120px;
    height: auto;
    transition: opacity 0.3s;
}

.app-stores img:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .app-stores {
        justify-content: left; /* Center items on smaller screens */
        flex-direction: row;
        align-items: center;
    }
    
    .app-stores img {
        margin-bottom: 10px;
    }
}

.footer .get-latest {
    text-align: right;
}

.footer-bottom-content p,
.footer-bottom-content a {
    font-size: 13px;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-bottom {
        text-align: center;
        padding: 20px 10px;
    }
    
    
    .footer-bottom-content p,
    .footer-bottom-content a {
        text-align: center;
    }
}

/* Add responsive sizing for the footer logo */
.gpni-logo {
    width: 286px !important; /* Original desktop size - !important to override inline style */
    margin-bottom: 20px;
}

/* Tablet-specific sizing */
@media (min-width: 576px) and (max-width: 991px) {
    .gpni-logo {
        width: 220px !important; /* Reduced size for tablets */
    }
}

/* Mobile-specific sizing */
@media (max-width: 575px) {
    .gpni-logo {
        width: 180px !important; /* Smaller size for mobile devices */
    }
}