/**
* Template Name: Lumia
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #444444;
}

a {
  color: #0403f9;
  text-decoration: none;
}

a:hover {
  color: #0403f9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
}

/*--------------------------------------------------------------
# Core Utilities (Bootstrap replacement for homepage)
--------------------------------------------------------------*/
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-sm-row {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.order-last {
  order: 99;
}

.text-center {
  text-align: center;
}

.h-100 {
  height: 100%;
}

.rounded {
  border-radius: 0.375rem;
}

.btn {
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  user-select: none;
  vertical-align: middle;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.gy-4 {
  row-gap: 1.5rem;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .mt-md-0 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0;
  }

  .pt-lg-0 {
    padding-top: 0;
  }

  .mt-lg-0 {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.logo-text {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #384046;
  white-space: nowrap;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0403f9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: opacity 0.4s, visibility 0.4s, background-color 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0403f9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: background-color 0.5s, box-shadow 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .container {
  min-width: 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

#header .logo a {
  display: flex;
  align-items: center;
}

.logo img {
  width: 48px;
  height: 48px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}
.logo h1 {
  margin: 0;
  font-size: 1.5rem;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  width: 48px;
  height: 48px;
  max-height: none;
}

@media (max-width: 1200px) {
  .logo-text {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .logo-text {
    display: none;
  }

  #header {
    height: 72px;
  }

  #header .logo img {
    width: 44px;
    height: 44px;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4f5a62;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0403f9;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #21262a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0403f9;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #384046;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle::before {
  content: "\2630";
  font-family: inherit;
  font-size: 30px;
  line-height: 1;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.mobile-nav-toggle.bi-x::before {
  content: "\2715";
}

@media (max-width: 1100px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(33, 38, 42, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #384046;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0403f9;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0403f9;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: calc(100vh - 70px);
  background: url("../img/machining.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#hero:before {
  content: "";
  background: radial-gradient(circle at top left, rgba(115, 197, 255, 0.18) 0%, rgba(115, 197, 255, 0) 32%), linear-gradient(180deg, rgba(10, 12, 29, 0.28) 0%, rgba(7, 9, 22, 0.92) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
  max-width: 720px;
  padding-top: 36px;
  padding-bottom: 36px;
}

#hero .hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #73c5ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

#hero .hero-tagline::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #73c5ff;
  box-shadow: 0 0 0 6px rgba(115, 197, 255, 0.16);
}

#hero h1 {
  margin: 0 0 18px 0;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
  min-height: 2.2em;
  color: #fff;
  letter-spacing: -0.03em;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 36px;
  font-size: 22px;
  line-height: 1.7;
  min-height: 3.4em;
  max-width: 700px;
}

#hero .hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

#hero .hero-proof span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
}

#hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 36px;
}

#hero .btn-get-started {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 14px 34px;
  border-radius: 50px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #0403f9;
  box-shadow: 0 16px 40px rgba(4, 3, 249, 0.22);
  text-transform: uppercase;
  border: 1px solid transparent;
}

#hero .btn-secondary {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 14px 34px;
  border-radius: 50px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}

#hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
}

#hero .hero-stats {
  gap: 18px;
  justify-content: center;
  min-height: 120px;
}

#hero .hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  min-width: 160px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#hero .hero-stat span {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  min-width: 4ch;
  font-variant-numeric: tabular-nums;
  color: #fff;
  text-shadow: none;
}

#hero .hero-stat p {
  margin: 8px 0 0;
  font-size: 13px;
  letter-spacing: 0.03em;
  min-height: 2.4em;
  color: rgba(255, 255, 255, 0.82);
  text-transform: none;
}

#hero .btn-get-started:hover {
  background: #fa0503;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 36px;
    line-height: 1.15;
    min-height: 2.5em;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 1.6;
    min-height: 4.4em;
    margin-bottom: 30px;
  }

  #hero .hero-proof {
    gap: 8px;
  }

  #hero .hero-proof span {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0403f9;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
  position: relative;
  text-align: center;
  padding: 32px 26px 24px;
  transition: transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out, border-color 0.35s ease-in-out;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(13, 26, 46, 0.08);
  border: 1px solid rgba(9, 18, 32, 0.06);
}

