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

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

:root {
  --color-primary: ;
  --color-background: #777676;
  --color-background-2: #3e3e3e;
  --color-text: #808080;
  --color-button: #ff0000;
  --color-content-wrapper: #606060;
  --color-breadcrumb: #bfbcbc;
}


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

ul,
li,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

body {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

section {
  background-color: #fff;
  padding: 50px 20px;
}

.container {
  max-width: 1240px;
}

.breadcrumb-section .container-fluid {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Content Wrapper START*/

.content-wrapper {
  margin-bottom: 50px;
  padding: 20px 5px;
  border-radius: 10px;
}

.content-wrapper p {
  color: #000;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.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*/

h1 {
  font-size: 25px;
}

.section-span {
  color: var(--color-button);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-title {
  margin: 0px 0px 20px 0px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  flex-shrink: 0;
}

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

/* Header-top start */
.header-desktop-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid lightgray;
  z-index: 9;
  position: absolute;
  padding: 2px 20px;
  width: 100%;
  top: 0px;
}

.header-desktop-top .row {
  color: #fff;
  display: flex;
  padding: 10px 0;
}

.htop-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: -20px;
}

.htop-box a {
  color: #fff;
}

@media (max-width: 1024px) {
  .htop-box {
    margin-right: 0;
  }

  .htop-box a {
    font-size: 14px;
  }
}

/* Header-top end */

/* Header-bottom start */
.header-desktop-bottom {
  position: relative;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 5;
  background-size: cover;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.header-desktop-bottom.sticky {
  position: fixed;
  z-index: 12;
  top: 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-desktop-bottom.sticky.scrolled {
  background-image: none;
  background: none;
}

.header-desktop-bottom .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.header-btn-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.header-btn {
  background-color: var(--color-button);
  color: #fff;
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-btn:hover,
.wp-btn:hover {
  color: #fff;
}

.wp-btn {
  background-color: #25d366;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 17px;
  display: flex;
  align-items: center;
}

@media (max-width: 820px) {
  .header-btn {
    font-size: 10px;
    padding: 5px;
    border-radius: 0px;
  }

  .wp-btn {
    font-size: 15px;
    border-radius: 0;
    padding: 5px 10px;
  }
}

/* HEADER END */

/* Why-us Start */
.why-us-section .content-box {
  padding: 0 30px;
}

.why-us-p {
  font-weight: 500;
  padding: 0 30px 0 0;
  color: #000;
  z-index: 9;
}

.why-us-section {
  background: url("front/assets/img/why-image.png") no-repeat left center;
  background-position: left -50px;
  background-size: contain;
  /* padding: 50px 0; */
  background-attachment: fixed;
  background-size: contain;
  background-color: #fff;
  margin-top: -150px;
}

.why-box {
  background: #fff;
  border-radius: 20px;
  padding: 10px 5px;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2), -4px 4px 10px rgba(0, 0, 0, 0.2);
}

.why-box .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  border: 2px solid var(--color-button);
  border-radius: 50%;
  padding: 10px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.why-box .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.why-box .content {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.swiper.mySwiper {
  width: 100%;
  height: 550px;
  margin-top: 100px;
}

.why-us-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.swiper-box {
  position: relative;
  /* overflow: hidden; */
}


/* Mobile responsiveness */
@media (max-width: 1024px) {
  .why-us-section .content-box {
    padding: 0 0 0 100px;
    margin-top: 100px;
  }

  .why-us-section .why-box {
    margin: 0 50px 0 10px;
  }
}

@media (max-width: 768px) {
  .swiper.mySwiper {
    height: 250px;
  }
  .why-us-section .swiper-pagination {
    right: 5px;
  }
}

/* Home Products Start */
.products-section {
  padding-bottom: 70px;
}

.products-section {
  background-image: url("front/assets/img/background.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40%;
}

.pro-row {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #c9c9c9;
  padding: 20px 5px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.pro-logo {
  max-width: 100%;
}

.pro-title {
  font-weight: 700;
  font-size: 21px;
  display: flex;
  flex-direction: column;
}

.pro-desc {
  color: var(--color-text);
}

.pro-btn div {
  color: var(--color-button);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pro-img {
  display: flex;
  justify-content: flex-end;
}

.pro-img img {
  max-width: 100%;
  /* width: 250px; */
  /* height: 150px; */
  object-fit: cover;
  border-radius: 25px;
}

@media (max-width: 820px) {
  .pro-btn {
    display: flex;
    justify-content: center;
  }
}

/* Home Products End */

/* Mobile-home Products Start */
.mobile-products {
  display: none;
}

.mobile-products .pro-btn {
  display: flex;
  justify-content: flex-end;
}

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

  .mobile-products .pro-row {
    display: flex;
    align-items: flex-start;
  }

  .products-section {
    display: none;
  }

  .mobile-products .section-title {
    font-size: 22px;
  }

  .mobile-products .pro-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: red;
  }

  .pro-bottom .pro-desc {
    margin-bottom: 15px;
  }

  .pro-bottom .pro-img {
    margin-bottom: 15px;
    max-width: 100%;
    width: 150px;
  }
}

/* Mobile-home Products End */

/* Cta Start */
.cta-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.cta-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.cta-box {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.cta-span {
  font-size: 20px;
  margin-bottom: 10px;
}

.cta-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-btn {
  font-size: 18px;
  text-decoration: none;
  padding: 10px 30px;
  background-color: var(--color-button);
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
  color: #fff;
}

@media (max-width: 820px) {
  .cta-title {
    font-size: 30px;
  }

  .cta-box {
    padding: 25px 75px;
  }
}

@media (max-width: 576px) {
  .cta-title {
    font-size: 18px;
  }

  .cta-span {
    font-size: 11px;
  }

  .cta-box {
    padding: 20px 35px;
  }

  .cta-btn {
    padding: 5px 18px;
  }
}
/* Cta End */

/* Footer Start */
footer {
  background-color: var(--color-background);
  padding: 80px 300px 20px 300px;
  color: #fff;
}

.footer-top {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 40px;
}

.footer-top .row {
  display: flex;
  justify-content: center;
}

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

.footer-logo img {
  max-width: 100%;
  width: 250px;
  object-fit: cover;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.footer-title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #fff;
}

.footer-box li {
  gap: 5px;
  color: #c4c4c4;
  font-size: 13px;
  padding-bottom: 8px;
}

.footer-box a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ccc;
  transition: all 0.3s ease;
}

.footer-box a:hover {
  opacity: 0.7;
}

.footer-box i {
  color: #fff;
  font-size: 17px;
}

.footer-bottom {
  padding: 20px 0 0 0;
  font-size: 13px;
}

.footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer-bottom ul li {
  border-right: 2px solid #fff;
  padding-right: 10px;
}

.footer-bottom ul li:last-child {
  border-right: none;
}

.footer-bottom ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-bottom ul li:last-child a {
  border-right: none;
  padding-right: 0;
}

.footer-bottom span {
  font-weight: 600;
  font-size: 16px;
  padding: 0 5px;
}

.footer-bottom ul li a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  footer {
    padding: 100px;
  }

  .footer-bottom .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

@media (max-width: 820px) {
  .fb-top {
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  footer {
    padding: 20px;
  }

  .footer-box {
    margin-bottom: 25px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .footer-logo img {
    max-width: 100%;
    width: 220px;
    margin-bottom: 20px;
  }

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

@media (max-width: 380px) {
  .footer-bottom ul li a {
    padding: 0px;
    border: none;
  }
}

/* Footer End */

/* Footer Mobile Start */

.footer-mobile {
  display: none;
}

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

  .footer-mobile {
    display: block;
  }
}

/* Footer Mobile End */

/* Header Mobile Start */
.header-mobile {
  display: none;
}

.header-mobile .hero-section {
  position: relative;
}

.header-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.header-desktop-top .header-btn-list {
  display: none;
}

@media (max-width: 820px) {
  .header-desktop-top,
  .header-desktop-bottom {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .header-desktop-top .row {
    padding: 10px;
  }

  .header-mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-mobile-logo i {
    color: #fff;
    font-size: 35px;
    z-index: 1;
  }

  .header-mobile-logo img {
    max-width: 100%;
    width: 250px;
    z-index: 1;
  }

  .why-us-section {
    display: none;
  }

  .header-mobile .hero-section {
    padding: 50px 10px 50px 10px;
    color: #fff;
    height: 60vh;
    display: flex;
    align-items: flex-end;
  }
}

@media (max-width: 768px) {
  .header-mobile .hero-section {
    padding: 100px 20px 50px 20px;
    color: #fff;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-span {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .header-mobile-logo img {
    max-width: 100%;
    width: 100%;
  }

  .header-mobile-logo i {
    color: #fff;
    font-size: 20px;
  }

  .hero-title {
    font-size: 35px;
    padding-right: 20px;
  }

  .hero-btn {
    max-width: 100%;
    font-size: 20px;
  }

  .wp-btn {
    padding: 2px 10px;
    font-size: 15px;
  }
}
/* Header Mobile End */

/* Modal Header Start */
.modal-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    overflow-y: auto; /* scroll aktif */
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.modal-header.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Ä°Ã§erik kutusu soldan Ã§Ä±kacak */
.modal-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* veya senin modal geniÅŸliÄŸin */
  height: 100%;
  background-color: white;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

/* AÃ§Ä±kken gÃ¶rÃ¼nÃ¼r yap */
.modal-header.show {
  pointer-events: auto;
}

.modal-header.show .modal-background {
  opacity: 1;
}

.modal-header.show .modal-group {
  transform: translateX(0);
}


.modal-group {
  border-right: 7px solid #ddd;
  height: 100vh;
  background-color: #fff;
  margin: 0;
  padding: 10px 25px;
  overflow-y: scroll;
}

.modal-title {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 30px 10px 15px 10px;
}

.close-menu {
  display: flex;
  justify-content: flex-end;
  font-size: 30px;
  font-weight: 700;
}

.modal-contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

.modal-contact-box i {
  font-size: 25px;
  padding-bottom: 15px;
}

.modal-btn {
  line-height: 40px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  color: #fff;
  border-radius: 3px;
  background: var(--color-background-2);
  text-align: center;
  margin: 20px;
  margin-bottom: 25px;
}

.modal-social-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 15px;
}

.modal-menu ul li {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.mobile-header {
  position: relative;
  z-index: 10;
}

.close-menu {
  position: absolute;
  top: -36px;
  right: -12px;
  cursor: pointer;
  color: #000;
  font-size: 31px;
  margin: 50px 25px;
}

.mobile-left,
.mobile-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
}

.mobile-left {
  font-size: 10px;
}

.mobile-left li {
  margin-right: 0px;
}

.mobile-right {
  gap: 5px;
}

.ul-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

@media (max-width: 380px) {
  .mobile-left,
  .mobile-right {
    font-size: 8px;
  }
}

/* Breadcrumb Start */
.breadcrumb {
  position: relative;
  margin-top: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 10px;
  overflow: hidden;
  margin-bottom: 0;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* siyah yarÃ„Â± saydam */
  z-index: 0;
}

/* Ã„Â°ÃƒÂ§erikler overlay'in ÃƒÂ¼stÃƒÂ¼nde olsun */
.breadcrumb .container,
.breadcrumb .title,
.breadcrumb .text,
.breadcrumb-ul {
  position: relative;
  z-index: 1;
}

.breadcrumb .title {
  color: white;
  font-size: 30px;
  font-weight: 700;
}

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

.breadcrumb:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.breadcrumb .title {
  color: white;
  font-size: 25px;
  font-weight: 700;
  z-index: 1;
  display: flex;
}

.breadcrumb-ul {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
  gap: 5px;
  color: #fff;
  z-index: 1;
}

.breadcrumb-ul li {
  list-style: none;
  font-size: 14px;
  letter-spacing: 3px;
}

.breadcrumb-ul li a {
  color: white;
  text-decoration: none;
}

.breadcrumb-ul li a:hover {
  opacity: 0.8;
}

.breadcrumb-ul li:after {
  content: "/";
  margin: 0 5px;
}

.breadcrumb-ul li:last-child:after {
  content: "";
}

.breadcrumb-ul li:last-child {
  color: red;
  font-weight: 600;
}

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

.breadcrumb .text {
  margin-top: 10px;
  color: #fff;
}

.breadcrumb-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1024px) {
  .breadcrumb {
    padding: 40px 20px;
  }
}

@media (max-width: 576px) {
  .breadcrumb .breadcrumb-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/* Breadcrumb End */

/* About Start */
.about-image {
  max-width: 100%;
  margin-bottom: 35px;
}

.about-us-page .row:first-child .content-wrapper {
  font-size: 20px;
  padding: 0 45px;
  font-weight: 200;
}

.about-us-page .content-wrapper p {
  font-size: 16px;
  color: #5a5a5a;
}

.about-us-page .content-wrapper p span {
  font-size: 16px;
  color: red;
}

/* About End */

/* About Start */
.default-image {
  max-width: 100%;
}

.default-title {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 30px;
}

.default-page .content-wrapper {
  font-size: 16px;
  padding: 0 45px;
}

.default-page .content-wrapper p {
  color: var(--color-content-wrapper);
}

.default-page .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
/* About End */

/* Contact start */
.contact-page {
  padding: 50px 0;
}

.contact-title {
  font-size: 22px;
  color: #333;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contact-form {
  color: #fff;
}

.contact_form input[placeholder],
.contact_form textarea[placeholder] {
  color: #eee;
}

.contact-form input {
  margin-bottom: 25px;
}

.contact-form textarea {
  border: 1px solid #ced4da;
  width: 100%;
  padding: 5px 15px;
  height: 170px;
}

.contact-ul span {
  color: var(--color-button);
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}

.contact-ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin-bottom: 15px;
  font-size: 13px;
}

.contact-ul li:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.navigation-button {
  background-color: var(--color-text);
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-block: 10px;
  transition: all 0.3s ease;
}

.navigation-button i {
  transition: all 0.3s ease;
  position: relative;
}

.navigation-button:hover {
  background-color: var(--color-button);
  color: #fff;
}

.navigation-button:hover i {
  transform: translateX(5px);
}

.contact-page .robot-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.robot-box img {
  max-width: 100%;
  width: 250px;
  padding: 0;
}

.contact-btn {
  background-color: var(--color-background);
  color: #fff;
  border-radius: 5px;
  padding: 5px 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  border: none;
  position: relative;
  transition: all 0.3s ease;
}

.contact-btn i {
  margin-top: 3px;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background-color: var(--color-button);
  color: #fff;
  border-color: var(--color-button);
}

.contact-btn:hover i {
  transform: translateX(5px);
}

iframe {
  margin: 0;
  padding: 0;
}

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

  .robot-box {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
/* Contact End */

/* 404 Start */
.not-found-page .row {
  display: flex;
  align-items: center;
}

.not-found-page img {
  max-width: 100%;
  width: 500px;
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-404 .title {
  font-size: 50px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}

.page-404 span {
  font-size: 30px;
  color: #333;
  margin-bottom: 50px;
}

.page-404 a {
  background-color: var(--color-button);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
}

/* 404 End */

/* Single Product Start */
/* .product-page .sticky-sidebar {
    position: sticky;
    top: 100px;
}

.product-page-title {
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.product-page-title::before {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: red;
} */

.image-box img {
  margin-bottom: 30px;
  max-width: 100%;
}

.img-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.img-list img {
  width: 400px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.product-page .robot-box img {
  margin-block: 20px;
}

/* Single Products End */

/* Single-blog Start */
.blog-box {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border: solid 1px #ddd;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.blog-box .image {
  /* margin: 0; */
  /* padding: 0; */
  background: #fff;
  border-bottom: 5px solid red;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}

.blog-box .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  width: 100%;
  object-fit: cover;
}

.blog-box:hover .image img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.blog-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px;
}

.blog-content .title {
  font-size: 18px;
  font-weight: 700;
}

.blog-btn {
  background-color: var(--color-text);
  color: #fff;
  padding: 5px 25px;
  margin-left: 10px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}

.blog-box:hover .blog-btn {
  background-color: var(--color-button);
}

.single-blog-page .robot-box img {
  max-width: 100%;
  width: 250px;
  padding: 0;
  margin-bottom: 20px;
}

.sticky-sidebar {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-right: auto; */
  /* margin-left: auto; */
  margin-bottom: 25px;
}

.sticky-sidebar {
  position: sticky;
  top: 80px;
}

label.form-check-area {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding-bottom: 20px;
  padding-top: 10px;
}

@media (max-width: 576px) {
  .blog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .blog-btn {
    padding: 0px 30px;
  }
}

/* Blog-List End */

/* Blog Detail Start */
.blog-form input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.blog-form select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.blog-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

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

.form-check-area a {
  font-weight: 600;
  font-size: 12px;
}

.detail-btn {
  padding: 7px 50px;
  background-color: var(--color-button);
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.detail-btn:hover {
  background-color: var(--color-content-wrapper);
  color: #fff;
}

.robot-box {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.form-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
}

.form-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--color-button);
  bottom: 0;
  left: 0;
}

.aside-bottom ul li {
  padding-bottom: 15px;
  font-weight: 500;
}

.aside-bottom ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* Blog Detail End */

/* Mobile-why-us Start */
.mobile-why-section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: none;
  position: relative;
}

.mobile-why-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: var(--color-background-2);
  border-bottom-left-radius: 30% 50px;
  border-bottom-right-radius: 30% 50px;
  z-index: -1;
}
/* 
.mobile-why-us .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
} */

.mobile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 40px; */
  margin: 20px 0;
}

.mobile-content span {
  font-size: 17px;
  color: var(--color-background);
  padding-bottom: 0;
  margin-bottom: -3px;
}

.mobile-content .title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.mobile-why-us .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
  /* border-radius: 10px; */
  /* background-color: #fff; */
  width: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}


.mobile-why-us .swiper-slide img {
  width: 60px;
  height: 60px;
  border: 4px solid var(--color-button);
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
}

.mobile-why-us .swiper-slide .title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 9px;
}

.mobile-why-us .swiper-slide .content {
  font-size: 14px;
  color: #000;
}

/* .mobile-why-us .swiper-slide {
  width: calc(80% - 100px);
} */

@media (max-width: 820px) {
  .mobile-why-section {
    display: block;
    z-index: 1;
    margin-top: -118px;
  }

  .mobile-content {
    padding: 30px 0;
  }
}

@media (max-width: 576px) {
  .mobile-why-us .swiper-slide {
    display: flex;
    gap: 0px;
    /* padding: 20px 0; */
    border: none;
    box-shadow: none;
  }
}

/* Mobile-why-us End */

/* Location Start */
/* Animasyonlar */
@keyframes pointGrow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Genel YapÃ„Â± */
.location-section .row {
  display: flex;
  align-items: center;
}

.location-section svg {
  max-width: 100%;
}

.location-section .box {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 30px;
  max-width: 100%;
  width: 375px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display: none;
  animation: slideIn 0.6s ease-in-out forwards;
}
.box.active {
  display: block;
}

/* BaÃ…Å¸lÃ„Â±klar */
.location-section .box .top .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.location-section .box .center .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Merkez Ã„Â°ÃƒÂ§erik */
.location-section .box .center {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}

/* Nokta ve Ãƒâ€¡izgi */
.location-point {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  opacity: 0;
  animation: slideIn 0.6s ease forwards;
  animation-delay: 0.2s;
}

.point {
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  animation: pointGrow 0.4s ease-out forwards;
  animation-delay: 0.1s;
}

/* Dikey Ãƒâ€¡izgiler */
.location-point::before,
.location-point::after {
  content: "";
  position: absolute;
  width: 0.5px;
  background-color: black;
  left: 3px;
}

.location-point::before {
  top: -27px;
  height: 55px;
}

.location-point::after {
  bottom: -18px;
  height: 20px;
}

.location-point:first-child::before {
  display: none;
}

.location-point:last-child::after {
  display: none;
}

.title + .location-point::before {
  display: none;
}

/* Detaylar */
.location-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}

.location-text {
  font-weight: bold;
  font-size: 14px;
}

.location-details span {
  line-height: 1.3;
  font-size: 12px;
  color: #555;
}

/* Alt Bilgiler */
.location-section .box .bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}

