/*
Theme Name:   Puhastusrobot
Theme URI:    https://spetsymarketing.com
Author:       Kristjan Tiido (Spetsy Marketing OÜ)
Author URI:   https://spetsymarketing.com
Template:     astra
Version:      1.0.0
*/



@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUIVF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ensures text is visible while loading */
}
.page *, header *, footer * {
    font-family: 'Segoe UI', sans-serif !important;
}
.hfe-menu-toggle .fa::before {
    font-family: "Font Awesome 5 Free" !important;
}

.gradient-text * {
    background: linear-gradient(90deg, #4891EF, #0354F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; /* ensures proper gradient clipping */
}
.bg-gradient {
    background: linear-gradient(
    #f0f0f0 0%,
    rgba(167, 198, 240, 0.7) 15%,
    rgba(166, 198, 240, 0.7) 85%,
    #f0f0f0 100%
  ) !important;
}
.bg-glass {
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  color: white;
  padding: 20px;
}

header {
    position: fixed !important;
    width: 100%;
    top: 0;
}
body {
    /* For header spacing */
    padding-top: 100px;
}

.sub-menu {
    border-radius: 15px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif !important;
}


@media only screen and (min-width: 1000px) {
    .fg-media-content {
        height: 90% !important;
    }
}

/* SPLIDE STYLING */

/* All slides smaller by default */
.splide__slide {
  transition: transform 0.2s ease;
  transform: scale(0.9);
  min-width: 370px;
}


/* Focused slide bigger */
.splide__slide.is-active {
  transform: scale(1.1); /* Adjust the size as you like */
  z-index: 2;            /* Make sure it’s on top of others */
}

.splide__track {
    overflow: visible;
}
.splide__pagination {
    margin-top: 4rem;
    gap: 10px;
}

.splide__pagination__page {
    transition: .3s;
    background-color: #EDEDED !important;
    width: 21px !important;
    height: 21px !important;
}
.splide__pagination__page.is-active {
    width: 70px !important;
    background-color: #0354F1 !important;
}
.carousel-fade {
    user-select: none;
    pointer-events: none;
}
.splide__arrows {
    top: 50%;
    position: absolute;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.splide__arrow svg {
    fill: #B5B5B5;
    width: 20px;
    height: 20px;
}
.splide__arrow {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    height: 75px;
    width: 50px;
}
.splide__arrow--prev svg {
  transform: rotate(180deg);
}

@media only screen and (max-width: 600px) {
  .splide__slide {
    min-width: 320px;
  }
  .splide__arrows {
        padding: 5px;
    }
    .splide__arrow {

        height: 75px;
        width: 30px;
    }
    .splide__arrow svg {

        transform: translateX(-50%)
    }
    .splide__arrow--prev svg {
    transform: rotate(180deg) translateX(50%);
    }
}

/* MOBILE MENU BURGER STYLES */

#header-burger {
    width: 30px;
    overflow: visible;
}

.burger-line {
    fill: #2563EB;
    stroke: #2563EB;
    stroke-linecap: round;
    stroke-width: 7px;
    transition: .4s ease;
}



.burger-line-2.active {
    transform: rotate(45deg) translateX(-4px) translateY(-35px);
    fill: white;
    stroke: white;
}

.burger-line-1.active {
    transform: rotate(-45deg) translateX(-17px) translateY(26px);
    fill: white;
    stroke: white;
}


#header-mobile-nav {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-button {
    position: relative;
    display: flex;
    color: white;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
}

.menubg {
    position: fixed;
    top: -100px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-color: #2563EB;
    
    transform: scale(1) rotate(45deg);
    transition: transform 0.5s ease-in-out;
    z-index: 1;
}

.menubg.active {
    transform: scale(100);
}

#mobile-menu {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 50%;
    height: 60%;
    width: 70%;
    transform: translateX(50%) translateY(-50%);
    color: white;
    padding: 20px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .2s;
}
@media only screen and (max-width: 920px) {
    
}


#mobile-menu.active {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}

#mobile-menu-lines {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#mobile-menu-lines line {
    fill: #509168;
    stroke: #509168;
    stroke-linecap: round;
    stroke-width: 7px;
}

#header-mobile-nav .menu-item {
    opacity: 0;
    transition: .4s;
}
#header-mobile-nav .menu-item.active {
    opacity: 1;
}

#header-mobile-nav .exep-menu-item {
    opacity: 0;
    transition: .4s;
}
#header-mobile-nav .exep-menu-item.active {
    opacity: 1;
}

#mobile-menu-logo {
    position: fixed;
    bottom: 70px;
    left: 20px;
    left: 0;
    transform: translateY(50px) scale(2) rotate(30deg);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    z-index: 1;
}
#mobile-menu-logo.active {
    
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: translateY(0) scale(2) rotate(30deg);
}
#mobile-menu-logo img {
    width: 100%;
}
	