.site-text-logo {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1;
}

.site-text-logo--footer {
  color: var(--color-white);
}

.navbar-brand img,
.offcanvas-brand img,
.sidebar-popup-logo img {
  max-height: 56px;
  width: auto;
}

.footer-logo .site-logo-light {
  max-height: 56px;
  width: auto;
  filter: brightness(0) invert(1);
}

.header-top-list span {
  color: var(--color-white);
}

.header-top-lang {
  display: inline-flex;
  align-items: center;
}

.header-top .lang-selector-wrapper {
  position: relative;
}

.header-top .top-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--color-white);
  cursor: pointer;
  font-weight: 500;
}

.header-top .top-lang:hover {
  color: var(--theme-color);
}

.header-top .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 180px;
  margin-top: 8px;
  padding: 8px;
  border: 0;
  border-radius: 14px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  z-index: 1000;
}

.header-top .lang-dropdown.is-active {
  display: grid;
  gap: 4px;
}

.header-top .lang-option {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  padding: 8px 10px;
  color: var(--color-dark);
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}

.header-top .lang-option:hover {
  color: var(--color-white);
  background: var(--theme-color);
}

#google_translate_element {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body > .skiptranslate,
.goog-logo-link,
.goog-te-gadget,
.goog-te-banner-frame.skiptranslate,
.goog-tooltip,
.goog-te-gadget-simple,
a[href="https://translate.google.com"] {
  display: none !important;
}

body {
  top: 0 !important;
}

.theme-btn,
.theme-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  font-size: 15px;
  line-height: 1.25;
  white-space: nowrap;
}

.theme-btn i,
.theme-btn2 i {
  margin-left: 0;
  font-size: 14px;
  line-height: 1;
}

.theme-icon-button,
.portfolio-arrow,
.portfolio-link,
.social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  line-height: 1;
}

.theme-line-clamp-2,
.theme-case-title a,
.theme-recent-post .recent-post-info h6 a,
.blog-title a,
.service-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.theme-section-intro {
  margin-bottom: 40px;
}

.theme-section-intro p {
  max-width: 620px;
}

.theme-card {
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: var(--box-shadow);
}

.theme-panel {
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: var(--box-shadow);
  padding: 32px;
}

.theme-panel + .theme-panel {
  margin-top: 30px;
}

.theme-side-widget {
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: var(--box-shadow);
  padding: 30px;
}

.theme-side-widget + .theme-side-widget {
  margin-top: 30px;
}

.theme-side-widget .widget-title,
.theme-widget-title {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.3;
}

.theme-empty-state {
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: var(--box-shadow);
  padding: 60px 30px;
  text-align: center;
}

.theme-empty-state i {
  font-size: 44px;
  color: var(--theme-color);
  margin-bottom: 16px;
}

.theme-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--theme-bg-light);
  aspect-ratio: 4 / 4;
}

.theme-gallery-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.theme-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.theme-gallery-thumb {
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: var(--theme-bg-light);
  cursor: pointer;
  transition: var(--transition2);
}

.theme-gallery-thumb.active,
.theme-gallery-thumb:hover {
  border-color: var(--theme-color);
}

.theme-gallery-thumb img {
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.theme-meta-list {
  display: grid;
  gap: 14px;
}

.theme-meta-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.theme-meta-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.theme-meta-label {
  color: var(--body-text-color);
  font-weight: 500;
}

.theme-meta-value {
  color: var(--color-dark);
  font-weight: 600;
  text-align: right;
}

.theme-category-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 18px;
  background: var(--theme-bg-light);
  color: var(--color-dark);
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}

.theme-category-list a:hover,
.theme-category-list a.is-active {
  color: var(--color-white);
  background: var(--theme-color);
}

.theme-category-list .theme-category-level-1 {
  margin-left: 18px;
}

.theme-category-list .theme-category-level-2 {
  margin-left: 36px;
}

.theme-quote-note {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 18px;
  background: var(--theme-color-light);
  color: var(--color-dark);
}

.theme-inquiry-widget p {
  margin-bottom: 22px;
}

.theme-inquiry-button,
.theme-inquiry-submit {
  border: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-inquiry-alt {
  margin-top: 14px;
}

.theme-inquiry-alt .theme-btn2 {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-inquiry-modal .modal-dialog {
  padding: 16px;
}

.theme-inquiry-modal .modal-content {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 44, 91, 0.22);
}

.theme-inquiry-modal .modal-header {
  align-items: flex-start;
  gap: 16px;
  padding: 28px 32px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.theme-inquiry-modal .modal-title {
  color: var(--color-dark);
  margin-top: 4px;
}

.theme-inquiry-modal .btn-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background-color: var(--theme-bg-light);
  opacity: 1;
  margin: 0;
}

.theme-inquiry-modal .modal-body {
  padding: 28px 32px 32px;
}

.theme-inquiry-product {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: var(--theme-bg-light);
  margin-bottom: 22px;
}

.theme-inquiry-product-img {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--color-white);
}

