/* .gradient-black-top {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
} */
body {
    caret-color: transparent;
}
html, body {
  touch-action: manipulation;
}
input:focus,
textarea:focus {
    caret-color: auto;
}
.header-search-content input {
  font-size: 16px;             /* 16 veya daha büyük */
  -webkit-text-size-adjust: 100%;  /* iOS’un otomatik zoom için yaptığı yeniden ölçeklemeyi kapatır */
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2969696'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e6 !important;
}

.banner-img {
    height: 80vh;
    object-fit: cover;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.bg-main {
    background-color: #F2A900;
}

.bg-favicon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}
/*.product-modal-left {*/
/*    background: linear-gradient(135deg, #f2a90061 0%, #f2a9000d 50%, #f2a90061 100%);*/
/*}*/
/* Scrollu engellemek için */
body.no-scroll {
    overscroll-behavior: contain;
    touch-action: none;
    /* mobilde kaydırmayı engeller */
}

.bg-black\/50 {
    background-color: #00000080;
}

.contact-span {
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
}

.contact-link:hover .contact-span {
    opacity: 1;
    visibility: visible;
}

.cursor-pointer {
    cursor: pointer;
}

.contact-info {
    box-shadow: 0 0 20px #f1f1f1;
    padding: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 20px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.contact-iframe {
    position: relative;
}

.contact-iframe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
}

.detay-button {
    width: 50%;
    background-color: #000;
    border-radius: 50px;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
}

.detay-button:hover,
.detay-button:focus {
    color: #fff;
    box-shadow: 0 0 10px #6f6f6f;
}

.duration-450 {
    -webkit-transition-duration: .45s;
    -moz-transition-duration: .45s;
    transition-duration: .45s;
}

.ease-2 {
    transition-timing-function: cubic-bezier(.77, .16, .09, .94);
}

.fixed-offer-button {
    position: fixed;
    right: -67px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    background-color: #F2A900;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    z-index: 2;
    transition: all .5s ease;
}

.fixed-offer-button:hover {
    background-color: #000;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #F2A900;
    outline: 0;
    box-shadow: none
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 24px;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 22px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.gradient-gray-top-to-bottom {
    background: linear-gradient(to bottom, #f1f1f1 30%, #ffffff 100%);
    color: white;
    padding: 20px;
    /* border-radius: 8px; */
}

.gradient-main-left-to-right {
    background: linear-gradient(to right, #F2A900 30%, #ffffff 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
}

.gradient-black-top {
    position: relative;
    /* display: inline-block; */
    /* veya block */
}

.gradient-black-top::before {
    /* content: ""; */
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 15rem;
    pointer-events: none;
    background-color: rgb(0 0 0 / 67%);
    mask-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0, transparent);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00000000));
    z-index: 1;
}

.hakkimizda-text {
    color: #cecece;
    font-size: 27px;
    line-height: 45px;
}

.header-search-form form input,
.subscribe-form input {
    border: 0;
    border-bottom: 2px solid #e1e1e1;
    padding: 0;
    width: 100%;
    padding-left: 45px;
    margin: 0;
    color: #555;
    padding-left: 0;
    padding-right: 35px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: none;
    height: 37px;
    text-indent: 10px;
    border-radius: 50px;
}

.h-px {
    height: 1px;
}

.h-20px {
    height: 20px;
}

.h-300px {
    height: 300px;
}

.h-min {
    height: min-content;
}

.h-shop-cart-content {
    max-height: calc(100vh - 420px);
    overflow: auto;
}

.header-search-form form a {
    right: 10px;
    top: 5px;
    font-size: 18px;
    color: #555555;
}

.header-shopping-cart-details.open-shopping-info~body {
    overflow: hidden;
}

.h-100vh-250px {
    height: calc(100vh - 250px);
}

.home-banner-slider-buttons {
    position:relative;
    height: 50px;
    transform: translateX(-30px) !important;
} 

