/* ===================================
   FOOTER SECTION
   =================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.footer {
    background: #000000;
    color: #e2e8f0;
    padding: 50px 0 20px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ===================================
   FOOTER GRID - 4 COLUMNS
   =================================== */

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 1.3fr 1fr;
    gap: 50px;
    align-items: start;
}

/* ===================================
   LOGO (Column 1)
   =================================== */

.footer-logo-wrapper {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(144, 207, 77, 0.2);
    width: fit-content;
}

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

/* ===================================
   COLUMN HEADERS
   =================================== */

.footer-col h4 {
    color: #90cf4d;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===================================
   VISIT LINKS (Column 2)
   =================================== */

.footer-col a {
    display: block;
    color: #d1d5db;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    line-height: 1.6;
}

.footer-col a:hover {
    color: #90cf4d;
    padding-left: 5px;
}

/* ===================================
   REGISTERED OFFICE (Column 3)
   =================================== */

.office-address {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.office-address a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.9;
    display: block;
    transition: color 0.3s ease;
}

.office-address a:hover {
    color: #90cf4d;
}

/* ===================================
   CONTACT DETAILS (Column 3)
   =================================== */

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.footer-contact a,
.footer-contact p {
    color: #d1d5db;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.7;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
}

.footer-contact a:hover {
    color: #90cf4d;
}

.footer-contact i {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
    color: #90cf4d;
    font-size: 14px;
    flex-shrink: 0;
}

.gst-text {
    margin: 0;
    font-size: 15px;
}

/* ===================================
   SUBSCRIBE (Column 4)
   =================================== */

.subscribe-text {
    color: #d1d5db;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.subscribe-form {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-extra-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.footer-extra-info p {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-extra-info i {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
    color: #90cf4d;
    font-size: 14px;
    flex-shrink: 0;
}

.subscribe-input-wrapper {
    display: flex;
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #333;
    transition: border-color 0.3s ease;
}

.subscribe-input-wrapper:focus-within {
    border-color: #90cf4d;
}

.subscribe-input-wrapper input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 18px;
    color: #ffffff;
    font-size: 15px;
    outline: none;
}

.subscribe-input-wrapper input::placeholder {
    color: #666;
}

.subscribe-input-wrapper button {
    background: #90cf4d;
    border: none;
    padding: 0 24px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subscribe-input-wrapper button:hover {
    background: #a8db6a;
}

.subscribe-input-wrapper button i {
    font-size: 18px;
}

/* ===================================
   FOOTER BOTTOM
   =================================== */

.footer-divider {
    height: 1px;
    background: #333;
    margin: 30px 0 15px;
    width: 100%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.footer-bottom p {
    color: #9ca3af;
    font-size: 15px;
    margin: 0;
}

/* ===================================
   SOCIAL ICONS
   =================================== */

.social-icons {
    display: flex;
    gap: 18px;
    align-items: center;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.3s ease, filter 0.3s ease;
    background: #1a1a1a;
}

.social-icons a:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 12px #90cf4d);
}

.social-icons img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    display: block;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 992px) {
    .footer {
        padding: 50px 0 20px;
    }

    .footer-container {
        padding: 0 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-col h4 {
        font-size: 17px;
    }

    .footer-col a,
    .footer-contact a,
    .office-address a {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer-container {
        padding: 0 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-logo {
        height: 100px;
    }

    .footer-col h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-col a,
    .footer-contact a,
    .office-address a {
        font-size: 15px;
    }

    .footer-divider {
        margin: 25px 0 15px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .social-icons {
        justify-content: center;
    }

    .social-icons a {
        width: 42px;
        height: 42px;
    }

    .social-icons img {
        width: 42px;
        height: 42px;
    }
}
