

/* 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;
}










