@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, a, p, body{
    font-family: "Manrope", sans-serif;
}

header{
position: sticky;
z-index: 3;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.topbar{
    height: 30px;
}

.navbar{
    background-color: #ffffff !important;
    box-shadow: -1px 10px 19px -8px rgba(194, 194, 194, 0.46);
    -webkit-box-shadow: -1px 10px 19px -8px rgba(194, 194, 194, 0.46);
    -moz-box-shadow: -1px 10px 19px -8px rgba(194, 194, 194, 0.46);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.nav-item > a{
    text-transform: uppercase;
    color: #000000 ;
    font-weight: 800 ;
    font-size: 15px;
}

.nav-item > a:hover{
    color: #005eb8;
}

.nav-item{
    padding: 0px 15px;
}

.navbar-brand > img{
    height: 40px;
}

.navbar-nav{
    margin-right: 25px;
}

.firstt > div > a > img {
    height: 40px;
}

.firstp{
    font-size: 22px;
    color: #ffffff;
}

.btn-white{
    background-color: #ffffff;
    border: #ffffff 2px solid;
    border-radius: 10px;
    font-weight: 700;
}


.btn-white:hover{
    color: #ffffff;
    background-color: transparent;
    transition: ease-in-out 0.3s;
}

.btn-white-border{
    background-color: transparent;
    border: #ffffff 2px solid;
    border-radius: 10px;
    font-weight: 700;
    transition: all ease-in 0.3s;
    color: #ffffff;
}


.btn-white-border:hover{
    color: #000;
    background-color: #fff;
}

.ben{
    font-size: 70px;
    color: #000000;
}

.uslugih{
    font-weight: 800;
}

.crta{
    background-color: #005eb8;
    height: 4px;
    border-radius: 10px;
    width: 20%;
}

h6{
    font-size: 1.1rem !important;
}

.u{
    display: inline-grid;
    border-radius: 10px;
}

.card{
    border-radius: 10px;
}


.btn-uslugi{
    color: #005eb8;
}

.bi-arrow-right{
    padding-left: 6px;
    padding-right: 10px;
}

.card:hover .bi-arrow-right{
    padding-right: 0px ;
    transition: ease-in-out 0.3s;
}

.bentitle{
    margin-top: 15px;
}

.btn-proizvod{
    background-color: #005eb8;
    border: #005eb8 2px solid;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 700;
}

.btn-proizvod:hover{
    color: #005eb8;
    background-color: transparent;
    transition: ease-in-out 0.3s;
}

.card:hover .outimgp > a > img{
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
}

.outimgp > a > img:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
}

.outimgp > a > img{
    width: 80%;
    height: 100%;
}

.outimg{
    height: 140px;
}

.allp{
    font-size: 18px;
}

.outimgp{
    height: 160px;
}

#foot{
    background-color: #005eb8;
}

.footerlogo{
    width: 150px;
}

.ftrbar{
    background-color: rgb(33, 33, 33);
    height: 33px;
}

.pwr{
    color: #ffffff;
    font-size: 12px;
}

.ftrtitle{
    color: #ffffff;
}

.ftrp{
    color: #ffffff;
}

.topp{
    color: white;
    font-size: 13px;
}

.pagetitle{
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.pagehr{
    background-color: #005eb8;
    height: 3px;
    border-radius: 10px;
}


.featured-image-wrap > img{
    width: 80%;
    object-fit: contain;
    height: 400px;
}

.nav-links{
    display: flex;
    margin-top: 40px;
}

.nav-next{
    margin-left: auto;
}

.nav-next > a{
    background-color: #005eb8;
    border: 2px #005eb8 solid;
    color: #ffffff;
    text-decoration: none;
    padding: 9px;
    border-radius: 15px;
}

.nav-next > a:hover{
    background-color: #ffffff;
    border: 2px #005eb8 solid;
    color: #005eb8;
    transition: ease-in-out 0.3s;
}

.nav-previous > a:hover{
    background-color: #ffffff;
    border: 2px #005eb8 solid;
    color: #005eb8;
    transition: ease-in-out 0.3s;
}


.nav-previous > a{
    background-color: #005eb8;
    color: #ffffff;
    text-decoration: none;
    padding: 9px;
    border-radius: 15px;
    border: 2px #005eb8 solid;
}

.card:hover .outimg > a > img{
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
}

.outimg > a > img:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
}



