html {
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
  color: #1c1c1c;
}

@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
  /* Define the range of weights the variable font supports */
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Ovo';
  src: url('/assets/fonts/ovo-font/Ovo.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
}


.section {
	width: 100%;
	background-color: #fdfdfd;
    float: left;
}

.section-limit {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}

.section-margin {
	margin-left: 20px;
	margin-right: 20px;
}


#section-dummy {
	min-height: 2000px;
	background-color: white;
}



.button {
	background-color: #d40000;
	border: 0;
	color: white;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	cursor: pointer;
	transition: .2s ease-in-out;
	font-size: 16px;
}

.button:hover {
	background-color: #e60000;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);

}


.section-title {
	font-family: 'Ovo';
	font-size: 35px;
}




/* input design */

.form-row {
  float: left;
}

 .input-wrapper {
   position: relative;
   margin-top: 5px;
   margin-bottom: 5px;
   float: left;
   width: 100%;
 }

 .panel-label {
   font-size: 10px;
   font-weight: bold;
   margin-left: 10px;
   position: absolute;
   left: 15px;
   top: 3.5px;
   background-color: #f4f4f4;
   color: #1c1c1c;
   padding: 0 5px 0 5px;
 }

 .panel-input {
     background-color: #f4f4f4;
   border: 1px solid rgba(0,0,0, .5);
   width: calc(100% - 42px);
   margin-left: 10px;
   margin-top: 10px;
   height: 40px;
   border-radius: 10px;
   padding-left: 10px;
   padding-right: 10px;
 }

 #panel-input-textarea {
    height: auto;
    padding-top: 10px;
 }

 #button-offer {
     margin-left: 10px;
     margin-bottom: 10px;
 }


#offer-form {

}

.confirm-offer {
    background-color: rgba(76, 175, 80, 0.1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(76, 175, 80, 0.5);
    border-radius: 20px;
    min-height: 400px;
    padding: 10px;
    position: relative;
}

.form-success-message {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.confirm-animation-gif {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/* navbar */
.navbar {
    width: 100%;
    position: fixed;
    top: 10px;
    z-index: 9999;
}

.navbar-limit {
    max-width: 1920px;
    margin: 0 auto;
    position: relative
}

.navbar-margin {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    background-color: rgba(255,255,255, .5);
    border: 1px solid rgba(255,255,255, .2);
    border-radius: 30px;
    backdrop-filter: blur(20px);
    position: relative;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

.navbar-logo {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #d40000;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
}

.navbar-logo-img {
    position: absolute;
    height: 47px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbar-header {
    position: absolute;
    left: 100px;
    right: 10px;
    top: 10px;
    height: 30px;
    z-index: 99999;
    background-color: white;
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
}

.navbar-header-mobile {
    display: none; 
    position: absolute;
    left: 90px;
    right: 0;
    top: 0;
    height: 30px;
    z-index: 99999;
}

.navbar-header-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navbar-header-mobile-tel {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0, .1);
  background-color: white;
  margin-left: 10px;
  float: right;
  position: relative;
}

.header-left-p {
    color: #1c1c1c;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Inter';
    line-height: 30px;
    margin-left: 15px;
    transition: .2s ease-in-out;
}

.header-left-p:hover {
    color: black;
}

.header-right-p {
    float: right;
    margin-right: 15px;
    text-decoration: none;
    color: #1c1c1c;
    font-family: 'Inter';
    line-height: 30px;
    font-size: 12px;
    transition: .2s ease-in-out;   
}

.header-right-p:hover {
    color: black;
}

.navbar-links-left {
    position: absolute;
    bottom: 10px;
    left: 100px;
    height: 38px;
}

.navbar-link-left {
    display: block;
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 20px;
    font-size: 14px;
    line-height: 36px;
    background-color: white;
    text-decoration: none;
    color: #1c1c1c;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    float: left;
    margin-right: 10px;
}



.navbar-links-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 38px;
}

/* Your original styles, with a few key additions */
.navbar-button-account {
    position: relative; /* Important for positioning content inside */
    float: right;
    width: 91px;
    height: 38px;
    padding: 0; /* Remove default button padding */
    background-color: white;
    border-radius: 20px; /* This will animate to a rounded rectangle */
    border: 1px solid rgba(0,0,0, .1);
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    cursor: pointer;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
    margin-left: 10px;
}

/* This is the new state when the button has the 'expanded' class */
/* când e expanded, dar NU e logged‑in (stare “guest”) */
.navbar-button-account.expanded:not(.logged-in) {
  width: 256px;
  height: 270px;        /* înălţimea pentru guest */
  font-size: 14px;
}

/* când e expanded ȘI e logged‑in */
.navbar-button-account.expanded.logged-in {
  width: 256px;
  height: 270px;        /* înălţimea pentru user conectat */
  font-size: 14px;
}


/* Optional: Style for the content that appears inside */
.navbar-button-account .content {
    /* Start fully transparent */
    opacity: 0;
    padding: 20px;
    /* Don't let text wrap during the animation */
    white-space: nowrap; 
    /* Fade in the content, but delay it slightly */
    transition: opacity 0.3s ease-in-out 0.2s;
}

.navbar-button-account.expanded .content {
    /* Become fully visible when expanded */
    opacity: 1;
}

.close-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 22px;
    opacity: .7;
}

.navbar-button-account-close {
width: 34px;
    height: 34px;
    border: 1px solid rgba(0,0,0, .1);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    opacity: 0;
    transition: .2s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    pointer-events: none;
}

.navbar-button-account-close:hover {
    background-color: rgba(0,0,0, .05);
}

.navbar-button-account.expanded .navbar-button-account-close {
    right: 5px;
    top: 5px;
    border-radius: 15px;
    opacity: 1;
    pointer-events: auto;
}

#panel-border-account {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s ease-in-out;
}

.navbar-button-account.expanded #panel-border-account {
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 24px;
    opacity: 1;
}

