body {
  overflow-x: hidden;
}

.bg-light {
  background: white !important;
}

section {
  padding: 0px 0;
  margin: 0;
}

section.main_wrapper {
  /* margin-top: 30px; */
  margin-top: 56px;
  position: relative;
}

section.main_wrapper figure {
  width: 100%;
}

section.main_wrapper figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* object-position: left center; */
  object-position: 0% 0%;
}
@media (max-width: 768px) {
  section.main_wrapper figure img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: 0% 0%;
  }
}
@media (max-width: 576px) {
  section.main_wrapper figure img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 0% 0%;
  }
}

section.main_wrapper .wrapper_title {
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 10;
}

section.main_wrapper .wrapper_title h1 {
  color: #3a3a3a;
  font-size: 60px;
  position: relative;
  z-index: 1;
  text-shadow: 0 4px 4px #00000050;
}

section.main_wrapper .wrapper_title h4 {
  font-weight: 400;
  text-shadow: 0 4px 4px #00000050;
}

section.main_wrapper .wrapper_title a {
  padding: 10px 15px;
  box-shadow: 0 4px 4px #00000050;
  background: #92b8c9;
  color: white;
  text-decoration: none;
  margin-top: 15px;
  display: block;
  width: 80%;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
}

section.main_wrapper .wrapper_title a:hover {
  background: #92b8c9;
  color: black;
  box-shadow: 1px 1px 3px #ff5151;
}

section.about .row {
  justify-content: center;
}

section.about .row .about_bg {
  display: flex;
  justify-content: center;
}

section.about .row .about_bg figure {
  width: 600px;
  height: 500px;
}

section.about .row .about_bg figure img {
  width: 100%;
  object-fit: cover;
}

section.about .row .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.about .row .content h2 {
  color: #88e0ef;
  font-weight: 500;
  text-shadow: 0px 0px 1px #858585;
  letter-spacing: 5px;
}

section.about .row .content p {
  line-height: 25px;
  letter-spacing: 5px;
  font-weight: 200;
}

section.services {
  /* border: 3px solid #88e0ef; */
  /* border-radius: 25px; */
  /* width: 89%; */
  margin: 0 auto;
}

/* section.services h2 {
  font-weight: 700;
  letter-spacing: 10px;
  font-size: 50px;
  color: #505050;
} */

section.services .row {
  margin: 0;
  padding: 0;
}

section.services .list .price ul {
  margin: 0;
  padding: 0;
}

section.services .list .price ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
}

section.services .list .price ul li::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 53%;
  transform: translate(-50%, -50%);
  background: #888888;
  width: 80%;
  height: 1px;
  z-index: -1;
}

section.services .list .price ul li h4 {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  background: white;
  padding: 0 10px 0 10px;
}

section.services .list .price ul li h4:nth-child(2) {
  font-size: 16px;
}

section.services .list .price ul li h4:nth-child(2) span {
  color: #ff5151;
  font-weight: 500;
  background: white;
}

section.services .list .price_plus {
  display: flex;
  justify-content: center;
}

section.services .list .price_plus ul {
  margin: 0;
  padding: 0;
  background: #ff9c6a28;
  padding: 30px;
}

section.services .list .price_plus ul li {
  list-style: none;
}

section.services .list .price_plus ul li h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

section.services .list .price_plus ul li h4 span {
  color: #ff5151;
  font-weight: 500;
}

section.services .fb_like {
  margin-top: 30px;
}

section.services .fb_like p {
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: 600;
}

section.services .fb_like p i {
  color: #00bbff;
}

section.services .caption {
  background: #84dfff;
  padding: 40px 40px 30px 40px;
  border-radius: 20px;
}

section.services .caption ul {
  margin: 0;
  padding: 0;
}

section.services .caption ul li {
  list-style: none;
}

section.services .caption ul li p {
  font-size: 18px;
  font-weight: 400;
}

section.services .caption .line_reserve {
  display: flex;
  justify-content: center;
}

section.services .caption .line_reserve a {
  text-align: center;
  color: white;
  text-decoration: none;
  background: #92b8c9;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 500;
}

