/* Floating Action Buttons */
.floating-btn {
    position: fixed;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: transform 0.3s ease;
}

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

/* WhatsApp Button */
.whatsapp-btn {
    bottom: 150px;
    background-color: #25D366;
}

/* Call Button */
.call-btn {
    bottom: 100px;
    background-color: #0d6efd;
}

/* Google Translate Customization - Hide all branding and attribution */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame,
.goog-te-balloon-frame,
div#goog-gt-,
.goog-te-spinner-pos,
.skiptranslate.goog-te-gadget span,
.goog-text-highlight {
    display: none !important;
    visibility: hidden !important;
}

.goog-te-gadget {
    font-size: 0 !important;
    height: 0 !important;
}

/* Hide translation attribution banner */
body {
    top: 0 !important;
}

iframe.goog-te-banner-frame,
iframe.goog-te-menu-frame {
    display: none !important;
    visibility: hidden !important;
}

/* Hide the "Original text / Rate this translation" messages */
.goog-te-balloon-frame,
div[id^="goog-gt-"] {
    display: none !important;
    visibility: hidden !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

/* Hide Google Translate Loading Spinner - THIS WAS CAUSING THE GAP! */
.VIpgJd-ZVi9od-aZ2wEe-OiiCO,
.VIpgJd-ZVi9od-aZ2wEe,
div[class*="VIpgJd"],
svg[class*="VIpgJd"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    top: -9999px !important;
}

/* Remove any gaps/spacing after footer */
.fw {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Force body and html to have no bottom spacing */
html {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
}

/* Ensure scroll-to-top button doesn't create space */
.scroll-to-top-button {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
}

/* Hide any empty divs or spacing elements after footer */
footer ~ * {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure cursor div doesn't create space */
.cursor {
    position: fixed !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Curved Wave Border After Green Page Banner */
.common-page-section::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,80 350,80 600,50 C850,20 1050,20 1200,50 L1200,120 L0,120 Z" fill="%23ffffff"/></svg>') no-repeat;
    background-size: cover;
    z-index: 1;
}

.common-page-section {
    position: relative;
}

/* Decorative line below page titles */
.common-page-container h1::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #5ab348;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Footer Styles */
* { box-sizing: border-box; }
.fw { background: #111827; font-family: var(--font-sans); width: 100%; margin-bottom: 0 !important; }
.ft { background: #0d1520; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #1e3a6e; flex-wrap: wrap; gap: 10px; }
.ft-tag { font-size: 11px; color: #5ab348; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }
.ft-contact-bar { display: flex; gap: 24px; flex-wrap: wrap; }
.ft-contact-bar span { font-size: 12px; color: #6b7fa0; display: flex; align-items: center; gap: 6px; }
.ft-contact-bar svg { width: 13px; height: 13px; flex-shrink: 0; }
.fb { padding: 30px 40px 24px; display: grid; grid-template-columns: 2fr 0.8fr 0.8fr 0.8fr 1.5fr; gap: 10px; border-bottom: 1px solid #1a2a40; }
.logo-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.logo-badge { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #5ab348; display: flex; align-items: center; justify-content: center; background: #ffffff; flex-shrink: 0; }
.about-p { font-size: 12.5px; line-height: 1.6; color: #6b7fa0; margin-bottom: 16px; }
.brand-name { font-size: 15px; font-weight: 500; color: #ffffff; line-height: 1.3; }
.brand-tag { font-size: 10px; color: #5ab348; letter-spacing: 0.1em; text-transform: uppercase; }
.socials { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.soc { width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: transform 0.3s ease; }
.soc:hover { transform: scale(1.1); }
.soc svg { width: 20px; height: 20px; }
.soc-fb { background: #1877F2; }
.soc-yt { background: #FF0000; }
.soc-wa { background: #25D366; }
.soc-ig { background: #E1306C; }
.soc-li { background: #0A66C2; }
.col-head { font-size: 12px; font-weight: 500; color: #ffffff; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; position: relative; padding-bottom: 6px; }
.col-head::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; background: #5ab348; border-radius: 2px; }
.col-links { list-style: none; padding: 0; margin: 0; }
.col-links li { margin-bottom: 6px; }
.col-links a { font-size: 13px; color: #6b7fa0; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.3s ease; }
.col-links a:hover { color: #5ab348; }
.arr { display: inline-block; width: 5px; height: 5px; border-top: 1.5px solid #5ab348; border-right: 1.5px solid #5ab348; transform: rotate(45deg); flex-shrink: 0; }
.news-row { display: flex; gap: 0; border: 1px solid #1e3a6e; border-radius: 6px; overflow: hidden; }
.news-row input { background: #0d1520; border: none; outline: none; padding: 9px 12px; font-size: 12px; color: #9aafc8; flex: 1; min-width: 0; font-family: inherit; }
.news-row input::placeholder { color: #3a506b; }
.news-row button { background: #5ab348; border: none; color: #0a1f0a; font-size: 11px; font-weight: 500; padding: 9px 14px; cursor: pointer; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
.bottom { padding: 12px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.copy { font-size: 12px; color: #3a506b; }
.contact-icon { width: 16px; height: 16px; flex-shrink: 0; margin-right: 4px; }

/* Mobile Responsive */
@media (max-width: 1024px) {
    .fb { grid-template-columns: 1fr 1fr; gap: 28px; padding: 28px 24px; }
}
@media (max-width: 768px) {
    .ft { padding: 10px 15px; justify-content: center; text-align: center; }
    .ft-tag { font-size: 9px; text-align: center; width: 100%; }
    .ft-contact-bar { gap: 12px; font-size: 11px; justify-content: center; width: 100%; }
    .fb { grid-template-columns: 1fr 1fr; padding: 24px 16px; gap: 24px; }
    .logo-badge { width: 45px; height: 45px; }
    .about-p { font-size: 12px; }
    .about-p br { display: none; }
    .socials { justify-content: flex-start; }
    .col-head { margin-left: 0 !important; }
    .col-links { margin-left: 0 !important; }
    .bottom { padding: 12px 15px; flex-direction: column; text-align: center; }
    .copy { font-size: 11px; }
    .news-row { max-width: 100% !important; width: 100% !important; }
}
@media (max-width: 480px) {
    .ft-tag { font-size: 8px; }
    .ft-contact-bar { flex-direction: column; gap: 8px; align-items: center; }
    .fb { grid-template-columns: 1fr; padding: 20px 16px; gap: 24px; }
    .logo-badge { width: 40px; height: 40px; }
    .soc { width: 35px; height: 35px; }
    .about-p br { display: none; }
    .news-row { max-width: 100% !important; width: 100% !important; }
}