.navbar-button-account-p {
    margin: 0;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
}


.navbar-buttons-account {
    position: absolute;
    left: 0;
    top: 38px;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.navbar-button-account-link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: calc(100% - 10px);
    margin-top: 5px;
    margin-left: 5px;
    height: 38px;
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 15px;
    background-color: white;
    cursor: pointer;
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #1c1c1c;
}

.navbar-button-account-link:hover {
    background-color: rgba(0,0,0, .025);
    transform: scale(1.02);
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
}

.navbar-button-account-link-img {
    height: 18px;
    margin: 5px;
    margin-right: 9px;
}

.navbar-buttons-account-line {
  width: calc(100% - 10px);
  height: 1px;
  /* gradient from transparent to rgba(0,0,0,.1) back to transparent */
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 50%,
    transparent 100%
  );
  margin-left: 5px;
  margin-top: 5px;
}




/* navbar button language */

#navbar-button-language {
    width: 38px;
    transition: .2s ease-in-out;
}

.navbar-button-language-icon {
    position: absolute;
    left: 8px;
    top: 8px;
}



#navbar-button-language.expanded {
    width: 200px;
    height: 319px;
}


#navbar-button-account-language {
    display: block;
    width: calc(100% - 50px);
    max-height: 38px;
    text-transform: auto;
    padding: 0;
    position: relative;
    padding-left: 40px;
}

.navbar-button-account-language-p {
    line-height: 38px;
    margin: 0;
}

.navbar-button-language-link-img {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 8px;
    top: 8px;
}





/*section 1*/

#section-1 {
	background-color: transparent;
	position: relative;
	padding-top: 100px;
}

#section-1-margin {
}

.section-1-video {
	top: 0;
	width: 100%;
	height: 600px;
	object-fit: cover;
}




.section-1-title {
	font-size: 55px;
	color: #1c1c1c;
	font-family: 'Inter';
	width: 900px;
	margin-top: 0;
	margin-bottom: 0px;
	max-width: 800px;
	text-align: left;
	line-height: 67px;
  float: left;
}

.section-1-subtitle {
	font-size: 12px;
	margin-bottom: 0;
	color: #1c1c1c;
	font-family: 'Inter';
	text-transform: uppercase;
	font-weight: bold;
  z-index: 2;
}

.section-1-description-p {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}







/* section panouri */
#section-panouri {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 125px;
}

.section-1-panel-left {

    float: left;
    width: calc(50% - 10px);
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
    border-radius: 30px;
    transition: .2s ease-in-out;
    color: #1c1c1c;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 400px;
}

.section-1-panel-right {
    float: right;
    width: calc(50% - 10px);
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
    border-radius: 30px;
    transition: .2s ease-in-out;
    overflow: hidden;
    height: 400px;
}


.section-panouri-panel-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-1-panel {
  width: 100%;
  height: 680px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f4f4f4;
  position: relative;
}

.section-1-panel-img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.section-1-panel-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  background-color: rgba(255,255,255, .5);
  border: 1px solid rgba(255,255,255, .1);
  border-radius: 10px;
  backdrop-filter: blur(20px);
  
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.section-1-description {
  max-width 200px !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: calc(100% - 400px);
}

.section-panouri-panel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 5s ease-in;
}

.section-1-panel-right:hover .section-panouri-panel-img {
  transform: scale(1.2);
}


.section-1-panel-left:hover .section-panouri-panel-img {
  transform: scale(1.2);
}

.section-1-panel-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c1c1c;
  margin: 0;
}

.section-1-panel-description {
  color: #1c1c1c;
  margin-bottom: 0;
}




/*section 2*/

#section-2 {
}

#section-2-margin {
    position: relative;
}

.section-2-panels:hover .section-2-panels-button {
    opacity: 1;
    transform: scale(1);
}


.section-2-panels-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #f4f4f4;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .2s ease-in-out;
    cursor: pointer;
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 40px;
    transform: scale(.7);
}

#section-2-panels-button-left {
    left: 10px;
}


#section-2-panels-button-right {
    right: 10px;
}

.section-2-panels-button-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Panourile Copii */
.section-2-panel {
  flex-shrink: 0;        /* IMPORTANT: Previne micșorarea panourilor */
  width: calc(33.33% - 14px);          /* O lățime fixă pentru fiecare panou, de exemplu */
  /* Nu mai este nevoie de float, margin sau calc() */
}


