html, body {
    max-width: 100%;
    overflow-x: hidden;
}
#livrare {
    background-color: #f0f0f0; 
    padding: 50px; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

#livrare h2 {
    color: #007bff; 
    font-size: 2.5rem; 
}

#livrare p {
    color: #666; 
    font-size: 1.2rem; 
    line-height: 1.6; 
}

#livrare a {
    color: #007bff; 
    text-decoration: none;
    font-weight: bold;
}

#livrare a:hover {
    text-decoration: underline; 
}

#returns {
    background-color: #f9f9f9; 
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 50px; 
}

#returns h2 {
    color: #6f42c1; 
    font-size: 2.5rem;
}

#returns p {
    color: #666; 
    font-size: 1.2rem; 
    line-height: 1.6; 
}

#returns a {
    color: #6f42c1;
    text-decoration: none; 
    font-weight: bold; 
}

#returns a:hover {
    text-decoration: underline; 
}
.bg-pink-subtle {
    background-color: #ff8ed4; 
    color: #ff8ed4; 
}

.bg-primary-subtle {
    background-color: #007bff;
    color: #007bff; 
}

.bg-purple-subtle {
    background-color: #6f42c1; 
    color: #6f42c1; 
}

.bg-dark-subtle {
    background-color: #343a40;
    color: #343a40;
}

.btn-pink {
    background-color: #ff8ed4;
    border-color: #ff8ed4; 
}

.btn-primary {
    background-color: #007bff; 
    border-color: #007bff; 
}

.btn-purple {
    background-color: #6f42c1;
    border-color: #6f42c1; 
}

.btn-dark {
    background-color: #343a40; 
    border-color: #343a40; 
}

.hero {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    padding: 100px 0;
    color: white;
}
.feature-card {
    transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.testimonials .slick-prev, .testimonials .slick-next {
    font-size: 1.5rem;
    color: black;
}
.company-details {
    font-size: 0.8rem;
    color: #aaa;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.navbar {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 0.8rem 1rem;
    transition: background-color 0.3s, padding 0.3s;
}
.navbar-brand {
    font-weight: bold;
    color: white;
}
.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
    color: white;
    transition: color 0.3s;
}
.navbar-nav .nav-link:hover {
    color: #007bff;
}
.hero h1 {
    margin-top: 3rem;
}
.hero a {
    margin-top: 2rem;
}
.faq-section {
    background: #f7f7f7;
    padding: 50px 0;
}
.faq-item {
    margin-bottom: 20px;
}
.faq-item h5 {
    cursor: pointer;
    padding: 10px;
    background: #007bff;
    color: white;
    border-radius: 5px;
}
.faq-item h5:hover {
    background: #0056b3;
}
.faq-item p {
    display: none;
    padding: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.slick-prev:before, .slick-next:before {
    color: black;
}
.combined-section h2 {
    margin-bottom: 30px;
}
.combined-section p {
    margin-bottom: 20px;
}
    .combined-section {
background-color: #f9f9f9;
padding: 40px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.combined-section h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.combined-section .card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.combined-section .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.combined-section .badge {
    font-size: 1rem;
}

.combined-section .btn {
    font-size: 1rem;
}

.combined-section #livrare,
.combined-section #returns {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.combined-section #livrare h2,
.combined-section #returns h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.combined-section #livrare p,
.combined-section #returns p {
    font-size: 1rem;
}