.location-section .box .bottom .title {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: -5px;
}

.location-section .box .bottom span {
  font-size: 13px;
  color: var(--color-content-wrapper);
}

/* Mobil DÃƒÂ¼zen */
.header-mobile .header-top {
  padding: 20px;
}

@media (max-width: 820px) {
  .location-section {
    flex-direction: column;
    align-items: center;
  }

  .location-section img {
    width: 100%;
    max-height: 400px;
  }

  .location-section .box {
    position: relative;
    bottom: 23%;
    left: 25%;
    transform: none;
    margin-top: -70px;
  }
}

@media (max-width: 992px) {
  .location-section .box {
    left: 0;
    margin-top: 32px;
  }
}

/* Dropdown MenÃƒÂ¼ Start */
.header-menu {
  margin: 0;
  padding: 0;
  color: #fff;
  display: flex;
  justify-content: center;
}

.header-menu > li {
  position: relative;
  padding: 20px;
  transition: all 0.3s ease;
}

.header-menu > li a {
  position: relative;
  color: #fff;
}

.header-menu > li a::before {
  content: "";
  width: 0px;
  height: 3px;
  background-color: var(--color-button);
  position: absolute;
  top: -100%;
  left: 0;
  transition: 0.5s;
}

.header-menu > li a::after {
  content: "";
  width: 0px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -100%;
  right: 0;
  transition: 0.5s;
}