.what-we-do .icon-box .icon {
  margin: 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: ease-in-out 0.3s;
  background: rgba(4, 3, 249, 0.08);
}

.what-we-do .icon-box .icon img,
.what-we-do .icon-box .icon i {
  font-size: 50px;
  line-height: 1;
  color: #0403f9;
}

.what-we-do .icon-box .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}

.what-we-do .icon-box .icon i {
  width: 50px;
  height: 50px;
}

.what-we-do .icon-box h3 {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 24px;
}

.what-we-do .icon-box h3 a {
  color: #0b1222;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 24px;
  color: #5b6775;
}

.what-we-do .service-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.what-we-do .service-feature {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(4, 3, 249, 0.08);
  color: #0403f9;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.btn-service {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: #0403f9;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.btn-service:hover {
  background: #fa0503;
  text-decoration: none;
}

.what-we-do .icon-box:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 24px 70px rgba(4, 3, 249, 0.12);
}

.what-we-do .icon-box:hover h3 a {
  color: #0403f9;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li+li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #0403f9;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #0403f9;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

/* Enhanced About Section Styles */
.about-stat {
  text-align: center;
  padding: 15px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  margin-bottom: 15px;
}

.about-stat .stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #0403f9;
  display: block;
  margin-bottom: 5px;
}

.about-stat .stat-label {
  font-size: 12px;
  color: #6c757d;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.about-highlights {
  margin-top: 20px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 8px 0;
}

.highlight-item i {
  color: #28a745;
  font-size: 18px;
  flex-shrink: 0;
}

.highlight-item span {
  font-size: 14px;
  color: #495057;
  line-height: 1.4;
}

.about-value-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.about-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.value-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0403f9 0%, #5faee3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 24px;
}

.about-value-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #384046;
  margin-bottom: 15px;
}

.about-value-card p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #384046;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8eaec;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #5faee3;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: white;
  padding: 30px 0 40px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #0403f9;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #124364;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box img,
.services .icon-box i {
  float: left;
  color: #0403f9;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box img {
  display: block;
  width: auto;
  height: auto;
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}

.services .icon-box i {
  width: 34px;
  height: 34px;
}

