@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

:root {
    --color-primary: #54595f;
    --color-footer-background: #dfdfdf;
    --color-text: #808080;
    --color-border: #796060;
    --color-border-box: #ebdbdb;
}

body {
    font-family: "Roboto", sans-serif;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

ul,
li,
p {
    padding: 0;
    margin: 0;
}

figure {
    margin: 0;
}

.pd0 {
    padding: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

.a-center {
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

section {
    padding: 40px 0;
}

.section-title {
    position: relative;
    padding: 0 0 10px 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    color: #222;
    font-size: 30px;
    font-weight: 300;
    word-spacing: 1px;
    letter-spacing: 4px;
    color: #000;
    margin-bottom: 50px;
}

.section-title span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

.section-title span {
    line-height: 2em;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 0.7em;
    font-weight: normal;
    font-style: italic;
    font-family: "Playfair Display", "Bookman", serif;
    color: #999;
    letter-spacing: -0.005em;
    word-spacing: 1px;
}

.section-title:after,
.section-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: #ccc;
}

.section-title:before {
    background-color: red;
    left: 45px;
    width: 90px;
}

/* Swiper Start */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    max-width: 100%;
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
}

/* Swiper End */

/* Content Wrapper START*/

.content-wrapper {
    margin-bottom: 50px;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.content-wrapper p {
    /* color: #000; */
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 1.5rem;
}

.content-wrapper img {
    max-width: 100%;
    width: auto;
    /* height: 100%; */
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.content-wrapper-title {
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
}

.content-wrapper ul {
    padding: 0 20px 20px 20px;
}

.content-wrapper li {
    padding-bottom: 5px;
    color: #000;
    font-weight: 300;
    position: relative;
    margin-left: 20px;
    padding-bottom: 5px;
    color: var(--color-content-wrapper);
}

/* .content-wrapper li:not(.contact-page .content-wrapper li):before {
    content: "✔";
    color: red;
    font-size: 18px;
    margin-inline: 10px;
} */

.content-wrapper .single-left-ul li::before {
    content: "✔";
    color: red;
    font-size: 18px;
    margin-inline: 10px;
}

.content-wrapper h1 {
    font-size: 25px;
}

.content-wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}

.content-wrapper h3 {
    font-size: 21px;
    font-weight: 500;
}

.content-wrapper a {
    font-weight: 600;
}

.content-wrapper i {
    color: #25aae2;
    margin-right: 10px;
}
/* Content Wrapper END*/

/* HEADER TOP START */
.header-top {
    padding: 10px 0;
    background-color: #000;
    font-family: "Rubik", sans-serif;
}

.header-top .left ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-top .left ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 300;
    transition: all 0.3s ease;
}

.header-top .left ul li a:hover {
    opacity: 0.8;
}

.header-top .right ul li i {
    font-size: 14px;
}

.header-top .right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease;
}

.right ul li a:hover {
    background-color: black;
    color: white;
}

/* HEADER TOP END */

/* HEADER BOTTOM START */

.header-bottom {
    position: sticky;
    top: -10px;
    width: 100%;
    background: #fff;
    z-index: 1000;
    transition: box-shadow 0.3s ease-in-out;
}

.header-bottom.scrolled {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.header-bottom .row {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.desktop-logo {
    width: 85px;
    max-width: 100%;
    object-fit: cover;
    /* padding-top: 10px; */
}

.hb-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.header-btn:hover {
    background-color: red;
    color: #fff;
}
.header-menu .menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu .menu-list li {
    position: relative;
    padding: 22px 10px;
    transition: all 0.3s ease;
}

.header-menu .menu-list li a {
    /* padding: 10px 0; */
    text-decoration: none;
    color: #000;
    display: block;
}

.header-menu .menu-list li a i {
    transition: all 0.3s ease;
}

.header-menu .menu-list li a:hover i {
    color: red;
}

/* Dropdown varsayılan olarak gizli */
.header-menu .menu-list li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Hover ile dropdown göster */
.header-menu .menu-list li:hover > ul {
    display: block;
}

/* Alt menü li ve link stilleri */
.header-menu .menu-list li ul li {
    padding: 10px 15px;
    white-space: nowrap;
}

.header-menu .menu-list li ul li a {
    color: #333;
    display: block;
    text-decoration: none;
}

.header-menu .menu-list li ul li:hover {
    background: #f4f4f4;
    color: red;
}

.header-menu .menu-list li ul li:hover a {
    color: red;
}

@media (max-width: 1024px) {
    .header-menu .menu-list {
        gap: 0;
    }
}

/* HEADER BOTTOM END */

/* HEADER MOBILE START */
.header-mobile {
    display: none;
}
.header-mobile {
    position: sticky;
    top: -2px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 2px 2px grey;
}

@media (max-width: 820px) {
    .header-mobile {
        display: block;
    }

    .header-top,
    .header-bottom {
        display: none;
    }
}

.hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hamburger.is-lg {
    font-size: 2rem;
}

.hamburger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.125em;
    border-radius: 0.125em;
    background: currentColor;
    transition: all 0.3s ease;
}

.hamburger-line:nth-child(1) {
    top: 0.125em;
}

.hamburger.is-active .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
}

.hamburger-line:nth-child(2) {
    top: 0.438em;
}

.hamburger.is-active .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
    width: 0;
}

.hamburger-line:nth-child(3) {
    top: 0.75em;
    width: 0.625em;
}

.hamburger.is-active .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
}

.header-mobile .row {
    display: flex;
    align-items: center;
}

.header-mobile .hamburger-menu {
    display: flex;
    justify-content: flex-end;
}

.mobile-logo img {
    max-width: 100%;
    width: 79px;
    margin: 10px 0;
}

/* HEADER MOBILE END */

/* HEADER MODAL START */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: relative;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background-color: black;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

/* Normal Hamburger Çizgilerinin Konumu */
.hamburger-line:nth-child(1) {
    top: 0;
    z-index: 9999;
}

.hamburger-line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.hamburger-line:nth-child(3) {
    bottom: 0;
    z-index: 9999;
}

.hamburger.is-active .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.hamburger.is-active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active .hamburger-line:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

.header-modal nav {
    margin-top: 91px;
}

.modal-list li {
    background-color: #fff;
    border-bottom: 1px solid grey;
    padding: 20px 10px;
}

.modal-list li a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    padding: 5px;
}

.header-modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 30px;
    overflow-y: auto;
    animation: slideDown 0.5s ease-out;
    background-color: lightgray;
}

.header-modal .mobile-logo img {
    margin-bottom: 50px;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        /* Başlangıçta modal yukarıda */
    }

    100% {
        transform: translateY(0);
        /* Modal ekranın üstüne gelir */
    }
}

/* Modal içindeki liste */
.modal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.modal-list li {
    margin: 20px 0;
    border-bottom: 3px solid red;
}

.modal-list a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

.header-modal.active {
    display: block;
}