.theme-inquiry-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-inquiry-product h5 {
  margin-bottom: 4px;
  color: var(--color-dark);
  font-size: 18px;
}

.theme-inquiry-product p {
  margin-bottom: 0;
}

.theme-related-grid .service-item,
.theme-grid .service-item,
.theme-grid .blog-item,
.theme-grid .portfolio-item {
  height: 100%;
}

.blog-item-info p,
.service-text,
.theme-side-widget p {
  font-size: 15px;
  line-height: 1.7;
}

.blog-title {
  font-size: 21px;
  line-height: 1.35;
}

.blog-item-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.blog-item-meta ul li {
  margin-right: 0;
  font-size: 14px;
  line-height: 1.4;
}

.blog-item-info .theme-btn {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 14px;
}

.theme-recent-post {
  display: grid;
  gap: 14px;
}

.theme-recent-post .recent-post-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: var(--theme-bg-light);
  transition: var(--transition2);
}

.theme-recent-post .recent-post-item:hover {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
}

.theme-recent-post .recent-post-img {
  width: 86px;
  height: 72px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--color-white);
}

.theme-recent-post .recent-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-recent-post .recent-post-info {
  min-width: 0;
}

.theme-recent-post .recent-post-info h6 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.theme-recent-post .recent-post-info h6 a {
  color: var(--color-dark);
}

.theme-recent-post .recent-post-info h6 a:hover {
  color: var(--theme-color);
}

.theme-recent-post .recent-post-info span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--theme-color);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.theme-recent-post .recent-post-info span i {
  margin-right: 0;
  font-size: 12px;
}

.portfolio-item {
  height: 100%;
}

.portfolio-img {
  overflow: hidden;
  border-radius: 30px 30px 30px 0;
}

.portfolio-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.portfolio-content {
  gap: 14px;
  min-height: 86px;
}

.portfolio-info {
  min-width: 0;
}

.portfolio-content small {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.theme-case-title {
  margin-bottom: 0;
  line-height: 1.35;
}

.theme-case-title a {
  font-size: 17px;
  line-height: 1.35;
  min-height: 46px;
}

.portfolio-arrow {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  line-height: 1;
}

.portfolio-arrow i {
  font-size: 14px;
}

.site-float-contact {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  font-family: var(--body-font);
}

.site-float-contact__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--theme-color);
  color: var(--color-white);
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 18px 36px rgba(246, 88, 1, 0.25);
}

.site-float-contact__toggle i {
  font-size: 16px;
}

.site-float-contact__panel {
  width: min(330px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border-radius: 24px;
  padding: 18px;
  background: var(--color-white);
  border: 1px solid rgba(0, 44, 91, 0.08);
  box-shadow: 0 24px 70px rgba(0, 44, 91, 0.18);
}

.site-float-contact__eyebrow {
  margin-bottom: 7px;
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.site-float-contact__title {
  margin-bottom: 8px;
  color: var(--color-dark);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.site-float-contact__desc {
  margin-bottom: 0;
  color: var(--body-text-color);
  font-size: 14px;
  line-height: 1.6;
}

.site-float-contact__group {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.site-float-contact__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border-radius: 18px;
  background: var(--theme-bg-light);
  color: var(--color-dark);
  border: 1px solid transparent;
  transition: var(--transition2);
}

.site-float-contact__item:hover {
  color: var(--color-dark);
  background: var(--color-white);
  border-color: rgba(246, 88, 1, 0.2);
  box-shadow: var(--box-shadow);
  transform: translateY(-1px);
}

.site-float-contact__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 15px;
}

.site-float-contact__item--phone .site-float-contact__icon,
.site-float-contact__item--whatsapp .site-float-contact__icon {
  background: #20bf55;
}

.site-float-contact__item--email .site-float-contact__icon {
  background: #1385d8;
}

.site-float-contact__item--address .site-float-contact__icon {
  background: var(--theme-color);
}

.site-float-contact__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.site-float-contact__label {
  color: var(--body-text-color);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.site-float-contact__value {
  color: var(--color-dark);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  word-break: break-word;
}

.site-float-contact__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.site-float-contact__social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 5px 12px 5px 5px;
  border-radius: 999px;
  background: var(--theme-bg-light);
  color: var(--color-dark);
  font-size: 13px;
  font-weight: 700;
  transition: var(--transition2);
}

.site-float-contact__social-link:hover {
  color: var(--theme-color);
  background: var(--color-white);
  box-shadow: var(--box-shadow);
}

.site-float-contact__social-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-dark);
  color: var(--color-white);
  font-size: 13px;
}

