@charset "UTF-8";
/*!
Theme Name: Paygo
Theme URI: https://www.shop.paygoteknoloji.com.tr/
Author: Tasarlab
Author URI: https://tasarlab.com/
Description: Tasarlab, Paygo
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: paygo
Tags: paygo
*/
/* WOW.js animasyonlarında ilk yüklemede iki kere geliyormuş gibi görünmeyi engelle */
body {
  overflow-x: hidden;
}

/* Prevent flash of unstyled content before WOW animations */
.wow {
  visibility: hidden;
}

.wow.animate__animated {
  visibility: visible;
}
body {
  padding: 0;
  margin: 0;
}

.container, .site-footer .footer-bottom .footer-container, .site-header .header-container {
  max-width: 1365px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 100;
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}
.site-header .site-logo {
  display: flex;
  align-items: center;
}
.site-header .site-logo img {
  height: 36px;
  width: auto;
}
.site-header .site-logo .site-title {
  font-size: 24px;
  font-weight: 700;
  color: #164A95;
  text-decoration: none;
  margin: 0;
}
.site-header .site-logo .site-title:hover {
  color: #333333;
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
}
.site-header .main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.site-header .main-navigation ul li {
  position: relative;
}
.site-header .main-navigation ul li a {
  color: #333333;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.site-header .main-navigation ul li a:hover {
  color: #164A95;
}
.site-header .main-navigation ul li.has-children > a::after {
  content: "▼";
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.site-header .main-navigation ul li.has-children:hover > a::after {
  transform: rotate(180deg);
}
.site-header .main-navigation ul li.has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.site-header .main-navigation ul li.has-children .sub-menu li {
  display: block;
}
.site-header .main-navigation ul li.has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #333333;
  border-bottom: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}