.header-menu > li:hover > a::before {
  width: 50%;
  transform: translateX(100%);
}

.header-menu > li:hover > a::after {
  width: 50%;
  transform: translateX(-100%);
}

.header-menu > li:hover::before {
  background-color: #fff;
}

/* Dropdown MenÃƒÂ¼sÃƒÂ¼ (Birinci Seviye) */
.header-menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  opacity: 0;
  min-width: 200px;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Dropdown MenÃƒÂ¼ Ãƒâ€“Ã„Å¸eleri */
.header-menu .dropdown-menu li {
  border-top: 1px solid var(--color-background);
  border-bottom: 1px solid var(--color-background);
  font-size: 13px;
  letter-spacing: 2px;
  padding: 10px 20px;
  color: #000;
  transition: background-color 0.3s ease;
}

/* Alt MenÃƒÂ¼ (Ã„Â°kinci Seviye) */
.header-menu .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}

/* Ãƒâ€¡ocuk MenÃƒÂ¼ (ÃƒÅ“ÃƒÂ§ÃƒÂ¼ncÃƒÂ¼ Seviye) */
.header-menu .dropdown-menu .child-dropdown {
  top: 0;
  left: 100%;
}

/* MenÃƒÂ¼ Ãƒâ€“Ã„Å¸eleri Hover Durumu */
.header-menu .dropdown-menu li a {
  color: #000;
  text-decoration: none;
}