.section-2-panel-photo {
	width: 100%;
	border-radius: 20px;
	background-color: #f4f4f4;
	overflow: hidden;
}

.section-2-panel-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-2-panel-title {
	font-size: 18px;
	font-family: 'Inter';
	font-weight: bold;
}

.section-2-panel-description {
	font-size: 16px;
	font-family: 'Inter';
}









/* section servicii v2 */
#section-servicii-margin {
  margin-right: 0;
}

.section-servicii-panel {
  width: calc(20% - 20px);
  float: left;
  height: 400px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 30px;
}

.section-panel-servicii-left {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, .02);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-panel-servicii-right {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 20px;
  background-color: rgba(255,255,255, .5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255, .5);
  border-radius: 20px;
}

.section-panel-servicii-right-p {
  color: #1c1c1c;
  font-size: 14px;
  margin-top: 0;
}

.section-panel-servicii-right-title-p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.servicii-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/* section produse */

#section-produse {
    width: 100%;
}

#section-produse-margin {
  display: flex;
  align-items: flex-start; /* rămâne în flux normal */
  gap: 10px;               /* spațiu între cele două coloane */
  /* fără overflow:hidden/auto */
  margin-right: 10px;
}

.section-produse-left {
    width: 300px;
    background-color: rgba(0,0,0, .02);
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 20px;
    position: sticky;
    top: 121px;
    left: 0;
}

.category-icon {
  float: left;
  height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-produse-left-title {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    border-bottom: 1px solid rgba(0,0,0, .1);
}

.section-produse-left-title-p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 38px;
    margin-left: 10px;
    color: #1c1c1c;
    text-transform: uppercase;
    float: left;
}


.produse-categori {
    width: calc(100% - 20px);
    margin-top: 58px;
    margin-left: 10px;
    margin-bottom: 10px;
    min-height: 200px;
}

/* 1) Wrapper */
.checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 20px);
  height: 40px;
  border-radius: 10px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  transition: .2s ease-in-out;
}

.checkbox-wrapper:hover {
    background-color: rgba(0,0,0, .05);
}

.checkbox-wrapper.checked {
  background-color: #e5e5e5;
}

/* 2) Ascunde checkbox-ul nativ */
.checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* 3) Box-ul rotund */
.checkbox-custom {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  transition: border-color 0.1s ease-in-out;
}

/* 4) Cercul interior („bifa”) */
.checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #666;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.1s ease-in-out;
}

/* 5) Când e checked, arătăm cercul și schimbăm border color */
.checkbox-wrapper input:checked + .checkbox-custom {
  border-color: #333;
}
.checkbox-wrapper input:checked + .checkbox-custom::after {
  transform: translate(-50%, -50%) scale(1);
}


/* 6) Textul label-ului */
.checkbox-text {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}





.section-produse-right-searchbar {
  position: sticky;
  width: calc(100% - 52px);
  top: 121px;
  margin-left: auto;  /* îl împinge spre dreapta */
  z-index: 10;        /* ca să stea deasupra altor elemente */
  height: 40px;
  border-radius: 40px;
  background-color: #f4f4f4;
  border: 1px solid rgba(0,0,0, .1);
  padding: 0 20px;
  outline: none;
  
}




.section-produse-right {
    flex: 1;
    width: calc(100% - 412px);
    position: relative;
}




.produse-wrapper {
    width: 100%;
    float: left;
    margin-top: 20px;
    overflow: hidden;
}

.categorie-container {
    float: left;
    width: 100%;
}

.produs-titlu {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
}



.produs-card {
    width: calc(25% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
}

.produs-imagine-wrapper {
    width: 100%;
    height: 496px;
    position: relative;
    background-color: #f4f4f4;
}

.produs-imagine {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 20px;
    object-fit: cover;
}


.produs-info {
    width: calc(100% - 42px);
    padding: 10px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255,255,255, .5);
    backdrop-filter: blur(10px);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


/* Stars rating container */
.panel-produs-stars {
  width: 100%;
  display: flex;
  gap: 2px;
}

/* Individual star shape */
.panel-produs-stars .star {
  flex: 0 0 20px;           /* fixează lățimea la 20px */
  aspect-ratio: 1;          /* înălțime = lățime */
  background-color: #e5e5e5;
  border: 1px solid #ffd700;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.star.fill {
    background-color: #FFD700;
}

.categorie-titlu {
    width: calc(100% - 10px);
    border-bottom: 1px solid rgba(0,0,0, .1);
    padding-bottom: 20px;
}

.produs-description-p {
    font-size: 12px;
    color: black;
    margin: 0;
    height: 30px;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: wrap;
    overflow: hidden;
}

#button-produse {
    width: 100%;
    border-radius: 5px;
}

















/* Overlay-ul pentru modal, acoperă tot ecranul */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Asigură-te că este deasupra celorlalte elemente */
}

/* Conținutul propriu-zis al modalului */
.modal-content {
    background-color: white;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    width: 90%;
    max-width: 620px;
    position: relative;
}

