/*
 Theme Name:   tehnocamp child
 Description:  TEHNOCAMP Custom layout
 Author:       CC
 Author URI:   #
 Template:     tehnocamp
 Version:      1.2.1
*/

:root {
  --gradient-tehnocamp: linear-gradient(135deg, #008DD2, #198D40);
}

[class*="color-scheme-light"] .footer-widget {
    --wd-link-color: rgba(255, 255, 255, 0.7) !important;
}

html {
  scroll-behavior: smooth;
}

input[type="radio"],
input[type="radio"]:checked:before {
    width: 1.2rem;
    height: 1.2rem;
	filter: grayscale(100%) contrast(200%);
    cursor: pointer;
}

input[type="checkbox"],
input[type="checkbox"]:checked:before {
    width: 1.2rem;
    height: 1.2rem;
	filter: grayscale(100%) contrast(200%);
    cursor: pointer;
}

#section-echipamente {
  scroll-margin-top: 60px;
}

.hidden-fields-container {
  display: none;
}

::selection {
	background: #333;
	color: #fff;
}

.lowercase-a {
	text-transform: none;
}

.wd-dropdown-menu.wd-design-default {
	width: 260px;
}

ol.nested-counter-list {
  counter-reset: item;
}

ol.nested-counter-list li {
  display: block;
}

ol.nested-counter-list li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: bold;
}

ol.nested-counter-list ol {
  counter-reset: item;
}

ol.nested-counter-list h4 {
    display: inline;
}

ol.nested-counter-list {
    padding-left: 0;
}

.footer-btm-r {
	font-size: 80%;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: end;
}

.footer-btm-r a {
    color: rgba(255,255,255,0.6);
}

.footer-btm-r a:hover {
    color: var(--wd-link-color-hover);
}

@media (max-width: 576px) {
	.footer-btm-r {
		font-size: 70%;
		justify-content: flex-start;
	}
	.footer-contact {
    margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}
}