.header-menu .dropdown-menu li:hover {
  background-color: var(--color-button);
}

/* MenÃƒÂ¼ Hover Durumunda GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r Olma */
.header-menu .dropdown:hover > .dropdown-menu,
.header-menu .dropdown .dropdown:hover > .dropdown-menu,
.header-menu .dropdown .dropdown .dropdown:hover > .child-dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* Dropdown MenÃƒÂ¼ End */

body.modal-open {
  overflow: hidden;
}

.header-desktop-top,
.header-desktop-bottom,
.desktop-hero-section,
.mobile-hero-section {
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.header-desktop-top::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.desktop-hero-section::before,
.mobile-hero-section::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.product-page-gallery {
  margin: 0px 0 100px 0;
}

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

.product-page-gallery .title:first-child:before,
.pro-why-us .title:first-child:before {
  text-align: center;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 48%;
  width: 50px;
  height: 2px;
  background-color: red;
}

.product-page-gallery .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 25px;
}

/* .header-desktop-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */

.header-desktop-bottom.remove-before::before {
  background: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

body.lity-open .header-desktop-bottom::before {
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

body.lity-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 17px;
}

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

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

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

.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;
  /* border: 1px solid #ccc; */
  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;
  /* margin-bottom: 15px; */
  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: center;
  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 */

.header-desktop-bottom.sticky-active {
  background-color: #333;
}

.header-desktop-bottom {
  transition: background-color 0.3s, box-shadow 0.3s;
  /* padding-bottom: 15px; */
}

.header-desktop-bottom a {
  transition: color 0.3s ease-in-out; /* MenÃƒÂ¼ ÃƒÂ¶Ã„Å¸elerinin yazÃ„Â± rengini yumuÃ…Å¸ak geÃƒÂ§iÃ…Å¸le deÃ„Å¸iÃ…Å¸tir */
}

.header-logo img {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Logo geÃƒÂ§iÃ…Å¸i iÃƒÂ§in efekt */
}

.header-desktop-bottom::before {
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Arka plan ve gÃƒÂ¶lge geÃƒÂ§iÃ…Å¸i */
}

.header-desktop-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.scroll .header-desktop-bottom::before {
  background: none;
}

.header-desktop-bottom::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 89%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: -1;
  padding: 0;
}

.scroll .header-desktop-bottom::before {
  background: none;
}

.scroll .header-desktop-bottom {
  color: black;
}

.map-block path {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  stroke: #fff;
}

.map-block {
  max-width: 100%;
}

.path-css {
  position: relative;
  z-index: 1;
}

.location-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1; /* BaÃ…Å¸langÃ„Â±ÃƒÂ§ta gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r */
}

.header-menu .dropdown .dropdown-menu li {
  transition: all 0.3s ease;
}

.header-menu .dropdown-menu li:hover a {
  /* color: #fff; */
}

body.lity-active,
html.lity-active {
  overflow: hidden;
  height: 100vh;
}

