body {
  background-color: #efefef;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.top-bar {
  background-color: #efefef;
  border-bottom: solid 1px #ccc;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.top-bar a {
  text-decoration: none;
  color: #555;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
}

.top-bar a.active {
  color: #8cc340;
}
.top-bar .contact {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 15px;
}

.language {
  display: flex;
  justify-content: end;
}

.header {
  display: flex;
  justify-content: space-around;
  background-color: #efefef;
  align-items: center;
}

.header .logo img {
  width: 240px;
  height: 70px;
  object-fit: contain;
}

.header .navbar {
  display: flex;
  gap: 20px;
}
.header .navbar a {
  text-decoration: none;
  color: #555;
}

.header .navbar a.active {
  color: #8cc340;
}

.header .navbar .up-link {
  position: relative;
  z-index: 9;
}

.header .navbar .up-link .step-1 {
  display: none;
  font-size: 14px;
  font-weight: 400;
}

.header .navbar .up-link .step-title {
  display: flex;
  align-items: center;
}

.header .navbar .up-link .step-title i {
  color: #8cc340;
}

.header .navbar .up-link:hover .step-1 {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 200px;
}

.header .navbar .up-link:hover .step-1 div {
  padding: 12px;
}

.header .navbar .up-link:hover .step-1 div:hover {
  background-color: #8cc340;
}

.header .navbar .up-link:hover .step-1 div:hover a {
  color: #fff;
}

.header .navbar .up-link .step-1 div .step2-title {
  display: flex;
  align-items: center;
  padding: 0 !important;
  position: relative;
}

.header .navbar .up-link .step-1 div .step2-title .step-2 {
  display: none;
}

.header .navbar .up-link .step-1 div:hover .step-2 {
  display: block;
  position: absolute;
  top: 100%;
  left: 100%;
  background-color: #fff;
  width: 200px;
}

.header .navbar .up-link .step-1 div .step-2 a:hover {
  color: #fff !important;
}

.header .navbar .up-link .step-1 div .step-2 div a {
  color: #000 !important;
}

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

.position-relative {
  position: relative;
}

.position-relative .top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.position-relative .top-left .title {
  color: #fff;
  font-size: 25px;
  background: rgb(255 255 255 / 50%);
  padding: 30px;
  padding-bottom: 0;
}
.position-relative .top-left .desc {
  color: #fff;
  font-size: 15px;
  background: rgb(255 255 255 / 50%);
  padding: 30px;
}