.site-header .main-navigation ul li.has-children .sub-menu li a:hover {
  background: #f9f9f9;
  color: #164A95;
}
.site-header .main-navigation ul li.has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .mobile-left,
.site-header .mobile-right {
  display: none;
}
.site-header .desktop-logo {
  display: block;
}
.site-header .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.site-header .menu-toggle:hover {
  background-color: #f0f0f0;
}
.site-header .menu-toggle .menu-icon {
  width: 24px;
  height: 24px;
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header .header-actions .search-toggle,
.site-header .header-actions .cart-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.site-header .header-actions .search-toggle:hover,
.site-header .header-actions .cart-toggle:hover {
  background-color: #f0f0f0;
}
.site-header .header-actions .search-toggle img,
.site-header .header-actions .cart-toggle img {
  width: 20px;
  height: 20px;
}
.site-header .header-actions .cart-toggle {
  position: relative;
}
.site-header .header-actions .cart-count {
  background: #164A95;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6px !important;
  right: 3px !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

@media (max-width: 1199px) {
  .site-header .header-container {
    justify-content: space-between;
  }
  .site-header .desktop-logo {
    display: none;
  }
  .site-header .mobile-left {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .site-header .mobile-right {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .site-header .mobile-right .cart-toggle {
    position: relative;
  }
  .site-header .mobile-right .cart-count {
    background: #164A95;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -4px;
    right: -6px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    z-index: 1;
  }
  .site-header .main-navigation {
    display: none;
  }
  .site-header .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  .site-header .menu-toggle:hover {
    background-color: #f0f0f0;
  }
  .site-header .menu-toggle img {
    width: 24px;
    height: 24px;
  }
  .site-header .menu-toggle .menu-icon {
    display: none;
  }
  .site-header .site-logo img {
    height: 35px;
  }
  .site-header .site-logo .site-title {
    font-size: 20px;
  }
  .site-header .header-actions {
    display: none;
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
  transition: left 0.3s ease;
  overflow-y: auto;
}
.mobile-menu-panel.active {
  left: 0;
}
.mobile-menu-panel .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-logo {
  display: flex;
  align-items: center;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-logo .site-logo {
  display: flex;
  align-items: center;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-logo .site-logo img {
  height: 40px;
  width: auto;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-logo .site-logo .site-title {
  font-size: 20px;
  font-weight: 700;
  color: #164A95;
  text-decoration: none;
  margin: 0;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-logo .site-logo .site-title a {
  color: #164A95;
  text-decoration: none;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-logo .site-logo .site-title a:hover {
  color: #333333;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-close:hover {
  background-color: #f0f0f0;
}
.mobile-menu-panel .mobile-menu-header .mobile-menu-close svg {
  color: #333333;
}
.mobile-menu-panel .mobile-menu-content {
  padding: 20px;
}
.mobile-menu-panel .mobile-menu-content .mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-panel .mobile-menu-content .mobile-navigation ul li {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-panel .mobile-menu-content .mobile-navigation ul li:last-child {
  border-bottom: none;
}
.mobile-menu-panel .mobile-menu-content .mobile-navigation ul li a {
  display: block;
  padding: 15px 0;
  color: #333333;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  transition: color 0.3s ease;
}
.mobile-menu-panel .mobile-menu-content .mobile-navigation ul li a:hover {
  color: #164A95;
}
.mobile-menu-panel .mobile-menu-content .mobile-navigation ul li.menu-item-has-children > a::after {
  content: ">";
  float: right;
  font-weight: 600;
  color: #666666;
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .site-header .header-container {
    min-height: 60px;
    padding: 0 15px;
  }
  .site-header .mobile-left {
    gap: 15px;
  }
  .site-header .mobile-left .site-logo img {
    height: 30px;
  }
  .site-header .mobile-left .site-logo .site-title {
    font-size: 18px;
  }
  .site-header .mobile-right {
    gap: 20px;
  }
  .mobile-menu-panel .mobile-menu-header {
    padding: 15px;
  }
  .mobile-menu-panel .mobile-menu-header .mobile-menu-logo .site-logo img {
    height: 35px;
  }
  .mobile-menu-panel .mobile-menu-header .mobile-menu-logo .site-logo .site-title {
    font-size: 18px;
  }
  .mobile-menu-panel .mobile-menu-content {
    padding: 15px;
  }
}
.site-footer {
  background: #ffffff;
  color: #333333;
  margin-top: auto;
  border-top: 1px solid #e6e6e6;
}
.site-footer .footer-main {
  padding: 60px 0 40px;
  border-bottom: 1px solid #444444;
}
.site-footer .footer-main .footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
.site-footer .footer-main .footer-widgets .footer-widget h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #931A1F;
  display: inline-block;
}
.site-footer .footer-main .footer-widgets .footer-widget p {
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 15px;
}
.site-footer .footer-main .footer-widgets .footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-widgets .footer-widget ul li {
  margin-bottom: 10px;
}
.site-footer .footer-main .footer-widgets .footer-widget ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-widgets .footer-widget ul li a:hover {
  color: #931A1F;
}
.site-footer .footer-main .footer-widgets .footer-widget .contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.site-footer .footer-main .footer-widgets .footer-widget .contact-info .contact-item .contact-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #931A1F;
}
.site-footer .footer-main .footer-widgets .footer-widget .contact-info .contact-item .contact-text {
  color: #cccccc;
}
.site-footer .footer-main .footer-widgets .footer-widget .social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.site-footer .footer-main .footer-widgets .footer-widget .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #444444;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.site-footer .footer-main .footer-widgets .footer-widget .social-links a:hover {
  background: #931A1F;
  transform: translateY(-2px);
}
.site-footer .footer-main .footer-widgets .footer-widget .social-links a img {
  width: 20px;
  height: 20px;
}
.site-footer .footer-main .footer-widgets .footer-widget .newsletter-form .form-group {
  display: flex;
  margin-top: 15px;
}
.site-footer .footer-main .footer-widgets .footer-widget .newsletter-form .form-group input[type=email] {
  flex: 1;
  padding: 12px 15px;
  border: none;
  background: #444444;
  color: #ffffff;
  border-radius: 5px 0 0 5px;
}
.site-footer .footer-main .footer-widgets .footer-widget .newsletter-form .form-group input[type=email]::placeholder {
  color: #999999;
}
.site-footer .footer-main .footer-widgets .footer-widget .newsletter-form .form-group input[type=email]:focus {
  outline: none;
  background: #555555;
}
.site-footer .footer-main .footer-widgets .footer-widget .newsletter-form .form-group button {
  padding: 12px 20px;
  background: #931A1F;
  color: #ffffff;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.site-footer .footer-main .footer-widgets .footer-widget .newsletter-form .form-group button:hover {
  background: #7a1419;
}
.site-footer .footer-bottom {
  padding: 30px 0;
  background: #ffffff;
}
.site-footer .footer-bottom .footer-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.site-footer .footer-bottom .copyright {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1%;
  color: #000000;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .copyright {
    font-size: 14px;
    text-align: left;
  }
}
.site-footer .footer-bottom .copyright a {
  color: #164A95;
  text-decoration: none;
}
.site-footer .footer-bottom .copyright a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom .footer-menu {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 26px;
  width: 100%;
}
.site-footer .footer-bottom .footer-menu .footer-menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-menu .footer-menu-list {
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    text-align: left;
  }
}
.site-footer .footer-bottom .footer-menu .footer-menu-list li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1%;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.25s ease;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-menu .footer-menu-list li a {
    font-size: 14px;
  }
}
.site-footer .footer-bottom .footer-menu .footer-menu-list li a:hover {
  color: #164A95;
}

/* Footer menu hover: diğer item'ların opacity'si düşsün */
.site-footer .footer-bottom .footer-menu .footer-menu-list:hover li a {
  opacity: 0.35;
}
.site-footer .footer-bottom .footer-menu .footer-menu-list:hover li:hover a {
  opacity: 1;
}
.site-footer .footer-bottom .payment-methods {
  display: flex;
  gap: 10px;
}
.site-footer .footer-bottom .payment-methods img {
  height: 24px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.site-footer .footer-bottom .payment-methods img:hover {
  opacity: 1;
}
.site-footer .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #931A1F;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.site-footer .back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.site-footer .back-to-top:hover {
  background: #7a1419;
  transform: translateY(-2px);
}
.site-footer .back-to-top::before {
  content: "↑";
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .site-footer .footer-main {
    padding: 40px 0 30px;
  }
  .site-footer .footer-main .footer-widgets {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
  }
  .site-footer .footer-bottom .footer-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .site-footer .footer-bottom .footer-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main {
    padding: 30px 0 20px;
  }
  .site-footer .footer-main .footer-container {
    padding: 0 15px;
  }
  .site-footer .footer-main .footer-widgets {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .site-footer .footer-main .footer-widgets .newsletter-form .form-group {
    flex-direction: column;
    gap: 10px;
  }
  .site-footer .footer-main .footer-widgets .newsletter-form .form-group input[type=email] {
    border-radius: 5px;
  }
  .site-footer .footer-main .footer-widgets .newsletter-form .form-group button {
    border-radius: 5px;
  }
  .site-footer .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
.hero-slider {
  background: url("/wp-content/uploads/backgorund.png") center/cover no-repeat;
  background-color: #f5f5f5;
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-slider {
    height: 483px;
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-slider {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 683px;
  }
}
.hero-slider .hero-swiper {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-slider .hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero-slider .hero-swiper .slide-content {
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 300px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-slider .hero-swiper .slide-content {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-slider .hero-swiper .slide-content {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
@media (max-width: 1200px) and (min-width: 1500px) {
  .hero-slider .hero-swiper .slide-text {
    order: 2;
    text-align: left;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-slider .hero-swiper .slide-text {
    order: 2;
    text-align: left;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-slider .hero-swiper .slide-text {
    order: 2;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-text {
    order: 2;
    text-align: left;
  }
}
.hero-slider .hero-swiper .slide-text .slide-subtitle {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 0px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-slider .hero-swiper .slide-text .slide-subtitle {
    font-size: 14px;
    line-height: auto;
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-slider .hero-swiper .slide-text .slide-subtitle {
    font-size: 14px;
    line-height: auto;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-text .slide-subtitle {
    font-size: 14px;
    line-height: auto;
    margin-bottom: 0px;
  }
}
.hero-slider .hero-swiper .slide-text .slide-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -3%;
  color: #164A95;
  margin: 0 0 20px 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-slider .hero-swiper .slide-text .slide-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-slider .hero-swiper .slide-text .slide-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-text .slide-title {
    font-size: 32px;
    line-height: auto;
    margin-bottom: 15px;
  }
}
.hero-slider .hero-swiper .slide-text .slide-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1%;
  color: #000000;
  margin: 0 0 35px 0;
  max-width: 500px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-slider .hero-swiper .slide-text .slide-description {
    max-width: 600px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-slider .hero-swiper .slide-text .slide-description {
    max-width: 600px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-text .slide-description {
    font-size: 16px;
    line-height: auto;
  }
}
.hero-slider .hero-swiper .slide-text .slide-button .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 17px 26px;
  background: #164A95;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.hero-slider .hero-swiper .slide-text .slide-button .btn-primary::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/right-ok.svg") center/contain no-repeat;
  flex-shrink: 0;
}
.hero-slider .hero-swiper .slide-text .slide-button .btn-primary:hover {
  background: #0f3a7a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(22, 74, 149, 0.3);
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-text .slide-button .btn-primary {
    padding: 12px 20px;
    font-size: 16px;
    line-height: auto;
    gap: 12px;
  }
  .hero-slider .hero-swiper .slide-text .slide-button .btn-primary::after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-slider .hero-swiper .slide-text .slide-button .btn-primary {
    padding: 15px 26px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-slider .hero-swiper .slide-text .slide-button .btn-primary {
    padding: 15px 26px;
  }
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-text .slide-button .btn-primary {
    padding: 15px 26px;
  }
}
.hero-slider .hero-swiper .slide-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 50px 80px;
}
@media (max-width: 1199px) {
  .hero-slider .hero-swiper .slide-image {
    order: 1;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-image {
    order: 1;
    padding: 20px 30px;
  }
}
.hero-slider .hero-swiper .slide-image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper .slide-image img {
    aspect-ratio: 4/3;
  }
}
.hero-slider .hero-swiper .swiper-button-next,
.hero-slider .hero-swiper .swiper-button-prev {
  display: none;
}

.hero-slider .swiper-pagination {
  position: absolute !important;
  bottom: 31px !important;
  left: 50% !important;
  top: auto !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 1365px !important;
  text-align: left !important;
  padding-left: 15px !important;
  margin: 0 !important;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-slider .swiper-pagination {
    max-width: max-content !important;
    left: 40px !important;
    transform: none !important;
    padding-left: 40px !important;
    bottom: 20px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-slider .swiper-pagination {
    max-width: max-content !important;
    left: 40px !important;
    bottom: 20px !important;
    transform: none !important;
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .hero-slider .swiper-pagination {
    left: 15px !important;
    bottom: 15px !important;
    transform: none !important;
    padding-left: 0 !important;
    max-width: calc(100% - 30px) !important;
  }
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #B8C4D9 !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  margin: 0 5px 0 0 !important;
  border-radius: 20px !important;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px !important;
  height: 10px !important;
  background: #164A95 !important;
  transform: none !important;
}
@media (max-width: 767px) {
  .hero-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 9px !important;
    margin: 0 4px 0 0 !important;
  }
  .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px !important;
    height: 9px !important;
  }
}

@media (max-width: 1440px) {
  .hero-slider .hero-swiper {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .hero-slider .container, .hero-slider .site-header .header-container, .site-header .hero-slider .header-container, .hero-slider .site-footer .footer-bottom .footer-container, .site-footer .footer-bottom .hero-slider .footer-container {
    padding: 0;
  }
}
.products-section {
  padding: 100px 0;
  background: #ffffff;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-section {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .products-section {
    padding: 50px 0;
  }
}
.products-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-section .section-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-section .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .products-section .section-header {
    margin-bottom: 30px;
  }
}
.products-section .section-header .section-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -3%;
  color: #164A95;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-section .section-header .section-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-section .section-header .section-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .products-section .section-header .section-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.products-section .products-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .products-section .products-navigation {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.products-section .products-navigation .nav-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.products-section .products-navigation .nav-right {
  display: flex;
  align-items: center;
}
.products-section .products-navigation .swiper-button-prev,
.products-section .products-navigation .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .products-section .products-navigation .swiper-button-prev,
  .products-section .products-navigation .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.products-section .products-navigation .swiper-button-prev:hover,
.products-section .products-navigation .swiper-button-next:hover {
  background: #164A95;
  border-color: #164A95;
}
.products-section .products-navigation .swiper-button-prev:hover img,
.products-section .products-navigation .swiper-button-next:hover img {
  filter: brightness(0) invert(1);
}
.products-section .products-navigation .swiper-button-prev.swiper-button-disabled,
.products-section .products-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.products-section .products-navigation .swiper-button-prev img,
.products-section .products-navigation .swiper-button-next img {
  width: 16px;
  height: 16px;
  transition: filter 0.3s ease;
}
@media (max-width: 767px) {
  .products-section .products-navigation .swiper-button-prev img,
  .products-section .products-navigation .swiper-button-next img {
    width: 14px;
    height: 14px;
  }
}
.products-section .products-navigation .swiper-button-prev::after,
.products-section .products-navigation .swiper-button-next::after {
  display: none;
}
.products-section .products-navigation .swiper-button-prev img {
  transform: rotate(180deg);
}
.products-section .product-card {
  background: #ffffff;
  border-radius: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: none;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #E8EBF1;
}
.products-section .product-card .product-image {
  position: relative;
  background: #E8E8E8;
  width: 100%;
  aspect-ratio: 6/5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-section .product-card .product-image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.products-section .product-card .product-image .discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #164A95;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .products-section .product-card .product-image .discount-badge {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.products-section .product-card .product-image .product-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  border-radius: 12px;
  height: 200px;
  color: #6c757d;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-section .product-card .product-image .product-placeholder {
    height: 180px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-section .product-card .product-image .product-placeholder {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .products-section .product-card .product-image .product-placeholder {
    height: 140px;
    font-size: 14px;
  }
}
.products-section .product-card .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0px 45px 0px 45px;
  border-left: 2px solid #164A95;
  position: relative;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .products-section .product-card .product-info {
    padding: 0px 15px 0px 15px;
    margin: 20px 0;
  }
}
.products-section .product-card .product-info .product-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1%;
  color: #001943;
  margin: 0 0 12px 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-section .product-card .product-info .product-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-section .product-card .product-info .product-title {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .products-section .product-card .product-info .product-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.products-section .product-card .product-info .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.products-section .product-card .product-info .product-price .old-price {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: -3%;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-section .product-card .product-info .product-price .old-price {
    font-size: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-section .product-card .product-info .product-price .old-price {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .products-section .product-card .product-info .product-price .old-price {
    font-size: 14px;
  }
}
.products-section .product-card .product-info .product-price .current-price {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: -3%;
  color: #164A95;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-section .product-card .product-info .product-price .current-price {
    font-size: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-section .product-card .product-info .product-price .current-price {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .products-section .product-card .product-info .product-price .current-price {
    font-size: 15px;
  }
}
.products-section .product-card .product-info .product-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .products-section .product-card .product-info .product-button {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .products-section .product-card .product-info .product-button .btn-product {
    width: 30px;
    height: 30px;
  }
}
.products-section .product-card .product-info .product-button .btn-product img, .products-section .product-card .product-info .product-button .btn-product svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .products-section .product-card .product-info .product-button .btn-product img, .products-section .product-card .product-info .product-button .btn-product svg {
    width: 30px;
    height: 30px;
  }
}

.products-pagination {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0 !important;
  text-align: left !important;
}
.products-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #B8C4D9 !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  margin: 0 5px 0 0 !important;
  border-radius: 20px !important;
}
.products-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px !important;
  height: 10px !important;
  background: #164A95 !important;
  transform: none !important;
}

.services-section {
  padding: 100px 0;
  background: url("/wp-content/uploads/backgorund.png") center/cover no-repeat;
  background-color: rgba(255, 255, 255, 0.5019607843);
  position: relative;
}
.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .services-section {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .services-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 50px 0;
  }
}
.services-section .container, .services-section .site-header .header-container, .site-header .services-section .header-container, .services-section .site-footer .footer-bottom .footer-container, .site-footer .footer-bottom .services-section .footer-container {
  position: relative;
  z-index: 2;
}
.services-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .services-section .section-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .services-section .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .services-section .section-header {
    margin-bottom: 30px;
  }
}
.services-section .section-header .section-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -3%;
  color: #164A95;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .services-section .section-header .section-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .services-section .section-header .section-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .services-section .section-header .section-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .services-section .services-grid {
    gap: 25px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.services-section .service-card {
  background: rgba(255, 255, 255, 0.5);
  border: 1.5px solid #ffffff;
  border-radius: 20px;
  padding: 25px;
  text-align: left;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .services-section .service-card {
    padding: 35px 25px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .services-section .service-card {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .services-section .service-card {
    display: flex;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    padding: 20px;
  }
}
.services-section .service-card .service-icon {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .services-section .service-card .service-icon {
    margin-bottom: 0px;
  }
}
.services-section .service-card .service-icon img {
  width: 29px;
  height: 29px;
  object-fit: contain;
  background: #164A95;
  border-radius: 50%;
  padding: 18px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .services-section .service-card .service-icon img {
    width: 22px;
    height: 22px;
    padding: 14px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .services-section .service-card .service-icon img {
    width: 22px;
    height: 22px;
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .services-section .service-card .service-icon img {
    width: 22px;
    height: 22px;
    padding: 14px;
  }
}
.services-section .service-card .service-content .service-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .services-section .service-card .service-content .service-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .services-section .service-card .service-content .service-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .services-section .service-card .service-content .service-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.referanslar-section {
  padding: 100px 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .referanslar-section {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .referanslar-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .referanslar-section {
    padding: 50px 0;
  }
}
.referanslar-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .referanslar-section .section-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .referanslar-section .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .referanslar-section .section-header {
    margin-bottom: 30px;
  }
}
.referanslar-section .referanslar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .referanslar-section .referanslar-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .referanslar-section .referanslar-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .referanslar-section .referanslar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.referanslar-section .referans-item {
  background: #E8E8E8;
  border-radius: 12px;
  padding: 18px 65px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .referanslar-section .referans-item {
    padding: 18px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .referanslar-section .referans-item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .referanslar-section .referans-item {
    padding: 15px;
  }
}
.referanslar-section .referans-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(22, 74, 149, 0.1);
  border-color: #164A95;
}
.referanslar-section .referans-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.paygo-products-shortcode {
  padding: 50px 0 0 0;
}
@media (max-width: 767px) {
  .paygo-products-shortcode {
    padding: 0px 0 0 0;
  }
}
.paygo-products-shortcode .shortcode-header {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .paygo-products-shortcode .shortcode-header {
    margin-bottom: 30px;
  }
}
.paygo-products-shortcode .shortcode-header .shortcode-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -3%;
  color: #164A95;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode .shortcode-header .shortcode-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode .shortcode-header .shortcode-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode .shortcode-header .shortcode-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.paygo-products-shortcode .products-grid {
  display: grid;
  gap: 30px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .paygo-products-shortcode .products-grid {
    gap: 20px;
  }
}
.paygo-products-shortcode .products-grid .product-item {
  margin: 0;
  padding: 0;
}
.paygo-products-shortcode.shortcode-products-4 .products-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .paygo-products-shortcode.shortcode-products-4 .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode.shortcode-products-4 .products-grid {
    grid-template-columns: repeat(2 1fr);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode.shortcode-products-4 .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode.shortcode-products-4 .products-grid {
    grid-template-columns: 1fr;
  }
}
.paygo-products-shortcode.shortcode-products-3 .products-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode.shortcode-products-3 .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode.shortcode-products-3 .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode.shortcode-products-3 .products-grid {
    grid-template-columns: 1fr;
  }
}
.paygo-products-shortcode.shortcode-products-2 .products-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .paygo-products-shortcode.shortcode-products-2 .products-grid {
    grid-template-columns: 1fr;
  }
}
.paygo-products-shortcode.shortcode-products-1 .products-grid {
  grid-template-columns: 1fr;
}
.paygo-products-shortcode.shortcode-products-5 .products-grid {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .paygo-products-shortcode.shortcode-products-5 .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode.shortcode-products-5 .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode.shortcode-products-5 .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode.shortcode-products-5 .products-grid {
    grid-template-columns: 1fr;
  }
}
.paygo-products-shortcode.shortcode-products-6 .products-grid {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .paygo-products-shortcode.shortcode-products-6 .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode.shortcode-products-6 .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode.shortcode-products-6 .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode.shortcode-products-6 .products-grid {
    grid-template-columns: 1fr;
  }
}
.paygo-products-shortcode .product-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #E8EBF1;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  overflow: hidden;
}
.paygo-products-shortcode .product-card .product-image {
  position: relative;
  background: #E8E8E8;
  width: 100%;
  aspect-ratio: 6/5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paygo-products-shortcode .product-card .product-image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.paygo-products-shortcode .product-card .product-image .product-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  border-radius: 12px;
  height: 200px;
  color: #6c757d;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode .product-card .product-image .product-placeholder {
    height: 180px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode .product-card .product-image .product-placeholder {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode .product-card .product-image .product-placeholder {
    height: 140px;
    font-size: 14px;
  }
}
.paygo-products-shortcode .product-card .product-image .discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #164A95;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .paygo-products-shortcode .product-card .product-image .discount-badge {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.paygo-products-shortcode .product-card .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0px 45px 0px 45px;
  border-left: 2px solid #164A95;
  position: relative;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .paygo-products-shortcode .product-card .product-info {
    padding: 0px 15px 0px 15px;
    margin: 20px 0;
  }
}
.paygo-products-shortcode .product-card .product-info .product-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1%;
  color: #001943;
  margin: 0 0 12px 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode .product-card .product-info .product-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode .product-card .product-info .product-title {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode .product-card .product-info .product-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.paygo-products-shortcode .product-card .product-info .product-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.paygo-products-shortcode .product-card .product-info .product-title a:hover {
  color: #164A95;
}
.paygo-products-shortcode .product-card .product-info .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.paygo-products-shortcode .product-card .product-info .product-price .old-price {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: -3%;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode .product-card .product-info .product-price .old-price {
    font-size: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode .product-card .product-info .product-price .old-price {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode .product-card .product-info .product-price .old-price {
    font-size: 14px;
  }
}
.paygo-products-shortcode .product-card .product-info .product-price .current-price {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: -3%;
  color: #164A95;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .paygo-products-shortcode .product-card .product-info .product-price .current-price {
    font-size: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .paygo-products-shortcode .product-card .product-info .product-price .current-price {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .paygo-products-shortcode .product-card .product-info .product-price .current-price {
    font-size: 15px;
  }
}
.paygo-products-shortcode .product-card .product-info .product-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .paygo-products-shortcode .product-card .product-info .product-button {
    right: 15px;
  }
}
.paygo-products-shortcode .product-card .product-info .product-button .btn-product img, .paygo-products-shortcode .product-card .product-info .product-button .btn-product svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .paygo-products-shortcode .product-card .product-info .product-button .btn-product img, .paygo-products-shortcode .product-card .product-info .product-button .btn-product svg {
    width: 30px;
    height: 30px;
  }
}

a {
  text-decoration: none;
}

.page-header {
  padding: 40px 0;
  border-bottom: 1px solid #E8E6E6;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-header {
    padding: 23px 0;
    margin-bottom: 40px;
  }
}
.page-header .page-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .page-header .page-header-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
}
.page-header .page-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #164A95;
  margin: 0;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .page-header .page-title {
    font-size: 30px;
    line-height: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .page-header .page-title {
    font-size: 30px;
    line-height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .page-header .page-title {
    font-size: 30px;
    line-height: 100%;
  }
}
@media (max-width: 767px) {
  .page-header .page-title {
    font-size: 28px;
    line-height: 26px;
  }
}
.page-header .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.page-header .breadcrumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #164A95;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0%;
  transition: opacity 0.3s ease;
}
.page-header .breadcrumb a:hover {
  opacity: 0.7;
}
.page-header .breadcrumb a img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(99%) saturate(1466%) hue-rotate(206deg) brightness(94%) contrast(88%);
  vertical-align: middle;
}
.page-header .breadcrumb .breadcrumb-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.page-header .breadcrumb .breadcrumb-separator img {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.page-header .breadcrumb .current-page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0%;
  color: #515E6E;
}

.page-content {
  padding: 0 0 100px 0;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .page-content {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .page-content {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding: 0 0 50px 0;
  }
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: "DM Sans", sans-serif;
  color: #164A95;
  margin-bottom: 20px;
}
.page-content h1:not(:first-child), .page-content h2:not(:first-child), .page-content h3:not(:first-child), .page-content h4:not(:first-child), .page-content h5:not(:first-child), .page-content h6:not(:first-child) {
  margin-top: 40px;
}
.page-content h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.page-content h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
.page-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.page-content h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.page-content h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.page-content h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.page-content p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.page-content ul, .page-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.page-content ul li, .page-content ol li {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .page-content ul li, .page-content ol li {
    font-size: 15px;
    line-height: 24px;
  }
}
.page-content blockquote {
  border-left: 4px solid #164A95;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #666;
}
.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.error-404-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
@media (max-width: 767px) {
  .error-404-page {
    min-height: 70vh;
    padding: 40px 0;
  }
}
.error-404-page .error-404-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .error-404-page .error-404-content {
    max-width: 100%;
    padding: 0 20px;
  }
}
.error-404-page .error-illustration {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error-404-page .error-illustration {
    margin-bottom: 30px;
  }
}
.error-404-page .error-illustration .error-number {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  color: #164A95;
  margin-bottom: 20px;
  text-shadow: 0 4px 8px rgba(22, 74, 149, 0.1);
}
@media (max-width: 1023px) and (min-width: 768px) {
  .error-404-page .error-illustration .error-number {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .error-404-page .error-illustration .error-number {
    font-size: 80px;
    margin-bottom: 15px;
  }
}
.error-404-page .error-illustration .error-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.error-404-page .error-illustration .error-icon svg {
  opacity: 0.8;
  animation: float 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .error-404-page .error-illustration .error-icon svg {
    width: 80px;
    height: 80px;
  }
}
.error-404-page .error-message {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error-404-page .error-message {
    margin-bottom: 30px;
  }
}
.error-404-page .error-message .error-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #164A95;
  margin-bottom: 16px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .error-404-page .error-message .error-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .error-404-page .error-message .error-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.error-404-page .error-message .error-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin: 0;
}
@media (max-width: 767px) {
  .error-404-page .error-message .error-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.error-404-page .error-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .error-404-page .error-actions {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.error-404-page .error-actions .btn-home,
.error-404-page .error-actions .btn-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 25px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .error-404-page .error-actions .btn-home,
  .error-404-page .error-actions .btn-back {
    padding: 12px 25px;
    font-size: 15px;
  }
}
.error-404-page .error-actions .btn-home {
  background: #164A95;
  color: white;
}
.error-404-page .error-actions .btn-home:hover {
  background: #0f3d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(22, 74, 149, 0.3);
}
.error-404-page .error-actions .btn-home img {
  filter: brightness(0) invert(1);
}
.error-404-page .error-actions .btn-back {
  background: white;
  color: #164A95;
  border: 2px solid #164A95;
}
.error-404-page .error-actions .btn-back:hover {
  background: #164A95;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(22, 74, 149, 0.2);
}
.error-404-page .error-actions .btn-back:hover img {
  filter: brightness(0) invert(1);
}
.error-404-page .error-search {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error-404-page .error-search {
    margin-bottom: 30px;
  }
}
.error-404-page .error-search .search-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #164A95;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .error-404-page .error-search .search-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.error-404-page .error-search .search-form {
  max-width: 400px;
  margin: 0 auto;
}
.error-404-page .error-search .search-form .search-input-wrapper {
  position: relative;
  display: flex;
}
.error-404-page .error-search .search-form .search-input-wrapper .search-field {
  flex: 1;
  padding: 15px 60px 15px 20px;
  border: 2px solid #E8EBF1;
  border-radius: 25px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  background: white;
  transition: border-color 0.3s ease;
}
.error-404-page .error-search .search-form .search-input-wrapper .search-field:focus {
  outline: none;
  border-color: #164A95;
  box-shadow: 0 0 0 3px rgba(22, 74, 149, 0.1);
}
.error-404-page .error-search .search-form .search-input-wrapper .search-field::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .error-404-page .error-search .search-form .search-input-wrapper .search-field {
    padding: 12px 50px 12px 15px;
    font-size: 15px;
  }
}
.error-404-page .error-search .search-form .search-input-wrapper .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #164A95;
  border: none;
  border-radius: 20px;
  padding: 10px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}
.error-404-page .error-search .search-form .search-input-wrapper .search-submit:hover {
  background: #0f3d7a;
}
@media (max-width: 767px) {
  .error-404-page .error-search .search-form .search-input-wrapper .search-submit {
    padding: 8px;
    right: 3px;
  }
}
.error-404-page .error-links {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error-404-page .error-links {
    margin-bottom: 30px;
  }
}
.error-404-page .error-links .links-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #164A95;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .error-404-page .error-links .links-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.error-404-page .error-links .popular-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .error-404-page .error-links .popular-links {
    flex-direction: column;
    gap: 10px;
  }
}
.error-404-page .error-links .popular-links .popular-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: white;
  border: 1px solid #E8EBF1;
  border-radius: 20px;
  text-decoration: none;
  color: #164A95;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}
.error-404-page .error-links .popular-links .popular-link:hover {
  background: #164A95;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(22, 74, 149, 0.2);
}
.error-404-page .error-links .popular-links .popular-link .link-icon {
  font-size: 16px;
}
@media (max-width: 767px) {
  .error-404-page .error-links .popular-links .popular-link {
    justify-content: center;
    padding: 10px 15px;
  }
}
.error-404-page .error-contact .contact-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin: 0;
}
.error-404-page .error-contact .contact-text a {
  color: #164A95;
  text-decoration: none;
  font-weight: 500;
}
.error-404-page .error-contact .contact-text a:hover {
  text-decoration: underline;
}
.error-404-page .error-contact .contact-text strong {
  color: #164A95;
  font-weight: 600;
}

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