.pro-row:hover {
  background-color: var(--color-breadcrumb);
  border-radius: 20px;
}

.pro-title,
.pro-desc,
.pro-btn div {
  transition: all 0.3s ease;
}

.pro-row:hover .pro-title,
.pro-row:hover .pro-desc,
.pro-row:hover .pro-btn div {
  color: #fff;
}

.hamburger-menu {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  gap: 5px;
  z-index: 9;
}

.header-mobile .header-bottom .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ul-list .mobile-left a {
  color: #fff;
}

.mobile-right .wp-btn {
  padding: 4px 10px;
}

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

.header-mobile .header-bottom {
  padding: 10px;
}

.footer-sticky {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: #000;
  position: fixed;
  z-index: 999;
  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 rgb(132 127 127 / 96%);
}

.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: 50px;
  width: 50px;
  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;
}

.footer-sticky .phone {
  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);
}

select:empty::before {
  content: attr(data-placeholder);
  color: gray;
}

.input_checkbox {
  display: inline-flex;
  width: 5%;
  margin: 0;
  padding: 10px;
}

.form-item option {
  display: flex;
  font-weight: 500;
  align-items: center;
  color: #000;
  background: #ded8d8;
}

.offer-label {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 3px;
}

select.form-item {
  color: #888; /* Gri renk ile placeholder gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ */
}

select.form-item option:disabled {
  color: #888; /* Disabled seÃƒÂ§eneÃ„Å¸in rengi */
}

.offer-contact {
  margin-top: 75px;
}

.offer-contact ul li {
  font-size: 16px;
  color: var(--color-background-2);
  font-weight: 400;
  padding-bottom: 10px;
}

.offer-contact ul li i {
  color: #fff;
  background-color: red;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 15px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.offer-page textarea {
  border: none;
  /* border: 1px solid #ccc; */
  box-shadow: 0px 0px 4px var(--color-text);
  padding: 10px;
}

/* CORPORATE START */
.corporate-page .content-wrapper {
  width: 100%;
  max-height: 100%;
}

.corporate-page .content-wrapper img {
  width: 100%;
}

.corporate-page .content-wrapper .text {
  padding: 20px 30px;
}

.corporate-page .button {
  background-color: #e6202d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  display: inline-block;
  margin: 0 0 0 40px;
}

.corporate-page .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
}

.corporate-page .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.corporate-page .box .icon {
  font-size: 35px;
  color: red;
}

.corporate-page .box:hover {
  background-color: #e6202d;
  color: white;
}

.corporate-page .box:hover .title,
.corporate-page .box:hover span,
.corporate-page .box:hover .icon {
  color: white;
}

.corporate-page .box img {
  width: 40px;
  height: 40px;
}

.corporate-page .box .title {
  color: #54595f;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

.corporate-page .box .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: var(--color-text);
  line-height: 1.9;
}

.default-page .row:nth-child(2n) {
  flex-direction: row-reverse;
  padding-right: 50px;
}

.product-page .row {
  margin-bottom: 40px;
  /* display: flex; */
  /* align-items: center; */
  /* height: calc(100% - 71px); */
}

.product-page .content {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  /* justify-content: center; */
  padding: 15px;
}

.product-page .content .title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-button);
}

.product-page .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text);
}

.product-page .row:nth-child(2n) {
  flex-direction: row-reverse;
  padding-right: 50px;
}

.product-page .row .content-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.row-image {
  padding: 0;
  margin: 0;
}

.product-page .row-text {
  background-color: #f4f4f4;
  border: 3px solid var(--color-breadcrumb);
  border-radius: 0;
}

.row-image img {
  transition: all 0.3s ease;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.row-image img:hover {
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.5);
}

.pro-why-us {
  text-align: center;
  background-color: #f4f4f4;
  margin: 50px 0;
}

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

.pro-why-us .row {
  display: flex;
  justify-content: center;
}

.pro-why-us .why-box {
  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;
  border-right: 3px solid red;
  margin: 20px 10px;
}

.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: 25px;
  display: flex;
  flex-wrap: wrap;
}

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

.single-left-ul li:before {
  content: "Ã¢Å“â€";
  color: red;
  font-size: 18px;
  margin-inline: 10px;
}

.form-robot-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  /* 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;
}

@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;
}

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

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

.content {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.featured-story {
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.featured-story .bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.nav a {
  display: inline-block;
  width: 120px;
  height: 60px;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.nav a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav a em {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

/* .highlight,
.title {
    display: none;
} */

visualization {
  width: 100vw;
}

#unscroller {
  width: 50px;
  height: 50px;
  background-color: #ccc;
  display: block;
  position: fixed;
  bottom: 0;
  right: 20%;
}
#visualization a {
  margin: 10px;
}

.smart-title {
  color: red;
  font-size: 20px;
  font-weight: 700;
  background-color: rgb(209, 208, 208);
  padding: 5px 10px;
  letter-spacing: 1px;
}

.applications-row {
  background-color: rgb(243, 241, 241);
  padding: 15px;
  margin-bottom: 20px;
}

.applications-row ul {
  column-count: 3;
  column-gap: 40px;
  list-style: disc !important;
  padding-left: 20px;
  margin: 20px 0;
}

.applications-row ul li {
  break-inside: avoid;
  padding: 5px 0;
}

.benefits-row {
  margin-bottom: 20px;
  background-color: rgb(243, 241, 241);
  padding: 5px;
}

.benefits-row ul {
  list-style: disc !important;
  padding-left: 20px;
  margin: 20px 0;
}

.benefits-row ul li {
  break-inside: avoid;
  padding: 5px 0;
}

.specification-row {
  display: flex;
  align-items: center;
  padding: 15px;
  /* margin-bottom: 80px; */
  background-color: rgb(243, 241, 241);
}

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

.smart-list {
  margin: 20px 0;
}

.product-page {
  padding: 30px 0 10px 0;
}

.header-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.9) translateY(-10px);
  transform-origin: top;
  min-width: 300px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 99;
  pointer-events: none; /* TÃ„Â±klanmayÃ„Â± engeller */
}

.header-menu .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateY(0);
  pointer-events: auto;
}

