.site-logo { text-align: center; margin: 0 auto; }
  h1, h2, h3, h4, h5, h6{
    font-family: 'Inter 24pt', sans-serif !important;
  }

  body, ._heading, .btn, .button, .menu, blockquote, legend, fieldset, table, button, input, select
  , textarea, nav,label,span.jet-headline__label, span.jet-headline__part,span.elementor-icon-list-text,
  .elementor-post-navigation__link span, span.timeline-label, time, span.head_tab, span.ha-tab__title-text, ul.menu_setting li span,
  .text, .error, .success, .tab-post li, .ha-advanced-heading-wrap span, span.elementor-post-date, .breadcrumb-label, li,
  ul li span, .elementor-text-editor.elementor-clearfix, .td-paragraph-padding-0, span.elementor-button-text, a,span.custom-select-trigger, body div{
    font-family: 'Inter 24pt', sans-serif !important;
  }
  strong , .elementor-nav-menu a, span.jet-custom-item-label, .jet-menu-name span.jet-menu-label
  a,figcaption,.custom-options span, span.woocommerce-Price-amount.amount, span.woocommerce-Price-amount.amount{
    font-family: 'Inter 24pt', sans-serif !important;
  }
  .raleway h1, .raleway h2, .raleway h3, .raleway h4, .raleway h5, .raleway h6, .raleway, .raleway span, .raleway p, p{
    font-family: 'Inter 28pt', sans-serif !important;
  }
  .blue span{
    color: #06C3C1;
  }
  #wpadminbar .ab-icon {
      font: normal 20px/1 dashicons !important;
  }
    button{
        cursor: pointer;
    }
    p {
      margin: 0;
      transition: all ease-in-out 450ms !important;
      -webkit-transition: all ease-in-out 450ms !important;
      -o-transition: all ease-in-out 450ms !important;
      -moz-transition: all ease-in-out 450ms !important;
      text-decoration: unset;
      /*line-height: 1.6em;*/
    }
    a, button, input, textarea, span.jet-menu-label, input[type="submit"], i{
       transition: all ease-in-out 450ms !important;
       -webkit-transition: all ease-in-out 450ms !important;
       -o-transition: all ease-in-out 450ms !important;
       -moz-transition: all ease-in-out 450ms !important;
       text-decoration: unset;
    }
    a{
      color: #000;
      font-weight: 500;
      /* text-decoration: underline;
      text-decoration-color: #1f519f; */
    }
    a:hover{
      color: #1f519f;
      /* text-decoration: underline;
      text-decoration-color: #1f519f; */
    }

    @keyframes slidein {
      from {
        right: 0;
        transform: translateX(600px);
      }
      to {
        transform: translateX(0);
      }
    }
    @keyframes slideup {
      from {
        right: 0;
        transform: translateY(-600px);
      }
      to {
        transform: translateY(0);
      }
    }
    @keyframes slideout {
      from {
        transform: translateX(0);
      }
      to {
        right: 0;
        transform: translateX(600px);
      }
    }

    .v-container {
      width: 100%;
      max-width: 1140px;
      margin: 0 auto;
  }
    article.blog-style-bg .wd-entities-title a {
        font-size: 18px;
    }
  .icon-bor span.elementor-icon.elementor-animation- {
      padding: 15px;
      background: #111111;
      border-radius: 50px;
      border: 5px solid;
  }
  .cc-icon span.elementor-icon {
      background: #06c3c1;
      padding: 15px;
      border-radius: 50px;
  }
  .cc-icon span.elementor-icon svg g {
      fill: #fff !important;
  }


  .table-container {
    width: 100%;
    overflow-x: auto;
    margin: 0 0;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
    /* border-radius: 8px; */
  }

  .price-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px; /* Ensures table doesn't compress too much */
    background-color: white;
  }

  .price-table th, 
  .price-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 0px solid #e2e8f0;
    border: 0;
  }

  .price-table th {
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    font-size: 16px;
  }

  .price-table tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  .price-table tr {
    background-color: #fff;
    border-top: 1px solid #0000001a;
    transition: all ease-in-out 350ms;
  }
  .price-table tr:hover {
    background-color: #f2f2f2;
    transition: all ease-in-out 350ms;
  }

  .price-table td {
    color: #000;
    font-size: 15px;
  }

  .price-table td:not(:first-child) {
    text-align: left;
  }

  /* First column stays visible on horizontal scroll */
  .price-table th:first-child,
  .price-table td:first-child {
    position: sticky;
    left: 0;
    /* background-color: #f2f2f2; */
    z-index: 1;
    border-right: 0px solid #e2e8f0;
  }
  .scroll-indicator {
    display: none;
  }
  .price-table th {
    background: #fff !important;
    border: 0 !important;
  }
  .price-table tr:nth-child(odd) th,
  .price-table tr:nth-child(odd) td {
      /* background: #f2f2f2; */
      background-color: #f2f2f2;
  }
  .price-table tr th, 
  .price-table tr td {
      background: #fff;
      padding: 15px;
  }