section.services .caption .line_reserve a:hover {
  color: #92b8c9;
  background: #161e54;
  box-shadow: 2px 2px 3px #92b8c9;
}

section.description {
  margin-top: 100px;
}

section.description h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #505050;
}

section.description .row {
  padding: 0;
  margin: 0;
}

section.description .which_wash {
  margin: 0 auto;
  border: 3px solid #84dfff;
}

section.description .which_wash h4 {
  text-align: center;
  padding: 20px 10px;
}

section.description .which_wash .block1 ul,
section.description .which_wash .block2 ul,
section.description .which_wash .block3 ul,
section.description .which_wash .block4 ul {
  padding: 15px;
  list-style: none;
}

section.description .which_wash .block1 ul li,
section.description .which_wash .block2 ul li,
section.description .which_wash .block3 ul li,
section.description .which_wash .block4 ul li {
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}

section.description .which_wash .block1 ul li::before,
section.description .which_wash .block2 ul li::before,
section.description .which_wash .block3 ul li::before,
section.description .which_wash .block4 ul li::before {
  background-color: #161e54;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 2%;
  top: 20px;
  transform: translate(-50%, -50%);
  position: absolute;
}

section.description .which_wash .block1 ul li span,
section.description .which_wash .block2 ul li span,
section.description .which_wash .block3 ul li span,
section.description .which_wash .block4 ul li span {
  color: #ff5151;
  font-weight: 300;
}

section.description .which_wash .block1,
section.description .which_wash .block4 {
  background: #84dfff;
}

section.description .which_wash .block1 h4,
section.description .which_wash .block4 h4 {
  z-index: 1;
  position: relative;
}

section.description .which_wash .block1 h4::before,
section.description .which_wash .block4 h4::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 200px;
  height: 10px;
  z-index: -1;
}

section.description .which_wash .block2 h4,
section.description .which_wash .block3 h4 {
  z-index: 1;
  position: relative;
}

section.description .which_wash .block2 h4::before,
section.description .which_wash .block3 h4::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #92b8c9;
  width: 200px;
  height: 10px;
  z-index: -1;
}

.slick-next:before,
.slick-prev:before {
  color: #92b8c9;
  font-size: 24px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #92b8c9;
}

@media (max-width: 767px) {
  .slick-dots {
    bottom: -70px;
  }
}

section.feedback {
  background-color: #f7fdfe;
  padding-bottom: 80px;
}

section.feedback h2 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  color: #505050;
}

@media (max-width: 991px) {
  section.feedback h2 {
    font-size: 30px;
  }
}

section.feedback .box {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 12px #03151810;
}

section.feedback .name {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}

section.feedback i {
  color: rgb(255, 200, 0);
  margin-right: 2px;
}

section.feedback p {
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 0;
}
section.feedback .slick-slider {
  width: 90%;
  margin: auto;
}
.slick-prev {
  left: -18px;
  z-index: 99;
}
.slick-next {
  right: -15px;
  z-index: 99;
}

@media (max-width: 767px) {
  section.feedback .name {
    font-size: 15px;
    margin-bottom: 2px;
  }
  section.feedback i {
    font-size: 12px;
  }
  section.feedback p {
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: 1.4px;
  }
}

.activity_pri {
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  max-height: 60vh;
}

.activity_price {
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  max-height: 80vh;
}

section.portfolio h2 {
  font-size: 40px;
  font-weight: 700;
  color: #505050;
}
section.activity h2 {
  font-size: 40px;
  font-weight: 700;
  color: #505050;
}

section.contact {
  background-image: url("../img/contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  /* background-size: 100%; */
  background-size: cover;
  background-attachment: fixed;
  background-color: #818181;
  background-blend-mode: screen;
  margin-top: 100px;
  padding: 50px;
}

section.contact .main_contact_us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.contact address a {
  color: #505050;
  letter-spacing: 2px;
}
section.contact address a:hover {
  color: #000000;
}

section.contact .main_contact_us .contact_us {
  margin-bottom: 10px;
}

section.contact .main_contact_us .contact_us h2 {
  font-size: 50px;
  font-weight: 700;
  color: #505050;
}

section.contact .main_contact_us address {
  margin-top: 30px;
}

section.contact .main_contact_us address a {
  color: black;
  text-decoration: none;
  letter-spacing: 5px;
}

section.contact .sns li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 5px;
}

