/* Global Reset for margin, padding, box-sizing, font-family, and transition */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
/* Defining root variables for easy color theme management */
:root{


  --color-fost-cont:#C8102E;

  --body-color: #ffffff;
  --nav-color: #ffffff;
  --side-nav: #ffffff;
  --text-color: #000000;
  --search-bar:   #0B1344;
  --search-text: #ffffff;
  --text-color-logo: rgb(255, 255, 255);
  --text-color-hover :   #0B1344;
  --color-contrast :   #0B1344;
  --color-contrast2: #C5B14A;

  --text-color-f-alb: #000000;
  --text-color-f-rosu: #ffffff;
  --color-sur: #EFEFEF;
}
/* Body style in light mode */
body{
  min-height: 100vh;
  background-color: var(--body-color);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 12pt;
  font-style: normal;
  margin: 0 auto;
  color: var(--text-color);
  line-height: 1.5;
}
/* Body style in dark mode */
body.dark{
  --body-color: #18191A;
  --nav-color: #242526;
  --side-nav: #242526;
  --text-color: #ffffff;
  --search-bar: #C8102E;
  --text-color-logo: rgb(250, 250, 250);
}

header {
  height: 150px;
}


button {
  border: none;
  cursor: pointer;
}

.bara_sus {
  height: 60px;
  width: 100%;
  background-color: #000000;
  position: relative;
  display: flex;
}


.adresa {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  width: 40%;
  position: relative;
  float: left;

  max-height: 60px;
  height: 60px;
}



.adresa i {
  font-size: 18pt;
  margin: 0 10px;
}

.adresa div {
  display: flex;
  align-items: center;
}

.adresa a {
color: var(--text-color-f-rosu);
text-decoration: none;
transform: 0.3s;
}

.adresa a:hover {
  color: var(--color-contrast2);

}

/* Navigation bar styling */
nav{
  margin-top: 60px;
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background-color: var(--nav-color);
  z-index: 100;

}
/* Navigation bar styling in dark mode */
body.dark nav{
  border: 1px solid #393838;
}
/* Inner nav-bar container for content alignment */
nav .nav-bar{
  position: relative;
  height: 100%;
  max-width: 1312px;
  width: 100%;
  background-color: var(--nav-color);
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Menu icon in mobile view (hidden by default) */
nav .nav-bar .sidebarOpen{
  color: var(--text-color);
  font-size: 25pt;
  padding: 5px;
  cursor: pointer;
  display: none;
}
/* Logo text styling */
nav .nav-bar .logo a{
  font-size: 25pt;
  font-weight: 800;
  color: var(--text-color-logo);
  text-decoration: none;
}



.logo_bg {
  background-color: var(--color-contrast);
  height: 135px;
  width:30%;
position: absolute;
top:0px;
left: 0;
z-index: 1;
clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.logo {
  z-index: 2;
  margin-top: 10px;
}


.logo img {
  width: 150px;
}
/* Hidden logo toggle (for mobile) */
.menu .logo-toggle{
  display: none;
}
/* Styling navigation links */
.nav-bar .nav-links{
  display: flex;
  align-items: center;
}
/* Styling individual list items in the navigation */
.nav-bar .nav-links li{
  margin: 0 5px;
  list-style: none;
}
/* Styling the anchor tags for nav links */
.nav-links li a{
  position: relative;
  font-size: 14pt;
  font-weight: 400;
  color: var(--text-color);
  text-decoration: none;
  padding: 10px;
}
/* Adding a small circle on hover */
.nav-links li a::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;

  background-color: var(--text-color-hover);
  opacity: 0;
  transition: all 0.3s ease;
}
/* Circle becomes visible on hover */
.nav-links li:hover a::before{
  opacity: 1;
}
/* Container for dark/light mode toggle and search box */
 .darkLight-searchBox{
  display: flex;
  align-items: center;
  float: right;
}
/* Common styling for dark/light mode toggle and search toggle */
.darkLight-searchBox .dark-light,
.darkLight-searchBox .searchToggle, .card_schop {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  background-color: var(--text-color-hover);
  cursor: pointer;
}

/* Common styling for dark/light mode toggle and search toggle */
.darkLight-searchBox:hover .dark-light:hover,
.darkLight-searchBox:hover .searchToggle:hover,
.card_schop:hover  {

  background-color: #000000;
  color: #ffffff;
}

.darkLight-searchBox:hover .dark-light i,
.darkLight-searchBox:hover .searchToggle i {
  color: #ffffff;
}



/* Styling icons for dark/light mode and search toggle */
.dark-light i,
.searchToggle i,
.card_schop i
{
  position: absolute;
  color: var(--text-color-f-rosu);
  font-size: 32px;
  cursor: pointer;
  transition: all 0.3s ease;

}

.card_schop {
  position: relative;
}


.card_schop i {
  left: 50%;

  top: 50%;
  transform: translate(-50%, -50%);

}
.card_count {
  position: absolute;
  top: 0px;
  right: 10px;
font-size: 14pt;
font-weight: 800;
  color: #ffffff;


}


/* Sun icon hidden by default (shown when activated) */
.dark-light i.sun{
  opacity: 0;
  pointer-events: none;
}
/* Display sun icon and hide moon icon when dark mode is active */
.dark-light.active i.sun{
  opacity: 1;
  pointer-events: auto;
}
.dark-light.active i.moon{
  opacity: 0;
  pointer-events: none;
}
/* Cancel icon hidden by default (shown when search is active) */
.searchToggle i.cancel{
  opacity: 0;
  pointer-events: none;
}
/* Show cancel icon when search is active */
.searchToggle.active i.cancel{
  opacity: 1;
  pointer-events: auto;
}
/* Hide search icon when search is active */
.searchToggle.active i.search{
  opacity: 0;
  pointer-events: none;
}
/* Search box container */
.searchBox{
  position: relative;
}
/* Hidden search field (shown when search is active) */
.searchBox .search-field{
  position: absolute;
  bottom: -85px;
  right: 5px;
  height: 50px;
  width: 300px;
  display: flex;
  align-items: center;
  background-color: var(--nav-color);
  padding: 3px;
  border-radius: 6px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 9999 !important;
}
/* Show search field when active */
.searchToggle.active ~ .search-field{
  bottom: -74px;
  opacity: 1;
  pointer-events: auto;
}
/* Arrow shape at the top of the search field */
.search-field::before{
  content: '';
  position: absolute;
  right: 14px;
  top: -4px;
  height: 12px;
  width: 12px;
  background-color: var(--nav-color);
  transform: rotate(-45deg);
  z-index: -1;
}
/* Styling the search input field */
.search-field input{
  height: 100%;
  width: 100%;
  padding: 0 45px 0 15px;
  outline: none;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--search-text);
  background-color: var(--search-bar);
}