.price-table tr:nth-child(odd) th:first-child,
.price-table tr:nth-child(odd) td:first-child {
    /* background: #f2f2f2; */
    background-color: #f2f2f2;
}
.price-table tr th:first-child, 
.price-table tr td:first-child {
    background: #fff;
}
.price-table tr th{
  font-size: 20px;
  font-style: italic;
}
.price-table tr td{
  font-size: 18px;
}
.price-table tr:hover th:first-child, 
.price-table tr:hover td:first-child {
    background-color: #f2f2f2;
}
.price-table tr:hover th, 
.price-table tr:hover td {
    background-color: #f2f2f2;
}
/*archive*/
#box-list .recent-blogspost {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.archive .site-content .main-project .s-container {
  max-width: var(--s-container-width);
  margin: 0 auto;
}
div#box-list {
  padding: 5em 0;
  display: grid;
  grid-gap: 2em;
}
 .page-titile_p {
     display: block;
     padding: 8em 0;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top center;
     position: relative;
}
 .title-head {
     position: relative;
}
 .page-titile_p .title-head .head-h3 {
    font-size: 42px;
    font-weight: 600;
    display: block;
    line-height: 1.3;
    color: #fff;
}
 .page-titile_p .box-breadcrumb {
     display: block;
     position: relative;
}
 .page-titile_p .box-breadcrumb {
     color: #fff;
     font-size: 16px;
     font-weight: 500;
     line-height: 1.3;
}
 .page-titile_p .box-breadcrumb p span, .page-titile_p .box-breadcrumb p span a {
     font-size: 16px;
     font-weight: 300;
     display: block;
     line-height: 1.3;
     color: #fff;
}
 .page-titile_p .box-breadcrumb p span {
     display: flex;
     gap: 5px;
}
 .page-titile_p .box-breadcrumb p span.breadcrumb_last {
     font-weight: 500;
}
 .page-title_box {
     display: flex;
     justify-content: right;
     flex-direction: column;
     align-items: center;
}
.overlay-box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 25%) 35%, rgba(255,255,255,1) 100%);
  background: #00000047;
  left: 0;
}
.box-breadcrumb {
  z-index: 9;
}
.title-head {
  z-index: 9;
}
.header-project .head-h3 {
  display: block;
  font-size: 34px;
  text-align: center;
}
.header-project {
  display: block;
  position: relative;
}
.author-box_write {
  display: none;
}
 .archive-project_box .m-archive .v-container {
     display: grid;
     grid-template-columns: 1fr 4fr;
     grid-gap: 20px;
}
 .archive-project_box .m-archive .v-container div#box-list .recent-blogspost {
     grid-gap: 20px;
     grid-template-columns: repeat(3, 1fr);
}
.sidebar-project {
  padding: 5em 10px;
}
/*card post*/
.card-post_content .b-thumbnail img {
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  min-height: 100%;
  margin: 0 auto;
  transition: all ease-in-out 600ms;
  transform-style: preserve-3d;
  object-position: center;
}
.card-post_content .b-thumbnail a {
  padding-bottom: calc(0.7 * 100%);
  display: block;
  position: relative;
  overflow: hidden;
}
.card-post_content .b-date {
  font-size: 11px;
  color: #000;
  opacity: 0.5;
  line-height: 1.3;
  text-transform: uppercase;
}
.card-post_content .head-h3.vc-title a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  min-height: auto;
  height: 100%;
  padding-top: 5px;
  margin-top: -6px;
  margin-bottom: -3px;
}
.card-post_content .b-post {
  display: grid;
  grid-gap: 15px;
}
.card-post_content .b-post .b-info {
  display: grid;
  grid-gap: 10px;
}
.card-post_content .b-info_detail p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  opacity: 0.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  min-height: 57px;
  height: 100%;
}
.card-post_content .b-post .head-h3.vc-title a:hover {
  color: var(--ac-color);
}
.header-project .head-h3 {
  display: block;
  font-size: 34px;
  text-align: center;
}
.header-project {
  display: block;
  position: relative;
}
.s-paging {
  display: flex;
  margin-bottom: var(--s-space);
  font-weight: bold;
}
.s-paging span, .s-paging a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
}
.s-paging .current {
  background-color: var(--ms-color);
  color: var(--ac-color);
  border-radius: 36px;
}
.s-paging {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 5em 0;
}
.flex-container .flexbox.f-1 {
  flex-basis: calc(70% - 20px);
  overflow: hidden;
}
.flex-container .flexbox.f-2 {
  flex-basis: calc(30% - 20px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
}
.flex-container .flexbox.f-2 .c2-box {
  background: #f4f4f4;
  border: 1px solid #f3f3f3;
  padding: 30px 30px;
  border-radius: 13px;
}
 .c2-text {
  font-size: 22px;
  font-weight: 600;
}
.title-c .c2-divide {
  display: block;
  height: 2px;
  background: var(--ms-color);
  width: 100%;
  max-width: 65px;
}
.title-c .c2-divide:before {
  content: '';
  height: 2px;
  display: block;
  width: 8px;
  background: #f4f4f4;
  position: relative;
  left: 15px;
}
.flexbox.f-1 .title-bar {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.flexbox.f-1 .title-bar .feature-image {
  padding-bottom: 2em;
}
.flexbox.f-1 .title-bar .post-category_info a {
  color: var(--ms-color);
  font-weight: 600;
}
.flexbox.f-1 .title-bar .flex-title_post h1.post-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
}
ul.cat-list_single {
  margin: 0;padding: 0;
}
ul.cat-list_single li {
    background: var(--ms-color);
    margin-bottom: 7px;
    margin-right: 7px;
    border-radius: 50px;
    display: inline-block;
    transition: all ease-in-out 350ms;
}
ul.cat-list_single li a {
    font-size: 14px;
    font-weight: 300;
    transition: all ease-in-out 350ms;
    color: #000;
    padding: 5px 20px;
    display: block;
}
ul.cat-list_single li:hover {
    opacity: 0.8;
}
ul.cat-list_single li:hover a{
    color: #000;
}
ul.cat-list_single {
  padding-top: 20px;
}
.c2-box ul.cat-list_single {
  padding-top: 0;
}
.s-tags ul.cat-list_single li {
  background: #f3f3f3;
}
.s-tags ul.cat-list_single li:hover {
  background: var(--ms-color);
}
.seed-social a {
  border-radius: 50px;
}
 .related-box .card-post_content {
     align-items: center;
}
 .related-box .card-post_content .b-post {
     display: flex;
     flex-direction: row;
     align-items: self-start;
}
 .related-box .card-post_content .b-post .b-thumbnail {
     flex-basis: 40%;
}
 .related-box .card-post_content .b-post .b-info {
     display: flex;
     flex-direction: column;
     flex-basis: 60%;
}
 .related-box .card-post_content .b-post .b-info .head-h3.vc-title a {
     font-size: 16px;
     line-height: 1.1;
     font-weight: 600;
}
 .recent-post_box .post-recent_box {
     display: flex;
     flex-direction: column;
     gap: 20px;
}
.b-info_detail .location {
    position: relative;
    display: flex;
    align-items: center;
}
.b-info_detail .location svg {
    width: 20px;
    height: 20px;
    stroke: #f4f4f4;
    fill: var(--ms-color);
}
.b-info_detail .location {
    font-size: 14px;
    color: var(--ms-color);
}
.related-box .card-post_content:hover .b-post .b-info .head-h3.vc-title a {
    color: var(--ms-color);
}
.flex-container .flexbox.f-2 .c2-box .title-c {
  padding-bottom: 20px;
}
.s-share_box ul {
  margin: 0;
}
.flexbox.f-1 .s-share_box ul {
  margin: 20px 0;
}
.flexbox.f-1 .box-list_single {
  margin: 20px 0;
}
.form-pickup form {
  background: #f4f4f4;
  padding: 25px;
  border-radius: 20px;
  margin-top: 20px;
}
.form-pickup form label {
  font-size: 14px;
}
.form-pickup .ff-default .ff-el-form-control {
  font-size: 14px;
}
.form-pickup button.ff-btn {
  font-size: 14px;
}
.form-pickup .ff-t-container {
  flex-wrap: wrap;
  gap: 0px 20px !important;
}
.form-pickup .ff-t-container .ff-t-cell {
  flex-basis: calc( 50% - 10px ) !important;
}
.form-pickup button.ff-btn {
  background: var(--ms-color) !important;
  border: 0;
  color: #000 !important;
}
.form-pickup .ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom {
  width: 100%;
  max-width: 165px;
  margin: 0 auto !important;
}
.form-pickup button.ff-btn:hover {
  color: #000;
  opacity: 0.8;
}
table.price-table {
  border-radius: 50px;
  position: relative;
  display: inline-table;
}
table.price-table thead tr th {
   background: transparent;
   color: #fff;
}
table.price-table thead tr th {
   background: #06c3c1 !important;
}
table.price-table thead {
   background: #06c3c1 !important;
}
table.price-table thead tr th:first-child {
   border-top-left-radius: 20px;
}
table.price-table thead tr th:last-child {
   border-top-right-radius: 20px;
}
.price-table thead tr {
   border: 0;
}
.price-table tr {
   border: 0;
}
.price-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.price-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #06c3c1;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
  outline: none;
  z-index: 1000;
}
.vflicon-button {
  bottom: -4px;
}
.vflicon-button-wrap {
  bottom: 40px;
}
.vc-top.top-bottom.vc-is-visible {
  right: 90px;
}
.vflicon-button-wrap > span {
  display: none;
}
.dx-form .ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
.btn-box_x a {
  gap: 4px;
  align-items: center;
  background: #06c1bf;
  display: inline-flex;
  text-transform: uppercase;
  color: #000000;
  border-radius: 50px;
  border: 1.5px solid #fff;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 600;
}
.btn-box_x {
  display: block;
  position: relative;
}
.btn-box_x a svg {
  height: 18px;
  width: 18px;
  stroke: #000000;
  padding: 0;
  border-radius: 50px;
  stroke-width: 2px;
}
.btn-box_x a:hover {
  opacity: 0.8;
}
.btn-box_x a span {
  display: block;
  position: relative;
  line-height: 1;
}
.related-box .card-post_content .b-post .b-info a.btn-read_m {
  font-size: 12px;
  padding: 5px 10px 5px 12px;
  gap: 2px;
}
.related-box .card-post_content .b-post .b-info a.btn-read_m svg {
  width: 15px;
  height: 15px;
}
.vflicon-button:before {
  content: 'Contact Us';
  display: flex;
  width: 100px;
  height: 35px;
  position: absolute;
  background: #ffffff;
  left: -108px;
  padding: 7px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 0 8px #54545442;
  font-size: 15px;
  font-weight: 600;
}
.vc-top.top-bottom.vc-is-visible {
  bottom: 35px;
  right: 22px;
}
.vflicon-button-wrap {
  bottom: 105px;
}
  /*ipad (tablet)*/
  @media (max-width: 1024px) {
    #box-list .recent-blogspost {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px;
    }
    div#box-list {
        padding: 3em 2em;
    }
    .header-project .head-h3 {
      font-size: 26px;
    }
    .flex-container {
      flex-direction: column;
      flex-wrap: nowrap;
    }
    .flex-container .flexbox.f-1, .flex-container .flexbox.f-2 {
        flex-basis: 100% !important;
    }
    body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
        padding: 2em;
    }
    .flex-container {
      padding: 0;
    }
    .flex-container {
        padding: 4em 2em;
    }
    .related-box .card-post_content {
        flex-basis: calc(50% - 10px);
    }
    .recent-post_box .post-recent_box {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px 20px;
    }
    .price-table tr th{
      font-size: 16px;
      font-style: italic;
    }
    .price-table tr td{
      font-size: 14px;
    }
    .scroll-indicator {
      margin-bottom: 20px;
    }
    .scroll-indicator {
      display: none;
  }
  .vc-top.top-bottom.vc-is-visible {
    right: 9px;
    bottom: 35px;
  }
  }
  /*iphone8 (smartphone)*/
  @media (max-width: 767px) {

    .table-container {
      margin: 10px 0;
      border-radius: 0;
    }

    .price-table th, 
    .price-table td {
      padding: 10px;
      font-size: 14px;
    }

    /* Add scroll indicator on mobile */
    .scroll-indicator {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      color: #666;
      font-size: 14px;
      background: #f2f2f2;
      border-bottom: 1px solid #e2e8f0;
    }

    .scroll-indicator svg {
      width: 20px;
      height: 20px;
      margin-left: 8px;
    }
    /*archive*/
    #box-list .recent-blogspost {
      grid-template-columns: 1fr;
      grid-gap: 20px;
    }
    div#box-list {
        padding: 3em 1.5em;
        grid-gap: 20px;
    }
    .header-project .head-h3 {
      font-size: 21px;
    }
    .card-post_content .head-h3.vc-title a {
      font-size: 16px;
    }
    .related-box .card-post_content {
      flex-basis: 100%;
    }
    .flex-container .flexbox.f-2 .c2-box {
        padding: 20px 15px;
    }
    body:not([class*=elementor-page-]) .site-main {
        padding: 2em 1.5em;
    }
    .flexbox.f-1 .title-bar .flex-title_post h1.post-title {
      font-size: 23px;
    }
    .flexbox.f-1 .title-bar .post-category_info a {
        font-size: 14px;
    }
    .flexbox.f-1 .title-bar .feature-image {
        padding-bottom: 10px;
    }
    .flex-container {
        gap: 20px;
    }
    .form-pickup form {
      padding: 20px 15px;
    }
    .price-table thead th:first-child, .price-table tbody td:first-child {
      position: relative;
      width: 200px !important;
      display: block;
    }
    .price-table {
        min-width: 300px;
    }
    .scroll-indicator {
      display: none;
  }
  .related-box .card-post_content .b-post .b-info a.btn-read_m {
    padding: 10px 17px;
  }
  }
