:root {
  --orange: #ff5639;
  /* --org2: #e84d59; */
  --org2: #151934;
  /* --grad1: linear-gradient(135deg, #9129d6 0%, #ff5639 100%); */
  --grad1:#ff5639;
}
.rt-heading-gradient {
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(84deg, #3ca1ff 25%, #6e24fb 37%, #c61ee8 54%, #ff6948 80%); */
    /* background-image: linear-gradient(135deg, #9129d6 0%, #ff5639 100%); */
    -webkit-background-clip: text;
    background-clip: text;
}

/** banner-section **/


.banner-section{
  padding: 155px 0px 30px 0px;
}

.banner-section .content-box{
  position: relative;
  display: block;
}

.banner-section .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 40px;
}

.banner-section .content-box h2 span{

}

.banner-section .content-box p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
}

.banner-section .content-box .form-inner .form-group{
  position: relative;
  margin-bottom: 0px;
  padding-right: 167px;
}

.banner-section .content-box .form-inner .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #EDEDED;
  border-radius: 55px;
  font-size: 16px;
  color: #A8A8A8;
  background: #fff;
  padding: 10px 25px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
  transition: all 500ms ease;
}

.banner-section .content-box .form-inner .form-group button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
}

.banner-section .content-box .form-inner .form-group input:focus{

}

.banner-section .image-box{
  position: relative;
  display: block;
  padding-left: 80px;
  margin: 0px 2px;
}

.banner-section .image-box .single-column{
  padding: 0px 13px;
}

.banner-section .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 26px;
}

.banner-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.banner-section .image-box .single-column:nth-child(3) .image,
.banner-section .image-box .single-column:nth-child(4) .image{
  margin-bottom: 0px;
}

.banner-section .image-box .image-shape .shape-1{
  position: absolute;
  left: 44px;
  top: -36px;
  width: 194px;
  height: 194px;
  background-repeat: no-repeat;
}

.banner-section .image-box .image-shape .shape-2{
  position: absolute;
  bottom: 111px;
  right: -45px;
  width: 203px;
  height: 272px;
  background-repeat: no-repeat;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  padding-top: 250px;
  overflow: hidden;
}

.banner-style-two .content-box{
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.banner-style-two .content-box h2{
  font-size: 64px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 18px;
}

.banner-style-two .content-box p{
  font-size: 20px;
  line-height: 32px;
  color: #A9A7B0;
  margin-bottom: 40px;
}

.banner-style-two .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-style-two .content-box .btn-box .theme-btn.btn-one{
  padding: 15px 30px;
  margin-right: 20px;
}

.banner-style-two .content-box .btn-box .theme-btn.btn-one:hover{
  background: #fff;
  color: var(--title-color);
}

.banner-style-two .content-box .btn-box .theme-btn.btn-one:before{
  background: #fff;
}

.banner-style-two .image-box{
  position: relative;
  display: block;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0px;
}

.banner-style-two .image-box img{
  position: relative;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}

.banner-style-two .image-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.20);
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-bottom: none;
}

.banner-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: -150px;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  padding: 270px 0px 150px 0px;
}

.banner-style-three .content-box{
  position: relative;
  display: block;
}

.banner-style-three .content-box h2{
  font-size: 60px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-top: 12px;
}

.banner-style-three .content-box h2 span{
  color: var(--theme-color);
}

.banner-style-three .content-box p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
}

.banner-style-three .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-three .content-box .customer-review{
  position: relative;
  display: block;
  padding: 0px 0px 0px 168px;
}

.banner-style-three .content-box .customer-review .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
}

.banner-style-three .content-box .customer-review .image-box li{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  margin-right: -10px;
}

.banner-style-three .content-box .customer-review .image-box li img{
  width: 100%;
  border-radius: 50%;
}

.banner-style-three .content-box .customer-review .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-three .content-box .customer-review .rating-box li{
  font-size: 14px;
  color: #FFBD1F;
  margin-right: 5px;
}

.banner-style-three .content-box .customer-review .rating-box li:last-child{
  margin: 0px !important;
}

.banner-style-three .content-box .customer-review h6{
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.banner-style-three .image-box{
  position: relative;
  display: block;
  margin-right: -164px;
}

.banner-style-three .image-box img{
  width: 100%;
}

.banner-style-three .image-box .image-1{
  position: relative;
  display: block;
  box-shadow: 0px 20px 80px 0px #0000001A;
  border-radius: 10px;
}

.banner-style-three .image-box .image-1 img{
  border-radius: 10px;
}

.banner-style-three .image-box .image-2{
  position: absolute;
  right: 50px;
  bottom: -120px;
}

.banner-style-three .image-box .image-shape{
  position: absolute;
  left: -42px;
  bottom: -42px;
  width: 194px;
  height: 194px;
  background-repeat: no-repeat;
}

.banner-style-three .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 736px;
  height: 861px;
  background-repeat: no-repeat;
}

.banner-style-three .pattern-layer-2{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 79px;
  height: 272px;
}


/** banner-style-four **/

.banner-style-four{
  position: relative;
  padding: 130px 0px 25px 0px;
}

.banner-style-four .content-box{
  position: relative;
  display: block;
}

.banner-style-four .content-box h2{
  display: block;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
}

.banner-style-four .content-box h2 span{
  color: var(--theme-color);
}

.banner-style-four .content-box p{
  margin-bottom: 30px;
}

.banner-style-four .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-four .content-box .lower-box .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-four .content-box .lower-box .rating-box li{
  font-size: 18px;
  color: #FFC107;
  margin-right: 5px;
}

.banner-style-four .content-box .lower-box .rating-box li:last-child{
  margin: 0px !important;
}

.banner-style-four .content-box .lower-box .rating-box li span{
  font-size: 16px;
  color: #6A6A6A;
  padding: 0px 5px;
}

.banner-style-four .image-box{
  position: relative;
  display: block;
}

.banner-style-four .image-box .image-1{
  position: relative;
  display: block;
  box-shadow: 0px 10px 105px 0px #0000001F;
  border-radius: 10px;
}

.banner-style-four .image-box .image-1 img{
  width: 100%;
  border-radius: 10px;
}

.banner-style-four .image-box .image-2{
  position: absolute;
  left: -50px;
  top: -40px;
}

.banner-style-four .image-box .image-3{
  position: absolute;
  right: -88px;
  bottom: -60px;
}

.banner-style-four .image-box .image-4{
  position: absolute;
  left: 43px;
  bottom: 150px;
}

.banner-style-four .image-box .image-5{
  position: absolute;
  top: -20px;
  right: 185px;
}

.banner-style-four .image-box .image-6{
  position: absolute;
  right: -20px;
  top: 98px;
}


/** banner-style-five **/

.banner-style-five{
  position: relative;
  padding-top: 100px;
}

.banner-style-five .content-box{
  position: relative;
  display: block;
}

.banner-style-five .content-box h2{
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 30px;
}

.banner-style-five .content-box h2 span{
  color: var(--theme-color);
}

.banner-style-five .content-box p{
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.banner-style-five .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-style-five .content-box .btn-box .theme-btn.btn-two{
  border: 1px solid #DEDEDE;
}

.banner-style-five .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
}

.banner-style-five .image-box img{
  width: 100%;
  border-radius: 20px;
}

.banner-style-five .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-five .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-five .pattern-layer .pattern-3{
  position: absolute;
  top: 257px;
  left: 0px;
  width: 110px;
  height: 128px;
  background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-4{
  position: absolute;
  left: 340px;
  top: 116px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-5{
  position: absolute;
  top: 400px;
  right: 0px;
  width: 62px;
  height: 143px;
  background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-6{
  position: absolute;
  right: 330px;
  top: 440px;
  width: 159px;
  height: 97px;
  background-repeat: no-repeat;
}


/** banner-style-six **/

.banner-style-six{
  position: relative;
  padding: 110px 0px 110px 0px;
}

.banner-style-six .content-box{
  position: relative;
  display: block;
}

.banner-style-six .content-box h2{
  display: block;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 35px;
}

.banner-style-six .content-box h2 span{
  color: var(--theme-color);
}

.banner-style-six .content-box p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}

.banner-style-six .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: baseline;
 

}

.banner-style-six .content-box .btn-box .video-btn{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--title-color);
  padding-left: 70px;
}

.banner-style-six .content-box .btn-box .video-btn:hover{
  color: var(--orange);
}

.banner-style-six .content-box .btn-box .video-btn i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--theme-color);
  box-shadow: 0px 10px 50px 0px #00000014;
}

.banner-style-six .content-box .customer-review{
  position: relative;
  display: block;
  padding: 0px 0px 0px 168px;
}

.banner-style-six .content-box .customer-review .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
}

.banner-style-six .content-box .customer-review .image-box li{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  margin-right: -10px;
}

.banner-style-six .content-box .customer-review .image-box li img{
  width: 100%;
  border-radius: 50%;
}

.banner-style-six .content-box .customer-review .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-six .content-box .customer-review .rating-box li{
  font-size: 14px;
  color: #FFBD1F;
  margin-right: 5px;
}

.banner-style-six .content-box .customer-review .rating-box li:last-child{
  margin: 0px !important;
}

.banner-style-six .content-box .customer-review h6{
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.banner-style-six .image-box{
  position: relative;
  display: block;
}

.banner-style-six .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
  /* box-shadow: 0px 10px 80px 0px #0000001A; */
}

.banner-style-six .image-box .image img{
  width: 100%;
  border-radius: 20px;
}

.banner-style-six .image-box .image-shape .shape-1{
  position: absolute;
  left: -40px;
  top: 144px;
  width: 194px;
  height: 194px;
  background-repeat: no-repeat;
}

.banner-style-six .image-box .image-shape .shape-2{
  position: absolute;
  top: -39px;
  right: -41px;
  width: 55px;
  height: 59px;
  background-repeat: no-repeat;
}

.banner-style-six .image-layer{
  position: absolute;
  right: 160px;
  bottom: 0px;
  z-index: 1;
}

.banner-style-six .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 215px;
  width: 77px;
  height: 272px;
  background-repeat: no-repeat;
}

.banner-style-six .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 805px;
  height: 569px;
  background-repeat: no-repeat;
}


/** banner-style-seven **/

.banner-style-seven{
  position: relative;
  padding-top: 250px;
}

.banner-style-seven h2{
  font-size: 96px;
  line-height: 100px;
  color: #fff;
  margin-bottom: 25px;
}

.banner-style-seven h2 span{
  position: relative;
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #6828FF, #56BEF5, #27DF8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 100px;
}

.banner-style-seven p{
  font-size: 20px;
  line-height: 32px;
  color: #A9A7B0;
  margin-bottom: 40px;
}

.typed-cursor{
  display: none !important;
}

.banner-style-seven .image-box{
  position: relative;
  display: block;
  border-radius: 30px;
}

.banner-style-seven .image-box img{
  width: 100%;
  border-radius: 30px;
}

.banner-style-seven .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2183px;
  background-size: cover;
  background-repeat: no-repeat;
}




/** rtl-css **/

