﻿.text-grey {
    color: #6E6E73;
}

.text-slide {
  color: #f7f7f8;
}

.widget-side {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 13px;
    font-size: 11pt;
}

.icon-bar-side {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
}

.icon-bar-side a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 1s ease;
  color: #343537;
  font-size: 15px;
}

.icon-bar-side a:hover {
  background-color: #042e52c7;
  color: #fff;
}

.facebook-side {
  background: #bdbcae5c;
  color: white;
}

.twitter-side {
  background: #bdbcae5c;
  color: white;
}

.instagram-side {
  background: #bdbcae5c;
  color: white;
}

.whatsapp-side {
  background: #bdbcae5c;
  color: white;
}

.youtube-side {
  background: #bdbcae5c;
  color: white;
}

.whatsapp-hover-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 5000;
}

.icon-box-terapi {
  font-size: 50px;
}

hr {
    margin: 0 0 2rem 0;
}

.icon-scroll-up {
  position: fixed;
  bottom: 7%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
}

.terapi-emphize {
  color: #2b93d7;
  text-decoration: underline ;
}


  .car-section {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: auto;
    }
    .car-image {
      width: 100%;
      height: auto;
    }
 
 

        .etiket {
      position: absolute;
      top: 30%;
      left: 0%;
      width: 180px;
      z-index: 2;
    }

        .vertical-divider {
      border-left: 1px solid #ccc;
      height: 100%;
    }
    .price {
      font-size: 2rem;
      font-weight: bold;
    }
    .section-title {
      font-size: 0.9rem;
      color: #555;
    }
    .section-value {
      font-size: 2rem;
      font-weight: bold;
    }


     .info-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: none;
      border-radius: 0;
      padding: 40px 20px;
      box-shadow: none;
    }

    .info-section {
      flex: 1;
      text-align: center;
    }

    .divider {
      width: 1px;
      background-color: #000;
      height: 100px;
      margin: 0 20px;
    }

    .brand {
      font-size: 14px;
      letter-spacing: 1px;
    }

    .model {
      font-size: 60px;
      font-weight: bold;
      line-height: 1;
    }

    .trim {
      font-size: 20px;
      margin-top: 10px;
    }

    .label {
      font-size: 16px;
      margin-bottom: 5px;
    }

    .value-big {
      font-size: 40px;
      font-weight: bold;
      line-height: 1;
    }

    .km {
      font-size: 20px;
    }

    .price {
      font-size: 40px;
      font-weight: bold;
      line-height: 1;
    }

    .small-tl {
      font-size: 20px;
      margin-left: 5px;
    }

    .hr-line {
      border-top: 1px solid #000;
      margin: 20px 0;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }


    
 