.home-banner-slider-buttons .slick-prev,
.home-banner-slider-buttons .slick-next {
    background: transparent;
    border: none;
    color: #969696;
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 20px;
    /* border-radius: 50%; */
    /*position: relative;*/
    position: absolute;
    bottom: 15px;
    /* transform: translateY(-50%); */
    z-index: 2;
}

.home-banner-slider-buttons .slick-prev {
    right: 65px;
    /*left: 100%;*/
    border-right: 1px solid #afafaf;
}

.home-banner-slider-buttons.slider-left .slick-prev {
    left: 45px;
    right: auto;
    border-right: 1px solid #000;
}

.home-banner-slider-buttons .slick-next {
    right: 10px;
        /*left: 100%;*/
}

.home-banner-slider-buttons.slider-left .slick-next {
    left: 95px;
    right: auto;
}


.home-banner-slider-buttons .swiper-button-next:after, 
.home-banner-slider-buttons .swiper-button-prev:after {
    font-size: 20px;
}

.home-banner-slider-buttons .swiper-button-prev,
.home-banner-slider-buttons .swiper-button-next {
    background: transparent;
    border: none;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 20px;
    /* border-radius: 50%; */
    /*position: relative;*/
    position: absolute;
    bottom: 15px;
    /* transform: translateY(-50%); */
    z-index: 2;
}

.home-banner-slider-buttons .swiper-button-prev {
    right: 65px;
    /*left: 100%;*/
    border-right: 1px solid #afafaf;
}

.home-banner-slider-buttons.slider-left .swiper-button-prev {
    left: 45px;
    right: auto;
    border-right: 1px solid #000;
}

.home-banner-slider-buttons .swiper-button-next {
    right: 10px;
        /*left: 100%;*/
}

.home-banner-slider-buttons.slider-left .swiper-button-next {
    left: 95px;
    right: auto;
}

.home-banner-slider .slick-track {
    padding: 20px 5px;
}

.home-banner-slider .slick-slide {
    margin: 0 5px;
    /* Sağ ve sol boşluk */
}

.home-banner-slider .slick-list {
    margin: 0 -5px;
    /* Kenar boşluklarını dengeler */
}

.home-banner-swiper-slider .slick-prev,
.home-banner-swiper-slider .slick-next {
    background: transparent;
    border: none;
    color: #969696;
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 20px;
    /* border-radius: 50%; */
    position: absolute;
    bottom: -20px;
    /* transform: translateY(-50%); */
    z-index: 2;
}

.home-banner-swiper-slider .slick-prev {
    right: 45px;
    border-right: 1px solid #afafaf;
}

.home-banner-swiper-slider.slider-left .slick-prev {
    left: -5px;
    right: auto;
    border-right: 1px solid #000;
}

.home-banner-swiper-slider .slick-next {
    right: -5px;
}

.home-banner-swiper-slider.slider-left .slick-next {
    left: 45px;
    right: auto;
}

.home-banner-swiper-slider .slick-track {
    padding: 20px 5px;
}

.home-banner-swiper-slider .slick-slide {
    margin: 0 5px;
    /* Sağ ve sol boşluk */
}

.home-banner-swiper-slider .slick-list {
    margin: 0 -5px;
    /* Kenar boşluklarını dengeler */
}

.left--140px {
    left: -140px;
}

.left-banner-slider {
    margin-left: 25px;
}

.line-bottom-button:hover i {
    margin-left: 10px !important;
}

.line-bottom-button:hover .scale-x-0 {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.line-height-1 {
    line-height: 1;
}

.max-height-100vh-190px-scroll {
    max-height: calc(100vh - 190px);
    overflow: auto;
}

.mega-menu #product-image {
    /* transition: opacity 5s ease; */
    /* 5sn yumuşak geçiş */
    /* opacity: 1; */
    object-fit: contain;
    max-height: 300px;
    margin: auto;
}

/* .mega-menu #product-image.fade-out {
    opacity: 0;
    Geçiş başlarken görünmez yap
} */