/* HOME-SLIDER START */
.homeSlider {
    padding: 0;
    padding: 0;
}

@media(min-width:992px) {
 .homeSlider   .mobile-slider {
        display: none;
    }
}

@media (max-width:992px) {
  .homeSlider  .mobile-slider {
        display: block;
    }

  .homeSlider  .desktop-slider {
        display: none;
    }
}

/* HOME-SLIDER END */

/* BRANDSWIPER START */
.slider-box {
    margin-top: -51px;
}

.slider-box .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logos {
    z-index: 9;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0px 0px 4px grey;
    position: relative;
    top: -40px;
    height: 120px;
}

.swiper.brandSwiper img {
    max-width: 100%;
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.band {
    background-color: red;
    color: #fff;
    font-size: 18px;
    z-index: 10;
    height: 121px;
    width: 150px;
    position: relative;
    text-align: center;
    margin-bottom: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0 2px red;
    left: 6%;
}

@media (max-width: 820px) {
    .band {
        top: 60px;
        left: 0;
    }

    .brand-logos {
        z-index: 9;
        background-color: #fff;
        padding: 20px 20px;
        box-shadow: 0px 0px 4px grey;
        position: relative;
        top: -140px;
        left: 20%;
        height: 120px;
    }
}

@media (max-width: 576px) {
    .band {
        top: 116px;
        left: 0;
        width: 100%;
        height: 60px;
    }

    .brand-logos {
        z-index: 9;
        background-color: #fff;
        padding: 20px 20px;
        box-shadow: 0px 0px 4px grey;
        position: relative;
        width: 95%;
        top: 0;
        left: 0;
        margin: 40px 10px 100px 10px;
        height: 120px;
    }
}

/* BRANDSWIPER END */

.about-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

.about-left .card {
    background-color: white;
    text-align: center;
    padding: 20px 30px;
    position: absolute;
    top: -20px;
    left: 15%;
    z-index: 2;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.about-left .card .number {
    font-size: 28px;
    font-weight: 900;
}

.about-left .card span {
    font-size: 11px;
    font-weight: 800;
}

.about-left img:nth-child(3) {
    max-width: 100%;
    width: 250px;
    height: 185px;
    object-fit: cover;
    margin-bottom: 20px;
    position: relative;
    z-index: 1; /* Kartın altında kalmasını sağlar */
}

.about-left img:nth-child(2) {
    max-width: 100%;
    width: 250px;
    /* height: 300px; */
    object-fit: cover;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.about-right {
    position: relative;
}

.about-right img {
    max-width: 100%;
    width: 300px;
    height: 430px;
    object-fit: cover;
}

.about-right .card {
    background-color: white;
    text-align: center;
    padding: 15px 30px;
    position: absolute;
    top: 75%;
    left: 22%;
    z-index: 2;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.about-right .card .number {
    font-size: 40px;
    font-weight: 900;
}

.about-right .card span {
    font-size: 15px;
    font-weight: 800;
}

.about-desc .small-title {
    color: red;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* width: 50px; */
    font-weight: 600;
    line-height: 1;
}

.about-desc .big-title {
    display: block;
    color: #000;
    font-size: 35px;
    font-weight: 300;
}

.about-desc .btn {
    background-color: red;
    border: 1px solid red;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.about-desc .btn:hover {
    background-color: #fff;
    color: red;
}

.about-text {
    margin-bottom: 30px;
}

.about-text .text-title {
    font-weight: 700;
    padding: 15px 0 3px 0;
}

.about-text span {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 14px;
}

@media (max-width: 820px) {
    .about-desc {
        margin-top: 70px;
    }

    .about-left .card {
        left: 31%;
    }

    .about-right .card {
        top: 53%;
    }
}

/* CTA START */
.cta-section {
    background: url(front/assets/images/cta-img.png) no-repeat center center /
        cover;
    padding: 70px 0 70px 0;
    margin: 0;
}

.cta-desc {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 25px;
    font-weight: 200;
    color: rgb(170, 167, 167);
}

.cta-desc span {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
}
/* CTA END */

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

.banner-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #ae0000;
    padding: 20px 10px 0 10px;
    gap: 30px;
    height: calc(100% - 0px);
    box-shadow: 0 0 0 transparent;
    transition: all 0.35s ease;

    /* Başlangıçta görünmesin */
    opacity: 0;
    transform: translateY(20px);
}

/* Scroll ile eklenen sınıf */
.banner-box.animate {
    animation: fadeInUpSoft 0.6s ease forwards;
}

/* Hover */
.banner-box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
    background-color: #000;
}

.banner-box .title {
    display: flex;
    flex-wrap: wrap;
    max-width: 100px;
    line-height: 1.2;
    color: #fff;
    padding-top: 30px;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.banner-box:hover .title {
    color: #ffcc00;
    transform: translateY(-2px);
}

.banner-box img {
    max-width: 100%;
    /* width: 200px; */
    transition: transform 0.4s ease;
    /* border-radius: 5px; */
    margin-bottom: 7px;
}

.banner-box:hover img {
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .banner-box .title {
        padding: 20px 30px;
    }
}



.product-box {
    width: 100%;
    max-width: 300px;
    height: calc(10vh + 200px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #000;
    box-shadow: 0px 0px 4px grey;
    margin-bottom: 80px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.product-box:hover .btn {
    background-color: red;
    color: #fff;
}

.product-box:hover .title {
    color: red;
}

.product-box .title {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    max-width: 100px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 30px;
    transition: all 0.3s ease;
}

.product-box .title::before {
    position: absolute;
    content: "";
    top: 100%;
    left: -20px;
    background-color: #000;
    width: 80%;
    height: 3px;
}

.product-box .btn {
    display: inline-flex;
    margin-top: auto;
    background: #fff;
    color: #000;
    max-width: 100px;
    padding: 5px 20px 5px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px grey;
    transition: all 0.3s ease;
}

.home-products .pro-box {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.home-products .row > div {
    margin-bottom: 60px;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .product-box .title {
        font-size: 25px;
    }
}

/* BLOGS START */
.home-blogs {
    overflow: hidden;
    background: linear-gradient(to right, #131112, #fa0f2d);
    position: relative;
    padding-bottom: 150px;
}

.home-blogs .container {
    overflow: hidden;
}

.home-blogs .swiper-pagination {
    display: none;
}

.home-blogs .swiper-slide {
    border-radius: 25px;
}

.home-blogs .section-title {
    color: #fff;
}

.blog-box {
    display: block;
    overflow: hidden;
    border-radius: 25px;
    padding: 20px;
    transition: all 0.3s ease;
    height: calc(
        100% - 40px
    ); /* padding'leri de hesaba katarak yükseklik veriyoruz */
}

.blog-box:hover .content .btn {
    background-color: red;
    border-color: red;
    color: #fff;
}

.blog-box .content {
    padding: 10px;
}

.blog-box img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-box .content .title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-box .content .desc {
    font-size: 14px;
    font-weight: 300;
    color: grey;
    margin-bottom: 20px;
}

.blog-box .content .btn {
    text-align: center;
    display: block;
    color: #616161;
    transition: all 0.3s ease;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid #ccc;
}

.swiper-button i {
    color: #fff;
}

.arrow-left {
    position: absolute;
    top: 50%;
    left: 3%;
    font-size: 30px;
}

.arrow-right {
    position: absolute;
    top: 50%;
    right: 3%;
    font-size: 30px;
}

@media (max-width: 1024px) {
    .swiper-button {
        position: absolute;
        bottom: 87px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .swiper-button i {
        font-size: 28px;
        cursor: pointer;
        color: #fff;
    }

    .arrow-left {
        left: 46%;
    }

    .arrow-right {
        right: 45%;
    }
}

@media (max-width: 820px) {
    .blog-box .content .title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .arrow-left {
        left: 42%;
    }

    .arrow-right {
        right: 39%;
    }
}

/* BLOGS END */

/* GALLERY START */
.gallery-section {
    padding: 100px 0;
}

.gallery-section .row:first-child {
    display: flex;
    align-items: flex-end;
}

.gallery-section .left-img {
    max-width: 100%;
    width: 270px;
    border-radius: 40px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    box-shadow: 0 4px 8px grey;
}

.gallery-section .center-img {
    max-width: 100%;
    width: 100%;
    border-radius: 40px;
    display: flex;
    margin-left: auto;
    box-shadow: 0 4px 8px grey;
}

.gallery-section .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}

.gallery-section .right img {
    max-width: 100%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 4px 8px grey;
    border-radius: 40px;
}

.arrow-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0 auto;
}

.arrow-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow-row i {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px 11px;
    transition: all 0.3s ease;
}

.arrow-row a:hover i {
    transform: translateX(5px);
    background-color: red;
    border-color: #fff;
    color: #fff;
}

.gallery-section img {
    transition: all 0.3s ease;
}

.gallery-section img:hover {
    filter: brightness(0.7);
}

@media (max-width: 820px) {
    .gallery-section .row:first-child {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .gallery-section .left-img {
        max-width: 100%;
        width: 300px;
        height: 250px;
        border-radius: 25px;
        object-fit: cover;
        /* left: 0; */
    }

    .gallery-section .center-img {
        max-width: 100%;
        width: 100%;
        height: 390px;
        object-fit: cover;
        border-radius: 25px;
    }

    .gallery-section .right img {
        max-width: 100%;
        width: 250px;
        height: 170px;
        object-fit: cover;
        border-radius: 25px;
    }
}

@media (max-width: 576px) {
    .gallery-section .left-img {
        margin: 0 auto 50px auto;
    }

    .gallery-section .center-img {
        margin-bottom: 50px;
    }

    .gallery-section .right img {
        margin-bottom: 10px;
    }
}

/* GALLERY END */

/* VIDEO START */
.video-box {
    position: relative;
    display: inline-block;
}

.video-box img {
    display: block;
}

.video-box .picture {
    position: absolute;
    top: 43%;
    left: 41%;
    transform: translate(-30%, -50%);
    width: 50%;
}

.video-box .picture img {
    border-radius: 10px;
    position: relative;
    left: 51%;
    top: 150px;
    max-width: 100%;
    height: 370px;
    width: 620px;
    border: 10px solid #fff;
    border-radius: 60px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    object-fit: cover;
}

.video-box .left-img {
    max-width: 100%;
    width: 800px;
    border-radius: 15px;
}

.video-pop {
    position: absolute;
    top: 121%;
    left: 74%;
    transform: translate(-50%, -300%);
    padding: 5px;
}

.video-pop .video-play {
    font-size: 20px;
    color: white;
    background: red;
    border-radius: 50%;
}

.video-text {
    margin-top: 50px;
    text-align: center;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .video-pop {
        position: absolute;
        top: 123%;
        left: 70%;
        transform: translate(50%, 50%);
    }

    .video-box .picture img {
        position: absolute;
        left: 40%;
        top: -53px;
        height: 300px;
        object-fit:  cover;
    }
}

@media (max-width: 820px) {
    .video-box .picture img {
        height: 220px;
    }

    .video-pop {
        top: 156%;
        left: 70%;
        transform: translate(100%, -45%);
    }

    .video-box {
        margin-bottom: 100px;
    }

    .video-box .left-img {
        width: 400px;
    }
}

@media (max-width: 576px) {
    .video-pop {
        top: 197%;
        left: 47%;
    }

    .video-pop .video-play {
        font-size: 23px;
        color: white;
        background: red;
        border-radius: 50%;
        position: relative;
        top: -12px;
    }

    .video-box .picture img {
        left: -1%;
        top: 80px;
        width: 100%;
        height: 200px;
        border-radius: 20px;
        border: 7px solid #fff;
    }

    .video-box {
        margin-bottom: 100px;
    }

    .video-play-button {
        width: 50px;
        height: 50px;
        background: red;
        border-radius: 50%;
        text-align: center;
        line-height: 69px;
        color: white;
        font-size: 32px;
        top: -319px;
        left: -18px;
        position: absolute;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.6);
    }
}

@media (max-width: 380px) {
    .video-pop {
        top: 211%;
        left: 45%;
    }

    .video-box .picture img {
        left: -7%;
        top: 80px;
        width: 300px;
    }

    .video-text {
        margin-top: 120px;
        text-align: center;
        font-weight: 300;
    }
}

/* VIDEO END */

/* HOME CONTACT START */
.home-contact img {
    padding-inline: 0;
    margin-inline: 0;
}

.home-contact .row:first-child {
    margin-bottom: 30px;
}

.home-contact .left-img {
    max-width: 100%;
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 0;
}

.contact-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    padding: 0 30px;
}

.contact-box .title {
    font-size: 30px;
    font-weight: 500;
}

.contact-box span {
    color: grey;
    font-size: 14px;
    margin-bottom: 15px;
}

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

.btn-list a {
    background-color: red;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 300;
}

.map-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.map-box i {
    color: red;
    font-size: 60px;
    margin-bottom: 20px;
}

.map-box .title {
    font-size: 30px;
    font-weight: 600;
}

.map-box span {
    font-size: 20px;
    font-weight: 300;
}

.home-contact .arrow {
    max-width: 100%;
    width: 50px;
    position: relative;
    left: 80%;
    top: -95px;
    transform: rotate(180deg);
}

.contact-img {
    padding-inline: 0;
}

.home-contact .maps iframe {
    width: 100%;
}

@media (max-width: 1024px) {
    .contact-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }

    .btn-list a {
        background-color: red;
        color: #fff;
        padding: 5px 10px;
        width: 40%;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 300;
    }
}

@media (max-width: 768px) {
    .home-contact .row {
        display: flex;
        flex-direction: row-reverse;
    }

    .home-contact .arrow {
        transform: rotate(273deg);
    }
}

@media (max-width: 390px) {
    .contact-box .title {
        font-size: 27px;
    }

    .btn-list a {
        width: 46%;
    }

    .btn-list a:hover {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* HOME CONTACT END */

/* FOOTER START */
footer {
    background-color: #535353;
    padding: 70px 0 30px 0;
}

.footer-top {
    color: #fff;
}

.footer-top .row {
    border-bottom: 2px solid grey;
}

.footer-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.footer-top .title {
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 12px;
    position: relative;
}

.footer-top .title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    background-color: red;
    width: 15%;
    height: 2px;
}

.footer-top ul li {
    padding-bottom: 10px;
}

.footer-top ul li a {
    font-weight: 200;
    opacity: 0.8;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-top ul li a:hover {
    margin-left: 5px;
}

.footer-bottom .row {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-weight: 200;
}

/* FOOTER END */

/* WHATSAPP START */
.fixedButton {
    position: fixed;
    bottom: 65px;
    right: -115px;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    transition: none;
    max-width: 100%;
}

@media (max-width: 992px) {
    .fixedButton {
        display: none;
    }
}

.fixedButton .fixedButton-icon {
    position: relative; /* pulse efekti için gerekli */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4ac959;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
}

.fixedButton .fixedButton-icon::before {
    content: '';
    position: absolute;
    top: 1%;
    left: -3%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(74, 201, 89, 0.5); /* Yarı şeffaf yeşil */
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.2;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}


.fixedButton .fixedButton-icon:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fixedButton-content {
    --fixedButton-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    --fixedButton-bg-c: #fff;
    width: 190px;
    padding: 10px 10px;
    box-shadow: var(--fixedButton-shadow);
    margin-bottom: 20px;
    border-radius: 18px;
    position: relative;
    background-color: var(--fixedButton-bg-c);
    color: #303030;
    font-weight: 700;
    line-height: initial;
    font-size: 14px;
    margin-right: 38px;
    opacity: 0;
    /* Başlangıçta görünmez */
    right: 82px;
    transform: translateY(20px);
    /* Başlangıç pozisyonu */
    transition: all 0.5s ease-in-out;
    /* Yumuşak geçiş */
}

.fixedButton-content::before {
    --offset: 10px;
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    bottom: calc(0px - var(--offset));
    width: 0;
    height: 0;
    border-left: var(--offset) solid transparent;
    border-right: var(--offset) solid transparent;
    border-top: var(--offset) solid var(--fixedButton-bg-c);
    filter: drop-shadow(var(--fixedButton-shadow));
}

.fixedButton .close {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    font-size: 15px;
    background-color: rgba(34, 34, 34, 0.7);
    color: white;
    border-radius: 50%;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    /* Başlangıçta görünmez */
    transition: opacity 0.4s ease-in-out;
    /* Yumuşak geçiş */
}

/* Hover Durumu */
.fixedButton:hover .fixedButton-content {
    opacity: 1;
    /* Görünür yap */
    transform: translateY(0);
    /* Yukarı doğru çık */
    /* margin-right: 100px; */
}

.fixedButton:hover .close {
    opacity: 1;
    /* Çarpıyı görünür yap */
}

/* BREADCRUMB START */

.breadcrumb {
    background-color: #d3d3d3;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 30px 0;
}

.breadcrumb .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.links li:not(:last-child)::after {
    content: " /";
    color: #fff;
    padding-inline: 5px;
}

.breadcrumb-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.links-wrapper {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
}

.links li {
    color: #fff;
}

.links li:last-child {
    color: red;
    background: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 13px;
}

/* BREADCRUMB END */
.about-us-page {
    text-align: center;
    background: #f9f9f9;
    padding: 0;
}

.about-us-page .content-wrapper {
    box-shadow: none;
    margin-bottom: 0;
}

.about-hero {
    background: linear-gradient(to right, #131112, #fa0f2d);
    color: white;
    padding: 80px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 100px;
    font-size: 30px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 50px auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-content .text {
    width: 50%;
    text-align: left;
}

.about-content .text ul {
    list-style: none;
    padding-left: 0;
}

.about-content .text ul li {
    margin: 10px 0;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.about-content .text ul li::before {
    content: "✔";
    color: green;
    font-weight: bold;
    margin-right: 10px;
}

.about-content .image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.about-content .image img:hover {
    transform: scale(1.05);
}

.mission-vision {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.mission,
.vision {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}

.brands {
    margin-top: 50px;
}

.brand-logos {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 0 10px;
}

.brand-logos img {
    max-width: 120px;
    transition: transform 0.3s ease;
}

.brand-logos img:hover {
    transform: scale(1.1);
}

.about-us .row {
    padding: 0 100px 0 0;
}

@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-content .text,
    .about-content .image {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .mission-vision {
        flex-direction: column;
    }

    .about-left img:nth-child(3) {
        max-width: 100%;
        width: 100%;
    }

    .about-left img:nth-child(2) {
        max-width: 100%;
        width: 100%;
    }

    .about-right img {
        width: 100%;
    }

    .about-right .card {
        top: 90%;
        left: 33%;
    }
}

.about-left img,
.about-right img {
    /* height: auto; */
    object-fit: cover;
    /* border-radius: 10px; */
}

@media(max-width: 576px) {
    .about-right {
        margin-bottom: 70px;
    }
}

/* CONTACT PAGE START */
.contact-page {
    background: #fff;
    color: #868686;
    padding: 80px 20px;
    text-align: center;
}

.contact-page .content-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    gap: 50px;
    box-shadow: none;
}

.contact-info {
    width: 45%;
    text-align: left;
    background-color: #eaeaea;
    color: #868686;
    padding: 20px 30px;
}

.contact-info a {
    font-size: 15px;
    font-weight: 400;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin: 15px 0;
    font-size: 1.2rem;
}

.contact-info i {
    color: red;
    margin-right: 10px;
}

.contact-form {
    width: 45%;
    background: #fff;
    box-shadow: 0px 2px 2px grey;
    padding: 30px;
    border-radius: 10px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    font-size: 1rem;
    border-radius: 5px;
}


.contact-page .row:last-child iframe {
    width: 100%;
    margin-top: 100px;
    margin-inline: 0;
    padding-inline: 0;
}

.contact-form .btn {
    background-color: lightgray;
    color: #000;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-form .btn:hover {
    background-color: #ae0000;
    color: #fff;
}

@media (max-width: 768px) {
    .contact-page .contact-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .contact-info,
    .contact-form {
        width: 100%;
    }
    .contact-info ul {
        text-align: center;
    }
}

/* CONTACT PAGE END */

/* TEMPLATE BLOG START */
.template-blog .row .blog-box {
    margin-bottom: 50px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

/* TEMPLATE BLOG END */

.sticky-sidebar {
    position: sticky;
    top: 100px;
    /* margin-left: 30px; */
    background-color: #f7f7f7;
    padding: 50px;
    border-radius: 20px;
}

.form input {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    padding: 5px 10px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.form textarea {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    padding: 5px 10px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.sticky-sidebar .robo {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.sticky-sidebar .robo img {
    max-width: 100%;
    width: 200px;
}

.sticky-sidebar .robo a {
    background-color: red;
    border: 1px solid red;
    color: #fff;
    padding: 4px 30px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.sticky-sidebar .robo a:hover {
    background-color: #fff;
    color: red;
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 45px;
    position: relative;
}

.form-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: red;
    width: 50%;
    height: 2px;
}

.single-blog .content-wrapper {
    max-height: 100%;
}

.single-blog .content-wrapper .text-bold {
    text-align: center;
    font-size: 28px;
}

.accordion {
    margin-bottom: 50px;
}

.slider-box {
    position: relative;
    overflow: visible;
}

.slider-navigation {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 9999;
}

.slider-navigation i {
    font-size: 15px;
    color: grey;
    cursor: pointer;
    transition: color 0.3s ease;
}

.slider-navigation i:hover {
    color: darkred;
}

.about-us {
    padding: 50px 0 100px 0;
}

.about-desc {
    margin-left: -40px;
}

@media (max-width: 820px) {
    .about-us {
        padding: 0 0 50px 0;
        margin-top: -40px;
    }

    .about-us .row {
        padding: 0;
    }

    .about-desc {
        padding-inline: 30px;
    }

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

    .home-contact .arrow {
        display: none;
    }
}

/* PRODUCT TOP CATEGORY START */
.pro-why-us {
    text-align: center;
    padding: 50px 20px;
}

.pro-why-us h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
}

.why-us-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.pro-why-us .why-box {
    flex: 1;
    min-width: 220px;
    max-width: 250px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pro-why-us .why-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.pro-why-us .why-box i {
    color: red;
    margin-bottom: 10px;
}

.pro-why-us .why-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.pro-why-us .why-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #007bff;
}

.pro-why-us .why-box p {
    font-size: 14px;
    color: #555;
}

.single-right-ul {
    padding-left: 20px;
    margin-bottom: 25px;
    position: relative;
}

.single-right-ul li {
    position: relative;
    padding-bottom: 5px;
    color: var(--color-content-wrapper);
}

.single-right-ul li:before {
    content: "✔";
    color: red;
    font-size: 18px;
    position: absolute;
    padding-right: 20px;
    left: -25px;
}

.product-desc .content-wrapper ul {
    padding: 0;
}

.single-left-ul {
    padding-left: 20px;
    margin-bottom: 75px;
    list-style: none;
}

.single-left-ul li {
    position: relative;
    margin-left: 20px;
    padding-bottom: 5px;
    color: var(--color-content-wrapper);
}

.single-left-ul li:before {
    content: "✔";
    color: red;
    font-size: 18px;
    margin-inline: 10px;
}

.form-robot-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-textarea {
    position: relative;
}

.contact-textarea::before {
    content: "";
    position: absolute;
    top: 0;
    right: 17px;
    width: 2px;
    height: 100%;
    background-color: #ccc;
}

.contact-textarea::after {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    width: 2px;
    height: 100%;
    background-color: red;
}

.category-list .pro-category-image {
    max-width: 100%;
    width: 300px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .contact-textarea::before,
    .contact-textarea::after {
        display: none;
    }
}

.about-us-page .row {
    display: flex;
    align-items: center;
}

.slogan-container {
    background-color: #f4f4f4;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.slogan-text {
    font-size: 24px;
    color: #333;
    font-family: "Arial", sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

.hero-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.template-products-mobile {
    display: none;
}

.product-page-gallery {
    background-color: #f4f4f4;
    margin: 30px 0 100px 0;
    padding-bottom: 50px;
}

.product-page-gallery .row > div {
    margin-bottom: 50px;
}

.product-page-gallery .title,
.pro-why-us .title:first-child {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

.product-page-gallery .title::before,
.pro-why-us .title:first-child:before {
    position: absolute;
    content: "";
    width: 11%;
    height: 2px;
    background-color: red;
    top: 50px;
    left: 45%;
}

.product-page-title {
    font-size: 25px;
    font-weight: 500;
    border-bottom: 2px solid lightgrey;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.form-section {
    margin: 0 0 100px 0;
}

.btn-row a {
    margin-right: 20px;
}

@media (max-width: 576px) {
    .template-products-desktop {
        display: none;
    }

    .template-products-mobile {
        display: block;
    }
}

/* PRODUCT TOP CATEGORY END */

/* Genel stiller */
.brand-box {
    display: block;
    position: relative;
}

.brand-image {
    transition: transform 0.3s ease, filter 0.3s ease;
    max-width: 100%;
    /* width: 232px; */
    /* height: 130px; */
    object-fit: cover;
}

.brand-box:hover .brand-image {
    transform: scale(1.1);
    border: 1px solid grey;
}

.brand-title {
    position: absolute;
    bottom: -73px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.brand-title:hover {
    padding: 10px 50px;
}

.dropdown-image {
    max-width: 100%;
    width: 300px;
    margin: 0;
}

.dropdown-columns {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.dropdown-columns .column li a {
    font-size: 11px;
}

.links-wrapper {
    padding: 40px 20px;
    margin-bottom: -151px;
}

.links-wrapper .links {
    position: relative;
}

.links-wrapper .overlay {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    height: 49%;
    background-color: rgba(0, 0, 0, 0.5); /* Karartma efekti */
    z-index: 1; /* Karartmanın içerikten önce görünmesini sağlar */
}

.links-wrapper .title,
.links-wrapper .links {
    /* position: relative; */
    z-index: 2; /* İçeriğin karartmanın önünde olmasını sağlar */
}

.links-wrapper .title {
    position: relative;
    z-index: 2; /* İçeriğin karartmanın önünde olmasını sağlar */
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -170px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.links-wrapper .links {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 30px;
    bottom: 18px;
    /* margin-bottom: 30px; */
    /* padding-bottom: 50px; */
}

.links-wrapper .links li {
    display: inline-block;
    margin-right: 10px;
}

.links-wrapper .links li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.links-wrapper .links li a:hover {
    color: #f1f1f1;
}

/* BRANDS PAGE START */
.brands-page .row > div {
    margin-bottom: 60px;
}

/* BRANDS PAGE END */

.robo img {
    max-width: 100%;
    width: 200px;
}

.robo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.detail-btn {
    border-radius: 5px;
    background: red;
    padding: 5px 20px;
    color: #fff;
    transition: all 0.3s ease;
    border: none;
}

.detail-btn:hover {
    background: #fff;
    color: red;
}

.brandSwiper .swiper-wrapper {
    transition-timing-function: linear;
}

.gallery-page .row > div {
    margin-bottom: 50px;
}

.video-arrow {
  position: absolute;
  top: 49%;       
  left: 268%;      
  transform: translate(-50%, -699%); 
  z-index: 99;
  display: flex;
  align-items: flex-start;
  width: max-content;
  display: flex;
  align-items: flex-start;
}


.video-arrow .text {
    font-size: 23px;
    font-weight: 600;
    margin-left: 40px;
}

.video-arrow img {
    margin-top: 10px;
    max-width: 100%;
    width: 60px;
}

.home-slider .slider-navigation {
    position: absolute;
    top: 64%;
    left: 0%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.home-slider .slider-navigation i {
    font-size: 30px;
    color: red;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    transition: all 0.3s ease;
}

.home-slider .slider-navigation i:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffcc00;
}

.home-slider .home-left {
    margin-left: 20px;
}

.home-slider .home-right {
    margin-right: 20px;
}

.lity-prev,
.lity-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10000;
}

.lity-prev {
    left: 15px;
    color: red;
}

.lity-next {
    right: 15px;
    color: red;
}

.lity-prev:hover,
.lity-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 820px) {
    .video-arrow .text {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .video-arrow {
        width: 35%;
    }
}

@media (max-width: 576px) {
    .video-arrow {
        display: none;
    }
}

/* contact */

.contact {
    padding: 60px 0px 80px 0px;
}

.contact .contact-area {
    background: #eaeaea;
    padding: 60px 40px 100px 40px;
    position: relative;
    border-radius: 10px;
}

.contact-picture {
    position: absolute;
    top: -70px;
    left: 0;
}

.contact .contact-area .contact-infos .title {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    position: relative;
}

.contact .contact-area .contact-infos .title:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    background-color: red;
    width: 10%;
    height: 2px;
}

.contact .contact-area .contact-infos ul {
    padding: 0;
    list-style: none;
    margin: 0;
    color: white;
    font-size: 14px;
}

.contact .contact-area .contact-infos ul li span {
    display: block;
    color: #0d0d0d;
    font-weight: bold;
    font-size: 14px;
}

.contact .contact-area .contact-infos ul li {
    margin-top: 25px;
    padding-right: 20px;
    color: #868686;
}

.whitebg {
    box-shadow: 0px 25px 25px rgba(201, 201, 201, 0.2);
    background: white;
}

.contact-form {
    padding: 50px;
    position: absolute;
    bottom: -77%;
}

.contact-form .title {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 55px;
    position: relative;
}

.contact-form .title::before {
    position: absolute;
    content: "";
    width: 10%;
    height: 2px;
    background-color: red;
    left: 0px;
    top: 100%;
}

.contact-form form .form-item {
    width: 100%;
    margin-bottom: 17px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    padding: 5px 2px;
}

.contact-form form textarea {
    resize: none;
}

.contact-form .form-group {
    display: flex;
    align-items: center;
}

.contact-form .form-group .form-item:first-child {
    margin-right: 10px;
}

.btn-form {
    border: none;
    outline: none;
    background: none;
    color: #303030;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.btn-form:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #303030;
    right: -50px;
    top: 50%;
}

.btn-form:after {
    position: absolute;
    content: "";
    background: #303030;
    height: 12px;
    width: 2px;
    right: -47px;
    top: 5px;
    transform: rotate(-45deg);
}

.contact .maps {
    margin-top: 350px;
}

.contact .maps iframe {
    width: 100%;
}

.contact-form .form-group {
    display: block;
}

@media (max-width: 820px) {
    .contact-form {
        padding: 30px 40px;
    }

    .contact .contact-area {
        background: #eaeaea;
        padding: 50px;
        position: relative;
    }
}
@media (max-width: 576px) {
    .contact-form {
        padding: 30px;
        top: 120%;
        left: 0px;
    }

    .contact .contact-area {
        margin-bottom: 45rem;
    }
}

/* Slider ana görünüm */
.single-product-page .mySwiper2 {
    position: relative;
    width: 100%;
    height: auto;
}

.single-product-page .mySwiper2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.single-product-page .mySwiper2 img {
    /* width: 100%; */
    object-fit: contain;
    border-radius: 10px;
}

.single-product-page .mySwiper {
    margin-top: 20px;
    height: auto;
}

.single-product-page .mySwiper .swiper-slide {
    height: auto;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.single-product-page .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.single-product-page .mySwiper img {
    width: 100px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.tour-arrows {
    position: absolute;
    top: 55%;
    left: 2%;
    right: 2%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
    position: absolute;
}

.tour-arrows i {
    background-color: red;
    color: white;
    padding: 8px 11px;
    border-radius: 50%;
    font-size: 15px;
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tour-arrows i.fa-arrow-left {
    margin-left: 10px;
}

.tour-arrows i.fa-arrow-right {
    margin-right: 50%;
}

.pro-title {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    background-color: lightgrey;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 35px;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-block: 15px;
}

.feature-item {
    display: flex;
}

.feature-title {
    min-width: 120px;
    font-weight: bold;
    color: var(--color-3);
    position: relative;
    padding-right: 5px;
    font-size: 15px;
}

.feature-title::after {
    content: ":";
    position: absolute;
    right: 5px;
}

.feature-item span:last-child {
    padding-left: 3px;
}

.box-right {
    display: flex;
    flex-direction: column;
}

.product-detail .wp-btn {
    background-color: #33aa29;
    color: #fff;
    padding: 7px 10px;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-block: 90px;
}

.product-detail .wp-btn:hover {
    background-color: #26931d;
}

/* Product Badges */
.product-badges {
    margin: 25px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
}

.product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 5px 5px 0;
    height: 65px;
    transition: all 0.3s ease;
}

.product-badges .p-badge:hover {
    background-color: red;
}

.product-badges .p-badge:hover i,
.product-badges .p-badge:hover span {
    color: #fff;
}

.product-badges .p-badge.domestic {
    padding: 0;
    border: 0;
}

.product-badges .p-badge.domestic img {
    height: 45px;
    border-radius: 5px;
}

.product-badges .p-badge i {
    color: #222;
    font-size: 17px;
    margin-top: 10px;
}

.product-badges .p-badge span {
    color: #222;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}

.social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-list .fa-twitter {
    background-color: #0087ba;
    color: #fff;
    padding: 7px 10px;
    font-size: 20px;
}

.social-list .fa-facebook {
    background-color: #3b5998;
    color: #fff;
    padding: 7px 10px;
    font-size: 20px;
}

.social-list .fa-linkedin {
    background-color: #007bb6;
    color: #fff;
    padding: 7px 10px;
    font-size: 20px;
}

.social-list .fa-whatsapp {
    background-color: #29a628;
    color: #fff;
    padding: 7px 10px;
    font-size: 20px;
}

.pro-short-text {
    display: block;
    color: grey;
    font-weight: 400;
    margin-top: 15px;
    border: 1px solid lightgrey;
    padding: 10px;
}

.pro-warning {
    font-size: 25px;
    padding: 20px;
    text-align: center;
    color: red;
    background-color: lightgray;
    margin-block: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pro-warning span {
    font-size: 17px;
    color: gray;
    display: block;
    margin-block: 10px;
}

.tab-titles {
    display: flex;
    align-items: center;
    gap: 0px;
    cursor: pointer;
}

li.tab-title {
    background: red;
    color: #fff;
    padding: 5px 10px;
    list-style: none;
    border: 1px solid #fff;
}

.offer-btn {
    background-color: red;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.social-tub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-btn:hover {
    background-color: #fff;
    color: red;
}

.raw-content .content span {
    font-weight: 600;
}

.general-info .raw {
    clear: both;
}

.similar-pro {
    background-color: rgb(253, 227, 227);
}

@media (max-width: 820px) {
    .offer-btn {
        padding: 5px 10px;
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .product-badges .p-badge {
        margin: 0 5px 30px 0;
    }
}

/* Offer Start */
.offer-page .row {
    background-color: #ccc;
    padding: 10px;
}

.offer-area {
    border: none;
    box-shadow: none;
}

.offer-page .title {
    font-size: 22px;
    padding-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 8px;
    position: relative;
    font-weight: 600;
    text-align: center;
}

.offer-page .title::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 48%;
    width: 40px;
    height: 2px;
    background-color: red;
}

.offer-form .offer-area input {
    width: 100%;
    border: none;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px var(--color-text);
}

.offer-page textarea {
    width: 100%;
    border: none;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px var(--color-text);
}

.offer-form .offer-area textarea,
.offer-form .offer-area select {
    width: 96%;
    border: none;
    border: 1px solid #ccc;
    padding: 10px;
    margin-inline: 11px;
    box-shadow: 0px 0px 4px var(--color-text);
}

.multi-label {
    color: #000;
    font-size: 20px;
}

.offer-check-area {
    padding-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 10px 0;
}

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

.form-bottom img {
    max-width: 100%;
    width: 250px;
}

@media (max-width: 820px) {
    .form-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/* Offer End */

.menu-item {
    position: relative;
}

.drop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: block;
    width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid grey;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.menu-item:hover .drop-menu {
    transform: scaleY(1);
    opacity: 1;
    display: flex;
}

.single-column .column {
    width: 100%;
}

.multi-column {
    width: auto;
}

.multi-column .column {
    width: 50%;
}

.column li {
    transition: all 0.3s ease;
    padding: 15px;
}

.column li a {
    font-size: 14px;
}

.column li:hover {
    color: #fff;
    background-color: red;
}

.dropdown-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 10px;
}

/* FOOTER STICKY START */
.footer-sticky {
    display: none;
    align-items: center;
    justify-content: space-between;
    background: #000;
    position: fixed;
    z-index: 99;
    width: 100%;
    bottom: 0;
    padding: 0 0.5rem 1.15rem 0.5rem;
    border-top-left-radius: 2.15rem;
    border-top-right-radius: 2.15rem;
    border-top: 8px solid grey;
    
}

.footer-sticky .sticky-box {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: default;
}

.footer-sticky .top-box {
    transform: translateY(-1.5rem);
}

.footer-sticky .sticky-box .icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-sticky .top-box .icon {
    padding: 10px;
    border-radius: 50%;
    position: relative;
}

.footer-sticky .top-box .icon::before,
.footer-sticky .top-box .icon::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid red;
    opacity: 0.5;
}

.footer-sticky .top-box .icon::before {
    height: 70px;
    width: 70px;
}

.footer-sticky .top-box .icon::after {
    height: 60px;
    width: 60px;
    opacity: 0.75;
}

.footer-sticky .sticky-box .text {
    font-size: 15px;
    color: white;
    text-align: center;
}

.footer-sticky .top-box .icon i,
.footer-sticky .sticky-box .icon i {
    color: white;
    font-size: 30px;
}

.footer-sticky .top-box .text {
    transform: translateY(1.5rem);
    text-align: center;
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879";
    background: red;
    padding: 16px;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .footer-sticky {
        display: flex;
    }
}

@media (max-width: 576px) {
    .footer-sticky .sticky-box .text {
        font-size: 11px;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.75;
        box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
        box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.15);
    }
    100% {
        transform: scale(2);
        opacity: 0;
        box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0);
    }
}

.footer-sticky .top-box .icon::before,
.footer-sticky .top-box .icon::after {
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
}
/* FOOTER STICKY END */

/* Modal İçindeki Liste */
.modal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Liste Öğeleri */
.modal-list li {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid grey;
}

.modal-list .drop-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 10;
}

.modal-list .menu-item:hover .drop-menu {
    display: block;
}

.modal-list .drop-menu li {
    padding: 10px;
    border-bottom: 1px solid lightgray;
}

.modal-list .drop-menu li a {
    color: black;
    text-decoration: none;
    display: block;
}

.modal-list .drop-menu .dropdown-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.products-list .row > div,
.category-list .row > div {
    margin-bottom: 80px;
}
@media (max-width: 576px) {
    .modal-list li {
        /* width: 50%; */
        text-align: left;
    }
}

.service-item {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 10px;
    padding: 100px 0;
}

.service-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}

.service-img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.service-img img {
    max-width: 100%;
    /* width: 200px; */
    /* height: 150px; */
    display: flex;
    object-fit: contain;
    /* border-radius: 8px; */
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.overlay {
    position: absolute;
    top: 10%;
    left: 16%;
    right: 16%;
    bottom: 20%;
    background-color: red;
    border-radius: 8px;
    z-index: -1;
    margin-bottom: -50px;
}

.hover-content {
    position: relative;
    z-index: 2;
}

/* Başlık kutusunu görünür kılmak için z-index ekledik */
.title-box {
    position: absolute;
    bottom: 86%;
    left: 53%;
    width: 235px;
    text-align: center;
    transform: translateX(-53%);
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 3;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.service-item:hover .title-box {
    transform: translateX(-53%) translateY(0px);
    opacity: 1;
}

.hover-content {
    position: absolute;
    top: 136%;
    width: 50%;
    left: 20%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    margin: 0 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-item:hover .hover-content {
    opacity: 1;
}

.description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.read-more {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border-bottom: 3px solid #ff6600;
    color: #fff;
    padding: 0px 15px;
    font-size: 14px;
    transition: background 0.3s;
}

.products-list .row > div {
    margin-bottom: 150px;
}

/* ACCOUNT INFO START */
.account-card {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.account-column .title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid red;
    margin-bottom: 9px;
    color: red;
}

.account-column .text {
    font-size: 14px;
    margin-bottom: 9px;
    color: var(--color-text);
}

.columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-images img {
    max-width: 100%;
    width: 150px;
}

@media (max-width: 820px) {
    .account-images img {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .columns {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ACCOUNT INFO END */

.drop-menu.single-column {
    display: flex;
}

.menu-item .drop-menu {
    display: flex;
}

@media (max-width: 820px) {
    .home-slider .slider-navigation i {
        font-size: 15px;
        padding: 10px;
        width: 35px;
        height: 35px;
    }
}

.header-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    display: none;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.header-modal.active {
    opacity: 1;
    transform: scale(1);
}

.header-modal.closing {
    opacity: 0;
    transform: scale(0.9);
}

@media (max-width: 820px) {
    .btn-list a:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}

.fa-circle-info {
    color: red;
}

:target {
    scroll-margin-top: 100px;
}

.video-pop {
    /* position: relative; */
    display: inline-block;
}

.video-play-button {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 69px;
    color: white;
    font-size: 32px;
    top: -334px;
    left: -30px;
    position: absolute;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.6);
}

.video-play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.9);
}

/* Ripple effect */
.video-play-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: rgba(255, 0, 0, 0.4);
    animation: ripple 1.5s infinite ease-out;
    z-index: -1;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}


.about-desc .content-wrapper {
    box-shadow: none;
    padding: 0;
}

.about-desc .content-wrapper p {
    margin: 0;
}

.mission .title,
.vision .title {
    font-size: 28px;
}


@media (max-width: 768px) {

  .btn-list a {
    margin: 5px 0;
    text-align: center;
  }

  .btn-list a:last-child {
    align-self: center; /* sadece son linki ortalar */
  }
}



@media(max-width: 576px) {
    .about-desc {
        margin-left: 0;
        padding-inline: 10px;
    }

     .swiper-button i {
        font-size: 28px;
        cursor: pointer;
        color: #fff;
    }

}


.menu-list > li  {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-list > li:hover {
  color: red;
}

.menu-list > li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: red;
  transition: width 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-list > li:hover::after {
  width: 100%;
}



/* Tüm dropdown menüler varsayılan olarak gizli */
.header-menu .menu-list li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 10px;
    list-style: none;
    z-index: 1000;
}

/* Hover durumunda göster */
.header-menu .menu-list li:hover > ul {
    display: block;
}

/* Hover durumunda 4'ten fazla eleman varsa 2 sütun yap */
.header-menu .menu-list li:hover > ul.multi-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px;
    min-width: 300px;
}


.kvkk-text {
    font-size: 12px;
}

.kvkk {
    font-size: 14px;
    font-weight: 700;
}

.modal-list .menu-list-children {
    display: none;
    /* margin-left: 20px; */ /* Alt menü içeri girsin */
    /* padding-inline: 0; */
    /* margin-inline: 0; */
}

.modal-list li.has-children.open > .menu-list-children {
    display: block;
}

@media(max-wdith: 1024px) {
    .header-menu .menu-list li {
        padding: 22px 8px;
    }
}

@media(max-width: 820px) {
    .contact-box {
        margin-top: 100px;
    }
}


@media(max-width: 576px) {
    .map-box {
        margin-top: 35px;
    }

    .homeSlider .swiper-slide {
        height: 300px;
    }

    .homeSlider {
        padding: 0;
        padding: 0;
        margin: -50px 0 -100px 0;
    }

    .about-desc .big-title {
        display: block;
        color: #000;
        font-size: 27px;
        padding: 5px 0 15px 0;
    }

    .about-desc .btn {
        margin-top: -60px;
    }


    .video-play-button {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: red;
        border-radius: 50%;
        text-align: center;
        line-height: 69px;
        color: white;
        font-size: 32px;
        top: -314px;
        left: -18px;
        position: absolute;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.6);
    }

    .content-wrapper ul {
        padding: 0 20px 20px 0px;
    }
}


.gallery-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}



/* 404 PAGE START */
.error-page .row {
    display: flex;
    align-items: center;
}

.not-found-page .row {
    display: flex;
    align-items: center;
}

.error-content .title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid grey;
    margin-bottom: 25px;
}

.error-content .text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}


.error-content .btn-style {
    background-color: red;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.error-content .btn-style:hover {
    background-color: lightgray;
    color: gray;
}
/* 404 PAGE END */

.modal-list li.has-children.open > a {
    background-color: red;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
}
/* Arka plan karartısı */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998; /* Modalın hemen altında olmalı */
    display: none;
}

/* Modal */
.header-modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 999;
    transition: left 0.3s ease;
}

/* Açıkken görünür */
.header-modal.active {
    left: 0;
}

.modal-overlay.active {
    display: block;
}

/* Scroll'u engelle */
body.no-scroll {
    overflow: hidden;
}


.menu-list-children li {
    border-bottom: 1px solid #ccc;
}

.menu-list-children li:last-child {
    border-bottom: none;
}


@media(max-width: 820px) {
    .footer-bottom {
        padding-bottom: 60px;
    }
}


@media(max-width: 576px) {
    .links-wrapper .links {
        left: 12px;
        bottom: 18px;
    }

    .links-wrapper .overlay {
        top: -5px;
        left: 0;
        height: 87%;
    }
}


.fancybox-zoomIn {
  animation: zoomIn 0.5s ease;
}

.fancybox-zoomOut {
  animation: zoomOut 0.4s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes zoomOut {
  from { transform: scale(1); opacity: 1; }
  to { transform: scale(0.5); opacity: 0; }
}


.has-image[data-image-fit=cover] .fancybox__content {
    /* width:100%; */
    height: 100%
}

.background-video {
  position: absolute;
  /* top: -9%; */
  bottom: 4%;
  left: 226%;
  /* right: -50%; */
  width: 600px;
  border-radius: 35px;
  border: 16px solid #fff;
  height: 300px;
  transform: translate(-50%, -26%);
  object-fit: cover;
  z-index: 1;
}

@media(max-width: 820px) {
    .background-video {
        position: absolute;
        bottom: 26%;
        left: 226%;
        width: 420px;
        border-radius: 35px;
        border: 16px solid #fff;
        height: 215px;
        transform: translate(-50%, -19%);
        object-fit: cover;
        z-index: 1;
    }
}

@media(max-width: 576px) {
    .background-video {
        position: absolute;
        top: -13%;
        left: 50%;
        width: 311px;
        border-radius: 35px;
        border: 16px solid #fff;
        height: 176px;
        transform: translate(-50%, -40%);
        object-fit: cover;
        z-index: 1;
    }
}

.fancybox-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-top ul li {
    list-style: none;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 4px solid #fff; */
    /* border-radius: 15px; */
    width: 120px;
    height: 120px;
    /* box-shadow: rgba(180, 180, 183, 0.25) 0px 13px 27px -5px, rgba(193, 190, 190, 0.3) 0px 8px 16px -8px; */
}

.footer-logo img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .row > div {
    margin-bottom: 30px;
}



.custom-breadcrumb {
    background-image: url('/assets/img/breadcrumb.jpg'); /* Değeri dinamik olarak JS veya blade ile ver */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.brand-filters {
    padding: 2rem 0;
}

.brand-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.brand-buttons {
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-btn {
    border: 1px solid #ccc;
    padding: 8px 16px;
    background: white;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.brand-btn.active,
.brand-btn:hover {
    background-color: #333;
    color: white;
    border-color: #333;
}

.home-products .container {
    max-width: 1200px;
    margin: 0 auto;
}

