/*

Theme Name: Shopmentor Sablon

Theme URI: https://shopmentor.hu

Author: Shopmentor Kft.

Author URI: https://shopmentor.hu

Description: Shopmentor Theme

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/





/* CSS RESET */

/* CSS RESET V�GE */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
  background: white;
}

.custom-logo {
  height: 50px;
  width: 215px;
  margin-right: 10px;
}

/* Dropdown menü stílusok */
.navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar {
  padding-top: 0.75rem;
}
/* Desktop hover viselkedés */
/*@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    left: 0px;
  }
}*/

/* Mobil menü stílusok */
.navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.sub-menu .menu-item {
  padding: 0px;
}

.sub-menu .nav-link:hover {
  color: blueviolet;
}

.navbar-nav .dropdown-toggle:hover {
  color: rgb(43, 226, 113);
}

.nav-link:hover {
  color: blueviolet !important;
}

.floating-social {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.floating-social a,
.floating-social .bs-icon {
  background-color: #6f42c1;
  /* lilabg fallback */
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 0.9rem;
}

.floating-social svg {
  margin-right: 0.5rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pulse {
  animation: pulse 1.5s infinite;
}

#csapatunk {
  padding-top: 5rem;
  margin-top: 5rem;
}

#csapatunk .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

#csapatunk .section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.team-card {
  width: 195px;
  text-align: center;
  margin-bottom: 2rem;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
}

.flip-box-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0 0;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
}

.flip-box-back {
  background-color: #555;
  transform: rotateY(180deg);
}

.flip-box-front img,
.flip-box-back img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0px 0px 0 0;
}

.card-body {
  background-color: #f9f9f9;
  padding: 0.5rem;
  border-radius: 0 0 0px 0px;
}

.card-body h5 {
  margin: 0.25rem 0;
  font-size: 1rem;
}

.card-body p {
  margin: 0;
  font-size: 0.9rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .team-card {
    width: 100%;
    max-width: 300px;
  }
}

.fixed-left {
  position: fixed;
  bottom: -30px;
}

/*.logosavposition {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
}

.logosavwidget {
  flex: 1 1 45%; 
  max-width: 500px;
  box-sizing: inherit;
}

.logosavwidget video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}*/

.lilatext {
  color: #8e44ad;
  /* vagy amit használsz */
}

.whiteblock p {
  margin-bottom: 0;
}

.swiper-slide>.d-flex.align-items-center {
  flex-wrap: wrap;
}

.big-quote {
  font-size: 2.5rem;
  line-height: 1;
}

.swiper-button-prev {
  color: #741da2 !important;
}

.swiper-button-next {
  color: #741da2 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%) !important;
  width: calc(var(--swiper-navigation-size)/ 44 * 0) !important;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
}

/* Eltávolítjuk a Bootstrap alapértelmezett nyilat */
.navbar-nav .dropdown-toggle::after {
  display: none !important;
}

/* Hozzáadjuk az SVG nyilat helyette */
.navbar-nav .dropdown-toggle svg.dropdown-icon {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
}

#menu-fejlec .nav-link {
  padding: 0 9px !important;
  color: black;
  font-size: 15px;
  font-family: "Figtree";
}

.bi-arrow-down-circle {
  top: -1px;
  position: relative;
}

html,
body {
  overflow-x: hidden;
}

/* BLOG */

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

.post-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  transition: 0.3s;
}

.post-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.read-more {
  color: blue;
  font-weight: bold;
}

.blog-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.blog-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-card-img {
  max-width: 125px;
  height: auto;
}

@media (min-width: 1400px) {
  .logosavposition {
    margin-top: -240px !important;
  }
}

.logosavposition img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logosavposition img:hover {
  filter: grayscale(0%);
}

.citation {
  background-color: white !important;
}

.seo-text {
  text-align: left;
  padding: 20px 0;
  color: white;
  font-size: 16px;
}

#menu-fejlec .btn {
  padding-left: 0 !important;
}



/* A videó konténer alap stílusa */
.video-widget-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* Asztali nézet (992px felett) */
@media (min-width: 992px) {
  .video-widget-wrapper video {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 0px;
    display: block;
  }

  .video-widget-wrapper {
    min-height: 520px !important;
  }

  .col-md-6.d-lg-flex {
    position: relative;
  }

  .adriinfobox {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 250px;
    left: 15px;
    text-align: center;
  }

  .csabiinfobox {
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 10;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 250px;
    text-align: center;
  }
}

/* Mobil nézet (991.98px alatt) */
@media (max-width: 991.98px) {
  .video-widget-wrapper video {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
  }

  .col-md-6.d-lg-flex {
    display: flex;
    flex-direction: column;
  }

  .adriinfobox,
  .csabiinfobox {
    position: relative;
    order: 2;
    margin-top: 20px;
    width: 100%;
    max-width: none;
    bottom: -5px;
    right: auto;
    left: auto;
    text-align: center;
  }
}

/* Általános whiteblock stílusok */
.whiteblock {
  border-radius: 16px !important;
  margin: 0 5px;
}

@media (max-width: 991.98px) {
  .whiteblock {
    border-radius: 16px !important;
    margin: 5px 0;
  }
}

.pagination-custom a,
.pagination-custom span {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #741da2;
}

.pagination-custom .current {
  background-color: #741da2;
  color: #fff;
  border-color: #741da2;
}

.fade-mask {
  position: relative;
  max-height: 7.5em;
  /* kb. 5 sor */
  overflow: hidden;
}

.fade-mask::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.expanded .fade-mask {
  max-height: none;
}

.expanded .fade-mask::after {
  display: none;
}

.fade-transition {
  transition: all 0.6s ease;
}

.fade-button {
  cursor: pointer;
  color: #dc0069;
  font-weight: 500;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fade-button:focus {
  outline: none;
  box-shadow: none;
}

.chevron {
  transition: transform 0.3s ease;
}

.expanded .chevron {
  transform: rotate(180deg);
}