.search-field input::placeholder {
color: var(--search-text);

}
/* Dark mode search input text color */
body.dark .search-field input{
  color: var(--search-text);
  z-index: 3;
}



.search-field button {
  margin-top: -20px;

}



/* Search icon inside the search field */
.search-field i{
  position: absolute;
  color: var(--nav-color);
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}
/* Dark mode search icon color */
body.dark .search-field i{
  color: var(--text-color);
}
/* Media query for responsive adjustments */
@media (max-width: 790px) {
  /* Show sidebar menu icon on smaller screens */
  nav .nav-bar .sidebarOpen{
      display: block;
  }
  /* Full-screen menu for mobile view */
  .menu{
      position: fixed;
      height: 100%;
    width: 100%;
      left: -100%;
      top: 0;
      padding: 20px;
      background-color: var(--side-nav);
      z-index: 100;
      transition: all 0.4s ease;
  }
  /* Menu slides in when active */
  nav.active .menu{
      left: 0;
  }
  /* Hide logo text when menu is active */
  nav.active .nav-bar .navLogo a{
      opacity: 0;
      transition: all 0.3s ease;
 
  }
  /* Toggle between logo and close icon */
  .menu .logo-toggle{
      display: block;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  /* Close icon in the menu */
  .logo-toggle .siderbarClose{
      color: var(--text-color);
      font-size: 24px;
      cursor: pointer;
  }
  /* Stack nav links vertically in mobile view */
  .nav-bar .nav-links{
      flex-direction: column;
      padding-top: 30px;
  }
  /* Add spacing to nav links in mobile view */
  .nav-links li a{
      display: block;
      margin-top: 20px;
  }
}



.tele_num_nav {
  display: flex;
  align-items: center;
  font-size: 14pt;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 10px 0;
}

.tele_num_nav div {
  display: flex;
  text-align: center;
}


.tele_num_nav .num_tel {
  font-size: 20pt;
  margin-top: 5px;
}



section, .container_ex, footer {
  width: 1312px;
  margin: 0 auto;
}


@media (max-width: 790px) {
  section, .container_ex, footer {
    width: calc(100% - 40px);
    margin: 0 auto;
  }


}
.section {

  margin: 0 auto;
  
  padding: 20px 0;
  
}

h2 {
  font-size: 28pt;
    font-weight: 600;
}

.section li {
  margin-left: 30px;
}


.section{
  padding: 20px;
}

.hero {
  background-color: #000000;
  color: #e9e9e9;
  margin-top: -40px;

  height: 550px;
  background-image: url('/includes/templates/assets/images/slide1.png');
  background-size: cover;
  display: flex;
  align-items: center;
}


.hero-text h1 {
  font-size: 45pt;
  margin-bottom: -15px;
}

.hero-text h2 {
  font-size: 30pt;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}


.hero-text p {
  font-size: 16pt;
  max-width: 500px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 50px;
}

.btn-primary{
  text-decoration: none;
  color: #ffffff;
  background-color: var(--text-color-hover);
  padding: 16px 32px;
  font-size: 16pt;
  transition: 0.4s;
}


.btn-primary:hover {
  opacity: 0.8;
}



.footer {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}


.blok_33 {
  flex-grow: 1;
  width: 33%;
}



.footer .blok_33:nth-child(even) {
 padding: 0 20px;
}


.footer .blok_33:nth-child(odd) {
padding: 0;
}



.footer p {
  padding: 5px 0;
}


.footer h3 {
  font-size: 18pt;
  margin-bottom: 10px;

}


.nav_list_footer {

  padding: 0;

}


.nav_list_footer ul li {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  border: 1px solid   var(--color-contrast);
}

.nav_list_footer li a {
  color: var(--text-color);
  text-decoration: none;
  transition: 0.4s;
}

.nav_list_footer li a:hover {
  color: var(--color-contrast);


}




hr {
  border-top: 1px dotted var(--color-contrast);

}


.page-title {
padding: 40px 0px;
}


.page-title h1 {
  font-size: 24pt;
}

.page-title p {
  margin: 10px 0;
  font-style: italic;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
 align-items: flex-start;
  align-content: space-around;

}



.serv {
  width: calc(33.33% - 20px);
  min-height: 100px;
  padding: 20px;
  position: relative;
}

.serv h3 {
  margin-bottom: 20px;
}



.serv:nth-child(even) {
  background-color: var(--color-contrast);
  color: #ffffff;

 }
 
 
 .serv:nth-child(odd) {
  background-color: #EFEFEF;
  color: var(--text-color-f-alb);
 }


 section h2 {
  margin-top: 20px;
  margin-bottom: 40px;
 }



 .list ul {
  position: relative;
}
.list ul li {
  position: relative;
  left: 0;
color: var(--text-color);
  list-style: none;
  margin: 4px 0;
  border-left: 2px solid var(--color-contrast);
  transition: 0.5s;
  cursor: pointer;
}
.list ul li:hover {
  left: 10px;
}
.list ul li span {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  color: var(--text-color-f-alb);
  transition: 0.4s;
}
.list ul li:hover span {
  color: #ffffff;
}
.list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-contrast);

  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.list ul li:hover:before {
  transform: scaleX(1);
}




