/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

:root {
  --primary-color: #2a2b2d;
}

#header {
  max-width: 98vw;
  width: 100% !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 150 !important;
}

.awb-background-slider .swiper-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.20);
    z-index: 2;
}


.hero-content h1 {
  font-size: 60px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}


.hero-content h2 {
  padding-top: 20px !important;
  border-top: 2px solid #fff;
  font-size: 28px !important;
  line-height: 1.2;
  max-width: 500px;
  margin-inline: auto;
  
}

.highlights {
  max-width: 650px;
  margin-inline: auto;
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.highlights li {
  color: #fff;
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: 40px;
}

/* When scrolled */
#header.scrolled {  
  box-shadow: 0 8px 24px rgba(0,0,0,0.35),
              0 2px 8px rgba(125,211,252,0.25);  
  transition: all 0.35s ease;
}
#accessories > .fusion-fullwidth {
  border-left: 1px solid !important;
}
#header,
 #logo h1 {
  transition: .3s ease-in-out;
 }
#header.scrolled {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
 #header.scrolled #logo h1 {
  font-size: 30px !important;
}

.hero-seperator {
  position: absolute !important;
  left: 0 !important;
  bottom: -301px !important;
}

.keypoints  {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.keypoints li {
  padding: 15px !important;  
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.keypoints .icon-wrapper {
  margin-right: 0 !important;
}

.keypoints .fusion-li-item-content {
  margin-left: 0 !important;
}


.swiper-pagination-progressbar {
  margin-top: 15px !important;
  position: relative !important;
}


/* .no-swiper-arrows .awb-swiper-button-prev,
.no-swiper-arrows .awb-swiper-button-next {
 display: none !important;
} */

.keypoints {
  height: 100%;
 display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr; /* makes all rows equal height */
  height: 100%; /* or 100vh or any fixed height */
}
.keypoints li {
  height: 100%;
}


/* texnologia-swiper */
.texnologia-swiper {
  margin-top: 25px;
}
.texnologia-swiper .texnologia-item {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
 
}
.texnologia-thumb {
  position: relative;
}
.texnologia-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
   background: #FFF;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}
.texnologia-item-actions {
  position: absolute;
  left: 25px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;    

}
.texnologia-item-actions  a {
  display: inline-flex;

}
.texnologia-item-actions h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 24px !important;
}

.texnologia-swiper .swiper-scrollbar {
  position: relative !important;
  margin-top: 25px !important;
}

.texnologia-item-actions  a:hover .icon {
  opacity: .8;
}
.icon {
  display: flex;
  color: #2a2b2d;
  background: #fff;
  border-radius: 40px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  transition: .3s ease-in-out;

}


.awb-image-hotspots-hotspot {
   width: 35px;
  height: 35px;
  transition: .3s ease-in-out;
   display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


.icon img {
  height: 30px;
  filter: invert(1);
}

.keypoints .icon-wrapper  {
  font-size: 40px !important;
  width: 70px !important;
  height: 70px !important;
  margin-bottom: 15px !important;
}


.keypoints .fusion-li-item {
  transition: .3s ease-in-out;
}
.keypoints .fusion-li-item:hover {
  transform: scale(1.08);
}
.panel-heading a,
#faqs .fusion-panel {
  border-radius: 40px !important;
  overflow: hidden !important;
}

#faqs .fusion-toggle-icon-wrapper {
  border-radius: 50% !important;
  display: inline-block !important;
  overflow: hidden;
}

#faqs .fusion-toggle-heading,
#faqs .panel-body {
  color: #fff !important;
}

.texnologia-swiper .swiper-button-next,
.texnologia-swiper .swiper-button-prev {
  background: rgba(0,0,0,0.7);
  padding: 11px !important;
  color: #fff !important;
  border-radius: 50%;  
}


.compare.card td {
  vertical-align: middle !important;
}

#versus  td:not(:first-child) {
  text-align: center !important;
}

.popover-title {
  font-size: 20px !important;
}

.info-popup h3 {
  padding-top: 40px !important;
  font-size: 24px !important;
}

.info-popup p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.info-popup .fusion-image-element,
.info-popup .fusion-imageframe{
  height: 100% !important;
}

.info-popup .fusion-image-element img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#toTop {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 10 !important;
}

.specs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 16px;
  align-items: start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.spec-item {
  display: grid;
  grid-template-columns: 180px auto;
  padding: 20px;
}