section.contact .sns li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  background: #84deff;
  border-radius: 10px;
  padding: 20px;
  width: 150px;
  cursor: pointer;
  height: 100%;
}

section.contact .sns li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

section.contact .sns li a .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  background: #92b8c9;
  padding: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 1px 1px 2px #555555;
}

section.contact .sns li a p {
  margin: 0;
  color: black;
  letter-spacing: 2px;
  text-align: center;
}

section.contact .sns li a:hover {
  background: #161e54;
  box-shadow: 1px 1px 2px #555555;
}

section.contact .sns li a:hover p {
  color: white;
}

.picture_more a {
  background: #88e0ef;
  color: black;
  text-decoration: none;
  padding: 10px 35px 10px 40px;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  box-shadow: 1px 1px 5px #4d4d4d;
}

.picture_more a:hover {
  box-shadow: 3px 3px 8px #4d4d4d;
  background: #92b8c9;
}

.sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 16px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #92b8c9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

footer {
  background: #92b8c9;
}

footer p {
  margin: 0;
}

@media (max-width: 1200px) {
  section.services {
    padding-bottom: 50px;
    width: 80%;
  }

  section.services .list .price ul li {
    display: block;
    margin: 10px 0;
  }

  section.services .list .price ul li h4 {
    background: none;
  }

  section.services .list .price ul li::before {
    left: 46%;
    width: 90%;
    top: 65px;
  }

  section.services .list .price_plus ul {
    margin-top: 30px;
  }

  section.services .caption {
    margin-bottom: 15px;
  }
}

section.main_wrapper {
  position: relative;
}

section.main_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #00000030 0%, #00000000 40%);
}

section.main_wrapper .wrapper_title h1,
.main_wrapper .wrapper_title h4 small {
  color: white;
}

@media (max-width: 992px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }

  section.main_wrapper .wrapper_title h1 {
    font-size: 50px;
  }

  section.main_wrapper .wrapper_title a {
    width: 80%;
  }

  section.services h2 {
    margin-left: 10px;
  }

  section.services .list .price_plus {
    display: flex;
    justify-content: start;
  }

  section.services .list .price_plus ul {
    margin-left: 10px;
    margin-top: 20px;
  }

  section.about .row .content p {
    padding: 0 70px;
  }

  .picture_more {
    margin-top: 35px !important;
  }

  section.contact {
    /* background-size: 200%; */
    background-size: cover;
  }

  section.contact ul.sns li a {
    width: 150px;
  }
}

@media (max-width: 767px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }

  section.services {
    padding-bottom: 20px;
    width: 95%;
  }

  section.services h2 {
    font-size: 40px;
    margin-left: 15px;
  }

  section.services .list .price_plus {
    display: flex;
    justify-content: start;
  }

  section.services .list .price_plus ul {
    margin-left: 10px;
    margin-top: 20px;
  }

  section.about .row .content p {
    padding: 30px 10px;
    font-size: 16px;
    letter-spacing: 2px;
    /* font-weight: 400; */
  }

  section.description .which_wash .block3 {
    background: #84dfff;
  }

  section.description .which_wash .block3 h4::before {
    background: #ffffff;
  }

  section.description .which_wash .block4 {
    background: white !important;
  }

  section.description .which_wash .block4 h4::before {
    background: #92b8c9;
  }
}

@media (max-width: 576px) {
  section.main_wrapper .wrapper_title {
    top: 20%;
  }

  section.services {
    padding-bottom: 30px;
  }

  section.services .list .price_plus ul {
    padding: 10px;
  }

  section.services .list .price_plus ul li h4 {
    font-size: 16px;
  }

  section.about .content {
    margin-top: -70px;
  }

  section.contact {
    /* background-size: 250%; */
    background-size: cover;
  }

  section.contact ul.sns {
    flex-direction: column;
  }

  section.contact ul.sns li {
    margin: 10px;
  }

  section.contact ul.sns li a {
    display: flex;
    /* width: 300px; */
    width: 100%;
  }

  section.contact ul.sns li a .icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  section.contact ul.sns li a p {
    margin: auto 0;
    text-align: left;
  }
}