.tehnocamp-echipamente-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
}
@media (min-width: 768px) {
	.tehnocamp-echipamente-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.echipament-card {
	position: relative;
	background: #fff;
	border-radius: 1rem 1rem 1rem 0;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	opacity: 0;
}
.echipament-card:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.echipament-thumbnail img {
	width: 100%;
	height: 300px;
	object-fit: cover;
    display: block;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}


.echipament-labels {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
	position: absolute;
	top: 1rem;
	left: 1rem;
}

.label-gama {
    background-color: rgb(22,163,74);
    color: #fff;
    padding: 2px 8px;
    font-size: 0.75rem;
    border-radius: 4px;
    font-weight: 600;
}

.label-cod {
    background-color: #1e88e5;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
}

.echipament-content {
	padding: 1.5rem;
}

.echipament-title {
	font-size: 1.25rem;
	margin: 0 0 0.5rem;
	color: var(--wd-title-color);
	text-transform: var(--wd-title-transform);
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
	line-height: 1.4;
	display: block;
}
.echipament-excerpt {
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 1rem;
	cursor: default;
}
.brand-logo img {
	max-height: 40px;
	max-width: 100px;
	object-fit: contain;
	margin-bottom: 1rem;
	display: none;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.contact-icon {
    width: 26px; 
    height: 26px; 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
}

.icon-tel {
	background-image: url("images/phone_g.svg");
}

.icon-mail {
	background-image: url("images/email_g.svg");
}

.footer-contact {
	display: flex;
	flex-direction: column;
}

.contact-item:first-child {
	padding-top: 0;
}

.contact-item:not(:first-child) {
	padding-top: 20px;
}

.contact-item-detail.social {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.contact-item {
	display: flex;
	gap: 20px;
	align-items: center;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	padding-bottom: 20px;
}

.contact-item-title {
	color: var(--wd-widget-title-color);
	text-transform: var(--wd-widget-title-transform);
	font-weight: var(--wd-widget-title-font-weight);
	font-style: var(--wd-widget-title-font-style);
	font-size: var(--wd-widget-title-font-size);
	font-family: var(--wd-widget-title-font);
}

.contact-item-detail {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

/* .wd-footer {
    background: linear-gradient(
        135deg, 
        #008DD2,  
        #198D40    
    ) !important
} */

footer.wd-footer.footer-container.color-scheme-light a:hover {
	color: rgb(74,222,128);
}

.variante-echipament {
	display: flex;
    gap: 5px;
    margin-bottom: 1rem;
	flex-wrap: wrap;
}


.dimensiuni-furtun {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 12px 0;
    flex-wrap: wrap;
}

.dim-item {
    display: flex;
    background: #fff;
    color: #242424;
    border-radius: 4px;
	border: 1px solid #242424;
	cursor: default;
}

.dim-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dim-icon-bg {
	background-color: #242424;
	padding: 3px 6px;
}

.dim-text {
    padding: 3px 6px;
    font-size: 12px;
}

.dim-item.diametru .dim-icon {
    background-image: url('images/diametru.svg');
}

.dim-item.lungime .dim-icon {
    background-image: url('images/lungime.svg');
}

.more-icon::before {
    content: "\f113";
    font-family: "woodmart-font";
	margin-left: 6px;
	font-weight: normal;
}


/* testing: */
/* a.echipament-title {
    position: absolute;
    top: 50%;
    padding: 1rem;
    width: 100%;
    color: #fff;
    background: linear-gradient(135deg, #008DD2, #198D40) !important;
    opacity: 80%;
} */


/* a.echipament-title:hover {
    background: linear-gradient(135deg, #008DD2, #198D40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} */

.hero-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.hero-image-wrapper {
  position: relative;
  height: 600px;
  background-image: url('images/hero-irrigation_02.webp'); 
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}

.hero-card {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border: 1px solid #f3f3f3;
}

.hero-card-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-box {
  width: 48px;
  height: 48px;
  background-color: #00a0e333;
  border-radius: 8px;
  background-image: url('images/droplet.svg'); 
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.tehnocamp-emblem {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  background-image: url('images/emblema-tehnocamp.svg'); 
  background-size: 120px 120px;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-percentage {
  font-size: 1.75rem;
  font-weight: bold;
  color: #111827;
}

.hero-label {
  font-size: 0.875rem;
  color: #4b5563;
}

.hero-content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 1024px) {
  .hero-content {
    text-align: left;
    padding: 60px 0 0 0;
  }
}

.badge {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  background-color: #dcfce7;
  color: #166534;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}

.badge-icon {
  width: 18px;
  height: 18px;
  background-image: url('images/bulb.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

@media (max-width: 397px) {
  .badge-icon {
    display: none !important;
  }
}


.hero-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #111827;
  margin-bottom: 24px;
}

.hero-description {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 48px;
  }
  .hero-description {
    font-size: 1.2rem;
  }
}

.highlight {
  color: #16a34a;
  display: block;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.hero-stats {
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

.stat {
  text-align: center;
}

@media (min-width: 1024px) {
  .stat {
    text-align: left;
  }
}

.stat-number {
  font-size: 28px;
  font-weight: bold;
  color: #15803d;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 16px;
  color: #4b5563;
}


@media (max-width: 600px) {
  .descopera-echipamentele, .cere-oferta {
    width: 100%;
  }
}


.brand-logo-item {
  height: 100px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.brand-logo-item:hover{
  filter: grayscale(0%);
}


.tehnocamp-bullet {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.tehnocamp-bullet b {
  font-size: 1rem;
}

.tehnocamp-bullet li {
  position: relative;
  padding-left: 1.5em; 
  margin-bottom: 0.5em;
}

.tehnocamp-bullet li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.6em;
  height: 0.6em;
  background-color: #22C55E; 
  border-radius: 50%;
}

.categorii-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.categorie-item {
  position: relative;
  width: calc(33.33% - 20px);
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  color: white;
  transition: transform 0.3s ease;
  text-decoration: none;
  display: block;
  position: relative;
}

#echipamente-homepage .categorie-item {
  width: 80%;
  align-self: flex-end;
}

#echipamente-homepage .categorii-container {
  justify-content: end;
}

@media (max-width: 500px) {
  #echipamente-homepage .categorie-item {
  width: 100%;
  }
}

.categorie-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: inherit; 
  z-index: 0;
  transition: transform 0.5s ease;
  transform-origin: center;
}

.categorie-item:hover::before {
  transform: scale(1.05); 
}

.categorie-item.bg-instalatii-liniare-irigatii-agricole { background-image: url('images/linears.webp'); }
.categorie-item.bg-pivoti-pentru-irigatii-agricole  { background-image: url('images/pivots.webp'); }
.categorie-item.bg-tamburi-irrimec-irigatii  { background-image: url('images/tamburi-irrimec.webp'); }
.categorie-item.bg-tamburi-elite-irigatii  { background-image: url('images/tamburi-elite.webp'); }
.categorie-item.bg-motopompe-diesel-irigatii  { background-image: url('images/motopompe.webp'); }
.categorie-item.bg-grupuri-pompare-electrice  { background-image: url('images/grup-pompare.webp'); }



.categorie-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.categorie-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25); 
  z-index: 1;
}

.categorie-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(
    135deg,
    #008DD2,
    #198D40
  );
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;

  -webkit-mask-image: linear-gradient(to top, black 60%, transparent 100%);
  mask-image: linear-gradient(to top, black 60%, transparent 100%);
}


/* Responsive */
@media (max-width: 991px) {
  .categorie-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .categorie-item {
    width: 100%;
    height: 300px;
  }
  .categorie-title {
    font-size: 1rem;
  }
}

.chevron-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.chevron-icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  margin-left: -4px;
}

.categorie-item:hover .chevron-icon {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateX(2px);
}


.chevron-icon {
    animation: pulse 2s infinite;
}


/* @media (max-width: 576px) {
  .chevron-icon {
    animation: pulse 2s infinite;
  }
} */


 @media (max-width: 576px) {
  .brand-logo-item img {
    text-align: end !important;
  }
} 

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

.th-double-chevron-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 48px;
}

