@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
  outline: 0;
  background-color: transparent;
  resize: none;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-family: "Poppins", sans-serif;
}

input[type=checkbox]:focus {
  outline: none !important;
  box-shadow: none !important;
}

[type=checkbox]:checked {
  background-image: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}


html,
body {
  overflow-x: hidden;
}

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

select,
form button,
button,
.slick-dots li {
  cursor: pointer;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.animate {
  transition: all 0.2s ease;
}

.animate:hover {
  transition: all 0.2s ease;
}

.fullAbsolute {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.filter-tab.active {
  background-color: #F8F8F8;
  z-index: 10;
}

.filter-content-container {
  background-color: #F8F8F8;
}

.filter-tab.active .arrow-icon {
  transform: rotate(180deg);
}

.tab-content {
  animation: tabFadeIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.filter-tab-container {
  transition: all 0.3s ease-in-out;
}

.dikOrtala {
  top: 50%;
  transform: translateY(-50%);
}

.yanOrtala {
  left: 50%;
  transform: translateX(-50%);
}

.ortala {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 660px) {
  .container {
    padding: 0 10px;
  }
}

header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  transition: all 0.2s ease;
}

header {
  position: absolute !important;
  transition: transform 0.3s ease-in-out;
}

header.header-hidden {
  transform: translateY(-100%);
}

header.opened:before {
  height: 600px;
}

header.opened #header-container {
  border-bottom: 1px solid #DCDCDC;
}

/* Header Opened State Transitions */
header.opened .logo-white {
  display: none;
}

header.opened .logo-dark {
  display: block !important;
}

header.opened .nav-links a {
  color: #323E48 !important;
}

header.opened .lang-white,
header.opened .lang-arrow-white {
  display: none;
}

header.opened .lang-dark,
header.opened .lang-arrow-dark {
  display: block !important;
}

header.opened .lang-text {
  color: #323E48 !important;
}

header.opened .lang-dropdown-item {
  color: #323E48 !important;
}

header.opened .search-btn-wrapper {
  border-color: #323E48 !important;
  color: #323E48 !important;
}

header.opened .search-btn-wrapper:hover {
  background-color: #323E48 !important;
  color: #fff !important;
}

header.opened .search-icon-white {
  display: none;
}

header.opened .search-icon-dark {
  display: inline-block !important;
}

header.opened .search-btn-wrapper:hover .search-icon-dark {
  display: none !important;
}

header.opened .search-btn-wrapper:hover .search-icon-white {
  display: inline-block !important;
}

header.opened .hamburger-svg {
  stroke: #323E48 !important;
}

header ul.flex>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #323E48;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

header ul.flex>li>a:hover:before,
header ul.flex>li>a.opened:before {
  transform: scaleX(1);
}

/* Header Product Slider Staggered Animation */
.header-product-slider .slick-slide {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header.opened .header-product-slider .slick-active {
  opacity: 1;
  transform: translateY(0);
}

.footer-catalog-section:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

header.opened .header-product-slider .slick-active:nth-child(1) {
  transition-delay: 0.1s;
}

header.opened .header-product-slider .slick-active:nth-child(2) {
  transition-delay: 0.15s;
}

header.opened .header-product-slider .slick-active:nth-child(3) {
  transition-delay: 0.2s;
}

header.opened .header-product-slider .slick-active:nth-child(4) {
  transition-delay: 0.25s;
}

header.opened .header-product-slider .slick-active:nth-child(5) {
  transition-delay: 0.3s;
}

header.opened .header-product-slider .slick-active:nth-child(6) {
  transition-delay: 0.35s;
}

header.opened .header-product-slider .slick-active:nth-child(7) {
  transition-delay: 0.4s;
}

header.opened .header-product-slider .slick-active:nth-child(8) {
  transition-delay: 0.45s;
}

header.opened .header-product-slider .slick-active:nth-child(9) {
  transition-delay: 0.5s;
}

header.opened .header-product-slider .slick-active:nth-child(10) {
  transition-delay: 0.55s;
}

header.opened .header-product-slider .slick-active:nth-child(11) {
  transition-delay: 0.6s;
}

header.opened .header-product-slider .slick-active:nth-child(12) {
  transition-delay: 0.65s;
}

header.opened .header-product-slider .slick-active:nth-child(13) {
  transition-delay: 0.7s;
}

header.opened .header-product-slider .slick-active:nth-child(14) {
  transition-delay: 0.75s;
}

header.opened .header-product-slider .slick-active:nth-child(15) {
  transition-delay: 0.8s;
}

header.opened .header-product-slider .slick-active:nth-child(16) {
  transition-delay: 0.85s;
}

header.opened .header-product-slider .slick-active:nth-child(17) {
  transition-delay: 0.9s;
}

header.opened .header-product-slider .slick-active:nth-child(18) {
  transition-delay: 0.95s;
}

header.opened .header-product-slider .slick-active:nth-child(19) {
  transition-delay: 1.0s;
}

header.opened .header-product-slider .slick-active:nth-child(20) {
  transition-delay: 1.05s;
}

header.opened .header-product-slider .slick-active:nth-child(21) {
  transition-delay: 1.1s;
}

header.opened .header-product-slider .slick-active:nth-child(22) {
  transition-delay: 1.15s;
}

header.opened .header-product-slider .slick-active:nth-child(23) {
  transition-delay: 1.2s;
}

header.opened .header-product-slider .slick-active:nth-child(24) {
  transition-delay: 1.25s;
}

header.opened .header-product-slider .slick-active:nth-child(25) {
  transition-delay: 1.3s;
}

header.opened .header-product-slider .slick-active:nth-child(26) {
  transition-delay: 1.35s;
}

header.opened .header-product-slider .slick-active:nth-child(27) {
  transition-delay: 1.4s;
}

header.opened .header-product-slider .slick-active:nth-child(28) {
  transition-delay: 1.45s;
}

header.opened .header-product-slider .slick-active:nth-child(29) {
  transition-delay: 1.5s;
}

header.opened .header-product-slider .slick-active:nth-child(30) {
  transition-delay: 1.55s;
}

header.opened .header-product-slider .slick-active:nth-child(31) {
  transition-delay: 1.6s;
}

header.opened .header-product-slider .slick-active:nth-child(32) {
  transition-delay: 1.65s;
}

header.opened .header-product-slider .slick-active:nth-child(33) {
  transition-delay: 1.7s;
}

header.opened .header-product-slider .slick-active:nth-child(34) {
  transition-delay: 1.75s;
}

header.opened .header-product-slider .slick-active:nth-child(35) {
  transition-delay: 1.8s;
}

header.opened .header-product-slider .slick-active:nth-child(36) {
  transition-delay: 1.85s;
}

header.opened .header-product-slider .slick-active:nth-child(37) {
  transition-delay: 1.9s;
}

header.opened .header-product-slider .slick-active:nth-child(38) {
  transition-delay: 1.95s;
}

header.opened .header-product-slider .slick-active:nth-child(39) {
  transition-delay: 2.0s;
}

header.opened .header-product-slider .slick-active:nth-child(40) {
  transition-delay: 2.05s;
}

header.opened .header-product-slider .slick-active:nth-child(41) {
  transition-delay: 2.1s;
}

header.opened .header-product-slider .slick-active:nth-child(42) {
  transition-delay: 2.15s;
}

header.opened .header-product-slider .slick-active:nth-child(43) {
  transition-delay: 2.2s;
}

header.opened .header-product-slider .slick-active:nth-child(44) {
  transition-delay: 2.25s;
}

header.opened .header-product-slider .slick-active:nth-child(45) {
  transition-delay: 2.3s;
}

header.opened .header-product-slider .slick-active:nth-child(46) {
  transition-delay: 2.35s;
}

header.opened .header-product-slider .slick-active:nth-child(47) {
  transition-delay: 2.4s;
}

header.opened .header-product-slider .slick-active:nth-child(48) {
  transition-delay: 2.45s;
}

header.opened .header-product-slider .slick-active:nth-child(49) {
  transition-delay: 2.5s;
}

header.opened .header-product-slider .slick-active:nth-child(50) {
  transition-delay: 2.55s;
}

header ul.header-product-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 55px;
  height: 45px;
  font-size: 0;
}

header ul.header-product-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../img/header-products-left.svg);
}

