@charset "UTF-8";
body {
  letter-spacing: 0.09em;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5 !important;
}

.header .logo img {
  max-height: 38px;
}
section,
.section {
  padding: 100px 0 !important;
}
.hero-2 {
  padding: 0 !important;
}
.hero-2 .content-inner h3 {
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 600;
}
.tabs .service-item.link {
  padding: 5px 10px;
}
.tabs .service-item .service-contents h3 {
  padding-top: 10px;
}

.service-details-3 .service-overview {
  margin-top: 100px;
}
.service-details-2 .service-gallery a::after,
.service-details-3 .service-gallery a::after {
  content: "\F140";
}
.gallery-item {
  margin: 25px 10px;
}

.portfolio-2 .content h6 {
  font-size: clamp(14px, 1vw, 18px);
}

.gallery-text {
  padding: 10px 5px;
  background-color: #fff;
  color: #333;
  text-align: center;
}

.comparison-table .table-container {
  border-radius: 8px;
}

.comparison-table .comparison-grid td:first-child {
  text-align: center;
}
.tabs .service-item.link {
  border-radius: 0;
}

.image-container {
  border-radius: 0 !important;
}

.service-details-3 .service-gallery a {
  border-radius: 8px;
}
.p-4 {
  padding: 0 !important;
}
.steps-2 .process-card .card-inner {
  padding: 12px;
  padding-bottom: 80px;
}
.about-me-2 .journey-timeline .timeline .timeline-item .timeline-content .timeline-year {
  display: inline-block;
  padding: 4px 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: var(--spacing-xs);
}
.lead-text {
  font-size: 1.1rem !important;
}
.about-me-3 {
  padding: 120px 0 0 !important;
}
.about-me-3 .main-content-wrapper {
  margin-bottom: 1px;
}

.why-us .intro-block p {
  max-width: 1040px;
}

.swiper-overview {
  padding: 30px;
  text-align: center;
}
.swiper-overview h4 {
  font-size: clamp(18px, 1.4vw, 22px);
}
.schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  margin: 60px auto;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 2.25rem;
  background-color: var(--surface-color);
  color: var(--accent-color);
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: 0 5px 20px color-mix(in srgb, var(--default-color), transparent 90%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  transition: all 0.3s ease;
}

.action-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--accent-color), transparent 80%);
}

.action-btn:hover i {
  transform: translateX(5px);
}
.action-btn i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
@media (max-width: 992px) {
  .header .logo img {
    max-height: 32px;
  }
  .tabs .service-item.link {
    width: 50%;
    float: left;
  }
  .tabs .service-item .service-contents h3 {
    font-size: 90%;
  }
}
