.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);
}

.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;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #ffffff;
  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: #026149;
  border-radius: 10px;
}

.button7::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button7:hover::before {
  transform: translate(5%, 20%);
  width: 100%;
  height: 110%;
}

.button7:hover::after {
  border-radius: 10px;
  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 {
  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: 60px;
}


.contactform { 
  width: 100%;
    max-width: 650px;
  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;
}