.rtl .banner-style-two .content-box .btn-box .theme-btn.btn-one{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .banner-style-three .image-box{
  margin-right: 0px;
  margin-left: -164px;
}

.rtl .banner-style-three .content-box .lower-box .btn-box{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .banner-style-three .content-box .customer-review{
  padding-left: 0px;
  padding-right: 168px;
}

.rtl .banner-style-three .content-box .customer-review .rating-box li{
  margin-right: 0px;
  margin-left: 5px;
}

.rtl .banner-style-three .content-box .customer-review .image-box{
  left: inherit;
  right: 0px;
}

.rtl .banner-style-four .content-box .lower-box .btn-box{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .banner-style-five .content-box .btn-box .theme-btn.btn-one{
  margin-right: 0px;
  margin-left: 20px;
}


.rtl .banner-style-six .content-box .btn-box .theme-btn{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .banner-style-six .content-box .customer-review{
  padding-left: 0px;
  padding-right: 168px;
}

.rtl .banner-style-six .content-box .customer-review .image-box{
  left: inherit;
  right: 0px;
}

.rtl .banner-style-six .image-layer{
  right: inherit;
  left: 160px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .banner-section .image-box{
    padding-left: 0px;
    margin-top: 30px;
  }

  .banner-style-three .image-box{
    margin: 30px 0px 0px 0px !important;
  }

  .banner-style-three .content-box .customer-review .image-box{
    margin: 0px !important;
  }

  .banner-style-four .content-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .banner-style-four .image-box{
    margin-left: 0px;
  }

  .banner-style-five .content-box h2 br{
    display: none;
  }

  .banner-style-six .content-box{
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .banner-style-six .image-box{
    margin: 0px;
  }
}

@media only screen and (max-width: 767px){
  .banner-section .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-section{
    padding-top: 90px;
  }

  .banner-section .image-box .single-column:nth-child(3){
    margin-bottom: 30px;
  }

  .banner-section .content-box{
    margin-right: 0px;
  }

  .banner-style-two .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-style-two{
    padding-top: 200px;
  }

  .banner-style-two .content-box{
    padding-bottom: 60px;
  }

  .banner-style-three .content-box h2,
  .banner-style-five .content-box h2{
    font-size: 38px;
    line-height: 40px;
  }
.hero-sec {
    padding: 40px 0 60px !important;
}
  .banner-style-three{
    padding: 150px 0px 120px 0px;
  }
  

  .banner-style-four .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-style-four{
    padding: 70px 0px 0px 0px;
  }

  .banner-style-five{
    padding-top: 90px;
  }

  .banner-style-six .content-box h2{
    font-size: 38px;
    line-height: 40px;
  }

  .banner-style-six{
    padding: 40px 0px 70px 0px;
  }

  .banner-style-seven h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-style-seven h2 span{
    min-height: 50px;
  }

  .banner-style-seven {
    padding-top: 130px;
  }

  .banner-style-seven .content-box{
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 576px){
  .banner-style-five .content-box .btn-box .theme-btn{
    font-size: 15px;
  }
.banner-style-five .content-box .btn-box .theme-btn.btn-one {
    padding: 15px 15px;
  }
  .banner-style-five .content-box .btn-box .theme-btn.btn-two{
    padding: 15px 15px;
  }
  .banner-style-five .content-box .btn-box{
    display: flex !important;
   gap: 13px;
  }
}

@media only screen and (max-width: 499px){
  .banner-section .content-box .form-inner .form-group{
    padding-right: 0px;
  }

  .banner-section .content-box .form-inner .form-group button[type='submit']{
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .banner-style-two .content-box .btn-box{
    display: block;
  }

  .banner-style-two .content-box .btn-box .theme-btn.btn-one{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .banner-style-three .content-box .lower-box{
    display: block;
  }

  .banner-style-three .content-box .lower-box .btn-box{
    margin: 0px 0px 20px 0px !important;
  }

  .banner-style-four .content-box .lower-box{
    display: block;
  }

  .banner-style-four .content-box .lower-box .btn-box{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .banner-style-four .image-box{
    padding: 0px;
  }

  .banner-style-four .image-box .image{
    display: none;
  }

  .banner-style-four .image-box .image-1{
    display: block;
  }

  .banner-style-five .content-box{
    margin-bottom: 30px;
  }

  .banner-style-five .content-box .btn-box{
    display: block;
  }

  .banner-style-five .content-box .btn-box .theme-btn.btn-one{
    margin: 0px 0px 20px 0px !important;
  }

    .banner-style-five .content-box .btn-box .theme-btn.btn-two{
    margin: 0px 0px 20px 0px !important;
  }

  /* .banner-style-six .content-box .btn-box{
    display: block;
  } */
.banner-style-six .content-box .btn-box .video-btn {
    padding-left: 15px !important;
}
  .banner-style-six .content-box .btn-box .theme-btn{
    margin: 0px 0px 30px 0px !important;
    padding: 15px 11px;
    font-size: 15px;
  }
}


/** clients-section **/


.clients-section{
  position: relative;
}

.clients-section .clients-logo-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-section .clients-logo-list img{
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 500ms ease;
}

.clients-section .clients-logo-list .clients-logo:hover img{
  filter: grayscale(0%);
  opacity: 1;
}

.dark-home .clients-section .clients-logo-list img{
  opacity: 1;
}

.clients-section.alternat-2{
  background: #F8F8FF;
}

.clients-section .inner-container h3{
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 50px;
}

.clients-section .inner-container h3 span{
  color: var(--theme-color);
}

.clients-section .inner-container .clients-logo img{
  filter: grayscale(0%);
  opacity: 1;
}

.clients-section.home-7 .clients-logo-list img{
  opacity: 0.5;
}

.clients-section.home-7 .clients-logo-list img:hover{
  opacity: 1;
}



/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .clients-section .clients-logo-list{
    display: block;
    text-align: center;
  }

  .clients-section .clients-logo-list .clients-logo{
    margin-bottom: 30px;
  }

  .clients-section .clients-logo-list .clients-logo:last-child{
    margin-bottom: 0px;
  }

  .clients-section{
    padding: 40px 0px 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}


/** feature-section **/


.feature-section{
  position: relative;
}

.feature-section .content-box{
  position: relative;
  display: block;
}

.feature-section .content-box .text-box p{
  margin-bottom: 40px;
}

.image_block_two{
  position: relative;
  display: block;
  background: #F9F6FF;
  border-radius: 10px;
  padding: 50px 50px 50px 48px;
}

.image_block_two .image-box{
  position: relative;
  padding: 75px 11px 12px 0px;
}

.image_block_two .image-box .image{
  border-radius: 10px;
}

.image_block_two .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.image_block_two .image-box .image-2{
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
}

.image_block_two .image-box .image-2 img{
  border-radius: 5px;
}

.image_block_two .image-box .image-3{
  position: absolute;
  top: 0px;
  right: 0px;
}

.image_block_two .image-box .image-4{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image_block_two .image-shape{
  position: absolute;
  top: 90px;
  right: -36px;
  width: 203px;
  height: 448px;
  background-repeat: no-repeat;
  z-index: -1;
}

.dark-home .feature-section .content-box .text-box p{
  color: #A9A7B0;
}

.dark-home .image_block_two{
  background: #0C0F17;
}

.dark-home .image_block_two .image-shape-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.image_block_three .image-box{
  position: relative;
  display: block;
  background: #FFF2EF;
  border-radius: 20px;
  padding: 40px;
}

.image_block_three .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 20px 50px 0px #0000001A;
}

.image_block_three .image-box .image img{
  width: 100%;
  border-radius: 10px;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4.361701965332031px 92.33999633789062px 0px #0000000F;
  padding: 20px 20px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color);
  z-index: 1;
  margin-bottom: 24px;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .icon-box{
  color: #EB681E;
}

.feature-block:nth-child(3) .feature-block-one .inner-box .icon-box{
  color: #00A776;
}

.feature-block:nth-child(4) .feature-block-one .inner-box .icon-box{
  color: #FE3C00;
}

.feature-block:nth-child(5) .feature-block-one .inner-box .icon-box{
  color: #00A776;
}
.feature-block:nth-child(5) .feature-block-one .inner-box .icon-box:before{
  background-color: #00A776;
}

.feature-block:nth-child(6) .feature-block-one .inner-box .icon-box{
  color: #FE3C00;
}
.feature-block:nth-child(6) .feature-block-one .inner-box .icon-box:before{
  background-color: #FE3C00;
}

.feature-block:nth-child(7) .feature-block-one .inner-box .icon-box{
  color: #EB681E;
}
.feature-block:nth-child(7) .feature-block-one .inner-box .icon-box:before{
  background-color: #EB681E;
}

.feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .icon-box:before{
  background: #EB681E;
}

.feature-block:nth-child(3) .feature-block-one .inner-box .icon-box:before{
  background: #00A776;
}

.feature-block:nth-child(4) .feature-block-one .inner-box .icon-box:before{
  background: #FE3C00;
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 14px;
}

.feature-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-one .inner-box h3 a:hover{
  color: var(--theme-color);
}

.feature-block:nth-child(2) .feature-block-one .inner-box h3 a:hover{
  color: #EB681E;
}

.feature-block:nth-child(3) .feature-block-one .inner-box h3 a:hover{
  color: #00A776;
}

.feature-block:nth-child(4) .feature-block-one .inner-box h3 a:hover{
  color: #FE3C00;
}

.image_block_four .image-box{
  position: relative;
  display: block;
}

.image_block_four .image-box .image-inner{
  position: relative;
  padding: 55px;
}

.image_block_four .image-box .image-inner .image-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  z-index: -1;
}

.image_block_four .image-box .image-inner .image{
  position: relative;
  display: block;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 4px 50px 0px #00000014;
}

.image_block_four .image-box .image-inner .image img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.image_block_four .image-box .author-list{
  position: absolute;
  right: 0px;
  bottom: 120px;
}

.image_block_four .image-box .author-list li{
  position: relative;
  display: block;
  width: 190px;
  background: #fff;
  box-shadow: 0px 10px 35px 0px #0000001A;
  border-radius: 100px;
  padding: 10px 15px 9px 67px;
  margin-bottom: 50px;
}

.image_block_four .image-box .author-list li:first-child{
  transform: rotate(-8.68deg);
}

.image_block_four .image-box .author-list li:nth-child(2){
  transform: rotate(10.82deg);
}

.image_block_four .image-box .author-list li:last-child{
  margin-bottom: 0px;
  transform: rotate(-4.33deg);
}

.image_block_four .image-box .author-list li .icon-box{
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.image_block_four .image-box .author-list li .icon-box img{
  width: 100%;
  border-radius: 50%;
}

.image_block_four .image-box .author-list li h5{
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.image_block_four .image-box .author-list li .designation{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 18px;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
}

.feature-style-three .inner-container{
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 16px 60px 0px #0000000D;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}

.feature-style-three .inner-container .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  filter: blur(10px);
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  padding: 60px 40px;
}

.feature-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: #DEE4E9;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.feature-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background: -webkit-linear-gradient(135deg, #FFDB96, #FF4B4B);
  margin-bottom: 30px;
}

.feature-block:nth-child(2) .feature-block-two .inner-box .icon-box{
  background: -webkit-linear-gradient(135deg, #45D8FF, #005BEA);
}

.feature-block:nth-child(3) .feature-block-two .inner-box .icon-box{
  background: -webkit-linear-gradient(135deg, #96DEDA, #2EB17A);
}

.feature-block-two .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-block-two .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-two .inner-box h3 a:hover{
  color: var(--theme-color);
}

.feature-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: -100px;
  top: -500px;
  width: 1045px;
  height: 1424px;
  background-repeat: no-repeat;
  z-index: -1;
}

.feature-style-three .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: -400px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** feature-style-four **/

.feature-style-four{
  position: relative;
}

.feature-style-four .feature-block-two .inner-box:before{
  display: none;
}

.feature-style-four .feature-block-two .inner-box{
  padding: 0px 40px;
  margin-bottom: 30px;
}

.dark-home .feature-style-three .inner-container{
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dark-home .feature-style-three .inner-container .shape{
  z-index: 0;
  filter: blur(0px);
}

.dark-home .feature-block-two .inner-box:before{
  background: rgba(255, 255, 255, 0.10);
  height: calc(100% - 180px);
  top: 90px;
}

.dark-home .feature-block-two .inner-box .icon-box{
  border-radius: 20px;
}

.dark-home .feature-block-two .inner-box h3 a{
  color: #fff;
}

.dark-home .feature-block-two .inner-box h3 a:hover{
  color: var(--theme-color);
}

.dark-home .feature-block-two .inner-box p{
  color: #A9A7B0;
}


/** feature-style-five **/

.feature-style-five{
  position: relative;
}

.feature-style-five .inner-container{
  position: relative;
}

.feature-style-five .inner-container:before{
  position: absolute;
  content: '';
  /* background: linear-gradient(90deg, #03081C 0%, #2397F6 50%, #03081C 100%); */
  width: 100%;
  height: 1px;
  left: 0px;
  top: 0px;
}

.content_block_seven .content-box{
  position: relative;
  display: block;
}

.content_block_seven .content-box .single-item{
  position: relative;
  display: block;
}

.content_block_seven .content-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: transparent !important;
  /* background: linear-gradient(90deg, #1FA2FF, #12D8FA, #A6FFCB); */
  background: linear-gradient(90deg, #FF4B4B, #FF4B4B) ;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 20px;
}

.content_block_seven .content-box .single-column:nth-child(2) .single-item .icon-box{
  /* background: linear-gradient(90deg, #FFC796, #FF6B95); */
}

.content_block_seven .content-box .single-column:nth-child(3) .single-item .icon-box{
  /* background: linear-gradient(90deg, #C6FFDD, #FBD786, #F7797D); */
}

.content_block_seven .content-box .single-column:nth-child(4) .single-item .icon-box{
  /* background: linear-gradient(90deg, #D4FC79, #96E6A1); */
}

.content_block_seven .content-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 13px;
}

.content_block_seven .content-box .single-item p{
  /* color: #A9A7B0; */
}

.feature-style-five .image-box{
  position: relative;
  display: block;
}

.feature-style-five .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
}

.feature-style-five .image-box .image img{
  width: 100%;
  border-radius: 20px;
}

.feature-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -300px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.feature-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: -300px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}



/** rtl-css **/

.rtl .content_block_seven .content-box{
  margin-right: 0px;
  margin-left: 60px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .feature-section .content-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image_block_two{
    margin-left: 0px;
  }

  .feature-section.home-3 .content-box{
    margin: 0px !important;
  }

  .image_block_three .image-box{
    margin-bottom: 30px;
  }

  .feature-section.home-3 .image_block_three .image-box{
    margin-right: 0px;
  }

  .image_block_four .image-box{
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .feature-section.home-4 .content-box{
    margin: 0px;
  }

  .content_block_seven .content-box{
    margin: 0px 0px 30px 0px !important;
  }

  .feature-style-five .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px){
  .feature-section{
    padding: 70px 0px;
  }

  .feature-section.home-3{
    padding-top: 0px;
  }

  .feature-style-two{
    padding-bottom: 40PX;
  }

  .feature-section.home-4{
    padding-top: 0px;
  }

  .feature-style-three{
    padding-bottom: 70px;
  }

  .feature-style-four{
    padding: 70px 0px 40px 0px;
  }

  .feature-style-five .inner-container{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .image_block_two .image-box{
    padding: 0px;
  }

  .image_block_two .image-box .image-2{
    position: relative;
    margin: 30px 0px;
  }

  .image_block_two .image-box .image-3{
    position: relative;
    margin-bottom: 30px;
  }

  .image_block_two .image-box .image-4{
    position: relative;
  }

  .feature-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .image_block_four .image-box{
    padding: 0px;
  }

  .image_block_four .image-box .author-list{
    display: none;
  }

  .image_block_four .image-box .image-inner{
    padding: 30px;
  }

  .feature-style-four .feature-block-two .inner-box{
    padding: 0px;
  }
}


/** about-section **/


.about-section{
  position: relative;
}

.image_block_one .image-box{
  position: relative;
  display: block;
}

.image_block_one .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.image_block_one .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.image_block_one .image-box:before{
  position: absolute;
  content: '';
  /* background: #F9F6FF; */
  width: 500px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.image_block_one .image-box .image-shape{
  position: absolute;
  left: -45px;
  top: 76px;
  width: 203px;
  height: 448px;
  background-repeat: no-repeat;
  z-index: -1;
}

.content_block_one .content-box{
  position: relative;
  display: block;
}

.content_block_one .content-box .text-box p{
  margin-bottom: 40px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .image-box{
  position: relative;
  display: block;
}

.about-style-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.about-style-two .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.about-style-two .image-box .image-2{
  margin-top: 73px;
}

.content_block_two .content-box{
  position: relative;
  display: block;
}

.dark-home .content_block_two .content-box p{
  color: #A9A7B0;
}

.dark-home .content_block_two .content-box h3{
  color: #fff;
}

.content_block_two .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 2px 0px 3px 100px;
}

.content_block_two .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 30px;
  color: var(--theme-color);
  text-align: center;
  border-radius: 10px;
}

.content_block_two .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
}

.image_block_five .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_five .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
}

.image_block_five .image-box .image img{
  width: 100%;
  border-radius: 20px;
}

.image_block_five .image-box .image-content{
  position: absolute;
  left: 55px;
  bottom: 60px;
  width: calc(100% - 110px);
  z-index: 1;
  background: #fff;
  border-radius: 10px;
}

.image_block_five .image-box .image-content li{
  position: relative;
  display: block;
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 12px 15px 18px 15px;
}

.image_block_five .image-box .image-content li.load{
  position: relative;
  padding: 13px 15px;
}

.image_block_five .image-box .image-content li.load:before{
  position: absolute;
  content: '';
  background: linear-gradient(#C0ADFF, #6457C6);
  width: 100%;
  height: calc(100% + 20px);
  left: 0px;
  top: -10px;
  border-radius: 10px;
}

.image_block_five .image-box .image-content li.load h6{
  color: #fff;
}

.image_block_five .image-box .image-content li .icon{
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
}

.image_block_five .image-box .image-content li h6{
  display: block;
  font-size: 16px;
  line-height: 11px;
  font-weight: 500;
}

.image_block_five .image-box .image-content li button{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}

.content_block_four .content-box .inner-box .single-item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  /* padding: 4px 0px 5px 100px; */
}

.content_block_four .content-box .inner-box .single-item .icon-box{
  /* position: absolute; */
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  /* background: #F7F1FF; */
  background: #ff56390f;
  border-radius: 10px;
  text-align: center;
  font-size: 21px;
  /* color: var(--theme-color); */
  color: #ff5639;
  /* color: #fff; */
}

.content_block_four .content-box .inner-box .single-item h3{
  display: block;
  /* font-size: 20px;
  line-height: 30px; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  /* margin-bottom: 10px; */
}


/** about-style-four **/

.about-style-four{
  position: relative;
}

.content_block_five .content-box{
  position: relative;
  display: block;
}

.content_block_five .content-box .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
  /* box-shadow: 0px 16.559999465942383px 75.0719985961914px 0px #0000001A; */
  /* max-width: 429px; */
}

.content_block_five .content-box .image-box img{
  width: 100%;
  border-radius: 20px;
}

.content_block_five .content-box .shop-list{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 186px;
  padding-left: 45px;
}

.content_block_five .content-box .shop-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 145px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fff;
}

.content_block_five .content-box .shop-list li img{
  width: 100%;
}

.content_block_five .content-box .shop-list li .text-box{
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px;
  border: 1px solid #D0D0D0;
  border-radius: 0px 0px 12px 12px;
  border-top: none;
}

.content_block_five .content-box .shop-list li h6{
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.content_block_five .content-box .shop-list li h6 a{
  display: inline-block;
  color: var(--title-color);
}

.content_block_five .content-box .shop-list li h6 a:hover{
  color: var(--theme-color);
}

.content_block_five .content-box .shop-list li span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: var(--title-color);
}

.content_block_five .content-box .shape{
  position: absolute;
  top: 175px;
  right: 155px;
  width: 203px;
  height: 272px;
  background-repeat: no-repeat;
}

.content_block_six .content-box{
  position: relative;
  display: block;
}

.content_block_six .content-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 200px;
  width: 100%;
  height: 1089px;
  background-repeat: no-repeat;
}




/** rtl-css **/

.rtl .content_block_two .content-box{
  margin-left: 0px;
  margin-right: 40px;
}

.rtl .content_block_two .content-box .inner-box .single-item{
  padding-left: 0px;
  padding-right: 100px;
}

.rtl .content_block_two .content-box .inner-box .single-item .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .content_block_four .content-box .inner-box .single-item{
  padding-left: 0px;
  padding-right: 100px;
}

.rtl .content_block_four .content-box .inner-box .single-item .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .image_block_five .image-box{
  margin-right: 0px;
  margin-left: 80px;
}

.rtl .content_block_five .content-box .shop-list li{
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .content_block_five .content-box .shop-list{
  padding-left: 0px;
  padding-right: 45px;
}



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .content_block_two .content-box{
    margin: 30px 0px 0px 0px !important;
  }

  .image_block_five .image-box{
    margin: 0px 0px 30px 0px !important;
  }

  .content_block_four .content-box{
    margin-left: 0px;
  }

  .content_block_six .content-box{
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px){
  .about-style-two,
  .about-style-three{
    padding-bottom: 70px;
  }

  .about-style-two .image-box .image-2{
    margin-top: 30px;
  }

  .about-style-four{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .image_block_five .image-box .image-content{
    left: 0px;
    width: 100%;
  }

  .image_block_five .image-box .image-content li h6{
    line-height: 20px;
  }

  .content_block_five .content-box .shop-list{
    position: relative;
    padding: 0px !important;
    bottom: 0px;
    margin-top: 30px;
  }
}


/** working-section **/


.working-section{
  position: relative;
}

.working-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 150px;
  width: 79px;
  height: 272px;
  background-repeat: no-repeat;
}

.working-section .inner-container{
  /* margin: 0px -20px; */
}

.working-section .working-block{
  /* padding: 0px 35px; */
}

.working-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.working-block-one .inner-box .upper-box{
  position: relative;
  display: block;
  background: #F9F6FF;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 15px;
}
 .working-block-one .lower-content{
  text-align: left;
  }

.working-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 14px;
}

.working-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.working-block-one .inner-box .lower-content h3 a:hover{

}

.working-block-one .inner-box .lower-content p{
  max-width: 330px;
  margin: 0 auto;
}

.working-block-one .inner-box .text-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 50px 0px rgba(7, 2, 74, 0.1);
  padding: 18px 20px 13px 20px;
  text-align: left;
}

.working-block-one .inner-box .text-box span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  background: #E4D7FF;
  color: #111111;
  padding: 0px 5px;
  margin-bottom: 5px;
}

.working-block-one .inner-box .btn-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 50px 0px rgba(7, 2, 74, 0.1);
  padding: 20px 30px;
}

.working-block-one .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 500;
  padding: 14px 30px;
  width: 100%;
  border: solid;
  border-width: 1px;
  border-radius: 5px;
}

.working-block-one .inner-box .btn-box a i{
  position: relative;
  top: 3px;
  margin-left: 6px;
}

.working-block-one .inner-box .btn-box a span{
  position: absolute;
  right: 8px;
  bottom: -16px;
  background-image: url(../../images/icons/icon-1.png);
  width: 40px;
  height: 45px;
  background-repeat: no-repeat;
}

.working-block-one .inner-box .image-box{
  position: relative;
  display: block;
  max-width: 290px;
  margin: 0 auto;
}

.working-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.working-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.working-block-one .inner-box .image-box button{
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}


/** working-style-two **/

.working-style-two{
  position: relative;
}

.working-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0px 30px;
  margin-bottom: 30px;
}

.working-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
  margin-bottom: 40px;
  z-index: 1;
  transition: all 500ms ease;
}

.working-block-two .inner-box:hover .icon-box{
  color: var(--theme-color);
}

.working-block:nth-child(2) .working-block-two .inner-box .icon-box{
  background: #FFB806;
}

.working-block:nth-child(2) .working-block-two .inner-box:hover .icon-box{
  color: #FFB806;
}

.working-block:nth-child(3) .working-block-two .inner-box .icon-box{
  background: #FF414B;
}

.working-block:nth-child(3) .working-block-two .inner-box:hover .icon-box{
  color: #FF414B;
}

.working-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.working-block-two .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.working-block-two .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.dark-home .working-block-two .inner-box h3{
  color: #fff;
}

.dark-home .working-block-two .inner-box p{
  color: #A9A7B0;
}

.working-block-two .inner-box .shape{
  position: absolute;
  top: 33px;
  left: 305px;
  width: 228px;
  height: 15px;
  background-repeat: no-repeat;
}

.working-style-two.home-2 .working-block:first-child .working-block-two .inner-box .icon-box{
  background: #1DC46E;
}

.working-style-two.home-2 .working-block:first-child .working-block-two .inner-box:hover .icon-box{
  color: #1DC46E;
}

.working-style-two.home-2 .working-block-two .inner-box .icon-box:before{
  background: var(--secondary-color);
}

.working-section.home-4 .working-block-one .inner-box .image-box button{
  left: inherit;
  top: inherit;
  transform: translate(0px);
  right: -5px;
  bottom: -5px;
}