/* Butonul de închidere (X) */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #555;
    background-color: #f4f4f4;
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
}
.close-button:hover {
    color: #000;
}

/* Clasa ajutătoare pentru a ascunde/arăta modalul */
.hidden {
    display: none;
}

/* Stiluri simple pentru formular */
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Important pentru a nu depăși lățimea */
}

.inputs-wrapper {
    background-color: #f4f4f4;
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 20px;
    width: 300px;
    float: right;
    margin-top: 10px;
}

.inputs-title-p {
    margin: 10px 10px 0 10px;
    font-weight: bold;
}


.oferta-card-wrapper {
    width: 630px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.oferta-card {
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 10px;
    right: 315px;
    background-color: #f4f4f4;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0, .1);
}









/* section beneficii */
#section-margin-5 {
  margin-right: 10px;
}

#section-4-title {
  max-width: 500px;
}

.section-4-panels {
  width: 100%;
  float: left;
}

.section-4-panel {
  width: calc(33.33333% - 50px);
  float: left;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 20px;
}

#section-4-panel-1 {
  background-color: #FFF9E6;
}

#section-4-panel-2 {
  background-color: #F0F7FF;
}

#section-4-panel-3 {
  background-color: #F8FFF1;
}

#section-4-panel-4 {
  width: calc(50% - 50px);
  background-color: #FFF3EC;
}

#section-4-panel-5 {
  width: calc(50% - 50px);
  background-color: #FFF1F4;
}

.section-4-panel-img {
  height: 100px;
}

.section-4-panel-margin {
}

.section-4-panel-title {
  font-size: 25px;
  color: #1d1d1d;
}

.section-4-panel-description {
  color: #1d1d1d;
}



/* section testimoniale */
#section-margin-testimoniale {
  margin-right: 10px;  
}

.panel-testimoniale {
  background-color: #f4f4f4;
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 20px;
  width: calc(25% - 12px);
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  height: 400px;
  position: relative;
}

.ghilimele-img {
  width: 50px;
  margin: 20px;
  margin-bottom: 10px;
  opacity: .9;
}

.panel-testimoniale-p {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
}

.panel-testimoniale-user {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

#panel-testimoniale-stars{
  margin-left: 20px;
  margin-bottom: 10px;
}

.panel-testimoniale-user-photo {
  width: 50px;
  height: 50px;
  background-color: #00579B;
  border-radius: 50px;
  float: left;
}

.panel-testimoniale-name {
  float: left;
  height: 50px;
  padding-left: 10px;
  font-weight: bold;
  color: #1c1c1c;
  margin: 0;
  line-height: 50px;
}





/* section bottom */

#section-bottom {
  min-height: 400px;
}

#section-bottom-limit {

}

#section-bottom-margin {
  margin-right: 10px;
  overflow: hidden;
}

#section-bottom-panel {
  width: calc(50% - 12px);
  border: 1px solid #e5e5e5;
  height: 400px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  overflow: hidden;
  position: relative;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}

.section-bottom-panel-title {
  font-size: 35px;
  color: #1c1c1c;
  font-family: 'Ovo';
  margin: 20px 20px 0 20px;
  max-width: 550px;
}

.section-bottom-panel-description {
  font-size: 16px;
  color: #1c1c1c;
  margin: 20px 20px 0 20px;
  max-width: 550px;
}

#button-section-bottom {
  margin: 20px;
}

.section-bottom-panel-social {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
}

.section-bottom-panel-social-p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c1c1c;
}

.social-icon {
  margin-right: 10px;
  text-decoration: none;
}

.social-icon-img {
  height: 30px;
}

#button-bottom {
  margin: 20px;
}






/* panel */

.panel-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0, 0);
    z-index: 9999;
    pointer-events: none;
    transition: .2s ease-in-out;
}

.panel-wrapper.active {
    background-color: rgba(0,0,0, .5);
    pointer-events: auto;
    backdrop-filter: blur(5px);
}

.panel {
    background-color: white;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.9);
    transition: .2s ease-in-out;
    opacity: 0;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    pointer-events: none;
}

.panel.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
    z-index: 999999;
}

.panel-border {
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid white;
    border-radius: 33px;
    pointer-events: none;
}

.panel-header-logo {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #d40000;
    width: 32px;
    height: 32px;
    border-radius: 20px;
}

.panel-header-logo-img {
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.panel-header {
    position: absolute;
    top: 10px;
    left: 54px;
    right: 54px;
    height: 32px;
    background-color: rgba(0,0,0, .02);
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 20px;
}


.panel-header-p {
    font-size: 12px;
    margin: 0 10px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 32px;
}

.panel-button-close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 32px;
    width: 32px;
    background-color: rgba(0,0,0, .02);
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 20px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.panel-button-close:hover {
  background-color: rgba(0,0,0, .05);
}

.panel-close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 22px;
    opacity: .7;
    cursor: pointer;
}

.panel-content {
    margin: 42px 10px 10px 10px;
    overflow-y: auto;
    max-height: calc(100vh - 72px);
    display: flex;
    gap: 10px;
}

