/* Footer - SosyalEvin */
.se-footer,
.se-footer * {
  box-sizing: border-box;
}
.se-footer a {
  text-decoration: none;
}

.se-footer .footer--top {
  margin-top: 70px;
  display: flex;
  align-items: center;
  background: #1e1e2d;
  padding: 25px;
  border-radius: 30px 30px 0 0;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
  gap: 0;
}
.se-footer .footer-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}
.se-footer .footer-contact .item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
}
.se-footer .footer-contact .item .icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 12px;
  background: #e30b51;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}
.se-footer .footer-contact .item .text {
  color: rgba(255, 255, 255, 0.69);
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.se-footer .footer-contact .item .text span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.se-footer .footer-top-logo {
  display: flex;
  margin-left: auto;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.125);
}
.se-footer .footer-top-logo img {
  height: 40px;
  width: auto;
}
.se-footer .footer-socials {
  display: flex;
  align-items: center;
  gap: 5px;
}
.se-footer .footer-socials .fsocial-item {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: #e30b51;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: 0.2s;
}
.se-footer .footer-socials .fsocial-item:hover {
  opacity: 0.85;
}

.se-footer footer {
  background: #1c1c2b;
  border-top: 5px solid #e30b51;
  padding-top: 40px;
}

.se-footer .footer-actions .tabsArea {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 20px;
}
.se-footer .footer-actions .tabsArea .tabHead {
  background: #191927;
  border-radius: 50px;
  padding: 8px;
  display: flex;
  gap: 4px;
}
.se-footer .footer-actions .tabsArea .tabHead .item {
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
  height: 44px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: background 0.2s;
  white-space: nowrap;
}
.se-footer .footer-actions .tabsArea .tabHead .item:hover {
  background: rgba(255, 255, 255, 0.03);
}
.se-footer .footer-actions .tabsArea .tabHead .item.active {
  background: #e30b51 !important;
}
.se-footer .footer-actions .tabsArea .tabContent {
  width: 100%;
}
.se-footer .tabitem {
  display: none;
}
.se-footer .tabitem.show {
  display: block;
}

.se-footer .footer--menu_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 10px;
}
.se-footer .footer--menu_list .fm--item {
  color: #e8e8f3;
  background: #272836;
  padding: 15px 20px;
  border-radius: 30px;
  transition: 0.2s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.se-footer .footer--menu_list .fm--item:hover {
  background: #313342;
}
.se-footer .footer--menu_list .fm--item::before {
  content: "";
  position: relative;
  height: 6px;
  width: 12px;
  border-radius: 10px;
  background: #e30b51;
  transition: 0.2s;
  flex-shrink: 0;
}
.se-footer .footer--menu_list .fm--item:hover::before {
  width: 18px;
}

.se-footer .footer--menu-more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.se-footer .footer--menu-more .footer--menu-more_btn {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 50px;
  background: #e30b51;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  font-weight: 500;
}
.se-footer .footer--menu-more .footer--menu-more_btn:hover {
  opacity: 0.88;
}

.se-footer .footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.063);
}
.se-footer .footer-bottom .footer-detail {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d8dae9;
  font-size: 14px;
}
.se-footer .footer-bottom .copy--detail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.se-footer .se-footer-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 1200px) {
  .se-footer .footer--top {
    flex-wrap: wrap;
    gap: 10px;
  }
  .se-footer .footer-contact {
    order: 3;
    width: 100%;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ffffff10;
  }
  .se-footer .footer-top-logo {
    margin-left: 0;
    margin-right: auto;
    border-right: 0;
  }
}
@media (max-width: 1024px) {
  .se-footer .footer--menu_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .se-footer .se-footer-container {
    padding: 0;
  }
  .se-footer .footer--top {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .se-footer .footer--top {
    flex-wrap: wrap;
  }
  .se-footer .footer-contact {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.063);
    order: 3;
  }
  .se-footer .footer-top-logo {
    margin-left: 0;
    margin-right: auto;
    border: 0;
    order: 1;
  }
  .se-footer .footer-socials {
    order: 2;
  }
  .se-footer .footer--menu_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .se-footer .footer-bottom .footer-detail {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .se-footer .footer-bottom .copy--detail {
    margin: 0 auto !important;
  }
  .se-footer .footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .se-footer .footer--menu_list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .se-footer .footer--menu_list .fm--item {
    background: transparent;
    border-radius: 0;
    padding: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.063);
  }
  .se-footer .footer-contact {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .se-footer .footer-actions .tabsArea .tabHead .item {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
  .se-footer .footer--top {
    padding: 20px;
    border-radius: 0;
    margin-top: 40px;
  }
  .se-footer footer {
    padding-top: 30px;
  }
}