/** working-style-three **/

.working-style-three{
  position: relative;
}

.working-style-three .video-inner{
  position: relative;
  display: block;
  padding: 185px 0px;
  width: 100%;
  border-radius: 20px;
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.working-style-three .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 116px;
  text-align: center;
  background: linear-gradient(#FFD1FF, #FAD0C4);
  font-size: 24px;
  color: var(--theme-color);
  border-radius: 50%;
}

.working-style-three .video-inner .video-btn a:before,
.working-style-three .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.working-style-three .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.working-style-three .image-shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.working-style-three .image-shape .shape-2{
  position: absolute;
  left: 26px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}

.working-style-three .image-shape .shape-3{
  position: absolute;
  top: 43px;
  right: 102px;
  width: 26px;
  height: 27px;
  background-repeat: no-repeat;
}

.working-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 30%;
  width: 110px;
  height: 128px;
  background-repeat: no-repeat;
}

.working-style-three .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 40%;
  width: 62px;
  height: 143px;
  background-repeat: no-repeat;
}

.working-style-three .working-block-two .inner-box .icon-box{
  background: linear-gradient(#69EACB, #6654F1);
  color: #fff !important;
}

.working-style-three .working-block:nth-child(2) .working-block-two .inner-box .icon-box{
  background: linear-gradient(#FBC2EB, #A18CD1);
}

.working-style-three .working-block:nth-child(3) .working-block-two .inner-box .icon-box{
  background: linear-gradient(#45D8FF, #005BEA);
}

.working-style-three .working-block-two .inner-box .icon-box:before{
  display: none;
}

.dark-home .working-style-three .video-inner .video-btn a{
  background: rgba(0, 0, 0, 0.40);
}

.dark-home .working-style-three .video-inner .video-btn a:before, 
.dark-home .working-style-three .video-inner .video-btn a:after{
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.working-style-three .pattern-layer-2{
  position: absolute;
  top: -120px;
  right: 0px;
  width: 731px;
  height: 1018px;
  background-repeat: no-repeat;
}



/** rtl-css **/

.rtl .content_block_one .content-box{
  margin-left: 0px;
  margin-right: 40px;
}

.rtl .image_block_one .image-box{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .working-block-two .inner-box .shape{
  left: inherit;
  right: 310px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){
  .working-block-two .inner-box .shape{
    display: none;
  }
}

@media only screen and (max-width: 991px){
  .image_block_one .image-box{
    margin: 0px 0px 30px 0px !important;
  }

  .content_block_one .content-box{
    margin: 0px !important;
  }
}

@media only screen and (max-width: 767px){
  .working-section{
    padding-bottom: 40px;
  }

  .about-section{
    padding-bottom: 70px;
  }

  .image_block_one .image-box .image-1{
    margin-bottom: 30px;
  }

  .working-style-two{
    padding-bottom: 40px;
  }

  .working-style-two.home-2{
    padding-top: 65px;
  }

  .working-style-three{
    padding-bottom: 40px;
  }

  .working-style-three.about-page{
    padding-top: 70px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .image_block_one .image-box{
    padding-left: 0px;
  }

  .working-block-two .inner-box{
    padding: 0px;
  }
}


/** service-section **/


.service-section{
  position: relative;
}

.content_block_three .content-box{
  position: relative;
  display: block;
}

.content_block_three .content-box h2{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 22px;
}

.content_block_three .content-box p{
  margin-bottom: 35px;
}

.content_block_three .content-box .list-style-two{
  margin-bottom: 40px;
}

.service-section .image-box{
  position: relative;
  display: block;
  padding: 40px;
  background: #FFF2EF;
  border-radius: 20px;
}

.service-section .image-box .image{
  position: relative;
  display: block;
  box-shadow: 0px 20px 50px 0px #0000001A;
}

.service-section .image-box .image img{
  width: 100%;
}

.service-section .tab-btns{
  position: relative;
  display: block;
  background: #F9F9F9;
  border-radius: 10px;
  overflow: hidden;
}

.service-section .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  padding: 18px 52px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .tab-btns li.active-btn{
  color: #fff;
  background: var(--theme-color);
}


/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two .inner-container{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  padding: 140px 80px 120px 80px;
  box-shadow: 0px 16px 60px 0px #0000000D;
  border: 1px solid #fff;
}

.service-style-two .inner-container .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #384BFE;
  border-radius: 20px;
  padding: 35px 25px 147px 25px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-block:nth-child(2) .service-block-one .inner-box{
  background: #262E36;
}

.service-block:nth-child(3) .service-block-one .inner-box{
  background: #fff;
}

.service-block:nth-child(4) .service-block-one .inner-box{
  background: #35CAD3;
}

.service-block:nth-child(3) .service-block-one .inner-box h3,
.service-block:nth-child(4) .service-block-one .inner-box h3{
  color: #0D0D0D;
}

.service-block:nth-child(3) .service-block-one .inner-box p,
.service-block:nth-child(4) .service-block-one .inner-box p{
  color: #6A6A6A;
}

.service-block:nth-child(3) .service-block-one .inner-box .link a,
.service-block:nth-child(4) .service-block-one .inner-box .link a{
  background: #0D0D0D;
  color: #fff;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 7px;
}

.service-block-one .inner-box p{
  color: #fff;
  margin-bottom: 20px;
}

.service-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 59px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #384BFE;
}

.service-block-one .inner-box .image{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** service-style-three **/

.service-style-three{
  position: relative;
}

.service-style-three .image-box{
  position: relative;
  display: block;
  /* background: #F3F3FF; */
  /* background: transparent; */
  border-radius: 20px;
  /* padding: 48px 48px 0px 48px; */
}

.service-style-three .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px 10px 0px 0px;
}

.service-style-three .image-box .image img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.service-style-three .tab-btns{
  position: relative;
}

.service-style-three .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 202px;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  cursor: pointer;
  /* margin-right: 15px;
  margin-bottom: 15px; */
  transition: all 500ms ease;
}

.service-style-three .tab-btns li:last-child{
  margin-right: 0px;
}

.service-style-three .tab-btns li.active-btn{
  color: #fff;
  background: var(--theme-color);
}

.service-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -300px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.service-style-three .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: -300px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}



/** rtl-css **/

.rtl .content_block_three .content-box{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .service-section .image-box{
  margin-left: 0px;
  margin-right: 0px;
}

.rtl .service-block-one .inner-box .image{
  right: inherit;
  left: 0px;
}

.rtl .service-style-three .tab-btns li{
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .service-style-three .tab-btns li:last-child{
  margin-left: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .content_block_three .content-box{
    margin: 0px 0px 30px 0px;
  }

  .service-section .image-box{
    margin: 0px;
  }

  .rtl .content_block_three .content-box{
    margin-left: 0px;
  }

  .rtl .service-section .image-box{
    margin-right: 0px;
  }

  .service-style-three .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px){
  .service-section{
    padding-bottom: 70px;
  }

  .content_block_three .content-box h2{
    font-size: 30px;
    line-height: 40px;
  }

  .service-style-two,
  .service-style-three{
    padding-bottom: 70px;
  }

  .service-style-two .inner-container{
    padding-top: 65px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .service-style-two .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}


/** pricing-section **/


.pricing-section{
  position: relative;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: #0C0F17;
  border-radius: 15px;
  padding: 44px 40px 50px 44px;
  margin-bottom: 30px;
}

.pricing-block-one .pricing-table .table-header h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 14px;
}

.pricing-block:nth-child(2) .pricing-block-one .pricing-table .table-header h4{
  color: #EBAC0E;
}

.pricing-block:nth-child(3) .pricing-block-one .pricing-table .table-header h4{
  color: #E23F48;
}

.pricing-block-one .pricing-table .table-header p{
  font-weight: 500;
  color: #A9A7B0;
  margin-bottom: 15px;
}

.pricing-block-one .pricing-table .table-header h2{
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
}

.pricing-block-one .pricing-table .table-header h2 span{
  font-size: 16px;
  font-weight: 500;
}

.pricing-block-one .pricing-table .table-header{
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.pricing-block-one .pricing-table .table-content{
  padding-top: 30px;
}

.pricing-block-one .pricing-table .feature-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #A9A7B0;
}

.pricing-block-one .pricing-table .feature-list li span{
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.pricing-block-one .pricing-table .feature-list li span:before{
  position: absolute;
  content: '';
  background: #A9A7B0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0px;
  top: 16px;
}

.pricing-block-one .pricing-table .feature-list{
  margin-bottom: 30px;
}

.pricing-block-one .pricing-table .theme-btn{
  padding: 11px 48px;
}

.pricing-block-two .pricing-table{
  position: relative;
  display: block;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 45px 30px;
  margin-bottom: 30px;
}

.pricing-block-two .pricing-table .table-header h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.pricing-block-two .pricing-table .table-header p{
  margin-bottom: 30px;
}

.pricing-block-two .pricing-table .table-header h2{
  display: block;
  font-size: 48px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}

.pricing-block-two .pricing-table .table-header h2 span{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--text-font);
}

.pricing-block-two .pricing-table .table-header .theme-btn{
  width: 100%;
}

.pricing-block-two .pricing-table .feature-list li{
  position: relative;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 38px;
  color: var(--title-color);
  padding-left: 31px;
}

.pricing-block-two .pricing-table .feature-list li:before{
  position: absolute;
  content: '\e917';
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  color: var(--theme-color);
}


/** pricing-style-three **/

.pricing-style-three{
  position: relative;
}

.pricing-style-three .pricing-block-two .pricing-table{
  background: #fff;
  box-shadow: 0px 10px 50px 0px #0000000F;
}

.pricing-style-three .pricing-block-two .pricing-table .table-header p{
  color: var(--title-color);
}

.pricing-style-three .pricing-block-two .pricing-table .table-header .theme-btn{
  width: auto;
  padding: 15px 68px;
}

.pricing-style-three .pricing-block-two .pricing-table .feature-list li{
  text-align: center;
  padding: 0px;
}

.pricing-style-three .pricing-block-two .pricing-table .feature-list li:before{
  display: none;
}

.pricing-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: -250px;
  width: 100%;
  height: 1409px;
  background-position: center;
  background-repeat: no-repeat;
}

.pricing-style-two.home-5 .pricing-block-two.active-block .pricing-table{
  background: #1C1B2B;
  border-color: #1C1B2B;
}

.pricing-block-two.active-block .pricing-table .table-header h3,
.pricing-block-two.active-block .pricing-table .table-header p,
.pricing-block-two.active-block .pricing-table .table-header h2,
.pricing-block-two.active-block .pricing-table .feature-list li{
  color: #fff;
}

.pricing-block-two.active-block .pricing-table .theme-btn:hover{
  color: var(--theme-color);
  background: #fff;
}

.pricing-block-two.active-block .pricing-table .theme-btn:before{
  background: #fff;
}

.pricing-style-two.home-5 .pricing-block-two .pricing-table{
  background: #fff;
  box-shadow: 0px 16px 60px 0px #0000000D;
  border: 1px solid #fff;
}

.pricing-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -300px;
  width: 1065px;
  height: 1424px;
  background-repeat: no-repeat;
}

.pricing-style-two .pattern-layer .pattern-2{
  position: absolute;
  right: -117px;
  bottom: -400px;
  width: 907px;
  height: 1424px;
  background-repeat: no-repeat;
}


/** pricing-style-four **/

.pricing-style-four{
  position: relative;
}

.pricing-style-four .tab-btn-box .tab-btns:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  width: 60px;
  content: "";
  border-radius: 30px;
  background: var(--theme-color);
}

.pricing-style-four .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  min-width: 130px;
  text-align: right;
  font-size: 18px;
  padding: 5px 40px 5px 0px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.50);
  font-family: var(--title-font);
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-style-four .tab-btn-box .tab-btns li.active-btn{
  color: #fff;
}

.pricing-style-four .tab-btn-box .tab-btns li:last-child{
  padding-right: 0;
  padding-left: 40px;
  text-align: left;
}

.pricing-style-four .tab-btn-box .tab-btns li.active-btn:before {
  right: 1px;
}

.pricing-style-four .tab-btn-box .tab-btns li:before {
  position: absolute;
  top: 4px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  content: "";
  right: -28px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-style-four .tab-btn-box .tab-btns li:last-child:before{
  display: none;
}

.dark-home .pricing-block-two .pricing-table{
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dark-home .pricing-block-two .pricing-table .table-header h3{
  color: #fff;
}

.dark-home .pricing-block-two .pricing-table .table-header p{
  color: #A9A7B0;
}

.dark-home .pricing-block-two .pricing-table .table-header h2{
  color: #fff;
}

.dark-home .pricing-block-two .pricing-table .table-header h2 span{
  color: #A9A7B0;
}

.dark-home .pricing-block-two .pricing-table .feature-list li{
  color: #A9A7B0;
}

.dark-home .pricing-block-two .pricing-table .feature-list li:before{
  color: #A9A7B0;
}

.dark-home .pricing-block-two .pricing-table .table-header .theme-btn:hover{
  color: var(--theme-color);
  border-color: #fff;
}

.dark-home .pricing-block-two .pricing-table .table-header .theme-btn:before{
  background: #fff;
}

.dark-home .pricing-block-two.active-block .pricing-table{
  background: #0F2840;
  border-color: #0F2840;
}

.pricing-style-four .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -600px;
  width: 1376px;
  height: 2086px;
  background-repeat: no-repeat;
}

.pricing-style-four .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  bottom: -600px;
  width: 1193px;
  height: 1634px;
  background-repeat: no-repeat;
}

.pricing-style-four .pattern-layer .pattern-3{
  position: absolute;
  left: 228px;
  bottom: 104px;
  width: 164px;
  height: 214px;
  background-repeat: no-repeat;
}

.pricing-style-three.pricing-page-2 .pattern-layer{
  top: inherit;
  bottom: 100px;
}



/** rtl-css **/

.rtl .pricing-block-two .pricing-table .feature-list li{
  text-align: right;
  padding-left: 0px;
  padding-right: 31px;
}

.rtl .pricing-block-two .pricing-table .feature-list li:before{
  left: inherit;
  right: 0px;
}

.rtl .pricing-style-four .tab-btn-box .tab-btns{
  direction: ltr;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .pricing-section,
  .pricing-style-four{
    padding: 70px 0px 40px 0px;
  }

  .pricing-style-two,
  .pricing-style-three{
    padding-bottom: 40px;
  }

  .glance-section.pricing-page-1{
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .pricing-style-three .pricing-block-two .pricing-table .table-header .theme-btn{
    padding-left: 50px;
    padding-right: 50px;
  }
}


/** faq-section **/


.faq-section{
  position: relative;
}

.faq-section .inner-box{
  position: relative;
  display: block;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.accordion{
  position: relative;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  margin-bottom: 10px;
}

.accordion:last-child{
  margin-bottom: 0px;
}

.accordion .acc-btn{
  position: relative;
  padding: 20px 75px 20px 30px;
  cursor: pointer;
}

.accordion .acc-btn h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.accordion .acc-content{
  position: relative;
  padding: 0px 75px 24px 30px;
}

.accordion .acc-btn .icon-box{
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #111111;
  border-radius: 50%;
  text-align: center;
  top: 20px;
  right: 30px;
  font-size: 14px;
  color: var(--title-color);
}

.accordion .acc-btn .icon-box:before{
  position: absolute;
  content: '\e904';
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 30px;
}

.accordion .acc-btn.active .icon-box:before{
  content: '\e905';
}

.accordion .acc-btn.active .icon-box{
  color: #fff;
}


/** faq-style-two **/

.faq-style-two{
  position: relative;
}

.dark-home .accordion{
  background: #0C0F17;
  border-color: #0C0F17;
}

.dark-home .accordion .acc-btn h4{
  color: #fff;
}

.dark-home .accordion-box .block .acc-content p{
  color: #A9A7B0;
}

.dark-home .accordion .acc-btn .icon-box{
  border-color: #fff;
  color: #fff;
}

.dark-home .accordion .acc-btn.active .icon-box{
  border-color: var(--theme-color);
}

.faq-style-two .video-inner{
  position: relative;
  width: 100%;
  padding: 220px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 129px;
}

.faq-style-two .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 118px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
}

.faq-style-two .video-inner .video-btn a:before,
.faq-style-two .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.faq-style-two .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}


/** faq-style-three **/

.faq-style-three{
  position: relative;
}

.faq-style-three .accordion{
  box-shadow: 0px 16px 60px 0px #0000000D;
  border-color: #fff;
}

.faq-style-three .accordion .acc-content{
  padding-right: 30px;
}

.faq-style-three .image-box{
  position: relative;
  display: block;
}

.faq-style-three .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.faq-style-three .image-box .image img{
  width: 100%;
  border-radius: 20px;
}

.faq-style-three .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.faq-style-three .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.faq-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: -310px;
  width: 1424px;
  height: 1424px;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 300px;
  width: 100%;
  height: 1089px;
  background-repeat: no-repeat;
}

.faq-page-2 .accordion{
  background: #fff;
}




/** rtl-css **/

.rtl .faq-style-two .video-inner{
  margin-left: 0px;
  margin-right: 80px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .faq-style-two .video-inner{
    margin: 30px 0px 0px 0px !important;
  }

  .faq-style-three .inner-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .faq-style-three .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px){
  .faq-section,
  .faq-style-two,
  .faq-style-three{
    padding-bottom: 70px;
  }

  .testimonial-section.faq-page-1{
    padding-top: 70px;
  }

  .faq-section.pricing-page-two{
    padding-top: 70px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .accordion .acc-content{
    padding-right: 30px;
  }

  .faq-style-two .video-inner{
    padding: 160px 0px;
  }
}



/** testimonial-section **/


.testimonial-section{
  position: relative;
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one{
  margin-top: 50px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 0px 45px 50px 45px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.06);
}

.testimonial-block-one .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-top: -50px;
  margin-bottom: 10px;
}

.testimonial-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.testimonial-block-one .inner-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 23px;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 90px;
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 220px;
  width: 100%;
  height: 146px;
  background-repeat: no-repeat;
  background-position: bottom center;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
}

.testimonial-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 45px 50px 50px 50px;
}

