html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
} ins {
background-color:#ff9;
color:#000;
text-decoration:none;
} mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
} hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}html{
box-sizing: border-box;
height: 100%;
}
body{
color: #000;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 20px;
font-style: normal;
line-height: normal;
height: 100%;
}
h1 { font-weight: 300; }
h2 { font-weight: 300; }
h3 { font-weight: 600; }
h4 { font-weight: 500; }
h5, h6 { font-weight: 500; }
header{
background-color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
border-bottom: 1px solid #f0f0f0;
}
a{
text-decoration: none;
color: inherit;
text-transform: uppercase;
}
.warning{
color: red;
}
.video_full{
width:100%;
overflow:hidden;
}
.video_full video{
width:100%;
height:auto;
display:block;
} .title-center{
display:flex;
align-items:center;
justify-content:center;
gap:25px;
width:100%;
padding: 10px 0; 
}
.title-center h2{
font-family: Arial, sans-serif;
font-size:34px;
font-weight:400;
color:#04488e;
margin:0;
white-space:nowrap;
}
.title-center strong{
font-weight:700;
}
.line{
flex:1;
height:2px;
max-width:420px;
} .title-center .line:first-child{
background: linear-gradient(to left, #04488e, rgba(240,124,0,0));
} .title-center .line:last-child{
background: linear-gradient(to right, #04488e, rgba(240,124,0,0));
}
.easy_text {
font-family:'Shadows Into Light', cursive !important;
color: #04488e;
font-size: 48px;
letter-spacing: 6px;
text-align: center;
line-height: 1.1;
}
.easybusy_text{
font-family: 'Nanum Pen Script', cursive!important;
color: #04488e;
font-size: 48px;
font-weight: 700;
text-align: center;
}
.imgup-box {
margin: 0 50px; }
.mobile-menu{
display: none;
}
.menu__btn{
display: none;
width: 30px;
height: 25px;
border: none;
background-color: transparent;
padding: 0;
border-radius: 0;
flex-direction: column;
justify-content: space-between;
}
.header-search { position: absolute; left: 100px; top: 50%; transform: translateY(-50%); }
.search-form-wrapper {
position: absolute;
right: 0;
top: 40px;
display: none;
background: #fff;
padding: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.search-toggle {
background: none;
border: none;
font-size: 20px;
cursor: pointer;
}
.search-toggle {
background: none;
border: none;
cursor: pointer;
padding: 0;
color: #333;
}
.search-toggle:hover {
color: #0c4d91; }
.search-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
padding: 60px 0;
transform: translateY(-100%);
transition: transform 0.3s ease;
z-index: 9999;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.search-modal.active {
transform: translateY(0);
}
.search-modal-inner {
max-width: 95%;
margin: 0 auto;
display: flex;
align-items: center;
gap: 120px;
padding: 0 100px;
}
.search-modal input {
width: 800px;
flex: 1;
border: none;
font-size: 22px;
outline: none;
}
.search-modal input::placeholder {
color: #bbb;
font-weight: 400;
}
.search-icon {
color: #888;
}
.search-close {
background: none;
border: none;
font-size: 26px;
cursor: pointer;
color: #888;
}
.search-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.5);
opacity: 0;
visibility: hidden;
transition: 0.3s ease;
z-index: 9998;
}
.search-overlay.active {
opacity: 1;
visibility: visible;
}
.center-line {
width: 90%;
height: 1px;
background: #ffffff;
margin: 40px auto;
}
.margin_1 {
margin-top: 20px;
margin-bottom: 0px;
}
.justify-text {
text-align: justify;
}
nav a,
nav ul li a,
.menu-item a,
.main-navigation a,
.primary-menu a,
.header-menu a,
.site-header nav a {
font-family: 'Montserrat', sans-serif !important;
font-weight: 400 !important;
}
.current-menu-item > a,
.current_page_item > a,
.current-menu-parent > a,
.current-menu-ancestor > a {
font-weight: 500 !important;
}
.menu__btn span{
height: 2px;
background-color: #000;
width: 100%;
}
.menu-toggle {
display: none;
}
.container{
max-width: 1260px;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
}
.container_125{
padding-top: 150px;
}
.container_0{
position: relative;
width: 100%;
overflow: hidden;
padding-top: 150px;
}
.container_1{
position: relative;
width: 100%;
overflow: hidden;
padding-top: 150px;
}
.container_video{
position: relative;
width: 100%;
overflow: hidden;
padding-top: 150px;
}
.container_8{ background-color:#00a9e3;
width: 100%;
height: 30vh; overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.about_{
margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 20px;
}
.header__inner{
margin-top: 0px;
display: flex;
justify-content: center;
align-items: center;
height: 150px;
}
.menu__list{
display: flex;
gap: 40px;
}
.menu__list-link{
}
nav li {
background-color: #fff;
}
nav a {
display:block;
padding:0 10px;	
font-size:20px;
line-height: 60px;
text-decoration:none;
}
nav a:hover { 
background-color: #aae0fa;
} nav ul ul {
display: none;
position: absolute; 
top: 100px; } nav ul li:hover > ul {
display: block;
} nav ul li:hover > ul {
display:inherit;
} nav ul ul li {
width:300px;
float:none;
display:list-item;
position: relative;
} nav ul ul ul li {
position: relative;
top:-60px; 
left:170px;
}
.header__menu-m a{
font-weight:lighter;
font-size: 0.9em; 
} li > a::after {
content: '  >';
display: inline-block;
transform: rotate(90deg) translateY(2px);
transform-origin: center;
margin-left: 4px;
}
li > a:only-child:after { content: ''; }
.wrapper{ display: flex;
flex-direction: column;
margin-bottom: 0 !important;
}
.wrapper {
gap: 0;
}
.about{
padding-top: 30px;
}
.about__inner {
width: 100%; display: flex; justify-content: center; align-items: center;  gap: 10px; position: relative;
z-index: 1;
}
.about__inner img:hover {
filter: brightness(1.08); }
.about_img{ height: auto; max-width: 100%; object-fit: contain;   
}
.about_img_d {
height: 100%; width: auto; display: block;
} .about_imgUP {
width: 100%;
height: 200px; object-fit: cover;
display: block;
}
.about_text_f {
position: absolute;
top: 72%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: clamp(24px, 4vw, 48px);
text-align: center;
width: 100%;
padding: 0 10px;
}
.about__text{
color: #474747;
padding-left: 240px;  
padding-right: 240px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
.abot__text1{
padding-bottom: 30px;
}
.abot__text3{
padding-bottom: 10px;
}
.about__text2{
color: #04488e;
font-size: 32px;
}
.about__text4{
color: #04488e;
font-weight: bold;
display: inline;
}
.main{
padding-top: 10px;
flex-grow:1;
}
.footer{
background-color: #aae0fa;
padding: 100px 0 20px; }
.footer__inner{
display: flex;
color: #04488e;
}
.footer__menu{
display: flex;
flex-direction: column;
width: 60%;
margin-bottom: 20px;
}
.footer__email{
margin-bottom: 20px;
}
.footer__all{
display: grid;
color: #04488e;
place-items: center;
padding: 50px 0 50px;
}
.imglogofooter{
width: 160px;
height: 160px;
}
.footer__logo{
padding: 20px 0 20px;
}
.footer__menu-left{
text-transform: uppercase;
list-style: none;
}
.footer__menu-left1{
margin-bottom: 30px;
} .woocommerce div.product .product_title { font-size: 32px; font-weight: 500; margin-bottom: 15px; line-height: 1.3; }
.related.products h2 {
text-transform: none; font-weight: 400; margin-bottom: 20px; }
.woocommerce-loop-product__title{
text-transform: none; 
font-weight: 400; 
}
.woocommerce-accordion-item-1{
padding-left:20px;
}
.accordion-content__wrapper .no-uppercase {
text-transform: none;
}
.accordion-content__wrapper{
text-transform: uppercase; }
.accordion-item__toggle span{ padding-right:10px;
}
.accordion-item__toggle{
padding: 15px 15px;
}
.accordion-content__wrapper p {
padding-left: 20px; position: relative;
margin-left: 20px;
}
.accordion-content__wrapper p::before {
content: "";
width: 8px; height: 8px;
background-color: #1e73be; border-radius: 50%; position: absolute;
left: 0;
top: 8px; }
.otstup20 li::marker {
color: #1e73be;  }
.akk::before {
content: none !important;
}
.akk {
padding: 15px 15px;
font-size: 14px;
text-transform: capitalize;
}
.akk::first-letter {
text-transform: uppercase;
} .woocommerce div.product div.images .woocommerce-product-gallery {
width: 100%;
overflow: hidden; position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
display: flex;
width: 100%;
overflow: hidden !important; } .woocommerce div.product div.images {
display: flex;
flex-direction: row-reverse; align-items: flex-start;
gap: 15px;
max-width: 100%;
overflow: hidden;
} .woocommerce div.product div.images .flex-control-thumbs {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
max-height: 400px; overflow-y: auto; flex: 0 0 auto; scrollbar-width: none; -ms-overflow-style: none; }
.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
display: none; } .woocommerce div.product div.images .flex-control-thumbs li {
width: 80px !important;
height: 80px !important;
flex: 0 0 auto;
list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 6px;
transition: 0.3s;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
opacity: 0.8;
cursor: pointer;
} .woocommerce div.product div.images .woocommerce-product-gallery {
width: 100%;
overflow: hidden;
position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
display: flex;
width: 100%;
overflow: hidden !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
width: 100%;
height: auto;
object-fit: contain;
display: block;
} .woocommerce div.product div.thumbnails {
max-height: none; overflow: visible; }  .pswp__bg {
background-color: #fff !important; }
.logo {
position: relative;
display: inline-block;
}
.logo img {
display: block;
transition: opacity 0.3s ease;
} .logo::after {
content: '';
position: absolute;
inset: 0;
background: url(https://gowipeseu.com/wp-content/themes/go_w/assets/images/logo1.png) no-repeat center/contain;
opacity: 0;
transition: opacity 0.3s ease;
} .logo:hover::after {
opacity: 1;
} .woocommerce ul.products li.product a.woocommerce-loop-product__link {
display: flex;
flex-direction: column;
height: 100%;
} .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
margin: 10px 0 0 0;
} .woocommerce ul.products li.product .custom-after-title {
margin-top: auto;
}
.woocommerce ul.products li.product a img {     }
.woocommerce ul.products li.product a{
height: 420px;
padding: 10px; }
.woocommerce-LoopProduct-link{
background-color: #f9f9f9;
border-radius: 10px;
transition: all 0.3s ease;
}
.woocommerce-LoopProduct-link:hover{
background-color: #ececec;
}
.category-html-block {
margin-top: 10px;
padding: 20px;
background-color: #f9f9f9;
border-radius: 6px;
margin-bottom: 40px;
}  ul.products li.product img.hover-image{
display: none !important;
} ul.products li.product {
overflow: hidden;
}
ul.products li.product img {
transition: transform 0.35s ease, opacity 0.35s ease;
}
ul.products li.product:hover img {
transform: scale(1.1);
}
.product-comments {
margin-top: 50px;
border-top: 1px solid #ddd;
padding-top: 30px;
}
.product-comments h2 {
font-size: 22px;
margin-bottom: 20px;
text-transform: uppercase;
}
.commentlist {
list-style: none;
padding: 0;
}
.related.products > h2 {
margin-top: 10px; }
.related.products {
clear: both;
width: 100%;
margin-top: 50px; margin-bottom: 50px; }
.woocommerce{
margin-top: 120px;
}
.btn {
display: flex; justify-content: center; align-items: center; width: 80%; max-width: 550px; height: 50px;
background-color: #51c3e5; 
line-height: 30px;
text-align: center;
color: #ffffff;
text-decoration: none;
border: none;
transition: all 0.3s ease;
margin-top: 5px;
cursor: pointer;
font-size: 16px;
text-transform: uppercase;
}
.btnq {
display: flex; justify-content: center; align-items: center; width: 100%; max-width: 600px; 
height: 50px;
background-color: #51c3e5; 
text-align: center;
color: #ffffff;
text-decoration: none;
border: none;
cursor: pointer;
font-size: 16px;
text-transform: uppercase;
}
.btnq:hover {
background-color: #00b1db;
}
.wp-tab-menu {
display: flex;
flex-direction: column;
align-items: center; justify-content: center;
} .wp-tab-btn.active {
background-color: #004b8d; 
}
.btn1 {
margin-bottom: 30px;
display: block;
margin: 0 auto;
}
.btn:hover {
background-color: #00b1db;  }
.wp-dropdown-tab {
width: 600px;
margin: 20px auto;
text-align: center;
}
.wp-tab-btn {
width: 100%;
height: 50px;
background-color: #51c3e5;
color: #ffffff;
border: none;
cursor: pointer;
font-size: 16px;
display: flex;
justify-content: space-between; align-items: center;
transition: background-color 0.3s;
text-transform: uppercase;
}
.wp-tab-btn:hover {
background-color: #00b1db;
} .tab-text {
flex: 0 0 90%; padding-left: 15px; text-align: center;
font-size: 16px;
text-transform: uppercase;
} .arrow {
flex: 0 0 10%; text-align: center;
transition: transform 0.3s;
} .wp-tab-menu {
max-height: 0;          
overflow: hidden;
transition: max-height 0.3s ease;
background-color: #e0e0e0; }
.wp-tab-menu1{
margin-top: 5px;
margin-bottom: 10px;
}
.otstup20{
padding-left: 30px; }
.wp-tab-menu.active {
max-height: 300px; 
}
.wp-tab-menu .menu-btn {
display: block;
width: 100%;
border: none;
background: none;
cursor: pointer;
text-align: center;
font-size: 15px;
}
.wp-tab-menu .menu-btn:hover {
background-color: #d0d0d0;
} .wp-tab-btn.active .arrow {
transform: rotate(180deg); }
.left-line {
border-left: 1px solid #ccc; padding-left: 15px; }
.imgup-box {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
cursor: pointer;
}
.imgup {
width: 150px;
height: 150px;
position: absolute;
inset: 0;
object-fit: cover;
}
.imgup.hover {
opacity: 0;
}
.imgup-box:hover .imgup.hover {
opacity: 1;
}
.imgup-box:hover .imgup.default {
opacity: 0;
}
.hero-content {
text-align: center;
}
.hero h1 {
color: #fff;
font-weight: 700;
letter-spacing: 0.02em;
text-shadow:
0 3px 14px rgba(0,0,0,0.45);
}
.hero p {
display: inline-block;
padding: 6px 14px;
color: #fff;
letter-spacing: 0.12em;
text-transform: uppercase;
background: rgba(0,0,0,0.35);
backdrop-filter: blur(4px); text-shadow: 0 2px 6px rgba(0,0,0,0.8);
} .parallax {
background-attachment: fixed;
background-size: cover;
background-position: center;
} .hero {
height: 100vh;
background-image: url(https://gowipeseu.com/wp-content/themes/go_w/assets/images/12.png);
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.hero-content {
position: relative;
text-align: center;
color: #fff;
}
.hero h1{
font-size: clamp(42px, 6vw, 72px);
margin-bottom: 10px;
} .section {
padding: 90px 20px;
}
.section.light {
background: #f4f7fa;
}
.section.dark {
background: #0f4c81;
color: #fff;
}
.section.dark1 {
background: #0f4c81;
color: #fff;
position: relative;
padding-bottom: 160px; }
.container.narrow {
max-width: 780px;
}
.center { text-align: center; } .people-graphic {
position: absolute;
bottom: 0;
left: 240px; pointer-events: none; }
.people-graphic img {
height: 120px;
width: auto;
display: block;
} .pillars {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 0px;
margin-top: 0px;
}
.pillar {
background: #fff;
padding: 36px;
border-radius: 14px;
box-shadow: 0 20px 45px rgba(0,0,0,.1);
transition: transform .35s ease, box-shadow .35s ease;
}
.pillar h3 { color: #0f4c81; } .image-parallax {
height: 70vh;
background-image: url(https://gowipeseu.com/wp-content/themes/go_w/assets/images/pl.png);
display: flex;
align-items: center;
}
.image-content {
background: rgba(255,255,255,.92);
padding: 50px;
margin-left: 10%;
max-width: 520px;
border-radius: 14px;
} .metrics {
display: flex;
justify-content: space-around;
gap: 40px;
flex-wrap: wrap;
}
.metric span {
font-size: 48px;
font-weight: 700;
color: #0f4c81;
} .hover-card:hover {
transform: translateY(-18px);
box-shadow: 0 30px 70px rgba(0,0,0,.12);
}
.hover-metric:hover span {
transform: scale(1.08);
}
.hover-metric span {
display: inline-block;
transition: transform .3s ease;
} .reveal {
opacity: 0;
transform: translateY(60px);
transition:
opacity 1.4s ease,
transform 1.8s cubic-bezier(.16,1,.3,1);
}
.reveal.visible {
opacity: 1;
transform: translateY(0);
}
.delay-1 { transition-delay: .3s; }
.delay-2 { transition-delay: .6s; }
.delay-3 { transition-delay: .8s; }
.delay-4 { transition-delay: 1s; } .cards {
display: flex;
gap: 30px;
flex-wrap: wrap; justify-content: center; padding-bottom: 30px; }
.green { background: #2e8b57; }
.blue  { background: #aae0fa; }
.orange{ background: #ffa500; }
.pink{ background: #f17496; }
.broun{ background: #ffb575; }
.fiolet{ background: #946cb1; }
.fiolet{ background: #946cb1; }
.salat { background: #84c300; }
.darkbroun{ background: #a64542; }
.cards a {
display: flex;
}
.card {
width: 600px; height: 300px; display: flex; position: relative; overflow: visible; transition: box-shadow 0.4s ease;
}
.card::after {
content: "";
position: absolute;
inset: -10px; border: 1px solid #d0d0d0;
opacity: 0;
transition: opacity 0.35s ease;
pointer-events: none;
}
.card::after {
transform: scale(0.98);
transition: opacity 0.35s ease, transform 0.35s ease;
}
.card:hover::after {
opacity: 1;
transform: scale(1);
} .card:hover { border-width: 1.1px; }  .card-left {
width: 50%;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
} .card-left-top {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: transform 0.35s ease;
transform-origin: center;
}
.card:hover .card-left-top {
transform: scale(1.05); } .title-box {
width: 160px;
height: 100px;
border: 1px solid #fff;
color: #fff;
font-size: 20px;
font-weight: 300;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
position: relative; } .label {
position: absolute;
left: 50%;
bottom: -15px; transform: translateX(-50%);
width: 100px;
height: 30px;
background: #ffd400;
color: #0055cc;
font-size: 12px;
font-weight: 300;
display: flex;
align-items: center;
justify-content: center;
}
.label {
transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.card:hover .label {
transform: translateX(-50%) translateY(5px);
box-shadow: 0 6px 15px rgba(0,0,0,0.25);
} .card-left-bottom {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
} .card-left-bottom img {
max-height: 120px;
width: auto;
max-width: 100%;
object-fit: contain;
}
.card-left-bottom img {
width: clamp(50px, 15vw, 120px);
height: auto;
} .card-right {
width: 50%;
height: 100%;
}
.card-right img {
width: 100%;
height: 100%;
object-fit: cover; }  .cf7-custom .wpcf7-list-item label {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
}
.cf7-custom input[type="checkbox"] {
width: 16px;
height: 16px;
}
.cf7-custom .row {
align-items: stretch;
}
.cf7-custom input,
.cf7-custom select,
.cf7-custom textarea {
box-sizing: border-box;
}
.cf7-custom select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.cf7-custom p {
margin: 0;
}
.cf7-custom {
max-width: 900px;
margin: 0 auto;
font-family: 'Montserrat', sans-serif !important; } .cf7-custom .row {
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.cf7-custom .col {
flex: 1;
}
.cf7-custom .full {
flex-direction: column;
} .cf7-custom label {
font-size: 11px;
letter-spacing: 1px;
color: #555;
display: block;
margin-bottom: 5px;
} .cf7-custom input,
.cf7-custom textarea,
.cf7-custom select {
width: 100%;
padding: 14px;
background: #f3f3f3;
border: none;
font-size: 12px;
text-transform: uppercase;
outline: none;
font-family: 'Montserrat', sans-serif !important;
}
.wpcf7,
.wpcf7 * {
font-family: 'Montserrat', sans-serif !important;
}
.cf7-custom span {
font-family: 'Montserrat', sans-serif !important;
} .cf7-custom textarea {
height: 120px;
resize: none;
} .cf7-custom select {
appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20'><path d='M5 7l5 5 5-5'/></svg>");
background-repeat: no-repeat;
background-position: right 10px center;
} .cf7-custom .checkbox {
font-size: 11px;
color: #666;
} .cf7-custom input[type="submit"] {
background: #111;
color: #fff;
padding: 12px 25px;
width: auto;
cursor: pointer;
letter-spacing: 1px;
transition: 0.3s;
}
.cf7-custom input[type="submit"]:hover {
background: #333;
} .related-posts h2 {
margin-bottom: 20px; }
.about_ h1 {
margin-bottom: 20px; 
text-align: center;
font-size:34px;
}
.related-posts {
margin-top: 50px;
}
.related-posts h3 {
font-size: 18px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.related-list {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.related-item {
width: 32%; border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: transform 0.3s, box-shadow 0.3s;
background-color: #f9f9f9;
}
.related-item a {
color: inherit;
text-decoration: none;
display: block;
}
.related-item .thumb {
overflow: hidden;
}
.related-item img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s, filter 0.3s;
} .related-item:hover img {
filter: brightness(85%);
transform: scale(1.03);
}
.related-item h4 {
font-size: 14px;
padding: 10px;
text-align: center;
margin: 0;
} .custom-label {
font-size: 12px;
font-weight: 600;
color: #0a4f7a;
padding: 4px 8px;
display: inline-flex; width: fit-content; margin-bottom: 5px;
position: relative;
z-index: 10;
border: 1px solid #3aa0ff;
border-radius: 4px;
}
.custom-after-title {
text-transform: lowercase;
font-size: 13px;
color: #666;
margin-top: 5px;
}
@media (min-width: 1024px) {
nav.menu ul ul li {
box-shadow: -6px 6px 12px -2px rgba(0, 0, 0, 0.15);
}
}
@media (max-width: 1000px){
.header-search {
display: none;
}
.container{
padding-left: 20px;
padding-right: 20px;
}
}
@media (max-width: 768px){ .woocommerce ul.products li.product a{
height: 390px;
padding: 10px; }
.about_text_f {
max-width: 98%;
}
.menu__list{
display: block;
padding: 20px 20px 20px 20px;
}
.menu__list-item{
padding-top: 10px;
} .cards a {
flex: 0 0 100% !important;
max-width: 100% !important;
display: flex;
justify-content: center;
} .card {
width: 100%;
max-width: 600px;
height: auto !important; aspect-ratio: 2 / 1; } .card-left,
.card-right {
width: 50%;
height: 100%;
flex-shrink: 0;
} .card-right img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
}
@media (max-width: 640px){
.header__inner{
justify-content: space-around;
}
.about_{
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}
.mobile-menu {
display: flex;
flex-direction: column;
position: fixed; top: 0;
right: 0;
width: 60%; height: 100vh; background-color: #fff;
color: #000;
padding: 60px 40px;
z-index: 999;
transform: translateX(100%); transition: transform 0.5s ease;
overflow-y: auto; -webkit-overflow-scrolling: touch;  scrollbar-width: none; -ms-overflow-style: none; }
.mobile-menu::-webkit-scrollbar {
display: none; } nav ul li:hover > ul {
display: block;
} .menu--open {
transform: translateX(0);
} .mobile-menu li {
list-style: none;
padding: 12px 0;
position: relative;
} .mobile-menu li:not(:last-child)::after {
content: "";
display: block;
width: 90%; height: 1px; background-color: #ccc; margin: 10px auto 0; opacity: 0.8;
}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5); z-index: 4; opacity: 0;
transition: opacity 0.5s ease;
} .overlay.active {
display: block;
opacity: 1;
}
.header__menu-list{
display: none;
}
.container{
padding-left: 10px;
padding-right: 10px; 
}
.container_down{
align-self: end;
}
.cards {
display: flex;
gap: 30px;
flex-wrap: wrap;
justify-content: center;
} .cards a {
flex: 0 0 calc(50% - 15px);
max-width: calc(50% - 15px);
display: flex;
justify-content: center;
} .card {
width: 100%;
max-width: 600px;
height: 300px;
}
.about__inner img{
padding-bottom: 30px;  
}
.about__text{
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
.menu__btn {
display: flex;
width: 30px;
height: 25px;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
position: relative;
}
.menu__btn span {
height: 2px;
background-color: #000;
width: 100%;
transition: 0.3s ease;
} .menu-toggle:checked + .menu__btn span:nth-child(1) {
transform: rotate(45deg);
position: absolute;
top: 50%;
}
.menu-toggle:checked + .menu__btn span:nth-child(2) {
opacity: 0;
}
.menu-toggle:checked + .menu__btn span:nth-child(3) {
transform: rotate(-45deg);
position: absolute;
top: 50%;
}
.menu__btn {
z-index: 6; }
.woocommerce div.product .product_title {
font-size: 24px;
}
.woocommerce div.product div.images {
flex-direction: row; align-items: center;
}
.woocommerce div.product div.images .flex-control-thumbs {
flex-direction: column;
margin-left: 10px;
margin-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
margin-bottom: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs img {
width: 95%;
} .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
position: absolute !important;
top: 10px;
right: 100px;
}
nav ul ul {
position: static;
top: auto;
font-weight: 400 !important;
display: none;  font-size: 16px !important; padding-left: 20px; }
nav ul ul li a { }
nav ul ul * {
font-size: inherit !important;
}
}