


.casabat-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 65px 35px;
    -webkit-mask-image: radial-gradient(ellipse 78% 62% at 50% 32%, #000 32%, transparent 100%);
    mask-image: radial-gradient(ellipse 78% 62% at 50% 32%, #000 32%, transparent 100%);
}


.casabat { 
  margin-top: -100px;
  height: 100%;
      position: relative;
    isolation: isolate;
    background: linear-gradient(165deg, #0e2124 0%, #091614 38%, #1f4a39 78%, #134356 100%);
    color: #ffffff;
    padding: clamp(3.5rem, 2rem + 7vw, 7rem) 0 clamp(3rem, 2rem + 5vw, 5.5rem);
    overflow: hidden;
}
/* Doua pete de lumina care se misca incet - dau adancime fara sa distraga */
.casabat::before,
.casabat::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: -1;
  pointer-events: none;
}
.casabat::before {
  width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  top: -22%; left: -14%;
  background: radial-gradient(circle, rgba(95, 227, 165, 0.36) 0%, transparent 68%);
  animation: cv-drift-a 22s ease-in-out infinite alternate;
}
.casabat::after {
  width: 46vw; height: 46vw; max-width: 560px; max-height: 560px;
  bottom: -25%; right: -11%;
  background: radial-gradient(circle, rgba(63, 191, 138, 0.3) 0%, transparent 70%);
  animation: cv-drift-b 27s ease-in-out infinite alternate;
}
@keyframes cv-drift-a { to { transform: translate3d(9%, 7%, 0) scale(1.14); } }
@keyframes cv-drift-b { to { transform: translate3d(-8%, -9%, 0) scale(1.1); } }



.baterii {
  margin-top: 50px;
  width: 50%;
}

@media (max-width: 599px) {

.baterii {
  margin-top: 50px;
  width: 100%;
}

}

.casaverde{
   margin-right: auto;
    margin-bottom: -100px;
    max-width: 650px;
    z-index: 5;
    padding: 20px;
    border-radius: 30px;
      color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}


.butonalb {
      background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid #fff;
        padding: 1rem 2.1rem;
    font-size: 1.1rem;
    border-radius: 25px;
}

.butonverde, .butonalb {

    font-weight: 650;
    padding: 0.78rem 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    cursor: pointer;
    transition: transform var(--cv-t-fast), box-shadow var(--cv-t-fast), background var(--cv-t-fast);
    will-change: transform;
}

.calculator {
    background: rgba(0, 0, 0, 0.473);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
    width: 100%;
    min-height: 50px;
    border-radius: 25px;
    box-shadow: rgba(111, 136, 111, 0.2) 0px 8px 24px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 99px;
    font-size: 10px;
    font-weight: 600;
    color: #32d74b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: fit-content;
    margin-bottom: 20px;
}

.hero-badge::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #32d74b;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 8px #32d74b;
}


    /* BUTTON 7 */
.button7 {
  all: unset;
  width: 180px;
  height: 30px;
    padding: 1rem 2.1rem;
    font-size: 1.1rem;
  font-weight: 650;
  background: transparent;
  border: none;
  position: relative;
  color: #034b1b;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button7::after,
.button7::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button7::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
    background: linear-gradient(135deg, #6dea88 0%, #55d189 45%, #3fbf7f 100%);
  border-radius: 25px;
}

.button7::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 25px;
}

.button7:hover::before {
  transform: translate(5%, 20%);
  width: 100%;
  height: 110%;
}

.button7:hover::after {
  border-radius: 25px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button7:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

/* ==== GOOGLE REVIEWS START ==== */
*, *::before, *::after {
  box-sizing: border-box;
}

.gwrap {
  margin-top: 50px;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  gap: 20px;
  margin-bottom: 70px;
}

.gbox {
  display: flex;
  width: 210px;
  height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 210px;
  min-width: 0;
}

.rowz {
  display: flex;
  flex-direction: row;
  padding: 5px;
  min-width: 0;
}

.rowz h3 {
  margin: 0;
  font-size: 24px;
  word-break: break-word;
}

.rowz p {
  margin: 0;
  font-size: 14px;
  word-break: break-word;
}

.rbox {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 250px;
  background-color: #f1f1f1;
  border-radius: 10px;
  margin-left: 20px;
  min-width: 0;
}

.natim {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 20px;
  flex-direction: column;
  justify-content: center;
}

.reviews-carousel {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.rc-viewport {
  overflow: hidden;
  width: 100%;
  min-width: 0;
}

.rc-track {
  display: flex;
  align-items: stretch;
  will-change: transform;
  gap: 20px;
  transform: translateX(0);
  min-width: 0;
}

.reviews-carousel .rbox {
  margin-left: 0 !important;
  width: auto;
  height: auto;
  flex: 0 0 auto;
}

.reviews-carousel img {
  max-width: 100%;
  height: auto;
}

.rc-prev,
.rc-next {
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.15) 0 4px 12px;
  user-select: none;
  flex-shrink: 0;
}

.rc-prev:active,
.rc-next:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .gwrap {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 15px;
  }

  .gbox {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }

  .reviews-carousel {
    width: 100%;
    flex: 0 1 auto;
    min-width: 0;
  }

  .rbox {
    height: auto;
    padding: 15px;
  }

  .natim {
    margin-left: 10px;
  }

  .rowz {
    padding: 3px;
  }
}