.testimonial-block-two .inner-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  margin-right: 7px;
  color: #FFBD1F;
}

.testimonial-block-two .inner-box p{
  margin-bottom: 30px;
}

.testimonial-block-two .inner-box .author-box{
  position: relative;
  display: block;
  padding: 10px 0px 10px 85px;
}

.testimonial-block-two .inner-box .author-box .thumb-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.testimonial-block-two .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-block-two .inner-box .clients-logo{
  position: absolute;
  right: 50px;
  bottom: 70px;
}

.testimonial-block-two .inner-box .quote-box{
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 43px;
  color: var(--theme-color);
  opacity: 0.2;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 220px;
  width: 100%;
  height: 146px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.testimonial-block-two .inner-box .quote-box-2{
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 43px;
  color: var(--theme-color);
  opacity: 0.2;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 110px;
}

.testimonial-block-one .inner-box .rating{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.testimonial-block-one .inner-box .rating li{
  font-size: 16px;
  color: #FFC844;
  margin: 0px 3px;
}

.testimonial-section .shape .shape-1{
  position: absolute;
  left: 130px;
  top: 25px;
  width: 126px;
  height: 122px;
  background-repeat: no-repeat;
}

.testimonial-section .shape .shape-2{
  position: absolute;
  top: 180px;
  right: 113px;
  width: 302px;
  height: 312px;
  background-repeat: no-repeat;
}

.testimonial-style-two.home-7{
  background: #F8F8FF;
}

.testimonial-style-two.home-7 .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dark-home .testimonial-block-one .inner-box{
  background: rgba(12, 17, 36, 0.80);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dark-home .testimonial-block-one .inner-box h4{
  color: #fff;
}

.dark-home .testimonial-block-one .inner-box .designation,
.dark-home .testimonial-block-one .inner-box p{
  color: #A9A7B0;
}

.testimonial-section.light-section{
  background: #0E131D;
}

.testimonial-section .shape .shape-4{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .shape .shape-5{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.testimonial-section .shape .shape-6{
  position: absolute;
  left: 110px;
  top: 140px;
  width: 25px;
  height: 46px;
  background-repeat: no-repeat;
}

.testimonial-section .shape .shape-7{
  position: absolute;
  left: 55%;
  top: 210px;
  width: 29px;
  height: 39px;
  background-repeat: no-repeat;
}

.testimonial-section.testimonial-page-two .shape .shape-1{
  position: absolute;
  left: 0px;
  top: -300px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.testimonial-section.testimonial-page-two .shape .shape-2{
  position: absolute;
  right: 0px;
  top: -300px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}

.testimonial-style-two.testimonial-page-three .shape .shape-1{
  position: absolute;
  left: 0px;
  top: -300px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.testimonial-style-two.testimonial-page-three .shape .shape-2{
  position: absolute;
  right: 0px;
  top: -300px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}



/** rtl-css **/

.rtl .testimonial-block-two .inner-box{
  text-align: right;
}

.rtl .testimonial-block-two .inner-box .author-box{
  padding-left: 0px;
  padding-right: 85px;
}

.rtl .testimonial-block-two .inner-box .author-box .thumb-box{
  left: inherit;
  right: 0px;
}

.rtl .testimonial-block-two .inner-box .clients-logo{
  right: inherit;
  left: 50px;
}

.rtl .testimonial-block-two .inner-box .rating li{
  float: right;
  margin-right: 0px;
  margin-left: 7px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .testimonial-section{
    padding-bottom: 70px;
  }

  .testimonial-section .owl-dots{
    display: none;
  }

  .testimonial-style-two{
    padding-bottom: 70px;
  }

  .testimonial-style-two .owl-dots{
    display: none;
  }

  .testimonial-style-two.home-6{
    padding: 70px 0px;
  }

  .faq-section.testimonial-page-one{
    padding-top: 70px;
  }
}

@media only screen and (max-width: 599px){
  .testimonial-block-two .inner-box .clients-logo{
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-bottom: 20px;
  }

  .rtl .testimonial-block-two .inner-box .clients-logo{
    left: 0px;
  }
}

@media only screen and (max-width: 499px){
  .testimonial-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}


/** cta-section **/


.cta-section{
  position: relative;
}

.cta-section .bg-color{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background: #0E131D;
}

.cta-section .inner-container{
  position: relative;
  display: block;
  /* background: var(--theme-color); */
  background: var(--org2);
  border-radius: 20px;
  padding: 53px 60px;
  align-items: center;
}

.cta-section .inner-container .inner-box{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.cta-section h2{
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
}

.cta-section .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

/* .cta-section .btn-box .theme-btn.btn-two{
  color: var(--theme-color);
} */

.cta-section .btn-box .theme-btn.btn-two:before{
  background: var(--secondary-color);
}

.cta-section .btn-box .theme-btn.btn-one{
  /* background: #0D0D0D; */
  background: var(--orange);
}

.cta-section .btn-box .theme-btn.btn-one:before{
  background: #fff;
}

.cta-section .btn-box .theme-btn.btn-one:hover{
  color: #111111;
}

.cta-section .pattern-layer{
  display: none;
}
.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-section .pattern-layer .pattern-2{
  position: absolute;
  left: 110px;
  bottom: 11px;
  width: 25px;
  height: 32px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-3{
  position: absolute;
  left: 50%;
  top: 34px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-4{
  position: absolute;
  right: 100px;
  bottom: 13px;
  width: 29px;
  height: 28px;
  background-repeat: no-repeat;
}


/** cta-style-two **/

.cta-style-two{
  position: relative;
}

.cta-style-two .inner-container{
  position: relative;
  display: block;
  background: #1D1D1D;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 60px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-style-two .sub-title-three{
  color: #fff;
}

.cta-style-two .sub-title-three:before{
  background: #fff;
  opacity: 0.10;
}

.cta-style-two .sec-title h2 span{
  color: var(--orange);
}

.cta-style-two p{
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 40px;
}

.cta-style-two .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-style-two .btn-box .theme-btn.btn-one:hover{
  color: var(--title-color);
  background: #fff;
}

.cta-style-two .btn-box .theme-btn.btn-one:before{
  background: #fff;
}

.cta-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-style-two .thumb-box .thumb{
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
}

.cta-style-two .thumb-box .thumb img{
  width: 100%;
  border-radius: 50%;
}

.cta-style-two .thumb-box .thumb-1{
  left: 110px;
  top: 76px;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.cta-style-two .thumb-box .thumb-2{
  left: 266px;
  top: 229px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.cta-style-two .thumb-box .thumb-3{
  left: 153px;
  bottom: 86px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.cta-style-two .thumb-box .thumb-4{
  top: 76px;
  right: 110px;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.cta-style-two .thumb-box .thumb-5{
  right: 233px;
  bottom: 157px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.cta-style-two .pattern-layer-2 {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 100%;
  height: 1676px;
  background-position: center;
  background-repeat: no-repeat;
}

.dark-home .cta-section .inner-container{
  background: #0d1225;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dark-home .cta-section .btn-box .theme-btn.btn-one{
  background: var(--theme-color);
}

.dark-home .cta-section .btn-box .theme-btn.btn-two{
  color: #0D0D0D;
}

.dark-home .cta-section .btn-box .theme-btn.btn-two:hover{
  color: #fff;
}

.dark-home .cta-section .btn-box .theme-btn.btn-two:before{
  background: var(--theme-color);
}



/** rtl-css **/

.rtl .cta-section .btn-box .theme-btn.btn-two{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .cta-style-two .btn-box .theme-btn.btn-one{
  margin-right: 0px;
  margin-left: 20px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .cta-section .inner-container .inner-box{
    display: block;
  }

  .cta-section h2{
    margin-bottom: 30px;
  }

  .cta-section h2 br{
    display: none;
  }

  .cta-style-two .thumb-box{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .cta-style-two .inner-container{
    padding: 70px 30px;
  }
}

@media only screen and (max-width: 599px){
  .cta-section .btn-box .theme-btn.btn-two,
  .cta-style-two .btn-box .theme-btn.btn-one{
    margin: 0px 0px 20px 0px !important;
  }

  .cta-section .btn-box{
    display: block;
  }

  .cta-style-two .btn-box{
    display: block;
  }
}

@media only screen and (max-width: 499px){
  .cta-section .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}



/** contact-info-section **/

.contact-info-section{
  position: relative;
  background: #F9F9F9;
}
.contact-highlight{
  color: var(--orange);
}
.info-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px 42px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.info-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
  background: var(--theme-color);
}

.info-block-one .inner-box h3{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}

.info-block-one .inner-box p{
  color: #6A6A6A;
}

.info-block-one .inner-box p a{
  display: inline-block;
  color: #6A6A6A;
}

.info-block-one .inner-box p a:hover{
  color: var(-theme-color);
}


/** contact-section **/

.contact-section{
  position: relative;
}

.contact-section .form-inner{
  position: relative;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.contact-section .form-inner .form-group{
  position: relative;
  margin-bottom: 30px;
}

.contact-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 60px;
  font-size: 16px;
  color: #6E6E6E;
  padding: 10px 30px;
}

.contact-section .form-inner .form-group textarea{
  height: 170px;
  resize: none;
  padding-top: 15px;
  border-radius: 20px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{
  border-color: var(--theme-color);
}



/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .contact-info-section{
    padding: 70px 0px 40px 0px;
  }

  .contact-section{
    padding: 65px 0px 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}



.banner-style-five .content-box h2 span {
  color: var(--orange);
}
.service-style-three.home-we-service .tabs-box {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 18px 40px 32px;
  background: #c3bfbf24;
}
.service-style-three.home-we-service .tab-btns li {
  padding: 10px 15px;
  width: auto;
  font-size: 18px;
  border-radius: 30px;
  background: #fff;
}
.service-style-three.home-we-service .tab-btns {
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .service-style-three.home-we-service .tab-btns {
    overflow-x: scroll;
    justify-content: start;
  }
}
.service-style-three .tab-btns li.active-btn {
  background: #fff;
  color: var(--orange);
}

/** carousel **/
.video-carousel .section-header h1 .sparkle {
  font-size: 1.1em;
  color: #a855f7;
}

.video-carousel .section-header p {
  margin-top: 10px;
  font-size: clamp(0.85rem, 2vw, 1rem);
  color: #6b7280;
  font-weight: 400;
}

/* ── Carousel wrapper ── */
.video-carousel .carousel-outer {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  margin: 30px 0px;
}

/* Fade edges */
/* .video-carousel .carousel-outer::before,
   .video-carousel .carousel-outer::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    } */
/* .video-carousel .carousel-outer::before { left: 0;  background: linear-gradient(to right, #f2f3f7, transparent); }
   .video-carousel .carousel-outer::after  { right: 0; background: linear-gradient(to left,  #f2f3f7, transparent); } */

.video-carousel .carousel-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: scroll-left 28s linear infinite;
  padding: 25px 4px 25px;
}

.video-carousel .carousel-outer:hover .carousel-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ── Card ── */
.video-carousel .card {
  /* flex-shrink: 0;
      width: clamp(160px, 18vw, 220px);
      height: clamp(260px, 28vw, 360px);
      border-radius: 18px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 4px 20px rgba(0,0,0,0.12);
      background: #111;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease; */
  width: auto;
  height: 384px;
  aspect-ratio: 9 / 16;
  /* background: #1a1a1a; */
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

/* .video-carousel  .card:hover {
      transform: scale(1.04) translateY(-4px);
      box-shadow: 0 12px 36px rgba(0,0,0,0.22);
    } */

.video-carousel .card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay gradient at bottom */
/* .video-carousel .card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.30) 0%, transparent 45%);
      pointer-events: none;
    } */

/* ── CTA Button ── */
.video-carousel .cta-wrap {
  margin-top: 40px;
  text-align: center;
}

.video-carousel .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f5c518;
  color: #1a1a2e;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    background 0.25s,
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(245, 197, 24, 0.35);
}

.video-carousel .cta-btn:hover {
  background: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(245, 197, 24, 0.45);
}

.video-carousel .cta-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .video-carousel .carousel-outer::before,
  .video-carousel .carousel-outer::after {
    width: 40px;
  }
  .video-carousel .card {
    border-radius: 12px;
  }
}

/**features section **/
.features-box .feature-item {
  background: #c3bfbf24;
  /* background: #d688c112; */
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 25px 30px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 3px 20px -4px #80808024;
}
.template-categories {
  color: #000;
  background-color: #fff;
  border: 1px solid #43464e29;
  border-radius: 24px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  inset: auto auto 12px 16px;
}

.chooseus .content_block_seven .content-box .single-item h3 {
  color: #000;
}
.chooseus .content_block_seven .content-box .single-item p {
  color: #45444b;
}

/** tabs carousel **/
.tabs-carousel{
  position: relative;
  background: url('https://bracketweb.com/aigence-html/assets/images/shapes/team-bg-shape-1-1.png');
  background-size: cover;
  background-position: center;
}
.tabs-carousel::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(4px);
  z-index:1;
}
.tabs-carousel .container{
  position: relative;
  z-index: 2;
}

.tabs-carousel .section-wrapper {
  display: flex;
  align-items: center;
  gap: 64px;
  /* max-width: 960px; */
  width: 100%;
}

/* LEFT TABS */
.tabs-carousel .tabs-left {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tabs-carousel .tab-item {
  position: relative;
  padding: 18px 20px 18px 28px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.25s ease;
  border-left: 3px solid transparent;
  user-select: none;
}

.tabs-carousel .tab-item::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 60%;
  background: #885ade;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tabs-carousel .tab-item.active::before {
  transform: translateY(-50%) scaleY(1);
}

.tabs-carousel .tab-item.active {
  background: #885ade2b;
}

.tabs-carousel .tab-item:hover:not(.active) {
  background: #f0f0f5;
}

.tabs-carousel .tab-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
  transition: color 0.2s;
}

.tabs-carousel .tab-item.active .tab-title {
  color: #000;
}

.tabs-carousel .tab-desc {
  font-size: 16px;
  color: #6b6b80;
  line-height: 1.5;
}

/* Progress bar under each tab when active */
.tabs-carousel .tab-progress {
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 20px;
  height: 2px;
  background: #e2e2eb;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

.tabs-carousel.tab-item.active .tab-progress {
  opacity: 1;
}

.tabs-carousel .tab-progress-fill {
  height: 100%;
  width: 0%;
  background: #f5c842;
  border-radius: 2px;
  transition: width linear;
}

/* RIGHT PREVIEW */
.tabs-carousel .preview-right {
  flex: 1;
  position: relative;
  height: 100%;
  background: #f3f3f5;
  border-radius: 20px;
  /* overflow: hidden; */
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.tabs-carousel .preview-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.tabs-carousel .preview-panel.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Panel 1: Start from Scratch - AI Canvas */
.tabs-carousel .canvas-mock {
  width: 100%;
  /* max-width: 340px; */
  background: white;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.tabs-carousel .canvas-toolbar {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  align-items: center;
}

.tabs-carousel .toolbar-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e2eb;
}
.tabs-carousel .toolbar-dot.red {
  background: #ff6b6b;
}
.tabs-carousel .toolbar-dot.yellow {
  background: #f5c842;
}
.tabs-carousel .toolbar-dot.green {
  background: #6bcb77;
}

.tabs-carousel .canvas-area {
  background: #f8f8fc;
  border-radius: 10px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1.5px dashed #dddde8;
}

.tabs-carousel .ai-sparkle {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #7b4fd4, #b47fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(123, 79, 212, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(123, 79, 212, 0);
  }
}

.tabs-carousel .canvas-quote {
  text-align: center;
  padding: 16px;
}

.tabs-carousel .lash-icon {
  font-size: 22px;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 4px;
}

.tabs-carousel .quote-box {
  background: white;
  border: 1.5px solid #f5c842;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 13px;
  color: #333;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  animation: quote-appear 0.6s ease forwards;
}

@keyframes quote-appear {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Panel 2: Templates */
.tabs-carousel .template-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 340px;
}

.tabs-carousel .template-card {
  border-radius: 10px;
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.tabs-carousel .template-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.tabs-carousel .template-card:nth-child(1) {
  background: linear-gradient(135deg, #1a1a2e, #4a4a8a);
}
.tabs-carousel .template-card:nth-child(2) {
  background: linear-gradient(135deg, #f5c842, #ff8c42);
}
.tabs-carousel .template-card:nth-child(3) {
  background: linear-gradient(135deg, #6bcb77, #1fa85a);
}
.tabs-carousel .template-card:nth-child(4) {
  background: linear-gradient(135deg, #ff6b9d, #c44569);
}
.tabs-carousel .template-card:nth-child(5) {
  background: linear-gradient(135deg, #74b9ff, #0984e3);
}
.tabs-carousel .template-card:nth-child(6) {
  background: linear-gradient(135deg, #a29bfe, #6c5ce7);
}

.tabs-carousel .template-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  color: white;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 8px;
  text-align: center;
}

/* Panel 3: Share */
.tabs-carousel .share-mock {
  width: 100%;
  /* max-width: 320px; */
  background: white;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.tabs-carousel .share-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.tabs-carousel .share-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.tabs-carousel .share-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1.5px solid #e2e2eb;
  border-radius: 8px;
  font-size: 13px;
  color: var(--text-dark);
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
}

.tabs-carousel .share-option:hover {
  border-color: #f5c842;
  background: var(#fff8d6);
}

.tabs-carousel .share-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.tabs-carousel .share-option:nth-child(1) .share-icon {
  background: #e8f4fd;
}
.tabs-carousel .share-option:nth-child(2) .share-icon {
  background: #fff0f0;
}
.tabs-carousel .share-option:nth-child(3) .share-icon {
  background: #f0fff4;
}

.tabs-carousel .share-export-row {
  display: flex;
  gap: 8px;
}

.tabs-carousel .export-badge {
  padding: 6px 12px;
  background: #f3f3f5;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #6b6b80;
  letter-spacing: 0.5px;
}

.tabs-carousel .export-badge.primary {
  background: #f5c842;
  color: #1a1a2e;
}

/* CTA Button */
.tabs-carousel .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f5c842;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  margin-top: 32px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  text-decoration: none;
}

.tabs-carousel .cta-btn:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 8px 24px rgba(245,200,66,0.4); */
  box-shadow: 0 8px 24px rgba(245, 200, 66, 0.471);
  color: #461fa897;
}

/* Heading above tabs */
.tabs-carousel .section-heading {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 28px;
  line-height: 1.25;
}

/* Dots indicator */
.tabs-carousel .dots-row {
  display: flex;
  gap: 6px;
  margin-top: 20px;
  padding-left: 28px;
}

.tabs-carousel .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0d0dc;
  transition:
    background 0.3s,
    width 0.3s;
  cursor: pointer;
}

.tabs-carousel .dot.active {
  background: var(--orange);
  width: 20px;
  border-radius: 4px;
}

@media (max-width: 700px) {
  .tabs-carousel .section-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .tabs-carousel .tabs-left {
    flex: none;
    width: 100%;
  }
  .tabs-carousel .preview-right {
    width: 100%;
    height: 300px;
  }
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: var(--orange) !important;
}

/* ── CAROUSEL SECTION — natural height, no tricks ── */
.carousel-section {
  position: relative;
  z-index: 1;
  padding: 6rem 2rem 7rem;
}

/* grid bg */
/* .carousel-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
} */

.carousel-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px;
}

.carousel-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(241, 245, 255, 0.3);
  margin-bottom: 0.75rem;
}
.carousel-title {
  font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  margin-bottom: 0.4rem;
  text-align: center;
}

/* ── STAGE: cylinder + buttons side by side ── */
.stage {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.nav-btn#btnNext {
  left:40px;
}
.nav-btn#btnPrev {
  left:-42px;
}
/* ── NAV BUTTONS ── */
.nav-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.25s,
    border-color 0.25s,
    transform 0.2s,
    box-shadow 0.25s;
  flex-shrink: 0;
  /* backdrop-filter: blur(8px); */
  position: relative;
  overflow: hidden;
}
.nav-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  opacity: 0;
  transition: opacity 0.25s;
}
.nav-btn svg {
  position: relative;
  z-index: 1;

}
.nav-btn:hover::before {
  opacity: 1;
}
.nav-btn:hover {
  border-color: transparent;
  transform: scale(1.1);
  box-shadow: 0 0 28px rgba(124, 58, 237, 0.45);
}
.nav-btn:active {
  transform: scale(0.96);
}
.nav-btn:disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

/* ── CYLINDER ── */
.cylinder-wrap {
  perspective: 1200px;
  width: 340px;
  height: 370px;
  flex-shrink: 0;
}
.cylinder {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: relative;
}

.panel {
  position: absolute;
  width: 300px;
  height: 370px;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 1.8rem;
  backface-visibility: hidden;
  /* border: 1px solid rgba(255, 255, 255, 0.08); */
  /* backdrop-filter: blur(16px); */
}
.panel-icon {
  font-size: 1.6rem;
  margin-bottom: 0.9rem;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: var(--pc, #fff);
}
.panel h3 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}
.panel p {
  font-size: 0.85rem;
  color: rgba(241, 245, 255, 0.45);
  line-height: 1.6;
  flex: 1;
}
.panel-tag {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pc, #fff);
  opacity: 0.65;
}

.p0 {
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.25),
    rgba(8, 11, 20, 0.75)
  );
  --pc: #7c3aed;
}
.p1 {
  background: linear-gradient(
    135deg,
    rgba(6, 182, 212, 0.2),
    rgba(8, 11, 20, 0.75)
  );
  --pc: #06b6d4;
}
.p2 {
  background: linear-gradient(
    135deg,
    rgba(245, 158, 11, 0.18),
    rgba(8, 11, 20, 0.75)
  );
  --pc: #f59e0b;
}
.p3 {
  background: linear-gradient(
    135deg,
    rgba(236, 72, 153, 0.2),
    rgba(8, 11, 20, 0.75)
  );
  --pc: #ec4899;
}
.p4 {
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.2),
    rgba(8, 11, 20, 0.75)
  );
  --pc: #10b981;
}



/* ── PROGRESS DOTS ── */
.progress-dots {
  display: flex;
  gap: 0.55rem;
  margin-top: 2rem;
}
.prog-dot {
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: rgb(2 2 2 / 10%);
  transition:
    background 0.35s,
    transform 0.35s;
  cursor: pointer;
}
.prog-dot:hover {
  background: rgba(255, 255, 255, 0.25);
}
.prog-dot.active {
  background: #000;
  transform: scaleX(1.5);
}

/* ── SIDE INFO ── */
/* .side-info {
  position: absolute;
  right: calc(50% - 520px);
  top: 50%;
  transform: translateY(-50%) translateX(16px);
  width: 210px;
  opacity: 0;
  transition:
    opacity 0.4s,
    transform 0.4s;
}
.side-info.show {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
} */
.side-info h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.side-info p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.side-metric {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Counter badge ── */
.counter-badge {
  margin-top: 1.4rem;
  font-size: 0.78rem;
  color: rgba(241, 245, 255, 0.25);
  letter-spacing: 0.12em;
}
.counter-badge span {
  color: rgba(241, 245, 255, 0.65);
  font-weight: 600;
}

/* ── Keyboard hint ── */
.key-hint {
  margin-top: 0.75rem;
  font-size: 0.68rem;
  color: rgba(241, 245, 255, 0.18);
  letter-spacing: 0.08em;
}



.image-box {
    perspective: 1000px;
    display: inline-block;
}

.image-box img {
    width: 100%;
    transition: transform 0.15s ease-out;
    transform-style: preserve-3d;
    will-change: transform;
}

.image-box img{
 transition: transform 0.25s cubic-bezier(.03,.98,.52,.99);
}


.seo-features{
  /* background-image: url('https://cdn.prod.website-files.com/69296dbc1768e26c3b4c7423/69296dbc1768e26c3b4c76b4_movark-product-background-layer.avif'); */
  background: #8080801c;
}
.feature-box{
  background: #fff;
  border-radius:20px;
  padding: 30px;
}
.feature-box h3{
  font-size: 21px;
  margin-bottom: 8px;
}



.steps-section {
  padding: 60px 20px;
  /* background: #f0f4f8; */
}

/* .steps-container {
  max-width: 720px;
  margin: 0 auto;
} */

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Card */
.steps-item {
  /* background: #ffffff; */
  background: linear-gradient(42deg, #f7f9fe85 0%, #f1f8ff 100%);
  border-radius: 18px;
  border: 1.5px solid #e4eaf2;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.steps-item--active {
  border-color: #dce6f0;
  box-shadow: 0 4px 24px rgba(100, 130, 200, 0.10);
  /* background: linear-gradient(145deg, #f7f9fe 0%, #ffffff 100%); */
  background: linear-gradient(42deg, #f7f9fe85 0%, #f1f8ff 100%);
}

/* Header */
.steps-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px 25px;
  cursor: pointer;
  user-select: none;
}

.steps-badge {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #5b4ee8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.steps-title-wrap {
  padding-top: 2px;
}

.steps-title {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 600;
  color: #1a1d2e;
  line-height: 1.3;
}

.steps-subtitle {
  margin: 0;
  font-size: 16px;
  color: #515359;
  line-height: 1.5;
}

/* Body */
.steps-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.steps-item--active .steps-body {
  max-height: 400px;
}

/* Preview cards inside step 01 */
.steps-preview {
  display: flex;
  gap: 12px;
  padding: 0 24px 22px;
}


.steps-btn {
  width: 100%;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1.5px solid #e0e6ef;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  color: #2d3142;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
}

.steps-btn:hover {
  background: #f0f4f9;
}

/* Generic body content for other steps */
.steps-body-content {
  /* padding: 0 24px 20px 86px; */
  padding: 0 24px 22px;
  font-size: 14px;
  color: #7a849a;
  line-height: 1.7;
}

.steps-body-content p {
  margin: 0;
}


/* why choose */
.why-choose{
  background: #1b2757;
  margin: 0px 40px;
  border-radius: 30px;
  /* background: #071332; */
}
.why-choose-box{
  /* border:1px solid #6e24fb; */
  border: 1px solid #4412b3;
  padding: 25px;
  border-radius: 10px;
  background: #152243;
}
.why-choose-box h6{
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}
.why-choose-box p{
  color: #dbe6ffed;
}

.content-box h1{
  font-size:48px;
}

/** pricing features pages **/
  .pricing-sec  .eyebrow {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.15em;
            /* color: #6c3ee8; */
            color: var(--orange);
            text-transform: uppercase;
        }

      .pricing-sec  .headline {
            font-size: clamp(28px, 4vw, 50px);
            font-weight: 600;
            color: #1e1b4b;
            line-height: 1.15;
        }

      .pricing-sec  .word-smarter {
            background: linear-gradient(135deg, #9129d6, #9129d64f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

      .pricing-sec  .word-automation {
            background: linear-gradient(135deg, #e84d59, #fbbf24);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

       .pricing-sec .toggle-label {
            font-size: 15px;
            font-weight: 500;
            color: #6b7280;
        }

       .pricing-sec  .toggle-label.active {
            color: #1e1b4b;
            font-weight: 600;
        }

       .pricing-sec .toggle {
            position: relative;
            width: 52px;
            height: 28px;
            cursor: pointer;
        }

      .pricing-sec  .toggle input {
            display: none;
        }

     .pricing-sec   .toggle-track {
            width: 52px;
            height: 28px;
            /* background: linear-gradient(135deg, #6c3ee8, #a78bfa); */
            background: var(--org2);
            border-radius: 999px;
            position: relative;
        }

       .pricing-sec .toggle-thumb {
            position: absolute;
            top: 3px;
            left: 28px;
            width: 22px;
            height: 22px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            transition: left 0.3s;
        }

       .pricing-sec .pricing-card {
            border: 1.5px solid #e5e5e5;
            border-radius: 10px;
            padding: 32px 28px 28px;
            background: #f9f9ff;
            height: 100%;
            transition: transform 0.2s, box-shadow 0.2s;
            position: relative;
        }

      .pricing-sec  .pricing-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 48px rgba(108, 62, 232, 0.10);
        }

      .pricing-sec  .pricing-card.featured {
            border: 1px solid transparent;
            /* background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #6c3ee8, #f97316) border-box; */
            background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #a832b5, #f0504e) border-box;
            
            box-shadow: 0 8px 32px rgba(108, 62, 232, 0.12);
        }

     .pricing-sec   .popular-badge {
            position: absolute;
            top: -16px;
            /* left: 63%; */
            /* transform: translateX(-50%); */
            /* background: #be3b95; */
            background: var(--orange);
            color: white;
            font-size: 12px;
            font-weight: 700;
            padding: 5px 18px;
            border-radius: 10px;
            white-space: nowrap;
            right: 5%;
        }

     .pricing-sec   .plan-icon {
            /* color: #6c3ee8; */
            color: var(--orange);
        }

      .pricing-sec  .plan-name {
            font-size: 20px;
            font-weight: 700;
            color: #1e1b4b;
        }

      .pricing-sec  .plan-desc {
            font-size: 13.5px;
            color: #6b7280;
            line-height: 1.5;
            min-height: 40px;
        }

      .pricing-sec  .original-price {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.08em;
            /* color: #6c3ee8; */
            color: var(--orange);
            text-transform: uppercase;
        }

      .pricing-sec  .price {
            font-size: 44px;
            font-weight: 600;
            color: #1e1b4b;
            line-height: 1;
        }

      .pricing-sec  .price-period {
            font-size: 13px;
            color: #6b7280;
            font-weight: 500;
        }

      .pricing-sec  .save-badge {
            /* background: #9d2ec5fa; */
            background: var(--orange);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 9px;
            border-radius: 6px;
        }

      .pricing-sec  .features {
            list-style: none;
            padding: 0;
            margin: 0;
        }

      .pricing-sec  .features li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13.5px;
            color: #374151;
            font-weight: 500;
            padding: 6px 0;
        }

     .pricing-sec   .check-icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        /* .check-green { background: #d1fae5; color: #059669; }
  .check-red   { background: #fee2e2; color: #ef4444; } */

       .pricing-sec .cta-btn {
            display: block;
            width: 100%;
            padding: 11px;
            background: #000;
            color: white;
            font-size: 15px;
            font-weight: 600;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            transition: background 0.2s, transform 0.15s;
        }

      .pricing-sec  .cta-btn:hover {
            background: var(--orange);
            transform: translateY(-1px);
        }

      .pricing-sec  .toggle input:not(:checked)~.toggle-track .toggle-thumb {
            left: 3px;
        }

/* .contact-for{
  margin-top:-100px;
} */
.contact-for .form-inner{
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #9129d6;
}
.contact-section.contact-for .form-inner{
  max-width:100%;
}

.contact-section.contact-for .form-inner .form-group input[type='text'], .contact-section .form-inner .form-group input[type='email'], .contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    background: transparent; 
    border: 1px solid #7e83975c;
    border-radius: 8px;
    font-size: 16px;
}

.contact-section.contact-for .form-inner .form-group{
  margin-bottom: 20px;
}


/** integrations-style-three **/

.integrations-style-three {
  position: relative;
}

.integrations-style-three .inner-container {
  position: relative;
  display: block;
}

/* MAIN LAYOUT */
.integrations-style-three .list-item {
  display: flex;
  flex-wrap: wrap;              /* 🔥 important */
  justify-content: center;      /* center alignment */
  gap: 25px;                    /* clean spacing */
  padding: 0;
  margin: 0;
}

.integrations-style-three .list-item li {
  list-style: none;
}

/* ICON STYLE */
.integrations-style-three .list-item li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 50px 0px #0000000D;
  transition: all 0.3s ease;
}

.integrations-style-three .list-item li a img {
  max-width: 60%;
}

.integrations-style-three .list-item li a:hover {
  transform: translateY(-5px);
}
/* ≤1200px (small laptops) */
@media (max-width: 1200px) {
  .integrations-style-three .list-item {
    gap: 25px; 
  }

  .integrations-style-three .list-item li a {
    width: 100px;
    height: 100px;
  }
}

/* ≤991px (tablets) */
@media (max-width: 991px) {
  .integrations-style-three .list-item {
    gap: 20px;
  }

  .integrations-style-three .list-item li a {
    width: 90px;
    height: 90px;
  }
}

/* ≤767px (mobile) */
@media (max-width: 767px) {
  .integrations-style-three {
    padding-bottom: 70px;
  }

  .integrations-style-three .list-item {
    gap: 15px;
  }

  .integrations-style-three .list-item li a {
    width: 80px;
    height: 80px;
  }
}

/* ≤575px (small mobile) */
@media (max-width: 575px) {
  .integrations-style-three .list-item li a {
    width: 70px;
    height: 70px;
  }
}

/* ≤480px (extra small) */
@media (max-width: 480px) {
  .integrations-style-three .list-item {
    gap: 12px;
  }

  .integrations-style-three .list-item li a {
    width: 65px;
    height: 65px;
  }
}

/* comparison table */

/* comparison table styles */
    .comparison-table {
        background: white;
        border-radius: 24px;
        overflow-x: auto;
        box-shadow: 0 20px 35px -10px rgba(0,0,0,0.05);
    }
    .comparison-table table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
        min-width: 500px;
    }
    @media (max-width:576px){
      .comparison-table table{
        min-width: 100% !important;
      }
    }
    .comparison-table th,
    .comparison-table td {
        padding: 1.2rem 1.5rem;
        border-bottom: 1px solid #eaeef5;
        vertical-align: top;
        font-size: 1rem;
    }
    .comparison-table th {
        background: #f8faff;
        font-weight: 700;
        color: #0f1825;
        font-size: 1.1rem;
    }
    .comparison-table tr:last-child td {
        border-bottom: none;
    }
    .comparison-table .check-icon {
        color: #2b7e3a;
        font-weight: 600;
        position: relative;
        padding-left: 28px;
    }
   .comparison-table .check-icon::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2rem;
        font-weight: bold;
        color: #2b7e3a;
    }


    /* table end */

    .faq-style-three.service-mob .seo-workflows i {
    color: #000;
    font-size: 8px;
    display: none;
}
.faq-style-three.service-mob .seo-workflows .workflow-item div p{
  padding-left: 35px;
  font-size: 17px;
  font-weight: 500;
  color: var(--title-color);
}
 .faq-style-three.service-mob .seo-workflows .workflow-item div ::before{
      position: absolute;
    content: '\e903';
    font-family: 'icomoon';
    font-size: 12px;
    color: #fff;
    background: var(--orange);
    left: 0px;
    top: 0px;
    font-weight: 400;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%
 }


 /* mahesh */

    .banner-style-six .content-box h2 span{
        color: var(--orange) !important;
    }
    .banner-style-six .content-box .btn-box .video-btn{
        padding-left: 0px  !important; 
    }
    .bg-gray{
        background-color: #8080801c;
    }

    .working-style-two.how-to .working-block-two .inner-box .shape{
    left: 200px !important;
    }

    
    .service-style-three.needs .tab-btns li{

    position: relative;
    display: inline-block;
     float: none; /* ❌ remove float */
    width: auto; /* ✅ dynamic width */
    flex: 0 0 auto; /* ✅ prevents shrinking */
    background: #fff;
    border-radius: 50px;
    padding: 10px 40px !important;
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 400;
    cursor: pointer;
    /* margin-right: 15px;
    margin-bottom: 15px; */
    transition: all 500ms ease;

    }
    .service-style-three.needs .tab-btns li.active-btn{
        /* background: #f9f9f9; */
         background-color: rgba(67, 70, 78, 0.08) !important;
           /* background: var(--grad1) !important; */
           /* color: #fff; */
    color: var(--orange) !important;
    }

      .service-style-three.needs .tabs-box{
    background:#c3bfbf24 ;
    padding: 60px 30px;
    border-radius: 30px;
    }
    /* tabs scroll */
    
    /* Scope ONLY to this section */
.service-style-three.needs .tab-btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

/* Scroll container */
.service-style-three.needs .tab-scroll-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    flex: 1;
}

/* Hide scrollbar */
.service-style-three.needs .tab-scroll-wrapper::-webkit-scrollbar {
    display: none;
}
.service-style-three.needs .tab-scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Tabs row */
.service-style-three.needs .tab-btns {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

/* Prevent shrinking */
.service-style-three.needs .tab-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Arrow buttons */
.service-style-three.needs .tab-arrow {
    background: var(--orange);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
}

.service-style-three.needs .tab-arrow:hover {
    background: #333;
}

/* Position arrows */
.service-style-three.needs .left-arrow {
    margin-right: 10px;
}

.service-style-three.needs .right-arrow {
    margin-left: 10px;
}  give corrected code 


.about-style-four .seo-workflows .workflow-item {
    position: relative;
    padding-left: 15px;  /* creates space for the bullet */
    margin-bottom: 20px;
}

.about-style-four .seo-workflows .workflow-item i{
    font-size: 0.5rem;
    color: #000;
    display: none;
    
}
.about-style-four .seo-workflows .workflow-item div ::before{
    position: absolute;
    content: '\e903';
    font-family: 'icomoon';
    font-size: 12px;
    color: #fff;
    background: var(--orange);
    left: 0px;
    top: 0px;
    font-weight: 400;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}
.about-style-four .seo-workflows .workflow-item div{
  line-height: 30px;
}
.about-style-four .seo-workflows .workflow-item div p{
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}
.about-style-three .seo-workflows .workflow-item i{
    font-size: 0.5rem;
    color: #000;
    display: none;
    
}
.about-style-three .seo-workflows .workflow-item div p{
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 30px;

}
.about-style-three .seo-workflows .workflow-item div ::before{
    position: absolute;
    content: '\e903';
    font-family: 'icomoon';
    font-size: 12px;
    color: #fff;
    background: var(--orange);
    left: 0px;
    top: 0px;
    font-weight: 400;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}
.about-style-four strong{
    color: #000;
}
/* Optional: style headings inside workflow-item */
.about-style-four .seo-workflows .workflow-item h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 35px;
}

.about-style-four .seo-workflows .workflow-item p {
    /* font-size: 0.9rem; */
    color: #555;
    margin-bottom: 0;
    padding-left: 20px;
}
    /* connect seo */
   .connect-data .feature-block-one .inner-box {
    padding: 20px !important;
    }
    /* mahesh end */
    .spline-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2; /* behind content */
  pointer-events: none; /* allow clicks on content */
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  /* background: rgba(0,0,0,0.4); */
  z-index: -1;
}

/* see-website */
.see-website .content_block_four .content-box .inner-box .single-item{
    /* padding: 4px 0px 5px 77px ; */
margin-bottom: 13px !important;
}
.see-website  .content_block_four .content-box .inner-box .single-item .icon-box{
    width: 45px;
    height: 45px;
    line-height: 45px;
}


 p{
  font-size: 17px;
 }

 /* inner boxes heights */
 /* Keep Bootstrap row normal */
.feature-style-two .row {
    align-items: stretch;
}

/* Make column behave normally */
.feature-style-two .feature-block {
    display: flex;
    margin-bottom: 20px;
}

/* Only stretch inner box */
.feature-style-two .feature-block-one {
    width: 100%;
}

/* Equal height fix */
.feature-style-two .feature-block-one .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* keeps icon + text centered */
    text-align: center; /* ensure center alignment */
}

/* Keep icon centered */
.feature-style-two .inner-box .icon-box {
    margin: 0 auto 15px;
}

/* banner buttons */

.banner-style-six .btn-box{
  display: flex;
  gap: 10px;
}

@media (max-width:420px){
  .banner-style-six .btn-box{
  display: flex;
  gap: 2px;
  flex-direction: row !important;
  
}
.banner-style-six .content-box .btn-box .video-btn{
  font-size: 15px;
}
.banner-style-six .theme-btn{
  margin-bottom: 15px !important;
}
.banner-style-six .btn-box .video-btn{
  margin-left: 20px;
}

}

/* integrations */



    .integration-cards .custom-container {
      max-width: 1320px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .integration-cards  .arc-wrapper {
      position: relative;
      width: 100%;
      margin-bottom: 20px;
    }

    .integration-cards  .svg-lines {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      pointer-events: none;
      z-index: 1;
    }

    /* Glassmorphism Icon Styling */
    .integration-cards .icon-card {
      position: absolute;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(8px);
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 1);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(255,255,255,0.5);
    }

    .integration-cards  .icon-card img { width: 80%; height: auto; }

    .integration-cards  .col-label {
      text-align: center;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 3rem;
    }

    /* Keep side-by-side on tablet/desktop */
    @media (min-width: 768px) {
     .integration-cards .integration-col { width: 50%; }
    }

    @media (max-width: 756px) {

  .integration-cards  .arc-wrapper {
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .integration-cards  .icon-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;

    width: 45% !important;   /* 👉 2 per row */
    height: 70px !important;
  }

  .integration-cards  .icon-card img {
    width: 40px;
  }
 .integration-cards  .svg-lines {
    display: none !important; /* ❌ hide line */
  }
  
}

@media (max-width: 320px){
   
 .integration-cards  .icon-card {
    word-break: break-all;
    width: 30% !important;
 }
}


/* padding responsive */

@media (max-width:756px){
  .pt_100{
    padding-top: 50px !important;
  }
   .pb_100{
    padding-top: 50px !important;
  }
  .pt_150{
    padding-top: 70px !important;
  }
}


  
    .preview-box {
            /* background-image: url('https://www.getrally.com/assets/webflow/680630980d5c3f978285eff6_image.avif') !important; */
        /* background: linear-gradient(to right, #f8f9fb 0%, rgba(248, 249, 251, 0) 100%) !important; */
        background: linear-gradient(to right, #f8f9fb -45%, rgba(248, 249, 251, 0) 100%) !important;
        }

        .faq-style-three .pattern-layer{
            pointer-events: none !important;
        }
        .banner-style-five{
            padding-bottom: 50px;
        }
        canvas {
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 80vw;
            max-height: 80vh;
        }

        /* mahesh */

        .header-style-five{
            box-shadow: none !important;

        }
        .rt-heading-gradient{
            color: var(--orange) !important;

        }
        .service-style-three .tab-btns li {
            /* padding: 13px 10px !important; */
        }


        .switch-btn {
            padding: 10px 25px;
            border: none;
            background: #151934;
            color: #fff;
            cursor: pointer;
            margin: 0 5px;
            border-radius: 5px;
            transition: 0.3s;
        }

        .switch-btn:hover {
            /* background: var(--theme-color); */
            background: #ff5639;
        }

        .switch-btn.active {
            /* background: #6c2bd9; */
            /* background: #ff5639; */
            background: var(--grad1);
            color: #fff;
        }

        .switch-btn.active:hover {
            /* background: var(--theme-color) !important;  */
            background: #ff5639;
        }

        .service-style-three .pattern-layer .pattern-1,
        .service-style-three .pattern-layer .pattern-2 {
            pointer-events: none !important;
        }

        .service-style-three .tabs-box .tab {
            background: #fff;
            padding: 40px 30px;
            border-radius: 20px;
        }

        .service-style-three .tab-btns li {
            /* text-align: start !important; */
            /* padding-left: 10px !important; */
        }

        .service-style-three.home-we-service .tabs-box {
            border-radius: 20px;
            border: 1px solid #fff;
            padding: 18px 32px !important;
            background: #c3bfbf24;
        }

        .service-style-three.home-we-service .tab-btns li {
            /* font-size: 16px !important;
    line-height: 22px; */
            width: 202px !important;
        }

        @media (max-width: 992px) {
            .service-style-three.home-we-service .tab-btns {
                overflow-x: scroll;
                justify-content: start;
            }

            .service-style-three .tab-btns {
                display: flex;
                flex-wrap: nowrap;
                overflow-x: auto;
                gap: 10px;
                scroll-behavior: smooth;
            }

            .service-style-three .tab-btn {
                flex: 0 0 auto;
                white-space: nowrap;
            }

            /* Hide scrollbar (optional) */
            .service-style-three .tab-btns::-webkit-scrollbar {
                display: none;
            }

            .service-style-three .tab-scroll-controls .scroll-left,
            .service-style-three .tab-scroll-controls .scroll-right {
                background-color: #ff5639;
                padding: 5px 10px;
                border-radius: 50%;

            }
        }

       .feature-card {
            background: white !important;
            border: 2px solid transparent !important;
            border-radius: 12px !important;
            padding: 10px !important;
            margin: 0 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            width: 180px;
            color: #43464e !important;
        }

        .feature-card .card-img-wrapper {
            border-radius: 8px;
            overflow: hidden;
            background: #f8f9fa;
        }

        .feature-card img {
            width: 100%;
            display: block;
            transition: transform 0.3s ease;
        }

       
        .feature-card.active {
          
            border-color: var(--org2) !important;
            transform: translateY(-5px);
        }

        .feature-card:hover img {
            transform: scale(1.05);
        }

        
        .video-container {
          
            margin: 0 auto;
            background: #1a1a1a;
            border: 8px solid #333;
        }

        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .nav-arrow:hover {
            
            background: var(--grad1);
            color: white;
        }

        .prev-arrow {
            left: -25px;
        }

        .next-arrow {
            right: -25px;
        }

      
        @media (max-width: 768px) {
            .prev-arrow {
                left: 5px;
            }

            .next-arrow {
                right: 5px;
            }
        }

       
        .feature-card {
            cursor: pointer !important;
            position: relative;
            z-index: 5;
       
        }

        
        .video-wrapper {
            margin-top: 20px;
            z-index: 1;
        }

    
        .nav-arrow {
            z-index: 100;
          
            cursor: pointer !important;
        }
       
.role-nav {
    gap: 15px;
    white-space: nowrap;
}

.role-btn {
    border-radius: 50px !important;
   
    color: #43464e !important;
    padding: 8px 20px !important;
    border: none !important;
    font-weight: 600;
}

.role-btn.active {
    /* background: rgba(67, 70, 78, 0.08) !important;  */
    background: rgb(245 245 245) !important; 
    color: #0d0c21 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}


.inner-feature-nav .feature-link {
    text-align: left;
    background: none !important;
    color: #43464e !important;
    border-left: 4px solid transparent !important;
    border-radius: 0 !important;
    margin-bottom: 20px;
    padding-left: 20px !important;
    transition: all 0.3s ease;
}


.inner-feature-nav .feature-link.active {
    border-left-color: var(--orange) !important;
    color: #0d0c21 !important;
}

.inner-feature-nav .feature-link h5 {
    font-weight: 700;
}


.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* seo */


/* MAIN BOX */
.main-box {
    display: flex;
    gap: 40px;
    /* background: #fff; */
    /* padding: 40px; */
    
    border-radius: 20px;
    /* align-items: center; */
}

/* LEFT */
#roleSection .left-content {
    width: 40%;
}

/* RIGHT */
#roleSection .right-content {
    width: 60%;
}

/* PREVIEW */
#roleSection .preview-box {
    background: #f8f9fb;
    padding: 30px;
    border-radius: 15px;
    min-height: 350px;
}

#roleSection .preview-box img {
    width: 100%;
}

/* TOP ARROWS */
#roleSection .top-arrows {
    display: flex;
    gap: 10px;
    margin: 20px 0px 15px 0px !important;
    display: none;
}

@media (max-width:1070px){
  #roleSection .top-arrows {
  display: block;
  }
}

#roleSection .arrow-btn {
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    border: none;
    /* background: #fff; */
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
    cursor: pointer;
}

/* .arrow-btn:hover {
    background: #ffd350;
} */

/* TEXT */
#roleSection .left-content h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

/* FEATURES */
#roleSection .feature-link {
    display: block;
    border: none;
    background: none;
    text-align: left;
    /* margin-bottom: 25px; */
    margin-bottom: 0px;
    padding-left: 0px;
    border-left: 4px solid transparent;
    cursor: pointer;
}