.panel-inside {
    background-color: rgba(0,0,0, .02);
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 20px;
    margin-top: 10px;
    position: relative;
}




/* checkbox */
/* General layout styles (no changes needed here) */
.checkbox-table {
  width: calc(100% - 20px);
  margin-left: 10px;
  display: table;
}

.checkbox-cell {
  display: table-cell;
  vertical-align: top;
}

#checkbox-cell-checkbox {
  width: 17px; /* Give it a bit more space */
}



.checkbox-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #1c1c1c;
  border-radius: 15px; /* Makes it a circle */
  cursor: pointer;
  position: relative;
  top: 2px; /* Minor vertical alignment */
}

.checkbox-custom:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0);
  border-radius: 50%;
}

.checkbox-label {
    font-size: 10px;
}




/* panel login */
/* Left Panel */
#panel-account-left {
  width: calc(100% - 104px); /* Keeps its proportional width */
  background-color: #f4f4f4;
}

.panel-account-p {
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  max-width: 250px;
}



/* Right Panel */
#panel-account-right {
  max-width: 300px;
  width: 300px;
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #f4f4f4;
  margin-top: 10px;
  padding-bottom: 76px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0, .1);
}

#button-login {
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    font-size: 14px;
}

.lost-password-p {
    color: #1c1c1c;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
}



.validation-message {
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}


.panel-account-social-p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #1c1c1c;
}

#social-icon-account {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 10px;
}




.navbar-account-loggedin {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.navbar-profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    float: left;
}


.navbar-account-profile-text {
    float: right;
    width: calc(100% - 90px);
    position: relative;
    height: 80px;
}

.navbar-account-profile-p {
    font-size: 10px;
    margin: 0;
}

.navbar-account-profile-name-p {
    margin-top: 10px;
}

.navbar-button-link {
    font-size: 10px;
    color: red;
    text-decoration: none;
    margin: 0;
    position: absolute;
    bottom: 0;
}

.navbar-button-link:hover {

}



.panel-account-social {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.social-icon {
  text-decoration: none;
}
.social-icon-img {
  height: 22px;
}















/* panel register */
#button-register {
  position: absolute;
  left: 10px;
  bottom: 10px;
}





.navbar-account-content {

}

.navbar-account-content-photo {
  width: 38px;
  height: 38px;
  background-color: rgba(0,0,0, .05);
  border-radius: 15px;
  border: 1px solid rgba(0,0,0, .1);
  margin-left: 5px;
  margin-top: 5px;
  float: left;
}

.navbar-account-content-description {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  height: 38px;
  float: left;
}

.navbar-account-content-description-p {
  font-size: 12px;
  text-transform: normal;
}

.navbar-account-logout {
  border-radius: 10px;
  outline: 0;
  border: 1px solid rgba(255,0,0, .1);
  background-color: rgba(255,0,0, .1);
  position: absolute;
  bottom: 0;
  padding: 5px;
  font-size: 10px;
}

.navbar-account-logout:hover {
  background-color: #d40000;
  color: white;

}





#register-from-chat-form {
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 10px;
}

.form-title {
  margin-left: 10px;
}


#input-first-name {
  width: 50%;
  float: left;
  padding-right: 0;
}

#input-last-name {
  width: 50%;
  float: right;
}

#panel-input-first-name {
  width: calc(100% - 37px);
}

#panel-input-last-name {
  width: calc(100% - 37px);
  margin-left: 5px;
}







/* button chat */

.button-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
  background-color: white;
  pointer-events: none;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    transition: .2s ease-in-out;
}

.button-chat.expanded {
  max-width: calc(100vw - 20px);
  border-radius: 38px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.button-chat.logged-out.expanded {
}

.button-chat-border {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  pointer-events: none;
  transition: .2s ease-in-out;
}

.button-chat.expanded .button-chat-border {
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid white;
  border-radius: 42px;
  pointer-events: none;
}


.button-chat-header {
  background-color: #d40000;
  padding: 10px 15px 10px 15px;
  width: 100px;
  transition: .2s ease-in-out;
  border-radius: 20px;
  pointer-events: auto;
  opacity: 1;
  transition: .2s ease-in-out;
}

.button-chat-header.expanded {
  width: 384px;
  max-width: calc(100vw - 70px);
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  margin: 38px;
  border-radius: 28px;
  opacity: 0;
  position: absolute;
}


.button-chat-header-p {
  color: white;
  margin: 0;
  font-size: 16px;
  transition: .2s ease-in-out;
  margin: 0 auto;
  pointer-events: none;
  text-align: center;
}

.button-chat-header.expanded .button-chat-header-p {
  color: #1c1c1c;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}


.button-chat-content {
  overflow: hidden;
  height: 0;
  width: 100px;
  opacity: 0;
  transition: .2s ease-in-out;
}

.button-chat-content.expanded {
  width: 458px;
  max-width: calc(100vw - 40px);
  height: 530px;
  max-height: calc(100dvh - 188px);
  opacity: 1;
  margin: 10px;
  border-radius: 10px;
  position: relative;
  pointer-events: auto;
  overflow-y: auto;
}

.button-chat-content.logged-out.expanded {
  height: 392px;
}

#chat-register-button {
  margin: 40px 10px 10px 10px;
  transition: .2s ease-in-out;
}







/* mesaje */

.chat-messages-bottom {
  position: absolute;
  left: 0px;
  right:0px;
  bottom: 0px;
  background-color: rgba(0,0,0, .02);
  border-radius: 10px;
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 28px;
  z-index: 9999;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

#chat-message-input {
  width: calc(100% - 20px);
  margin: 10px 15px 10px 15px;
  
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  display: block;
  border: 0;
  padding: 0;
  outline: 0;
  resize: none;
  color: #1c1c1c;
  background-color: transparent;
}

.button-send-message {
  width: 36px;
  height: 36px;
  float: right;
  border: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 36px;
  background-color: #1d1d1d;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.button-send-message.button-disabled {
  opacity: .7;
  cursor: not-allowed;
}


.send-button-img {
  height: 17px;
}

.button-add-files {
  float: left;
  margin-left: 10px;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.1);
  background: transparent;

  display: inline-flex;       /* container flex, default flex-direction: row */
  align-items: center;        /* centru vertical */
  justify-content: center;    /* centru orizontal */
  box-sizing: border-box;
  transition: .2s ease-in-out;
}