.collapsible {
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    text-align: center;
    outline: none;
    font-size: 15px;
    width: 100%;
    transition: all ease-in-out 0.3s;

  }
  
  
#mashiniplus {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
  }

.topp > a{
    text-decoration: none;
    color: #ffffff;
}

#content-proiz-mobile{
    display: none;
}

#proizdesk{
    display: block;
}

#content-mash-mobile{
    display: none;
}

#mashdesk{
    display: block;
}

.pr{
    text-wrap: nowrap;
    overflow: hidden;
	font-size: 16px;
}

.topp > a{
    text-decoration: none;
    color: #ffffff;
	margin-right: 16px;
	font-size: 16px;
}

.topp{
		padding-top: 3px;
}

.shop{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

swiper-container{
	display: flex;
	padding: 25px;
}

swiper-slide{
	display: flex;
	justify-content: center;
}

:root {
    --swiper-theme-color: #005eb8;
}

#msh{
    font-size: 18px;
}


.topbar{
    height: 30px;
	background-color: #fff;
}

.topleft{
    background-color: #005eb8;
    border-bottom-right-radius: 10px;
    height: 30px;
}

.lang-item > a > img{
	width: 21px !important;
	height: 15px !important;
}

.lang-item{
	margin-left: 5px;
}

.topright > ul {
	padding-left: 20px !important;
}







.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #005eb8;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -10px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 10px;
    transform: rotate(0deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background-color: #005eb8;
}

.navbar-collapse{
    background-color: #ffffff;
    border-radius: 15px;
}

.menu-main-menu-container{
    margin-left: auto;
}



@media only screen and (max-width: 768px){
    
    .nav-item{
        text-align: center;
    }

    .outimg{
        height: 170px;
    }
    
    .outimgp{
        height: 170px;
    }


    .navbar-nav{
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .menu-item{
    margin-top: 5px;
    }

    .sp{
        margin-top: 10px !important;
    }

    .pagetitle{
        text-align: center;
    }

    .bp{
        margin-top: 0px !important;
    }

    #content-proiz-mobile{
        display: block;
    }

    #proizdesk{
        display: none;
    }

    #content-mash-mobile{
        display: block;
    }
    
    #mashdesk{
        display: none;
    }
}











/* Wordpress Menu */

.menu-top-menu-container{
    margin-left: auto !important;
}


.menu-item > a{
    text-transform: uppercase;
    color: #000000 ;
    font-weight: 800 ;
    font-size: 15px;
    text-decoration: none;
}

.menu-item{
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 22px;
}

.menu-item > a:hover{
    color: #005eb8;
    transition: all ease-in-out 0.4s;
}

.current-menu-item > a{
    color: #005eb8;
}

.bimenu{
    font-size: 25px; color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
}

/* Wordpress Menu */



/* Woocommerce Styles */

/* Woocommerce Styles - Single Page Product*/

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 28px;
    border-bottom: solid;
    padding-bottom: 10px;
    border-bottom-color: #005eb8;
    border-bottom-width: 3.5px;
    font-weight: 700;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #F44336;
    font-weight: 800;
    font-size: 24px;
}

.woocommerce-product-details__short-description{
    font-family: "Manrope", sans-serif;
}

/* About Page Styles */


