/* Responsive Styles for GANGAPROPMART */

/* Responsive Adjustments */
@media (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }
    
    .timeline-year {
        left: 30px;
        transform: translateX(0);
    }
    
    .timeline-content {
        width: calc(100% - 80px);
        margin-left: 80px !important;
    }
    
    .process-timeline::before {
        left: 30px;
    }
    
    .process-number {
        left: 30px;
        transform: translateX(0);
    }
    
    .process-content {
        width: calc(100% - 80px);
        margin-left: 80px !important;
    }
    
    .hero-banner .display-4 {
        font-size: 2.5rem;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .appointment-float {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        bottom: 80px;
    }
}

/* Admin Panel Responsive Styles */
@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

@media screen and (max-width: 990px) {
    /* #navbarNav.admin {
display: block;
    } */

    .logout-btn {
        display: none;
    }
}

@media screen and (min-width: 990px){
#navbarNav.admin {
display:none !important;
    }

}




/* Login Page Responsive Styles */
@media (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }
    
    .timeline-year {
        left: 30px;
        margin-left: 0;
    }
    
    .timeline-content {
        width: calc(100% - 100px);
        float: right !important;
    }
}

/* Custom Responsive for Home Page */
@media (max-width: 768px) {
    .hero-bg {
        background-size: cover !important;
        background-position: center !important;
    }
}