/**
Theme Name: Kreativija
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kreativija
Template: astra
*/



/* preliv transparent header */


.ast-single-entry-banner[data-post-type="page"] .ast-container {
  z-index: 3;
}

.ast-single-entry-banner[data-post-type="page"][data-banner-layout="layout-2"] {
  position: relative;
  background-color: #fff; /* spodaj mora biti dejansko bela */
}

.ast-single-entry-banner[data-post-type="page"][data-banner-layout="layout-2"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.7) 50%,
    rgba(255,255,255,1) 100%
  );
}




/* bel preliv */


.ozadje {
  position: relative;
	background-color: #FFFFFF !important;
}

.ozadje::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
	z-index: 3;
  height: 100px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.7) 50%,
    rgba(255,255,255,1) 100%
  );
}



.uagb-heading-text {
  font-weight: 800 !important;
}


.gumb {
	box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.50) !important;
	
}

.gumb:hover {
	box-shadow: none !important;
	
}


.ast-separate-container .ast-article-single {
	padding: 0 !important;
}

.site .site-content #primary {
  margin-top: 0px !important;
}



.izdelava_avto_kljucev h1 {
    font-size: clamp(32px, 5vw, 72px) !important;
}

input, textarea {
	box-shadow: none !important;
}






.glavne-storitve-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

@media (max-width: 1280px) {
	.glavne-storitve-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1000px) {
	.glavne-storitve-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.glavne-storitve-grid {
		grid-template-columns: 1fr;
	}
}


.uagb-block-dec74222:not(.is-grid).uagb-post__items article {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 20px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article {
  width: 32% !important;
}

@media (max-width: 600px) {
.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article {
  width: 99% !important;
}
	}

.storitev-kartica {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 20px 45px -20px var(--ast-global-color-0);
	padding-bottom: 25px;
	transition: 0.3s ease;
	flex-direction: column;
    height: 100%;
	display: flex;
	border: 1px solid #FFFFFF;
}

.storitev-kartica:hover {
	box-shadow: none;
	border: 1px solid var(--ast-global-color-0);
}

.storitev-slika-img,
.storitev-video-wrap video {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.storitev-naslov {
	font-size: 20px;
	margin: 14px;
}

.storitev-opis {
	margin: 0 14px 14px;
	color: #555;
}

.storitev-gumb {
	margin-left: 14px;
	  background: linear-gradient(
    135deg,
    rgba(83,118,186,1),
    rgba(83,118,186,0.5)
  );
  background-size: 200% 200%;
  background-position: left center;
  transition: background-position 0.5s ease, transform 0.2s ease;
	color: #fff !important;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 5px;
	text-decoration: none;
	transition: background 0.3s;
	text-decoration: none !important;
	margin-top: auto;
	width: 150px;
	box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.30);
	
}

.storitev-gumb:hover {
  background-position: right center;
  box-shadow: none;
}

.storitev-video-wrap {
    position: relative;
}

.storitev-video-wrap video {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
	border-radius: 10px 10px 0 0 !important;
}

/* omogoči prikaz kontrol */
.storitev-kartica {
    overflow: visible !important;
}

/* kontrole pokaži samo ob hoveru */
.storitev-video-wrap video::-webkit-media-controls {
    opacity: 0;
    transition: opacity 0.3s;
}

.storitev-video-wrap:hover video::-webkit-media-controls {
    opacity: 1;
}



.poklicite_nas_za_izdelavo_kljuca a {
    animation: phoneRing 4s ease-in-out infinite !important;
}

/* Retro vibracija – ring-ring – pavza – spet ring */
@keyframes phoneRing {
    0% { transform: rotate(0deg); }

    /* prvi "trrr-trrr" */
    2% { transform: rotate(-4deg); }
    4% { transform: rotate(4deg); }
    6% { transform: rotate(-4deg); }
    8% { transform: rotate(4deg); }
    10% { transform: rotate(0deg); }

    /* premor */
    40% { transform: rotate(0deg); }

    /* drugi "trrr-trrr" */
    42% { transform: rotate(-4deg); }
    44% { transform: rotate(4deg); }
    46% { transform: rotate(-4deg); }
    48% { transform: rotate(4deg); }
    50% { transform: rotate(0deg); }

    /* pavza do naslednjega cikla */
    100% { transform: rotate(0deg); }
}





/* regije in kraji pri storitvi */


/* NAVIGACIJA */


.az-filter button {
	margin: 0 3px;
}


/* ===========================================
   🟦 Glavni wrapper
=========================================== */
.storitev-lokacije-wrapper {
    margin: 25px 0;
    padding: 25px;
    background: #f7f7f8;
    border-radius: 14px;
    border: 1px solid #e1e1e4;
}

/* ===========================================
   🟧 Regija blok
=========================================== */
.storitev-lokacija-regija {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.storitev-lokacija-regija:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* ===========================================
   🟨 Naslov regije
=========================================== */
.storitev-lokacija-regija h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    letter-spacing: -0.3px;
}

/* ===========================================
   🟩 Kraji – lep seznam
=========================================== */
.storitev-lokacije-kraji {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
}

.storitev-lokacije-kraji li a {
    display: inline-block;
    background: #ffffff;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid #dedede;
    font-size: 15px;
    color: #333;
    transition: all 0.2s ease;
    text-decoration: none;
}

/* Hover efekti */
.storitev-lokacije-kraji li a:hover {
    background: #e9f5ff;
    border-color: #c1e6ff;
    color: #006bb9;
    transform: translateY(-1px);
}

/* ===========================================
   🟪 Mobile optimizacija
=========================================== */
@media (max-width: 600px) {
    .storitev-lokacije-wrapper {
        padding: 20px;
    }

    .storitev-lokacija-regija h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .storitev-lokacije-kraji li a {
        font-size: 14px;
        padding: 6px 12px;
    }
}




/* obrazec */


/* 2-stolpčni grid */
.kontakt-obrazec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* enotni stil polj */
.kontakt-obrazec input,
.kontakt-obrazec textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    background: #ffffff;
}