.services .icon-box h3 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h3 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h3 a {
  color: #0403f9;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
  background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

.portfolio .section-title p,
.testimonials .section-title p {
  max-width: 760px;
  margin: 18px auto 0;
  line-height: 1.8;
  color: #5f6c7b;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 18px;
  color: #55606a;
  border-radius: 999px;
  text-transform: uppercase;
  background: #f4f7fb;
  border: 1px solid transparent;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #0403f9;
  color: #fff;
  border-color: rgba(4, 3, 249, 0.18);
  box-shadow: 0 10px 30px rgba(4, 3, 249, 0.12);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 20px 60px rgba(8, 20, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.portfolio .portfolio-wrap:hover {
  transform: translateY(-8px);
  box-shadow: 0px 30px 80px rgba(8, 20, 42, 0.12);
}

.portfolio .portfolio-container {
  position: relative;
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  width: 33.333333%;
  float: left;
  padding: 0 12px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .portfolio .portfolio-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .portfolio .portfolio-item {
    width: 100%;
  }
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 18px 18px 0 0;
  aspect-ratio: 4 / 3;
}

.portfolio .portfolio-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.portfolio .portfolio-item figure:hover img {
  transform: scale(1.08);
}

.portfolio .portfolio-item figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 34, 0.06) 0%, rgba(7, 16, 34, 0.62) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio .portfolio-item figure:hover::after {
  opacity: 1;
}

.portfolio .portfolio-item figure .link-details {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  transition: opacity 0.25s ease, transform 0.25s ease;
  font-size: 18px;
  color: #0403f9;
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  transform: translateY(-4px);
}

.portfolio .portfolio-item figure .link-details:hover {
  background: #0403f9;
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: left;
  padding: 26px 24px 28px;
  border-radius: 0 0 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.portfolio .portfolio-item .portfolio-info .portfolio-meta {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(4, 3, 249, 0.08);
  color: #0403f9;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  align-self: flex-start;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
  min-height: 48px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #141c2e;
}

.portfolio .portfolio-item .portfolio-info h3 a:hover {
  color: #0403f9;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #667085;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 10px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0403f9;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0403f9;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0px 24px 70px rgba(13, 24, 45, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  margin: 0;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info ul li {
  line-height: 1.7;
  color: #5f6c7b;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
  color: #4f5d6c;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #162133;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  line-height: 1.9;
}

.portfolio-details .portfolio-description h4 {
  margin: 22px 0 10px;
  font-size: 18px;
  color: #162133;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials.section-bg {
  background: radial-gradient(circle at top center, rgba(4, 3, 249, 0.06) 0%, rgba(4, 3, 249, 0) 35%), #f6f8fc;
}

.testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.testimonials .testimonial-item {
  box-sizing: border-box;
  padding: 42px 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  border-radius: 30px;
  box-shadow: 0px 24px 75px rgba(9, 18, 40, 0.08);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials .testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 28px 85px rgba(9, 18, 40, 0.12);
}

.testimonials .testimonial-item .testimonial-img {
  width: 190px;
  max-width: 100%;
  height: 92px;
  border-radius: 18px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 14px 18px;
  margin-bottom: 24px;
  box-shadow: 0 18px 40px rgba(4, 3, 249, 0.08);
}

.testimonials .testimonial-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
  color: #ffb400;
  font-size: 16px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 4px;
  color: #141c2e;
  letter-spacing: 0.01em;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 24px;
  min-height: 42px;
  line-height: 1.6;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #0403f9;
  font-size: 24px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: normal;
  font-size: 16px;
  line-height: 1.9;
  color: #344054;
  margin: 0 auto 26px;
  max-width: 640px;
  flex: 1;
}

@media (max-width: 991px) {
  .portfolio .portfolio-item .portfolio-info h3 {
    min-height: 0;
  }

  .testimonials .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials .testimonial-item {
    min-height: 0;
    padding: 34px 24px;
  }
}

@media (max-width: 575px) {
  .portfolio #portfolio-flters li {
    width: 100%;
    max-width: 280px;
  }

  .portfolio .portfolio-item figure {
    aspect-ratio: 1 / 1;
  }

  .testimonials .testimonial-item .testimonial-img {
    width: 160px;
    height: 84px;
    padding: 12px 14px;
  }

  .testimonials .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #0403f9;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 32px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(13, 24, 45, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.contact .info i {
  font-size: 22px;
  color: #0403f9;
  float: left;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(4, 3, 249, 0.1) 0%, rgba(95, 174, 227, 0.16) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact .info h3 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1b2431;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #65747f;
}

.contact .info:hover i {
  background: #0403f9;
  color: #fff;
}

.contact .info {
  padding: 16px 18px;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact .info:hover {
  transform: translateY(-4px);
  background: #f9fbff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.contact .contact-quick-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(4, 3, 249, 0.05) 0%, rgba(95, 174, 227, 0.12) 100%);
  color: #465466;
  font-size: 14px;
  line-height: 1.7;
}

.contact .php-email-form {
  width: 100%;
  padding: 34px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(13, 24, 45, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=button] {
  background: #0403f9;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=button]:hover {
  background: #5faee3;
}

/* Enhanced Contact Form Styles */
.contact-form-enhanced .form-group label {
  display: block;
  font-weight: 600;
  color: #384046;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-form-enhanced .form-control {
  border: 1px solid #d8dee7;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  background: #fcfdff;
}

.contact-form-enhanced .form-control:focus {
  border-color: #0403f9;
  box-shadow: 0 0 0 0.25rem rgba(4, 3, 249, 0.12);
  outline: none;
  background: #fff;
}

.contact-form-enhanced .contact-form-header {
  margin-bottom: 24px;
}

.contact-form-enhanced .contact-form-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(4, 3, 249, 0.08);
  color: #0403f9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-enhanced .contact-form-header h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #152033;
}

.contact-form-enhanced .contact-form-header p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
}

.contact-trust-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 20px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #65747f;
  background: #f8faff;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #e4e9f1;
}