.list2 ul {
  position: relative;
}
.list2 ul li {
  position: relative;
  left: 0;

  list-style: none;
  margin: 4px 0;
  border-left: 2px solid #EFEFEF;
  transition: 0.5s;
  cursor: pointer;
}
.list2 ul li:hover {
  left: 10px;
}
.list2 ul li span {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  color: var(--text-color-f-rosu);
  transition: 0.4s;
}
.list2 ul li:hover span {
  color: #000000;
}
.list2 ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EFEFEF;

  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.list2 ul li:hover:before {
  transform: scaleX(1);
}

.services p {
  margin: 40px 0 20px;
}

.btn_serv {
  background-color: var(--color-contrast);
  color: var(--text-color-f-rosu);
  text-decoration: none;
  padding: 16px 32px;
  transition: 0.4s;
}


.btn_serv2 {
  background-color:  #EFEFEF;
  color: var(--text-color-f-alb);
  text-decoration: none;
  padding: 16px 32px;
  transition: 0.4s;
}



.btn_serv:hover, .btn_serv2:hover {
  opacity: 0.8;
}


.blocuri {
  display: flex  ;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
}




.about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}



.page_nav {
  margin-top: 40px;
}


.page_nav h1 {
color: var(--color-contrast);
font-size: 1.8em;
}

.page_mahazin_title {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: space-between;
}

.page_mahazin_title div {
  width: 50%;
}



.form_caut_sit {
  display: block;
  float: right;

  margin-bottom: 0px;
}



.search_fotm {
  width: 100%;
  position: relative;
  display: flex;
}

.search_fotm input[type=text]{
  width: 300px;
margin-top: 0px;


}

.searchTerm {
  width: 300px;
  border: 1px solid var(--color-contrast);
  border-right: none;
  padding: 5px;
  height: 40px;
  outline: none;
  color: var(--text-color);
  font-size: 1.1em;
  background-color: var(--color-sur);
}