.why-us-section .row {
  display: flex;
  align-items: center;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-box .hero-span,
.hero-box .hero-title,
.hero-box .hero-btn {
  opacity: 0;
  animation: fadeSlideUp 0.8s ease forwards;
}

/* FarklÃ„Â± gecikmeler ekleyerek sÃ„Â±rayla ÃƒÂ§Ã„Â±kmalarÃ„Â±nÃ„Â± saÃ„Å¸la */
.hero-box .hero-span {
  animation-delay: 0.2s;
}

.hero-box .hero-title {
  animation-delay: 0.5s;
}

.hero-box .hero-btn {
  animation-delay: 0.8s;
}

.color-image {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.desc-image img {
  max-width: 100%;
  /* width: 100%; */
  object-fit: cover;
}

.single-product .product-desc .sticky-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.color-row .title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

.color-row .title:before {
  text-align: center;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 48%;
  width: 50px;
  height: 2px;
  background-color: red;
}

.breadcrumb-box .title {
  letter-spacing: 5px;
}

.blog-slogan {
  font-size: 22px;
  background: #fff;
  color: #333;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 10px 20px rgba(171, 15, 15, 0.1);
  max-width: 90%;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid red;
  border-top: 3px solid red;
}

/* HERO-SECTION START */
.desktop-hero-section,
.mobile-hero-section {
  position: relative;
  width: 100%;
  height: 105vh;
  background-image: url("front/assets/img/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 50px 0;
  display: flex; /* Container'Ã„Â± flex yapÃ„Â±yoruz */
  align-items: flex-end; /* Ã„Â°ÃƒÂ§eriÃ„Å¸i alta it */
  top: -118px;
}

.desktop-hero-section .container,
.mobile-hero-section .container {
  width: 100%;
}

.hero-box {
  padding: 40px 20px; /* Alt boÃ…Å¸luk */
  color: white;
  display: flex;
  z-index: 0;
}

.hero-span {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  z-index: 9;
}

.hero-title {
  font-size: 60px;
  font-weight: 700;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  line-height: 1.1;
  z-index: 9;
}

.hero-btn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  text-align: center;
  width: 175px;
  font-size: 25px;
  font-weight: 600;
  z-index: 9;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: var(--color-button);
  border-color: var(--color-button);
  color: #fff;
}

.header-bottom {
  padding: 23px 15px;
}

@media (max-width: 1024px) {
  .desktop-hero-section {
    height: 50vh;
  }
}

@media (max-width: 1024px) {
  .desktop-hero-section {
    height: 93vh;
  }

  .header-bottom {
    display: block;
  }
}
/* HERO-SECTION END */

.header-bottom {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: grey; /* BaÃ…Å¸langÃ„Â±ÃƒÂ§ta saydam */
  transition: background-color 0.3s ease;
  display: none;
}

.header-bottom.scrolled {
  background-color: #333; /* Scroll sonrasÃ„Â± istediÃ„Å¸in renk */
}

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

.breadcrumb {
  overflow-x: hidden;
}

.breadcrumb {
  background-size: 100% auto;
  background-position: center top;
  margin-inline: 0;
}

#us-map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

path:hover,
circle:hover {
  stroke: #a72222 !important;
  stroke-width: 5px;
  stroke-linejoin: round;
  fill: #cc0202 !important;
  cursor: pointer;
}

#path67 {
  fill: none !important;
  stroke: #2cb3f0 !important;
  cursor: default;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #212121;
  color: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 5px;
  padding: 15px;
  font-family: arial;
}

#us-map {
  display: block;
  position: unset;
  top: 0;
  left: 0;
  width: 100%; /* â† burada 'width' yazÄ±m hatalÄ±ydÄ±, dÃ¼zelttim */
  height: 100%;
  cursor: pointer;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

#us-map.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* Her path iÃ§in animasyon baÅŸlangÄ±cÄ± */
/* #us-map path,
#us-map circle {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.3s ease-out;
} */


@media(max-width: 576px) {
  .hero-span {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 40px;
  }
}

.why-box .content {
    max-height: 400px; 
    overflow-y: auto; 
    text-overflow: ellipsis;
}


/* Modal iÃ§eriÄŸi (Ã¶rneÄŸin: .modal-group) */
.modal-group {
    contain-intrinsic-block-size: auto 100px;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    padding-bottom: 100px;
}

/* Aktif hale geldiÄŸinde */
.modal-header.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-header.show .modal-group {
    transform: translateX(0);
}


.circle {
    margin-top: 10px;
}

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

.detail-btn {
    border: none;
}


.box {
  transition: opacity 0.3s ease;
}

.header-mailbox {
  color: #fff;
  background-color: red;
  padding: 5px 15px;
  border-radius: 3px;
}

.child-products {
    margin-bottom: 20px;
}

.why-box .content {
    max-height: 400px;
    overflow-y: auto;
    padding: 0 10px;
}

.why-box .content::-webkit-scrollbar {
    width: 6px; 
}

.why-box .content::-webkit-scrollbar-track {
    background: transparent; 
}

.why-box .content::-webkit-scrollbar-thumb {
    background-color: red; 
    border-radius: 10px; 
}

.mySwiper .swiper-wrapper {
  display: flex;
}

.top-image {
  max-width: 100%;
  width: 100%;
  display: flex;
  object-fit: cover;
  margin-bottom: 40px;
  margin-right: auto;
  border-radius: 10px;
  margin-left: auto;
}

.row-text {
  background: #f8f8f8;
  border-radius: 130px;
  padding: 30px 70px;
  margin-bottom: 35px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .benefits-row ul li:last-child {
  margin-top: 20px;
  font-weight: 600;
} */


.color-box {
    padding: 100px 0px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.color-box {
    position: relative;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    transition: transform 0.2s ease;
    height: calc(100% - 20px);
    border-bottom: 10px solid #908f8f;
}

.color-box:hover {
    transform: scale(1.02);
}

.color-code {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.8;
}

.color-box::after {
    content: "KopyalandÄ±!";
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.color-box.copied::after {
    opacity: 1;
}

.color-chart {
  margin-top: 30px;
}

.color-list {
  margin-bottom: 30px;
}

.color-title {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.color-code {
  background-color: #000;
  padding: 5px 10px;
  display: none;
}

.color-list-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.color-chart .row {
  background-color: lightgrey;
  padding: 40px;
}

.color-pallete {
  margin-bottom: 20px;
  width: 73%;
}

.special-title {
  font-size: 30px;
  border-left: 5px solid red;
  padding: 5px 15px;
  margin-block: 25px;
  font-weight: 800;
}

.special-row {
  display: flex;
  align-items: center;
  margin-top: 101px;
}

.mySwiper {
  height: 400px;
  width: 100%;
}

.color-top-title {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  position: relative;
  color: #fff;
  overflow: hidden; /* before taÅŸarsa diye */
}

.color-top-title::before {
  position: absolute;
  content: '';
  background: linear-gradient(to right, rgba(255, 0, 0, 0.793), rgba(90, 1, 1, 0.821));

  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.color-top-title-content {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
}

@media(max-width: 820px) {
  .mobile-why-us {
    overflow-x: hidden;
    overflow-y: visible;  
    padding: 0 0 50px 0;
  }

  .location-section .map-box {
    display: flex;
    justify-content: center;
    margin-block: 25px;
  }
}


@media(max-width: 576px) {
  .row-text {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .why-box .content {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Mobilde 3 satÄ±r gÃ¶ster */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .footer-bottom {
    /* padding-bottom: 85px; */
  }

  .breadcrumb .title {
    font-size: 18px;
  }

  .color-top-title-content {
    font-size: 16px;
  }

}

.pro-img {
    border-radius: 15px;
    max-width: 100%;
}

.mobile-hero-section {
  display: none;
}

@media(max-width: 1024px) {
  .header-btn {
    padding: 8px 25px;
  }

  .child-products .products-section .pro-desc {
    color: var(--color-text);
    width: auto;
  }
}

@media(max-width: 820px) {
  .desktop-hero-section {
    display: none;
  }

  .mobile-hero-section {
    display: block;
    height: 100vh;
  }

  .mobile-hero-section .hero-box {
    padding: 40px 20px; 
    color: white;
    display: flex;
    position: absolute;
    top: 60%;
  }
}

@media(max-width: 768px) {
  .mobile-hero-section .hero-box {
    top: 50%;
  }

  .color-top-title {
    padding: 23px;
  }

  .color-top-title-content {
    font-size: 26px;
  }
}


@media(max-width: 576px) {
  .mobile-hero-section .hero-box {
    top: 50%;
  }

   .color-top-title-content {
    font-size: 20px;
  }
}


@media(max-width: 380px) {
  .mobile-hero-section .hero-box {
    top: 46%;
  }

  .mobile-hero-section .hero-span {
    font-size: 15px;
    font-weight: 500;
  }

  .mobile-hero-section .hero-title {
    font-size: 30px;
    font-weight: 600;
  }

  .mobile-hero-section .hero-btn {
    font-size: 21px;
  }
}


@media (hover: hover) and (pointer: fine) {
  .product-box:hover {
    background-color: #bfbcbc;
  }
}


.swiper {
  position: relative; /* pagination'Ä±n absolute konumlanabilmesi iÃ§in */
}

.swiper-pagination {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column; /* dikey hizalama */
  gap: 8px;
  z-index: 10;
  pointer-events: auto; /* kritik */
}

.swiper-pagination span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  color: black;
  opacity: 0.5;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  font-weight: bold;
  border-color: #007aff;
  color: #007aff;
}


/* Pagination style */
.why-us-section .swiper-pagination {
  position: absolute;
  top: 55%;
  right: 0;
  /* transform: translateY(-60%); */
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: flex-end;
}

/* Pagination numbers */
.why-us-section .swiper-pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #000;
  font-size: 22px;
  cursor: pointer;
  border: 1px solid var(--color-button);
  background-color: transparent;
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Active pagination bullet */
.why-us-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-button);
  color: #fff;
  opacity: 1;
}


.icon-animate {
  animation: floatUpDown 2s ease-in-out infinite;
  transform-origin: center bottom;
  cursor: pointer;
  transition: fill 0.3s ease;
}

.icon-animate:hover {
  fill: black;
}

@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.pulse-circle {
  fill: rgba(255, 0, 0, 0.3);
  animation: pulse 2s ease-out infinite;
  transform-origin: center;
}

@keyframes pulse {
  0% { r: 20; opacity: 0.6; }
  50% { r: 25; opacity: 0; }
  100% { r: 20; opacity: 0.6; }
}


.header-menu .dropdown-menu li:hover a {
    color: #fff;
}

.header-menu .dropdown .dropdown-menu .dropdown li a {
    color: #000;
}

.header-menu .dropdown .dropdown-menu .dropdown li:hover a {
    color: #fff;
}

.about-us-page .row-text .content-wrapper {
  margin-bottom: 0;
}

.sidebar {
  padding: 0 50px;
}

.metallic-title {
  font-size: 18px;
}

.color-row .metallic-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.color-row .metallic-title:before {
  text-align: center;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 28%;
  width: 50px;
  height: 2px;
  background-color: red;
}

.fb-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-pdf {
  display: inline-flex;
  justify-content: flex-end;
}

.header-pdf a {
  background-color: red;
  color: #fff;
  padding: 4px 15px;
  border-radius: 5px;
  font-size: 20px;
}

.product-pdf {
  background-color: red;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}

.product-pdf a {
  color: #fff;
}

.product-desc ul {
    /* margin-left: 25px; */
}

.product-desc ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.product-desc h2 {
  margin-top: 30px;
}

.download-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.download-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
  cursor: pointer;
}

.download-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.download-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.download-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.download-actions .view-btn {
  background-color: #007bff;
  color: #fff;
}

.view-btn:hover {
  background-color: #0056b3;
}

.download-btn {
  background-color: #28a745;
  color: #fff;
}

.download-btn:hover {
  background-color: #1e7e34;
}

.download-actions .btn i {
  font-size: 16px;
}


/* Ä°konlarÄ±n temel durumu */
.open-eye {
  display: inline;
  transition: opacity 0.3s ease;
  color: #fff; /* view-btn iÃ§inde beyaz */
}

.closed-eye {
  display: none;
  transition: opacity 0.3s ease;
  color: #fff;
}

/* Hover durumunda ikon geÃ§iÅŸi */
.view-btn:hover .open-eye {
  display: none;
  opacity: 0;
}

.view-btn:hover .closed-eye {
  display: inline;
  opacity: 1;
  transform: rotate(15deg);
  transition: transform 0.3s ease;
}

/* Ä°stersen ikon biraz bÃ¼yÃ¼yebilir hoverâ€™da */
.view-btn:hover i {
  transform: scale(1.2);
}




.ms-content {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 10px solid #2ea4f2;
	border-radius: 100%;
	background: #1c9cf2;
}

.ms-content-inside {
	width: 100%;
	height: 100%;
	position: relative;
}

.ms-line-down-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: rotate(0deg);
	transition: transform 0s ease;
}
#ms-download {
	display: none;
}
#ms-download:checked ~ .ms-line-down-container {
	transform: rotate(-360deg);
	transition: transform 1.5s ease 1.25s;
}

.ms-line-down {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 125px;
	background: #FFFFFF;
	border-radius: 50px;
	transition: height .5s ease;
}

#ms-download:checked ~ .ms-line-down-container .ms-line-down {
	height: 10px;
	top: -20px;
	animation: ms-bounce .5s forwards .55s;
}
#ms-download:checked ~ .ms-line-down-container .ms-line-down:before {
	content: '';
	position: absolute;
	top: 0;
	left: -94px;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 200px;
	border: 10px solid transparent;
	border-radius: 100%;
	animation: ms-border-fill .5s forwards 3s;
}