.site-float-contact__social-link--facebook .site-float-contact__social-icon {
  background: #1877f2;
}

.site-float-contact__social-link--instagram .site-float-contact__social-icon {
  background: #e4405f;
}

.site-float-contact__social-link--twitter .site-float-contact__social-icon {
  background: #111827;
}

.site-float-contact__social-link--linkedin .site-float-contact__social-icon {
  background: #0a66c2;
}

.site-float-contact__social-link--youtube .site-float-contact__social-icon {
  background: #ff0000;
}

.site-float-contact__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 16px;
  border-radius: 999px;
  background: var(--theme-color);
  color: var(--color-white);
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(246, 88, 1, 0.2);
}

.site-float-contact__cta:hover {
  color: var(--color-white);
  background: var(--theme-color2);
}

@media all and (min-width: 1024px) {
  .site-float-contact {
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    align-items: flex-start;
  }

  .site-float-contact__toggle {
    display: none;
  }

  .site-float-contact__panel {
    width: auto;
    max-height: none;
    overflow: visible;
    padding: 12px 9px;
    border-radius: 0 22px 22px 0;
    background: var(--theme-color2);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 44, 91, 0.24);
  }

  .site-float-contact__eyebrow,
  .site-float-contact__title,
  .site-float-contact__desc,
  .site-float-contact__cta {
    display: none;
  }

  .site-float-contact__group {
    margin-top: 0;
    gap: 9px;
  }

  .site-float-contact__item {
    width: 54px;
    min-height: 54px;
    padding: 6px;
    border-radius: 999px;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
  }

  .site-float-contact__item:hover {
    width: min(272px, calc(100vw - 40px));
    background: var(--color-white);
  }

  .site-float-contact__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .site-float-contact__meta {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0.22s ease, opacity 0.18s ease;
  }

  .site-float-contact__item:hover .site-float-contact__meta {
    max-width: 180px;
    opacity: 1;
  }

  .site-float-contact__value {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-float-contact__social {
    flex-direction: column;
    gap: 9px;
    margin-top: 9px;
  }

  .site-float-contact__social-link {
    width: 50px;
    min-height: 50px;
    padding: 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
  }

  .site-float-contact__social-link:hover {
    width: min(190px, calc(100vw - 40px));
    background: var(--color-white);
  }

  .site-float-contact__social-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .site-float-contact__social-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.22s ease, opacity 0.18s ease;
  }

  .site-float-contact__social-link:hover .site-float-contact__social-text {
    max-width: 100px;
    opacity: 1;
  }
}

@media all and (max-width: 1023px) {
  #scroll-top.active {
    bottom: 88px;
    right: 18px;
  }

  .site-float-contact__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .site-float-contact.is-open .site-float-contact__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media print {
  .site-float-contact {
    display: none !important;
  }
}

.theme-rich-content,
.rich-content {
  color: var(--body-text-color);
}

.theme-rich-content > * + *,
.rich-content > * + * {
  margin-top: 18px;
}

.theme-rich-content h1,
.theme-rich-content h2,
.theme-rich-content h3,
.theme-rich-content h4,
.theme-rich-content h5,
.theme-rich-content h6,
.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  color: var(--color-dark);
}

.theme-rich-content ul,
.theme-rich-content ol,
.rich-content ul,
.rich-content ol {
  padding-left: 20px;
}

.theme-rich-content li,
.rich-content li {
  list-style: disc;
  margin-bottom: 8px;
}

.theme-rich-content ol li,
.rich-content ol li {
  list-style: decimal;
}

.theme-rich-content img,
.rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.theme-rich-content table,
.rich-content table {
  width: 100%;
  border-collapse: collapse;
}

.theme-rich-content table td,
.theme-rich-content table th,
.rich-content table td,
.rich-content table th {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 14px;
}

.theme-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.theme-media-card {
  background: var(--theme-bg-light);
  border-radius: 24px;
  overflow: hidden;
  padding: 14px;
}

.theme-media-card figure {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 10px;
}

.theme-media-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.theme-media-card--contain img {
  object-fit: contain;
  background: var(--color-white);
}

.theme-info-table {
  width: 100%;
}

.theme-info-table tr + tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.theme-info-table td {
  padding: 14px 0;
  vertical-align: top;
}

.theme-info-table td:first-child {
  width: 38%;
  color: var(--body-text-color);
  font-weight: 500;
}

.theme-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.theme-page-actions .theme-btn,
.theme-page-actions .theme-btn2 {
  margin: 0;
}

.theme-author-box {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: var(--theme-bg-light);
}

.theme-author-box .icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 28px;
}