.button-add-files:hover {
  cursor: pointer;
  background-color: rgba(0,0,0, .05);
}

.button-add-files svg {
  flex-shrink: 0;             /* nu se micșorează */
}

.button-text {
  margin: 0;                  /* fără margini adiționale */
  padding: 0;
  font-size: 12px;            /* dacă vrei un font mai mic */
}

.button-files-manager {
  float: left;
  margin-left: 10px;
  height: 36px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 36px;
  border: 1px solid rgba(0,0,0,.1);
  background: transparent;

  display: inline-flex;       /* container flex, default flex-direction: row */
  align-items: center;        /* centru vertical */
  justify-content: center;    /* centru orizontal */
  box-sizing: border-box;
  transition: .2s ease-in-out;
}

.button-files-manager:hover {
  cursor: pointer;
  background-color: rgba(0,0,0, .05);
}

.button-files-manager svg {
  flex-shrink: 0;
  padding-right: 5px;
}

.button-text {
  margin: 0;                  /* fără margini adiționale */
  padding: 0;
  font-size: 12px;            /* dacă vrei un font mai mic */
}


.conversations-sidebar {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 36px;
  width: 165px;
  transform: translateX(-50%);
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  overflow: hidden;
  border-radius: 18px;
  transition: .2s ease-in-out;
  z-index: 999;
  backdrop-filter: blur(10px);
}

.conversations-sidebar:hover {
  width: calc(100% - 2px);
  height: 200px;
  border-radius: 26px;
}

.conversations-sidebar-header {
  width: 151px;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;

  display: inline-flex;       /* container flex, default flex-direction: row */
  align-items: center;        /* centru vertical */
  justify-content: center;    /* centru orizontal */
  box-sizing: border-box;
  transition: .2s ease-in-out;
}

.button-text-past-conversations {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  font-size: 12px;
  white-space: nowrap;
}

.conversations-sidebar-content {
  height: 174px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.conversation-group {
  border-left: 1px solid rgba(0,0,0, .1);
  margin-left: 17px;
}

.group-header {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}



#file-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -1000%;
}

.files-preview {
  width: calc(100% - 20px);
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
}



.chat-logged-in-view {
}

.chat-logged-out-view {
  height: fit-content;
  overflow: hidden;
}

.conversation-item {
  background-color: rgba(0,0,0, .02);
  padding: 10px;
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 16px;
  margin: 10px;
  width: calc(100% - 42px);
}

.convo-subject {
  margin: 0;
}


.messages-header {
  font-size: 14px;
  text-align: center;
  color: #1c1c1c;
  max-width: 80%;
  margin: 20px auto;
}

.messages-main {
  position: absolute;
  bottom: 115px;
  top: 50px;
  right: 0;
  left: 0;
  background-color: white;
  overflow-y: auto;
  z-index: 997;
}

#messages-container {
  height: 375px;
}

.messages-main-top {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  height: 30px;
  z-index: 998;
  background: #ffffff;
background: -webkit-linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);
background: -moz-linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#FFFFFF",
  endColorstr="#FF0000",
  GradientType=0
);
}

.messages-main-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  bottom: 115px;
  z-index: 998;
  background: #ffffff;
background: -webkit-linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);
background: -moz-linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#FFFFFF",
  endColorstr="#FF0000",
  GradientType=0
);
}

.message {
  position: relative;
}

.message.sent {
  float: right;
  width: 80%;
  margin-bottom: 30px;
  margin-right: 10px;
}

.message-sender {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  margin: 0;
  top: -15px;
}

.message-content {
  float: right;
  width: fit-content;
  padding: 5px;
  border: 1px solid rgba(0,0,0, .1);
  background-color: rgba(0,0,0, .02);
  border-radius: 10px;
  position: relative;
}

