.elementor-kit-14{--e-global-color-primary:#16232A;--e-global-color-secondary:#667085;--e-global-color-text:#1F2933;--e-global-color-accent:#FF5B04;--e-global-color-1a4c807:#075056;--e-global-color-23770c3:#FFFFFF;--e-global-color-0cdfe26:#F5F7F8;--e-global-color-fa6af9c:#98A2B3;--e-global-color-8f35702:#C7D1D6;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:58px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:42px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-a4c1651-font-family:"Inter";--e-global-typography-a4c1651-font-size:16px;--e-global-typography-3e35f7e-font-family:"Inter";--e-global-typography-3e35f7e-font-size:14px;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   PRAKTICAL SOLUTIONS GLOBAL DESIGN SYSTEM
===================================================== */

:root {

  /* COLORS */
  --color-dark: #16232A;
  --color-accent: #FF5B04;
  --color-secondary: #075056;
  --color-light: #FFFFFF;
  --color-soft: #F5F7F8;

  --text-primary: #1F2933;
  --text-secondary: #667085;
  --text-light: #C7D1D6;

  /* LAYOUT */
  --container-width: 1280px;

  /* EFFECTS */
  --transition: all 0.3s ease;
  --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
  --shadow-hover: 0 18px 50px rgba(15, 23, 42, 0.12);

}

/* =====================================================
   BASE
===================================================== */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-primary);
  overflow-x: hidden;
  background: var(--color-light);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* =====================================================
   TYPOGRAPHY
===================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

p {
  color: var(--text-secondary);
  margin-bottom: 20px;
}

a {
  color: var(--color-accent);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  opacity: 0.9;
}

/* =====================================================
   NAVIGATION
===================================================== */

.ps-nav ul {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ps-nav li {
  margin: 0;
  padding: 0;
}

.ps-nav a {
  color: var(--color-light);
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
}

.ps-nav a:hover,
.ps-nav .current-menu-item a {
  color: var(--color-accent);
}

/* =====================================================
   LOGO
===================================================== */

.ps-logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 52px;
}

/* =====================================================
   HERO
===================================================== */

.ps-hero {
  position: relative;
  overflow: hidden;
}

.ps-hero h1 {
  color: #FFFFFF;
  text-shadow:
    0 3px 18px rgba(0,0,0,0.45),
    0 2px 8px rgba(0,0,0,0.35);
}

.ps-hero-subtext,
.ps-hero-subtext p {
  color: rgba(255,255,255,0.82) !important;
  text-shadow:
    0 2px 10px rgba(0,0,0,0.35);
}

/* =====================================================
   ABOUT SECTION
===================================================== */

.ps-about {
  position: relative;
}

.ps-about img {
  box-shadow:
    0 20px 50px rgba(0,0,0,0.08);
}

.ps-about .elementor-icon-list-text {
  color: var(--text-primary);
}

/* =====================================================
   SERVICE CARDS
===================================================== */

.service-card {
  background: var(--color-light);
  border-radius: 24px;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-soft);
  width: calc(50% - 16px);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.service-card img {
  transition: all 0.4s ease;
}

.service-card:hover img {
  transform: scale(1.03);
}

/* =====================================================
   SERVICE LINKS
===================================================== */

.service-link .elementor-button {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  color: var(--color-accent) !important;
  transition: var(--transition);
}

.service-link .elementor-button:hover {
  transform: translateX(6px);
  color: #FF7A33 !important;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 26px;
  }

  .ps-hero {
    min-height: 78vh !important;
  }

  .ps-about {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .service-card {
    width: 100%;
  }

}

@media (max-width: 767px) {

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  h3 {
    font-size: 24px;
  }

  .ps-nav ul {
    gap: 20px;
  }

  .ps-logo img {
    max-height: 42px;
  }

  .ps-hero p {
    font-size: 17px !important;
  }

}/* End custom CSS */