/* textarea naj gre čez celo širino */
.kontakt-obrazec textarea {
    grid-column: 1 / 3;
    min-height: 100px;
}

/* gumb čez celotno širino */
.kontakt-obrazec .kontakt-btn {
    grid-column: 1 / 3;
    padding: 12px;
    font-size: 16px;
}

/* mobitel: 1 stolpec */
@media (max-width: 768px) {
    .kontakt-obrazec {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .kontakt-obrazec textarea,
    .kontakt-obrazec .kontakt-btn {
        grid-column: 1 / 2;
    }
}



.wp-block-video video {
  border-radius: 10px !important;
}



/***********  SEZNAM KRAJEV - footer  **********/

.seznam-krajev-wrap {
  margin: 30px 0;
}

.seznam-krajev-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seznam-krajev-item {
  margin-bottom: 5px; /* lepo razmaknemo */
	display: inline-block;
}

.seznam-krajev-item a {
  font-size: 15px;
  text-decoration: none;
  color: #666;
}

.seznam-krajev-item a:hover {
  color: #5376BA;
}

.seznam-krajev-count  {
  opacity: 0.7;
  margin-left: 3px;
  font-size: 12px;
}

/***********  SEZNAM REGIJ - footer  **********/




.seznam-regij-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seznam-regij-item {
  display: inline-block;
  margin: 4px 5px 4px 0;
}

.seznam-regij-item a {
  display: inline-block;
  padding: 6px 10px;
  background: #f4f4f4;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  transition: 0.2s ease;
}

.seznam-regij-item a:hover {
  background: #e8e8e8;
  color: #000;
}

.seznam-count {
  opacity: 0.7;
  margin-left: 3px;
  font-size: 12px;
}


.entry-content h3 {
  margin-bottom: 5px !important;
}

/***********  menu footer  **********/

#menu-storitve a {
	color: #000000;
}

#menu-storitve a:hover {
	color: #5376BA;
}

#menu-storitve a {
  display: inline-flex;
  align-items: center;
}

#menu-storitve a::before {
  content: ">";
  color: #5376BA;
  margin-right: 10px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#menu-storitve a:hover::before {
  transform: translateX(3px);
}





/***********  oznake  **********/

.oznake_popravilo_avtodaljincev a {
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 5px;
	margin: 5px 1px;
	background-color: #f5f5f5 !important;
}

.oznake_popravilo_avtodaljincev a:hover {
	color: #fff;
	border: 1px solid #5376BA !important;
	background-color: #5376BA !important;
}



.site-footer-primary-section-1, .site-footer-primary-section-2 {
	border-right: 1px solid #d1d5db;
}






