*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html{
  scroll-padding-top: 300px;
}
body{
  background-color: #F1F1F1;
  
}
p{
  color: #000000;
}
b,tr,td,th{
  font-family: 'Inter';
}
tr,td,th{
  font-size: 20px !important;
}
td,th{
  padding: 30px 40px !important;
}
tr{
  border: none !important;
}
.table th, .table td{
  border: none !important;
}
.table{
  border-radius: 26px !important;
  margin-top: 40px;

box-shadow: -9px 26px 27px 0px #23405717;

}
.btn{
  border-radius: 1rem !important;
}
.col-head h3{
  color: #234057;
  font-size: 40px !important;
  font-weight: bold !important;
}
.container-head{
  font-size: 2.8rem !important;
  font-weight: 700;
  color: #234057;
}
.main-head{
  font-size: 4rem !important;
  font-weight: 700;
  color: #234057;
}
.head-tag{
  font-size: 2.3rem !important;
}
.white-container{
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 20px;
  border: 1px solid #23405740
}
.banner-sec{
  margin: 40px;
  border-radius: 16px;
  margin-top: 80px;
  padding: 40px;
}
.banner-sec .banner-head h2{
  color: #fff !important;
  font-size: 3rem !important;
}
.banner-sec ul li p{
  color: #fff !important;
}
.bg-banner{
  position: relative;
  margin-bottom: 30px;
}
.banner-inner{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 40px;
}
.banner-inner h4{
  font-size: 40px !important;
  color: #fff;
}
.banner-inner p{
  color: #fff;
  font-size: 22px !important;
}

.hero{
  background: url(../images/freescan-ue-nova/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 120px;
  padding: 60px 0;
}
.hero-head h1{
  font-size: 4rem !important;
  color: #fff;
  font-weight: bold;
}
.hero-row{
  margin-bottom:80px;
}
.call{
  display: flex;
  justify-content: right;
  gap: 10px;
}
.call .btn{
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  display: grid;
  place-content: center;
  border-radius: 50% !important;
}
.call-text h5{
  color: #ffffff !important;
  font-weight: 600;
}
.call-text p{
  color: #ffffff;
}
.call-text p span{
  color: #FF8D1E;
}
.hero-head{
  font-size: 4rem;
  margin-bottom: 15px;
  color: #FF8D1E;
  font-weight: bold;
}
.hero h4{
  color: #ffffff;
  font-weight: normal;
  font-size: 20px !important;
}
.hero-left ul{
  margin: 30px 0;
  margin-left: 40px;
}
.hero-left ul li{
  position: relative;
}
.hero-left ul li p{
  color: #fff;
}
.hero-left ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #FF931E;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -20px;
}
.hero-left p{
  font-size: 16px !important;
  margin-bottom:10px !important;
}

.mail{
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 20px;
}
.mail .btn{
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  display: grid;
  place-content: center;
  border-radius: 50% !important;
}
.mail-text h5{
  color: #FF8D1E !important;
  font-weight: 600;
}
.mail-text p{
  color: #ffffff;
}
.mail-text p span{
  color: #FF8D1E;
}