.searchTerm:focus{
  color: var(--text-color);
  background-color: var(--body-color);
}

.searchButton {
  width: auto;
  height: 40px;
  border: 1px solid var(--color-contrast);
  background: var(--color-contrast);
  text-align: center;
  color: var(--text-color-f-rosu);

  cursor: pointer;
  font-size: 20px;
  padding: 0 20px;
}

.searchButton:hover {
  background: var(--color-sur);
  color: var(--color-contrast);
}






.blok_50 {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}


.blok_50 .item {
  min-height: 200px;


}


.blok_50 .width_mare {
  width: 100%;
  height: 450px;
}

.blok_50 .width_mic {
  width: 50%;
  padding-top: 20px;
}



.bloc_aut_con {
  justify-content: flex-start; align-items: flex-start; margin-top: 40px;
}


.div1_tot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.div1_tot h2 {
margin: 0;
  padding: 0;
  padding-left: 10px;
  font-size: 18pt;
  color: var(--color-contrast);

}

.div2 {
  width: 4px;
  position: relative;
  height: 20px;
  transform: skew(-15deg, 0deg);
  background-color: var(--color-contrast);
  margin-right: 4px;
}



.div3 {
    width: 4px;
    position: relative;
    height: 20px;
    transform: skew(-15deg, 0deg);
    background-color: var(--color-contrast);
    display: inline-block;
}


.with_mare_deasupra {
  background-color: #EFEFEF;
  position: absolute;
  top:0;
  left: 0;
  height: 450px;
  width: 105%;
  padding: 20px;
  padding-right: calc(10% + 20px);
}


.with_mare_deasupra p {
  margin-bottom: 40px;
  color: var(--text-color-f-alb);
}

.with_mare_deasupra h2 {
  margin-bottom: 5px;
  margin-top: 5px;
  color: var(--text-color-f-alb);
}


.with_mare_dedesupt {
  width: 105%;
  height: 450px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('/includes/templates/assets/images/poza_about.png');
  background-size: cover;
}


.item_num p {
  font-size: 14pt;
  font-weight: 800;

}

.num_mare {
  color: var(--color-contrast);
  font-size: 48pt;
  font-weight: 800;
}


.num_plus {
  color: var(--color-contrast);
  font-size: 32pt;
  font-weight: 800;
  vertical-align: top;
}










.nav-wrapper {
  width: 200px;
  margin: 100px auto;
  text-align: center;
  font-size: 14pt;
color: var(--text-color-f-rosu);
position: absolute;
right: 0;
top:20px;
}
  .sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:39px;
  right:-15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 25px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-de {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}


.cerc_font,.cerc_font_2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top:10px;
  left: 10px;
}

.cerc_font {
  background-color: rgba(11, 19, 68, 0.3);

}



.cerc_font_2 {
  background-color: rgba(255, 255, 255, 0.3);

}




.image_s_1, .image_s_2, .image_s_3 {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  z-index: 2;

}


.image_s_1 {
  filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(7%) hue-rotate(206deg) brightness(96%) contrast(100%);
  background-image: url(/includes/templates/assets/images/basic-icon_-car-search.svg);
}


.image_s_2 {
  background-image: url('/includes/templates/assets/images/repair-91.svg');
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(289deg) brightness(106%) contrast(101%);

}

.image_s_3 {
  
  filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(7%) hue-rotate(206deg) brightness(96%) contrast(100%);
  background-image: url('/includes/templates/assets/images/taxi-service.svg');
}





.cards {
  display: grid;
  /* Автоматически заполняем на всю ширину grid-контейнера */
  grid-template-columns: repeat(auto-fill, 290px);
  width: 100%;


  justify-content: space-between;
  justify-items: center; /* Размещаем карточку по центру */
  column-gap: 20px; /* Отступ между колонками */
  row-gap: 40px; /* Отступ между рядами */
  margin: 0 auto;
}





.card {
  width: 100%;
  min-height: 350px;
  box-shadow: 0 3.2px 7.2px 0 rgb(0 0 0 / 13%), 0 0.6px 1.8px 0 rgb(0 0 0 / 11%);
  display: flex;
  flex-direction: column; /* Размещаем элементы в колонку */
  border-radius: 4px;
  transition: 0.2s;
  position: relative;
}


.card__top {
  flex: 0 0 220px; /* Задаем высоту 220px, запрещаем расширение и сужение по высоте */
  position: relative;
  overflow: hidden; /* Скрываем, что выходит за пределы */
}

/* Контейнер для картинки */
.card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Встраиваем картинку в контейнер card__image */
  transition: 0.2s;
}

