body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    
}
main {
    min-height: 100vh;
}
.nav-link.active,
.dropdown-item.active {
border-bottom: 3px solid #f8f9fa; 
color: white !important;
/* border-radius: 0.25rem; */
}

        
    /* Aplica clamp pentru fonturi adaptive */
.footer-heading {
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
}

.footer-text {
    font-size: clamp(0.85rem, 0.8vw + 0.4rem, 1rem);
    line-height: 1.6;
}

.footer-small {
    font-size: clamp(0.7rem, 0.6vw + 0.3rem, 0.85rem);
}

.footer a:hover {
    text-decoration: underline;
}
.bg-main{
    background: #374a7b; 
}
@media (max-width: 768px) {
    #carouselExampleIndicators .carousel-caption {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
    max-width: 99vw;
    }
    #carouselExampleIndicators img {
    height: 180px !important;
    }
    #carouselExampleIndicators .carousel-control-prev,
    #carouselExampleIndicators .carousel-control-next {
    width: 36px !important;
    height: 36px !important;
    left: 5px !important;
    right: 5px !important;
    }
    #carouselExampleIndicators .carousel-control-prev-icon,
    #carouselExampleIndicators .carousel-control-next-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    }
    #carouselExampleIndicators .carousel-control-prev,
    #carouselExampleIndicators .carousel-control-next {
    display: none !important;
    }
}
    
@media (prefers-reduced-motion: reduce) {
    .carousel-item,
    .navbar-collapse,
    .nav-item,
    .dropdown-menu {
        transition: all 0.3s ease-in-out;
    }
}
#btn-back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}

.c-item{
    max-height: 480px;
}
.c-img{
    max-height: 480px;
    object-fit: cover;
    width: 100%;}

@media screen and (max-width: 768px) {
        .carousel .lead {
            font-size: 1rem;
            line-height: 1.4;
            word-break: break-word;
        }
    /* .navbar-nav .nav-link{
        border-bottom: #f8f9fa solid 0.5px;
    } */
    .navbar-nav .nav-link{
    padding-left: 5px;
    }
    .c-item {
        max-height: 300px;
    }
    .c-img {
        max-height: 300px;
    }
    .titlu-logo, .logo{
        display:none;
    }
    
}