.stick-cont{
  position: sticky;
  top: 130px;
  z-index: 900;
}
.nav-two{
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-two-div{
  background-color: #ffffff;
  padding: 30px 15px;
  border-radius: 3rem;
  border: 1px solid #49526440;
  position: sticky;
  top: 120px;
  z-index: 1000;
}
.nav-two a{
  color: #000000 !important;
  padding:20px 60px !important;
  border-radius: 3rem;
  font-weight: 600;
}
.nav-two a.active{
  background-color: #FF8D1E;
  color: #ffffff !important;
}

.card-box .box-img img{
  width: 100%;
}
.card-box p{
  margin-top: 20px;
}
.col-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.col-img{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; 
}
.col-img img{
  width: 100%;
}
.col-box ul{
  margin-top: 30px;
}
.col-box ul li{
  position: relative;
  margin-left: 20px;
}
.col-box ul li::before{
  content: "";
  height: 10px;
  width: 10px;
  background-color: #FF931E;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -20px;
}
.banner-div{
  margin-top: 60px;
  padding: 0 40px;
}
.banner-div .banner-title{
  padding: 0px 20px;
  margin-bottom:20px;
  border-left:4px solid #FF8D1E;
}

.banner-div .banner-image img{
  width: 100%;
}
.white-container .nav{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  width: 100%;

}
.nav-div{
  border: 1px solid #a3a3a3;
  display: flex;
  gap: 20px;
  padding: 6px 10px;
  border-radius: 16px;
}
.nav-pills .nav-link {
  border: none !important;
  outline: none !important;
  padding: 10px 105px !important;
  color: #234057 !important;
  background-color: #fff !important;
  border-radius: 12px !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: #234057 !important;
  color: #fff !important;
  box-shadow: 5px 3px 13px 0px #23405740;
}

.tab-content{
  margin-top: 60px;
}
.tab-content h4{
  color: #234057;
  font-weight: bold;
  font-size:  24px !important;
  margin-bottom: 20px;
}
.tab-content img{
  width: 100%;
}
.comu-box{
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: -2px 6px 15px 0px #2340571A;
  margin-bottom: 30px;
  min-height: 820px;
}
.comu-img img{
  width: 100%;
}
.comu-text h4{
  font-size: 2rem !important;
  color: #234057;
  font-weight: 600;
}
.weight-img img{
  width: 100%;
  margin:20px 0;
}

.banner-5{
  background: url(../images/freescan-ue-nova/banner5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding:80px 60px;
  border-radius: 20px;
  color: #fff;
}
.banner-5 h2{
  font-size: 3rem !important;
  font-weight: 600;
}
.banner-5 p{
  color: #fff;
}
.banner-5 ul li{
  list-style-type: disc;
  margin-left: 40px;
}

.soft-col{
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  margin-bottom:40px;
  min-height: 400px;
  box-shadow: -2px 6px 15px 0px #2340571A;

}
.soft-img{
  padding: 20px;
  background-color: #2340571A;
  width:fit-content;
  border-radius: 12px;
  margin-bottom: 30px;
}
#video{
  background-color: #fff;
  padding: 30px 0;
}
.sub-video img{
  width: 100%;
}
/* -----FAQ Section Style----- */

.faq{
  margin-top:100px;
}
.faq h3{
  color: #234057;
  font-size: 3rem;
  font-weight: bold;
}
.accordion {
  width: 100%;
}
.accordion-button {
  position: relative;
  border-radius: 20px !important;
  background: #fff !important;
  color: #000 !important;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 22px !important;
}
.accordion-button:focus{
  border: none;
  outline: none;
}
.accordion-button span{
  margin-left: 25px;
}
.accordion-item{
  width: 100% !important;
}
.accordion-button::after {
  content: "+";
  background-image: none !important;
  position: absolute;
  left: 0;
  font-size: 32px;
  margin-left: 5px;
  margin-top: -10px;
  color: #ff931e;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none !important;
  position: absolute;
  left: 0;
  font-size: 32px;
  margin-left: 10px;
  margin-top:-8px;
  color: #ff931e;
}
.accordion-item:first-of-type{
  border-top-left-radius:20px !important;
  border-top-right-radius:20px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:20px !important;
  border-top-right-radius:20px !important;
}
.accordion-item {
  margin-top: 20px;
  border:none;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  transition: border-left 0.3s ease;
}
.accordion-item:has(.accordion-collapse.show) {
  border-left: 10px solid #ff931e;
  border-radius:8px !important;
}
.accordion-body{
  padding: 20px 25px;
}
.accordion-body p{
  color: #000;
}
.accordion-body ul{
  margin-left: 40px;
}
.accordion-body ul li {
  list-style: disc;
}
.accordion-body a{
  color: #FF931E;
  font-weight: 600;
}


@media screen and (max-width:750px){
    .comu-box {
        min-height:auto;
}
  br{
    display: none;
  }
  .mob-nav{
    z-index: 1001 !important;
  }
  .col-img img{
    width: 100%;
    margin-top: 20px;
  }
  .container-head{
    font-size: 1.6rem !important;
  }
  .main-head{
    font-size: 2rem !important;
  }
  .head-tag
{
  font-size:1.3rem !important;
}
  .col-head h3{
    font-size: 22px !important;
  }
  .white-container{
    margin: 0px;
  }
  .white-para{
    padding: 0;
  }
  .banner-sec{
    padding: 0;
  }
  .banner-div{
    margin-top: 60px;
    padding: 0px;
  }
  .tab-content h4{
    font-size: 20px !important;
  }
  .hero{
    padding: 35px 0;
    margin-top: 0;
    background-position: center;
  }
  .hero-head{
    font-size: 2rem;
    margin-top: 30px;
  }
  .nav-div{
    display:flex;
    flex-direction: column;
  }
  .shop-banner .banner-head h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0px; 
  }
  .banner-head img{
    width: 100%;
    margin-top: 30px;
  }
  .all-img img{
    width: 100%;
  }
  .call{
    justify-content: start;
  }
  .hero-right-img{
    display: none;
  }
  .stick-cont{
    position: static;
    z-index: -1 !important;
  }
  .nav-two a{
    text-align: center;
  }
  .nav-two-div{
    position: static;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
  }
  .comu-text h4{
    font-size: 1.3rem !important;
  }
  td, th{
    padding: 8px 20px !important;
    font-size: 16px !important;
  }
  .banner-title h5{
    font-size:16px !important
  }
  .banner-5{
    padding: 20px;
  }
  .banner-5 h2 {
    font-size: 1.4rem !important;
  }
  .scroll-btn{
    display: block;
  }
  .faq h3{
    font-size: 2rem !important;
  }
  .accordion-button{
    font-size: 16px !important;
  }
  .accordion-button span{
    display: inline-block;
    margin-left: 25px;
  }
}
.main-video {
  position: relative;
}
.main-video img{
  width: 100%;
}
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #234057;
  border: none !important;
  outline: none !important;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

/* Positioning */
.prev-btn {
  left: -20px;
}

.next-btn {
  right: -20px;
}
@media screen and (max-width:750px){
  .prev-btn {
    left: 0px;
  }
  
  .next-btn {
    right: 0px;
  }
  .sub-video{
    display:none !important;
  }
}