/* При наведении - увеличиваем картинку */
.card__image:hover > img {
  transform: scale(1.1);
}

/* Размещаем скидку на товар относительно изображения */
.card__label {
  padding: 4px 8px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: var(--color-contrast);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color-f-rosu);
}

.card__bottom {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; /* Занимаем всю оставшуюся высоту карточки */
  padding: 16px;
}



.card__price::after {

  position: relative;
}




.card__price--common {
  font-weight: 600;
  font-size: 14pt;
  color: var(--color-contrast);
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}



.card__title {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12pt;
  text-decoration: none;
  color: var(--text-color);
}

.card__title:hover {
  color: var(--color-contrast);
}

.card__add {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  color: var(--text-color-f-rosu);
  padding: 10px;
  text-align: center;
  border: 1px solid var(--color-contrast);
  cursor: pointer; /* Меняем курсор при наведении */
  transition: 0.2s;
  margin-top: auto; /* Прижимаем кнопку к низу карточки */
  background-color: var(--color-contrast);
}

.card__add:hover {
  background-color: var(--body-color);
  color: var(--color-contrast);
}












.product-container {
  display: flex;
  width: 100%;
  margin: auto;
  gap: 40px;
margin-top: 40px;
}

.image-gallery {
  flex: 1;
  width: 500px;
  min-width: 500px;
}

#main-image {
  width: 100%;
  border-radius: 10px;
}

.thumbnail-list {
  max-width: 600px;
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: space-between;
}

.thumbnail {
  width: 60px;
  height: 60px;
  background-size: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
}

.thumbnail:hover {
  border-color: #007bff;
}

.product-details {
  flex: 1;
}

.price {
  font-size: 1.5em;
  color: #28a745;
}

button#add-to-cart {
  background: var(--color-contrast);
  color: var(--text-color-f-rosu);
  border: none;
  padding: 16px 32px;
  cursor: pointer;
  margin-top: 15px;
  font-size:large;

}

#cart-message {
  margin-top: 10px;
  color: green;
  font-weight: bold;
}





.limba_select {
  background-color: var(--color-contrast);
  color: var(--text-color-f-rosu);
  margin-right: 3px;
}

.custom-select {
  &, &::picker(select) {
    appearance: base-select;    
  }
}



selectedcontent {
  display: grid;
  gap: 1rem;
  font-size: 1rem;
  align-items: center;
}

/* Style what you see before you open the select dropdown */

selectedcontent {
  grid-template-columns: 1.5rem auto;
  
  .symbol,
  .currency-long {
    display: none
  }
}






.limba_select select {
  background-color: var(--color-contrast);
  color: var(--text-color-f-rosu);
  border: none;
  padding: 18px;
  transition: 0.4s;
  border-radius: 0

}

.limba_select select:hover {
  background: #000000;
  color: #ffffff;
}




.limba_select option {
padding: 10px;
}


.limba_select option .icon {
width: 20px;
  text-box: trim-both cap alphabetic;
}


.limba_select option:checked {
  font-weight: bold;
}


.limba_select option::checkmark {
  order: 1;
  margin-left: auto;
  content: "☑️";
}









.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 300px;

  padding: 20px;
border-right: 1px solid rgba(255, 255, 255, 0.3);

}

.sidebar h3 {
  margin-top: 0;
  font-size: 18px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  text-decoration: none;
  color:var(--text-color);
  transition: 0.4s;
}


.sidebar ul li a:hover {
  color:var(--color-contrast);
}


.main {
  flex: 1;
  padding: 0 20px;
}







.product-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: auto;
}

.product-item {
  display: flex;
  gap: 20px;
  padding: 15px;

}

.product-gallery {
  width: 225px;
  height: 230px;
  position: relative;
}

.product-gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.gallery-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.gallery-controls button {
  background: rgba(46, 89, 67, 0.5);
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
}

.product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-title a {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  text-decoration: none;
  color: var(--text-color);
}

.product-meta {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-price {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-contrast);
  margin-bottom: 5px;
}



.product-price span {
  font-size: 14px;
  color: #018601;
}

.product-shipping {
  font-size: 14px;
  color: #555;

}


.product-shipping_rosu {
  font-size: 14px;
  color: #fe0000;

}


.product-cantitate {
  font-size: 14pt;
  font-weight: 600;
  color: #555;
  margin-bottom: 15px;
}

.product-actions {
  margin-top: auto;

}