.spec-item:not(:last-child) {
  border-bottom: 1px solid #e5e4e3;
}

.spec-title {
  font-weight: 600;
  color: #111;
  white-space: normal;
  word-break: break-word;  
}

.spec-value {
  color: #444;
  text-wrap: wrap !important;
 white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  min-width: 0; /* allows shrink and wrapping inside grid */
  max-width: 100%; /* prevents spilling outside container */
}


.awb-off-canvas-wrap.type-popup .awb-off-canvas {
  border-radius: 15px !important;
  overflow: hidden !important;

}
.awb-off-canvas-wrap.type-sliding-bar .awb-off-canvas { 
  min-height: 100vh !important;
  min-height: 100svh !important;
}


.no-scroll {
  overflow: hidden;
}

#faqs .panel-group a {
  align-items: center !important;
}

.footer-list {
  padding-left: 0 !important;
  list-style: none !important;
  display: flex !important;;
  flex-direction: column !important;;
  gap: 10px !important;
}

.fusion-accordian ul {
  padding-left: 20px !important;
}

@media (max-width: 1200px) {
  .h2-heading h2 {
    font-size: 36px !important;
  }
  .keypoints li {
    padding-block: 25px !important;
  }
}




@media (min-width: 901px) {
  .mobile-contact {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .contact-header {
    display: none !important;
  }
  .contact-header .fusion-button-text {
  display: none !important;
}
  .awb-off-canvas-wrap.type-popup .awb-off-canvas {
    max-height: 95vh !important;
    max-height: 95svh !important;
    z-index: 50 !important;
    
  }
  .awb-off-canvas-wrap.type-popup .awb-off-canvas  .fusion-text {
  display: block !important;
  overflow-y: scroll !important;
  height: 35vh !important;
  margin-bottom: 25px !important;
}

  .awb-off-canvas-wrap.type-popup .awb-off-canvas h3 {
    font-size: 20px !important;
  }

  .awb-off-canvas-wrap.type-popup .awb-off-canvas .fusion-imageframe {
    top: -5px !important;
  }
  .keypoints {
    grid-template-columns: 1fr;
  }
  .mobile-actions a {
  padding-inline: 20px !important;
}
 .contact-header  {
  margin-right: 10px !important;
 }
  .contact-header .awb-button__icon {
    margin-right: 0 !important;
  }
  .specs-grid {
    grid-template-columns: 1fr;
  }

  .spec-title {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .fusion-tb-footer .fusion_builder_column {
  text-align: center !important;
}

.fusion-tb-footer .fusion-menu li a {
  justify-content:  center !important;
}


  .texnologia-thumb img {
    aspect-ratio: 3/4 !important;
    object-fit: cover;
  }
  .spec-item {
    grid-template-columns: 1fr;
  }
  .fusion-tb-footer img {
    max-width: 160px;
  }
  .off-canvas-close {
    font-size: 24px !important; 
  }
  .keypoints .fusion-li-item:hover {
  transform: scale(1) !important;
}
  #toTop {
    right: 25px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
.texnologia-item-actions h3 {
  font-size: 20px !important;
}
  .keypoints .icon-wrapper  {
  font-size: 30px !important;
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 15px !important;
}
  .h2-heading h2 {
    font-size: 30px !important;
  }
  .hero-seperator {
    bottom: -151px !important;
  }
  .icon {
    font-size: 16px !important;
  }
  .icon img {
    height: 25px;
  }
  .info-popup h3 {
    padding-top: 0 !important;
  }
  .awb-sticky.awb-sticky-small {
    position: relative !important;
  }
  .awb-menu .wpml-ls-item {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .fusion-tb-header img {
    max-width: 160px;
  }
  .awb-off-canvas-wrap.type-popup .off-canvas-close {
  background: #bc0505 !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  color: #fff !important;  
}
}

@media (max-width: 575px) {

  .icon {
    font-size: 15px !important;
  }
  .icon img {
    height: 20px;
  }
}


.wpml-ls-flag {
  height: 25px;
}

.lang-mobile .wpml-ls-flag {
  width: 25px !important;
}

.lang-mobile  .wpml-ls-statics-shortcode_actions {
  padding-right: 0 !important;
}
.lang-mobile .wpml-ls-link {
  padding-inline: 0 !important;
  padding-left: 5px !important;
}

.cs-info-sticky-button.shortcode:hover{
  cursor: pointer;
}