.elementor-12185 .elementor-element.elementor-element-9790526 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12185 .elementor-element.elementor-element-9790526 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-c025137 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-bb83130 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-d2fd730 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-3de01d1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-64e8230 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-ae33c80 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-5e43f27 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-7721562 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-8e91e5a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-d8e50b3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12185 .elementor-element.elementor-element-b63202a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c025137 */.kokolo-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 90px 24px;
  background-image:
    linear-gradient(90deg, rgba(9,38,83,.92) 0%, rgba(9,38,83,.75) 45%, rgba(9,38,83,.25) 100%),
    url("https://vas.hr/wp-content/uploads/2026/06/naslovnica.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.kokolo-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-left: max(24px, calc((100vw - 1200px) / 2));
  color: #fff;
}

.kokolo-hero-content span {
  display: inline-block;
  background: #c75b39;
  color: #fff;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.kokolo-hero h1 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  font-weight: 800;
}

.kokolo-hero p {
  max-width: 650px;
  color: rgba(255,255,255,.92);
  font-size: 21px;
  line-height: 1.6;
  margin: 0 0 34px;
}

.kokolo-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kokolo-btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none !important;
}

.kokolo-btn.primary {
  background: #c75b39;
  color: #fff !important;
}

.kokolo-btn.secondary {
  background: #fff;
  color: #092653 !important;
}

@media (max-width: 768px) {
  .kokolo-hero {
    min-height: 620px;
    padding: 70px 20px;
    background-image:
      linear-gradient(180deg, rgba(9,38,83,.88) 0%, rgba(9,38,83,.55) 45%, rgba(9,38,83,.20) 100%),
      url("https://vas.hr/wp-content/uploads/2026/06/naslovnica.png");
    background-size: cover;
    background-position: 68% center;
  }

  .kokolo-hero-content {
    text-align: center;
    margin-left: 0;
  }
}
.kokolo-services{
    padding:90px 20px;
    background:#f8fafc;
}

