body {
    background-color: #f4f7f6;
    color: #444;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-color {
    background-color: #26a69a;
}

.main-text-color {
    color: #26a69a;
}

.btn-search {
    background-color: #0099cc;
    color: #ffffff;
    border-color: #008bb8;
}

.btn-search:hover {
    background-color: #007fad;
    color: #ffffff;
    border-color: #007fad;
}

/* Features Section */
.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background-color: rgba(0,0,0,0.05) !important;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #eef3f3;
}

.testimonials-section .card {
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.2s ease-in-out;
}

.testimonials-section .card:hover {
    transform: translateY(-5px);
}

.testimonials-section .testimonial-img {
    width: 80px !important; /* Forțează lățimea */
    height: 80px !important; /* Forțează înălțimea */
    border: 3px solid #fff;
    object-fit: cover; /* Asigură că imaginea acoperă zona fără a fi distorsionată */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* Adaugă o umbră subtilă */
}