.ms-line-point {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 58px;
	height: 130px;
	transition: height .15s ease .45s;
}

#ms-download:checked ~ .ms-line-point {
	height: 60px;
}

#ms-download:checked ~ .ms-line-point:before {
	transform: rotate(90deg);
	right: -10px;
	animation: ms-check-right .25s forwards 3s;
}

#ms-download:checked ~ .ms-line-point:after {
	transform: rotate(-90deg);
	left: -10px;
	animation: ms-check-left .25s forwards 3s;
}

.ms-line-point:before,
.ms-line-point:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 75px;
	bottom: -10px;
	background: #FFFFFF;
	border-radius: 50px;
	transition: transform .15s ease .47s, left .15s ease .47s, right .15s ease .47s;
}

.ms-line-point:before {
	right: 0px;
	transform: rotate(45deg);
}

.ms-line-point:after {
	left: 0px;
	transform: rotate(-45deg);
}

@keyframes ms-bounce {
	0% {
		top: -20px;
	}
	25% {
		top: -250px;
	}
	50% {
		top: -275px;
	}
	100% {
		top: -190px;
	}
}

@keyframes ms-check-left {
	0% {
		transform: rotate(-90deg);
		left: -10px;
		height: 75px;
	}
	100% {
		transform: rotate(-45deg);
		left: 0px;
		height: 45px;
	}
}