.kokolo-section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.kokolo-section-title span{
    display:inline-block;
    background:#c75b39;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

.kokolo-section-title h2{
    font-size:52px;
    color:#092653;
    margin:20px 0 10px;
    line-height:1.1;
}

.kokolo-section-title p{
    color:#667085;
    font-size:18px;
}

.kokolo-services{
    padding:90px 20px;
    background:#f8fafc;
}

.kokolo-section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.kokolo-section-title span{
    display:inline-block;
    background:#c75b39;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

.kokolo-section-title h2{
    font-size:52px;
    color:#092653;
    margin:20px 0 10px;
    line-height:1.1;
}

.kokolo-section-title p{
    color:#667085;
    font-size:18px;
}

.kokolo-services {
  width: 100%;
  padding: 90px 20px;
  background: #f8fafc;
  box-sizing: border-box;
}

.kokolo-section-title {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.kokolo-section-title span {
  display: inline-block;
  background: #c75b39;
  color: #fff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.kokolo-section-title h2 {
  margin: 18px 0 12px;
  color: #092653;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.1;
  font-weight: 800;
}

.kokolo-section-title p {
  margin: 0;
  color: #667085;
  font-size: 18px;
}

.kokolo-services {
  width: 100%;
  padding: 90px 20px;
  background: #f8fafc;
  box-sizing: border-box;
}

.kokolo-section-title {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.kokolo-section-title span {
  display: inline-block;
  background: #c75b39;
  color: #fff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.kokolo-section-title h2 {
  margin: 18px 0 12px;
  color: #092653;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.1;
  font-weight: 800;
}

.kokolo-section-title p {
  margin: 0;
  color: #667085;
  font-size: 18px;
}

.kokolo-services {
  padding: 90px 20px;
  background: #f8fafc;
}

.kokolo-section-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.kokolo-section-title span {
  display: inline-block;
  background: #c75b39;
  color: #fff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.kokolo-section-title h2 {
  color: #092653;
  font-size: clamp(36px, 5vw, 54px);
  margin: 20px 0 12px;
}

.kokolo-section-title p {
  color: #667085;
  font-size: 18px;
}

.kokolo-services-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.kokolo-service-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 12px 32px rgba(9,38,83,.08);
  transition: .3s ease;
}

.kokolo-service-card:hover {
  transform: translateY(-6px);
}

.service-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.service-icon {
  width: 82px;
  height: 82px;
  margin: -41px auto 0;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(9,38,83,.16);
}

.service-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.kokolo-service-card .content {
  padding: 22px 28px 30px;
}

.kokolo-service-card h3 {
  color: #092653;
  font-size: 22px;
  margin: 0 0 14px;
}

.kokolo-service-card p {
  color: #667085;
  line-height: 1.65;
  margin-bottom: 20px;
}

.read-more {
  color: #f05a28;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .kokolo-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .kokolo-services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64e8230 */.kokolo-products{
    padding:100px 20px;
    background:#f8fafc;
}

.kokolo-products-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.kokolo-products-header span{
    display:inline-block;
    background:#c75b39;
    color:#fff;
    padding:8px 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

.kokolo-products-header h2{
    color:#092653;
    font-size:clamp(36px,5vw,54px);
    margin:20px 0 12px;
}

.kokolo-products-header p{
    color:#667085;
    font-size:18px;
}

.kokolo-products-wrapper{
    max-width:1400px;
    margin:0 auto;
}

.kokolo-products ul.products{
    display:grid !important;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.kokolo-products ul.products li.product{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(9,38,83,.08);
    transition:.3s;
    padding:20px !important;
    text-align:center;
}

.kokolo-products ul.products li.product:hover{
    transform:translateY(-6px);
}

.kokolo-products ul.products li.product img{
    height:260px;
    width:100%;
    object-fit:contain;
}

.kokolo-products .woocommerce-loop-product__title{
    color:#092653;
    font-size:18px !important;
    font-weight:700;
    min-height:55px;
}

.kokolo-products .price{
    color:#f05a28 !important;
    font-size:20px !important;
    font-weight:700;
}

.kokolo-products .button{
    background:#092653 !important;
    color:#fff !important;
    border-radius:10px !important;
    width:100%;
    padding:14px !important;
    font-weight:700;
}

.kokolo-products-footer{
    text-align:center;
    margin-top:50px;
}

.kokolo-shop-btn{
    display:inline-block;
    background:#092653;
    color:#fff !important;
    padding:16px 30px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
}

.kokolo-shop-btn:hover{
    background:#c75b39;
}

@media(max-width:1024px){

    .kokolo-products ul.products{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .kokolo-products ul.products{
        grid-template-columns:1fr;
    }

}
@media (max-width: 768px) {
  .kokolo-products ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .kokolo-products ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .kokolo-products ul.products li.product img {
    height: 220px !important;
    object-fit: contain !important;
  }

  .kokolo-products .woocommerce-loop-product__title {
    font-size: 18px !important;
    min-height: auto !important;
  }

  .kokolo-products .button {
    width: auto !important;
    min-width: 160px;
  }
}
@media only screen and (max-width: 768px) {

  .kokolo-products .woocommerce ul.products,
  .kokolo-products ul.products {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    padding: 0 16px !important;
  }

  .kokolo-products .woocommerce ul.products li.product,
  .kokolo-products ul.products li.product,
  .kokolo-products ul.products[class*="columns-"] li.product {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 0 24px 0 !important;
  }

  .kokolo-products ul.products li.product img {
    height: 320px !important;
    width: 100% !important;
    object-fit: contain !important;
  }
}
.kokolo-products .skorpija-omnibus-row{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:4px 6px !important;
  text-align:center !important;
}

.kokolo-products .skorpija-omnibus-row > span:first-child{
  flex:0 0 100% !important;
  width:100% !important;
}

.kokolo-products .skorpija-omnibus-row strong,
.kokolo-products .skorpija-omnibus-discount{
  display:inline-flex !important;
  align-items:center !important;
  margin:0 !important;
  white-space:nowrap !important;
  line-height:1.2 !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-3de01d1 */.kokolo-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.kokolo-products ul.products li.product {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.kokolo-products ul.products::before,
.kokolo-products ul.products::after {
  display: none !important;
  content: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e43f27 */.kokolo-why {
  padding: 90px 20px;
  background: #092653;
}

.kokolo-why .kokolo-section-title span {
  background: #c75b39;
}

.kokolo-why .kokolo-section-title h2,
.kokolo-why .kokolo-section-title p {
  color: #fff;
}

.kokolo-why-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.kokolo-why-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  padding: 34px;
  color: #fff;
}

.why-number {
  color: #c75b39;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 18px;
}

.kokolo-why-card h3 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 14px;
}

.kokolo-why-card p {
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .kokolo-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .kokolo-why-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e91e5a */.kokolo-blog {
  padding: 90px 20px;
  background: #f8fafc;
}

.kokolo-blog-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.kokolo-blog-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(9,38,83,.08);
  transition: .3s ease;
}

.kokolo-blog-card:hover {
  transform: translateY(-6px);
}

.kokolo-blog-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 30px;
}

.blog-content h3 {
  color: #092653;
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.blog-content p {
  color: #667085;
  line-height: 1.7;
  margin-bottom: 22px;
}

.blog-content a {
  color: #f05a28;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .kokolo-blog-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b63202a */.kokolo-hotline{
    width:100%;
    background:#f8fafc !important;
    text-align:center !important;
    padding:35px 20px !important;
    border-top:1px solid #e5e7eb !important;
    border-bottom:1px solid #e5e7eb !important;
}

.kokolo-hotline .hotline-subtitle{
    color:#667085 !important;
    font-size:16px !important;
    margin-bottom:10px !important;
    font-weight:500 !important;
}

.kokolo-hotline .hotline-phone{
    color:#092653 !important;
    text-decoration:none !important;
    font-size:48px !important;
    font-weight:800 !important;
    line-height:1 !important;
    display:block !important;
}/* End custom CSS */