.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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:row-reverse;align-items:center;gap:0px;}.site-header .header-inner{width:251px;max-width:100%;}.site-header .site-branding .site-logo img{width:280px;max-width:280px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;gap:94px;}.site-footer .footer-inner{width:182px;max-width:100%;}.site-footer{padding-inline-end:9px;padding-inline-start:9px;}@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 *//* ===== OSNOVNE NASTAVITVE ===== */
:root {
  --optika-bg: #f7f5f2;
  --optika-white: #ffffff;
  --optika-dark: #1f1f1f;
  --optika-text: #555555;
  --optika-accent: #bfa37a;
  --optika-accent-dark: #9f8460;
  --optika-border: #e8e3dc;
  --optika-shadow: 0 10px 30px rgba(0,0,0,0.06);
  --optika-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--optika-bg);
  color: var(--optika-dark);
  font-family: 'Cormorant Garamond', serif;
  margin: 0;
  padding: 0;
}

p, li, a, span, div {
  font-family: 'Inter', sans-serif;
  color: var(--optika-text);
}

h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--optika-dark);
  line-height: 1.1;
  margin-bottom: 16px;
}

h1 {
  font-size: 72px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

p {
  font-size: 17px;
  line-height: 1.7;
}

/* ===== GUMBI ===== */
.optika-btn .elementor-button,
.optika-btn a.elementor-button {
  background: var(--optika-accent);
  color: #fff !important;
  border-radius: 999px;
  padding: 14px 28px;
  border: none;
  box-shadow: var(--optika-shadow);
  transition: all 0.3s ease;
  font-weight: 500;
}

.optika-btn .elementor-button:hover,
.optika-btn a.elementor-button:hover {
  background: var(--optika-accent-dark);
  transform: translateY(-2px);
}

/* ===== HERO SEKCIJA ===== */
.optika-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
}

.optika-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(20,20,20,0.55), rgba(20,20,20,0.15));
  z-index: 1;
}

.optika-hero .elementor-background-overlay {
  opacity: 1 !important;
}

.optika-hero .elementor-container,
.optika-hero .elementor-column,
.optika-hero .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}

.optika-hero h1,
.optika-hero p,
.optika-hero .elementor-heading-title {
  color: #fff !important;
}

.optika-hero p {
  font-size: 18px;
  max-width: 560px;
}

/* ===== UVODNA SEKCIJA ===== */
.optika-section {
  padding: 90px 0;
}

.optika-card {
  background: var(--optika-white);
  border: 1px solid var(--optika-border);
  border-radius: var(--optika-radius);
  padding: 32px;
  box-shadow: var(--optika-shadow);
  transition: all 0.3s ease;
  height: 100%;
}

.optika-card:hover {
  transform: translateY(-4px);
}

/* ===== KATEGORIJE / STORITVE ===== */
.optika-service-card {
  background: #fff;
  border-radius: var(--optika-radius);
  padding: 36px 28px;
  text-align: center;
  border: 1px solid var(--optika-border);
  box-shadow: var(--optika-shadow);
  transition: all 0.3s ease;
  height: 100%;
}

.optika-service-card:hover {
  transform: translateY(-5px);
}

.optika-service-card h3 {
  margin-top: 14px;
  margin-bottom: 12px;
}

.optika-service-card .elementor-icon {
  color: var(--optika-accent);
}

/* ===== IZPOSTAVLJEN PAS ===== */
.optika-highlight {
  background: linear-gradient(135deg, #f1ebe4, #ffffff);
  border-radius: 28px;
  padding: 60px;
  box-shadow: var(--optika-shadow);
}

/* ===== SLIKE / GALERIJA ===== */
.optika-image-box img,
.optika-gallery img {
  border-radius: 22px;
  box-shadow: var(--optika-shadow);
}

.optika-gallery .elementor-image-box-wrapper,
.optika-gallery .gallery-item {
  overflow: hidden;
  border-radius: 22px;
}

.optika-gallery img {
  transition: transform 0.4s ease;
}

.optika-gallery img:hover {
  transform: scale(1.04);
}

/* ===== OCENE / TESTIMONIALI ===== */
.optika-testimonial {
  background: #fff;
  border: 1px solid var(--optika-border);
  border-radius: 24px;
  padding: 34px;
  box-shadow: var(--optika-shadow);
}

.optika-testimonial p {
  font-size: 16px;
  margin-bottom: 16px;
}

.optika-testimonial strong {
  color: var(--optika-dark);
}

/* ===== CENIK / INFO BLOKI ===== */
.optika-info-box {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--optika-border);
  box-shadow: var(--optika-shadow);
}

.optika-info-box h3 {
  margin-bottom: 10px;
}

/* ===== KONTAKT ===== */
.optika-contact {
  background: #fff;
  border-radius: 28px;
  padding: 50px;
  box-shadow: var(--optika-shadow);
  border: 1px solid var(--optika-border);
}

.optika-contact input,
.optika-contact textarea,
.optika-contact select {
  width: 100%;
  border: 1px solid var(--optika-border);
  border-radius: 14px;
  padding: 14px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  background: #faf9f7;
}

.optika-contact input:focus,
.optika-contact textarea:focus,
.optika-contact select:focus {
  outline: none;
  border-color: var(--optika-accent);
}

/* ===== HEADER / MENU ===== */
header,
.elementor-location-header {
  backdrop-filter: blur(10px);
}

.optika-menu a {
  color: var(--optika-dark) !important;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.optika-menu a:hover,
.optika-menu .current-menu-item a {
  color: var(--optika-accent) !important;
}

/* ===== FOOTER ===== */
.optika-footer {
  background: #1e1e1e;
  padding: 60px 0 30px;
}

.optika-footer h2,
.optika-footer h3,
.optika-footer p,
.optika-footer a,
.optika-footer li {
  color: rgba(255,255,255,0.88) !important;
}

.optika-footer a:hover {
  color: var(--optika-accent) !important;
}

/* ===== ANIMIRAN RAZMIK / ELEGANCA ===== */
.optika-soft-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 38px;
  }

  .optika-highlight,
  .optika-contact {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .optika-section,
  .optika-soft-section {
    padding: 65px 0;
  }

  .optika-highlight,
  .optika-contact,
  .optika-card,
  .optika-service-card {
    padding: 24px;
  }

  .optika-hero {
    min-height: 75vh;
  }
}/* End custom CSS */