@keyframes ms-check-right {
	0% {
		transform: rotate(90deg);
		right: -10px;
		height: 75px;
		bottom: -10px;
	}
	100% {
		transform: rotate(45deg);
		right: 10px;
		height: 80px;
		bottom: -15px;
	}
}

@keyframes ms-border-fill {
	0% {
		border: 10px solid transparent;
	}
	100% {
		border: 10px solid #FFFFFF;
	}
}



.pdf-toggle-container {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  overflow: hidden;
  max-width: 500px;
  margin: 30px 0 40px 0;
  font-family: "Segoe UI", sans-serif;
  transition: all 0.3s ease-in-out;
}

.pdf-toggle-header {
  background: linear-gradient(135deg, red, red);
  color: #fff;
  padding: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.pdf-toggle-header:hover {
  background: linear-gradient(135deg, red, red);
}

.pdf-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.pdf-toggle-header.open .arrow {
  transform: rotate(180deg);
}

.pdf-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}


.pdf-toggle-header.open + .pdf-list {
  max-height: 500px;
  opacity: 1;
}

.pdf-list li {
  border-top: 1px solid #eee;
}

.pdf-list a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease, color 0.2s ease;
}

.pdf-list a:hover {
  background-color: #f5f5f5;
  color: red;
}


.pdf-list.single-pdf {
  padding: 0;
  margin: 16px 0;
}

.pdf-list.single-pdf li {
  border: none;
  padding: 0;
}

.pdf-list.single-pdf a {
  display: inline-block;
  background-color: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.pdf-list.single-pdf a:hover {
  background-color: #4338ca;
}

.pdf-toggle-header {
 text-align: center;
}

.single-pdf-link {
  color: #fff;
  text-align: center;
}


.map-box .box {
    display: none;
}
.map-box .box.active {
    display: block;
}

#map-pin {
    position: absolute;
    width: 24px;
    height: 24px;
    background: red; /* Ã¶rnek */
    border-radius: 50%;
    transform: translate(-50%, -100%);
    display: none;
    z-index: 10;
}


@media(max-width: 1200px) {
  .header-logo img {
    max-width: 100%;
    width: 180px;
  }

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


@media(max-width: 576px) {
  .mobile-hero-section,
  .cta-section {
    background-attachment: scroll !important;
  }

    .mobile-hero-section {
      display: block;
      height: 100vh;
    }

    .breadcrumb {
      margin-top: 0px;
    }

    .top-image {
      max-width: 100%;
      display: flex;
      object-fit: cover;
      margin-bottom: 0px;
    }

    .single-product {
      padding: 20px 20px;
    }

    .product-page {
      padding: 0;
      margin-top: 20px;
    }

}

.not-found {
  max-width: 100%;
  object-fit: cover;
}

.not-found-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.not-found-block .not-found-text {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.not-found-block .home-btn {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  transition: all .3s ease;
}

.not-found-block .home-btn:hover {
  background-color: red;
}


@media(max-width: 820px) {
  .other-colors {
    margin-bottom: 60px;
  }

  .pro-title {
    font-size: 15px;
  }
}


@media(max-width: 576px) {
  .color-row .title:before {
    left: 40%;
  }

  .other-colors {
    margin-bottom: 60px;
  }

  .pro-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .pro-bottom .pro-desc {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .top-image-aluminum {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }

  .applications-row ul {
    column-count: 3;
    column-gap: 40px;
    list-style: disc !important;
    padding-left: 10px;
    margin: 20px 0;
  }

  .product-desc ul li {
    list-style: disc;
    margin-bottom: 15px;
    padding-right: 34px;
  }

  .applications-row ul {
    column-count: 2;
    column-gap: 40px;
    list-style: disc !important;
    padding: 0 10px;
    margin: 20px 0;
  }

   .applications-row ul li {
    padding: 0 2px;
  }

}


.smart-list {
  position: relative;
  padding-left: 20px;
}

.smart-list::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000; /* Renk seçimini buradan yapabilirsin */
  font-size: 20px;
}




.modal-menu ul {
  display: flex;
  flex-direction: column;
}

.modal-menu ul li a {
  color: #000;
}

.modal-menu li {
  margin-bottom: 10px;
}

.modal-menu .dropdown-menu {
  display: none;
}

.modal-menu li.open > .dropdown-menu {
  display: block;
}


.modal-menu li.open > a.dropdown-toggle::after {
  content: " ▼";
  font-size: 10px;
}

.modal-menu .dropdown-menu {
    display: none;
    padding-left: 15px;
}

.modal-menu .dropdown.open > .dropdown-menu {
    display: block;
    position: static;
}

.modal-menu ul li:last-child {
  border-bottom: none;
}

.contact-map {
  margin-bottom: -57px;
  padding-inline: 0;
  margin-top: 50px;
}