.th-chevron {
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(45deg);
  animation: th-chevronDown 1.5s infinite ease-in-out;
}

.th-chevron.th-second {
  animation-delay: 0.2s;
}

@keyframes th-chevronDown {
  0% {
    opacity: 0;
    transform: translateY(-5px) rotate(45deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translateY(5px) rotate(45deg);
  }
}


@media (min-width: 900px) {
  .image-clip {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  }
  #formular-cerere {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
}

.accesorii-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  /* background-color: #f9fafb; */
}

@media (min-width: 600px) {
  .accesorii-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 900px) {
  .accesorii-grid.accesorii-motopompe {
    grid-template-columns: repeat(3, 1fr);
  }
}

.accesoriu-item {
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  display: flex;
  align-items: center;
}


.accesoriu-item img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.accesoriu-item p {
  margin: 0;
  padding: 12px;
  font-size: 12px;
  font-weight: normal;
  
}

.accesoriu-item:hover {
  background: linear-gradient(
    135deg,
    #008DD2,
    #198D40
  );
  color: #fff;
  cursor: default;
  user-select: none;
}

.agri-image-container {
  position: relative;
  flex: 1;
  max-width: 400px;
}

.agri-image-container img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.shadow-bg {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  background: #16a34a;
  z-index: 1;
}

