body {
    font-family: 'Open Sans', sans-serif !important;
    color: #333;
    background-color: rgb(242, 242, 242);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.6;
}


.content h1 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
}
.content h2 {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}
.content h3 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}
.content h4 {
    font-size: 1rem !important;
    font-weight: 600 !important;
}
.content h5 {
    font-size: 0.95rem !important;
    font-weight: 500 !important;
}
.content h6 {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}


.content p, .content a {
    font-size: 1rem  !important;
    color: #333 !important;
}


.content a {
    color: #777 !important;
    text-decoration: none !important;
    transition: color 0.3s ease-in-out !important;
}
.content a:hover, .content a:focus {
    color: #111 !important;
    text-decoration: underline !important;
}
a.navbar-brand:hover, a.navbar-brand:focus{
    text-decoration: none !important;
}
footer p{
    color:white !important;
}
nav{
    border-bottom:2px solid #d7d7d7 !important;
    font-family: 'Nunito' !important;
    background-color:white !important;
}
nav a.navbar-brand{
    background:url('/images/googleA/logo-bg.gif') repeat-x;
    padding: 3px 10px;
    font-size:20px;
    height:37px;
}

.product-card {
    border: none;
    text-align: center;
}
.background-pattern {
    background: url('/images/googleA/logo-bg.gif') repeat-x;
    height: 37px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.product-row .row:nth-child(even) {
    flex-direction: row-reverse;
}
.product-row .row {
    display: flex;
    align-items: center;
    text-align: center;
}
.product-row .col-md-6 {
    padding: 0;
    width: 50%;
}
.product-row img {
    width: 100%;
    height: auto;
    display: block;
}
.product-row h4, .product-row h5, .product-row p {
    text-align: center;
}
@media (max-width: 768px) {
    .product-row .row {
        flex-direction: column !important;
    }
    .product-row .col-md-6 {
        width: 100%;
    }
}
.tagline{
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Stare normală: transparent cu border gri */
.btn-outline-primary {
    background-color: transparent !important;
    border-color: #6c757d !important;
    color: #6c757d !important; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

/* La hover și click: fundal gri și text alb */
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #6c757d !important; 
    border-color: #6c757d !important;
    color: white !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Mic efect la click */
.btn-outline-primary:active {
    transform: scale(0.98);
}

.btn-primary {
    --bs-btn-color:#000;
    --bs-btn-bg:#fff;
    --bs-btn-border-color:#000;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#fff;
    --bs-btn-hover-border-color:#000;
    --bs-btn-focus-shadow-rgb:49,132,253;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#fff;
    --bs-btn-active-border-color:#000;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#0d6efd;
    --bs-btn-disabled-border-color:#0d6efd
  }


.dropdown-menu {
    --bs-dropdown-link-active-color: #000;
    --bs-dropdown-link-active-bg: transparent;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover,
.navbar .nav-link.active {
  background-color: transparent !important;
}

.banner-wrapper img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hide-banner{
    display: none;
}
    