	body {
  font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Arial", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", serif;
  line-height: 30px;
  color: rgb(51 51 51 / 1);
  position: relative;
}
.content_text_details h2 {
      font-size: 1.7rem;
      font-weight: 700;
      margin: 32px 0 18px 0;
      color: #121212;
      letter-spacing: 0.01em;
    }
    .content_text_details h3 {
      font-size: 1.18rem;
      font-weight: 600;
      margin: 24px 0 10px 0;
      color: #121212;
    }
    .content_text_details p {
      margin: 0 0 18px 0;
    }
    .content_text_details ul {
      margin: 0 0 18px 24px;
      padding: 0;
    }
    .content_text_details li {
      margin-bottom: 10px;
    }
    .content_text_details strong {
      color: #222;
      font-weight: 600;
    }
.bp_img_category_option {
  display: none;
}
.content_text_details img {
  margin: 10px 0;
}
.bp_tag_item {
  display: inline-block;
  padding: 10px 12px;
  margin: 0 8px 8px 0;
  background-color: #f5f5f5;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.2s ease;
  border: none;
  text-transform: capitalize;
}
.bp_tag_item:hover {
  background-color: #e5e5e5;
}
.content_text_details > ul > li > p {
  margin: 0;
  display: inline;
}
.content_text_details ul li {
  list-style-type: none;
}
.content_text_details > ul > li > ul > li > p {
  margin: 0;
  display: inline;
}
.content_text_details > ol > li > p {
  margin: 0;
  display: inline;
  line-height: normal;
}
.content_text_details > ol > li > ul > li > p {
  margin: 0;
  display: inline;
}

.content_text_details > ol > li > ul > li > ul > li > p {
  margin: 0;
  display: inline;
}
.content_text_details ol {
  margin-top: 10px;
  list-style: none;
  counter-reset: item;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.content_text_details ol > li {
  margin-left: 0px;
  counter-increment: item;
  margin-bottom: 5px;
  list-style-type: auto;
}
/*.content_text_details ol li:before {*/
/*  margin-right: 6px;*/
/*  content: counter(item);*/
/*  background: #636363;*/
/*  border-radius: 100%;*/
/*  color: white;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  text-align: center;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 12px;*/
/*}*/
.content_text_details ul {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
}

.content_text_details ul li {
  margin-bottom: 12px;
}

.content_text_details ul li::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background-color: #636363;
  -webkit-mask-image: url("/files_upload/circle-check-solid.svg");
  -webkit-mask-size: cover;
}
.content_text_note > p:nth-child(2) {
  display: none;
}
.project-header-modern {
  min-height: 80vh;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  position: relative;
  padding: 4rem 0;
}

.bp_news_img {
  grid-column: 5 / -1;
  grid-row: 1 / -1;
  height: 100%;
  animation: reveal 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.bp_news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.bp_number_count {
  display: none;
}
.bp-news-button-action {
  display: none;
}
.project-category {
  font-family: "Roboto Mono", monospace;
  font-size: 0.9em;
  color: #666666;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}
.project-category a {
  color: #666666;
}
.project-category .breadcrumb-item.breadcrumb-title-news {
  display: none;
}
.project-category .breadcrumb > .breadcrumb-item:first-child {
  display: none;
}
.project-category .breadcrumb > .breadcrumb-item:nth-child(2):before {
  display: none;
}
.project-content-overlay .title_h1 {
  font-size: clamp(1.5rem, 6vw, 2.5rem);

  font-weight: 800;
  color: #000000;
  margin: 0;
  line-height: 1.1;
}
.project-content-overlay {
  grid-column: 1 / 8;
  grid-row: 1 / -1;
  z-index: 10;
  background-color: #fdfdfd;
  padding: 3rem;
  box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;

  transform: translateY(20px);
  opacity: 0;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}
.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative;
}

.sidebar-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
}
.owl-dots {
  display: none;
}
.category-sidebar {
  margin-bottom: 20px;
}
.bp_category_option li a {
  color: #111;
}
.bp_category_option li h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: #222;
  transition: color 0.2s ease;
}
.bp_category_option li {
  margin-bottom: 15px;
  position: relative;
  transition: all 0.5s ease;
  border-left: 2px solid transparent;
}
.bp_category_option li:hover {
  border-left-color: #000;
  padding-left: 16px;
}
.bp_category_option li:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: width 0.2s ease;
}
.bp_category_option li:hover:after {
  width: 100%;
}
.blog-sidebar .bp_number_count {
  display: none;
}
.blog-sidebar .bp-news-button-action {
  display: none;
}
.blog-sidebar .bp_news_info {
  display: block;
  order: -1;
}
.blog-sidebar .bp_lb_user,
.blog-sidebar .bp_lb_comment,
.blog-sidebar .bp_icon_date {
  display: none;
}
.blog-sidebar .cls_content_hot_news {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.blog-sidebar .bp-date-create {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.blog-sidebar a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  display: block;
  transition: color 0.2s ease;
}
.blog-sidebar .bp_block_item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
.blog-sidebar .bp_block_item .row > * {
  padding: 0;
}
.bp_list_tag {
  display: flex;
  flex-wrap: wrap;
}
.bp_tag_item_link {
  display: inline-block;
  padding: 0px 12px;
  margin: 0 8px 8px 0;
  background-color: #f5f5f5;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.2s ease;
  border: none;
}
.bp_tag_item_link:hover {
  background-color: #e5e5e5;
}
.social-share-buttons {
  display: none;
}
.image-gallery {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
  margin-top: 30px;
}

.item {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  animation: slideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-delay: 0.1s;
}
.card {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.bp_hot_news_slide_img {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  background: #fff;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#carousel_fav img {
  height: 350px;
}
.card:hover .bp_hot_news_slide_img {
  box-shadow: 0 30px 60px rgba(255, 255, 255, 0.1);
}

.bp_hot_news_slide_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 2;
}

.card:hover .bp_hot_news_slide_img::before {
  opacity: 1;
}

.bp_hot_news_slide_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.bp_hot_news_slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover .bp_hot_news_slide_img img {
  filter: grayscale(20%) contrast(110%) brightness(1);
  transform: scale(1.15);
}

.card-body {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: #fff;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(20px);
  z-index: 3;
}

.card-title {
  margin: 0;
}

.bp-slide-title {
  padding: 0;
}

.project-other .news_title {
  margin: 0;
  padding: 20px 20px 30px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.4;
}

.project-other .news_title a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  position: relative;
}

