/* 
.hero {
  max-width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 240% 100%;
  background-size: auto 100%;
  background-position: bottom 50% right 30%;
  height: 657px;  
}
*/

.description {
  background-image: url("../img/baner-m-adresabilitate2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fd9f21;
}

.title {
  text-align: left;
  line-height: 42px;
  color: #4ea37b;
}

.scroll-down {
  align-self: center;
  position: absolute;
}

.description-text {
  font-weight: 300;
  color: #745e16;
  text-align: right;
}

.description-text-span {
  font-family: "Poppins";
  font-weight: 700;
  color: #745e16;
}

.rez-title, .com-title {
  font-weight: 600;
  color: #745e16;
}

.amenajari-container{
  background-color:#59b18f;
  background-image: url('../img/amenajari1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  height: 85vh;
  align-items: center;
  justify-content: center;
}

.amenajari-title-text{
  color: #4e5153;
  font-weight: 300;
}

.amenajari-title-span {
  font-family: "Poppins";
  font-weight: 700;
  color: #4e5153;
}

.amenajari-sus{
  display: block;
  position: relative;
}

.colaborari-container{
  background-color:#383a3c;
}

.colaborari-title-text{
  color: #4ea37b;
  font-weight: 300;
}

.colaborari-title-span {
  font-family: "Poppins";
  font-weight: 700;
  color: #4ea37b;
}

.services-container {
  background-color: #f0f0f0;
}

.town {
  max-width: 100%;
}

.town-item {
  max-width: 100%;
  margin-bottom: 50px;
}

.services-title {
  display: flex;
  flex-direction: column;
}

.services-title-text {
  color: #077787;
  font-weight: 300;
}

.services-title-span {
  font-family: "Poppins";
  font-weight: 700;
  color: #077787;
}

.services-description-container, .amenajari-description-container, .colaborari-description-container {
  display: grid;
  grid-template-columns: repeat(1fr);
}

.btns-grid {
  border-radius: 10px;
  color: #0a0a0a;
  background: #f2e9e9;
  height: fit-content;
}

.btns-grid-title {
}

.btns-grid-title-i{
    display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.btns-grid-title h3{
  color: #3D4042;
  font-weight: 600;
}

.lnk-btns{
  font-weight: 600;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: normal;
}

.request-offer {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
  align-self: center;
}
.request-title-container {
  display: flex;
  flex-direction: column;
}
.request-description-container {
  padding-right: 50px;
}

.request-title {
	font-weight: 300;
	color: #3D4042;
}

.request-title span{
  font-family: "Poppins";
  font-weight: 700;
  color: #4ea37b;
  display: block;
}

.badge-container {
  width: 100px;
}

.request-btn {
  color: #5ab18f;
  background-color: #3d4042;
  font-weight: 600;
  letter-spacing: 0.96px;
  transition: all 300ms ease-in;
  display: table;
  text-align: center;
}

.request-btn:hover{
  color: #3d4042;
  background-color: #5ab18f;
  transition: all 300ms ease-in;
}

.request-btn2 {
  color: #3d4042;
  background-color: #5ab18f;
  font-weight: 600;
  letter-spacing: 0.96px;
  transition: all 300ms ease-in;
  display: table;
  text-align: center;
}

.request-btn2:hover{
  color: #5ab18f;
  background-color: #3d4042;
  transition: all 300ms ease-in;
}

.badge-mobile{
    width:150px !important;
}

.contrast{
    color: #3d4042;
}

.bladet{
  display: table;
  font-size: 10px;
  margin-top: 14px;
  margin-bottom: 10px;
  color: #e3e3e3;
  font-weight: 600;
}

.more-ren{
  color: #3d4042;
  margin-top: 90px;
  font-weight: 500;
}

.more-ren a{
  color: #3d4042;
}

.more-ren a img{
  vertical-align: middle;
  width: 24px;
  margin-right: 12px;
}

.req2{
  margin-top: 20px;
}

.locations-insert{
  position: relative;
  /*
  background-color: rgb(89, 177, 143, 0.21);
  */
  margin-top: 60px;
  padding: 5vh 0;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.locations-insert h2{
  font-weight: 600;
  color: #745e16;
}

.locations-grid {
  display: grid;
  gap: 20px;
  margin-top: 50px;
  grid-template-columns: repeat(2, 1fr);
}

.location-card {
    background-color: #59b18f;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.location-card h3{
  color: #4e5153;
  font-weight: 600;
}

.location-card p{
  font-size: 12px;
}

/* Stiluri pentru cardul "În curând" */
.location-card.coming-soon {
    background-color: #f8f9fa;
}

@media (min-width: 992px) {
  .hero {  
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    /*align-items: flex-start;*/
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }
  .title {
    width: auto;
    padding: 0;
    text-align: left;
    letter-spacing: 0px;
  }
  .scroll-down {
    bottom: 20px;
  }
  .scroll-down > a > img{
    max-width: 16px;
  }
  .scroll-down > a {
    height: auto;
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    bottom: 20px;
		left: 0;
		right: 0;
  }
	@keyframes MoveUpDown {
		0%, 100% {
		  bottom: 20px;
		}
		50% {
		  bottom: 1px;
		}
	}
  .description {
    background-image: url("../img/baner-d2-adresabilitate.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 50px;
  }
  .details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 12px;
    padding-top: 110px;
    padding-bottom: 90px;
  }
  .description-text, .services-title-text, .request-title, .amenajari-title-text, .colaborari-title-text {
    line-height: 1.3;  
    font-size: clamp(1.75rem, -0.254rem + 3.233vw, 3.625rem);
  }
  .rez-title, .com-title  {
    margin-bottom: 50px;
    font-size: clamp(1.125rem, -0.478rem + 2.586vw, 2.625rem);
    letter-spacing: 0px;
  }
  .rez-text, .com-text, .services-description-elements, .request-description  {
    font-size: clamp(1rem, 0.599rem + 0.647vw, 1.375rem);
    letter-spacing: 1.32px;
    color: #3d4042;
    line-height: 1.5;
  }
  .amenajari-desc, .amenajari-desc p, .colaborari-desc, .colaborari-desc p{
    font-size: clamp(1rem, 0.599rem + 0.647vw, 1.375rem);
    letter-spacing: 1.32px;
    color: #fff;
    line-height: 1.5;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .services-description-elements{
    margin-top: 30px;
  }
  .slide-text {
    width: 100%;
  }
  .amenajari-description-container{
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 50px;
    padding: 70px 50px 0 50px;
  }
  .services-container, .amenajari-container, .colaborari-container {
    padding: 60px 0 110px 0;
  }
  .services-title {
    align-self: flex-start;
    margin-bottom: 50px;
  }
  .town-item {
    align-self: center;
    max-width: 100%;
    overflow: hidden;
  }
  .services-description-container, .colaborari-description-container {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 50px;
    padding: 70px 50px 0 50px;
  }
  .second {
    order: 3;
    margin-bottom: 5rem;
  }
  .btns-grid-container {
    display: grid;
    padding: 0 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(100px, auto);
    column-gap: 50px;
    row-gap: 66px;
    margin-top: 60px;
    grid-template-areas: "col1 col2";
  }
  .btns-grid{
    background: none;
  }
  .btns-grid-title:hover {
    cursor: pointer;
  }
  .btns-grid-title{
    padding: 20px;
  }
  .btns-grid-title, .btns-grid-title h3{
    background: #f2e9e9;
    border-radius: 10px;
    font-size: clamp(1rem, 0.599rem + 0.647vw, 1.375rem);
    letter-spacing: 0.78px;
  }
  .btns-grid-title.open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btns-grid-title.open:hover {
    cursor: default;
  }
  .btns-content {
    display: none;
  }
  .btns-content.open {
    display: flex;
    flex-direction: column;
    font-weight: 300;
    gap: 25px;
    background: #f2e9e9;
    padding: 15px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .btns-content > div {
    letter-spacing: 0.8px;
    line-height: 1.4;
    font-size: clamp(1rem, 0.866rem + 0.216vw, 1.125rem);
    color: #3d4042;
  }
  .lnk-btns{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .plus-svg {
    width: 20px;
  }
  .plus-svg.open{
    width: 20px !important;
  }
  .flex-container {
    gap: 50px;
    margin-left: 35%;
    width: 38%;
  }
  .request-title-container {
    display: flex;
    flex-direction: column;
  }
  .request-description-container {
    padding-right: 50px;
  }
  .badge {
    width: 150px;
  }
  .request-btn, .request-btn2 {
    /*font-size: clamp(1rem, 0.599rem + 0.647vw, 1.375rem);*/
    border-radius: 15px;
    /*padding: 20px 70px;*/
    padding: 20px 0px;
    width: 240px;
    font-size: clamp(1rem, 0.866rem + 0.216vw, 1.125rem);
  }
  .colab2{
    align-self: center;
    text-align: center;
  }
  .colab2-2{
    display: none;
  }
  .locations-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .location-card h3{
    font-size: clamp(0.75rem, 0.483rem + 0.431vw, 1rem);
    margin-top: 17px;
    margin-bottom: 15px;
  }
  .location-card p{
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .town-item {
    width: 100%;
  }
}

@media (min-width: 1600px){
  .amenajari-sus{
    width: 50%;
  }
  .imgcolab{
    max-width: 270px;
    height: auto;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {
  .amenajari-sus{
    width: 65%;
  }
  .imgcolab{
    max-width: 220px;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .amenajari-sus{
    width: 75%;
  }
  .imgcolab{
    max-width: 180px;
    height: auto;
  }
}

@media (min-width: 1500px) {
  .town-item {
    align-self: center;
  }
  .services-title-text {
    padding-right: 25px;
  }
  .menu-svg {
    width: 10px;
  }
}

@media(max-width: 991px){
  .scroll-down > a > img{
    max-width: 12px;
  }
  .scroll-down > a {
    height: auto;
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    bottom: 20px;
		left: 0;
		right: 0;
  }
	@keyframes MoveUpDown {
		0%, 100% {
		  bottom: 20px;
		}
		50% {
		  bottom: 1px;
		}
	}
  .btns-grid-container {
    display: grid;
    grid-template-columns: repeat(minmax(300px, 1fr));
    grid-auto-rows: minmax(80px, auto);
    margin-top: 60px;
    gap: 25px;
  }
  .btns-grid-title{
    padding: 15px;
  }
  .btns-grid-title, .btns-grid-title h3 {
    font-size: 14px;
    letter-spacing: 0.78px;
    line-height: normal;
  }
  .plus-svg {
    width: 16px;
  }
  .plus-svg.open{
    width: 16px !important;
  }
  .btns-content {
    display: none;
  }
  .btns-content.open {
    display: flex;
    padding: 10px 15px;
    flex-direction: column;
    font-weight: 300;
    font-size: 13px;
    gap: 25px;
  }
  .btns-content > div {
    letter-spacing: 0.8px;
    line-height: 1.6;
    color: #3d4042;
  }
  .description-text, .services-title-text, .request-title, .amenajari-title-text, .colaborari-title-text {
    font-size: 24px;
    line-height: 42px;
  }
  .town-item{
    margin-top: 40px;
  }
  .lnk-btns{
    font-size: 10px;
    margin-bottom: 20px;
  }
  .services-container, .amenajari-container, .colaborari-container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .first {
    margin-bottom: 1.5rem;
  }
  .description {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .details {
    display: grid;
    grid-template-columns: repeat(1fr);
    grid-gap: 5%;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .comercial{
    margin-top: 15px;
  }
  .amenajari-container{
    background-position: 30%;
  }
  .amenajari-desc, .amenajari-desc p, .colaborari-desc, .colaborari-desc p{
    font-size: 16px;
    letter-spacing: 1.32px;
    line-height: 1.5;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .rez-title, .com-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .rez-text, .com-text, .services-description-elements, .request-description {
    font-size: 16px;
    letter-spacing: 1.32px;
    line-height: 1.5;
    color: #3d4042;
  }
  .flex-container {
    gap: 25px;
    margin-left: 70px;
    width: 98%;
  }
  .request-btn, .request-btn2 {
    /*font-size: 16px;*/
    /*padding: 15px 35px;*/
    padding: 15px 0px;
    width: 200px;
    border-radius: 10px;
    font-size: 14px;
  }
  .imgcolab{
    max-width: 100px;
    height: auto;
  }
  .colab2{
    display: none;
  }
  .colab2-2{
    display: block;
    margin-bottom: 30px;
  }
  .colab1{
    margin-bottom: 60px;
  }
  .badge {
    width: 120px;
  }
  .more-ren{
    margin-top: 40px;
  }
  .more-ren a{
    font-size: 12px;
  }
  .more-ren a img{
    width: 16px;
    margin-right: 10px;
  }
  .req2{
    margin-top: 5px;
  }
  .locations-insert h2 {
    font-size: 18px;
  }
}

@media(min-width:768px) and (max-width:991px){
  .hero {  
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(min-width:768px){
  .mobile{
    display: none !important;
  }
  .scroll-down {
    bottom: 60px;
  }
  .request-offer {
    background-image: url("../img/cere-oferta-d-home.jpg");
    background-position: center;
  }
}

@media(max-width:767px){
  .desktop{
    display: none !important;
  }
  .hero {  
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title {
    /*padding-top: 270px;*/
    padding-top:210px;
  }
  .scroll-down {
    /*bottom: 45px;*/
    bottom:10px;
  }
  .request-offer {
    background-image: url("../img/cere-oferta-m-home.jpg");
    background-position: left;
  }
}