.trust-item i {
  color: #0403f9;
  font-size: 16px;
}

.contact .php-email-form .btn-lg {
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact .php-email-form .btn-primary {
  background: linear-gradient(135deg, #0403f9 0%, #5faee3 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(4, 3, 249, 0.3);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact .php-email-form .btn-primary:hover {
  background: linear-gradient(135deg, #5faee3 0%, #0403f9 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(4, 3, 249, 0.4);
}

@media (max-width: 991px) {
  .contact .info-wrap,
  .contact .php-email-form {
    padding: 24px;
    border-radius: 20px;
  }

  .contact-form-enhanced .contact-form-header h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  #hero .hero-stat {
    width: 100%;
  }

  .contact .info {
    padding: 12px 0;
  }

  .contact .info h4,
  .contact .info p {
    padding-left: 70px;
  }

  .contact-trust-signals {
    justify-content: center;
  }

  .trust-item {
    width: 100%;
    justify-content: center;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 46px 0 32px;
  margin-top: 70px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 800;
  color: #152033;
  letter-spacing: -0.02em;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #667085;
  font-size: 15px;

.breadcrumbs ol a {
  color: #4b5a6b;
}

.breadcrumbs ol a:hover {
  color: #0403f9;
}

.inner-page {
  padding: 48px 0 72px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.inner-page>.container>h3,
.inner-page article h3 {
  color: #162133;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.inner-page>.container>p,
.inner-page article p {
  color: #586577;
  line-height: 1.85;
}

.inner-page article img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 26px;
  box-shadow: 0 22px 60px rgba(10, 23, 44, 0.12);
}

.inner-page article h4 {
  font-size: 20px;
  font-weight: 700;
  color: #162133;
  margin: 24px 0 10px;
}

.inner-page article ul {
  padding-left: 18px;
  color: #586577;
}

.inner-page article ul li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.article-item {
  height: 100%;
  padding: 26px 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.article-item h4 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.35;
}

.article-item h4 a {
  color: #162133;
}

.article-item h4 a:hover {
  color: #0403f9;
}

.article-item p {
  margin-bottom: 16px;
  color: #607082;
}

.article-item small {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(4, 3, 249, 0.08);
  color: #0403f9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

  .breadcrumbs h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f5f8fd;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

#footer .footer-top .container .row {
  align-items: flex-start;
  row-gap: 18px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 24px;
  margin: 0 0 22px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #162133;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 0;
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
  color: #627182;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #162133;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0403f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #627182;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #0403f9;
}

#footer .footer-top .footer-info p {
  color: #627182;
  line-height: 1.85;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #0403f9;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0403f9;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0403f9;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5faee3;
  color: #fff;
  text-decoration: none;
}

/* Enhanced Artikel Section Styles */
.artikel-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.artikel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.artikel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #6c757d;
}

.artikel-category {
  background: #0403f9;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.artikel-date, .artikel-read-time {
  color: #6c757d;
  font-weight: 500;
}

.artikel-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0403f9 0%, #5faee3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.artikel-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.artikel-card h3 a {
  color: #384046;
  text-decoration: none;
  transition: color 0.3s ease;
}

.artikel-card h3 a:hover {
  color: #0403f9;
}

.artikel-card p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.artikel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: #f8f9fa;
  color: #0403f9;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #e9ecef;
}