.main-menu .mega-menu ul>li .header-icon {
    opacity: 0;
    width: 0;
    transition: all.5s ease;
}

.main-menu .mega-menu ul>li:hover .header-icon {
    opacity: 1;
    width: 18px;
    margin-right: 5px;
}

.menu-design-two li {
    /* background-color: #f5f5f5; */
    padding: 20px;
    height: 295px !important;
    align-content: center;
    text-align: center;
    transition: all .5s ease;
}

.menu-design-two li:hover {
    background-color: #f5f5f5;
}

.menu-design-two li a {
    font-size: 30px !important;
    transition: all .5s ease;
}

.menu-design-two li:hover a {
    font-size: 18px !important;
}

.menu-design-two li img {
    width: 100%;
    height: 0;
    object-fit: contain;
    opacity: 0;
    transition: all .5s ease;
}

.menu-design-two li:hover img {
    opacity: 1;
    height: 200px;
}

.offer-form {
    box-shadow: 0 0 20px #f1f1f1;
    padding: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 20px 0;
    background-color: #fff;
    height: 100%;
}

/* mobile menu overlay */
.mobile-menu-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  overflow: auto;
  width: 100vw;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  background-color: #ffffff;
}

.mobile-menu-overlay.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu-overlay__header {
  padding: 15px 0;
  background-color: #ffffff;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon i {
  line-height: 1;
  font-size: 3.4375rem;
}