.project-other .news_title a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.4s ease;
}

.card:hover .news_title a::after {
  width: 100%;
}
.item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 52%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.card:hover .item::before,
.item:hover::before {
  opacity: 1;
  animation: scan 0.5s ease;
}
.bp_comment {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.bp_display_comment {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 100%;
  margin-bottom: 60px;
  --text-primary: #111111;
  --text-secondary: #555555;
  --text-tertiary: #777777;
  --bg-primary: #ffffff;
  --bg-secondary: #fafafa;
  --bg-tertiary: #f2f2f2;
  --border-light: #e6e6e6;
  --border-medium: #d1d1d1;
  --border-radius: 4px;
  --transition: all 0.25s cubic-bezier(0.2, 0, 0.2, 1);
}
#comment_name {
  color: #121212;
  height: 55px;
  width: 100%;
  padding: 10px 10px 10px 10px;
  transition: 0.3s;
  background-color: #5550;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #121212;
  border-radius: 0;
}
#comment_content {
  background-color: #fff0;
  height: 60px;
  font-family: "Beatrice Trial", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #121212;
  padding: 20px 10px 10px 0;
  transition: 0.3s;
  border-radius: 0;
}
#comment_content:focus {
  height: 170px;
}
#comment_form {
  max-width: 100%;
}
.bp_comment_submit {
  background-color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  color: #fff;
  height: 60px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #121212;
  border-radius: 0 30px 0 30px;
  padding: 10px 30px 10px 30px;
  margin: 0 0 0 0;
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.bp_comment_submit:hover {
  background-color: #fff;
  color: #121212;
}
.bp_comment_submit::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 50%;
  top: 50%;
  background-color: #1c1d20;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.bp_comment_submit:hover:after {
  width: 120%;
  opacity: 1;
  height: 400%;
  background-color: #072032;
}
.form-control:focus {
  box-shadow: none;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50% !important;
  background: #121212 !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1;
  visibility: visible;
}
.owl-prev:hover,
.owl-next:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.25), -12px -12px 24px rgba(255, 255, 255, 0.9) !important;
  background: linear-gradient(145deg, #f8f8f8, #ffffff) !important;
}

.owl-prev:active,
.owl-next:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.owl-prev span,
.owl-next span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.owl-prev:hover span,
.owl-next:hover span {
  color: #333333;
  transform: scale(1.2);
}

.owl-prev::before,
.owl-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
  z-index: 1;
}

.owl-prev:hover::before,
.owl-next:hover::before {
  width: 100%;
  height: 100%;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2), -8px -8px 16px rgba(255, 255, 255, 0.8), 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.owl-prev:disabled,
.owl-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.owl-prev:disabled:hover,
.owl-next:disabled:hover {
  transform: none;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2), -8px -8px 16px rgba(255, 255, 255, 0.8);
}

.owl-prev {
  left: 1%;
}
.owl-next {
  right: 1%;
}
.step-top {
  padding: 0;
  margin-bottom: 40px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.step-top h2 {
  font-size: clamp(1.5rem, 6vw, 2.5rem);
  font-weight: 800;
  color: #000000;
  margin: 0;
  line-height: 1.1;
}
.content_text_note {
  margin-top: 20px;
}
.form-action {
  width: 600px;
  background: #fafafa;
  overflow: hidden;
  position: relative;
}

.form-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #000, #333, #000);
}

