

/* === ASSET CSS HASH: 1712b37d63391aedfe0ccdb6fa38658ba8797f95 | SCOPE: section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] === */
/* Banner One Widget Styles - Scoped under .banner-wrapper */
section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper{
  font-family: var(--primary_font);
  overflow: hidden;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper a{
  text-decoration: none;
}

/* Keyframes */
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(217, 2, 2, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(217, 2, 2, 0);
  }
}

@keyframes leftRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes topBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Thm Btn Styles */
section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .thm-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--primary_color);
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding: 5px 30px 5px;
  padding-right: 8px;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .thm-btn>span{
  position: relative;
  font-size: 18px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary_color_font);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s linear;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .thm-btn:hover>span{
  background-color: #ffffff;
  color: var(--primary_color);
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .thm-btn::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: var(--primary_color_font);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .thm-btn:hover:before{
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .thm-btn::after{
  position: absolute;
  background-color: var(--primary_color_font);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .thm-btn:hover::after{
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .thm-btn:hover{
  color: #ffffff;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__btn-box .thm-btn::before,
section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__btn-box .thm-btn::after{
  background-color: #ffffff;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__btn-box .thm-btn:hover{
  color: var(--primary_color);
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__btn-box .thm-btn:hover>span{
  background-color: var(--primary_color);
  color: #ffffff;
}

/* Banner One Styles */
section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one{
  position: relative;
  display: block;
  padding: 324px 0 184px;
  background-color: var(--primary_color_font);
  overflow: hidden;
  z-index: 5;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__bg{
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .10;
  z-index: -1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -115px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .90;
  z-index: -1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-4{
  position: absolute;
  top: 160px;
  right: 30px;
  z-index: -1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-4 img{
  width: auto;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-5{
  position: absolute;
  bottom: 125px;
  right: 70px;
  z-index: -1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-5 img{
  width: auto;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__inner{
  position: relative;
  display: block;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__left{
  position: relative;
  display: block;
  margin-right: -50px;
  z-index: 3;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__title-box{
  position: relative;
  display: block;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__sub-title{
  position: relative;
  display: block;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__sub-title p{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__title{
  position: relative;
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 24px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__title span{
  color: var(--primary_color);
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__text{
  position: relative;
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.70);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 44px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__thm-and-other-btn-box{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__btn-box{
  position: relative;
  display: block;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-link{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 3;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-icon{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--primary_color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-icon:hover{
  background-color: #ffffff;
  color: var(--primary_color);
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-link .ripple,
section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-icon .ripple:before,
section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-icon .ripple:after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(217, 2, 2, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(217, 2, 2, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(217, 2, 2, 0.6);
  box-shadow: 0 0 0 0 rgba(217, 2, 2, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-icon .ripple:before{
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-icon .ripple:after{
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__video-title{
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__right{
  position: absolute;
  bottom: -185px;
  right: 0;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__img-box{
  position: relative;
  display: block;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__img{
  position: relative;
  display: block;
  z-index: 1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__img>img{
  width: 100%;
  animation: topBottom 3s ease-in-out infinite;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__img-shape-box{
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 552px;
  height: 552px;
  background: rgba(217, 2, 2, 0.40);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  z-index: -1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__img-shape-1{
  position: relative;
  width: 451px;
  height: 451px;
  background: rgba(217, 2, 2, 0.40);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__img-shape-2{
  position: relative;
  width: 368px;
  height: 368px;
  background: rgba(217, 2, 2, 0.40);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-1{
  position: absolute;
  top: 51px;
  left: 0;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-1 img{
  width: auto;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-2{
  position: absolute;
  top: 126px;
  left: 0;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-2 img{
  width: auto;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-3{
  position: absolute;
  top: 32px;
  right: 0;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-3 img{
  width: auto;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review{
  position: absolute;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 15px 25px;
  max-width: 200px;
  width: 100%;
  bottom: 80px;
  left: -170px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review-img{
  position: absolute;
  top: -16px;
  right: -12px;
  max-width: 56px;
  border-radius: 50%;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review-img img{
  width: 100%;
  border-radius: 50%;
  border: 4px solid var(--primary_color);
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review-text{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review-text h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: var(--primary_color_font);
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review-client-info{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review-client-name{
  font-size: 16px;
  color: var(--secondary_color_font);
  font-weight: 600;
  line-height: 16px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review-star{
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review-star span{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--primary_color);
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer{
  position: absolute;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px 15px 15px;
  max-width: 200px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  top: 100px;
  right: -110px;
  animation: leftRight 4s ease-in-out infinite;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-list{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-list li+li{
  margin-left: -10px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-img{
  position: relative;
  display: block;
  max-width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-img img{
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--primary_color);
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-plus{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--primary_color);
  color: #ffffff;
  z-index: -1;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-count-box{
  position: relative;
  display: block;
  margin-top: 15px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-count-box-inner{
  position: relative;
  display: flex;
  align-items: center;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-count-box-inner p{
  font-size: 30px;
  color: var(--primary_color);
  font-weight: 700;
  line-height: 30px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-count-box-inner span{
  font-size: 30px;
  color: var(--primary_color);
  font-weight: 700;
  line-height: 30px;
}

section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer-text{
  font-size: 16px;
  font-weight: 500;
  color: var(--primary_color_font);
  margin-top: 3px;
}

/* Responsive Styles */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__title{
    font-size: 50px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer{
    right: -40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-bg{
    display: none;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__right{
    right: -155px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__left{
    max-width: 600px;
    margin: 0;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__title{
    font-size: 50px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review{
    bottom: 45px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer{
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-bg{
    display: none;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__right{
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 600px;
    margin-top: 60px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__left{
    max-width: 600px;
    margin: 0;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__title{
    font-size: 50px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review{
    bottom: 45px;
    left: -25px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer{
    right: -40px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one{
    padding: 288px 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-bg,
section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__shape-4{
    display: none;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__right{
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 500px;
    margin-top: 40px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__left{
    max-width: 500px;
    margin: 0;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__sub-title p{
    font-size: 14px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__title{
    font-size: 25px;
    line-height: 1.3em;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__text br{
    display: none;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__client-review{
    display: none;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__happy-customer{
    display: none;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one{
    padding: 188px 0 0px;
  }

  section[data-guid="41B3C25C-CB4E-5969-63C2-6383F12B64DF"] .banner-wrapper .banner-one__thm-and-other-btn-box{
    flex-direction: column;
    align-items: baseline;
  }
}




/* === ASSET CSS HASH: 1c7144eb10194a6ab72b25eb3f667bf510fb6104 | SCOPE: section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] === */
/* Video One Widget Styles - Scoped under .video-wrapper */
section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper{
  overflow: hidden;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes swing-x {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper a{
  text-decoration: none;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--primary_color_font);
  z-index: 1;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__inner{
  position: relative;
  display: block;
  text-align: center;
  padding: 120px 0 120px;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .30;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-link{
  position: relative;
  display: block;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-icon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: var(--primary_color);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  transition: all 0.5s ease;
  margin: 0 auto;
  z-index: 1;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-icon:hover{
  background-color: var(--primary_color);
  color: rgba(255, 255, 255, 1);
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-icon:before{
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid rgba(255, 255, 255, 0.30);
  border-radius: 50%;
  z-index: -1;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-link .ripple,
section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-icon .ripple:before,
section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-icon .ripple:after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-icon .ripple:before{
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__video-icon .ripple:after{
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__title{
  font-size: 40px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.25em;
  font-weight: 700;
  text-transform: capitalize;
  margin: 40px 0 25px;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box{
  position: relative;
  display: inline-block;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box .thm-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
  outline: none !important;
  background-color: var(--primary_color);
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding: 5px 30px 5px;
  padding-right: 8px;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box .thm-btn>span{
  position: relative;
  font-size: 18px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary_color_font);
  border-radius: 50%;
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s linear;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box .thm-btn:hover>span{
  background-color: rgba(255, 255, 255, 1);
  color: var(--primary_color);
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box .thm-btn::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box .thm-btn:hover:before{
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box .thm-btn::after{
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box .thm-btn:hover::after{
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__btn-box .thm-btn:hover{
  color: var(--primary_color);
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__shape-1{
  position: absolute;
  right: -90px;
  bottom: -50px;
  animation: swing-x 1s ease-in-out 1s forwards infinite alternate;
}

section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__shape-1 img{
  width: auto;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
  section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__title br{
    display: none;
  }

  section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__title{
    font-size: 35px;
  }

  section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__shape-1{
    display: none;
  }

  section[data-guid="D7408DCB-913F-6DDF-A008-4509216405F1"] .video-wrapper .video-one__inner{
    padding: 80px 0 80px;
  }
}




/* === ASSET CSS HASH: 0c836fb5e5815559324235efeba06d33ff3adce5 | SCOPE: section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] === */
section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] ﻿/* Why Choose One Widget Styles - Scoped under .why-choose-wrapper */
.why-choose-wrapper{
  overflow: hidden;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper a{
  text-decoration: none;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one{
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg-color{
  position: absolute;
  top: 0;
  right: 0;
  bottom: -19px;
  width: calc((100% - -243px) / 2);
  background-color: var(--primary_color);
  z-index: -1;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 73% 100%, 73% 93%, 6% 93%, 0 70%);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100% - -197px) / 2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  z-index: -1;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 74.5% 100%, 74.5% 93%, 5.5% 93%, 0 72%);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__sliding-text-list{
  position: absolute;
  top: -58px;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
  z-index: -1;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__sliding-text-list li{
  position: relative;
  display: flex;
  float: left;
  margin-left: 60px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__sliding-text-title{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 150px;
  line-height: 1.5em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(217, 2, 2, .10) 0%, rgba(217, 2, 2, 0) 67.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__left{
  position: relative;
  display: block;
  z-index: 2;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__left .section-title{
  margin-bottom: 28px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-box{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin: 27px 0 25px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-list{
  position: relative;
  display: block;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-list li .icon{
  position: relative;
  display: inline-block;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-list li .icon span{
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--primary_color);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-list li+li{
  margin-top: 12px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-list li p{
  font-weight: 600;
  color: var(--primary_color_font);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-list-shape-1{
  position: absolute;
  top: 50%;
  left: 259px;
  height: 150px;
  width: 1px;
  background-color: #e6e6e6;
  transform: translateY(-50%);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-img{
  position: relative;
  display: block;
  max-width: 70px;
  width: 100%;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-img img{
  width: 100%;
  border-radius: 50%;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-content{
  position: relative;
  display: block;
  flex: 1;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-content p{
  display: block;
  position: relative;
  margin-bottom: 5px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-content p>span{
  font-weight: 500;
  color: var(--primary_color_font);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-content p{
  font-weight: 600;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-content p a{
  color: var(--primary_color_font);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__author-content p a:hover{
  color: var(--primary_color);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right{
  position: relative;
  display: block;
  margin-left: 120px;
  margin-right: -100px;
  margin-top: 50px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-single{
  position: relative;
  display: block;
  text-align: center;
  background-color: rgba(17, 17, 17, 0.90);
  padding: 40px 40px 32px;
  border-radius: var(--general_border_radius);
  margin-bottom: 30px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-icon{
  position: relative;
  display: inline-block;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-icon span{
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-single:hover .why-choose-wrapper .why-choose-one__count-icon span{
  transform: scale(0.9);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-content{
  position: relative;
  display: block;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-count-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 2px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-count-box h3{
  font-size: 45px;
  font-weight: 600;
  line-height: 45px !important;
  color: #fff;
  font-family: var(--primary_font) !important;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-count-box span{
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  color: #fff;
  font-family: var(--primary_font) !important;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-text{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-transform: capitalize;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__text{
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 26px;
}

/* Section Title Styles */
section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title{
  position: relative;
  display: block;
  margin-top: -13px;
  margin-bottom: 48px;
  z-index: 1;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__tagline-box{
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__tagline{
  position: relative;
  display: block;
  color: var(--primary_color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.5px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__tagline-border{
  position: relative;
  display: block;
  width: 40px;
  height: 1px;
  border: 1px solid var(--primary_color);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__shape-1{
  position: absolute;
  right: -1px;
  top: -4px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__shape-1>.section-title__circle{
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary_color);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__shape-2{
  position: absolute;
  left: -1px;
  top: -4px;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__shape-2>.section-title__circle{
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary_color);
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__title{
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__title span{
  color: var(--primary_color);
}

/* Responsive Styles */

/* 1200px - 1319px */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right{
    margin-left: 0;
    margin-right: 0;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg-color{
    right: -105px;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg{
    right: -90px;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__count-single{
    padding: 40px 30px 32px;
  }
}

/* 1320px - 1500px */
@media only screen and (min-width: 1320px) and (max-width: 1500px) {
  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right{
    margin-left: 0;
    margin-right: 0;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg-color{
    right: -50px;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg{
    right: -35px;
  }
}

/* 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg-color{
    display: none;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg{
    display: none;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__left{
    max-width: 600px;
    margin: 0 auto 0;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right{
    max-width: 600px;
    margin: 50px auto 0;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one{
    padding: 120px 0 110px;
  }
}

/* 768px - 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__title{
    font-size: 35px;
    line-height: 1.2em;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg-color{
    display: none;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg{
    display: none;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__left{
    max-width: 600px;
    margin: 0 auto 0;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right{
    max-width: 600px;
    margin: 50px auto 0;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one{
    padding: 120px 0 110px;
  }
}

/* Mobile: max-width 767px */
@media only screen and (max-width: 767px) {
  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__tagline-box{
    gap: 5px;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__tagline-border{
    width: 25px;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__title{
    font-size: 25px;
    line-height: 1.2em;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .section-title__title br{
    display: none;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg-color{
    display: none;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right-bg{
    display: none;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__left{
    max-width: 600px;
    margin: 0 auto 0;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__right{
    max-width: 600px;
    margin: 50px auto 0;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-box{
    gap: 12px;
    margin: 27px 0 25px;
    flex-direction: column;
    align-items: baseline;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one__points-list-shape-1{
    display: none;
  }

  section[data-guid="F22DE4D5-C57B-4577-67A2-1A575AB663DF"] .why-choose-wrapper .why-choose-one{
    padding: 120px 0 70px;
  }
}




/* === ASSET CSS HASH: f5132ac6c3f3f04fe263950afd31770ccc56b96e | SCOPE: section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] === */
/* ===== Gallery One ===== */

/* Base typography (replaces body defaults from template) */
section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper{
  font-family: var(--primary_font);
  color: var(--secondary_color_font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  overflow: hidden;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one{
  position: relative;
  display: block;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one .container{
  max-width: 1000px;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__top-title-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__top-title-box::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__top-title{
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: var(--primary_color_font);
  background-color: #fff;
  width: 220px;
  margin: 0 auto;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__carousel{
  position: relative;
  display: block;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__single{
  position: relative;
  display: block;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__img{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--general_border_radius);
  z-index: 1;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__img:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(17, 17, 17, 0.85);
  opacity: 0;
  transform: translateY(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__single:hover .gallery-one__img:before{
  opacity: 1;
  transform: translateY(0px);
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__img img{
  width: 100%;
  border-radius: var(--general_border_radius);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__single:hover .gallery-one__img img{
  transform: scale(1.1) rotate(2deg);
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__img a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  opacity: 0;
  transform: translateY(100px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 2;
  text-decoration: none;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__single:hover .gallery-one__img a{
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 500ms;
}

section[data-guid="F6E243B4-224E-DD7D-CC28-14644235803E"] .gallery-wrapper .gallery-one__img a:hover{
  color: var(--primary_color);
}