.product-actions button {
  padding: 10px 16px;
  margin-right: 10px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-cart {
  background-color: #ddd;
}

.btn-buy {
  background-color: var(--color-contrast);
  color: white;
}






ul {
  list-style: none;
  padding-left: 20px;
}
li {
  margin: 6px 0;
}
a {
  text-decoration: none;
  color: var(--color-contrast);
}


.breadcrumb {
  width: 100%;
  font-size: 1em;

  background-color: var(--color-sur);
  padding: 10px;
  margin: 20px 0;
}




.brand-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.brand-list li a {
  padding: 6px 12px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: var(--text-color);
}

.brand-list li a:hover {
  background: var(--color-contrast);
  color: var(--text-color-f-rosu);
}



.brand-list li a.active {
  background: var(--color-contrast);
  color: var(--text-color-f-rosu);
  font-weight: bold;
}






.pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination a, .pagination strong {
  display: inline-block;
  padding: 8px 12px;
  margin: 2px;
  border: 1px solid var(--search-bar);
  border-radius: 5px;
  text-decoration: none;
  color: var(--text-color);
}
.pagination strong {
  background-color: var(--color-contrast);
  color: var(--text-color-f-rosu);
  border-color: var(--color-contrast);
}
.pagination a:hover {
  background-color: var(--color-contrast);
  color: var(--text-color-f-rosu);
}
.product-card {
  border: 1px solid var(--text-color);
  padding: 10px;
  margin: 10px 0;
}

.contact {
  background-color: var(--color-contrast);
  min-height: 500px;
  width: 100%;
}

.contact_form_index {
  background-color: var(--body-color);
  padding: 20px;
  margin-top: 20px;
}


.contact_form_index h2 {
  font-size: 31pt;
  margin-bottom: 20px;
  font-weight: 900;

}


.border {
  border: 1px solid var(--text-color);
  padding: 0px;
  margin: 0;
}

.block_50_pr {
  width: 50%;
  padding: 20px;
  margin: 0;
}

.padding0 {
  padding: 0;
  margin: 0;
}
.form_contact_index {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 20px;

}


.form_contact_index input[type=checkbox] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 3px;
}


.form_contact_index input[type=checkbox]:checked {
  background-color: var(--color-contrast);
  color: var(--text-color-f-rosu);
  border: 1px solid var(--color-contrast);
}



.form_contact_index input,
.form_contact_index textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--text-color);

  font-size: 16px;
}
.form_contact_index input:focus,
.form_contact_index textarea:focus {
  border-color: var(--color-contrast);
  outline: none;
}
.form_contact_index button, .fomr_comand_fin button {
  background-color: var(--color-contrast);
  color: #fff;
  padding: 16px 32px;
  border: none;

  cursor: pointer;
  font-size: 16px;
}
.form_contact_index button:hover {
opacity: 0.8;
}

.form_contact_index label {
  font-size: 16px;

  margin-bottom: 5px;
}


.contact_img {
  margin-right: 20px;
  border-radius: 50%;

}


.contact_text {
  font-size: 16px;
  font-weight: 600;

}

.contact_text span {
  font-weight: 600;
  color: var(--color-contrast);
}



.cos_produse {
  display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 20px;
      padding: 20px;
      align-content: flex-start;
  
}
.produse {
  width: 70%;

}

.total {
  width: 28%;
}




.product-container_cos {
  display: flex;
  border: 1px solid var(--color-contrast);
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;

}

.product-image img {
  width: 200px;
  height: auto;
}

.product-details {
  margin-left: 20px;
  flex: 1;
}

.product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.seller-name {
  font-weight:600;

}

.rating {
  font-size: 14px;
  color: #888;
}

.product-info {
  margin-bottom: 15px;
}

.sold {
  font-size: 14px;
  color: #FF0000;
}

.product-name {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.condition {
  font-size: 14px;
  color: #555;
}

.product-price {
  font-size: 16px;
  margin-top: 10px;
}

.price {
  font-weight: bold;
  color: #28a745;
  margin-top: 10px;
  font-size: 2.5em;
}

.shipping {
  font-size: 14px;
  color: #555;
}

.product-quantity {
  margin-top: 15px;
}

.product-quantity select {
  padding: 5px;
  margin-left: 5px;
}

.product-actions {
  margin-top: 20px;
display: flex;
flex-direction: row-reverse;
}

.product-actions button {
  background-color: var(--color-contrast);
  color: var(--text-color-f-rosu);
  padding: 16px 32px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
}

.product-actions button:hover {
opacity: 0.8;
}



.total_block {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.total_block span {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-color);
}

.total_block .tab1, .total_block .tab2 {
  flex: 50%; /* or - flex: 0 50% - or - flex-basis: 50% - */
  padding: 3px 0;
}

.total_block .tab2 {
  text-align: right;
}

.total_block .gesamt {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-contrast);
  border-top: 1px solid var(--color-contrast);
}