#roleSection .feature-link.active {
    border-left: 4px solid var(--title-color);
}

#roleSection .feature-link h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

#roleSection .feature-link p {
    color: #777;
    font-size: 14px;
}

/* BUTTON */
.start-btn {
    display: inline-block;
    /* background: #ffd350; */
    background: var(--orange);
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #fff !important;
    margin-top: 20px;
}

.start-btn:hover{
    background: var(--title-color);
}

/* TOP NAV */
.role-nav {
    gap: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.role-btn {
    border-radius: 50px;
    padding: 8px 18px;
    border: none;
    /* background: #eee; */
    font-weight: 500;
}

.role-btn.active {
    /* background: #e8eaf6; */
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .main-box {
        flex-direction: column;
    }
    .left-content, .right-content {
        width: 100%;
    }
}

.role-wrapper {
    position: relative;
}

.role-nav-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
    gap: 10px;
    padding-bottom: 5px;
}

@media (max-width:576px){
    .role-nav-scroll {
        flex-wrap: nowrap !important;
    }
}

/* hide scrollbar */
.role-nav-scroll::-webkit-scrollbar {
    display: none;
}
.role-nav-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* each tab */
.role-nav-scroll .role-btn {
  background-color: rgba(67, 70, 78, 0.08) ;
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 30px !important;
    font-size: 17px;
    font-weight: 400;
}

