/* Generated production bundle. Edit source files, then rebuild this bundle. */

/* ===== menu.css ===== */


/* Custom Navbar Styling */
.sm-main-navbar {
    padding: 0.8rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Desktop Hover Effects */
@media (max-width: 767px) {
    .sm-main-navbar .nav-link {
        font-weight: 500;
        transition: color 0.3s ease;
        position: relative;
    }
    .setfooterlogo{display: flex !important; justify-content: center !important; }

    .sm-main-navbar .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        background-color: #0d6efd; /* Bootstrap Primary */
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .sm-main-navbar .nav-link:hover::after {
        width: 80%;
    }
}

.gl-sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
                /*background-color: var(--newcolortextgreen);;*/
                background-color: #33c375;
    color: white;
    padding: 15px 0;
    z-index: 1050;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    
    /* --- Add these for the effect --- */
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%); /* Keeps it tucked under the screen */
    transition: all 0.4s ease-in-out; 
    margin-bottom: 10px;
}

/* This class will be added via JavaScript */
.gl-sticky-cta-bar.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.gl-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
}

.gl-current-price {
    font-size: 1.5rem;
    font-weight: 700;
}

.gl-original-price {
    font-size: 1rem;
    opacity: 0.8;
    margin-left: 8px;
}

.gl-btn-apply {
    background-color: #ffffff;
    color: var(newcolortextgreen) !important;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    text-transform: capitalize;
}

.gl-btn-apply:hover {
    transform: translateY(-2px);
    background-color: #000;
}
.sm-footer-wrapper {
     border-top: 1px solid rgba(255, 255, 255, 0.2);

}
@media (max-width: 767px) {
    .colauto1{
        width: 40%;
    }
    .colauto2{
        width: 60%;
    }
    

}

.srtlogosize{
    height: 34px;
    width: 190px;
}
.srtlogosize1{
height: 34px;
    /*width: 100%;*/
}
 .setcontactcolor{
    background-color: #34a853;
    margin-top: 4px;
    color: #fff;
    font-weight: 600;
 }

 .setcontactcolor:hover {
    background-color: #34a853;
}
           
        
/* Footer Wrapper */
.sandy-v2-footer {
    background-color: #0f1113; /* Professional Deep Dark - adjust to match your brand */
    padding: 60px 0;
    color: #ffffff;
}

/* Brand Section */
.sandy-v2-brand {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.sandy-v2-brand span {
    font-weight: 300;
    font-size: 14px;
    vertical-align: top;
    margin-left: 2px;
    color: #007bff; /* Primary Brand Color */
}

.sandy-v2-desc {
    color: #a0a0a0;
    font-size: 15px;
    line-height: 1.6;
    max-width: 320px;
    margin-bottom: 25px;
}

/* Meta Links */
.sandy-v2-meta-box {
    font-size: 13px;
    color: #666;
}

.sandy-v2-meta-link {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sandy-v2-meta-link:hover {
    color: #fff;
}

.sandy-v2-divider {
    margin: 0 10px;
}

/* Google Partner Section */
.sandy-v2-partner-wrapper {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease;
}

.sandy-v2-partner-wrapper:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

.sandy-v2-partner-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}

.sandy-v2-partner-img {
    max-width: 140px;
    height: auto;
    filter: grayscale(0.2) brightness(0.9);
    transition: filter 0.3s ease;
}

.sandy-v2-partner-link:hover .sandy-v2-partner-img {
    filter: grayscale(0) brightness(1);
}
.sandy-v2-partner-link img{
    display: inline;
}

/* CTA & Login Section */
.sandy-v2-cta-text {
    display: block;
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

.sandy-v2-btn-login {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.sandy-v2-btn-login:hover {
    background: #fff;
    color: #000;
}

.sandy-v2-secondary-link {
    color: #888;
    font-size: 14px;
    text-decoration: none;
    font-style: italic;
    transition: color 0.3s ease;
}

.sandy-v2-secondary-link:hover {
    color: #007bff;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .sandy-v2-desc {
        max-width: 100%;
    }
    .sandy-v2-footer {
        padding: 40px 0;
    }
    .sethidefooter{
        display: none !important;
    }
}
.sethidefooter{
    display: inherit;
}

/* ===== sm-layout-extra.css ===== */
/* ===== Layout common extra CSS: block 1 ===== */
.setcontactcolor{
            background-color: #34a853;
            color: #fff;
        }
        .sandy-v2-social-icons a {
    transition: opacity 0.2s ease-in-out;
}
.sandy-v2-social-icons a:hover {
    opacity: 0.8; /* Subtle fade on hover */
}

/* Initial state: Hidden before scrolling into view */
.addanimation {
    opacity: 0;
}

/* Triggered state */
.addanimation.active {
    animation: panMove 1.8s ease forwards, fadeReveal 1.5s ease forwards;
}

@keyframes panMove {
    0% {
        opacity: 0;
        transform: translateX(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeReveal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Initial hidden state for list items */
.avx-list-box .avx-list-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

/* Revealed state when the list comes into view */
.avx-list-box.reveal-active .avx-list-item {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delays so they appear one by one */
.avx-list-box.reveal-active .avx-list-item:nth-child(1) { transition-delay: 0.1s; }
.avx-list-box.reveal-active .avx-list-item:nth-child(2) { transition-delay: 0.25s; }
.avx-list-box.reveal-active .avx-list-item:nth-child(3) { transition-delay: 0.4s; }
.avx-list-box.reveal-active .avx-list-item:nth-child(4) { transition-delay: 0.55s; }
.avx-list-box.reveal-active .avx-list-item:nth-child(5) { transition-delay: 0.7s; }

/* ===== Layout common extra CSS: block 2 ===== */
/* Toast Container */
    .network-toast {
        position: fixed;
        top: -100px; /* Hidden above screen initially */
        left: 50%;
        transform: translateX(-50%);
        z-index: 99999;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 28px;
        border-radius: 50px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    /* Active Visibility Class */
    .network-toast.show {
        top: 24px;
    }

    /* THEME 1: Strong Connection (SaaS Teal/Green) */
    .toast-strong {
        background-color: rgba(240, 253, 250, 0.95);
        border: 1px solid #67e8f9;
        color: #0f766e;
    }

    /* THEME 2: Weak Connection (Premium Amber/Yellow) */
    .toast-weak {
        background-color: rgba(255, 251, 235, 0.95);
        border: 1px solid #fde047;
        color: #b45309;
    }

    /* THEME 3: Offline Connection (Modern Crimson/Red) */
    .toast-offline {
        background-color: rgba(254, 242, 242, 0.95);
        border: 1px solid #fecaca;
        color: #b91c1c;
    }

    .network-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    /* OPTIONAL: Developer Test Dock (Remove this block before moving to production) */
    .dev-test-dock {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #1e293b;
        padding: 10px;
        border-radius: 8px;
        z-index: 99999;
        display: flex;
        gap: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }
    .dev-test-dock span { color: #94a3b8; font-size: 11px; font-family: sans-serif; align-self: center; margin-right: 5px;}
    .btn-test { border: none; padding: 6px 12px; font-size: 11px; font-weight: bold; border-radius: 4px; cursor: pointer; color: white;}
    .btn-strong { background: #10b981; }
    .btn-weak { background: #f59e0b; }
    .btn-offline { background: #ef4444; }