.message-content-p {
  margin: 0;
  padding-bottom: 15px;
}

.message-timestamp {
  font-size: 10px;
  font-weight: bold;
  right: 10px;
  bottom: 5px;
  text-align: right;
  color: #1c1c1c;
}


.message.operator {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.message.operator .message-content {
  float: left;
}


.chat-system-message {
  padding: 10px;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 10px;
  width: fit-content;
  max-width: 80%;
  margin-bottom: 30px;
}





.button-close-chat {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: rgba(0,0,0, .02);
  outline: 0;
  border: 1px solid rgba(0,0,0, .1);
  cursor: pointer;
  transition: .2s ease-in-out;
}

.button-close-chat:hover {
  background-color: rgba(0,0,0, .05);
}

/* logged out chat */


.logged-out-header {
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 36px;
}

.logged-out-header-p {
  margin: 0;
  font-size: 14px;
  width: fit-content;
  line-height: 36px;
}

#panel-login-chat {
  width: calc(100% - 2px);
  padding-bottom: 70px;
  border-radius: 28px;
  height: 270px;
}

.button.chat {
  border-radius: 18px;
}

.button.chat.secundar {
  border: 1px solid #d40000;
  background-color: transparent;
  position: absolute;
  bottom: 10px;
  left: 88px;
  color: #1c1c1c;
  font-size: 14px;
}


.chat-close {
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: .7;
  transition: .2s ease-in-out;
}

.chat-close:hover {
  opacity: 1;
}











/* files manager overlay */
.files-manager-overlay {
}

.files-manager-modal { 
  position: fixed;
  right: 530px;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 530px);
  height: 400px;
  background-color: white;
  border-radius: 38px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 999;
}

#files-manager-border {
  border-radius: 42px;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}

.files-manager-header {
  width: calc(100% - 20px);
  height: 56px;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  border-radius: 28px;
}

.files-manager-header-p {
  font-size: 22px;
  font-family: 'Ovo';
  line-height: 56px;
  margin: 0;
  padding-left: 28px;
  width: fit-content;
  float: left;
}

.files-manager-close {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding-right: 0;
  cursor: pointer;
}

.recent-files-manager-content {
  width: calc(100% - 22px);
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  margin-left: 10px;
  margin-top: 10px;
  min-height: 100px;
  border-radius: 28px;
}

.recent-files-manager-content-header {
  height: 40px;
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 18px;
}

.files-manager-title-p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 28px;
}

.recent-files-manager-content-header-p {
  width: fit-content;
  float: left;
  line-height: 40px;
  margin: 0;
}

#recent-files-name {
  width: calc(100% - 518px);
  padding-left: 18px;
}

#recent-files-format {
  width: 200px;
}

#recent-files-last-modified {
  width: 300px;
}








.file-manager-row {
  width: calc(100% - 20px);
  margin-left: 10px;
  height: 40px;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  color: #1c1c1c;
  transition: .2s ease-in-out;
  border: 1px solid rgba(0,0,0,0);
}

.file-manager-row:hover {
  background-color: rgba(0,0,0, .02);
  transform: scale(1.005);
  border-color: rgba(0,0,0, .1);
}

.file-manager-cell {
  float: left;
}

.file-manager-cell.file-name {
  width: calc(100% - 500px);
  margin-left: 18px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.file-manager-cell.file-format {
  width: 200px;
}


.file-name {
  width: fit-content;
  float: left;
}

.recent-files-manager-content-links {
  position: absolute;
  bottom: 28px;
  top: 128px;
  left: 0px;
  right: 0px;
  overflow-Y: auto;
  float: left;
  width: calc(100% - 20px);
}

.file-manager-row-line {
  width: calc(100% - 20px);
  height: 1px;
  background-color: rgba(0,0,0, .1);
  margin-left: 10px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}






.new-conversation-button {
  width: calc(100% - 20px);
  margin-left: 10px;
  height: 36px;
  border: 1px solid rgba(0,0,0, .1);
  border-radius: 16px;
  background-color: transparent;
  transition: .2s ease-in-out;
  cursor: pointer;
  color: #1c1c1c;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.new-conversation-button:hover {
  background-color: rgba(0,0,0, .02);
}



.panel-error-message {
  max-width: calc(100% - 20px);
  padding-left: 15px;
  font-size: 10px;
  font-weight: bold;
  float: left;
  margin-top: 2.5px;
  margin-bottom: 0;
  color: #d40000;
}











/* footer */
#section-footer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-logo {
  width: 36px;
  height: 36px;
  display: block;
  background-color: #d40000;
  border-radius: 20px;
  position: relative;
  float: left;
}

.navbar-logo-footer-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}

.footer-link {
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  float: left;
  margin-left: 10px;
  border-radius: 15px;
}

.footer-link-p {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  width: fit-content;
}


.footer-link-right {
  background-color: rgba(0,0,0, .02);
  border: 1px solid rgba(0,0,0, .1);
  float: left;
  margin-left: 10px;
  border-radius: 15px;
  display: block;
  color: #1c1c1c;
  text-decoration: none;
  transition: .3s ease-in-out;
}

