@charset 'UTF-8';@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,500&display=swap");@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");.logo {
    font-size: 32px;
    font-weight: 500;
    display: flex;   
  }/*! subscribe start  */

.footer .subscribe-row {
    background-color: #000;
    color: white;
    padding: 80px 0;
  }
  
  .footer .footer-row-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 200px;
  }
  
  .footer .subscribe-title,
  .footer .contact-title {
    font-size: 30px;
    max-width: 500px;
    font-weight: 500;
    line-height: 1.2;
  }
  
  .footer .subscribe-desc,
  .footer .contact-desc {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 4px;
  }
  
  .footer .footer-subscribe-bottom,
  .footer .footer-contact-bottom {
    margin-top: 40px;
  }
  
  .footer .footer-subscribe-bottom form {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .footer .footer-subscribe-bottom form > input {
    flex: 1;
    height: 48px;
    border: none;
  }
  
  .footer .footer-subscribe-bottom form > button {
    height: 48px !important;
    border-color: #fff;
    background-color: #000;
    color: #fff;
  }
  
  .footer .privacy-text,
  .footer .privacy-text a {
    font-size: 10px;
    color: #75767c;
    margin-top: 4px;
    font-weight: 500;
  }
  
  .footer .footer-contact-bottom .download-app {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  
 .bi-chevron-up {    
    font-size: 30px;
    
  }
  
  /*! subscribe end  */
  
  /*! widgets start  */
  .widgets-row {
    padding: 60px 0;
    border-bottom: 1px solid #dee0ea;
  }
  
  .widgets-row .footer-columns {
    display: flex;
    justify-content: center;
  }
  
  .footer-column {
    width: 100%;
    max-width: 1200px;
  }
  
  .column-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .footer-sections {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
  }
  
  .footer-section {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
  }
  
  .footer-section.social-section {
    min-width: 200px;
  }
  
  .footer-logo-wrapper {
    margin-bottom: 30px;
  }
  
  .footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
  }
  
  .footer-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #0056b3;
  }
  
  .contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-item {
    display: flex;
    align-items: flex-start;
  }
  
  .contact-item i {
    font-size: 18px;
    margin-right: 12px;
    color: #0056b3;
    min-width: 20px;
  }
  
  .contact-item span {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }
  
  .contact-item a {
    color: #333;
    transition: color 0.3s ease;
  }
  
  .contact-item a:hover {
    color: #0056b3;
  }
  
  .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
  }
  
  .social-section .social-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  
  .social-link:hover {
    background-color: #0056b3;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 86, 179, 0.2);
  }
  
  .social-link i {
    font-size: 20px;
  }
  
  .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .footer-link-item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
  }
  
  .footer-link-item:before {
    content: '\F231';
    font-family: 'bootstrap-icons';
    font-size: 14px;
    position: absolute;
    left: 0;
    color: #0056b3;
  }
  
  .footer-link-item a {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    transition: all 0.3s ease;
  }
  
  .footer-link-item a:hover {
    color: #0056b3;
    transform: translateX(5px);
  }
  
  /*! widgets end  */
  
  /*! copyright start  */
  .copyright-row {
    background-color: #f8f9fa;
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
  }
  
  .footer-copyright {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .footer-copyright .site-copyright {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  
  .footer-copyright .site-copyright p {
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .footer-copyright .site-copyright p::before {
    content: '\F1F7'; /* Bootstrap Icons: shield-check */
    font-family: 'bootstrap-icons';
    margin-right: 8px;
    font-size: 16px;
    color: #0056b3;
  }
  
  .footer-copyright .footer-menu {
    margin-left: auto;
  }
  
  .footer-copyright .footer-menu-list {
    display: flex;
    align-items: center;
    font-size: 13px;
    column-gap: 20px;
    margin: 0;
    padding: 0;
  }
  
  .footer-copyright .footer-menu-list .list-item {
    position: relative;
    transition: all 0.3s ease;
  }
  
  .footer-copyright .footer-menu-list .list-item:not(:last-child) {
    padding-right: 20px;
  }
  
  .footer-copyright .footer-menu-list .list-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0056b3;
  }
  
  .footer-copyright .footer-menu-list .list-item a {
    color: #555;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .footer-copyright .footer-menu-list .list-item a:hover {
    color: #0056b3;
    transform: translateY(-2px);
  }
  /*! copyright end  */
  
  /*! responsive  */
  
  @media (max-width: 768px) {
    .footer .footer-row-wrapper {
      flex-direction: column;
      row-gap: 20px;
    }
    
    .footer-sections {
      flex-direction: column;
      gap: 40px;
      align-items: center;
    }
    
    .footer-section {
      width: 100%;
      max-width: 100%;
    }
    
    .social-section .social-links {
      grid-template-columns: repeat(4, 1fr);
    }
    
    .footer-copyright {
      flex-direction: column;
      text-align: center;
      row-gap: 10px;
    }
    
    .footer-copyright .footer-menu {
      margin-left: unset;
    }
  }
  /*! header start  */

header {
  position: sticky;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(222, 224, 234, 0.5);
}

.global-notification {
  background-color: #1367ef;
  background-image: linear-gradient(to right, #1367ef, #4e85f3);
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  color: white;
  box-shadow: 0 2px 8px rgba(19, 103, 239, 0.2);
  letter-spacing: 0.3px;
}

.global-notification a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 12px;
  margin-left: 8px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.global-notification a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.header-row {
  height: 90px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0 10px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border-radius: 12px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-mobile {
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.header-center .bi-x-circle {
  display: none;
}

.header-center .navigation .menu-list {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.header-center .menu-list .menu-list-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 90px;
}

.header-center .menu-list .menu-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 8px;
  color: #333;
}

.header-center .menu-list .menu-link:hover {
  background-color: rgba(19, 103, 239, 0.05);
  color: #1367ef;
  transform: translateY(-2px);
}

.header-center .menu-list .menu-link::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #1367ef;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s ease width;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(19, 103, 239, 0.3);
}

.header-center .menu-list .menu-list-item:hover .menu-link::after {
  width: 100%;
}

.header-center .menu-list .menu-link.active {
  color: #1367ef;
  font-weight: 600;
}

.header-center .menu-list .menu-link.active::after {
  width: 100%;
}

.header-center .menu-list i {
  font-size: 12px;
}

.header-right .header-right-links {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.header-right .bi-person {
  font-size: 23px;
}

/* Kullanıcı profil menüsü */
.user-profile-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 24px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  background-color: rgba(19, 103, 239, 0.02);
}

.user-profile-menu:hover {
  background-color: rgba(19, 103, 239, 0.08);
  border-color: rgba(19, 103, 239, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(19, 103, 239, 0.1);
}

.user-avatar {
  background-color: #1367ef;
  color: white;
  box-shadow: 0 3px 10px rgba(19, 103, 239, 0.4);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.user-profile-menu:hover .user-avatar {
  transform: scale(1.05);
}

.user-name {
  font-size: 15px;
  font-weight: 500;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

/* Giriş yap butonu */
.header-account {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 24px;
  border: 1px solid transparent;
  background-color: rgba(19, 103, 239, 0.02);
}

.header-account:hover {
  color: #1367ef;
  background-color: rgba(19, 103, 239, 0.08);
  border-color: rgba(19, 103, 239, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(19, 103, 239, 0.1);
}

.header-account i {
  transition: all 0.3s ease;
}

.header-account:hover i {
  transform: scale(1.1);
}

.auth-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.header-right .search-button {
  border: none;
  background-color: rgba(19, 103, 239, 0.02);
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.header-right .search-button:hover {
  background-color: rgba(19, 103, 239, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(19, 103, 239, 0.1);
  border-color: rgba(19, 103, 239, 0.15);
}

.header-right i {
  font-size: 20px;
  display: flex;
  color: #333;
  transition: all 0.3s ease;
}

.header-right .search-button:hover i {
  color: #1367ef;
}

.header-right .header-cart {
  position: relative;
}

.header-right .header-cart-link .header-cart-count {
  width: 16px;
  height: 16px;
  background-color: #1367ef;
  color: white;
  font-size: 10px;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/*? menu dropdown start  */
header .menu-dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1;
}

header .menu-dropdown-content {
  width: 220px;
  background-color: #fff;
  border: 1px solid #dee0ea;
  display: flex;
  flex-direction: column;
  padding: 18px 0;
}

header .menu-dropdown-content a {
  display: flex;
  padding: 4px 30px;
  font-size: 14px;
  transition: color 0.2s ease;
}

header .menu-dropdown-content a:hover {
  color: #1367ef;
}

.header-center .menu-list .menu-list-item:hover .menu-dropdown-wrapper {
  opacity: 1;
  visibility: visible;
}

.menu-dropdown-megamenu {
  background-color: white;
  border: 1px solid #dee0ea;
  padding: 22px;
  display: flex;
  column-gap: 50px;
}

.megamenu-wrapper .menu-dropdown-wrapper {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.megamenu-wrapper {
  position: static !important;
}

.megamenu-wrapper .megamenu-links {
  display: flex;
  column-gap: 50px;
}

.megamenu-wrapper .megamenu-products-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.megamenu-wrapper .megamenu-menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.megamenu-wrapper .megamenu-menu-list a {
  font-size: 14px;
}

.megamenu-wrapper .megamenu-single-title {
  font-size: 18px;
  font-weight: 500;
}

.megamenu-wrapper .megamenu-single-subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.megamenu-wrapper .megamenu-single-button {
  margin-top: 5px;
}

/*? menu dropdown end  */

/*! header end  */

/* Dropdown menü stilleri */
.ant-dropdown-menu {
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
}

.ant-dropdown-menu-item {
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 10px;
  margin: 3px 0;
  font-size: 15px;
}

.ant-dropdown-menu-item:hover {
  background-color: rgba(19, 103, 239, 0.08);
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(19, 103, 239, 0.1);
}

.ant-dropdown-menu-item-icon {
  margin-right: 12px;
  color: #1367ef;
  font-size: 18px;
}

.ant-dropdown-menu-item-danger {
  color: #ff4d4f !important;
}

.ant-dropdown-menu-item-danger .ant-dropdown-menu-item-icon {
  color: #ff4d4f !important;
}

/* header responsive */
@media (max-width: 768px) {
  .header-center {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 80%;
    max-width: 320px;
    background-color: #fff;
    border-right: 1px solid rgba(222, 224, 234, 0.3);
    z-index: 20;
    transition: 0.4s ease all;
    box-shadow: none;
    padding: 20px 0;
  }
  
  .header-center.is-open {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 20;
    transition: 0.4s ease all;
  }

  .header-center .bi-x-circle {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #1367ef;
    background-color: rgba(19, 103, 239, 0.05);
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  
  .header-center .bi-x-circle:hover {
    transform: rotate(90deg);
    background-color: rgba(19, 103, 239, 0.1);
  }
  
  .header-close.is-close {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    background-color: #fff;
    border-right: 1px solid rgba(222, 224, 234, 0.3);
    z-index: 20;
    transition: 0.4s ease all;
  }

  .header-center .menu-list {
    flex-direction: column;
    padding: 60px 30px 30px;
    row-gap: 15px;
    align-items: flex-start;
  }

  .header-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: rgba(19, 103, 239, 0.05);
    color: #1367ef;
    transition: all 0.3s ease;
  }
  
  .header-mobile:hover {
    background-color: rgba(19, 103, 239, 0.1);
    transform: translateY(-2px);
  }

  header .menu-dropdown-wrapper {
    display: none !important;
  }

  header .menu-list i {
    display: none;
  }
  
  .header-center .menu-list .menu-list-item {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  
  .header-center .menu-list .menu-link {
    font-size: 16px !important;
    width: 100%;
    padding: 12px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
  }
  
  .header-center .menu-list .menu-link.active {
    background-color: rgba(19, 103, 239, 0.08);
  }
  
  /* Mobil profil menüsü */
  .user-profile-menu {
    padding: 6px;
  }
  
  .user-name {
    display: none;
  }
  
  .auth-text {
    display: none;
  }
  
  /* Mobil menü arkaplan overlay */
  .header-center.is-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    backdrop-filter: blur(3px);
  }
  
  /* Logo mobil düzenleme */
  .header-left img {
    max-height: 40px;
  }
  
  /* Header yüksekliği */
  .header-row {
    height: 70px;
  }
}
/* Genel Stiller */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.title-underline {
  width: 80px;
  height: 4px;
  background-color: #0056b3;
  margin: 0 auto;
  border-radius: 2px;
}

/* Değerlerimiz */
.company-values {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.value-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 70px;
  height: 70px;
  background-color: #f0f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.value-icon svg {
  font-size: 30px;
  color: #0056b3;
}

.value-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.value-card p {
  color: #666;
  line-height: 1.6;
}

/* İstatistikler */
.company-stats {
  padding: 80px 0;
  background: linear-gradient(rgba(0, 86, 179, 0.9), rgba(0, 86, 179, 0.9)), url('/img/kurumsal.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}

.stats-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.stat-item {
  padding: 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-text {
  font-size: 18px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .section-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .stats-wrapper {
    gap: 20px;
  }
  
  .stat-item {
    flex-basis: 45%;
  }
  
  .stat-number {
    font-size: 36px;
  }
  
  .stat-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 26px;
  }
  
  .stat-item {
    flex-basis: 100%;
  }
}
/*! modal search start  */
.modal-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
  transition: 0.4s ease all;
  backdrop-filter: blur(5px);
}

.modal-search.show {
    visibility: visible;
    opacity: 1;
}

.modal-overlay {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.modal-wrapper {
  max-width: 800px;
  width: 90%;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  transition: all 0.4s ease;
  animation: modalFadeIn 0.4s ease forwards;
}

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

.modal-search .modal-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.modal-search .search-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-search .modal-text {
  font-size: 16px;
  color: #666;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(222, 224, 234, 0.5);
  margin-bottom: 5px;
}

.modal-search .search-form {
  margin-top: 20px;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.modal-search .search-form::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(222, 224, 234, 0.5);
  position: absolute;
  bottom: -20px;
}

.modal-search .search-form input {
  width: 100%;
  height: 54px;
  border: 2px solid rgba(19, 103, 239, 0.1);
  border-radius: 30px;
  padding: 0 60px 0 25px;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
}

.modal-search .search-form input:focus {
  border-color: rgba(19, 103, 239, 0.4);
  box-shadow: 0 0 0 4px rgba(19, 103, 239, 0.1);
}

.modal-search .search-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: calc(100% - 10px);
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #1367ef;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-search .search-form button:hover {
  background-color: #0d5ad6;
  transform: scale(1.05);
}

.modal-search .search-form button i {
  font-size: 18px;
  color: white;
}

.modal-search .search-results {
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.modal-search .search-heading {
  padding: 16px 20px;
  background-color: #1367ef;
  border: none;
}

.modal-search .search-heading h3 {
  font-size: 16px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
}

.modal-search .results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid rgba(222, 224, 234, 0.3);
  background-color: white;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1367ef #f1f1f1;
}

.modal-search .results::-webkit-scrollbar {
  width: 6px;
}

.modal-search .results::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-search .results::-webkit-scrollbar-thumb {
  background: #1367ef;
  border-radius: 10px;
}

.modal-search .result-item {
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(222, 224, 234, 0.3);
  border-right: 1px solid rgba(222, 224, 234, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
}

.modal-search .result-item:hover {
  background-color: rgba(19, 103, 239, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.modal-search .search-thumb {
  max-width: 70px;
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.modal-search .result-item:hover .search-thumb {
  transform: scale(1.05);
}

.modal-search .search-info {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.modal-search .search-sku {
  color: #666;
  margin: 5px 0;
  font-size: 14px;
}

.modal-search .search-price {
  font-weight: 600;
  color: #1367ef;
  margin-top: 5px;
  font-size: 15px;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
}

.modal-close-btn:hover {
  color: #1367ef;
  transform: rotate(90deg);
  background-color: rgba(19, 103, 239, 0.1);
}

.modal-close-btn i {
  font-size: 24px;
}

/*! modal search end  */

/* search responsive  */

@media (max-width: 992px) {
  .modal-search .modal-wrapper {
    max-width: 90%;
    padding: 30px 20px;
  }
  
  .modal-search .results {
    grid-template-columns: 1fr;
    max-height: 350px;
  }
  
  .modal-search .modal-title {
    font-size: 26px;
  }
  
  .modal-search .modal-text {
    font-size: 15px;
  }
  
  .modal-search .search-form input {
    height: 50px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .modal-search .modal-wrapper {
    padding: 25px 15px;
  }
  
  .modal-search .search-form input {
    height: 46px;
    font-size: 14px;
    padding: 0 50px 0 15px;
  }
  
  .modal-search .result-item {
    padding: 15px;
  }
  
  .modal-search .search-thumb {
    max-width: 60px;
    height: 60px;
  }
  
  .modal-search .search-info h4 {
    font-size: 15px;
  }
  
  .modal-search .search-desc {
    font-size: 13px;
  }
}
.modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: 0.3s ease all;
  visibility: hidden;
  opacity: 0;
}

.modal-dialog.show {
  visibility: visible !important;
  opacity: 1;
}

.modal-dialog .modal-content {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
}

.modal-dialog .modal-content .modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
  background-color: transparent;
  font-size: 40px;
}

.modal-dialog .modal-content .modal-image {
  display: flex;
}

.modal-dialog .modal-content .popup-wrapper {
  padding: 30px;
  text-align: center;
}

.modal-dialog .modal-content .popup-title h3 {
  font-size: 30px;
  font-weight: 500;
}

.modal-dialog .modal-content .popup-text {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 500;
  margin-top: 10px;
}

.modal-dialog .modal-content .popup-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
}

.modal-dialog .modal-content .popup-form label {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-size: 14px;
}

@media (max-width: 576px) {
  .modal-dialog .modal-content {
    max-width: 350px;
  }

  .modal-dialog .modal-content .modal-close {
    top: 0px;
    right: 0px;
    font-size: 30px;
  }

  .modal-dialog .modal-content .modal-image {
    display: none;
  }
}
.accessibility-container {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.accessibility-toggle-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1367ef;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 24px;
  transition: all 0.3s ease;
}

.accessibility-toggle-btn:hover {
  background-color: #0d4cb3;
  transform: scale(1.05);
}

.accessibility-panel {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 10px;
  width: 280px;
  animation: slideIn 0.3s ease-in-out;
}

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

.accessibility-panel h3 {
  margin: 0 0 15px 0;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.accessibility-section {
  margin-bottom: 15px;
}

.accessibility-section h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #555;
}

.accessibility-buttons {
  display: flex;
  gap: 8px;
}

.accessibility-btn {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.accessibility-btn:hover {
  background-color: #e9e9e9;
}

.accessibility-btn.active {
  background-color: #1367ef;
  color: white;
  border-color: #1367ef;
}

/* Kontrast stilleri */
body.high-contrast {
  background-color: #000 !important;
  color: #fff !important;
}

body.high-contrast a,
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6,
body.high-contrast p,
body.high-contrast span,
body.high-contrast div {
  background-color: #000 !important;
  color: #fff !important;
}

body.high-contrast button,
body.high-contrast input,
body.high-contrast select,
body.high-contrast textarea {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

body.inverted {
  filter: invert(100%) hue-rotate(180deg);
}

/* Mobil için uyumlu tasarım */
@media (max-width: 768px) {
  .accessibility-container {
    bottom: 70px;
    right: 10px;
  }
  
  .accessibility-toggle-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .accessibility-panel {
    width: 250px;
    padding: 15px;
  }
}
.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(19, 103, 239, 0.2);
  border-radius: 50%;
  border-top-color: #1367ef;
  animation: spin 1s ease-in-out infinite;
  margin-bottom: 15px;
}

.loading-message {
  color: #1367ef;
  font-size: 16px;
  font-weight: 500;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.back-to-top-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #1890ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 999;
  opacity: 0.8;
}

.back-to-top-button:hover,
.back-to-top-button.hovered {
  background-color: #40a9ff;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.up-icon {
  font-size: 20px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* Mobil cihazlar için daha küçük boyut */
@media (max-width: 768px) {
  .back-to-top-button {
    height: 40px;
    width: 40px;
    bottom: 20px;
    right: 20px;
  }
  
  .up-icon {
    font-size: 16px;
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #25D366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 999;
  text-decoration: none;
}

.whatsapp-button:hover,
.whatsapp-button.hovered {
  background-color: #128C7E;
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
  font-size: 32px;
  color: white;
}

.tooltip {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.whatsapp-button:hover .tooltip,
.whatsapp-button.hovered .tooltip {
  opacity: 1;
  visibility: visible;
}

/* Animasyon efekti */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-button {
  animation: pulse 2s infinite;
}

/* Mobil cihazlar için daha küçük boyut */
@media (max-width: 768px) {
  .whatsapp-button {
    height: 50px;
    width: 50px;
    bottom: 20px;
    left: 20px;
  }
  
  .whatsapp-icon {
    font-size: 26px;
  }
}
#yukari {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #dee0ea;
    background-color: #4CAF50;
    opacity: 0.5;
    transition: 0.2s ease all;
}

.section-title{
    text-align: center;
    margin-bottom: 35px;
    margin-top: 35px;
}

.section-title h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 4px;
}

/* Blog Page */

.blog-page{
    margin-top: 40px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/assets/ajax-loader-XJzBMpIy.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('data:application/vnd.ms-fontobject;base64,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');
    src: url('data:application/vnd.ms-fontobject;base64,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') format('embedded-opentype'), url('data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF') format('woff'), url('data:font/ttf;base64,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') format('truetype'), url('/assets/slick-Zcw5u4Ni.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/*! base start  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}
body {
  overflow-x: hidden;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.logo {
  font-size: 32px;
  font-weight: 500;
  display: flex;
}
button {
  cursor: pointer;
  border: none;
}
button:disabled {
  opacity: 0.4 !important;
  cursor: no-drop;
}
.btn {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  font-weight: 500;
  border: 1px solid black;
  transition: 0.2s ease all;
}
.btn-sm {
  line-height: 33px;
}
.btn-lg {
  line-height: 45px;
}
.btn-primary {
  background-color: #1367ef;
  color: #fff;
  border-color: #1367ef;
}
.btn-primary:hover {
  background-color: #fff;
  color: #1367ef;
}
textarea {
  overflow: auto;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  outline: none;
  border: 1px solid #dee0ea;
  padding: 8px 8px 8px 15px;
}
select {
  outline: none;
  border: 1px solid #dee0ea;
  padding: 8px 8px 8px 15px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: gray;
}
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
.img-fluid {
  width: 100%;
}
/*! base end  */
/* Responsive Tasarım İyileştirmeleri */
/* Tablet için */
@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  
  .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .blogs-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Mobil için */
@media (max-width: 576px) {
  .products-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .global-notification p {
    font-size: 10px;
  }
  
  .slider-item .slider-title {
    font-size: 28px;
  }
  
  .slider-item .slider-desc {
    font-size: 14px;
  }
  
  .campaign-single .campaign-title {
    font-size: 22px;
  }
  
  .campaign-single .campaign-desc {
    font-size: 14px;
  }
  
  .contact-wrapper {
    flex-direction: column;
  }
  
  .contact-form {
    width: 100%;
  }
  
  .contact-info {
    width: 100%;
    margin-top: 20px;
  }
}
/* base responsive  */
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 400px;
  }
}
@media (max-width: 420px) {
  .container {
    max-width: 350px;
  }
}
/* react-slick-css */
.slick-slide >div{
  margin: 0 10px;
}
.slick-list{
  margin: 0 -10px;
}