.theme-inline-form .form-group,
.theme-inline-form .form-icon {
  position: relative;
}

.theme-inline-form .form-icon i {
  position: absolute;
  left: 18px;
  top: 18px;
  color: var(--theme-color);
}

.theme-inline-form .form-control,
.theme-inline-form textarea {
  padding-left: 48px;
}

.theme-inline-form textarea.form-control {
  padding-top: 16px;
}

.theme-badge-list {
  display: grid;
  gap: 20px;
}

.theme-badge-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 24px;
  background: var(--color-white);
}

.theme-badge-item .theme-badge-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--theme-color-light);
}

.theme-badge-item .theme-badge-icon img {
  max-width: 40px;
}

.theme-breadcrumb-actions {
  margin-top: 24px;
}

.theme-thanks-card {
  max-width: 760px;
  margin: 0 auto;
}

.theme-status-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(21, 212, 201, 0.15);
  color: #15d4c9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin: 0 auto 20px;
}

.theme-date-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  min-width: 72px;
  text-align: center;
  border-radius: 18px;
  background: var(--theme-color);
  color: var(--color-white);
  padding: 10px 12px;
  z-index: 1;
}

.theme-date-badge strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.theme-date-badge span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}

@media all and (max-width: 991px) {
  .py-120 {
    padding: 80px 0;
  }

  .py-80 {
    padding: 60px 0;
  }

  .theme-panel,
  .theme-side-widget {
    padding: 24px;
    border-radius: 24px;
  }

  .theme-author-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .theme-gallery-thumb img {
    height: 72px;
  }

  .theme-meta-item {
    align-items: flex-start;
  }
}

@media all and (max-width: 767px) {
  .site-text-logo {
    font-size: 24px;
  }

  .py-120 {
    padding: 60px 0;
  }

  .py-80 {
    padding: 48px 0;
  }

  .site-title {
    font-size: 30px;
    line-height: 1.25;
  }

  .theme-btn,
  .theme-btn2 {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 14px;
    white-space: normal;
  }

  .theme-btn i,
  .theme-btn2 i {
    font-size: 13px;
  }

  .theme-panel,
  .theme-side-widget,
  .theme-empty-state {
    padding: 20px;
    border-radius: 20px;
  }

  .theme-side-widget .widget-title,
  .theme-widget-title {
    font-size: 20px;
  }

  .blog-title {
    font-size: 19px;
  }

  .blog-item {
    padding: 16px;
    border-radius: 22px;
  }

  .blog-item-img,
  .blog-item-img img {
    border-radius: 18px;
  }

  .blog-item-meta ul {
    gap: 6px 10px;
  }

  .blog-item-meta ul li {
    font-size: 13px;
  }

  .theme-recent-post .recent-post-item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    padding: 8px;
    border-radius: 16px;
  }

  .theme-recent-post .recent-post-img {
    width: 78px;
    height: 64px;
    border-radius: 12px;
  }

  .theme-recent-post .recent-post-info h6 {
    font-size: 15px;
  }

  .theme-recent-post .recent-post-info span {
    font-size: 12px;
  }

  .portfolio-img {
    border-radius: 22px 22px 22px 0;
  }

  .portfolio-img img {
    border-radius: 22px 22px 22px 0;
  }

  .portfolio-content {
    min-height: 78px;
    margin: -24px 18px 0 0;
    padding: 10px 10px 10px 14px;
    border-radius: 0 40px 40px 0;
  }

  .theme-case-title a {
    font-size: 16px;
    min-height: 43px;
  }

  .portfolio-arrow {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .theme-gallery-main {
    border-radius: 18px;
  }

  .theme-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .theme-gallery-thumb {
    border-radius: 12px;
  }

  .theme-gallery-thumb img {
    height: 64px;
  }

  .theme-meta-item {
    display: block;
  }

  .theme-meta-value {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .theme-page-actions {
    flex-direction: column;
  }

  .theme-page-actions .theme-btn,
  .theme-page-actions .theme-btn2 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .theme-inquiry-modal .modal-dialog {
    align-items: flex-end;
    min-height: calc(100% - 16px);
    margin: 8px auto;
    padding: 0 8px;
  }

  .theme-inquiry-modal .modal-content {
    border-radius: 22px 22px 0 0;
    max-height: calc(100vh - 16px);
  }

  .theme-inquiry-modal .modal-header {
    padding: 22px 20px 16px;
  }

  .theme-inquiry-modal .modal-body {
    padding: 20px;
    overflow-y: auto;
  }

  .theme-inquiry-product {
    align-items: flex-start;
  }

  .theme-inline-form .form-icon i {
    top: 16px;
  }

  .theme-inline-form .form-control,
  .theme-inline-form textarea {
    min-height: 52px;
  }
}
