/* ==========================================================================
   Professional Footer - Clean & Subtle Design
   ========================================================================== */
.footer-pro {
    position: relative;
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    color: #a8afc7;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
}

.footer-pro * {
    box-sizing: border-box;
}

/* Subtle top accent */
.footer-pro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ffc107, #ff9800, #ffc107);
}

/* Main Footer Content */
.footer-main {
    padding: 4rem 2rem 2.5rem;
}

.footer-container-pro {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 3rem;
}

/* Column Styles */
.footer-col {
    display: flex;
    flex-direction: column;
}

/* Corporate Office grouped section (heading + address as one unit) */
.footer-office-section {
    display: flex;
    flex-direction: column;
}

/* Brand Section */
.footer-brand {
    margin-bottom: 1.25rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    width: 300px;
    height: auto;
}


.footer-tagline {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* Contact Info in Brand Column */
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #a8afc7;
    transition: color 0.2s ease;
}

.footer-contact-item:hover {
    color: #ffc107;
}

.footer-contact-item svg {
    width: 16px;
    height: 16px;
    color: #ffc107;
    flex-shrink: 0;
}

.footer-contact-item a {
    color: inherit;
    text-decoration: none;
}

/* Column Headings */
.footer-heading {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #ffc107, transparent);
    border-radius: 1px;
}

/* Navigation Links */
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 0.6rem;
}

.footer-nav a {
    font-size: 0.9rem;
    color: #8890a8;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-nav a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #ffc107;
    transition: width 0.2s ease;
}

.footer-nav a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.footer-nav a:hover::before {
    width: 12px;
}

/* Services List */
.footer-services {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-services li {
    margin-bottom: 0.6rem;
}

.footer-services a {
    font-size: 0.9rem;
    color: #8890a8;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-services a:hover {
    color: #ffc107;
}

/* Address Section */
.footer-address-block {
    margin-bottom: 1.5rem;
}

.footer-address-text {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #8890a8;
    margin: 0;
}

.footer-address-text strong {
    color: #a8afc7;
    font-weight: 500;
}

/* Map Link */
.footer-map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #ffc107;
    text-decoration: none;
    margin-top: 0;
    padding: 0.5rem 1rem;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.footer-map-link:hover {
    background: rgba(255, 193, 7, 0.15);
    border-color: rgba(255, 193, 7, 0.4);
    color: #ffd54f;
}

.footer-map-link svg {
    width: 16px;
    height: 16px;
}

/* Map + GST group: side by side */
.footer-map-gst-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
}

/* GST Badge */
.footer-gst {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 0.85rem;
    border-radius: 4px;
    margin-top: 0;
    font-family: 'Consolas', monospace;
}

.footer-gst span {
    color: #ffffff;
}

/* Social Links */
.footer-social-pro {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
}

.footer-social-link {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #8890a8;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social-link:hover {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
    border-color: rgba(255, 193, 7, 0.3);
    transform: translateY(-3px);
}

.footer-social-link svg {
    width: 18px;
    height: 18px;
}