/* accordian for seo section */

 
    .ds-accordion-wrapper * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .ds-accordion-wrapper {
      font-family: 'Inter', sans-serif;
      width: 100%;
      max-width: 1500px;
      margin: 0 auto;
    }

    /* background – optional, you can remove if conflicts */
    .ds-bg-ambient {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
      background: radial-gradient(circle at 20% 30%, #f5f0ff, #fff9ef);
      pointer-events: none;
    }

    /* header styling */
    .ds-hero {
      text-align: center;
      margin-bottom: 2.5rem;
    }
    .ds-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(255,255,250,0.7);
      backdrop-filter: blur(8px);
      padding: 0.3rem 1.2rem;
      border-radius: 40px;
      font-weight: 600;
      font-size: 0.85rem;
      color: #614b9b;
      margin-bottom: 1rem;
    }
    .ds-hero h1 {
      font-size: clamp(2rem, 5vw, 3.4rem);
      font-weight: 800;
      background: linear-gradient(135deg, #1f1b3c, #5f4a8e);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      letter-spacing: -0.02em;
      margin-bottom: 0.5rem;
    }
    .ds-sub {
      color: #5c5475;
      max-width: 650px;
      margin: 0 auto;
      font-size: 1rem;
    }

    /* accordion layout */
    .ds-accordion-scroll {
      width: 100%;
      overflow-x: auto;
      margin: 2rem 0 3rem;
      scrollbar-width: none; /* Firefox */
    }
    .ds-accordion-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
    .ds-accordion {
      display: flex;
      flex-direction: row;
      gap: 1rem;
      min-width: 1000px;
      height: 520px;
    }

    /* individual panel - closed state: solid background, no image */
    .ds-panel {
      flex: 1;
      min-width: 80px;
      background: #2c2a3a;  /* solid dark color for closed panels */
      backdrop-filter: blur(4px);
      border-radius: 2rem;
      transition: flex 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.2), min-width 0.2s;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(180, 150, 220, 0.3);
    }
    .ds-panel.active {
      flex: 3.5;
      min-width: 280px;
      background: rgba(250, 248, 245, 0.6); /* semi-transparent for active */
    }

    .ds-panel-inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 1.2rem;
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1;
    }
    /* overlay for text visibility (only active panels get this overlay) */
    .ds-panel.active .ds-panel-inner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.2) 60%);
      border-radius: 2rem;
      z-index: 0;
      pointer-events: none;
    }
    /* default: no background images on inactive panels */
    .ds-panel .ds-panel-inner {
      background-image: none ;
    }
    /* active panels: show background images */
    /* .ds-panel.active .ds-panel-inner {
      background-image: var(--bg-image, none);
    }
    .ds-panel-1.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/26/600/400'); }
    .ds-panel-2.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/20/600/400'); }
    .ds-panel-3.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/0/600/400'); }
    .ds-panel-4.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/42/600/400'); }
    .ds-panel-5.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/155/600/400'); }
    .ds-panel-6.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/29/600/400'); }
    .ds-panel-7.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/96/600/400'); }
    .ds-panel-8.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/169/600/400'); }
    .ds-panel-9.active .ds-panel-inner { background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://picsum.photos/id/250/600/400'); } */

    .ds-panel-title {
      position: relative;
      z-index: 2;
      font-weight: 700;
      font-size: 1.3rem;
      color: white;
      text-shadow: 0 2px 6px rgba(0,0,0,0.4);
      margin-bottom: 0.5rem;
    }
    .ds-panel-desc {
      position: relative;
      z-index: 2;
      color: rgba(255,255,240,0.95);
      font-size: 0.8rem;
      max-height: 0;
      opacity: 0;
      transition: max-height 0.35s ease, opacity 0.3s;
      overflow: hidden;
    }
    .ds-panel.active .ds-panel-desc {
      max-height: 80px;
      opacity: 1;
    }
    .ds-video-wrapper {
      position: relative;
      z-index: 2;
      margin-top: 0.8rem;
      max-height: 0;
      opacity: 0;
      transition: max-height 0.45s ease, opacity 0.35s;
      overflow: hidden;
      border-radius: 1rem;
    }
    .ds-panel.active .ds-video-wrapper {
      max-height: 350px;
      opacity: 1;
    }
    .ds-video-wrapper video {
      width: 100%;
      height: auto;
      max-height: 350px;
      object-fit: cover;
      border-radius: 1rem;
      display: block;
      pointer-events: none;
    }
    .ds-extra-tag {
      font-size: 0.85rem;
      margin-top: 0.5rem;
      color: #f0e6ff;
      position: relative;
      z-index: 2;
    }
    .ds-panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