@media (max-width: 480px) {
  .rc-prev,
  .rc-next {
    display: none;
  }
}
/* ==== GOOGLE REVIEWS END ==== */

.image {
width: 100%;
  border-radius: 30px;
}


#brands {
    max-height: 350px;
  width:100%;
  border-radius: 30px;
    background-image: url('../../assets/images/daa.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.brands {
  height: 350px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 1000;
}

.brandimg {
  height: 100px;
}


.contactform { 
  width: 100%;
    max-width: 850px;
  padding: 25px;
    border-radius: 30px;
  border: 1px solid var(--color-border);
}

.contactform .col {
  width: 100%;
}

#contactimage {
  width: 350px;
}

.block {
  background-image: url('../../assets/images/daasc.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      border-radius: 30px;
}

.block2 {
  background-image: url('../../assets/images/fsdf.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      border-radius: 30px;
}

.block3 {
  background-image: url('../../assets/images/dadd.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      border-radius: 30px;
}

.radius {
  border-radius: 30px;
}

.big {
  font-size: 16px;
}

.ecards { 
  margin-top: 50px;
  padding: 10px;
}

.ecard {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  min-height: 400px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px inset;
}


.calculator {
    overflow: hidden;
}

.calculator-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.calculator-inputs,
.calculator-results {
    margin-top: 0;
    padding: 25px;
}

.calculator-inputs {
    border-right: 1px solid #135637;
}

.calculator-field {
    width: 100%;
    margin-bottom: 30px;
}

.calculator-field:last-child {
    margin-bottom: 0;
}

.calculator-label {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.calculator-label label {
    color: #3cbd81;
}

.calculator-label strong {
    flex-shrink: 0;
    color: #ffffff;
    text-align: right;
}

/* SELECTOARE */

.calculator-field input[type="range"] {
    width: 100%;
    height: 7px;
    margin: 8px 0;
    padding: 0;
    border: none;
    border-radius: 20px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background:
        linear-gradient(
            to right,
            #3cbd81 0%,
            #3cbd81 var(--range-progress, 0%),
            #143f30 var(--range-progress, 0%),
            #143f30 100%
        );
}

.calculator-field input[type="range"]::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    background: #3cbd81;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.calculator-field input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #3cbd81;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.range-limits,
.contribution-steps {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    color: #91aa9f;
    font-size: 15px;
}

.contribution-steps span {
    width: 20%;
    text-align: center;
}

.contribution-steps span:first-child {
    text-align: left;
}

.contribution-steps span:last-child {
    text-align: right;
}

/* REZULTATE */

.calculator-results h3 {
    margin: 0 0 28px;
    color: #ffffff;
}

.score-result {
    margin-bottom: 25px;
}

.score-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

.score-header strong {
    flex-shrink: 0;
    color: #3cbd81;
}

.score-bar {
    width: 100%;
    height: 12px;
    overflow: hidden;
    border-radius: 20px;
    background: #143f30;
}

.score-bar-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #168653, #3cbd81);
    transition: width 0.35s ease;
}

/* CERC PUNCTAJ */

.total-score-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 38px;
    padding-top: 30px;
    border-top: 1px solid #135637;
}

.score-circle {
    --score: 25%;

    display: grid;
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    place-items: center;
    border-radius: 50%;
    background:
        conic-gradient(
            #3cbd81 0%,
            #3cbd81 var(--score),
            #143f30 var(--score),
            #143f30 100%
        );
    transition: background 0.35s ease;
}

.score-circle-inside {
    display: flex;
    width: 116px;
    height: 116px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: #071d15;
}

.score-circle-inside strong {
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
}

.score-circle-inside span {
    margin-top: 7px;
    color: #91aa9f;
    font-size: 13px;
}

.total-score-text {
    display: flex;
    flex-direction: column;
}

.total-score-text > span {
    color: #91aa9f;
    font-size: 14px;
}

.total-score-text > strong {
    margin: 5px 0;
    color: #3cbd81;
    font-size: 22px;
}

.total-score-text small {
    max-width: 220px;
    color: #91aa9f;
    line-height: 1.5;
}

@media (max-width: 850px) {
    .calculator-layout {
        grid-template-columns: 1fr;
    }

    .calculator-inputs {
        border-right: none;
        border-bottom: 1px solid #135637;
    }
}

@media (max-width: 500px) {
    .calculator-label,
    .score-header {
        gap: 8px;
        flex-direction: column;
    }

    .calculator-label strong,
    .score-header strong {
        text-align: left;
    }

    .contribution-steps {
        font-size: 10px;
    }

    .total-score-area {
        text-align: center;
        flex-direction: column;
    }

    .total-score-text {
        align-items: center;
    }
}

#valoareAfisata, #contributAfisat, #capacitateAfisata, #putereaAfisata { 
  font-size: 16px;
  color: #bbbd3c;
}

.bandana {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  height: 100px;
  background-color: #071d15;
  color: #FFF;
}