.hero-area {
    position: relative
}
.hero--1 {background: #F5F8FF;}
.hero-area {
    position: relative;
    width: 100%
}
{#  .hero-area::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: -webkit-gradient(linear,right top,left top,from(#0030de),to(#0030de));
    background: -webkit-linear-gradient(right,#0030de,#0030de);
    background: -o-linear-gradient(right,#0030de,#0030de);
    background: linear-gradient(to left,#0030de,#0030de);
    top: 0;
    left: 0;
    opacity: .8
}

.hero-area.hero--1:before {
    background: -webkit-gradient(linear,right top,left top,from(#7347c1),to(#0674ec));
    background: -webkit-linear-gradient(right,#7347c1,#0674ec);
    background: -o-linear-gradient(right,#7347c1,#0674ec);
    background: linear-gradient(to left,#7347c1,#0674ec);
    opacity: .9
} #}
.hero-area .hero-content {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%
}
.hero-area .hero-content .content-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.hero-area .hero__content__title {
    text-align: center
}
.hero-area .hero__content__title h1 {
  color: #000000;
  font-size: 64px;
  font-weight:700;
}
.hero-area .hero__content__title .tagline {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 44px;
    margin: 0;
    padding-top: 20px
}
.hero-area+section {
    padding-top: 187px;
}



.hero-area.hero--2 .hero-content {
    text-align: left
}
.hero-area.hero--2:before {
    display: none
}
.hero-area.hero--2 .hero__content__title {
    text-align: left
}
.hero-area.hero--2 .hero__content__title h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    color: #0674ec;
    text-shadow: none;
    background: -webkit-gradient(linear,right top,left top,from(#7347c1),to(#0674ec));
    background: -webkit-linear-gradient(right,#7347c1,#0674ec);
    background: -o-linear-gradient(right,#7347c1,#0674ec);
    background: linear-gradient(to left,#7347c1,#0674ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero-area.hero--2 .hero__content__title .tagline {
    line-height: 36px;
    font-weight: 400;
    color: #6f7d8d
}
.hero-area.hero--2 .hero__btn-area .btn {
    background: #0674ec;
    color: #fff;
    border: 0;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,.2);
    box-shadow: 0 4px 30px rgba(0,0,0,.2)
}
.hero-area.hero--2 .hero__btn-area .btn:hover {
    background: #fff;
    color: #0674ec
}
.hero-area.hero--2 .search_box::before,.hero-area.hero--2 .search_box:after {
    background: rgba(6,116,236,.1)
}
.bgimage {position: relative}
.bgimage:before { z-index: 1}
.content_above {position: relative;z-index: 2
}
.bg_image_holder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    background-position: 50% 50%!important;
    z-index: 0;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0
}

.bg_image_holder img {
    display: none
}
.info_product_popup{display:none}
@media (min-width: 962px) {
.main-page .hero-area .hero-content .img-block {margin-bottom: -380px; margin-top: 100px;}
  .main-page .cards-module {padding-top: 380px;}
  
  
  
}
@media (min-width: 1200px) {
  .hero-area .hero__content__title{max-width: 850px;}
.main-page .hero-area .hero-content .img-block {margin-bottom: -380px;}
  .main-page .cards-module {padding-top: 380px;}
  .threeD_image_container{
  position: relative;
  width: 700px; /* Match your image width */
  margin:0 auto;


}
.threeD_image_container img {
  width: 100%;
  height: auto;
  display: block;
}

.info_product_popup {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 1rem;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  display:block;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
  text-align: left;
  border: 1px solid #266adc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  max-width:320px;
}
  
  .info_product_popup .product__info {
    display: flex;
    gap: 1rem;
    justify-content: start;
  }
.info_product_popup .product__info .p__icon {flex: 0 0 40px;}
.info_product_popup .product__info img {
    max-height: 48px;
    max-width: 48px;
    object-fit: contain;
  }
.info_product_popup .product__info h4 {
    font-family: Noto Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
  
.info_product_popup h5{font-size:1rem; }
.info_product_popup p{font-size: .875rem; margin-bottom:1rem;}
.info_product_popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Custom positions for each icon */
.info_product_popup.info_popup_1 {
  top: 20%; 
  left: -20%;
  transform: translate(-50%, -50%);
}

.info_product_popup.info_popup_2 {
  top: 20%; 
  right: -18%;
  transform: translate(50%, -50%);
}
.info_product_popup.info_popup_3 {
  bottom: 30%; 
  right: -18%;
  transform: translate(50%, 50%);
}
.info_product_popup.info_popup_4 {
  top: 70%;
  left: -20%;
  transform: translate(-50%, -50%);
}
}

@media (min-width: 1400px) {
  .info_product_popup {max-width:400px;}
/* Custom positions for each icon */
.info_product_popup.info_popup_1 {
  top: 20%; 
  left: -24%;
  transform: translate(-50%, -50%);
}

.info_product_popup.info_popup_2 {
  top: 20%; 
  right: -24%;
  transform: translate(50%, -50%);
}
.info_product_popup.info_popup_3 {
  bottom: 30%; 
  right: -24%;
  transform: translate(50%, 50%);
}
.info_product_popup.info_popup_4 {
  top: 70%;
  left: -24%;
  transform: translate(-50%, -50%);
}

}