.position-relative .bottom-center {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.position-relative .bottom-center .title {
  color: #fff;
  font-size: 25px;
  background: rgb(196 145 145 / 50%);
  padding: 30px;
}

.position-relative .bottom-center .desc {
  color: #fff;
  font-size: 15px;
  background: rgb(196 145 145 / 50%);
  padding: 30px;
}

.position-relative .center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.position-relative .center-center .title {
  color: #fff;
  font-size: 25px;
  background: rgb(196 145 145 / 50%);
  padding: 30px;
}

.position-relative .center-center .desc {
  color: #fff;
  font-size: 15px;
  background: rgb(196 145 145 / 50%);
  padding: 30px;
}

.position-relative .top-right {
  position: absolute;
  top: 10px;
  right: 10px;
}

.position-relative .top-right .title {
  color: #fff;
  font-size: 25px;
  background: rgb(196 145 145 / 50%);
  padding: 30px;
}
.position-relative .top-right .desc {
  color: #fff;
  font-size: 15px;
  background: rgb(196 145 145 / 50%);
  padding: 30px;
}

.works {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #efefef;
  row-gap: 70px;
  margin: 0 10%;
  margin-top: 40px;
}
.works .works-item {
  border-right: 0.33px solid #cccccc;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.works .works-item:nth-child(4n) {
  border: none;
}

.works .works-item img {
  width: 150px;
  height: auto;
}
.works .works-item .title {
  font-size: 16px;
  font-weight: 600;
}

.works .works-item .desc {
  font-size: 14px;
  font-weight: 400;
}

.call-to-action {
  font-size: 25px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-top: 50px;
  flex-direction: column;
  gap: 15px;
  background: url(https://bereketilac.com/wp-content/uploads/2020/10/yetkin-kadromuz-ile-profesyonel-uretim.jpg);
  background-position: center center;
  background-size: cover;
  height: 250px;
  position: relative;
}

.call-to-action-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.call-to-action div {
  font-size: 25px;
  font-weight: 500;
  z-index: 2;
}
.call-to-action div span {
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
}
.call-to-action div span::before {
  content: "13 Milyon Alu-Alu Blister Ambalaj";
  animation: animate infinite 5s;
  padding-left: 10px;
}

@keyframes animate {
  0% {
    content: "13 Milyon Alu-Alu Blister Ambalaj";
  }

  50% {
    content: " 48 Milyon Şişe Likit";
  }

  75% {
    content: "13 Milyon Alu-Alu Blister Ambalaj";
  }

  1000% {
    content: " 48 Milyon Şişe Likit";
  }
}

.position-relative .scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 9;
}
.scroll-to-top i {
  font-size: 32px;
  color: #8cc340;
}
.copyright {
  padding: 15px;
  background-color: rgba(134, 160, 46, 1);
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  font-weight: 400;
  border-top: 0.33px solid #fff;
}

.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

.action {
  border: 1px solid rgba(134, 160, 46, 1);
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(134, 160, 46, 1);
  z-index: 2;
}

.action:hover {
  background-color: #fff;
  color: rgba(134, 160, 46, 1);
  cursor: pointer;
}

.some-products {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.line-container {
  display: flex;
  align-items: center;
  text-align: center;
  width: 50%;
}

.line-container::before,
.line-container::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc; /* Adjust the line style */
  margin: 0 10px; /* Space between the line and the content */
}

.line-container div {
  display: flex;
  flex-direction: column;
}

.line-container div .title {
  font-size: 26px;
  font-weight: 500;
  margin: 0px 15px;
  border-top: 3px solid #86a02e;
  padding-top: 18px;
}

.line-container div .desc {
  font-size: 15px;
  font-weight: 400;
}

.some-products-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}

.some-products-container .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.some-products-container .items img {
  width: 380px;
  height: auto;
}

.more {
  margin-top: 30px;
  background-color: #86a02e;
  color: #efefef;
  padding: 15px;
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 6px;
}

.more:hover {
  background-color: #efefef;
  color: #86a02e;
  border: 1px solid #86a02e;
  cursor: pointer;
}

.footer-desc {
  display: flex;
  height: 200px;
  background-color: rgba(134, 160, 46, 1);
  margin-top: 50px;
  padding: 30px 0;
  justify-content: space-around;
}

.footer-desc img {
  width: 240px;
  height: 90px;
  object-fit: contain;
}

.footer-desc .flex-75 {
  flex: 0.75;
}

.footer-desc .desc {
  color: #fff;
  width: 100%;
}

.footer-desc .useful-links {
  display: flex;
  gap: 30px;
}
.footer-desc .useful-links div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-desc .useful-links a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.useful-links .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.flex-75 .desc {
  width: 100%;
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
.contact-info .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: start;
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.contact-info div:first-of-type + div {
  text-transform: none;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 10%;
  gap: 16px;
}

.sertifika-title,
.galeri {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 20px;
}

.image-gallery img {
  height: auto;
  object-fit: contain;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
}

.fason {
  margin-top: 50px;
  position: relative;
}

.fason .fason-item {
  overflow: hidden;
  max-width: 95%;
}

.fason .fason-image {
  width: 500px;
  height: auto;
  max-width: 500px;
  height: 400px;
  max-height: 400px;
}

.fason .fason-title {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
  font-size: 20px;
  z-index: 2;
}

.fason .fason-container-title {
  display: flex;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 50px;
}

.fason-item img {
  transition: transform 0.3s ease;
}

.fason-item img:hover {
  transform: scale(1.2);
}

.fason-item img:hover:out {
  transform: scale(1);
}

.fason-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  pointer-events: none; /* Allows clicks to pass through the overlay */
  z-index: 1;
}