@media (max-width: 991px) {
  section.main_wrapper .wrapper_title {
    top: unset;
    bottom: 8%;
  }

  section.main_wrapper:after {
    background: linear-gradient(to top, #00000030 0%, #00000000 40%);
  }
}

@media (max-width: 420px) {
  section.main_wrapper figure img {
    object-position: 0% 0;
  }

  section.main_wrapper .wrapper_title h1 {
    font-size: 40px;
  }

  section.main_wrapper .wrapper_title a {
    width: 80%;
  }

  section.about .content {
    margin-top: -165px;
  }

  section.about .content h2 {
    font-size: 40px;
  }

  section.about .content p {
    margin-top: 12px !important;
  }

  section.services .list .price_plus ul li h4 {
    font-size: 14px;
  }

  section.services .caption {
    padding: 20px 20px 30px 20px;
  }

  section.services .caption .line_reserve {
    margin-top: 25px !important;
  }

  section.contact {
    background-attachment: unset;
    /* background-size: 350%; */
    background-size: cover;
  }

  section.contact .main_contact_us .contact_us h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }

  footer p {
    margin: 0;
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  section.contact {
    margin-top: 20px;
  }

  section.services .list .price ul li {
    border: 2px solid #84deff;
    border-radius: 10px;
    padding: 5px;
  }

  section.services .list .price ul li h4 {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    line-height: 25px;
  }

  section.services .list .price ul li::before {
    width: 0;
  }

  section.services .caption ul li p {
    font-size: 16px;
    font-weight: 300;
  }

  footer p {
    margin: 0;
    font-size: 12px;
  }
}

/* about */
section.about .border-box {
  background-color: #88e0ef;
  position: relative;
  padding: 20px;
  border-radius: 10px;
}

section.about .border-box:after {
  content: "";
  border-radius: 10px;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px solid white;
}

/* services */

/* model */
.btn-primary,
.btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
  /* background-color: transparent; */
  border: 0;
}

.btn-primary {
  width: 100%;
}

.modal-dialog {
  max-width: 800px;
  letter-spacing: 1.2px;
}

.modal-content {
  border: 8px solid #84deff;
}

.modal-header {
  background-color: #84deff;
  color: white;
  border-radius: 0;
}

.modal-header h5 {
  font-size: 22px;
}

.modal-header .btn-close {
  filter: invert(2);
}

.modal-dialog {
  width: 95%;
  margin: 10px auto;
}

.modal-body .org-price {
  text-decoration: line-through;
  color: rgb(190, 190, 190);
  display: block;
}

.modal-body .price {
  color: #92b8c9;
  font-size: 22px;
}

.modal-body h4 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 4px;
}

.modal-body p small,
.modal-body p small a {
  color: gray;
}

.modal-body p small a:hover {
  color: #92b8c9;
}

.modal-body .details {
  margin: 30px 0 40px;
}

.modal-body .details h5 {
  margin-bottom: 16px;
  font-weight: 400;
  text-align: center;
  color: gray;
  font-size: 14px;
  position: relative;
}

.modal-body .details h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: calc(50% - 4em);
  background-color: gray;
  opacity: 0.2;
}

.modal-body .details h5:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  width: calc(50% - 4em);
  background-color: gray;
  opacity: 0.2;
}

.modal-body img {
  width: 100%;
}

.modal-footer a.btn-secondary {
  background-color: #92b8c9;
  border: 1px solid #92b8c9;
}

.modal-footer .btn:hover {
  background-color: #ff8b51;
  color: white;
}

/* --------------------- */
section#services h2 {
  color: #88e0ef;
  font-weight: 500;
  font-size: 40px;
  text-shadow: 0px 0px 1px #858585;
  letter-spacing: 5px;
}