.dot-pattern {
  position: absolute;
  width: 80px;
  height: 160px;
  background-image: radial-gradient(#22C55E 2px, transparent 2px);
  background-size: 10px 10px;
  z-index: 1;
}

.design-right .dot-pattern {
  top: -32px;
  left: -32px;
}

.design-left .dot-pattern {
  top: -32px;
  right: -32px;
}

.design-right .shadow-bg {
  right: -16px;
  bottom: -16px;
}

.design-left .shadow-bg {
  left: -16px;
  bottom: -16px;
}

.agri-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap;
  gap: 40px;
}

/* .partners-section {
  padding: 2rem 0;
  background-color: #fff;
  
} */

.partners-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.partner-logo {
  flex: 1 1 calc(33.333% - 1rem);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo:hover {
  box-shadow: 0 0 9px rgba(0,0,0,0.2);
}

.partner-logo img {
  max-height: 70px;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .partner-logo {
    flex: 1 1 100%;
  }
  #formular-cerere {
    padding-top: 2rem;
    border-top: 1px solid #e7e7e7;
}
}

.elite-features {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.elite-feature {
  color: #fff;
  padding: 0.75rem 1rem;;
  border-top: 2px solid #D8E8F2;
  font-size: 1rem;
  background-color: #fbfbfb26;
  cursor: default;
}

.elite-feature:hover {
  color: #242424;
  background-color: #f1f1f1;
  border-top-color: #22C55E;
  
}

.breadgrumbs-container {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: smaller;
}

.icon-prev:before {
  content: "\f114";
  font-family: "woodmart-font";
}

.icon-cat:before {
  content: "\f122";
  font-family: "woodmart-font";
}

.icon-next:before {
  content: "\f113";
  font-family: "woodmart-font";
}

.breadcrumbs-cat {
  position: relative;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0;
  font-size: 14px;
  flex: 0 0 auto;
}

.eq-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-gray-900);
}

.eq-nav-btn:hover {
  color: var(--color-gray-500);
}

.echipament-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.echipament-header-left img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .echipament-header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .breadgrumbs-container {
    font-size: xx-small;
  }
}

.echipament-specs {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.specs-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px dashed #E0E0E0;
  padding: 8px 0;
  font-size: small;
  align-items: flex-start;
}

.specs-item:last-of-type {
  border-bottom: 1px dashed #E0E0E0;
}

.spec-value {
  font-weight: 600;
  color: #242424;
}

/* .echipament-image {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
} */

.tehnocamp-contact-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #dcfce7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-phone {
  background-image: url('images/contact_phone_g.svg');
}

.icon-email {
  background-image: url('images/contact_email_g.svg');
}

.icon-whatsapp {
  background-image: url('images/contact-whatsapp.svg');
}

.icon-map {
  background-image: url('images/icon_map.svg');
}

.contact-details {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-weight: 600;
  color: #111827;
  font-size: 1rem;
}

.contact-info {
  color: #333;
  font-size: 0.95rem;
}

.th-notice {
  padding: 24px;
  background-color: #f8f8f8;
  border-left: 5px solid #16A34A;
}

.th-notice-title {
  color: #111827;
  margin-bottom: .75rem;
  font-weight: 600;
}

.th-notice-text {
  font-size: small;
}

.tabel-variante table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.tabel-variante th,
.tabel-variante td {
  /* border: 1px solid #e5e7eb; */
  padding: 12px;
  text-align: left;
  font-size: 14px;
}