.fason-item:hover .fason-overlay {
  display: block;
}
.fason-uretim-container {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 20px;
}
.fason-uretim {
  display: flex;
  gap: 10px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.f-title {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.mt-12 {
  margin-top: 12px;
}

.f-desc {
  margin-bottom: 12px;
}
.s {
  max-height: 90vh;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.fason-uretim i {
  font-size: 10px;
  color: #8cc340;
}

.no-desc {
  width: 100vw;
  padding: 30px !important;
}

.f-s-12 {
  font-size: 14px;
}
.fason-uretim div {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
strong {
  font-weight: 600;
}
.color-black a {
  text-decoration: none;
  color: #000;
}
.font-size-30 {
  font-size: 30px;
}

.trendyol {
  width: 28px;
  height: auto;
  border-radius: 20px;
}

.mobile-header {
  display: none;
}

.c {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-items {
  display: none;
}
@media screen and (max-width: 600px) {
  .header {
    gap: 0;
    justify-content: space-around;
  }
  .navbar {
    display: none !important;
  }
  .top-bar {
    padding: 10px !important;
  }
  .contact {
    flex-direction: column !important;
  }
  .footer-desc {
    flex-direction: column;
    gap: 20px;
    height: unset;
  }

  .s {
    height: 400px;
  }

  .footer-desc .useful-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    gap: 18px;
  }

  .image-gallery {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .fason .fason-container-title {
    text-align: center;
  }

  .mobile-header {
    display: block;
  }

  .mobile-header i {
    font-size: 30px;
  }

  .top-bar .contact {
    gap: 5px !important;
  }

  .flex-75 .desc {
    margin-left: 0;
    text-align: center;
  }
  .menu-items {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .close i {
    font-size: 25px;
  }

  .close {
    top: 20px;
    right: 20px;
    position: absolute;
  }

  .mt-60 {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    padding-inline: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .mt-60 a {
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
    text-decoration: none;
  }

  .sub {
    padding-inline-start: 24px;
  }

  .sub-2 {
    padding-inline-start: 30px;
  }

  .m-logo {
    width: 80px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    object-fit: contain;
  }
}

.low {
  text-transform: lowercase;
}

/* PDF Thumbnail Styles */
.pdf-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  min-height: 200px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  width: 100%;
  box-sizing: border-box;
}

.pdf-thumbnail:hover {
  border-color: #86a02e;
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(134, 160, 46, 0.2);
}

.pdf-thumbnail i {
  font-size: 48px;
  color: #dc3545;
  margin-bottom: 10px;
}

.pdf-thumbnail canvas {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  border-radius: 4px;
  background: #f5f5f5;
}


.pdf-thumbnail span {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-align: center;
}

.pdf-card {
  margin-bottom: 20px;
}

/* Responsive PDF Styles */
@media (max-width: 768px) {
  .pdf-thumbnail {
    min-height: 150px;
    padding: 15px;
  }

  .pdf-thumbnail i {
    font-size: 36px;
    margin-bottom: 8px;
  }

  .pdf-thumbnail span {
    font-size: 12px;
  }

  /* Swiper içindeki PDF thumbnail'lar için */
  swiper-slide .pdf-thumbnail {
    min-height: 180px;
    padding: 12px;
  }

  swiper-slide .pdf-thumbnail i {
    font-size: 32px;
  }

  swiper-slide .pdf-thumbnail span {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .pdf-thumbnail {
    min-height: 120px;
    padding: 12px;
  }

  .pdf-thumbnail i {
    font-size: 28px;
    margin-bottom: 6px;
  }

  .pdf-thumbnail span {
    font-size: 11px;
  }

  swiper-slide .pdf-thumbnail {
    min-height: 150px;
  }
}