.fin_com_butt {
  background-color: var(--color-contrast);
margin-top: 20px;
  padding: 16px 32px;
  text-align: center;
}

.fin_com_butt a {

font-size: 16pt;
  text-decoration: none;
  color: var(--text-color-f-rosu);
}


footer hr {
  margin: 20px 0;
}

.dr_rez_foot {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}


.logo_footer {
  width: 150px;
  height: auto;
  margin: 0 auto; 
  display: block;
}


.description {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}




.fomr_comand_fin {
  
  width: 100%;
  margin:20px 0;
}


.fomr_comand_fin label {
  font-weight: 600;
}

input[type=text], input[type=email], input[type=tel] {
  
margin-top: 5px;
margin-bottom: 20px;
    width: 100%;
    padding: 10px;

}

.fomr_comand_fin button {
  margin-top: 20px;
}


.fomr_comand_fin input[type=checkbox] {
  display: inline-block;
  width: 20px;
}
 .form-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .form-left, .form-right {
        flex: 1 1 45%;
        min-width: 300px;
    }

    .form-left label, .form-right label {
        display: block;
        font-weight: bold;
        margin-top: 10px;
    }

    .form-left input, .form-right input {
        width: 100%;
        padding: 6px;
        margin-bottom: 10px;
    }

    .form-row {
        display: flex;
        gap: 10px;
    }

    .form-row .field {
        flex: 1;
    }

    .payment-box {
        border: 1px solid #ccc;
        padding: 15px;
        margin-bottom: 20px;
        background: #f9f9f9;
    }

    .btn-primary {
        padding: 10px 20px;
        font-size: 16px;
        margin-top: 15px;
    }


    .box {
      width: 900px;
      margin: 0 auto;
      padding: 20px;
      border: 1px solid var(--color-contrast);
      margin-top: 20px;
    }

@media (max-width: 790px) {
    .box {
      width: 90%
      }
      }





      .payment-method {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-option {
display: flex !important
;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.payment-option input[type="radio"] {
    margin-right: 1rem;
    margin-top: 4px; /* pentru aliniere verticală cu titlul */
    cursor: pointer;
    display: flex;

    width: 20px;
    height: 20px;
}




.payment-option:hover {
    border-color: var(--color-contrast);
    background-color: color-mix(in srgb, var(--color-contrast) 7%, transparent);
}

.payment-option:has(input[type="radio"]:checked) {
    background-color: color-mix(in srgb, var(--color-contrast) 7%, transparent);
    border: 2px solid var(--color-contrast);;
    border-radius: 8px;
}

.payment-content h5 {
    margin: 0 0 0.5rem 0;
}

.payment-content ul {
    margin: 0;
    padding-left: 1.2rem;
}




.social_icons {
  display: flex;
  gap: 10px;
  margin-top: -40px;
  margin-bottom: 20px;
} 

.social_icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 9px;
  background-color: var(--color-contrast);
  color: var(--text-color-f-rosu);
  transition: background-color 0.3s, color 0.3s;
} 

.social_icons a:hover {
  background-color: var(--text-color-f-rosu);
  color: var(--color-contrast2);
}

.social_icons a i {
  font-size: 30px;
  vertical-align: middle;
}


.contact_page h3 {
font-size: 21pt;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: -20px;
}


.hover_cont {
  color: var(--text-color-hover);

}

.hover_cont:hover {
  color: var(--color-contrast2);
  transition: 0.4s;
}







/* Titlul paginii */
.page-title, .page-title h1 {
  text-align: center;
}

.page-title {
  padding: 60px 20px 20px;
}

.page-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1e293b;
}

.page-title p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #475569;
}

/* Container grilă */
.servicii-lista .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}


.servicii-lista button {
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 12pt;
  font-style: normal;
  margin: 0 auto;
  line-height: 1.5;
  cursor: pointer;
}

/* Card servicii */
.servicii-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.servicii-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* Icon / badge */
.servicii-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Titlu categorie */
.servicii-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 15px;
}

/* Lista servicii */
.servicii-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.servicii-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.95rem;
  color: #475569;
  transition: color 0.2s ease;
}

.servicii-card li:hover {
  color: #1d4ed8;
}

.servicii-card li svg {
  flex-shrink: 0;
  color: #2563eb;
}