.form-tabs {
  display: flex;
  background: #f8f9fa;
  position: relative;
}

.form-tabs .tab {
  flex: 1;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab.active {
  color: #000;
  background: #fafafa;
}

.tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 3px;
  background: #000;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab.active::after {
  transform: translateX(-50%) scaleX(1);
}

.tab:hover:not(.active) {
  color: #333;
  background: rgba(0, 0, 0, 0.03);
}

.tab-content {
  display: none;
  padding: 40px 32px;
  background: #fafafa;
  animation: fadeIn 0.4s ease-out;
}

.tab-content.active {
  display: block;
}
#frm-action-7855 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 20px;
}
#frm-action-7855 > .bp_form_field:nth-child(5) {
  grid-column: span 2;
}
#frm-action-7855 input {
  width: 100%;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #c2c2c2;
  height: 50px;
  background-color: #fff0;
  color: #121212;
  border-radius: 0 0 0 0;
  margin: 0 0 25px 0;
  outline: 0;
}
#frm-action-7855 input::placeholder,
#frm-action-7855 textarea::placeholder {
  color: #121212;
}
.bp_form_label_up {
  display: none;
}
#frm-action-7855 textarea {
  height: 40px;
  background-color: #fff0;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  color: #121212;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #c2c2c2;
  border-radius: 0 0 0 0;
  margin: 15px 0 15px 0;
  width: 100%;
}
#frm-action-7855 .bp-btn-send {
  position: relative;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  height: 65px;
  padding: 0 40px 0 40px;
  margin: 0 0 0 0;
  border-radius: 0 30px 0 30px;
  gap: 5px;
  color: #fff;
  fill: #fff;
  background-color: #121212;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #121212;
  overflow: hidden;
  z-index: 0;
}
#frm-action-7855 .bp-btn-send:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
#frm-action-7855 .bp-btn-send:hover {
  border-color: #121212;
  color: #555;
  fill: #555;
}
#frm-action-7855 .bp-btn-send:hover::after {
  height: 400%;
  opacity: 1;
}

.bp_btn_reply {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #666;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.bp_btn_reply:hover {
  background: #000;
  color: white;
  border-color: #000;
  transform: scale(1.05);
}
.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #000 0%, #333 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-right: 12px;
  float: left;
}
.panel {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}
.panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #000 0%, #333 100%);
  border-radius: 4px 0 0 4px;
}
.panel-default > .panel-heading {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: 0;
  border: none;
}
.user-info {
  display: flex;
  flex-direction: column;
}
.avatar-user-container {
  display: flex;
  align-items: center;
}
.panel-body {
  padding: 0;
}
.bp_comment_user {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #2c3e50;
}
.form-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}
.right-panel {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fbfff4;
}

.content-section {
  max-width: 500px;
  text-align: center;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #5e5e5e;
}

.section-description {
  font-size: 16px;
  color: #595959;
  margin-bottom: 32px;
  line-height: 1.6;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.contact-method {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #000000;
  transition: border-color 0.3s ease;
  text-decoration: none;
  color: #333333;
}

.contact-method:hover {
  border-color: #1a1a1a;
}

.contact-method-icon {
  width: 20px;
  height: 20px;
}

.contact-method-text {
  font-size: 15px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}

.info-item {
  text-align: left;
}

.info-label {
  font-size: 13px;
  color: #454545;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.info-value {
  font-size: 15px;
  color: #000000;
}
.availability {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 13px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}
.form-project  {
    background: #f0efef;
    margin: 60px 0;
}
.sidebar-more {
    display: none;
}

@media (max-width: 960px) {
  .project-header-modern {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 2rem 0;
  }
  .project-detail .container > .row > .col-lg-3 {
      display: none;
  }
  .form-action {
      width: 100%;
  }
  .sidebar-more  {
      display: block;
  }
  .bp_news_img,
  .project-content-overlay {
    grid-column: auto;
    grid-row: auto;
    position: static;
    width: 100%;
  }

  .bp_news_img {
    order: 1;
    height: 300px;
  }

  .project-content-overlay {
    order: 2;
    padding: 2rem 1.5rem;
    box-shadow: none;
    margin-top: -50px;
    z-index: 10;
    position: relative;
    background-color: #fdfdfd;
    width: calc(100% - 3rem);
    align-self: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
@media (max-width: 768px) {
  .bp_comment {
    display: block;
    margin: 30px 0;
  }
  .step-top h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .cta-section .wc-btn-primary {
    padding: 10px 20px;
  }
  .project-other .news_title {
    font-size: 14px;
  }
  .content_text_details ol li {
    align-items: flex-start;
    margin-bottom: 15px;
  }
  #comment_form {
    max-width: 100%;
  }
  .right-panel  {
      order: -1;
  }
}
@media (max-width: 567px) {
  .news_title {
    font-size: 14px;
  }
}
@keyframes scan {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes float {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    transform: translateY(-100px) translateX(50px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