header ul.header-product-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url(../img/header-products-right.svg);
}

header ul.header-product-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

header ul.header-product-slider .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #323E48;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s ease;
}

header ul.header-product-slider .slick-dots li * {
  display: none;
}

header ul.header-product-slider .slick-dots li.slick-active {
  background-color: #323E48;
}

/* Mobile Menu Styles */
.mobile-menu-wrapper {
  visibility: hidden;
  transition: visibility 0.4s;
}

.mobile-menu-wrapper.active {
  visibility: visible;
  display: block;
  /* Ensure it's block when active */
}

.mobile-menu-wrapper.active .mobile-menu-overlay {
  opacity: 1;
}

.mobile-menu-wrapper.active .mobile-menu-content {
  transform: translateX(0);
}

.mobile-menu-overlay {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.mobile-menu-content {
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Staggered animation for mobile menu items */
.mobile-menu-content nav ul li {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.4s ease;
}

.mobile-menu-wrapper.active .mobile-menu-content nav ul li {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu-wrapper.active .mobile-menu-content nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.mobile-menu-wrapper.active .mobile-menu-content nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}

.mobile-menu-wrapper.active .mobile-menu-content nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}

.mobile-menu-wrapper.active .mobile-menu-content nav ul li:nth-child(4) {
  transition-delay: 0.25s;
}

.mobile-menu-wrapper.active .mobile-menu-content nav ul li:nth-child(5) {
  transition-delay: 0.3s;
}

.mobile-menu-wrapper.active .mobile-menu-content nav ul li:nth-child(6) {
  transition-delay: 0.35s;
}

.mobile-accordion-header img {
  transition: transform 0.3s ease;
}

.mobile-accordion-header.active img {
  transform: rotate(180deg);
}

footer .link a,
.news-product-slider a p,
.news-grid a p,
.social-slider a p {
  position: relative;
}

footer .link a:before,
.news-product-slider a p:before,
.news-grid a p:before,
.social-slider a p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #323E48;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

footer .link a:hover:before,
.news-product-slider a:hover p:before,
.news-grid a:hover p:before,
.social-slider a:hover p:before {
  transform: scaleX(1);
}

/* Main & Sub Slider Dots */
.slider .slick-dots,
.home-sub-slider .slick-dots {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  z-index: 30;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

/* Slider Content Animations */
/* Slider Content Animations */
.slider .slick-slide p,
.slider .slick-slide h1,
.slider .slick-slide button {
  opacity: 0;
}

.slider .slick-active p {
  animation: slideInLeft 0.8s forwards;
  animation-delay: 0.3s;
}

.slider .slick-active h1 {
  animation: slideInLeft 0.8s forwards;
  animation-delay: 0.5s;
}

.slider .slick-active button {
  animation: slideInLeft 0.8s forwards;
  animation-delay: 0.7s;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider .slick-slide img {
  transition: transform 10s linear;
  transform: scale(1);
}

.slider .slick-active img {
  transform: scale(1.08);
}

@media (max-width: 768px) {

  .slider .slick-dots,
  .home-sub-slider .slick-dots {
    bottom: 30px;
    justify-content: center;
  }
}


.slider .slick-arrow {
  display: none !important;
}

.slider .slick-dots li,
.home-sub-slider .slick-dots li {
  width: 52px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: .4;
}

@media (max-width: 768px) {

  .slider .slick-dots li,
  .home-sub-slider .slick-dots li {
    width: 30px;
  }
}

.slider .slick-dots li.slick-active,
.home-sub-slider .slick-dots li.slick-active {
  opacity: 1;
}

.slider .slick-dots li button,
.home-sub-slider .slick-dots li button {
  display: none !important;
}

.slider .slick-dots li:before,
.slider .slick-dots li:after,
.home-sub-slider .slick-dots li:before,
.home-sub-slider .slick-dots li:after {
  display: none !important;
  content: none !important;
}

/* Scroll Indicator */
.slider-scroll-indicator {
  position: absolute;
  bottom: max(90px, calc(100% - 100vh + 90px));
  right: max(90px, calc((100% - 1640px) / 2));
  pointer-events: all;
  cursor: pointer;
  z-index: 40;
}

@media (max-width: 768px) {
  .slider-scroll-indicator {
    display: none;
  }
}

.circular-text {
  animation: rotateText 15s linear infinite;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .slider-scroll-indicator {
    bottom: 50px;
  }
}

.home-product-slider a>div,
.video-product-slider a>div,
.news-product-slider a>div,
.news-grid a>div,
.social-slider a>div {
  background: #323E48;
  opacity: .1;
}

.home-product-slider a:hover>div,
.video-product-slider a:hover>div,
.news-product-slider a:hover>div,
.news-grid a:hover>div,
.social-slider a:hover>div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #323E48 75%);
  opacity: 1;
}

.home-product-slider .slick-arrow,
.video-product-slider .slick-arrow,
.news-product-slider .slick-arrow,
.social-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 45px;
  font-size: 0;
}

@media (max-width: 1280px) {

  .home-product-slider .slick-arrow,
  .video-product-slider .slick-arrow,
  .news-product-slider .slick-arrow,
  .social-slider .slick-arrow {
    display: none !important;
  }
}

.home-product-slider .slick-prev,
.video-product-slider .slick-prev,
.news-product-slider .slick-prev,
.social-slider .slick-prev {
  left: -60px;
  background-image: url(../img/header-products-left.svg);
}

.home-product-slider .slick-next,
.video-product-slider .slick-next,
.news-product-slider .slick-next,
.social-slider .slick-next {
  right: -60px;
  background-image: url(../img/header-products-right.svg);
}

/* About Section Animations */
.reveal-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-left {
  transform: translateX(-30px);
}

.reveal-right {
  transform: translateX(30px);
}

.reveal-item.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* Delay Utils */
.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.delay-600 {
  transition-delay: 0.6s;
}

.delay-700 {
  transition-delay: 0.7s;
}

.delay-800 {
  transition-delay: 0.8s;
}

.delay-900 {
  transition-delay: 0.9s;
}

.delay-1000 {
  transition-delay: 1s;
}

/* Hover durumunda delay'i sıfırla */
.reveal-item.active:hover {
  transition-delay: 0s !important;
}

.about-img-wrapper {
  overflow: hidden;
}

.about-img-wrapper img {
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about:hover .about-img-wrapper img {
  transform: scale(1.05);
}

.stat-box {
  transition: all 0.4s ease;
  background: white;
  position: relative;
  z-index: 1;
}

.stat-box:hover {
  transform: translateY(-10px);
  border-color: #323E48;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.btn-about {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-about:hover {
  background-color: #323E48;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(50, 62, 72, 0.2);
}

.about:before {
  content: "";
  position: absolute;
  width: 921px;
  height: 509px;
  left: 50px;
  top: 80px;
  background-image: url(../img/about.svg);
  opacity: 0.1;
  /* Subtler background */
  z-index: 0;
}

.history-img-slider .slick-list {
  overflow: visible;
}

.history-img-slider .slick-slide {
  transition: all 0.3s ease;
  opacity: 0;
}

.history-img-slider .slick-active {
  opacity: 1;
}

.timeline-nav-wrapper {
  padding-top: 15px;
  /* Give space for dot half + shadow */
  position: relative;
}

.history-dots-slider .dot-circle {
  width: 15px !important;
  height: 15px !important;
  background-color: #323E48 !important;
  border: none !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
  margin-top: -21px;
  /* Center on h-[2px] line at top:0 with 15px padding */
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.history-dots-slider .slick-current .dot-circle {
  background-color: #E5B675 !important;
  box-shadow: 0 0 0 7px #323E48;
  transform: scale(1);
  /* Reset scale as we are using border/shadow now */
}

.history-line:before,
.history-line:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #323E48;
  border-radius: 100%;
  top: -7px;
}

.history-line:before {
  left: 0;
}

.history-line:after {
  right: 0;
}

.history-dots-slider .slick-list {
  overflow: visible;
}

.history-dots-slider .slick-slide p {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.history-dots-slider .slick-active p {
  opacity: 1;
}

.history-dots-slider .slick-slide {
  outline: none !important;
}

.history-text-slider .slick-slide {
  outline: none !important;
}

.history-img-slider {
  position: relative;
  padding: 0 60px;
}

.history-img-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: none !important;
  border: none !important;
  padding: 0;
  transition: all 0.3s ease;
  width: 55px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

.history-img-slider .slick-arrow svg {
  overflow: visible !important;
}

.history-img-slider .slick-prev {
  left: 0;
}

.history-img-slider .slick-next {
  right: 0;
}

@media (max-width: 1440px) {
  .history-img-slider {
    padding: 0 50px;
  }
}

@media (max-width: 1280px) {
  .history-img-slider .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .history-img-slider {
    padding: 0 10px;
  }
}

#map {
  height: 400px;
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #map {
    height: 600px;
    margin-top: 50px;
  }
}

.leaflet-tile-pane {
  filter: grayscale(100%);
}

.custom-popup .leaflet-popup-content-wrapper {
  background: #fff;
  color: #323E48;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.custom-popup .leaflet-popup-content {
  margin: 0;
  width: 280px !important;
}

@media (min-width: 768px) {
  .custom-popup .leaflet-popup-content {
    width: 500px !important;
  }
}

.popup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .popup-container {
    flex-direction: row;
  }
}

.popup-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .popup-img {
    width: 180px;
    height: 140px;
  }
}

.popup-info {
  padding: 20px;
  flex: 1;
}

.popup-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

.popup-address {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.4;
}

.popup-actions {
  display: flex;
  gap: 15px;
}

.popup-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #323E48;
  text-decoration: none;
  transition: opacity 0.3s;
}

.popup-btn:hover {
  opacity: 0.7;
}

.popup-btn span {
  width: 32px;
  height: 32px;
  background: #323E48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-btn span img {
  width: 14px;
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .custom-popup .leaflet-popup-content {
    width: 300px !important;
  }

  .popup-img {
    display: none;
  }
}

.footer-catalog-section a:hover {
  background-color: #ffffff !important;
  border-color: transparent !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2) !important;
}

.footer-catalog-section a:hover p {
  color: #323E48 !important;
}

.footer-catalog-section a:hover img {
  filter: none !important;
}