/* Buton */
.servicii-card a.btn {
  margin-top: auto;
  display: inline-block;
  padding: 10px 20px;
  background: #2563eb;
  color: white;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.servicii-card a.btn:hover {
  background: #1e40af;
}

/* Responsive */
@media (max-width: 768px) {
  .page-title h1 {
    font-size: 2rem;
  }
  .servicii-card {
    padding: 20px;
  }
}






.service-closing {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
}
.service-closing p { margin: 0 0 0.75rem 0; }

                         

















 .work-steps {

background: #EFEFEF;
background: linear-gradient(135deg, rgba(239, 239, 239, 1) 50%, rgba(252, 252, 252, 1) 40%, rgba(255, 255, 255, 1) 91%, rgba(11, 19, 68, 1) 91%);
padding: 60px 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }




  .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start;
  }

  /* Prima coloană */
  .steps-intro .subtitle {
       color: var(--color-contrast);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .steps-intro .title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
  }

  /* Coloanele cu pași */
  .step-number {
    color: var(--color-contrast);
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
  }

  .step h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .step p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
  }

  @media (max-width: 1024px) {
    .steps-grid {
      grid-template-columns: 1fr 1fr;
      row-gap: 40px;
    }
  }

  @media (max-width: 768px) {
    .steps-grid {
      grid-template-columns: 1fr;
    }

    .work-steps {
      background: #f5f5f5;
    }

    .work-steps::after {
      display: none;
    }

    .steps-intro .title {
      font-size: 28px;
    }
  }


  .harta {
    width: 100%;
  }



  #despre_noi {
    padding:  40px 0;
    background-color: var(--color-contrast);
    width: 100%;
  }
    #despre_noi h2 {
      margin-bottom: 20px;
      color: var(--text-color-f-rosu);
    }
  #despre_noi p {
    line-height: 1,8;
    margin-bottom: 10px;
    color: var(--text-color-f-rosu);
    font-size:large;
    font-weight: 400;
  }

  #despre_noi img {
    max-width: 90%;
    height: auto;

    margin-top: 50px;
  }












  /* ==== MOBILE & TABLET ADAPTIVE STYLES ==== */

/* Tablete (max-width: 1024px) */
@media (max-width: 1024px) {
  header {
    height: 120px;
  }

  .logo img {
    width: 120px;
  }

  h2 {
    font-size: 22pt;
  }

  .hero {
   min-height: 400px;
    background-position: center;
  }

  .hero-text h1 {
    font-size: 35pt;
  }

  .hero-text h2 {
    font-size: 24pt;
  }

  .blocuri,
  .about {
    flex-direction: column;
    gap: 20px;
  }



  .footer {
    flex-direction: column;
  }

  .blok_33 {
    width: 100%;
    margin-bottom: 20px;
  }

  .cards {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    column-gap: 10px;
  }

  .product-container {
    flex-direction: column;
    gap: 20px;
  }

  .image-gallery {
    width: 100%;
    min-width: auto;
  }
}

/* Telefoane (max-width: 600px) */
@media (max-width: 600px) {
  body {
    font-size: 11pt;
  }

  .logo_bg {
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  }

  .logo img {
    width: 100px;
  }

  .nav-bar .nav-links li a {
    font-size: 12pt;
    padding: 8px;
  }

  .hero {


    background-size: cover;
    background-position: center;
  }

  .hero-text h1 {
    font-size: 28pt;
  }

  .hero-text h2 {
    font-size: 18pt;
  }

  .hero-text p {
    font-size: 12pt;
    max-width: 100%;
  }

  .btn-primary {
    font-size: 12pt;
    padding: 10px 20px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .product-item {
    flex-direction: column;
    align-items: center;
  }

  .product-gallery {
    width: 100%;
    height: auto;
  }

  .product-details {
    width: 100%;
  }

  .cos_produse {
    flex-direction: column;
    gap: 20px;
  }

  .produse,
  .total {
    width: 100%;
  }

  .search_fotm input[type=text],
  .searchTerm {
    width: 100%;
  }

  .form_contact_index {
    padding: 10px;
  }

  .page_mahazin_title div {
    width: 100%;
  }
}



.linkuri_footer_legal {
  background-color: var(--color-contrast);
  width: 100%;

}

.linkuri_footer_legalflex {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;

    margin-top: 20px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    align-content: space-between;

}

.linkuri_footer_legal a {
  color: var(--text-color-f-rosu);
  font-size: 14px;
  text-decoration: none;
  padding: 20px;
    font-weight: 600;
}

.linkuri_footer_legal a:hover {

  color: var(--text-color-hover);
  transition: 0.4s;

  background-color: var(--nav-color);
}





 .alert {
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 15px;
        font-family: Arial, sans-serif;
    }
    .alert-success {
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }
    .alert-danger {
        background: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }



    #page-section {
      margin-top: 30px;
    }

    #page-section h1 {
      font-size: 28pt;
      font-weight: 700;
      margin-bottom: 30px;

    }