/* --- Featured Products (homepage-product) --- */
.homepage-product { padding: 32px 0 48px; background: #edf1ee; }
.homepage-product .product-wrapper { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 16px; }
.homepage-product .product-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.homepage-product .default-underline-text { display: inline-flex; gap: 8px; align-items: baseline; font-size: 32px; line-height: 1.1; font-weight: 800; color: #151515; }
.homepage-product .default-underline-text span:first-child { color: #1d256d; }
.homepage-product .product-header-actions { display: flex; align-items: center; gap: 12px; }
.homepage-product .default-btn { display: inline-flex; align-items: center; gap: 8px; background: #1d256d; color: #fff; padding: 10px 16px; border-radius: 999px; font-weight: 600; text-decoration: none; transition: background .2s ease; }
.homepage-product .default-btn:hover { background: #161d54; }
.homepage-product .product-arrows { display: inline-flex; gap: 8px; }
.homepage-product .product-arrows .arrow { width: 40px; height: 40px; border-radius: 999px; border: 1px solid #e7e7ea; background: #fff; display: grid; place-items: center; cursor: pointer; transition: box-shadow .2s ease, transform .2s ease; }
.homepage-product .product-arrows .arrow:hover { box-shadow: 0 6px 18px rgba(0,0,0,.06); transform: translateY(-1px); }

.homepage-product .product-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.homepage-product .list-item { background: #fff; border: 1px solid #e6eaee; border-radius: 14px; padding: 16px 16px; transition: box-shadow .2s ease, transform .2s ease; }
.homepage-product .list-item:hover { box-shadow: 0 10px 28px rgba(0,0,0,.08); transform: translateY(-2px); }
.homepage-product .list-item a { color: inherit; text-decoration: none; display: block; }
.homepage-product .item-img { display: grid; place-items: center; margin-bottom: 18px; }
.homepage-product .img-mask { width: 100%; aspect-ratio: 4/3; display: grid; place-items: center; overflow: hidden; }
.homepage-product .img-mask img { max-width: 75%; height: auto; object-fit: contain; }
.homepage-product .item-info { text-align: center; }
.homepage-product .item-title { display: grid; gap: 4px; }
.homepage-product .item-name { font-size: 16px; font-weight: 800; color: #1b1b1f; letter-spacing: .2px; text-transform: uppercase; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.homepage-product .item-name br { display: none; }
.homepage-product .item-desc { font-size: 12px; color: #6a707c; }

@media (max-width: 1100px) {
  .homepage-product .product-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .homepage-product .product-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .homepage-product .product-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px) {
  .homepage-product .product-list { grid-template-columns: 1fr; }
}

/* --- New: More Products slider-like grid (pure CSS) --- */
.products-field { padding-top: 48px; background: #edf1ee; }
.products-container { max-width: 1820px; margin: 0 auto; padding: 0 30px; }
.products-header { display: flex; width: 100%; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.products-title { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; margin: 0 auto; }
.products-eyebrow { display: flex; gap: 10px; align-items: center; font-size: 20px; color: rgba(0,0,0,.5); font-weight: 500; }
.products-eyebrow .clip-icon { width: 10px; height: auto; }
.products-heading { font-size: 64px; line-height: 1.07; letter-spacing: -2.56px; font-weight: 500; text-align: center; }
.navigation-moreProducts { display: flex; align-items: center; gap: 10px; position: relative; z-index: 5; }
.navigation-moreProducts .slide-prev,
.navigation-moreProducts .slide-next { display: flex; align-items: center; justify-content: center; background: #fff; padding: 15px; border-radius: 999px; cursor: pointer; transition: background .2s ease, opacity .2s ease, color .2s ease; color: #1d256d; }
.navigation-moreProducts .slide-prev[disabled],
.navigation-moreProducts .slide-next[disabled] { opacity: .5; }
.navigation-moreProducts svg { width: 20px; height: 20px; display: inline-block; }
.navigation-moreProducts .slide-prev:hover,
.navigation-moreProducts .slide-next:hover { background: #f2f4f7; color: #0f1a66; }

.moreProducts-grid { margin-top: 40px; }
.moreProducts-grid.swiper { overflow: hidden; }
.moreProducts-grid .swiper-wrapper { align-items: stretch; }
.moreProducts-grid .swiper-slide { height: auto; }
.prd-card { height: 504px; border-radius: 20px; position: relative; overflow: hidden; background: #fff; }
.prd-link { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: relative; color: inherit; text-decoration: none; }
.prd-top-corner { position: absolute; top: 0; right: 0; width: 75px; height: 75px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; background: #e3000f; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .45s ease; color: #fff; z-index: 3; }
.prd-link:hover .prd-top-corner { opacity: 1; }
.prd-media { width: 300px; height: 300px; position: relative; }
.prd-img { position: absolute; inset: 0; object-fit: contain; width: 100%; height: 100%; z-index: 2; }
.prd-img-reflect { position: absolute; top: 50%; left: 0; width: 100%; height: 100%; object-fit: contain; transform: rotate(180deg) scaleX(-1); opacity: .2; z-index: 1; }
.prd-reveal { position: absolute; left: 0; bottom: 0; width: 100%; height: 20%; background: #fff; transform: translateY(100%); transition: transform .45s ease; z-index: 2; }
.prd-reveal-inner { width: 100%; height: 100%; background: rgba(29,37,109,.2); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 30px; text-align: center; }
.prd-reveal-inner h3 { font-size: 24px; font-weight: 600; line-height: 1.66; letter-spacing: -.48px; color: #151515; }
.prd-reveal-inner p { font-size: 18px; font-weight: 500; line-height: 1.22; letter-spacing: -.72px; color: rgba(0,0,0,.6); }
.prd-link:hover .prd-reveal { transform: translateY(0); }
.prd-caption { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); width: 100%; display: flex; align-items: center; justify-content: center; z-index: 1; }
.prd-caption h3 { font-size: 24px; font-weight: 600; letter-spacing: -.48px; }
.homepage-news .news-wrapper .news-body .news-active-list .list-item a {
    display: flex
;
    border-radius: 70px 50px 50px 70px;
    gap: clamp(24px, 2.5vw, 48px);
    align-items: center;
    box-shadow: 0 3.26px 92.897px 0 rgb(78 112 199 / .15);
    position: relative;
    height: 100%;
    background-position: center;
    width: 100%;
    background-color: #fff;
}
@media (max-width: 1200px) {
  .prd-card { flex-basis: calc(33.333% - 14px); }
  .prd-card { height: 450px; }
  .products-heading { font-size: 58px; }
}
@media (max-width: 992px) {
  .prd-card { flex-basis: calc(50% - 10px); }
  .prd-card { height: 400px; }
  .prd-media { width: 250px; height: 250px; }
  .products-heading { font-size: 52px; }
}
@media (max-width: 640px) {
  .products-field { padding-top: 24px; }
  .moreProducts-grid { gap: 12px; margin-top: 10px; }
  .prd-card { height: auto; min-height: 230px; border-radius: 20px; }
  .prd-link { flex-direction: column; gap: 10px; padding: 16px 10px; }
  .prd-media { width: 140px; height: 140px; position: relative; }
  .prd-img { position: relative; inset: auto; }
  .prd-caption { position: static; left: auto; bottom: auto; transform: none; width: 100%; text-align: center; margin-top: 6px; z-index: auto; }
  .prd-caption h3 { font-size: 16px; line-height: 1.3; padding: 0 8px;min-height: 70px; }
  .prd-top-corner { display: none; }
  .products-heading { font-size: 36px; }
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14;
    transition: ease-in 250ms;
    padding-right: 0!important
}

header.mobile-menu-opened {
    background: var(--main-color-darkblue)
}

header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5vw 6vw;
    background: #fff0;
    transition: ease-in 250ms
}

header.pages-control .header-wrapper {
    background: #ffffffa3;
    box-shadow: 0 1px 10px #00000012
}

header.pages-control .header-wrapper .header-logo a img {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header.homepage .header-logo a .logo-white {
    opacity: 0;
    visibility: hidden
}

header.homepage.search-active .header-logo a .logo-white {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header.homepage .header-logo a .logo-dark {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header.sticky-active .header-wrapper {
    background: #ffffffa3;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 10px #00000012
}

header.homepage .header-wrapper {
    background: transparent!important;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none
}

header.homepage {
    position: absolute;
    top: 0;
    z-index: 1003123123123123123120 !important;
}

header.career-control.sticky-active .header-wrapper {
    background: #262c703b
}

header .header-wrapper .header-logo {
    position: relative
}

header.sticky-active .header-wrapper .header-logo a .logo-white {
    opacity: 0
}

header .header-wrapper .header-logo a img {
    transition: .3s
}

header.product-control .header-wrapper .header-logo a .logo-white {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header.product-control .header-logo a .logo-dark-icon {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header .header-logo a .logo-white {
    transition: ease-in 250ms
}

header .header-logo a .logo-white.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header .header-logo a .logo-dark {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header .header-logo a .logo-dark.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header.search-active .header-logo a .logo-dark {
    opacity: 0
}

header.blog-control .header-logo a .logo-white {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header.search-active .header-wrapper .logo-white-icon {
    opacity: 1!important;
    visibility: visible!important
}

header.blog-control.sticky-active .header-logo a .logo-white {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header.blog-control .header-logo a .logo-dark {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header.blog-control.sticky-active .header-logo a .logo-dark {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header.career-control.sticky-active .header-logo a .logo-dark {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header.career-control.sticky-active .header-logo a .logo-white {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header.mobile-menu-opened .header-wrapper .header-logo a .logo-dark {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header .header-wrapper .header-logo a .logo-white-icon {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header .header-wrapper .header-logo a .logo-white-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media screen and (max-width:991px) {
    header .header-wrapper .header-logo a .logo-white-icon {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    header .header-logo a .logo-white {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }
    header.homepage .header-logo a .logo-dark {
        pointer-events: none
    }
    header.homepage .header-logo a .logo-dark-icon {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    header .header-logo a .logo-dark.active {
        opacity: 0;
        visibility: hidden;
        pointer-events: all
    }
    header.sticky-active .header-logo a .logo-dark-icon {
        opacity: 1!important;
        visibility: visible!important;
        pointer-events: all!important
    }
}

header.mobile-menu-opened.blog-control .header-logo a .logo-white {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header.search-active.blog-control .header-logo a .logo-white {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header.search-active.career-control .header-logo a .logo-white {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header .header-wrapper .header-nav .nav-wrapper .nav-list {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #F1F1F1;
    transition: ease-in 250ms
}

header.blog-control .header-wrapper .header-nav .nav-wrapper .nav-list {
    background: #fff0;
    border-color: var(--white)
}

header.homepage .header-wrapper .header-nav .nav-wrapper .nav-list {
    background: var(--white)
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item {
    display: flex;
    align-items: center;
    position: relative
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu .menu-list {
    position: absolute;
    top: 0;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 -6px 34px 0 rgb(120 132 163 / .1);
    left: 50%;
    transform: translate(-50%, 20px);
    width: max-content;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu.active .menu-list {
    transform: translate(-50%, 50px);
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu .menu-list .list-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .4s
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu .menu-list .list-item:hover {
    transform: translateX(5px)
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu .menu-list .list-item::before {
    content: '-'
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu .menu-list .list-item a {
    color: var(--black)
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item:not(:last-child):after {
    content: "·";
    margin-left: 15px;
    margin-right: 15px;
    color: var(--white)
}

header.product-control .header-wrapper .header-nav .nav-wrapper .nav-list {
    background: #F1F1F1
}

header.product-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a {
    color: var(--black)
}

header.product-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a:hover {
    color: var(--main-color-darkblue)
}

header.product-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item:not(:last-child):after {
    color: var(--black)
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu a svg {
    transition: ease-in 250ms
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu a svg path {
    transition: ease-in 250ms
}

header.blog-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu a svg path {
    stroke: var(--white)
}

header.sticky-active .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu a svg path {
    stroke: var(--black)
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu.active a svg {
    transform: rotate(180deg)
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a {
    color: var(--white);
    font-size: clamp(14px, 0.8vw, 15px);
    font-weight: 500;
    line-height: normal;
    transition: ease-in 250ms;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0
}

header.blog-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a {
    color: var(--white)
}

header.career-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a:hover {
    color: var(--lightblue)
}

header.blog-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item:not(:last-child):after {
    color: var(--white)
}

header.sticky-active .header-wrapper .header-nav .nav-wrapper .nav-list,
header.pages-control .header-wrapper .header-nav .nav-wrapper .nav-list {
    background: #F1F1F1;
    border-color: #fff0
}

header.sticky-active .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a,
header.pages-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a {
    color: var(--black)
}

header.sticky-active .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item:not(:last-child):after,
header.pages-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item:not(:last-child):after {
    color: var(--black)
}

header.career-control .header-wrapper .header-nav .nav-wrapper .nav-list {
    background: #fff0;
    border-color: var(--white)
}

header.career-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a {
    color: var(--white)
}

header.career-control .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item:not(:last-child):after {
    color: var(--white)
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a:hover {
    color: var(--lightblue)
}

header.sticky-active .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a:hover {
    color: var(--main-color-darkblue)
}

header .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item.nav-menu:hover .menu-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(-50%, 30px)
}

header .header-wrapper .header-right-area .header-right-area-wrapper {
    display: flex;
    align-items: center
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #fff0;
    border: 1px solid #F1F1F1;
    transition: ease-in 250ms;
    cursor: pointer;
    position: relative
}

header.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search,
header.pages-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search {
    background: #f1f1f1
}

header.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg path,
header.pages-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg path {
    stroke: var(--black)
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search {
    background: var(--white)
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search:hover {
    background: var(--white)
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search:hover svg path {
    stroke: var(--black)
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg {
    transition: .4s
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search .search-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search.active .search-close {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search.active .search-main {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg path {
    transition: ease-in 250ms
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 17px;
    margin-left: 17px
}

header.blog-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu {
    border-color: rgba(255, 255, 255, 30%)
}

header.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu,
header.pages-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu {
    border-color: rgba(0, 0, 0, 30%)
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu {
    border-color: rgba(255, 255, 255, 30%)
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search {
    background: #fff0;
    border: 1px solid #fff
}

header.career-control.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search {
    background: #F1F1F1
}

header.career-control.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg path {
    stroke: var(--main-color-darkblue)
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg path {
    stroke: var(--white)
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search:hover {
    background: #fff
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search:hover svg path {
    stroke: var(--main-color-darkblue)
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a {
    background: #fff0;
    border: 1px solid #fff;
    color: var(--white)
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a:hover {
    background: var(--white);
    color: var(--main-color-darkblue)
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a {
    background: #fff;
    color: var(--main-color-darkblue);
    border: 1px solid #fff
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a {
    background: var(--main-color-darkblue);
    color: #fff
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a svg path {
    stroke: #fff
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a svg path {
    stroke: var(--main-color-darkblue)
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover {
    background: var(--main-color-darkblue);
    color: var(--white)
}

header.career-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover svg path {
    stroke: var(--white)
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language {
    position: relative
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language .language-list {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
    background: #fff0;
    border-radius: 0 0 10px 10px;
    border: 1px solid #F1F1F1;
    border-top: 0;
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language:hover .language-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

header.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language .language-list {
    border: 1px solid #262c7096;
    background: #F1F1F1;
    border: 0
}

header.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language .language-list .list-item a {
    background: #ffffff8f
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language>a {
    border-radius: 100px
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language:hover>a {
    border-radius: 20px 20px 0 0;
    background: #fff0
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language .language-list .list-item:not(:last-child) a {
    border: 0;
    border-radius: 0
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language .language-list .list-item a {
    border: 0;
    border-radius: 0
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #fff0;
    border: 1px solid #F1F1F1;
    color: var(--white);
    font-size: clamp(14px, 0.8vw, 15px);
    font-weight: 500;
    line-height: normal;
    transition: .4s;
    gap: 5px
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language>a {
    border-radius: 100px
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a:hover svg path {
    stroke: var(--main-color-darkblue)
}

header.pages-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a path {
    stroke: var(--main-color-darkblue)
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a path {
    transition: .6s
}

header.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a,
header.pages-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a {
    background: #F1F1F1;
    color: var(--black)
}

header.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a svg path,
header.pages-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a {
    stroke: var(--main-color-darkblue)
}

header.sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language:hover>a {
    border-bottom: 1px solid var(--main-color-darkblue)
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a {
    background: var(--white);
    color: var(--main-color-darkblue)
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language ul li a:hover {
    color: #298cbf
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language ul li a {
    border: 0;
    border-top: 1px solid #F1F1F1
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a svg path {
    stroke: var(--main-color-darkblue)
}

header.homepage .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a {
    color: var(--black)
}

header.homepage .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item:not(:last-child):after {
    color: var(--black)
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg path {
    stroke: var(--main-color-darkblue)
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a:hover {
    background: var(--white);
    color: var(--black)
}

header.blog-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a {
    background: #F1F1F1
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 100px;
    background: #fff;
    color: var(--black);
    border: 1px solid #fff0;
    font-size: clamp(14px, 0.8vw, 15px);
    font-weight: 500;
    line-height: normal
}

header.homepage .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a:hover {
    color: #e3000f;
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search:hover {
    background: #fff0
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search:hover svg path {
    stroke: #fff
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover {
    background: #fff0;
    border-color: #F1F1F1;
    color: #fff
}

header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover svg path {
    stroke: #fff
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search {
    background: #F1F1F1
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg path {
    stroke: var(--black)
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu {
    border-color: rgba(0, 0, 0, 30%)
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a {
    background: #F1F1F1;
    color: var(--black)
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-language a svg path {
    stroke: var(--main-color-darkblue)
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a {
    background: #F1F1F1!important;
    color: black!important
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search:hover {
    background: #fff0
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover {
    background: transparent!important
}

header.product-control .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a svg path {
    stroke: black!important
}

header:not(.homepage) .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover {
    background: #fff0;
    border-color: #F1F1F1;
    color: var(--white)
}

header:not(.homepage).sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover {
    background: var(--white);
    color: var(--black)
}

header:not(.homepage).sticky-active .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover svg path {
    stroke: var(--black)
}

header:not(.homepage) .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a:hover svg path {
    stroke: #fff
}

header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a svg path {
    transition: ease-in 250ms
}

header .header-menu-mobile {
    display: none
}

header .header-menu-mobile .menu-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end
}

header .header-menu-mobile .menu-hamburger .hamburger-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: var(--white);
    border-radius: 100px;
    transition: ease-in 200ms
}

header.homepage .header-menu-mobile .menu-hamburger .hamburger-line {
    background: var(--white)
}

header.homepage.mobile-menu-opened .header-menu-mobile .menu-hamburger .hamburger-line {
    background: #fff
}

header.homepage .header-menu-mobile .menu-hamburger .hamburger-line,
header.product-control .header-menu-mobile .menu-hamburger .hamburger-line {
    background: var(--main-color-darkblue)
}

header.search-active .header-menu-mobile .menu-hamburger .hamburger-line {
    background: #fff
}

header.career-control .header-menu-mobile .menu-hamburger .hamburger-line {
    background: var(--white)
}

header.mobile-menu-opened .header-menu-mobile .menu-hamburger .hamburger-line {
    background: var(--white)
}

header.mobile-menu-opened .header-menu-mobile .menu-hamburger .hamburger-line.line-1 {
    transform: translateY(8px) rotate(45deg)
}

header.sticky-active .header-menu-mobile .menu-hamburger .hamburger-line {
    background: var(--main-color-darkblue)
}

header.career-control.sticky-active .header-menu-mobile .menu-hamburger .hamburger-line {
    background: #fff
}

header .header-menu-mobile.opened .menu-hamburger .hamburger-line.line-2 {
    width: 22px;
    opacity: 0;
    visibility: hidden
}

header .header-menu-mobile.opened .menu-hamburger .hamburger-line.line-3 {
    transform: translateY(-8px) rotate(-45deg)
}

header .header-menu-mobile .mobile-menu-wrapper {
    position: fixed;
    inset: 0;
    right: unset;
    top: 80px;
    left: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    padding: 0 25px;
    background: #171b4c;
    border-top: 1px solid rgba(255, 255, 255, 20%);
    z-index: 13;
    transition: ease-in 250ms;
    overflow: hidden
}

header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    overflow: auto;
    padding: 0;
    width: 100%
}

header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-list .mobile-menu-list-item {
    text-align: right
}

header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-list .mobile-menu-list-item a {
    font-size: 22px;
    font-weight: 400;
    line-height: 48px;
    text-align: right;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    justify-content: space-between
}

header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1rem;
    margin-bottom: 2rem
}

header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-contact a {
    padding: 9px;
    border-radius: 100px;
    background: var(--white);
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 39px;
    white-space: nowrap;
    overflow: hidden
}

header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-contact a:first-child {
    background: var(--white);
    color: #1b2455
}

.header-language {
    background: var(--white);
    border-radius: 100px;
    padding: 0 10px
}

header .header-menu-mobile .header-language a {
    color: var(--black);
    font-size: 14px
}

header .sub-menu-list .list-item a {
    font-size: 15px!important;
    line-height: 28px!important;
    padding-left: 1rem;
    position: relative;
    display: flex!important;
    align-items: center!important;
    gap: 8px!important;
    flex-direction: row!important;
    justify-content: start!important
}

header .sub-menu-list .list-item a::before {
    content: '';
    position: relative;
    width: 8px;
    height: 1px;
    background: #fff
}

header .sub-menu-list {
    display: none
}

header .header-menu-mobile .menu-mobile-backdrop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    inset: 0;
    background: #00000057;
    z-index: -1;
    transition: .6s
}

header.mobile-menu-opened .header-menu-mobile .menu-mobile-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.search-container {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
    background: var(--main-color-darkblue);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    z-index: -1;
    display: none
}

body.search-active {
    overflow: hidden
}

.search-container .search-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 7.78vw;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 14vw;
    height: 100%
}

.search-container .search-wrapper .search-text {
    color: #FFF;
    font-size: 5vw;
    font-weight: 700;
    line-height: normal;
    max-width: 80%;
    transition: .5s
}

.search-container .search-wrapper .search-input input:hover {
    border-color: #fff
}

.search-container .search-wrapper .search-input {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding-bottom: 20px;
    transition: .7s;
    margin-top: 7vw
}

.search-container.searched .search-wrapper .search-input {
    border: 0;
    margin: 0;
    padding-top: 0;
    gap: 2rem
}

.search-container .search-wrapper .search-input input {
    color: rgb(255 255 255 / .6);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    background: #fff0;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 50%);
    flex: 1;
    padding-bottom: 1rem;
    transition: ease-in 250ms;
    border-radius: 0;
    color: #fff
}

.search-container .search-wrapper .search-input input::placeholder {
    color: #fff
}

.search-container .search-wrapper .search-input .search-button {
    width: clamp(75px, 6.6vw, 128px);
    height: clamp(75px, 6.6vw, 128px);
    flex-shrink: 0;
    background: var(--lightblue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .7s
}

.search-container.searched .search-wrapper .search-input .search-button {
    width: clamp(55px, 6.6vw, 100px);
    height: clamp(55px, 6.6vw, 100px)
}

.search-container .search-wrapper .search-input .search-button:hover {
    transform: scale(.9)
}

.search-container .search-wrapper .search-input .search-button svg {
    transition: .7s;
    width: clamp(30px, 2.7vw, 52px);
    height: clamp(30px, 2.7vw, 52px)
}

.search-container .search-wrapper .result-list {
    padding-top: 5vw;
    overflow-y: scroll;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    gap: 13vw;
    transition: .7s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    flex: .9;
    max-height: initial
}

.search-container.searched .search-wrapper .result-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.search-container.searched .search-wrapper .search-text {
    transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0
}

.search-container.searched .search-wrapper .result-container {
    transform: translateY(-40%)
}

.search-container .search-wrapper .result-container {
    transition: .7s;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.search-container .search-wrapper .result-list .list-item {
    display: flex;
    gap: 4vw;
    position: relative;
    height: 100%
}

.search-container .search-wrapper .result-list .list-item:last-child {
    padding-bottom: 100px
}

.search-container .search-wrapper .result-list .list-item .item-category {
    color: var(--white);
    font-size: clamp(18px, 1.3vw, 25px);
    line-height: normal;
    position: sticky;
    top: 0;
    height: max-content
}

.search-container .search-wrapper .result-list .list-item .item-container {
    flex: 1;
    height: 100%;
    padding-bottom: 20px
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 6vw
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header span {
    color: var(--white);
    font-size: clamp(20px, 2.34vw, 45px);
    line-height: normal;
    text-decoration-line: underline
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header a {
    color: var(--white);
    font-size: clamp(16px, 1.3vw, 25px);
    line-height: 1;
    transition: ease-in 250ms;
    position: relative
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header a:before {
    content: "";
    position: absolute;
    width: 0;
    bottom: -5px;
    left: 0;
    background: #fff;
    height: 1px;
    transition: 0.4s
}

.search-container .search-wrapper .result-list .list-item .item-container .item-header a:hover::before {
    width: 100%
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body {
    display: flex;
    gap: 33px;
    margin-bottom: 1rem;
    flex-wrap: wrap
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a {
    width: calc(33% - 19px)
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a img {
    height: 340px;
    width: 100%;
    object-fit: cover
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container {
    margin-top: -3.4vw;
    padding: 0 30px
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container .item-title {
    color: var(--white);
    font-size: clamp(32px, 3.3vw, 64px);
    font-weight: 700;
    line-height: normal;
    transition: .4s;
    transform-origin: left
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a:hover .item-title {
    transform: scale(.8)
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container .item-detail {
    color: var(--white);
    font-family: Syne;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .5
}

.search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container .item-detail span {
    opacity: .5
}

header .language-mobile {
    display: none
}

@media screen and (max-width:1440px) {
    .search-container.searched .search-wrapper .result-container {
        transform: translateY(-25%)
    }
}

@media screen and (max-width:1199px) {
    .search-container.searched .search-wrapper .result-container {
        transform: translateY(-15%)
    }
    .search-container .search-wrapper .result-list .list-item .item-container .item-body a {
        width: calc(50% - 17px)
    }
    .search-container .search-wrapper .result-list .list-item:last-child {
        padding-bottom: 100px
    }
}

@media screen and (max-width:991px) {
    .search-container .search-wrapper {
        margin-top: 175px
    }
    .search-container.searched .search-wrapper .result-container {
        transform: translateY(-15%)
    }
    .search-container .search-wrapper .result-list .list-item {
        flex-direction: column
    }
    .search-container .search-wrapper .result-list .list-item .item-category {
        position: unset
    }
    .search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container .item-detail {
        font-size: 14px
    }
    .search-container .search-wrapper .result-list .list-item .item-container .item-body a .item-title-container {
        margin-top: -5.3vw
    }
    .search-container .search-wrapper .search-input {
        padding-top: 75px;
        margin-top: 75px;
        gap: 1rem
    }
}

@media screen and (max-width:767px) {
    .search-container .search-wrapper .search-input .search-button {
        width: 45px;
        height: 45px;
        margin-bottom: 0
    }
    .search-container .search-wrapper .search-input .search-button svg {
        height: auto;
        width: 24px
    }
    .search-container .search-wrapper .result-list .list-item:last-child {
        padding-bottom: 150px
    }
    .search-container .search-wrapper {
        padding: clamp(100px, 27vw, 200px) 24px 0;
        margin: 0
    }
    .search-container .search-wrapper .search-input {
        padding-top: 20px;
        margin-top: 30px;
        gap: 1rem!important
    }
    .search-container .search-wrapper .search-text {
        font-size: 24px
    }
    .search-container.searched .search-wrapper .result-container {
        transform: translateY(-8%)
    }
    .search-container .search-wrapper .search-input input {
        width: 100%;
        height: 45px;
        font-size: 20px;
        padding-left: 0
    }
    .search-container .search-wrapper .result-list .list-item .item-container .item-body a {
        width: 100%
    }
}

@media screen and (max-width:1440px) {
    header .header-logo a img {
        height: 45px
    }
}

@media screen and (max-width:1366px) {
    .header-wrapper {
        padding: 2.5vw 24px!important
    }
    header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a svg {
        display: none
    }
    header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu {
        padding-left: 10px;
        margin-left: 10px
    }
    header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-menu .header-right-area-catalog a {
        padding: 20px 15px
    }
}

@media screen and (max-width:1199px) {
    .default-text span:first-child::before {
        display: none
    }
    .default-text span:last-child::after {
        display: none
    }
    header .header-wrapper {
        padding: 2rem 24px
    }
    header .header-menu-mobile.opened .mobile-menu-wrapper {
        top: 83px;
        transform: translateX(-100%);
        min-width: 260px
    }
    header .header-menu-mobile .mobile-menu-wrapper {
        border-top: 0;
        top: 108px
    }
    header .header-wrapper .header-nav {
        display: none
    }
    header .header-menu-mobile.opened::before {
        visibility: visible;
        opacity: 1
    }
    header .header-wrapper .header-menu {
        display: none
    }
    header .header-wrapper .header-right-area {
        display: none
    }
    header .header-menu-mobile {
        display: flex;
        align-items: center;
        gap: 10px
    }
}

@media screen and (max-width:767px) {
    header .header-menu-mobile .mobile-menu-wrapper {
        top: 50px!important;
        border-top: 1px solid rgba(255, 255, 255, 20%);
        right: 0;
        width: 100%
    }
    header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-list .mobile-menu-list-item {
        text-align: left
    }
    header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-list .mobile-menu-list-item a {
        justify-content: flex-end;
        font-size: 20px
    }
    header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-list .mobile-menu-list-item>a {
        justify-content: space-between
    }
}

footer.light-control {
    background: #e9ffff
}

footer .footer-wrapper {
    border-radius: 60px 60px 0 0;
    background: #e3000f;
    position: relative
}

footer .footer-wrapper::before {
    position: absolute;
    content: '';
    background-image: url(../img/footer-bg.svg);
    opacity: .5;
    top: 0;
    right: 0;
    left: 0;
    height: 160px;
    background-size: cover;
    pointer-events: none
}

footer.career-control .footer-wrapper {
    background: var(--main-color-darkblue);
    border-radius: 0;
    border-top: 1px solid #ffffff1c
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper {
    padding: clamp(40px, 4vw, 66px) clamp(24px, 8vw, 153px) 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-logo {
    display: none
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-logo a img {
    max-height: clamp(40px, 4.2vw, 81px);
    transition: .3s
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-logo a img:hover {
    transform: scale(.97)
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact .contact-item {
    position: relative;
    display: flex;
    align-items: center
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact .contact-item:first-child::after {
    position: relative;
    margin-left: 1vw;
    padding-right: 1vw;
    font-size: 24px;
    color: rgba(255, 255, 255, 20%)
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact .contact-item a {
    color: var(--white);
    font-size: clamp(20px, 1.3vw, 24px);
    font-weight: 400;
    line-height: normal;
    transition: ease-in 250ms
}

footer.career-control .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact .contact-item a:hover {
    color: var(--lightblue)
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact .contact-item a:hover {
    color: #66b5fa
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-language a {
    color: var(--white);
    font-size: clamp(20px, 1.3vw, 25px);
    font-weight: 400;
    line-height: normal;
    transition: ease-in 250ms
}

footer.career-control .footer-wrapper .footer-hero .footer-hero-wrapper .footer-language a:hover {
    color: var(--lightblue)
}

footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-language a:hover {
    color: var(--main-color-darkblue)
}

footer .footer-wrapper .footer-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

footer .footer-wrapper .footer-social-list::before,
footer .footer-wrapper .footer-social-list::after {
    content: '';
    position: relative;
    background: rgba(255, 255, 255, 20%);
    height: 1px;
    flex: 1
}

footer .footer-wrapper .footer-social-list .list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: ease-in 250ms
}

footer .footer-wrapper .footer-social-list .list-item a:hover svg path {
    fill: #66b5fa
}

footer .footer-wrapper .footer-social-list .list-item a svg {
    width: 35px;
    height: 35px
}

footer .footer-wrapper .footer-social-list .list-item a svg path {
    transition: .6s
}

footer .footer-wrapper .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(40px, 3vw, 60px) clamp(24px, 8vw, 153px)
}

footer .footer-wrapper .footer-bottom .footer-copyright,
footer .footer-wrapper .footer-bottom .footer-copyright a {
    color: var(--white);
    ;
    font-size: clamp(14px, 0.8vw, 15px);
    font-weight: 400;
    line-height: normal;
    opacity: .8;
    transition: ease-in 250ms
}

footer .footer-wrapper .footer-bottom .footer-copyright a:hover {
    opacity: 1
}

footer .footer-wrapper .footer-bottom .footer-aggrement {
    display: flex;
    align-items: baseline
}

footer .footer-wrapper .footer-bottom .footer-aggrement .aggrement-item {
    position: relative;
    display: flex;
    align-items: baseline
}

footer .footer-wrapper .footer-bottom .footer-aggrement .aggrement-item a {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    opacity: .8;
    transition: ease-in 250ms
}

footer .footer-wrapper .footer-bottom .footer-aggrement .aggrement-item a:hover {
    opacity: 1
}

footer .footer-wrapper .footer-bottom .footer-aggrement .aggrement-item:first-child::after {
    content: '/';
    position: relative;
    color: rgba(255, 255, 255, 20%);
    margin-right: 10px;
    padding-left: 10px
}

footer .footer-wrapper .footer-bottom .footer-signature .biltek-signature {
    position: relative;
    display: flex;
    align-items: center
}

footer .footer-wrapper .footer-bottom .footer-signature .biltek-signature .biltek-signature-text:first-child::after {
    position: relative;
    content: '|';
    margin-left: 5px
}

footer .footer-wrapper .footer-bottom .footer-signature .biltek-signature .biltek-signature-text {
    color: var(--white);
    font-size: clamp(14px, 0.8vw, 15px);
    font-weight: 400;
    line-height: normal;
    opacity: .8;
    position: relative;
    display: flex;
    align-items: center;
    transition: ease-in 250ms
}

footer .footer-wrapper .footer-bottom .footer-signature .biltek-signature .biltek-signature-text:hover {
    opacity: 1
}

footer .footer-wrapper .footer-bottom .footer-signature .biltek-signature #biltek-signature {
    height: 28px
}

@media screen and (max-width:991px) {
    footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-logo {
        display: none
    }
    footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-language {
        display: none
    }
    footer .footer-wrapper .footer-hero .footer-hero-wrapper {
        justify-content: center
    }
    footer .footer-wrapper .footer-social-list {
        gap: 12px
    }
    footer .footer-wrapper.referances-control {
        border-radius: 0
    }
}

@media screen and (max-width:767px) {
    footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact .contact-item a {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }
    footer .footer-wrapper .footer-hero .footer-hero-wrapper {
        padding: 64px 24px 42px
    }
    footer .footer-wrapper {
        border-radius: 0
    }
    footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact .contact-item:first-child::after {
        display: none
    }
    footer .footer-wrapper .footer-hero .footer-hero-wrapper .footer-contact {
        flex-wrap: wrap;
        gap: 2rem
    }
    footer .footer-wrapper .footer-bottom {
        padding: 0;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid rgb(255 255 255 / .2);
        padding-bottom: 32px
    }
    footer .footer-wrapper .footer-bottom .footer-aggrement {
        order: -1;
        width: 100%;
        justify-content: start;
        align-items: center;
        border-bottom: 1px solid rgb(255 255 255 / .2);
        margin-bottom: 30px;
        padding: 42px 24px 42px
    }
    footer .footer-wrapper .footer-social-list {
        gap: 30px;
        justify-content: start;
        padding: 0 24px;
        padding-bottom: 65px
    }
    footer .footer-wrapper .footer-social-list .list-item a svg {
        width: 30px;
        height: 30px
    }
    footer .footer-wrapper .footer-social-list::before,
    footer .footer-wrapper .footer-social-list::after {
        display: none
    }
    footer .footer-wrapper .footer-bottom .footer-signature {
        padding-right: 24px
    }
    footer .footer-wrapper .footer-bottom .footer-copyright {
        padding-left: 24px
    }
}

@media screen and (max-width:1199px) {
    header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-list {
        gap: 12px
    }
    header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search {
        padding: 0;
        background: none;
        border: 0;
        color: crimson
    }
    header.homepage .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg path {
        stroke: #fff
    }
    header .header-wrapper .header-right-area .header-right-area-wrapper .header-right-area-search svg {
        width: 24px;
        height: 24px
    }
    header .header-menu-mobile .mobile-menu-wrapper .mobile-menu-list::-webkit-scrollbar {
        display: none
    }
}

.m-search svg {
    width: 24px;
    height: 24px;
    margin-right: 5px
}

@media screen and (max-width:1199px) {
    header.search-active .header-wrapper .header-logo .logo-white {
        opacity: 0!important;
        visibility: hidden!important;
        pointer-events: none!important
    }
}

header.mobile-menu-opened .header-wrapper .header-logo .logo-white {
    opacity: 1;
    visibility: revert;
    pointer-events: none
}

header.career-control.sticky-active .header-menu-mobile .m-search svg path {
    stroke: #fff
}

header:not(.homepage) .header-menu-mobile .m-search svg path {
    stroke: #fff
}

header.product-control .header-menu-mobile .m-search svg path {
    stroke: var(--main-color-darkblue)
}

header.sticky-active .header-menu-mobile .m-search svg path {
    stroke: var(--main-color-darkblue)
}

header.mobile-menu-opened .m-search svg path {
    stroke: #fff!important
}

header.search-active .m-search svg path {
    stroke: #fff!important
}

.m-search svg path {
    transition: .4s
}

/* Hakkımızda (twob-forcelik-hakkimizda) */
.twob-forcelik-hakkimizda {
    position: relative;
    padding: clamp(48px, 8vw, 120px) 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.twob-forcelik-hakkimizda .about-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(24px, 6vw, 40px);
}

.twob-forcelik-hakkimizda .about-content {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 24px);
}

.twob-forcelik-hakkimizda .about-content h2.default-underline-text {
    margin-bottom: clamp(8px, 1.2vw, 12px);
}

.twob-forcelik-hakkimizda .about-content p {
    color: var(--black);
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.75;
    opacity: .9;
    max-width: 900px;
}

.twob-forcelik-hakkimizda .about-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 2vw, 24px);
    margin: clamp(12px, 2vw, 24px) 0;
    padding: 0;
    list-style: none;
}

.twob-forcelik-hakkimizda .about-highlights li {
    background: #fff;
    border: 1px solid #eef3f8;
    border-radius: 16px;
    padding: clamp(14px, 2vw, 20px);
    box-shadow: 0 6px 30px rgba(0, 24, 72, .06);
}

.twob-forcelik-hakkimizda .about-highlights li strong {
    color: var(--main-color-darkblue);
}

.twob-forcelik-hakkimizda .default-btn {
    width: fit-content;
}

@media screen and (max-width: 991px) {
    .twob-forcelik-hakkimizda .about-highlights {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 575px) {
    .twob-forcelik-hakkimizda .about-highlights {
        grid-template-columns: 1fr;
    }
}

/* Creative layout additions */
.twob-forcelik-hakkimizda .about-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: clamp(20px, 4vw, 60px);
}

.twob-forcelik-hakkimizda .about-title {
    color: var(--black);
    font-weight: 800;
    font-size: clamp(26px, 3vw, 44px);
    line-height: 1.15;
    display: grid;
}

.twob-forcelik-hakkimizda .about-eyebrow {
    color: var(--main-color-darkblue);
    font-size: clamp(12px, .9vw, 14px);
    letter-spacing: .12em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

.twob-forcelik-hakkimizda .about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 2vw, 20px);
}

.twob-forcelik-hakkimizda .about-stats .stat-item {
    background: #fff;
    border: 1px solid #e9f1fb;
    border-radius: 14px;
    padding: clamp(10px, 2vw, 16px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.twob-forcelik-hakkimizda .about-stats .stat-num {
    color: var(--main-color-darkblue);
    font-weight: 800;
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1;
}

.twob-forcelik-hakkimizda .about-stats .stat-label {
    color: var(--black);
    opacity: .7;
    font-size: clamp(12px, .95vw, 14px);
}

.twob-forcelik-hakkimizda .about-cta {
    margin-top: clamp(6px, 1.5vw, 16px);
}

.twob-forcelik-hakkimizda .about-media {
    position: relative;
}

.twob-forcelik-hakkimizda .about-media-frame {
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 60px rgba(0, 24, 72, .10);
    border: 1px solid #eaf0f6;
}

@media screen and (max-width: 991px) {
    .twob-forcelik-hakkimizda .about-grid {
        grid-template-columns: 1fr;
    }
}

/* Hakkımızda V2 - yeni yapı (about-forcelik v2) */
.about-forcelik.v2 {
    position: relative;
    padding: clamp(48px, 8vw, 120px) 0;
}

.about-forcelik.v2 .section-wrap {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 clamp(24px, 6vw, 48px);
}

.about-forcelik.v2 .grid {
    display: grid;
    grid-template-columns: 1.35fr .9fr;
    align-items: center;
}

.about-forcelik.v2 .col.text {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 22px);
}

.about-forcelik.v2 .eyebrow {
    color: var(--main-color-darkblue);
    font-size: clamp(12px, .9vw, 14px);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-forcelik.v2 .title {
    color: var(--black);
    font-weight: 800;
    font-size: clamp(26px, 3vw, 44px);
    line-height: 1.15;
}

.about-forcelik.v2 .title .highlight {
    color: var(--main-color-darkblue);
    display: block;
}

.about-forcelik.v2 .lede {
    color: var(--black);
    opacity: .9;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.75;
    max-width: 900px;
}

.about-forcelik.v2 .feature-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-forcelik.v2 .feature-badges .badge {
    background: #fff;
    border: 1px solid #eef3f8;
    color: var(--black);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
}

.about-forcelik.v2 .metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 2vw, 20px);
}

.about-forcelik.v2 .metric {
    background: #fff;
    border: 1px solid #e9f1fb;
    border-radius: 14px;
    padding: clamp(10px, 2vw, 16px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-forcelik.v2 .metric .num {
    color: var(--main-color-darkblue);
    font-weight: 800;
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1;
}

.about-forcelik.v2 .metric .label {
    color: var(--black);
    opacity: .7;
    font-size: clamp(12px, .95vw, 14px);
}

.about-forcelik.v2 .cta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: clamp(6px, 1.5vw, 16px);
}

.about-forcelik.v2 .cta .link {
    color: var(--main-color-darkblue);
    text-decoration: underline;
    font-weight: 600;
}

.about-forcelik.v2 .col.media .media-frame {
    border-radius: 24px;
    background-color: url("{{ asset('assets/img/hakkimizda.jpeg') }}");
    overflow: hidden;
}

/* Görseli daha baskın göstermek için taşıralım */
.about-forcelik.v2 .hero-figure {
    margin-left: clamp(-80px, -6vw, -24px);
    width: calc(100% + clamp(24px, 6vw, 80px));
}

.about-forcelik.v2 .col.media .media-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.about-forcelik.v2 .col.media .media-frame figcaption {
    font-size: 12px;
    color: #6b7280;
    padding: 8px 12px;
}

/* Soldaki görsel üzerinde kıvrımlı beyaz şekil */
.about-forcelik.v2 .hero-figure {
    position: relative;
}

.about-forcelik.v2 .shape-blade { display:none; }

.about-forcelik.v2 .shape-blade::before,
.about-forcelik.v2 .shape-blade::after {
    content: "";
    position: absolute;
    background: #fff;
    opacity: 1;
}

/* Büyük kavis (sol-üstten giren beyaz alan) */
.about-forcelik.v2 .shape-blade::before {
    width: 70%;
    height: 70%;
    left: -20%;
    top: 10%;
    border-bottom-right-radius: 600px;
}

/* İç kavis (orta-dikey beyaz dilim) */
.about-forcelik.v2 .shape-blade::after {
    width: 28%;
    height: 100%;
    left: 45%;
    top: 0;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
}

/* CTA butonu */
.about-forcelik.v2 .btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--main-color-darkblue);
    color: #fff;
    padding: 14px 22px;
    border-radius: 12px;
    font-weight: 600;
}

.about-forcelik.v2 .btn-solid:hover {
    filter: brightness(1.05);
}

/* Mask SVG boyutlaması */
.about-forcelik.v2 .about-mask-svg {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 991px) {
    .about-forcelik.v2 .grid {
        grid-template-columns: 1fr;
    }
    .about-forcelik.v2 .hero-figure {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .about-forcelik.v2 .metrics {
        grid-template-columns: 1fr 1fr;
    }
}
     /* Tailwind benzeri görünümü saf CSS ile yeniden kurduk */
     .news-container { max-width: 1820px; margin: 0 auto; padding: 0 30px; }
     .news-top { display: flex; align-items: center; gap: 10px; color: rgba(0,0,0,.6); font-weight: 500; font-size: 20px; }
     .news-title { font-size: 48px; line-height: 1; letter-spacing: -1.92px; margin: 6px 0 0 0; font-weight: 500; }

     /* Ürünlerde kullanılan başlık yapısını sola hizala */
     .news-field .products-title { display: flex; text-align: left; margin: 0 0 8px 0; }
     .news-field .products-eyebrow { display: flex; align-items: center; gap: 8px; justify-content: flex-start; }
     .news-field .products-heading { text-align: left; margin: 0; }

     .news-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 28px; align-items: start; }

     /* Sol dikey liste */
     .left-rail { display: flex; flex-direction: column; gap: 10px; }
     .left-rail .list-wrap { position: relative; height: 700px; padding: 20px 0; overflow: auto; }
     .fade-top, .fade-bottom { position: absolute; left: 0; width: 100%; height: 80px; pointer-events: none; z-index: 2; transition: opacity .45s; }
     .fade-top { top: 0; background: linear-gradient(#ffffff, rgba(255,255,255,0)); }
     .fade-bottom { bottom: 0; background: linear-gradient(rgba(255,255,255,0), #ffffff); }

     .v-card { display: grid; grid-template-columns: minmax(0,4fr) minmax(0,6fr); align-items: center; gap: 10px; padding: 6px; border-radius: 30px; transition: background .3s; }
     .v-card:hover { background: #EFEFEF; color: #0e0f12; }
     .v-media { border-radius: 30px; overflow: hidden; }
     .v-media img { width: 100%; height: 100%; object-fit: cover; display: block; padding: 10px; border-radius: 30px; }
     .v-body { display: flex; flex-direction: column; gap: 20px; padding: 40px; }
     .v-date { display: flex; align-items: center; gap: 10px; color: #9bb9d0; font-weight: 600; }
     .v-title { font-size: 24px; line-height: 1.25; letter-spacing: -.48px; max-width: 275px; margin: 0; font-weight: 500; color: black; }

     /* Sağ büyük görsel alanı */
     .right-hero { position: relative; border-radius: 30px; overflow: hidden; min-height: 700px; }
     .hero-layer { position: absolute; inset: 0; }
     .hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
     .hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
     .hero-content { position: absolute; inset: 0; display: flex; align-items: end; padding: 90px; }
     .hero-stack { display: flex; flex-direction: column; gap: 30px; color: #fff; }
     .hero-date { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-weight: 600; }
     .hero-title { font-size: 32px; line-height: 1.31; letter-spacing: -1.28px; margin: 0; font-weight: 600; }
     .hero-desc { font-size: 18px; line-height: 1.22; color: rgba(255,255,255,.6); max-width: 640px; margin: 0; }

     /* Scrollbar rengi */
     .left-rail .list-wrap::-webkit-scrollbar { width: 12px; }
     .left-rail .list-wrap::-webkit-scrollbar-track { background: rgba(0,0,0,.12); border-radius: 999px; }
     .left-rail .list-wrap::-webkit-scrollbar-thumb { background: #002b4c; border-radius: 999px; }

     @media (max-width: 1100px) {
         .news-title { font-size: 36px; }
         .news-grid { grid-template-columns: 1fr; }
         .right-hero { min-height: 560px; }
         .v-body { padding: 20px; }
         .hero-content { padding: 32px; }
     }
    /* İletişim Sayfası CSS */
    .contact-section {
        padding: 80px 0;
        background: #fff;
    }

    .contact-container {
        max-width: 1680px;
        margin: 0 auto;
        padding: 0 60px;
    }

    .contact-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
        margin-bottom: 80px;
    }

    .contact-info-side,
    .contact-form-side {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .contact-info-title {
        font-size: 56px;
        font-weight: 800;
        line-height: 1.1;
        color: #000;
        margin-bottom: 30px;
        font-family: 'Montserrat', sans-serif;
    }

    .contact-info-text {
        font-size: 18px;
        line-height: 1.8;
        color: #000;
        margin-bottom: 50px;
    }

    .contact-info-side > div {
        margin-bottom: 50px;
    }

    .contact-info-side > div:last-child {
        margin-bottom: 0;
    }

    .contact-phone {
        font-size: 36px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        transition: color 0.3s ease;
        display: block;
    }

    .contact-phone:hover {
        color: #e3000f;
    }

    .contact-address-title {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
    }

    .contact-address-text {
        font-size: 18px;
        line-height: 1.8;
        color: #000;
    }

    .form-intro {
        font-size: 18px;
        color: #000;
        margin-bottom: 40px;
    }

    .contact-form-simple {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .form-field {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .form-field label {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .form-field label span {
        color: #e3000f;
    }

    .form-field input,
    .form-field textarea {
        width: 100%;
        padding: 12px 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        font-size: 18px;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        background: transparent;
        transition: border-color 0.3s ease;
    }

    .form-field input:focus,
    .form-field textarea:focus {
        outline: none;
        border-bottom-color: #000;
    }

    .form-field input::placeholder,
    .form-field textarea::placeholder {
        color: rgba(0, 0, 0, 0.4);
    }

    .form-field textarea {
        min-height: 120px;
        resize: vertical;
    }

    .form-submit-btn {
        align-self: flex-end;
        padding: 12px 40px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.3);
        color: #000;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Montserrat', sans-serif;
        border-radius: 4px;
    }

    .form-submit-btn:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }

    /* Captcha CSS */
    .captcha-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .captcha-left {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .captcha-question {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        white-space: nowrap;
    }

    .captcha-input-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .captcha-input {
        width: 60px;
        padding: 8px 10px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 4px;
        font-size: 18px;
        text-align: center;
        color: #000;
        font-family: 'Montserrat', sans-serif;
    }

    .captcha-input:focus {
        outline: none;
        border-color: #000;
    }

    .map-section {
        margin-top: 100px;
    }

    .map-title {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin-bottom: 40px;
    }

    .map-container {
        width: 100%;
        height: 600px;
    }

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    /* Responsive */
    @media (max-width: 1200px) {
        .contact-grid {
            gap: 60px;
        }
    }

    @media (max-width: 992px) {
        .contact-container {
            padding: 0 40px;
        }

        .contact-grid {
            grid-template-columns: 1fr;
            gap: 60px;
        }

        .contact-info-title {
            font-size: 42px;
        }

        .contact-phone {
            font-size: 28px;
        }
    }

    @media (max-width: 768px) {
        .contact-section {
            padding: 40px 0;
        }

        .contact-container {
            padding: 0 20px;
        }

        .contact-grid {
            gap: 40px;
            margin-bottom: 60px;
        }

        .contact-info-title {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .contact-info-text {
            font-size: 16px;
            margin-bottom: 30px;
        }

        .contact-phone {
            font-size: 24px;
            margin-bottom: 30px;
        }

        .form-intro {
            font-size: 16px;
            margin-bottom: 30px;
        }

        .contact-form-simple {
            gap: 24px;
        }

        .map-section {
            margin-top: 60px;
        }

        .map-container {
            height: 400px;
        }

        .form-submit-btn {
            width: 100%;
        }
    }

/* Footer Ana Stil */
.main-footer {
    background-color: #fff;
    color: #2c3e50;
    margin-top: 80px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* Footer Kutu */
.footer-box {
    background: linear-gradient(135deg, #edf1ee 0%, #e8efe8 100%);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    padding: 60px 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06),
                0 2px 8px rgba(0, 0, 0, 0.04),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.footer-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e3000f;
    border-radius: 24px 24px 0 0;
}

/* Footer Üst Kısmı */
.footer-top {
    position: relative;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 50px;
    position: relative;
    z-index: 1;
}

/* Footer Kolonları */
.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-about {
    max-width: 100%;
}

.footer-logo {
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.footer-logo:hover {
    transform: translateY(-2px);
}

.footer-logo-img {
    max-width: 160px;
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: filter 0.3s ease;
}

.footer-logo:hover .footer-logo-img {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.footer-description {
    font-size: 15px;
    line-height: 1.85;
    color: #4a5568;
    margin-bottom: 28px;
    font-weight: 400;
}

/* Sosyal Medya İkonları */
.footer-social {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
    justify-content: flex-start;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 12px;
    color: #262c70;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1),
                0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1.5px solid rgba(230, 230, 230, 0.9);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.social-link:hover {
    color: #ffffff;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 20px rgba(38, 44, 112, 0.35),
                0 4px 10px rgba(38, 44, 112, 0.2);
    border-color: #e3000f;
}

.social-link:hover::before {
    opacity: 1;
}

.social-link:active {
    transform: translateY(-2px) scale(1.02);
}

.social-link i {
    font-size: 19px;
    line-height: 1;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.social-link:hover i {
    transform: scale(1.1);
}

/* Footer Başlıkları */
.footer-title {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    padding-bottom: 12px;
    position: relative;
    letter-spacing: -0.3px;
}

/* Footer Menüler */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 14px;
    position: relative;
}

.footer-menu li::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #262c70;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-menu li:hover::before {
    opacity: 1;
    left: -8px;
}

.footer-menu li a {
    color: #5a6c7d;
    text-decoration: none;
    font-size: 14.5px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
    font-weight: 400;
}

.footer-menu li a:hover {
    color: #262c70;
    padding-left: 20px;
    font-weight: 500;
}

/* İletişim Bilgileri */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #5a6c7d;
    font-size: 14.5px;
    line-height: 1.7;
    padding: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-item i {
    color: #262c70;
    margin-right: 14px;
    margin-top: 2px;
    font-size: 17px;
    min-width: 22px;
    background: linear-gradient(135deg, #262c70 0%, #4a5fc7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-item a {
    color: #5a6c7d;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.contact-item a:hover {
    color: #262c70;
}

/* E-Katalog Butonu */
.footer-catalog-btn {
    margin-top: 15px;
}

.catalog-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #262c70 0%, #3d4a8f 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 14.5px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(38, 44, 112, 0.25),
                0 2px 4px rgba(38, 44, 112, 0.15);
    border: none;
    width: 100%;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.catalog-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.catalog-button:hover::before {
    left: 100%;
}

.catalog-button:hover {
    background: linear-gradient(135deg, #1a1f4f 0%, #2d3a6f 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(38, 44, 112, 0.4),
                0 4px 8px rgba(38, 44, 112, 0.25);
}

.catalog-button i {
    font-size: 18px;
}

/* Footer Alt Kısmı */
.footer-bottom {
    padding: 30px 0 0 0;
    position: relative;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(44, 62, 80, 0.1), transparent);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: #718096;
    font-weight: 500;
}

.footer-made-by {
    margin: 0;
    margin-top: 4px;
    font-size: 16px;
    color: #000;
    font-weight: bolder;
    font-style: unset;
}

.footer-made-by span {
    position: relative;
    padding: 3px 10px;
    border-radius: 6px;
    color: black
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-made-by:hover span {
    color: #e3000f;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-legal a {
    color: #718096;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
}

.footer-legal a:hover {
    color: #262c70;
    background: rgba(38, 44, 112, 0.08);
}

.footer-legal .separator {
    color: #cbd5e0;
    font-weight: 300;
}

/* Responsive Tasarım */
@media (max-width: 1200px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
    }
}

@media (max-width: 1024px) {
    .footer-container {
        padding: 25px 15px;
    }

    .footer-box {
        padding: 50px 35px;
        border-radius: 20px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .footer-about {
        max-width: 100%;
    }

    .footer-social {
        gap: 12px;
    }

    .social-link {
        width: 43px;
        height: 43px;
    }

    .social-link i {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 20px 15px;
    }

    .footer-box {
        padding: 40px 30px;
        border-radius: 18px;
    }

    .footer-top {
        padding: 0 0 35px 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-legal {
        justify-content: center;
    }

    .footer-title {
        font-size: 17px;
    }

    .footer-description {
        font-size: 14px;
    }

    .contact-item {
        padding: 10px;
    }

    .footer-social {
        gap: 12px;
        justify-content: flex-start;
    }

    .social-link {
        width: 42px;
        height: 42px;
    }

    .social-link i {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 15px 10px;
    }

    .footer-box {
        padding: 35px 25px;
        border-radius: 16px;
    }

    .footer-top {
        padding: 0 0 30px 0;
    }

    .footer-social {
        justify-content: flex-start;
        gap: 10px;
    }

    .social-link {
        width: 40px;
        height: 40px;
    }

    .social-link i {
        font-size: 17px;
    }

    .catalog-button {
        padding: 12px 24px;
        font-size: 14px;
    }

    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }

    .footer-legal a {
        padding: 8px 16px;
    }

    .footer-legal .separator {
        display: none;
    }

    .footer-made-by {
        font-size: 12px;
    }

    .footer-title {
        font-size: 16px;
    }
}


/* Products Layout Section */
.products-layout-section {
    min-height: 800px;
}

.products-layout-container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
}



/* Sidebar Styles */
.products-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.category-products-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.sidebar.widget {
    background: white;
    border-radius: 20px;
    padding: 40px 60px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.sidebar-title {
    margin-bottom: 44px;
}

.sidebar-title p {
    font-size: 24px;
    font-weight: 600;
    color: #3D3D3D;
    margin: 0;
    letter-spacing: -0.1rem;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.menu-item {
    position: relative;
}

.menu-link {
    display: flex;
    align-items: center;
    gap: 45px;
    padding-right: 44px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.icon-arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #e3000f;
    border-bottom: 2px solid #e3000f;
    transform: rotate(-45deg) translateX(-14px);
    transition: all 0.35s ease;
}

.menu-link span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #3D3D3D;
    transform: translateX(-30px);
    transition: all 0.35s ease;
}

.menu-link:hover .icon-arrow {
    transform: rotate(-45deg) translateX(0);
}

.menu-link:hover span {
    transform: translateX(0);
    color: #e3000f;
}

.menu-item.active .menu-link .icon-arrow {
    transform: rotate(-45deg) translateX(0);
}

.menu-item.active .menu-link span {
    transform: translateX(0);
    color: #e3000f;
}

/* Category Products Sidebar Styles */
.category-products-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.category-product-item {
    position: relative;
}

.category-product-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8f8f8;
}

.category-product-link:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.category-product-image {
    width: 100%;
    max-width: 200px;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
}

.category-product-title {
    font-size: 16px;
    font-weight: 600;
    color: #3D3D3D;
    text-align: center;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.category-product-link:hover .category-product-title {
    color: #e3000f;
}

.no-products-text {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 20px;
    margin: 0;
}

/* Category Card Styles */
.category-card {
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Products Grid Wrapper */
.products-grid-wrapper {
    width: 100%;
}

.products-grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}

.product-grid-item {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-grid-item:nth-child(1) { animation-delay: 0.1s; }
.product-grid-item:nth-child(2) { animation-delay: 0.2s; }
.product-grid-item:nth-child(3) { animation-delay: 0.3s; }
.product-grid-item:nth-child(4) { animation-delay: 0.4s; }
.product-grid-item:nth-child(5) { animation-delay: 0.5s; }
.product-grid-item:nth-child(6) { animation-delay: 0.6s; }

/* Product Card Styles */
.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-card-media {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.product-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    padding: 20px;
}

.product-card:hover .product-card-image {
    transform: scale(1.05);
}

.product-card-body {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card-title {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    text-align: center;
}

.product-card-title a {
    color: #1a1a18;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-card-title a:hover {
    color: #e3000f;
}

.product-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #e3000f, #c1000c);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(226, 0, 15, 0.2);
}

.product-link-btn:hover {
    background: linear-gradient(135deg, #c1000c, #a00009);
    transform: translateX(5px);
    box-shadow: 0 5px 25px rgba(226, 0, 15, 0.4);
    color: white;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .products-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .products-layout-container {
        grid-template-columns: 280px 1fr;
        gap: 30px;
        padding: 0 30px;
    }

    .products-layout-container.has-category-sidebar {
        grid-template-columns: 280px 280px 1fr;
    }

    .category-products-sidebar {
        max-height: calc(100vh - 100px);
    }

    .products-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }

    .sidebar.widget {
        padding: 32px 48px;
    }
}

@media (max-width: 768px) {
    .products-layout-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }

    .products-layout-container.has-category-sidebar {
        grid-template-columns: 1fr;
    }

    .category-products-sidebar {
        position: static;
        max-height: none;
        overflow-y: visible;
    }

    .products-sidebar {
        position: static;
        top: auto;
    }

    .products-grid-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sidebar.widget {
        padding: 32px 24px;
    }

    .sidebar-menu {
        gap: 24px;
    }

    .menu-link span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .products-layout-container {
        padding: 0 15px;
    }

    .sidebar.widget {
        padding: 24px 20px;
    }

    .sidebar-title p {
        font-size: 20px;
    }

    .menu-link span {
        font-size: 15px;
    }

    .product-card-media {
        height: 220px;
    }

    .product-card-body {
        padding: 20px;
    }

    .product-link-btn {
        width: 100%;
    }
}

/* Filter Animation */
.product-grid-item.hidden {
    display: none;
}

.product-grid-item.fade-out {
    animation: fadeOut 0.3s ease-out forwards;
}

.product-grid-item.fade-in {
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
