/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/


@media (max-width: 991.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  body,
  button,
  input,
  textarea,
  select {
    font-family: 'Satoshi', sans-serif !important;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
  }

  .container,
  .container-fluid {
    max-width: 100% !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row > * {
    min-width: 0;
  }

  section,
  .component {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .container,
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .section-title h1,
  .section-title h2,
  h1,
  h2 {
    overflow-wrap: anywhere;
  }

  .products > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .btn,
  button,
  a[class*="btn"] {
    max-width: 100%;
  }
}
.mavis-faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 44px;
  text-align: center;
}

.mavis-faq-badge-wrap {
  display: inline-block;
  padding: 2px;
  border-radius: 16px;
  background: linear-gradient(90deg, transparent 0%, #004687 51%, transparent 100%);
}

.mavis-faq-badge {
  padding: 18px 35px;
  border-radius: 16px;
  background: linear-gradient(to bottom, #000, #004687);
  color: #fff;
  font-size: 17px;
  font-weight: 375;
  line-height: 1;
}

.mavis-faq-title {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.mavis-faq-subtitle {
  margin: 0;
  max-width: 700px;
  color: #8b8b8b;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.mavis-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mavis-faq-item {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background: rgba(255,255,255,.025);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: border-color .25s ease, background .25s ease;
}

.mavis-faq-item:hover,
.mavis-faq-item.active {
  border-color: rgba(0,70,135,.45);
  background: rgba(0,70,135,.08);
}

.mavis-faq-question {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.06em;
  font-family: "Inter", sans-serif;
}

.mavis-faq-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;

  font-size: 22px;
  line-height: 1;
  transition: transform .2s ease;
}

.mavis-faq-item.active .mavis-faq-icon {
  transform: rotate(45deg);
}

.mavis-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.mavis-faq-answer p {
  margin: 0;
  padding: 0 28px 24px;
  color: rgba(255,255,255,.58);
  font-size: 15px;
  line-height: 1.7;
}

.mavis-faq-cta-wrap {
  margin-top: 48px;
  text-align: center;
}

.mavis-faq-cta-border {
  display: inline-block;
  padding: 1px;
  border-radius: 16px;
  text-decoration: none;
  background: linear-gradient(90deg, transparent 0%, #004687 51%, transparent 100%);
}

.mavis-faq-cta {
  display: inline-block;
  padding: 13px 40px;
  border-radius: 16px;
  background: linear-gradient(to bottom, #000, #004687);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s ease;
}

.mavis-faq-cta-border:hover .mavis-faq-cta {
  background: linear-gradient(to bottom, #000, #003570);
}

@media (max-width: 768px) {
  .mavis-faq-section {
    padding: 70px 16px;
  }

  .mavis-faq-side {
    width: 420px;
    opacity: .35;
  }

  .mavis-faq-side-left {
    left: -260px;
  }

  .mavis-faq-side-right {
    right: -260px;
  }

  .mavis-faq-question {
    padding: 20px;
    font-size: 16px;
  }

  .mavis-faq-answer p {
    padding: 0 20px 22px;
  }

  .mavis-faq-badge,
  .mavis-faq-cta {
    font-size: 16px;
  }
}

.mavis-faq-side{
  width:min(28vw,360px) !important;
  max-width:275px !important;
  height:auto !important;
  object-fit:contain !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  opacity:.6 !important;
}

.mavis-faq-side-left{
  left:0px !important;
}

.mavis-faq-side-right{
  right:0px !important;
}

@media (max-width:768px){
  .mavis-faq-side{
    width:180px !important;
    max-width:180px !important;
    opacity:.45 !important;
  }

  .mavis-faq-side-left{
    left:-40px !important;
  }

  .mavis-faq-side-right{
    right:-40px !important;
  }
}
.mavis-faq-item,
.mavis-faq-item:hover,
.mavis-faq-item.active{
  border-color: rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.025) !important;
  box-shadow: none !important;
  transition: border-color .35s ease, background .35s ease !important;
}



.mavis-faq-item:hover .mavis-faq-question,
.mavis-faq-item:hover .mavis-faq-question span:first-child{
  color: #004687 !important;
}