.elementor .e-534beb9-26a10c7{max-width:1200px;color:var(--valko);}.elementor .e-9bad699-bbbb2e0{width:5px;margin-block-start:-8px;}.elementor .e-21366f5-0cb5c25{color:var(--valko-70);}.elementor .e-dddbf34-11b8ba3{max-width:500px;padding:0px;flex-direction:column;gap:40px;}.elementor .e-6073818-7db4874{width:50%;max-width:600px;padding:0px;flex-direction:row;gap:48px;}.elementor .e-ba88562-da3b61c{padding:0px;flex-direction:row;gap:80px;justify-content:space-between;align-items:center;}.elementor .e-bdd8ac4-41ed844{font-size:3rem;}.elementor .e-375487d-75c79b9{padding-inline-start:20px;padding-inline-end:20px;}.elementor .e-e6569d7-ef78a43{padding-inline-start:20px;padding-inline-end:20px;}.elementor .e-1f8fb0c-1f8ceda{padding:0px;flex-direction:row;gap:10px;}.elementor .e-d068807-d05a268{width:50%;flex:0 1 auto;}.elementor .e-4f2831e-0229824{font-size:3rem;}.elementor .e-7cfe62c-9b11ece{flex-direction:column;justify-content:flex-start;align-items:start;}.elementor .e-a75bb17-7ea26a8{padding-inline-start:20px;padding-inline-end:20px;}.elementor .e-3113283-2e1ca21{padding-inline-start:20px;padding-inline-end:20px;}.elementor .e-e50e417-666f01d{padding:0px;flex-direction:row;gap:10px;}.elementor .e-33c7f7d-88c94c5{width:50%;flex:0 1 auto;}.elementor .e-e4646a0-494d565{padding:0px;display:none;flex-direction:row;gap:20px;/*pienien korttien värien vaihto kun hiiri päällä*/
.kortti {
position: relative;
overflow: hidden;
isolation: isolate;

background: linear-gradient(130deg, #2C2C2C 0%, #000000 100%) !important;
transition: transform 0.5s ease;
}

/* Hover gradient + image overlay */
.kortti::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;

background:
  url("https://muvika.creativetaiga.fi/wp-content/uploads/2026/06/Frame-129.png"),
  linear-gradient(180deg, #000000 30%, #16FB97 150%);

background-size: cover, cover;
background-position: center, center;
background-repeat: no-repeat, no-repeat;

opacity: 0;
transition: opacity 0.5s ease;
pointer-events: none;
}

/* Fade hover state in */
.kortti:hover::before {
opacity: 1;
}

/* Keep all content above the hover layer */
.kortti > * {
position: relative;
z-index: 1;
}



/*-------------------*/



/* Button inside the card */
.kortti .kortti-nappi {
background-color: #ffffff0D !important;
transition:
  background-color 0.5s ease,
  color 0.5s ease;
}

/* Button color when card is hovered */
.kortti:hover .kortti-nappi {
background-color: #16FB97 !important;
color: #000000 !important;
}


/*Iso kortti tausta ja nappi*/

.kortti-iso {
position: relative;
overflow: hidden;
isolation: isolate;

background:
  url("https://muvika.creativetaiga.fi/wp-content/uploads/2026/06/Frame-129.png"),
  linear-gradient(180deg, #000000 30%, #16FB97 150%) !important;

background-size: cover, cover;
background-position: center, center;
background-repeat: no-repeat, no-repeat;
}

.kortti-iso > * {
position: relative;
z-index: 1;
}


/*iso kortti nappi*/
/* Button inside the card */
.kortti-iso .kortti-iso-nappi {
 background:
  linear-gradient(180deg, #16FB9700 -60%, #16FB9740 100%) !important;
transition:
  background-color 0.5s ease,
  color 0.5s ease;
}

/* Button color when card is hovered */
.kortti-iso:hover .kortti-iso-nappi {
background-color: #16FB97 !important;
color: #000000 !important;
}\n}.elementor .e-770b5ad-d47ac29{text-align:center;}.elementor .e-a16bdf2-a155a69{max-height:360px;object-fit:contain;}.elementor .e-3196067-00334f4{color:var(--valko-70);text-align:center;}.elementor .e-4c8ee1d-5c4bcb9{width:50%;}.elementor .e-0103030-b733690{width:123px;height:123px;aspect-ratio:1/1;object-fit:contain;filter:hue-rotate(240deg);}.elementor .e-b4edfe7-3244a72{padding:0px;flex-direction:row;justify-content:space-between;}.elementor .e-a7e9182-dbe507f{color:var(--valko-70);}.elementor .e-3fe8392-0be143d{width:123px;height:123px;aspect-ratio:1/1;object-fit:contain;filter:hue-rotate(240deg);}.elementor .e-63eaa3c-5d7da83{padding:0px;flex-direction:row;justify-content:space-between;}.elementor .e-cea3c67-8ff1f93{color:var(--valko-70);}.elementor .e-bce8dd6-1464eeb{width:50%;padding:0px;flex-direction:column;gap:20px;justify-content:flex-start;}.elementor .e-4a47626-0ef54f3{padding:0px;gap:20px;/*pienien korttien värien vaihto kun hiiri päällä*/
.kortti {
position: relative;
overflow: hidden;
isolation: isolate;

background: linear-gradient(130deg, #2C2C2C 0%, #000000 100%) !important;
transition: transform 0.5s ease;
}

/* Hover gradient + image overlay */
.kortti::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;

background:
  url("https://muvika.creativetaiga.fi/wp-content/uploads/2026/06/Frame-129.png"),
  linear-gradient(180deg, #000000 30%, #f9ac00 150%);

background-size: cover, cover;
background-position: center, center;
background-repeat: no-repeat, no-repeat;

opacity: 0;
transition: opacity 0.5s ease;
pointer-events: none;
}

/* Fade hover state in */
.kortti:hover::before {
opacity: 1;
}

/* Keep all content above the hover layer */
.kortti > * {
position: relative;
z-index: 1;
}



/*-------------------*/



/* Button inside the card */
.kortti .kortti-nappi {
background-color: #ffffff0D !important;
transition:
  background-color 0.5s ease,
  color 0.5s ease;
}

/* Button color when card is hovered */
.kortti:hover .kortti-nappi {
background-color: #f9ac00 !important;
color: #000000 !important;
}


/*Iso kortti tausta ja nappi*/

.kortti-iso {
position: relative;
overflow: hidden;
isolation: isolate;

background:
  url("https://muvika.creativetaiga.fi/wp-content/uploads/2026/06/Frame-129.png"),
  linear-gradient(180deg, #000000 30%, #f9ac00 150%) !important;

background-size: cover, cover;
background-position: center, center;
background-repeat: no-repeat, no-repeat;
}

.kortti-iso > * {
position: relative;
z-index: 1;
}


/*iso kortti nappi*/
/* Button inside the card */
.kortti-iso .kortti-iso-nappi {
 background:
  linear-gradient(180deg, #16FB9700 -60%, #f9ac0040 100%) !important;
transition:
  background-color 0.5s ease,
  color 0.5s ease;
}

/* Button color when card is hovered */
.kortti-iso:hover .kortti-iso-nappi {
background-color: #f9ac00 !important;
color: #000000 !important;
}\n}.elementor .e-154af4a-76e4a7d{color:var(--valko);padding:80px;border-block-start-width:5px;border-block-end-width:0px;border-inline-start-width:0px;border-inline-end-width:0px;border-color:var(--valko-15);border-style:dotted;background-image:url("https://muvika.creativetaiga.fi/wp-content/uploads/2026/06/Frame-12-scaled.png"),url("https://muvika.creativetaiga.fi/wp-content/uploads/2026/06/Vector-1-2.png"),linear-gradient(180deg, #131313 0%,#0C0C0C 100%);background-repeat:repeat,no-repeat,repeat;background-attachment:scroll;background-size:contain,100% auto,auto auto;background-position:0% 0%,center center,0% 0%;flex-direction:column;gap:98px;align-items:center;}