.about-us-section.fusion {
    padding: 50px 0;
    background-color: #fff;
    font-family: 'Arial', sans-serif;
}
.fusion-solutions-section p.fusion-solutions-paragraph {
    font-size: 20px;
    color: #4B5563;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
	margin-top: 32px;
}


.fusion-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.fusion-about-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fusion-text {
    padding-right: 200px;
}

.fusion-solutions-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}



.fusion-about-top p {
    font-size: 17px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: left;
}

.fusion-logo img {
    max-width: 280px;
}

.fusion-benefits {
    display: flex;
    justify-content: center; /* Cardurile sunt centrate */
    gap: 18px; /* Exact ca în design */
    flex-wrap: wrap;
    padding: 20px 0;
}

.fusion-benefit-item {
    background: #F3F4F6; /* Culoarea corectă (#F3F4F6) */
    padding: 24px; /* Padding-ul interior 24px */
    border-radius: 8px; /* Border radius exact ca în design */
    width: 400px; /* Width fix, ca în design */
    height: 131px; /* Height fix, ca în design */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.fusion-benefit-content {
    display: flex;
    align-items: center;
    gap: 18px; /* Distanța dintre icon și text */
}

.fusion-benefit-content img {
   max-width: 65px;
    min-width: 65px;
    height: auto;
    background: #ffffff;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.fusion-benefit-content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fusion-benefit-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0 0 4px 0;
}

.fusion-benefit-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}




.fusion-solutions {
    text-align: center;
    padding-top: 20px;
}

.fusion-solutions h2 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.fusion-solutions-section {
    text-align: center;
    padding: 88px 0;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,     /* complet alb sus */
        #ffffff 60%,    /* alb până la 70% */
         #dceef2 80%,
    #d4e7ec 100%
    );
}


.fusion-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.fusion-solutions-section h2 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.fusion-solutions-section p:not(.fusion-solutions-paragraph) {
    font-size: 18px;
    color: #666;
    margin-bottom: 26px;
}



.fusion-solutions-section {
    padding-top: 35px;
    padding-bottom: 50px;
   background: linear-gradient(182deg, rgba(255, 255, 255, 1) 15%, rgba(214, 237, 238, 1) 100%, rgba(255, 255, 255, 1) 160%);
}

.fusion-container h2 {
    color: #111827;
    text-align: left;
	font-size: 22px;
    font-weight: 500;
     margin-bottom: 20px;
}

.fusion-solutions-paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #4B5563;
    width: 655px;
    margin: 0 auto;
    text-align: center;
}

.fusion-solutions-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 10px;
}

.fusion-solutions-left,
.fusion-solutions-right {
    width: 30%;
}

.fusion-solutions-images {
    width: 40%;
    text-align: center;
}

.solution-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 24px;
}

.solution-item h3 {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.solution-item p {
    margin: 0;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
}
.solution-window {
   width: 296px;
    height: 372px;
    margin-top: -398px;
}
.fusion-solutions-section p.fusion-solutions-paragraph {
    font-size: 15px;
    color: #4B5563;
    font-weight: 400;
    text-align: center;
   
    margin: 0px auto;
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
    margin-top: 32px;
    width: 100%;
}

.contact-page {
    background: #ffffff;
    padding: 50px 0;
	padding-bottom: 0px;
}

.contact-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    padding: 0 20px;
}


.contact-info, .contact-form {
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}
.contact-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
	margin-top:-15px;
}
.contact-info p{
    font-size: 15px;
    font-weight: 400;
    color: #4B5563;
}
.contact-details {
    margin-top: 20px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    
}
.contact-icon {
   
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    height: 94px;
}
.contact-icon img {
    width: 70px;
    height: 70px;
    
}

.contact-text a {
    font-weight: 700 !important;
    font-size: 17px;
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
}


.contact-text p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
	margin-bottom:6px;
	
}
.contact-text p strong {
    font-weight: 700 !important;
    color: #333;
    display: block;
    margin-bottom: 5px;
	font-size: 17px;
}

.contact-title {
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none;
}