/* show image only when active */
.ds-panel.active .ds-panel-img {
  opacity: 1;
}

    /* ----- DESKTOP: vertical text for closed panels (bottom to top) ----- */
    @media (min-width: 851px) {
      /* Inactive panels: center the rotated title vertically */
      .ds-panel:not(.active) .ds-panel-inner {
        justify-content: center;
        align-items: center;
      }
      .ds-panel:not(.active) .ds-panel-title {
        writing-mode: vertical-rl;
        text-align: center;
        transform: rotate(180deg);
        text-orientation: mixed;
        white-space: nowrap;
        margin-bottom: 0;
        /* font-size: 1rem; */
        letter-spacing: 2px;
      }
      .ds-panel:not(.active) .ds-panel-title i {
        display: block;
        margin-bottom: 0.5rem;
        transform: rotate(180deg);
        font-size: 1.2rem;
      }
      /* Hide description, video, extra tag when closed */
      .ds-panel:not(.active) .ds-panel-desc,
      .ds-panel:not(.active) .ds-video-wrapper,
      .ds-panel:not(.active) .ds-extra-tag {
        display: none;
      }
    }


    .ds-mobile-img{
        display: none;
    }
    /* ----- MOBILE & TABLET: normal vertical stack, horizontal text ----- */
   @media (max-width: 850px) {

  .ds-accordion-scroll {
    overflow-x: visible;
  }

  .ds-accordion {
    flex-direction: column;
    height: auto;
    gap: 1rem;
    min-width: auto;
  }

  .ds-panel {
    min-height: auto;
    width: 100%;
    background: #2c2a3a;
  }

  .ds-panel.active {
    min-height: auto;
    height: auto;
    background: #2c2a3a; /* remove white patch */
  }

  /* 🔥 REMOVE background image logic */
  .ds-panel.active .ds-panel-inner {
    background-image: none !important;
  }

  /* 🔥 REMOVE overlay */
  .ds-panel.active .ds-panel-inner::after {
    display: none;
  }

  /* Text normal */
  .ds-panel-title {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left;
  }

  .ds-panel-inner {
    padding: 1rem;
    justify-content: flex-start;
  }

  .ds-extra-tag {
    color: #ddd;
    margin-bottom: 10px;
  }

  /* ✅ SHOW IMAGE BELOW TEXT */
  /* .ds-mobile-img {
    width: 100%;
    border-radius: 14px;
    margin-top: 10px;
    display: none;
  } */

  /* Show only for active panel */
  /* .ds-panel.active .ds-mobile-img {
    display: block;
  } */
   @media (max-width: 850px) {

  .ds-panel-img {
    position: relative;
    height: auto;
    opacity: 1;
    margin-top: 10px;
    border-radius: 14px;
  }

  /* show only active */
  .ds-panel-img {
    display: none;
  }

  .ds-panel.active .ds-panel-img {
    display: block;
  }

}
}

    /* seo content block (unchanged) */
    .ds-seo-deep {
      margin-top: 3rem;
      padding-top: 2rem;
      border-top: 2px dotted rgba(150, 120, 200, 0.3);
    }
    .ds-seo-deep h2 {
      font-size: 1.8rem;
      font-weight: 700;
      background: linear-gradient(130deg, #2a234b, #6c51a3);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 1rem;
    }
    .ds-seo-deep p {
      color: #4c4570;
      max-width: 85%;
      line-height: 1.5;
    }
    .ds-checklist {
      list-style: none;
      margin: 1.5rem 0 2rem;
    }
    .ds-checklist li {
      display: flex;
      gap: 0.8rem;
      align-items: center;
      margin-bottom: 0.8rem;
      font-weight: 500;
    }
    .ds-checklist li i {
      color: #7a62c2;
      width: 1.6rem;
    }
    .ds-read-link {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      text-decoration: none;
      font-weight: 600;
      color: #5e4692;
      border-bottom: 1.5px dashed #cbb8fc;
      transition: gap 0.2s;
    }
    .ds-read-link:hover {
      gap: 1rem;
    }
    .ds-footer {
      text-align: center;
      margin-top: 3rem;
      font-size: 0.7rem;
      color: #9d8fbc;
    }


/* smm1 */
  /* :root {
            --primary-color: #ADFF00;
            --secondary-color: #000000;
            --border-color: rgba(98, 98, 98, 0.1);
        }
        
        body {
            font-family: 'Syne', sans-serif;
            color: var(--secondary-color);
        }
         */
        .projects-section {
            padding: 100px 0;
        }
        
        /* .section-title {
            font-size: 40px;
            font-weight: 700;
            line-height: 60px;
            margin-bottom: 80px;
        } */
        
        .project-tab {
            background: white;
            border: 2px solid rgba(98, 98, 98, 0.1);
            border-radius: 12px;
            padding: 24px 34px;
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-bottom: 10px;
            width: 100%;
        }
        
        .project-tab:hover {
            border-color: rgba(98, 98, 98, 0.2);
        }
        
        .project-tab.active {
            background: var(--org2);
            border-color: rgba(98, 98, 98, 0.1);
            color: #fff !important;
        }

        .project-tab.active .project-tab-title{
            color: #fff !important;
        }
        
        .project-tab-icon {
            width: 28px;
            height: 28px;
        }
        
        .project-tab-title {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            margin: 0;
        }
        
        .project-image {
            width: 100%;
            height: 100%;
            background-color: #f5f5f5;
            border-radius: 12px;
            margin-bottom: 20px;
            background-size: cover;
            background-position: center;
            transform: scale(0.9);
            opacity: 0;
            transition: all 0.5s ease;
        }
        
        .project-detail {
            display: none;
        }
        
        .project-detail.active {
            display: block;
        }
        
        .project-detail h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            transform: translateY(-20px);
            opacity: 0;
            transition: all 0.5s ease;
        }
        
        .project-detail p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.1s;
        }
        
        .key-features {
            margin-top: 30px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease 0.2s;
        }
        
        .key-features h4 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        
        .key-features ul {
            padding-left: 20px;
        }
        
        .key-features li {
            margin-bottom: 8px;
            transform: translateX(-10px);
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .animate-in .project-image,
        .animate-in h3,
        .animate-in p,
        .animate-in .key-features {
            transform: translate(0);
            opacity: 1;
        }
        
        .animate-in .key-features li {
            opacity: 1;
            transform: translateX(0);
            transition-delay: calc(0.3s + (0.05s * var(--i)));
        }
        
        /* Specific images for each project */
        #web-design-content .project-image {
            background-image: url('https://etemplates.wdesignkit.com/theplusaddons/wp-content/uploads/sites/55/2024/03/Illustrations-image.png');
        }
        
        #ux-ui-content .project-image {
            background-image: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
        }
        
        #print-design-content .project-image {
            background-image: url('https://images.unsplash.com/photo-1518455027359-f3f8164ba6bd?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
        }
        
        #graphic-design-content .project-image {
            background-image: url('https://images.unsplash.com/photo-1589998059171-988d887df646?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
        }
        
        #illustrations-content .project-image {
            background-image: url('https://images.unsplash.com/photo-1584824486509-112e4181ff6b?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
        }
        
        #animation-content .project-image {
            background-image: url('https://images.unsplash.com/photo-1534972195531-d756b9bfa9f2?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
        }

        .project-content{
            padding: 50px 10px 100px 10px;
        }
        
        @media (min-width: 991px) and (max-width:1024px){
             
             
             .project-tab {
         
                padding: 24px 5px;
             }
        }
        @media (max-width: 991px) {
               .project-content{
            padding: 10px;
        }
            /* .section-title {
                font-size: 28px;
                line-height: 40px;
                margin-bottom: 60px;
            } */
            
            .project-tab {
                padding: 20px 30px;
            }
            
            .project-tab-icon {
                width: 24px;
                height: 24px;
            }
            
            .project-tab-title {
                font-size: 14px;
                line-height: 22px;
            }
        }
        
        @media (max-width: 767px) {
            .projects-section {
                padding: 40px 0;
            }
            
            /* .section-title {
                font-size: 20px;
                line-height: 36px;
                margin-bottom: 40px;
            } */
            
            .project-tab {
                padding: 10px;
                gap: 4px;
            }
            
            .project-tab-icon {
                width: 19px;
                height: 19px;
            }
            
            .project-tab-title {
                font-size: 12px;
                line-height: 18px;
            }
            
            .project-image {
                height: 200px;
            }
        }
/* smm2 */

  .iq-features {
            padding: 40px 0 60px;
        }
        /* Responsive circle container */
        .holderCircle {
            width: min(85vw, 85vh, 700px);
            height: min(85vw, 85vh, 700px);
            margin: 20px auto;
            position: relative;
            border-radius: 50%;
        }
        .dotCircle {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
            z-index: 20;
        }
        .dotCircle .itemDot {
            display: block;
            width: clamp(45px, 8vw, 80px);
            height: clamp(45px, 8vw, 80px);
            position: absolute;
            background: #ffffff;
            color: #7d4ac7;
            border-radius: 20px;
            text-align: center;
            line-height: clamp(45px, 8vw, 80px);
            font-size: clamp(22px, 5vw, 36px);
            z-index: 3;
            cursor: pointer;
            border: 2px solid #e6e6e6;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
        }
        .dotCircle .itemDot .forActive {
            width: 70%;
            height: 70%;
            position: absolute;
            top: 15%;
            left: 15%;
            display: none;
        }
        .dotCircle .itemDot.active .forActive {
            display: block;
        }
        .dotCircle .itemDot:hover,
        .dotCircle .itemDot.active {
            color: #ffffff;
            background: linear-gradient(135deg, #7d4ac7, #a733bb);
            border: 2px solid #ffffff;
            box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
            transform: scale(1.05);
        }
        .round {
            position: absolute;
            left: 5%;
            top: 5%;
            width: 90%;
            height: 90%;
            border: 2px dotted #a733bb;
            border-radius: 50%;
            animation: rotation 80s infinite linear;
        }
        @keyframes rotation {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        /* Center panel – responsive width */
        .contentCircle {
            width: min(280px, 40vw);
            border-radius: 1.5rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            background: rgba(255,255,250,0.9);
            backdrop-filter: blur(12px);
            padding: 0.6rem;
            box-shadow: 0 20px 35px -8px rgba(0,0,0,0.2);
            overflow: hidden;
        }
        .CirItem {
            opacity: 0;
            transform: scale(0.9);
            transition: opacity 0.4s ease, transform 0.4s ease;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0.8rem;
        }
        .CirItem.active {
            opacity: 1;
            transform: scale(1);
            z-index: 2;
            position: relative;
        }
        .media-container {
            width: 100%;
            border-radius: 1rem;
            overflow: hidden;
            margin-bottom: 0.5rem;
            background: #000;
        }
        .media-container img,
        .media-container video {
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            display: block;
        }
        .CirItem .title {
            font-weight: 700;
            font-size: clamp(1rem, 4vw, 1.4rem);
            background: linear-gradient(120deg, #4a2c7a, #b23bc2);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin: 0.3rem 0 0.2rem;
        }
        .CirItem p {
            font-size: clamp(0.7rem, 3vw, 0.85rem);
            line-height: 1.3;
            color: #2c2642;
            margin: 0;
            max-width: 95%;
        }
        /* .section-title {
            text-align: center;
            margin-bottom: 20px;
            padding: 0 1rem;
        } */
        /* .section-title h2 {
            font-size: clamp(1.6rem, 6vw, 2.5rem);
            font-weight: 800;
            background: linear-gradient(135deg, #3c2a6e, #a23bb3);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        } */
        /* .section-title p {
            color: #6a5c8a;
            font-size: clamp(0.8rem, 3vw, 1rem);
        } */
        /* Small screens: adjust border radius */
        @media (max-width: 550px) {
            .dotCircle .itemDot {
                border-radius: 12px;
            }
            .contentCircle {
                padding: 0.4rem;
            }
            .CirItem .title {
                margin: 0.2rem 0;
            }
        }

/* how it works */

.process-visual-section {
        padding: 60px 0;
        /* background: #ffffff; */
        text-align: center;
        font-family: 'Inter', sans-serif;
    }

    .process-visual-section .working-block-two .inner-box .shape {
            left: 200px !important;
        }

    /* --- Centered Toggle --- */
    .process-nav {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .process-switch {
        background: #000;
        /* background: linear-gradient(135deg, #6c3ee8, #a78bfa); */
        padding: 6px;
        border-radius: 50px;
        display: inline-flex;
        border: 1px solid #e2e8f0;
    }

    .process-switch button {
        border: none;
        background: transparent;
        padding: 8px 17px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .process-switch button.active {
        background: var(--grad1);
        color: #fff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* --- Image Display --- */
    .info-container {
        /* max-width: 1000px; */
        margin: 0 auto;
        position: relative;
    }

    .info-img-wrapper {
        display: none;
        animation: imgFadeIn 0.5s ease-in-out;
    }

    .info-img-wrapper.active {
        display: block;
    }

    .info-img-wrapper img {
        width: 100%;
        height: auto;
        display: block;
    }

    @keyframes imgFadeIn {
        from { opacity: 0; transform: scale(0.98); }
        to { opacity: 1; transform: scale(1); }
    }

/* faq'a */
 .ds-faq-tabs {
        display: inline-flex;
        background: #000;
        padding: 8px;
        border-radius: 50px;
        margin-top: 30px;
        border: 1px solid #e2e8f0;
    }

    .ds-tab-btn {
        padding: 5px 13px;
        border-radius: 40px;
        border: none;
        background: transparent;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }

    .ds-tab-btn i {
        font-size: 14px;
    }

    .ds-tab-btn.active {
        background: var(--grad1);
        color:#fff ; /* Magenta Theme */
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }

    /* Smooth Fade for Lists */
    .ds-faq-list {
        animation: faqFade 0.5s ease;
    }

    @keyframes faqFade {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    /* Ensure mobile responsiveness */
    @media (max-width: 600px) {
        .ds-faq-tabs { 
            /* flex-direction: column; */
             border-radius: 20px;
              /* width: 100%; */
             }
        .ds-tab-btn { width: 100%; justify-content: center; }
    }

.banner-card-review-list li{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
    .banner-card-review-list li i{
        font-size: 0.5rem;
        
        color: #000 ;
    }
           /* Hero Section - based on "hero-sec" style from reference */
        .hero-sec {
            padding: 80px 0 60px;
            position: relative;
           
        }

        .hero-sec .carousel-container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .hero-sec .hero-info {
            width: 100%;
        }

       .hero-sec .hero-area {
            margin-bottom: 48px;
        }



        /* Rating Box (right column) - modern card */
        .hero-sec .rating-box {
            background: #ffffff;
            border-radius: 12px;
            /* padding: 50px 50px; */
               padding: 40px 40px;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.04);
            transition: all 0.2s ease;
            z-index: 99;
            width: 450px;
            overflow: hidden;
        }

          /* Wrapper */
  .hero-sec .flow-marquee {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
}

/* Each row */
  .hero-sec .marquee-row {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

/* Track (important fix: no gap here) */
  .hero-sec .track {
    display: inline-flex;
    animation: scroll-left 18s linear infinite;
}

/* Reverse direction */
  .hero-sec .marquee-row.right .track {
    animation: scroll-right 18s linear infinite;
}

/* Pills (main design) */
  .hero-sec .track span {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    margin-right: 12px; /* ✅ instead of gap */
    background: #eef1f5;
    /* border: 1px solid #d9dee5; */
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
}

/* Icon spacing */
  .hero-sec .track span i {
    font-size: 8px;
    margin-right: 8px;
}

/* Smooth animations */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Optional: pause on hover */
  .hero-sec .marquee-row:hover .track {
    animation-play-state: paused;
}

        .hero-sec .rating-content {
            margin-bottom: 27px;
        }

        .hero-sec .rating-list {
            display: flex;
            align-items: center;
            gap: 8px;
            list-style: none;
            padding: 0;
            margin: 0 0 8px 0;
        }

        .hero-sec .rating-list li img {
            width: 22px;
            height: 22px;
        }

        .hero-sec.rating-list li span {
            /* font-weight: 800; */
            font-size: 16px;
            line-height: 26px;
            
            color: #1e293b;
        }

        .hero-sec .review {
            font-size: 16px;
            line-height: 26px;
            color: #64748b;
            display: block;
            margin-top: 6px;
        }

       .hero-sec .rating-box > img {
            max-width: 150px;
            margin: 12px 0 18px 0;
        }

       .hero-sec .auther-info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
            border-top: 1px solid #eef2ff;
            padding-top: 20px;
            margin-top: 8px;
        }

        .hero-sec .auther-info .sub-title {
            font-size: 15px;
            font-weight: 500;
            /* color: #334155; */
             color: #000;
        }

      .hero-sec .auther-info img {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #e2e8f0;
        }

        /* Hero Image / Video Area */
       .hero-sec .hero-img {
            margin-top: 48px;
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 30px 45px -20px rgba(0, 0, 0, 0.25);
            transition: all 0.3s ease;
            background: #0a0f1f;
        }

        .hero-sec .hero-img video {
            width: 100%;
            display: block;
            border-radius: 14px;
            transform: scale(1.01);
            transition: transform 0.4s ease;
        }

       .hero-sec .hero-img:hover video {
            transform: scale(1.02);
        }

        /* Trust badges (G2 section) */
       .hero-sec .trust-badges-section {
            margin-top: 70px;
            background: #ffffff;
            border-radius: 48px;
            padding: 42px 20px 36px;
            box-shadow: 0 8px 28px -6px rgba(0, 0, 0, 0.05);
            border: 1px solid #f0f2f5;
        }

        /* .sec-title {
            text-align: center;
            margin-bottom: 32px;
        } */

        .hero-sec .sec-title h4 {
            font-size: 26px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 8px;
        }

        .hero-sec .grid-59 {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 28px;
            row-gap: 32px;
        }

       
        .banner-style-five.hero-sec .content-box .btn-box{
         align-items: start;
         justify-content: start;
        }

        @media (min-width:1200px){

           .hero-sec .rating-box{
                position: absolute;
                top:220px;
                /* right: 350px   */
            }
            
        }

        /* responsive tweaks */
        @media (max-width: 991px) {
           .hero-sec .hero-sec {
                padding: 50px 0 40px;
            }
            .hero-sec .hero-content .title {
                font-size: 38px;
            }
            .hero-sec .rating-box {
                /* margin-top: 32px; */
                width: 100%;
            }
            .hero-sec .btn-box {
                justify-content: flex-start;
            }
            .hero-sec .trust-badges-section {
                padding: 32px 16px;
            }
            .hero-sec.sec-title h4 {
                font-size: 22px;
            }
        }

        @media (max-width: 576px) {
           .hero-sec .hero-content .title {
                font-size: 32px;
            }
           .hero-sec .btn-style1 {
                padding: 10px 20px;
                font-size: 14px;
            }
           .hero-sec .rating-box {
                padding: 20px;
            }
        }


 /* client section  */
 .clients-section .w-embed .social-badge{
            width: 100px;
            height: 100px;

        }
        @media (max-width: 991px) {
            .clients-section .w-embed .social-badge{
                width: 80px;
                height: 80px;

            }
        }
          @media (max-width: 576px) {
            .clients-section .w-embed .social-badge{
                width: 60px;
                height: 60px;

            }
        }
        .clients-section{
            padding: 0 0 30px 0 !important;
        }

        /* comparison-table */
         
.ds-comparison-sec .extra-row {
    display: none;
    transition: all 0.3s ease;
}

    #toggleRowsBtn {
    width: 140px;
    height: 35px;
    background-color: var(--orange); /* same brown tone */
    border-radius: 0 0 70px 70px;
    border: none;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

         #toggleRowsBtn{
            color: #fff;
         }
         #toggleRowsBtn:hover{
            color: var(--org2);
         }
        /* Container styling */
        .ds-comparison-container {
            max-width: 1100px;
            margin: 0 auto;
            border: 1px solid #ffe4e0; /* Light coral border */
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
        }

        .ds-comparison-sec .theme-btn.btn-one{
           background: var(--org2) !important;
        }
        .ds-comparison-sec .theme-btn.btn-one:hover{
           background: var(--orange) !important;
        }

       .ds-comparison-container .table {
            margin-bottom: 0;
        }

        /* Table Header */
        .ds-compare-table thead th {
            background-color: #fff;
            color: #151934; /* Deep Navy */
            font-size: 19px;
            font-weight: 700;
            padding: 25px 20px;
            border-bottom: 1px solid #ffe4e0;
        }

        /* Row Styling */
        .ds-compare-table tbody td {
            padding: 18px 20px;
            vertical-align: middle;
            color: #787879;
            font-size: 17px;
            font-weight: 500;
            border-bottom: 1px solid #fff5f2; /* Subtle horizontal lines */
            background-color: #fff;
        }

        /* Column Backgrounds */
       .ds-comparison-container .col-highlight {
            background-color: #fffaf9 !important; /* Soft coral tint */
            width: 20%;
        }

        .ds-comparison-container .col-standard {
            background-color: #fffefd !important;
            width: 25%;
        }

        /* Icons */
      .ds-comparison-container  .ds-check {
            color: #22c55e;
            font-size: 20px;
            font-weight: bold;
        }

       .ds-comparison-container .ds-cross {
            color: #ef4444;
            font-size: 20px;
            font-weight: bold;
        }

       .ds-comparison-container .ds-dash {
            color: #94a3b8;
            font-weight: bold;
        }

        /* Mobile View Optimization */
        @media (max-width: 768px) {
            .ds-compare-table thead th { font-size: 14px; padding: 15px 10px; }
            .ds-compare-table tbody td { font-size: 13px; padding: 12px 10px; }
        }

        /* smart seo smm automation */

        .working-block-one {
          border-radius: 20px;
    padding: 20px;
    /* background: #f443360a; */
    background: #ffffff;
    margin-bottom: 20px;
        }
        .working-block-one .inner-box .upper-box{
          background: none !important;
          padding: 0px !important;
        }
        .working-section .working-block{
          /* padding: 0px 10px; */
        }

        /* Make each row stretch items */
.working-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Make each column flexible */
.working-section .working-block {
    display: flex;
}

/* Make card take full height */
.working-section .working-block-one {
    display: flex;
    width: 100%;
}

/* Main fix */
.working-section .working-block-one .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Keep image top, content flexible */
.working-section .upper-box {
    flex-shrink: 0;
}

/* Make content stretch evenly */
.working-section .lower-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Push bottom nicely */
.working-section .lower-content p {
    margin-top: auto;
}
.working-block-one .inner-box .lower-content p{
  max-width: none !important;
}






        /* Left sticky column */
        .sticky-col-left {
            position: sticky !important;
            top: 100px;          /* sticky offset, adapt to your header */
            align-self: start;
            height: auto;
            background: transparent;
            padding-right: 30px;
        }
        .working-section .lower-content {
  padding: 24px;
        }
        .working-block-one .inner-box .image-box {
        max-width: 100% !important;
        }
        .working-block-one{
            padding: 0px !important;
        }
        .working-block-one .inner-box .image-box .image img {
           border-top-left-radius: 20px;
              border-top-right-radius: 20px;
        }
          .working-section.inner-page .working-block-one{
        box-shadow: 0 28px 38px -18px rgba(0, 0, 0, 0.12);
    }

        /* Right column with scrolling cards */
        .scroll-col-right {
            padding-left: 20px;
        }

        

       .working-block-one {
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

              .working-block-one:hover {
            transform: translateY(-6px);
            box-shadow: 0 28px 38px -18px rgba(0, 0, 0, 0.12);
            border-color: #e9eaf0;
        }

        /* .working-block-one .inner-box {
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .upper-box {
            position: relative;
            padding: 0;
            background: #fafcff;
        }

        .image-box {
            width: 100%;
            overflow: hidden;
        } */

     

        .image-box figure img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            transition: transform 0.5s ease;
        }

       

      

    

        /* Responsive adjustments */
        @media (max-width: 991px) {
            .sticky-col-left {
                position: relative;
                top: 0;
                padding-right: 0;
                margin-bottom: 48px;
            }
            /* .scroll-col-right {
                padding-left: 0;
            } */
           
        }

  

        /* Additional polish for row grids */
        .row-cards-gap {
            margin-right: -12px;
            margin-left: -12px;
        }
        .row-cards-gap > [class*="col-"] {
            padding-right: 12px;
            padding-left: 12px;
        }

        /* small divider */
        .bg-gradient-light {
            background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
        }

        @media (min-width: 991px) {
            .boxed_wrapper:has(.working-section) {
    overflow: visible !important;
}
        }
       

        /* new banner starts */
         #ottoAgent {
            position: relative;
            max-width: 1100px;
            width: 100%;
            margin: 0 auto;
            
        }

        #ottoAgent .chatContainer {
            position: relative;
            width: 100%;
        }

        /* ----- INPUT WRAPPER (light version, gradient border) ----- */
       #ottoAgent .inputWrapper {
            position: relative;
            padding: 19px;
            background: #ffffff;
            text-align: left;
            border-radius: 28px;
            border: 1px solid transparent;
            background-clip: padding-box;
            background: #ffffff padding-box;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02);
        }

        /* gradient border layers adapted for light mode (softer glow) */
       #ottoAgent .inputWrapperGradientLvl1,
       #ottoAgent .inputWrapperGradientLvl2,
        #ottoAgent .inputWrapperGradientLvl3 {
            position: relative;
            border-radius: 28px;
        }
/* ,
.inputWrapperGradientLvl 2:before,
.inputWrapperGradientLvl 3:before  */
       #ottoAgent .inputWrapperGradientLvl1:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    pointer-events: none;
}