@media (max-width: 1200px) {
  .mobile-menu-overlay__header .mobile-navigation-close-icon i {
    font-size: calc(1.46875rem + 2.625vw);
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu-overlay__header .mobile-navigation-close-icon i {
    font-size: 50px;
  }
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
  color: #ee7d1f;
}

.mobile-menu-overlay__body {
  padding: 15px 30px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li {
  border-bottom: 1px solid #d7d7d7;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a {
  font-weight: 700;
  line-height: 1.5;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: rgb(0 0 0 / 70%);
  font-size: 15px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover {
  color: #000;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before {
  content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand {
  line-height: 40px;
  position: absolute;
  top: 12px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  color: #000000;
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:before {
  font-family: "Font Awesome 6 Free";
      -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  font-size: 24px;
  font-weight: 600;
  content: "\f107";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid #d7d7d7;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li {
  border-bottom: 1px solid #d7d7d7;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  padding: 10px 0;
  color: rgb(0 0 0 / 70%);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover {
  color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand {
  line-height: 30px;
  position: absolute;
  top: 6px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  color: #000000;
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before {
  font-family: "Font Awesome 6 Free";
      -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  font-size: 16px;
  font-weight: 600;
  content: "\f107";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  font-family: "Font Awesome 6 Free";
      -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  font-size: 16px;
  font-weight: 600;
  content: "\f107";
}


/* Overlay */
#page-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
    display: none;
    z-index: 12;
}

.product-bottom {
    box-shadow: inset 0 0 30px 0 #F2A90033;
    /* background-color: #F2A90014; */
    padding: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.product-card {
    width: 100%;
    /* box-shadow: 0 0 20px #b9b9b9; */
    border-radius: 15px;
    /* overflow: hidden; */
    transition: all.5s ease;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.product-card:hover {
    box-shadow: 0 0 20px #b9b9b9;
}

.product-card img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    margin: auto;
    padding: 25px;
    transition: all .5s ease;
}

.product-card:hover img {
    transform: scale(1.2);
}

.product-card .product-contain {
    padding: 10px;
    background-color: #F2A90014;
    /* box-shadow: inset 0 0 30px 0 #F2A90033; */
    /* background-color: #fff; */
    /* border-top: 1px solid #F2A900; */
    /* margin-top: 10px; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.product-card .product-contain h4 {
    font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
    height: 50px;
    align-content: center;
}

.product-card .product-contain .product-button {
    background-color: #000000;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
}

#product-name {
    font-size: 18px;
    margin-bottom: 20px;
}

.product-sub,
.product-sub:focus {
    background-color: #fff;
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
    font-size: 12px;
    /* text-decoration: underline; */
    transition: all .5s ease;
    border-radius: 5px;
    padding: 2px 5px
}

.product-sub:hover {
    box-shadow: 0 0 20px #f1f1f1;
    transform: scale(1.1);
}

.product-sub.active {
    border: 1px solid #F2A900;
    color: #F2A900;
    font-weight: 600;
    font-size: 14px;
    transform: none;
}

/* .product-sub,
.product-sub:focus {
    color: #6c757d;
    font-size: 13px;
    text-decoration: underline;
    transition: all .5s ease;
}

.product-sub:hover {
    transform: scale(1.1);
}

.product-sub.active {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transform: none;
} */

#product-image-next {
    display: none;
}

.ingredients-image-wrapper img {
    transition: transform 0.5s ease, opacity 0.5s ease;
    object-fit: contain;
}

.ingredients-accordion-item .ingredients-list-category {
    color: #fff;
}

.ingredients-list-category {
    width: 100%;
    display: block;
    color: #969696;
    /* border: 1px solid #969696; */
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 15px;
}


.ingredients-list-category.active::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    margin-right: 5px;
}

.ingredients-accordion-item {
    width: 100%;
    display: block;
    background-color: #F2A900;
    /* color: #fff; */
    border: 1px solid #F2A900;
    border-radius: 50px;
    /* padding: 12px 20px; */
    font-size: 15px;
    overflow: hidden;
}

.ingredients-accordion-item.open {
    background-color: #F2A900;
    border-color: #F2A900;
    /* color: #fff; */
    border-radius: 15px;
}

.ingredients-accordion-item.open .ingredients-accordion-content {
    max-height: fit-content;
    /* içerik en fazla kaç px olabilir diye yüksek bir değer seç */
    padding: 12px 20px;
    overflow: hidden;
}

.ingredients-accordion-content {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    background-color: #fff;
    padding: 0 20px;
    gap: 10px;
    max-height: 0;
    transition: all .3s ease;
}

.ingredients-accordion-content a {
    color: #222222;
    display: flex;
    gap: 5px;
    margin-left: 0;
    transition: all .5s ease;
}

.ingredients-accordion-content a.active {
    color: #F2A900;
    margin-left: 5px;
}

.ingredients-accordion-content a:hover {
    color: #F2A900;
    margin-left: 5px;
}

.product-image-wrapper img {
    transition: transform 0.5s ease, opacity 0.5s ease;
    object-fit: contain;
}

.product-accordion-item.open .product-list-category {
    color: #fff;
}

.product-list-category {
    width: 100%;
    display: block;
    color: #969696;
    /* border: 1px solid #969696; */
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 15px;
}

.product-list-category.active {
    /* background-color: #F2A900; */
    /* border-color: #F2A900; */
    /* color: #fff; */
}

.product-list-category.active::before {
    /*content: "\f061";*/
    /*font-family: "Font Awesome 6 Free";*/
    /*font-style: normal;*/
    /*font-variant: normal;*/
    /*line-height: 1;*/
    /*text-rendering: auto;*/
    /*font-weight: 900;*/
    /*margin-right: 5px;*/
}

.product-accordion-item {
    width: 100%;
    display: block;
    color: #969696;
    border: 1px solid #969696;
    border-radius: 50px;
    /* padding: 12px 20px; */
    font-size: 15px;
    overflow: hidden;
}

.product-accordion-item img{
    width: 18px;
    margin-right: 5px;
}

/* Sadece ana kategoriyi etkilesin */
.product-accordion-item.open .ana-kat-icon {
    filter: brightness(0) invert(1);
}

.product-accordion-item.open {
    background-color: #F2A900;
    border-color: #F2A900;
    color: #fff;
    border-radius: 15px;
}

.product-accordion-item.open .product-accordion-content {
    max-height: fit-content;
    /* içerik en fazla kaç px olabilir diye yüksek bir değer seç */
    padding: 12px 20px;
    overflow: hidden;
}

.product-accordion-content {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    background-color: #fff;
    padding: 0 20px;
    gap: 10px;
    max-height: 0;
    transition: all .3s ease;
}

.product-accordion-content a {
    color: #222222;
    display: flex;
    gap: 5px;
    margin-left: 0;
    transition: all .5s ease;
}

.product-accordion-content a.active {
    color: #F2A900;
    margin-left: 5px;
}

.product-accordion-content a:hover {
    color: #F2A900;
    margin-left: 5px;
}

.rlog-slider .project-card.project-card[active] {
    flex-basis: 60%;
}

.rlog-slider .project-card {
    flex: 0 0 7%;
}

.redist-slogan {
    padding: 20px 25px;
}

.redist-slogan p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #4d4d4d;
    /*font-style: italic;*/
}

.redist-slogan h4 {
    margin: 0;
    font-size: 22px;
    color: #000000;
}

.right--140px {
    right: -140px;
}
.column-gap-4 {
    column-gap: 1.5rem !important;
}
.row-gap-1 {
    row-gap: 0.5rem;
}

.row-gap-2 {
    row-gap: 1rem;
}

.row-gap-3 {
    row-gap: 1.5rem;
}

.row-gap-4 {
    row-gap: 2rem;
}

.row-gap-5 {
    row-gap: 2.5rem;
}

.row-gap-35px {
    row-gap: 35px;
}

.series-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    background-color: #F2A900;
    opacity: 0;
    transition: all.5s ease;
}

.series li:hover .series-color {
    width: 3px;
    opacity: 1;
}

.scale-x-0 {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(0) scaleY(0);
}

/* .series li {
    margin: 5px 0 !important;
}

.series li>a {
    padding: 5px !important;
    color: #000;
    varsayılan yazı rengi
    background: linear-gradient(to right, #F2A900 0%, #F2A900 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease,
    color 0.3s ease;
    }

    .series li>a:hover {
        background-size: 100% 100%;
        color: #fff !important;
    }

*/
/* Ortak başlangıç stilleri */
.slider-animate {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease;
}

/* Sağdan gelecek */
.slider-right {
    transform: translateX(30px);
}

/* Soldan gelecek */
.slider-left {
    transform: translateX(-30px);
}

/* Göründüğünde */
.slider-animate.show {
    opacity: 1;
    transform: translateX(0);
}


.slide-down {
    transform: translateX(100%);
    opacity: 0;
}

.slide-from-top {
    transform: translateX(-100%);
    opacity: 0;
}

.slide-in {
    transform: translateX(0);
    opacity: 1;
}


.slide-up-on-scroll {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.slide-up-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}

.sidebar-image {
    width: 150px;
    height: 100px;
    /*height: -moz-available;*/
    object-fit: cover;
    border-radius: 5px;
}

.sidebar-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #dee2e6;
}

.swiper-pagination-bullet-active {
    background: #F2A900 !important;
}

.teklif-button {
    width: 50%;
    background-color: #F2A900;
    border-radius: 50px;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer;
}

.teklif-button:hover {
    box-shadow: 0 0 10px #6f6f6f;
    color: #fff;
}

.text-limit-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-limit-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.top-auto {
    top: auto;
}
.top-180px {
    top: 180px;
}

#mobile-menu {
    border-bottom: 1px solid #fff;
}

model-viewer {
    width: 100%;
    height: 300px;
    /* background-color: #222; */
}

.header-area:hover #mobile-menu,
.sticky-menu #mobile-menu {
    border-bottom: 1px solid #F2A900;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.object-position-top {
    object-position: top;
}

.origin-left {
    transform-origin: left;
}

/* .slider-area .slick-slider.slider-active .single-slider:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #00000036;
    z-index: 0;
} */

.text-main {
    color: #F2A900 !important;
}

.yt-wrapper iframe {
    width: -webkit-fill-available;
    width: -moz-available;
    height: calc(100vh - 350px);
    border: none;
    margin-top: 10px;
    display: block;
}

.ytp-pause-overlay-container {
    display: none;
}
.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none;
}
.project-card .video-desc {
    transition: all .5s ease;
    opacity: 0;
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background-color: #00000069;
    color: #fff;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}
.project-card[active] .video-desc {
    opacity: 1;
}
.w-fit {
    width: fit-content;
}

.w-100\+140px {
    width: calc(100% + 140px);
}

.w-250px {
    width: 250px;
}

.wh-20px {
    width: 20px;
    height: 20px;
}
.viber-chat {
    position: fixed;
    bottom: 170px;
    right: 15px;
    background-color: #7360f2;
    z-index: 7;
    width: 60px;
    height: 60px;
    transform: translateX(-8px);
    align-content: center;
    display: inline-flex;
    border-radius: 50%;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: transform 0.5s !important;
}
.viber-chat:hover {
    width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.viber-chat img {
    filter: brightness(20);
    width: 35px;
    object-fit: contain;
}
.viber-chat span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: transform 0.5s !important;
}
.viber-chat:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.viber-chat p {
    color: #d9d3ff;
    white-space: nowrap;
}
.viber-chat .viber-tag {
    background-color: #9e90f7;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 10px;
    white-space: nowrap;
}
.viber-chat h5 {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.wechat-chat {
    position: fixed;
    bottom: 170px;
    right: 15px;
    background-color: #18cc21;
    z-index: 7;
    width: 60px;
    height: 60px;
    transform: translateX(-8px);
    align-content: center;
    display: inline-flex;
    border-radius: 50%;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: transform 0.5s !important;
}
.wechat-chat:hover {
    width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.wechat-chat img {
    filter: brightness(20);
    width: 35px;
    object-fit: contain;
}
.wechat-chat span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: transform 0.5s !important;
}
.wechat-chat:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.wechat-chat p {
    color: #dcffde;
    white-space: nowrap;
}
.wechat-chat .wechat-tag {
    background-color: #6fe575;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 10px;
    white-space: nowrap;
}
.wechat-chat h5 {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.whatsapp-box {
    position: fixed;
    bottom: 100px;
    right: 15px;
    background-color: rgb(45, 183, 66);
    z-index: 7;
    width: 60px;
    height: 60px;
    transform: translateX(-8px);
    align-content: center;
    display: inline-flex;
    border-radius: 50%;
    padding: 10px 17px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: transform 0.5s !important;
}
.whatsapp-box:hover {
    width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.whatsapp-box span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: transform 0.5s !important;
}
.whatsapp-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.whatsapp-box p {
    color: #b4e5bc;
    white-space: nowrap;
}
.whatsapp-box .wp-tag {
    background-color: #62c971;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 10px;
    white-space: nowrap;
}
.whatsapp-box h5 {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.fz10 {
    font-size: 10px !important;
}
.fz32 {
    font-size: 32px !important;
}
.fz-40 {
    font-size: 40px;
}
.line-height-normal {
    line-height: normal !important;
}

@media (max-width: 768px) {
    .left--140px {
        left: 0;
    }

    .right--140px {
        right: 0;
    }

    .home-banner-slider-buttons .slick-prev,
    .home-banner-slider-buttons .slick-next {
        bottom: auto;
        top: 0;

    }

    .slider-animate {
        padding: 20px 0;
    }

    .home-banner-slider-buttons.slider-left .slick-next {
        right: -5px;
        left: auto;
    }

    .home-banner-slider-buttons.slider-left .slick-prev {
        right: 45px;
        left: auto;
    }

    .contact-map {
        row-gap: 20px;
    }

    .contact-info,
    .offer-form {
        border-radius: 20px;
    }

    .sidebar-image {
        width: 100px;
    }

    .rlog-slider .project-card[active] {
        min-height: auto;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }

    .sidebar-desc {
        width: calc(100% - 150px);
    }

    .pt-sm-60 {
        padding-top: 60px;
    }
}