/* Formularul de contact */
.contact-form {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.contact-map {
    margin-top: 60px;
}
.contact-map iframe {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -5px;
}
@media (max-width: 768px) {
	
    .contact-container {
        flex-direction: column;
        align-items: center;
    }
    .contact-form {
        width: 100%;
        padding: 15px;
    }
	  .fusion-about-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fusion-logo {
        margin-top: 20px;
    }

    .fusion-logo img {
        max-width: 100%; 
    }
	fusion-solutions-content {
        flex-direction: column;
    }

    .fusion-solutions-left,
    .fusion-solutions-right,
    .fusion-solutions-images {
        width: 100%;
    }

    .fusion-solutions-paragraph {
        width: 100%;
        padding: 0 20px;
    }
	 .fusion-benefits {
        flex-direction: column;
        align-items: center;
    }

    .fusion-benefit-item {
        width: 90%;
    }
	
.contact-container {

    padding: 0px 15px;
}
.solution-item p {
   font-size: 17px;
    color: #666;
    margin-bottom: 40px;
}
	

.contact-icon img {
    width: 70px;
        height: 70px;
}
	 .fusion-solutions-content {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    padding: 0 16px;
  }

  .solution-item {
    width: calc(50% - 8px) !important;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .solution-item h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .solution-item p {
    font-size: 13px;
    color: #4b5563;
    margin: 0;
  }

  .fusion-solutions-left,
  .fusion-solutions-right,
  .fusion-solutions-images,
  .fusion-solutions-paragraph {
    width: 100%;
  }
	.fusion-solutions-section p:not(.fusion-solutions-paragraph) {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
	.fusion-solutions-left, .fusion-solutions-right {
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }
	.fusion-solutions-images {
        width: 100%;
        margin-left: 324px;
        margin-bottom: -180px;
    }
    .fusion-solutions-left, .fusion-solutions-right {
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }
}
@media (max-width: 1024px) {
	.contact-icon img {
            width: 70px;
        height: 70px;
}
    .fusion-solutions-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .fusion-solutions-left, .fusion-solutions-right {
        width: 80%;
        padding-top: 0;
    }

    .solution-item {
        width: 100%;
        text-align: center;
    }

    .fusion-solutions-images {
        width: 100%;
        margin-top: -50px;
    }

    .solution-door {
        width: 280px;
        height: auto;
        margin-left: 0;
		margin-top:39px;
    }

    .solution-window {
        width: 250px;
        height: auto;
        margin-top: -300px;
    }
	.solution-item h3 {
        margin: 12px;
        color: #111827;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 9px;
    }

.solution-item p {
   font-size: 17px;
    color: #666;
    margin-bottom: 40px;
}
	.fusion-solutions-section h2 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
}

@media (max-width: 1399.98px) {
  .fusion-logo img {
    max-width: 240px;
  }
  .fusion-benefit-item {
    width: 30%;
  }
	.contact-icon img {
     width: 70px;
    height: 70px;
}
}


@media (max-width: 1199.98px) {
  .fusion-logo img {
    max-width: 200px;
  }
  .fusion-benefit-item {
    width: 45%;
  }
  .fusion-solutions-left, .fusion-solutions-right {
    width: 45%;
  }
	.contact-icon img {
     width: 70px;
    height: 70px;
}
	.contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .contact-icon {
        margin-bottom: 10px; /* Spațiu între icon și text */
        width: 70px;
        height: 70px;
        padding: 0;
    }

    .contact-icon img {
        width: 70px;
        height: 70px;
    }

    .contact-text {
        text-align: center;
    }
	 .fusion-solutions-section {
    padding-top: 35px;
    padding-bottom: 50px;
   background: linear-gradient(182deg, rgba(255, 255, 255, 1) 15%, rgba(214, 237, 238, 1) 100%, rgba(255, 255, 255, 1) 160%);
}

.fusion-solutions-paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #4B5563;
    width: 655px;
    margin: 0 auto;
    text-align: center;
}

.fusion-solutions-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 10px;
}

.fusion-solutions-left,
.fusion-solutions-right {
    width: 30%;
}

.fusion-solutions-images {
    width: 40%;
    text-align: center;
}

 .solution-item {
    display: flex;
    flex-direction: column;
    justify-content: center; /* poziționează vertical conținutul */
    padding: 4px 4px;       /* puțin mai mult padding vertical */
    height: auto !important;
    text-align: center;
  }

.solution-item h3 {
        margin: 12px;
        color: #111827;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 9px;
    }

.solution-item p {
    margin: 0;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
}
.solution-window {
   width: 296px;
    height: 372px;
    margin-top: -398px;
}
}


@media (max-width: 991.98px) {
  .fusion-about-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .fusion-logo {
    margin-top: 20px;
  }
  .fusion-logo img {
    max-width: 150px;
  }
  .fusion-benefits {
    flex-direction: column;
    align-items: center;
  }
  .fusion-benefit-item {
    width: 90%;
  }
  .fusion-solutions-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .fusion-solutions-left, .fusion-solutions-right {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .solution-item {
    width: 100%;
  }
  .solution-door {
    width: 250px;
    height: auto;
    margin-top: 51px;
  }
  .solution-window {
    width: 220px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
	.contact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px; /* opțional, spațiu între fiecare item */
    }

    .contact-icon {
        margin-bottom: 10px; /* spațiu între icon și text */
        width: 70px;
        height: 70px;
        padding: 0;
    }

    .contact-icon img {
        width: 70px;
        height: 70px;
    }

    .contact-text {
        text-align: center;
    }

    .fusion-text {
        padding-right: 0px;
    }
}


@media (max-width: 767.98px) {
  .fusion-solutions-images {
    margin-top: -20px;
  }
  .solution-door {
    margin-top: 40px;
  }
	.fusion-benefits {
    flex-direction: column;
    align-items: stretch; /* ca să ocupe toată lățimea */
  }

  .fusion-benefit-item {
    margin-bottom: 20px; /* spațiu între elemente */
  }

  .fusion-benefit-item:last-child {
    margin-bottom: 0; /* elimină spațiul după ultimul */
  }
}


@media (max-width: 575.98px) {

  .fusion-benefit-item h3 {
    font-size: 16px;
  }
  .fusion-benefit-item p,
  .solution-item p {
    font-size: 14px;
  }
  .solution-item {
    height: auto;
    padding: 15px;
  }
  .solution-door {
    width: 200px;
  }
  .solution-window {
    width: 180px;
  }
	.fusion-solutions-section p:not(.fusion-solutions-paragraph) {
    font-size: 12px;
    color: #666;
    margin-bottom: 26px;
}
	.solution-item h3 {
        margin: 12px;
        color: #111827;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 9px;
    }
}


/* formular de contact codul css */

.input-field {
    width: 100%;
    padding: 10px 40px 10px 45px; /* top, right, bottom, LEFT */
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap.your-name::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('https://cars-world.eu/betafer/wp-content/uploads/2025/04/user.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}


.wpcf7-form-control-wrap.your-name input {
    padding-left: 45px !important; 
}


.wpcf7-form-control-wrap.your-name::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('https://cars-world.eu/betafer/wp-content/uploads/2025/04/user.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}


.wpcf7-form-control-wrap.your-name input {
    padding-left: 45px !important;
}


.wpcf7-form-control-wrap.your-email::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('https://cars-world.eu/betafer/wp-content/uploads/2025/04/mail.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}


.wpcf7-form-control-wrap.your-email input {
    padding-left: 45px !important;
}

@media (max-width: 768px) {
  .fusion-solutions-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fusion-solutions-left,
  .fusion-solutions-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .fusion-solutions-images {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Grupați toate cardurile în stânga */
  .fusion-solutions-left::after {
    content: '';
    display: block;
  }

  /* Mergem cu cardurile din dreapta în stânga */
  .fusion-solutions-left .solution-item:last-child::after {
    content: '';
    display: block;
  }

  /* Mutăm efectiv cardurile din dreapta în containerul din stânga */
  .fusion-solutions-left::after {
    content: '';
    display: none;
  }

  /* Ascundem dreapta pe mobil ca să nu se dubleze */
  .fusion-solutions-right {
    display: none;
  }

  /* Mutăm manual cardurile din dreapta în stânga (cu JS dacă e absolut nevoie), dar mai simplu: duplicăm cu PHP dacă vrei un fallback) */
}