/* Footer Bottom Bar */
.footer-bottom-bar {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.25rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright {
    font-size: 0.85rem;
    color: #6b7280;
}

.footer-copyright a {
    color: #ffc107;
    text-decoration: none;
}

.footer-legal-links {
    display: flex;
    gap: 1.5rem;
}

.footer-legal-links a {
    font-size: 0.8rem;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal-links a:hover {
    color: #a8afc7;
}

/* =========== Responsive Styles =========== */

/* Large Desktops (1400px and above) */
@media (min-width: 1400px) {
    .footer-container-pro {
        max-width: 1320px;
        gap: 4rem;
    }

    .footer-main {
        padding: 5rem 3rem 3rem;
    }
}

/* Desktop to Laptop (1200px - 1024px) */
@media (max-width: 1200px) {
    .footer-container-pro {
        grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
        gap: 2rem;
    }

    .footer-main {
        padding: 3.5rem 1.5rem 2rem;
    }
}

/* Tablets Landscape / Small Laptops (1024px and below) */
@media (max-width: 1024px) {
    .footer-container-pro {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 2rem;
    }

    .footer-col:first-child {
        grid-column: 1 / -1;
    }

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

    .footer-tagline {
        max-width: 600px;
    }

    .footer-contact-info {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem 2rem;
    }

    .footer-heading {
        font-size: 0.8rem;
    }

    .footer-nav a,
    .footer-services a {
        font-size: 0.875rem;
    }
}

/* Tablets Portrait (768px - 992px) */
@media (max-width: 992px) {
    .footer-main {
        padding: 3rem 1.25rem 2rem;
    }

    .footer-container-pro {
        gap: 2rem 1.5rem;
    }

    .footer-logo-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .footer-logo-text {
        font-size: 1.25rem;
    }

    .footer-tagline {
        font-size: 0.85rem;
    }

    .footer-social-link {
        width: 36px;
        height: 36px;
    }

    .footer-social-link svg {
        width: 16px;
        height: 16px;
    }

    .footer-address-text {
        font-size: 0.825rem;
    }

    .footer-map-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.85rem;
    }

    .footer-gst {
        font-size: 0.75rem;
        padding: 0.4rem 0.7rem;
    }
}

/* Large Phones / Small Tablets (768px and below) */
@media (max-width: 768px) {
    .footer-main {
        padding: 2.5rem 1.25rem 1.75rem;
    }

    .footer-container-pro {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1.5rem;
        text-align: center;
    }

    /* Brand column & Corporate Office column span full width */
    .footer-col:first-child,
    .footer-col:last-child {
        grid-column: 1 / -1;
    }

    /* Keep heading + address grouped and left-aligned */
    .footer-office-section {
        text-align: left;
    }

    .footer-office-section .footer-heading::after {
        left: 0;
        transform: none;
    }

    /* Corporate Office: address on left, map+GST on right (side by side) */
    .footer-address-block {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 1.5rem;
        flex-wrap: wrap;
        text-align: left;
    }

    .footer-address-text {
        text-align: left;
        margin: 0;
        flex: 1 1 auto;
    }

    .footer-map-gst-group {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
        gap: 0.5rem;
        flex: 0 0 auto;
    }

    .footer-map-link {
        margin-top: 0;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-tagline {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-heading {
        margin-bottom: 1rem;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-nav a {
        justify-content: center;
    }

    .footer-nav a::before {
        display: none;
    }

    .footer-nav a:hover {
        transform: none;
        color: #ffc107;
    }

    .footer-services a:hover {
        transform: none;
    }

    .footer-contact-info {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-contact-item {
        justify-content: center;
    }

    .footer-social-pro {
        justify-content: center;
    }

    .footer-bottom-bar {
        padding: 1.25rem 1rem;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .footer-legal-links {
        justify-content: center;
    }

    .footer-copyright {
        font-size: 0.8rem;
    }
}

/* Medium Phones (576px and below) */
@media (max-width: 576px) {
    .footer-main {
        padding: 2rem 1rem 1.5rem;
    }

    .footer-container-pro {
        gap: 1.75rem;
    }

    .footer-logo-icon {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
        border-radius: 8px;
    }

    .footer-logo-text {
        font-size: 1.15rem;
    }

    .footer-tagline {
        font-size: 0.825rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }

    .footer-heading {
        font-size: 0.75rem;
        letter-spacing: 1.2px;
        margin-bottom: 0.875rem;
        padding-bottom: 0.6rem;
    }

    .footer-heading::after {
        width: 25px;
    }

    .footer-nav a,
    .footer-services a {
        font-size: 0.825rem;
    }

    .footer-nav li,
    .footer-services li {
        margin-bottom: 0.5rem;
    }

    .footer-contact-item {
        font-size: 0.8rem;
        gap: 0.5rem;
    }

    .footer-contact-item svg {
        width: 14px;
        height: 14px;
    }

    .footer-address-text {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    .footer-map-link {
        font-size: 0.75rem;
        padding: 0.4rem 0.75rem;
    }

    .footer-map-link svg {
        width: 14px;
        height: 14px;
    }

    .footer-gst {
        font-size: 0.7rem;
        padding: 0.35rem 0.6rem;
    }

    .footer-social-pro {
        gap: 0.5rem;
        margin-top: 1.25rem;
    }

    .footer-social-link {
        width: 34px;
        height: 34px;
        border-radius: 6px;
    }

    .footer-social-link svg {
        width: 15px;
        height: 15px;
    }

    .footer-bottom-bar {
        padding: 1rem 0.75rem;
    }

    .footer-copyright {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .footer-legal-links {
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .footer-legal-links a {
        font-size: 0.7rem;
    }
}

/* Small Phones (420px and below) */
@media (max-width: 420px) {
    .footer-main {
        padding: 1.75rem 0.875rem 1.25rem;
    }

    .footer-container-pro {
        gap: 1.5rem;
    }

    .footer-logo {
        gap: 0.6rem;
    }

    .footer-logo-icon {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .footer-logo-text {
        font-size: 1.1rem;
    }

    .footer-tagline {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .footer-heading {
        font-size: 0.7rem;
        margin-bottom: 0.75rem;
    }

    .footer-nav a,
    .footer-services a {
        font-size: 0.8rem;
    }

    .footer-contact-item {
        font-size: 0.75rem;
        flex-wrap: wrap;
        gap: 0.4rem;
    }

    .footer-address-text {
        font-size: 0.75rem;
    }

    .footer-map-link {
        font-size: 0.7rem;
        padding: 0.35rem 0.65rem;
    }

    .footer-gst {
        font-size: 0.65rem;
    }

    .footer-social-link {
        width: 32px;
        height: 32px;
    }

    .footer-social-link svg {
        width: 14px;
        height: 14px;
    }

    .footer-bottom-bar {
        padding: 0.875rem 0.5rem;
    }

    .footer-copyright {
        font-size: 0.7rem;
    }

    .footer-legal-links {
        gap: 0.5rem 0.75rem;
    }

    .footer-legal-links a {
        font-size: 0.65rem;
    }
}

/* Extra Small Phones (360px and below) */
@media (max-width: 360px) {
    .footer-main {
        padding: 1.5rem 0.75rem 1rem;
    }

    .footer-container-pro {
        gap: 1.25rem;
    }

    .footer-logo-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
        border-radius: 6px;
    }

    .footer-logo-text {
        font-size: 1rem;
    }

    .footer-tagline {
        font-size: 0.75rem;
        line-height: 1.55;
    }

    .footer-heading {
        font-size: 0.65rem;
        letter-spacing: 1px;
    }

    .footer-nav a,
    .footer-services a {
        font-size: 0.75rem;
    }

    .footer-nav li,
    .footer-services li {
        margin-bottom: 0.4rem;
    }

    .footer-contact-item {
        font-size: 0.7rem;
    }

    .footer-contact-item svg {
        width: 12px;
        height: 12px;
    }

    .footer-address-text {
        font-size: 0.7rem;
    }

    .footer-map-link {
        font-size: 0.65rem;
        padding: 0.3rem 0.55rem;
    }

    .footer-gst {
        font-size: 0.6rem;
        padding: 0.3rem 0.5rem;
    }

    .footer-social-pro {
        gap: 0.4rem;
        margin-top: 1rem;
    }

    .footer-social-link {
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }

    .footer-social-link svg {
        width: 13px;
        height: 13px;
    }

    .footer-bottom-bar {
        padding: 0.75rem 0.5rem;
    }

    .footer-bottom-content {
        gap: 0.5rem;
    }

    .footer-copyright {
        font-size: 0.65rem;
    }

    .footer-legal-links {
        gap: 0.4rem 0.6rem;
    }

    .footer-legal-links a {
        font-size: 0.6rem;
    }
}

/* Ultra-small devices (320px and below) */
@media (max-width: 320px) {
    .footer-main {
        padding: 1.25rem 0.5rem 0.875rem;
    }

    .footer-logo {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-logo-icon {
        width: 36px;
        height: 36px;
    }

    .footer-logo-text {
        font-size: 0.95rem;
    }

    .footer-tagline {
        font-size: 0.7rem;
    }

    .footer-social-link {
        width: 28px;
        height: 28px;
    }

    .footer-social-link svg {
        width: 12px;
        height: 12px;
    }
}

/* Landscape orientation fixes for phones */
@media (max-height: 500px) and (orientation: landscape) {
    .footer-main {
        padding: 1.5rem 2rem 1rem;
    }

    .footer-container-pro {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1.5rem;
        text-align: left;
    }

    .footer-col:first-child {
        grid-column: auto;
    }

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

    .footer-heading::after {
        left: 0;
        transform: none;
    }

    .footer-nav a {
        justify-content: flex-start;
    }

    .footer-contact-info {
        align-items: flex-start;
    }

    .footer-address-block {
        align-items: flex-start;
    }

    .footer-address-text {
        text-align: left;
    }

    .footer-social-pro {
        justify-content: flex-start;
    }
}


/* ==========================================================================
   Floating Action Buttons
   WhatsApp (bottom left) & Enquiry (bottom right)
   ========================================================================== */

.floating-btn {
    position: fixed;
    bottom: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1040;
    border: none;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.floating-btn:hover {
    transform: scale(1.1);
}

.floating-btn:active {
    transform: scale(0.95);
}

/* WhatsApp Button - Bottom Left */
.floating-whatsapp {
    left: 24px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
}

.floating-whatsapp:hover {
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
    color: #ffffff;
}

.floating-whatsapp svg {
    width: 28px;
    height: 28px;
}

/* Enquiry Button - Bottom Right */
.floating-enquiry {
    right: 24px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffffff;
    border: 2px solid rgba(255, 193, 7, 0.4);
}

.floating-enquiry:hover {
    box-shadow: 0 6px 30px rgba(255, 193, 7, 0.3);
    border-color: rgba(255, 193, 7, 0.7);
    color: #ffc107;
}

.floating-enquiry svg {
    width: 26px;
    height: 26px;
}

/* Pulse animation for attention */
.floating-whatsapp::before,
.floating-enquiry::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse-ring 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

.floating-whatsapp::before {
    background: rgba(37, 211, 102, 0.4);
}

.floating-enquiry::before {
    background: rgba(255, 193, 7, 0.3);
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .floating-btn {
        width: 50px;
        height: 50px;
        bottom: 20px;
    }

    .floating-whatsapp {
        left: 16px;
    }

    .floating-enquiry {
        right: 16px;
    }

    .floating-whatsapp svg {
        width: 24px;
        height: 24px;
    }

    .floating-enquiry svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 380px) {
    .floating-btn {
        width: 46px;
        height: 46px;
        bottom: 16px;
    }

    .floating-whatsapp {
        left: 12px;
    }

    .floating-enquiry {
        right: 12px;
    }
}