/* ความสะดวกสบายและการเข้าถึง */
.header-product{
  font-size: 40px;
  color: var(--sf-color-blue);
  text-shadow: 2px 1px #c6c6d8;
  font-weight: 600;
}
.subherder-product{
  font-size: 24px;
  color: var(--sf-color-blue);
  /* text-shadow: 2px 1px #c6c6d8; */
  font-weight: 600;

}
.sub-product{
  font-size: 16px;
  color: var(--sf-color-blue);
  /* text-shadow: 2px 1px #c6c6d8; */
  font-weight: 500;
  max-width: 90%;
  text-indent: 1.5em;
}

.h-ads{
  font-size: 16px;

}


@media (min-width:768px) {
  .header-product {
    font-size: 48px;
    text-shadow: 2px 1px #c6c6d8;
  }
  .subherder-product{
    font-size: 28px;
    color: var(--sf-color-blue);
    /* text-shadow: 2px 1px #c6c6d8; */
    font-weight: 600;
  
  }
  .sub-product{
    font-size: 18px;
    color: var(--sf-color-blue);
    /* text-shadow: 2px 1px #c6c6d8; */
    font-weight: 500;
  }
  .h-ads{
    font-size: 58px;
    
  }
  
}

.head-title {
    flex: 1;
    padding-block-end: 12px;
    position: relative;

}
.h-title{
    font-size: 24px;

}
.p-title {
    max-width: 60%;
    font-size: 18px;
    font-weight: 500;
    text-indent: 2.5em;

}
.p-title-header {
  max-width: 90%;
  font-size: 16px;
  font-weight: 400;
  text-indent: 2.5em;

}

.line-bootom{
  border-top: 2px solid #444d55;
  max-width: 90%;
}

.head-body {
    font-size: 22px;
}

.head-subtitle {
    font-size: 22px;
}

/* รายละเอียด */
.p-sublable {
    font-size: 22px;
}

@media (max-width: 1000px) {
    .p-title {
        max-width: 100%;
    }
}

 

/* ListColor */
.color-img-box {
    width: 80px;
    height: 8   0px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
  }
  .color-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .color-img-box.selected {
    border: 2px solid #0d6efd;
  }
  .preview-img {
    width: 100%;
    max-width: 300px;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ccc;
  }
  @media (max-width: 768px) {
    .color-img-box {
      width: 50px;
      height: 50px;
    }
    .preview-img {
      height: 250px;
    }
  }

  .nav-menu{
    box-shadow: 2px 1px #c6c6d8;
  }

  .nav-list-color.active{
    background-color: var(--sf-color-blue);
    margin-top: 10px;

  }
  .nav-list-color{
    width: 100%;
    font-size: 20px;
    padding: 10px;

    border-top: 5px solid var(--sf-color-blue);
    border-bottom: 5px solid var(--sf-color-blue);
    margin-top: 10px;
 
  }


  .image-container {
    position: relative;
    display: inline-block;
  }
  .credit-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.875rem;
    cursor: pointer;
  }



  .sub-title {
    max-width: 90%;
    font-size: 18px;
    font-weight: 500;
    text-indent: 2.5em;

}

.cont-link{
  font-size: 16px;
  text-decoration: none;
  color: var(--sf-color-blue);
}
.map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}


.card-solution {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  /* --bs-card-border-color: var(--bs-border-color-translucent); */
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  /* --bs-card-bg: var(--bs-body-bg); */
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--sf-color-blue);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  background-color: #ffff;
  transform: all 0.3s;
  border-radius: 4px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
  transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}

.card-solution:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}