.footer-link-right:hover {
  background-color: rgba(0,0,0, .05);
  transform: translateY(-3px);
}


@media screen and (max-width: 1500px) {
    .produs-card{
        width: calc(33.33% - 10px);
    }
}




@media screen and (max-width: 1350px) {
    .section-1-title {
        font-size: 45px;
        line-height: 47px;
        max-width: 700px;
    }


    .section-servicii-panel {
      height: 400px;
      width: calc(25% - 20px);
    }


    /* testimoniale */
    .panel-testimoniale {
      height: 450px;
    }



}

@media screen and (max-width: 1250px) {
    .produs-card {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 1150px) {
    .section-1-title {
        font-size: 35px;
        line-height: 37px;
        max-width: 600px;
    }


    /* beneficii */
    #section-4-panel-1 {
      width: calc(50% - 50px);
    }

    #section-4-panel-2 {
      width: calc(50% - 50px);
    }
    #section-4-panel-3 {
      width: calc(50% - 50px);
    }
}


@media screen and (max-width: 1080px) {
    /* section 1 */ 
    .section-1-title {
        width: 100%;  
        margin-bottom: 20px;
    }

    .section-1-right {
        float: left;
        width: 100%;
    }

    .section-1-description-p {
        font-size: 18px;
        margin-top: 0;
    }

    .section-1-panel{
      height: 325px;
    }


    /* section 2 */
    .section-2-panel {
        width: 400px;
    }

    .section-2-panel-photo {
        height: 200px;
    }

    /* section 3 */

    .section-servicii-panels-wrapper {
  display: flex; /* Use the flexbox layout model */
  overflow-x: auto;
  overflow-y: hidden;
  /* You can add a gap between items directly here */
  gap: 20px;
}

.section-servicii-panel {
  width: 200px;
  /* This prevents the panel from shrinking to fit */
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
  height: fit-content;
  /* No need for display or margin properties for spacing */
}

    .section-panel-servicii-left {
      display: block;
      width: 200px;
    }

    .section-panel-servicii-right {
      width: 200px;
      display: block;
      position: relative;
      top: 0;
      transform: translateY(0);
      right: 0;
      left:0;
    }


    .section-panel-servicii-right-p {
      display: none;
    }

    .section-panel-servicii-right-title-p{
      text-align: center;
    }


    /* testimoniale */
    .panel-testimoniale {
      width: calc(50% - 12px);
      height: 400px;
    }
}


@media screen and (max-width: 920px) {
    .section-produse-left {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .section-4-panel {
      height: 500px !important;
    }
}

@media screen and (max-width: 750px) {


  /* navbar */
  .navbar-header {
    display: none;
  }

  .navbar-header-mobile {
    display: block;
  }


    .navbar-links-left {
      display: none;
    }

    .panel-bottom {
      width: calc(100% - 12px) !important;
    }




    /* section panouri */

    #section-panouri-margin {
      margin-right: 0;
    }

    .section-1-panel-left {
      width: 100%;
    }

    .section-1-panel-right {
      width: 100%;
    }


}


@media screen and (max-width: 650px) {
   
    .navbar-margin {
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-margin {
        margin-left: 10px;
        margin-right: 10px;
    }

    #section-servicii-margin {
        margin-right: 10px;
    }
    .panel-servici {
        max-width: calc(50% - 40px;);
    }


    /* section servicii */
    #section-servicii-margin {
      margin-right: 0;
    }


    /* section produse */

    #section-produse-margin {
      margin-right: -10px;
    }


    /* beneficii */
    #section-margin-5 {
      margin-right: 0;
    }
    .section-4-panel {
      width: calc(100% - 40px) !important;
      height: auto !important;
      margin-right: 0;
    }


    /* testimoniale */
    #section-margin-testimoniale {
      margin-right: 0;
      overflow: hidden;
    }
    .panel-testimoniale {
      width: calc(100% - 2px);
      height: fit-content;
      padding-bottom: 100px;
      margin-right: 0;
    }


    /* section bottom */
    #section-bottom-margin {
      margin-right: 0;
    }
    .panel-bottom {
      width: calc(100% - 2px) !important;
      margin-right: 0 !important;
    }


    /* button chat */
    .button-chat {
      right: 10px;
      bottom: 10px;
    }
}


@media screen and (max-width: 660px) {
    .oferta-card-wrapper {
        width: 100%;
        max-height: 100%;
    }


    .oferta-card {
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 600px) {
   .section-1-title {
       font-size: 25px;
       line-height: 27px;
   }

   .section-1-description-p {
       font-size: 14px;
   }

   /* section produse */
    .produs-imagine-wrapper {
        height: 400px;
    }
}


@media screen and (max-width: 480px) {


  .categorie-grid {
    width: 100%;
    display: flex;
    overflow-x: auto;
  }
  .produs-card {
        width: calc(50% - 40px);
        flex-shrink: 0;
        min-width: 250px;
    }



}

@media screen and (max-width: 420px) {
    /* section 2 */
    .section-2-panel {
        width: 100%;
    }
}