section#process h2 {
  color: #88e0ef;
  font-weight: 500;
  font-size: 40px;
  text-shadow: 0px 0px 1px #858585;
  letter-spacing: 5px;
}

section#promise h2 {
  color: #88e0ef;
  font-weight: 500;
  font-size: 40px;
  text-shadow: 0px 0px 1px #858585;
  letter-spacing: 5px;
}

section#portfolio h2 {
  color: #88e0ef;
  font-weight: 500;
  font-size: 40px;
  text-shadow: 0px 0px 1px #858585;
  letter-spacing: 5px;
}

section#services .img-box {
  background-color: #92b8c9;
  box-shadow: 1px 1px 2px #555555;
  border-radius: 50%;
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  text-align: center;
  margin: 20px auto;
  transition: all 0.3s;
  position: relative;
}

section#services .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  filter: invert(2);
}

section#services h3 {
  width: fit-content;
  color: #505050;
  margin: auto;
  transition: all 0.3s;
  position: relative;
  left: 0;
  font-size: 16px;
}

section#services .btn-primary small {
  font-size: 12px;
}

section#services h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 0;
  height: 20px;
  background: url(https://cdn-icons-png.flaticon.com/512/7986/7986650.png)
    no-repeat center/contain;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  section#services .btn-primary:hover .img-box {
    transform: scale(1.1);
  }

  section#services .btn-primary:hover h3 {
    left: 10px;
  }

  section#services .btn-primary:hover h3:after {
    width: 20px;
  }

  section#services .img-box {
    width: 50%;
    padding-bottom: 50%;
  }

  section#services .img-box img {
    padding: 30px;
  }

  section#services h3 {
    font-size: 24px;
  }

  /* section.main_wrapper {
		margin-top: 64px;
		position: relative;
	} */
}

/*# sourceMappingURL=main.css.map */

#about,
#services,
#process,
#promise {
  margin: 150px 0;
}

.about-text {
  position: relative;
  width: 100vw;
  /* height: 500px; */
}

.about-text img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
}

.service-item {
  position: relative;
  width: 250px;
  height: 200px;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.service-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #161e54;
  opacity: 0.3;
}

.service-item h5 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
}

.process-item h5 {
  background-color: #161e54;
  padding: 10px 15px;
  color: white;
  border-radius: 20px;
}

.process-item h4 {
  margin: 15px 0;
  padding: 0;
}

.process-item img {
  width: 70%;
}

.process-item p {
  margin-top: 20px;
}

.promise-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  padding: 0 15px;
}

.promise-item h5 {
  font-size: 3rem;
  color: #00bbff;
  letter-spacing: 0.5rem;
  transform: scale(1, 1.3);
  opacity: 0.5;
}

.promise-item h4 {
  background-color: #00bbff;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  margin: 20px 0;
  font-size: 1.2rem;
}

.promise-item p {
  text-align: center;
  color: #3a3a3a;
}

.portfolio-img-box {
  display: block;
  background-color: white;
  height: 300px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.portfolio-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === Blog Card 基本外觀 === */
.blog-card {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  border: none;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

/* 內部排版 */
.blog-card-inner {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 小標章 */
.blog-badge {
  background: rgba(13, 110, 253, 0.12); /* 主色淡化 */
  color: #0d6efd;
  padding: 0.25rem 0.6rem;
  font-size: 0.7rem;
  border-radius: 999px;
}

/* 標題樣式 */
.blog-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 0.5rem;
}

/* 摘要文字 */
.blog-card-excerpt {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #6c757d;
}

/* 卡片底部提示 */
.blog-card-footer-text {
  font-size: 0.75rem;
  color: #9aa0a6;
}

/* 按鈕美化 */
.blog-card .btn-primary {
  border-radius: 999px;
  padding: 0.35rem 1.1rem;
  font-size: 0.8rem;
}

/* Modal 調整（可選） */
#articleModal .modal-title {
  font-weight: 700;
}

#articleModal .modal-body h2,
#articleModal .modal-body h3 {
  font-weight: 600;
  margin-top: 1rem;
}

#articleModal .modal-body p {
  line-height: 1.75;
}