/* Desktop */
@media (min-width: 768px) {
  .tabel-variante tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .tabel-variante tbody tr:nth-child(even) {
    background-color: #f9fafb;
  }

  .tabel-variante td::before {
    display: none;
  }
  .tabel-variante thead {
    background: var(--gradient-tehnocamp);
  }
  .tabel-variante th {
    color: #fff;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .tabel-variante table,
  .tabel-variante thead,
  .tabel-variante tbody,
  .tabel-variante th,
  .tabel-variante tr {
    display: block;
    width: 100%;
  }

  .tabel-variante thead {
    display: none;
  }

  .tabel-variante tr {
    margin-bottom: 1.2rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: none !important;
  }

  .tabel-variante td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border: none;
    border-bottom: 1px dashed #E0E0E0;
  }

  .tabel-variante td:last-child {
    border-bottom: none;
  }

  .tabel-variante td::before {
    content: attr(data-title);
    color: #767676;
    font-size: 13px;
    font-weight: normal;
    flex-basis: 50%;
    text-align: left;
  }

  .tabel-variante td {
    color: #242424;
    font-weight: 600;
    font-size: 14px;
  }

  .tabel-variante tr td:first-child {
    background: var(--gradient-tehnocamp);
    color: #fff;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
  }

  .tabel-variante tr td:first-child::before {
    color: rgba(255, 255, 255, 0.85);
  }
}

.echipare-sectiune {
    margin-bottom: 2rem;
}

.echipare-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .echipare-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.echipare-card {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background-color: #fff;
}

.echipare-card.standard .echipare-header {
  background-color: #ecfdf5;
}

.echipare-card.optiuni .echipare-header {
  background-color: #EFFAFF;
}

.echipare-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.25rem;
  border-radius: 8px 8px 0 0;
}

.echipare-icon {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.icon-check {
  background-image: url('images/check-green.svg');
}

.icon-check-large {
  background-image: url('images/check-green-large.svg');
}

.icon-gear {
  background-image: url('images/settings-blue.svg');
}

.echipare-titlu {
  /* font-weight: 500; */
  margin: 0;
}

.echipare-card.standard h3 {
  color: #166534;
}

.echipare-card.optiuni h3 {
  color: #2481AF;
}

.echipare-lista {
  list-style: none;
  padding: 1.25rem;
  margin: 0;
}

.echipare-lista li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #374151;
  /* font-size: 0.95rem; */
}

.icon-li {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-top: 3px;
}

.icon-circle-blue {
  background-image: url('images/circle-blue.svg');
}

.echipament-title-page {
    font-size: 1.5rem;
    color: var(--wd-title-color);
    text-transform: var(--wd-title-transform);
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-family: var(--wd-title-font);
    display: block;
}

hr.border-related {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* related ->> */
.echipamente-related {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .echipamente-related {
        grid-template-columns: repeat(3, 1fr);
    }
}

.echipament-related-item {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.echipament-related-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.echipament-related-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #eee;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.echipament-related-title {
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 1rem 0.5rem 1rem;
    color: #111827;
    line-height: 1.3;
}

.related-aplicatii-recomandate {
    padding: 0 1rem 1rem 1rem;
}

.related-aplicatii-recomandate li {
    font-size: smaller;
}
.variante-overlay {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}


.echipament-related-image {
    position: relative;
}

.variante-echipament-item {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: smaller;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.2;
}

/* end related */

/* cta */
.cta-echipament {
  padding: 2rem;
  background: var(--gradient-tehnocamp);
  border-radius: 0.5rem;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.cta-echipament::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.cta-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cta-echipament h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.cta-echipament p {
  margin-bottom: 0;
  line-height: 1.6;
}

.cta-button {
  position: relative;
  background-color: #fff;
  color: #198D40;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  animation: pulseGlow 2s infinite;
}

.cta-button:hover {
  background-color: #dcfce7;
  color: #14532d;
}

.icon-chevron-r {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: 1px;
  transition: transform 0.3s ease;
}

a.cta-button .icon-chevron-r {
    display: none;
}

.cta-button:hover .icon-chevron {
  transform: translateX(3px) rotate(45deg);
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}


.mobile-break {
  display: none;
}

@media (max-width: 600px) {
  .cta-echipament h3 {
    font-size: 18px;
  }
  .cta-button {
    width: 100%;
    justify-content: space-between;
  }
  .cta-echipament {
    padding: 1rem;
    text-align: left;
  }
  .mobile-break {
    display: inline;
  }
  a.cta-button .icon-chevron-r {
    display: inline-block;
}
}
/* end cta */