.about-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(19, 57, 116, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 57, 116, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.about-hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.about-hero-shape-1 {
  width: 320px;
  height: 320px;
  background: rgba(13, 139, 255, 0.12);
  top: -80px;
  left: -80px;
}

.about-hero-shape-2 {
  width: 280px;
  height: 280px;
  background: rgba(19, 57, 116, 0.10);
  bottom: -100px;
  right: -60px;
}

.about-hero-content-box {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.about-small-label {
  display: inline-block;
  padding: 10px 18px;
  background: #ffffff;
  color: #133974;
  border: 1px solid rgba(19, 57, 116, 0.10);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 25px rgba(17, 39, 82, 0.06);
}

.about-v2-title {
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.about-v2-text {
  font-size: 15px;
  line-height: 1.85;
  color: #eeeeee;
  max-width: 680px;
}

.about-highlight-pill {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  background: linear-gradient(135deg, #3e73c55e 0%, #91caff47 100%);
  color: #fff;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(13, 139, 255, 0.25);
}

.about-v2-buttons .btn {
  padding: 14px 30px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.about-v2-btn-primary {
  background: #133974;
  color: #fff;
  border: 1px solid #133974;
}

.about-v2-btn-primary:hover {
  background: #0d8bff;
  border-color: #0d8bff;
  color: #fff;
}

.about-v2-btn-outline {
  background: #fff;
  color: #133974;
  border: 1px solid #fff;
}

.about-v2-btn-outline:hover {
  background: #133974;
  color: #fff;
  border-color: #133974;
}

.about-visual-wrap {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(19, 57, 116, 0.08);
  border-radius: 36px;
  box-shadow: 0 25px 70px rgba(17, 39, 82, 0.10);
}

.about-v2-image {
    display: block;
    width: 100%;
    height: 390px;
    filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.18));
    border-radius: 36px;
    object-fit: cover;
}

.floating-info-card {
  position: absolute;
  z-index: 3;
  min-width: 180px;
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(17, 39, 82, 0.10);
  border: 1px solid rgba(19, 57, 116, 0.08);
}

.floating-card-top {
  top: 40px;
  left: 0;
}

.floating-card-bottom {
  right: 10px;
  bottom: 35px;
}

.floating-card-number {
  display: block;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  color: #133974;
  margin-bottom: 8px;
}

.floating-card-text {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #5d6d83;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .about-v2-title {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .about-hero-v2 {
    padding: 80px 0;
  }

  .about-v2-title {
    font-size: 36px;
  }

  .about-v2-text {
    font-size: 17px;
  }

  .about-visual-wrap {
    min-height: auto;
    margin-top: 20px;
  }

  .floating-card-top {
    top: 10px;
    left: 10px;
  }

  .floating-card-bottom {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .about-v2-title {
    font-size: 30px;
  }

  .about-v2-text {
    font-size: 16px;
    line-height: 1.75;
  }

  .about-highlight-pill {
    font-size: 15px;
    padding: 12px 18px;
  }

  .about-v2-buttons .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .about-image-card {
    padding: 24px;
    border-radius: 24px;
  }

  .floating-info-card {
    position: static;
    margin-top: 15px;
    width: 100%;
  }
}

.about-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #fff;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.about-subtitle {
  display: inline-block;
  background: #fff;
  color: #16386d;
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
}

.about-text {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
  margin-bottom: 20px;
  max-width: 700px;
}

.about-main-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
}

.about-image-wrap {
  position: relative;
  padding: 20px;
}

.about-btn-primary,
.about-btn-outline {
  border-radius: 40px;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about-btn-primary {
  background: #0d8bff;
  border-color: #0d8bff;
}

.about-btn-primary:hover {
  background: #0072db;
  border-color: #0072db;
}

.about-btn-outline {
  border: 1px solid #fff;
  color: #fff;
}

.about-btn-outline:hover {
  background: #fff;
  color: #16386d;
}

.company-info-section {
  background: #f7f9fc;
  padding-bottom: 120px;
  padding-top: 110px;
}

.info-box {
  background: #fff;
  padding: 35px 28px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(17, 39, 82, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(17, 39, 82, 0.12);
}

.info-icon i {
  font-size: 38px;
  color: #0d8bff;
}

.info-title {
  font-size: 24px;
  font-weight: 700;
  color: #16386d;
  margin-bottom: 15px;
}

.info-text {
  font-size: 17px;
  color: #5f6b7a;
  line-height: 1.7;
}

.about-stats-section {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.stat-box {
  background: #f7f9fc;
  border-radius: 18px;
  padding: 35px 20px;
  height: 100%;
}

.stat-box h2 {
  font-size: 42px;
  font-weight: 800;
  color: #16386d;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 17px;
  color: #5f6b7a;
  margin: 0;
}

.about-cta-section {
  background: linear-gradient(135deg, #16386d 0%, #0f2758 100%);
  color: #fff;
}

.cta-title {
  font-size: 42px;
  font-weight: 800;
}

.cta-text {
  font-size: 19px;
  max-width: 750px;
  margin: 0 auto;
  color: rgba(255,255,255,0.88);
}

@media (max-width: 991.98px) {
  .about-hero-section {
    min-height: auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-title {
    font-size: 46px;
  }

  .about-subtitle {
    font-size: 20px;
  }

  .about-text {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .about-title {
    font-size: 36px;
  }

  .about-subtitle {
    font-size: 18px;
    padding: 10px 20px;
  }

  .about-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-btn-primary,
  .about-btn-outline {
    display: block;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 12px;
  }

  .cta-title {
    font-size: 30px;
  }
}




/* Contact Page Styles */
.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.contact-form .wpcf7 input[type="text"],
.contact-form .wpcf7 input[type="email"],
.contact-form .wpcf7 input[type="tel"],
.contact-form .wpcf7 textarea {
  width: 100%;
  height: 36px;
  border: 1px solid #d8dce3;
  border-radius: 3px;
  box-shadow: none;
  font-size: 13px;
  color: #333;
  padding: 8px 12px;
  background: #fff;
}

.contact-form .wpcf7 textarea {
  height: 74px;
  min-height: 74px;
  resize: vertical;
}

.contact-form .wpcf7 input[type="submit"] {
  width: 100%;
  height: 36px;
  border: none;
  border-radius: 3px;
  background: #1264dc;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: 0.25s ease;
}

.contact-form .wpcf7 input[type="submit"]:hover {
  background: #0d57c3;
}

.apeks-header-cart{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cart-count-badge{
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 50px;
  background: #005eb8;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  display: inline-block;
}

.cart-count-badge:empty{
  display: none;
}

.footer-logo{
  height: 100px;
}

.faq-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  position: relative;
}

.faq-header {
  max-width: 760px;
  margin: 0 auto;
}

.faq-badge {
  display: inline-block;
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.faq-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.faq-subtitle {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.faq-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-tag {
  border: 1px solid #dbeafe;
  background: #fff;
  color: #0f172a;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.25s ease;
  cursor: pointer;
}

.faq-tag:hover,
.faq-tag.active {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
  transform: translateY(-2px);
}

.faq-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
}

.faq-card summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.05rem;
  color: #0f172a;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eff6ff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #0d6efd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.faq-icon::before {
  width: 14px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 14px;
}

.faq-card[open] .faq-icon {
  background: #0d6efd;
}

.faq-card[open] .faq-icon::before {
  background: #fff;
}

.faq-card[open] .faq-icon::after {
  height: 0;
}

.faq-content {
  padding: 0 24px 22px;
}

.faq-content p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
  font-size: 0.98rem;
}

.faq-cta {
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 30px;
}

.faq-cta p {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

.faq-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.faq-btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.faq-btn:hover {
  transform: translateY(-2px);
}









.latest-products-section {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 120px;
}

.section-badge {
  display: inline-block;
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #0f172a;
}

.slider-nav {
  display: flex;
  gap: 10px;
}

.slider-nav button {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  transition: all 0.25s ease;
}

.slider-nav button:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(-2px);
}

.latest-products-slider {
  padding: 10px 4px 20px;
}

.product-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 20px rgba(15, 23, 42, 0.12);
}

.swiper{
  padding: 5px 20px 30px 20px !important;
}

.product-image-wrap {
  display: block;
  background: #f8fafc;
  padding: 20px;
  text-align: center;
}

.product-image {
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-card-body {
  padding: 20px;
}

.product-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 48px;
}

.product-title a {
  color: #0f172a;
  text-decoration: none;
}

.product-title a:hover {
  color: #0d6efd;
}

.product-price {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0d6efd;
  margin-bottom: 16px;
}

.product-price del {
  color: #94a3b8;
  font-weight: 500;
  margin-right: 6px;
}

.product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-actions .btn {
  flex: 1;
  border-radius: 12px;
  font-weight: 600;
  padding: 10px 14px;
}

@media (max-width: 767px) {
  .product-image {
    height: 180px;
  }

  .product-actions {
    flex-direction: column;
  }

  .product-actions .btn {
    width: 100%;
  }

  .about-visual-wrap {
    flex-direction: column;
}

    .contact-map-section {
        height: 550px;
        margin-top: 50px !important;
    }
}

#about{
    background-color: #f8fbff !important
}

.woocommerce-pagination ul {
  border-width: 0px !important;
}

.apeks-shop{
  width: 100%;
}