/* BIG OUTER GLOW */
#ottoAgent .inputWrapperGradientLvl1:before {
    background:
        radial-gradient(
            circle at top center,
            rgba(255, 86, 57, 0.30) 0%,
            rgba(255, 86, 57, 0.12) 30%,
            rgba(21, 25, 52, 0.10) 65%,
            transparent 100%
        );
    filter: blur(35px);
    opacity: 0.9;
}

/* SOFT BORDER LIGHT */
#ottoAgent .inputWrapperGradientLvl2:before {
    background:
        linear-gradient(
            135deg,
            rgba(255, 86, 57, 0.55) 0%,
            rgba(255, 86, 57, 0.15) 25%,
            rgba(21, 25, 52, 0.20) 50%,
            rgba(255, 86, 57, 0.18) 75%,
            rgba(255, 86, 57, 0.50) 100%
        );
    filter: blur(14px);
    opacity: 0.55;
}

/* MAIN SHARP BORDER */
#ottoAgent .inputWrapperGradientLvl3:before {
    background:
        linear-gradient(
            135deg,
            rgba(255, 86, 57, 0.95) 0%,
            rgba(255, 86, 57, 0.45) 25%,
            rgba(21, 25, 52, 0.30) 50%,
            rgba(255, 86, 57, 0.45) 75%,
            rgba(255, 86, 57, 0.95) 100%
        );
    filter: blur(3px);
    opacity: 0.4;
}

        #ottoAgent .inputWrapperInner {
            position: relative;
            z-index: 3;
        }

        /* editable input - dark text on white */
        #ottoAgent .chatInput {
            color: #2b3341;
            outline: none;
            cursor: text;
            min-height: 64px;
            font-size: 1rem;
            line-height: 1.45;
            font-weight: 400;
            white-space: pre-wrap;
            word-break: break-word;
            background: transparent;
        }

        /* placeholder container (animated tip) */
        #ottoAgent #ottoPlaceholderContainer {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 1.1rem;
            pointer-events: none;
            display: flex;
            align-items: center;
            /* color: #5b6e8c; */
            /* color: var(--org2); */
             color: #292828a9;
            font-weight: 450;
            background: transparent;
        }

        #ottoAgent #ottoStaticText {
            display: flex;
            align-items: center;
            gap: 8px;
        }

       

        #ottoAgent .loadingStar img {
            animation: loadingStarSpin 6s linear infinite;
            width: 28px;
            height: auto;
        }

        @keyframes loadingStarSpin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

      #ottoAgent #ottoAnimatedTip {
            /* margin-left: 6px; */
            /* background: linear-gradient(135deg, #2b6e3c, #1f509e, #8b5cf6, #db2777); */
            /* background: linear-gradient(135deg,  var(--org2), var(--orange)) ; */
            background: var(--orange);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 600;
            font-size: 1.1rem;
            transition: transform 0.4s ease, opacity 0.3s ease;
        }

       #ottoAgent .flip-in {
            transform: translateY(0);
            opacity: 1;
        }
        #ottoAgent .flip-out {
            transform: translateY(12px);
            opacity: 0;
        }

        /* icons row */
        #ottoAgent .inputIcons {
            margin-top: 28px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        #ottoAgent .inputIconsLeft,
        #ottoAgent .inputIconsRight {
            display: flex;
            align-items: center;
            gap: 16px;
        }
        #ottoAgent .plusIcon, #ottoAgent .micIcon, #ottoAgent .sendArrow {
            cursor: pointer;
            background: transparent;
            border: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        #ottoAgent .micIcon {
            padding: 6px;
            border-radius: 40px;
            transition: background 0.2s;
        }
        .micIcon:hover {
            background: rgba(0, 0, 0, 0.05);
        }
        .sendArrow img, .plusIcon img, .micIcon img {
            display: block;
            width: 40px;
            height: 40px;
            transition: transform 0.2s;
        }
        .sendArrow img {
    transition: transform 0.3s ease;
}
        .sendArrow:hover img{
            transform: rotate(45deg);
        }

        /* light preset buttons */
        .preSetQuestions {
            /* margin-top: 24px; */
            margin-top: 14px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
        .preSetQuestions button {
            position: relative;
            overflow: hidden;
            /* background: #f2f4f8; */
            background: var(--org2);
            border: 1px solid #e2e8f0;
            padding: 8px 18px;
            border-radius: 60px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.2s ease;
            font-family: inherit;
        }
        .preSetQuestions button span {
            position: relative;
            z-index: 2;
            /* color: #1e293b; */
            color: #fff;
            transition: color 0.2s;
        }
        .preSetQuestions button::after {
            content: '';
            position: absolute;
            inset: 0;
            /* background: linear-gradient(115deg, #9CFFAC, #88C2FF, #C2A5FF, #FFADDB); */
            /* background: var(--org2); */
            background: var(--orange);
            border: 1px solid #ff5639 !important;
            color: #fff;
            opacity: 0;
            transition: opacity 0.25s ease;
            z-index: 0;
            border-radius: 60px;
        }
        .preSetQuestions button:hover::after {
            opacity: 1;
        }
        .preSetQuestions button:hover span {
            color: #fff;
        }

        /* ----- OVERLAY (light theme) ----- */
        #ottoAgentOverlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            z-index: 10000;
            backdrop-filter: blur(2px);
        }
        .ottoAgentOverlayInner {
            display: flex;
            width: 100%;
            height: 100%;
            position: relative;
            background: #ffffff;
        }
        /* left menu light */
        .ottoAgentOverlayLeftMenu {
            position: absolute;
            left: 0;
            top: 0;
            width: 68px;
            height: 100%;
            border-right: 1px solid #eef2f6;
            background: #ffffff;
            padding: 20px 0;
        }
        .ottoAgentOverlayLeftMenu ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 28px;
        }
        .ottoAgentOverlayLeftMenu ul li a {
            display: block;
            opacity: 0.75;
            transition: opacity 0.2s;
        }
        .ottoAgentOverlayLeftMenu ul li a:hover {
            opacity: 1;
        }
        /* top bar light */
        .ottoAgentOverlayTopBar {
            border-bottom: 1px solid #eef2f6;
            padding: 14px 24px;
            background: #ffffff;
            width: calc(100% - 68px);
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .ottoAgentOverlayTopBar ul {
            display: flex;
            gap: 20px;
            list-style: none;
            align-items: center;
        }
        .ottoAgentOverlayTopBar ul li a {
            text-decoration: none;
            color: #334155;
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 500;
        }
        .ottoAgentOverlayTopBarProfile a span {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .closeOverlayBtn {
            background: #f1f5f9;
            border-radius: 30px;
            padding: 4px 12px;
            font-size: 0.8rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
        }
        .closeOverlayBtn:hover {
            background: #e2e8f0;
        }
        /* main conversation area */
        .ottoAgentOverlayMainArea {
            width: 100%;
            height: 100vh;
            overflow-y: auto;
        }
        .ottoAgentOverlayMainAreaInner {
            max-width: 880px;
            width: 100%;
            margin: 0 auto;
            padding: 100px 32px 32px 100px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
        .ottoMessagesBegin {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }
        .sentMessage {
            background: #f1f5f9;
            color: #0f172a;
            padding: 14px 20px;
            border-radius: 20px 20px 8px 20px;
            font-size: 1rem;
            align-self: flex-end;
            max-width: 85%;
            font-weight: 450;
            box-shadow: 0 1px 2px rgba(0,0,0,0.02);
        }
        .receivedMessage {
            color: #334155;
            font-size: 1rem;
            background: #f8fafc;
            padding: 14px 20px;
            border-radius: 20px 20px 20px 8px;
            display: inline-block;
            max-width: 90%;
        }
        .receivedMessage p {
            display: flex;
            align-items: center;
            gap: 16px;
            margin: 0;
        }
        .receivedMessage img {
            width: 32px;
            animation: loadingStarSpin 1.8s linear infinite;
        }
        .threadBottomInBound {
            border-radius: 24px;
            border: 1px solid #eef2f6;
            background: #ffffff;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
            padding: 12px 18px;
            margin-top: 32px;
        }
        .chatComposer p {
            color: #5b6e8c;
            font-size: 0.9rem;
        }
        .chatComposerTools {
            display: flex;
            justify-content: space-between;
            margin-top: 12px;
        }
        .chatComposerRight {
            display: flex;
            gap: 18px;
            align-items: center;
        }
        .chatComposerDropDown {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #f8fafc;
            padding: 5px 12px;
            border-radius: 40px;
            font-size: 0.8rem;
            color: #1f2a44;
        }
       #ottoAgent .toolName {
            font-weight: 500;
        }
        .chatComposerMic, .chatComposerSend {
            cursor: pointer;
        }

        /* iFrame modal light */
       #ottoAgent #iframeSect {
            position: fixed;
            z-index: 10001;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.96);
            backdrop-filter: blur(8px);
            opacity: 0;
            transform: scale(0.96);
            transition: 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            pointer-events: none;
        }
      #ottoAgent  #iframeSect.showed {
            opacity: 1;
            transform: scale(1);
            pointer-events: auto;
        }
       #ottoAgent #dashboardSA1 {
            width: 90%;
            height: 88vh;
            max-width: 1280px;
            border-radius: 32px;
            border: none;
            background: white;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        }

        /* image filters for light mode (icons originally white -> dark) */
        /* .sendArrow img, .plusIcon img, .micIcon img,
        .ottoAgentOverlayTopBar img:not(.keep-original),
        .ottoAgentOverlayLeftMenu img:not(.keep-original),
        .chatComposerRight img, .chatComposerDropDown img {
            filter: brightness(0) saturate(100%) invert(20%);
        } */
        /* keep purple star / loading star colors original */
       #ottoAgent .ottoAgentOverlayLeftMenuPurpleStar img, #ottoAgent .receivedMessage img, .loadingStar img {
            filter: none !important;
        }
        .chatComposerDropDown img {
            filter: none;
            width: 18px;
        }

        @media (max-width: 720px) {
            .ottoAgentOverlayMainAreaInner {
                padding: 80px 20px 20px 70px;
            }
            .preSetQuestions button {
                font-size: 0.75rem;
                padding: 6px 14px;
            }
        }
         @media (max-width:600px){
            #ottoStaticText {
                display: inline-block !important;

            }
            #ottoAgent #ottoAnimatedTip{
              margin-left: 5px !important;
            }
            #ottoStaticText .loadingSta{
               margin-right: 5px;
            }

            #ottoStaticText{
    /* position: relative; */
    padding-left: 26px;
    /* line-height: 1.6; */
}

/* ICON */
.loadingSta{
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
}
.preSetQuestions{
    gap : 5px;
}
    #ottoAgent.hero-sec {
        padding: 40px 0 0px !important;
    }
        }
      #ottoAgent  hr {
            display: none;
        }

        /* new banner section  */


        /* accordion starts responsive */
        /* NAV BUTTONS */
.home-acc-sec .ds-scroll-nav {
  display: none;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}

.home-acc-sec .ds-scroll-btn {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* SHOW ONLY BETWEEN 856px–1200px */
@media (min-width: 856px) and (max-width: 1200px) {
  .home-acc-sec .ds-scroll-nav {
    display: flex;
  }
} 
/* accordoin responsive ends */

/* smm section auto scroll starts*/

#roleScroll {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

#roleScroll::-webkit-scrollbar {
    display: none;
}

.role-btn {
    flex: 0 0 auto;
}
/* smm section auto scroll ends */