@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@200;300;400;500;600;700;800&display=swap');

* {
  padding: 0;
  margin: 0;
}

html[dir="rtl"] {
    font-family: 'Almarai', sans-serif;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Almarai', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Almarai', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}


img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img,
iframe {
  border: none;
}
#offer,
#numbers .st-metric-card,
#modern-pos,
#gain .st-problem-card,
#platform .st-channel-card,
#marketing,
#profit,
#stock,
#features .st-module-card,
#business-types .st-card,
#faq .st-faq-item,
.navbar-collapse ul,
.st-footer-main{
    text-align: right !important;
}
p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Almarai', sans-serif;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

.text-sofraprimary {
  color: #805dca !important;
}

/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}
.gap-6{
  gap: 6px;
}
@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

@media (min-width:576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-fill {
    width: 90%;
    max-width: 1400px;
  }
}

@media (max-width:1199px) {
  .container-fill {
    padding: 0 15px;
  }
}

.fixed-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}


.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #202942 !important;
}

.bg-theme {
  background-color: #805dca;
}

.bg-gradient {
  background: linear-gradient(to left, #118bba, #805dca, #118bba);
}

.gradient-bg {
  background-image: linear-gradient(-90deg, rgba(74, 196, 243, 1) 23%, rgba(9, 168, 228, 1) 100%);
  background-color: #805dca;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 100% 0;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 100% 0;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #805dca none repeat scroll 100% 0;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #805dca none repeat scroll 100% 0;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

/* Button */

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 12px 35px;
  font-size: 12px;
}

a:hover,
a:active {
  opacity: 1;
  text-decoration: none;
}

.btn.btn-gradient {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}

.btn.btn-gradient::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to left, #118bba, #805dca, #118bba);
  background-size: 300% 100%;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff !important;
  background-color: #118bba;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn.btn-gradient:hover::after,
.btn.btn-gradient:active {
  background-position: 150% 0;
  color: #ffffff;
}

.btn-md i {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
}

.text-center .video-btn {
  margin-right: 0;
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: #805dca;
  border-radius: 50%;
  position: relative;
  margin-left: 20px;
  color: #ffffff;
}

.text-light .video-btn i {
  background: #ffffff;
  color: #805dca;
}


.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 50%;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #805dca repeat scroll 100% 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.text-light .video-btn i::after {
  background: #ffffff repeat scroll 100% 0;
}

.btn.btn-light.effect {
  color: #232323;
  border: 2px solid transparent;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  overflow: hidden;
  position: relative;

}

.btn.btn-light.effect::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn.btn-light.effect:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.btn.btn-light.effect:hover::after {
  width: 0;
}

.btn.btn-dark.effect {
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  overflow: hidden;
  z-index: 1;
  position: relative;

}

.btn.btn-dark.effect::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #202942;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn.btn-dark.effect:hover {
  border: 2px solid #202942;
  color: #202942;
  background: transparent;
}

.btn.btn-dark.effect:hover::after {
  width: 0;
}

.btn-light.border {
  background: #ffffff;
  border: 2px solid #e7e7e7 !important;
}

.btn-theme-border {
  border: 2px solid #805dca;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-theme-border::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #805dca;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn-theme-border.circle::after {
  border-radius: 30px;
}

.btn-theme-border:hover::after {
  width: 100%;
}

.btn-theme-border:hover {
  color: #ffffff;
}

.btn-light-border {
  border: 2px solid #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn-light-border::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #ffffff;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn-light-border.circle::after {
  border-radius: 30px;
}

.btn-light-border:hover::after {
  width: 100%;
}

.btn-light-border:hover {
  color: #232323;
}

.btn-theme-effect {
  border: 2px solid #805dca;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn-theme-effect::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #805dca;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn-theme-effect.circle::after {
  border-radius: 30px;
}

.btn-theme-effect:hover::after {
  width: 0;
}

.btn-theme-effect:hover {
  color: #232323;
}


/* End Button */

.relative {
  position: relative;
  z-index: 1;
}


.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

button,
button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}


.site-heading h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: #805dca;
  font-size: 18px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading p {
  margin: 0;
  margin-top: 10px;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  line-height: 1.4;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #805dca;
  position: relative;
  z-index: 1;
  right: 10px;
}

.site-heading.light .devider {
  background: #ffffff;
}

.site-heading .devider:before {
  position: absolute;
  right: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: #805dca;
}

.area-title {
  font-size: 40px;
  line-height: 1.2;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}


@media only screen and (min-width: 1100px) {
  .left-border::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 70px;
    background: #edf5ff;
  }

  .bg-gray.left-border::before {
    background: #ffffff;
  }
}


/* Shape */
.fixed-shape-bottom {
  position: absolute;
  right: 0;
  bottom: -1px;
}

.fixed-shape-bottom img {
  width: 100%;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.breadcrumb-area .row {
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 100% 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.breadcrumb>li+li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-left: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  height: 2px;
  right: -10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  background: #ffffff;
  width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
  animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
  animation-delay: .7s;
}

.banner-area .carousel-item p {
  animation-delay: .5s;
}

.banner-area .carousel-item ul {
  animation-delay: .6s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item>.slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 100% 0;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 100% 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 100% 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  right: -80px;
}

.banner-area:hover .carousel-control.left {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  right: 20px;
}

.banner-area .carousel-control.right {
  left: -80px;
}

.banner-area:hover .carousel-control.right {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  left: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  left: auto;
  right: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  right: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items>.row div {
  height: auto;
}

/* Content */

.banner-area.bg-top {
  background-size: cover;
  background-position: bottom center;
}

.banner-area.top-pad-80 {
  padding-top: 80px;
}

.banner-area.top-pad-80-desktop {
  padding-top: 80px;
}

.banner-area.auto-height .content-box {
  padding-top: 110px;
}

.banner-area p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.banner-area.text-center p,
.banner-area .text-center p {
  padding-right: 10%;
  padding-left: 10%;
}

.banner-area.auto-height .content-box .thumb-inner {
  margin-bottom: 50px;
  margin-top: 100px;
  position: relative;
  padding-right: 100px;
}

.banner-area.auto-height .content-box .thumb-inner img:nth-child(2) {
  position: absolute;
  right: 18px;
  top: 60px;
  max-width: 235px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 10px;
  border: none !important;
  max-height: 25rem;
}

.banner-area h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.4;
}

.banner-area h2 strong {
  font-weight: 100;
  display: block;
}

.banner-area a {
  margin-left: 25px;
  margin-top: 40px;
}

.banner-area .buttons {
  margin-top: 30px;
}

.banner-area .buttons a {
  margin-top: 10px;
}

.banner-area a.video-btn {
  margin-top: 30px;
}

.banner-area a:last-child {
  margin-left: 0;
}

.banner-area.text-center a,
.banner-area .text-center a {
  margin-right: 7px;
  margin-left: 7px;
}

.text-capitalized h2 {
  text-transform: capitalize;
}

.banner-area .button {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.banner-area.text-center .button,
.banner-area .text-center .button {
  justify-content: center;
}

.banner-area .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50%;
}

.banner-area.bg-gradient {
  background: linear-gradient(to bottom, #FFFFFF, #AFE6FB);
}


@media only screen and (min-width: 1200px) {
  .banner-area.inc-shape::before {
    content: "";
    position: absolute;
    bottom: 28rem;
    right: 54rem;
    width: 90rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #805dca;
    z-index: -1;
  }
}

.banner-area .thumb.width-160 img {
  max-width: 160%;
}

.banner-area .thumb.width-120 img {
  max-width: 120%;
}

.banner-area.content-less h2 {
  margin-bottom: 10px;
}

.banner-area h4 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 600;
}

.banner-area .info.shape {
  position: relative;
  z-index: 1;
}

.banner-area .info.shape::after {
  position: absolute;
  right: -80px;
  top: -80px;
  content: "";
  height: 200px;
  width: 200px;
  background: url(assets/img/shape/12.png);
  z-index: -1;
  background-size: contain;
  background-position: right top;
}

.banner-area .top-shape {
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  height: 40%;
  width: 90%;
  z-index: -1;
  opacity: 0.07;
}

.banner-area .bottom-shape {
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 90%;
  z-index: -1;
}

.banner-area.bg-bottom {
  background-size: cover;
  background-position: bottom center;
}

.banner-area.bg-bottom::after {
  position: absolute;
  right: -150px;
  top: -150px;
  content: "";
  height: 500px;
  width: 500px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
}

.banner-area.bg-bottom::before {
  position: absolute;
  right: -150px;
  top: -150px;
  content: "";
  height: 600px;
  width: 600px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.07;
}


.banner-area.angle-shape:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-left: 100vw solid #ffffff;
  border-top: 300px solid transparent;
  width: 0;
  z-index: -1;
}

.banner-area .big-thumb img {
  max-width: 200%;
  margin-top: 80px;
}

.banner-area .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.banner-area form {
  position: relative;
  max-width: 90%;
  background: #ffffff;
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
  border-radius: 30px;
  margin-top: 35px;
}

.banner-area form input {
  background: transparent;
  box-shadow: inherit;
  border: none;
  border-radius: 30px;
  min-height: 60px;
  padding-right: 25px;
}

.banner-area form button {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 50px;
  padding: 0 25px;
  border-radius: 30px;
  background: #805dca;
  color: #ffffff;
  font-weight: 600;
}

.banner-area.bg-half-dark {
  position: relative;
  z-index: 1;
}

.banner-area.bg-half-dark::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 30%;
  width: 100%;
  background: #202942;
  z-index: -1;
}

.banner-area.bg-half-dark.auto-height .content-box .thumb-inner {
  margin-bottom: 0;
}


.banner-area.bg-half-dark.auto-height .content-box .thumb-inner img {
  border: 2px solid #e7e7e7;
  border-radius: 16px;
  border-top: 1px solid#e7e7e7;
}

.banner-area .left-shape {
  position: absolute;
  right: -230px;
  top: -200px;
  height: 800px !important;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.banner-area .right-shape {
  position: absolute;
  left: -230px;
  top: -200px;
  height: 800px !important;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-88px);
    transform: translateX(-88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(-88px);
    transform: translateX(-88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-88px);
    transform: translateX(-88px);
  }
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #805dca;
  font-size: 30px;
  right: 50%;
  padding-right: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 50%;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 100% 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #805dca repeat scroll 100% 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #FF5621 repeat scroll 100% 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 100% 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #805dca;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  right: 30px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 0 !important;
  top: 55px;
  margin-right: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
  height: 68px;
  width: 68px;
  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-right: 18px;
  padding-left: 30px;
  position: relative;
  text-align: right !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  z-index: 1;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-left: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform-origin: 34% 66%;
  -ms-transform-origin: 34% 66%;
  transform-origin: 34% 66%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: 200px;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #96aac1;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  right: 0 !important;
  left: 0 !important;
}

.nice-select.right {
  float: left;
}

.nice-select.right .list {
  right: auto;
  left: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-right: 18px;
  padding-left: 29px;
  text-align: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About Area
=================================================================== */

.about-area .fixed-shape-left {
  position: absolute;
  right: 0;
  top: 250px;
  max-width: 700px;
  opacity: 0.2;
}

.about-area .thumb img {
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.about-area .thumb {
  position: relative;
  z-index: 1;
  padding-left: 80px;
  margin-bottom: 80px;
  margin-right: -20%;
}

.about-area .thumb img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -80px;
}

.about-area .about-items .info {
  padding-right: 35px;
}

.about-area .info h4 {
  font-weight: 600;
  color: #805dca;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

.about-area .about-items ul {
  margin-top: 25px;
}

.about-area .about-items ul li {
  position: relative;
  padding-right: 45px;
  margin-top: 30px;
}


.about-area .about-items ul li::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "N";
  font-family: ElegantIcons;
  color: rgb(255, 255, 255);
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  background: #805dca;
  border-radius: 50%;
}

.about-area .about-items ul h5 {
  font-weight: 600;
}

.about-area .about-items ul p {
  margin: 0px;
}


/* ============================================================== 
     # About Area version two
=================================================================== */

.about-area .about-content .info {
  padding-right: 35px;
}

.about-area .info h4 {
  font-weight: 600;
  color: #805dca;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

.about-area .about-content ul h5 {
  font-weight: 600;
}

.about-area .about-content ul li {
  display: flex;
  align-items: center;
  border-left: 1px solid #e7e7e7;
  margin-left: 30px;
  padding-left: 30px;
  text-align: right;
}

.about-area .about-content ul {
  display: flex;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.about-area .about-content ul::after {
  position: absolute;
  right: -300%;
  top: 0;
  content: "";
  height: 500px;
  width: 600%;
  background: #edf5ff;
  z-index: -1;
}

.about-area .thumbs {
  z-index: 9;
  position: relative;
}

.about-area .about-content ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.about-area .about-content ul li i {
  display: inline-block;
  font-size: 40px;
  color: #805dca;
  margin-left: 20px;
}

.about-area .about-content ul li span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #232323;
}

@media only screen and (min-width: 1100px) {
  .about-area.inc-left-border::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 70px;
    background: #ffffff;
    z-index: 9;
  }
}


/* ============================================================== 
     # About Version Two
=================================================================== */
.about-area .about-items .info.right-info {
  padding-right: 15px;
  padding-left: 35px;
  border-left: 1px solid #e7e7e7;
}

.about-area .about-items .features-content {
  padding-right: 50px;
}

.about-area .about-items .features-content i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 25px;
  color: #805dca;
  background: linear-gradient(-45deg, #02ebad 0%, #5a57fb 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-area .about-items .features-content h4 {
  font-weight: 600;
}

.about-area .about-items .features-content p {
  margin: 0;
}

.about-area .about-items .features-content .item {
  margin-top: 30px;
}

.about-area .about-items .features-content {
  margin-top: -50px;
}


/* ============================================================== 
     # Features
=================================================================== */

.mt-less-50p {
  margin-top: -50px;
}

.features-area .features-box .item {
  background: #ffffff;
  padding: 60px 37px;
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
  border-radius: 7px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.features-area .features-box .item::before {
  position: absolute;
  right: -55px;
  top: -35px;
  content: "";
  height: 200px;
  width: 152px;
  background: url(assets/img/shape/19.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  transform: rotate(-95deg);
  z-index: -1;
  opacity: 0.6;
}

.features-area .features-box .item-inner {
  margin-bottom: 30px;
}

.features-area .features-box .item-inner:last-child {
  margin-bottom: 0;
}

.features-area .features-box .item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: linear-gradient(-45deg, #02ebad 0%, #5a57fb 100%);
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.features-area .features-box .item:hover::after {
  height: 100%;
}

.features-area .features-box .single-item .item p,
.features-area .features-box .single-item .item h4 {
  transition: all 0.35s ease-in-out;
}

.features-area .features-box .single-item .item:hover p,
.features-area .features-box .single-item .item:hover h4 {
  color: #ffffff;
}

.features-area .features-box .item .icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  border-radius: 8px;
  text-align: center;
  margin-left: 30px;
  min-width: 80px;
}

.features-area .features-box .item i {
  display: inline-block;
  font-size: 45px;
  color: #805dca;
  background: linear-gradient(-45deg, #02ebad 0%, #5a57fb 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-area .features-box .item h4 {
  font-weight: 600;
}

.features-area .features-box .item p {
  margin: 0;
}


.features-area .features-box .item ul {
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.features-area .features-box .item ul li {
  display: inline-block;
  margin: 0 10px;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  font-size: 13px;
}

.features-area .features-box .item ul li a:hover {
  color: #805dca;
}


.features-area .features-box .left-content {
  padding-left: 35px;
}

.features-area .features-box .left-content h4 {
  color: #805dca;
  font-weight: 600;
}

.features-area .features-box .left-content h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.features-area .features-box .left-content a {
  margin-top: 20px;
}

.features-area .features-box .features-carousel .owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
}

.features-area .features-box .features-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.features-area .features-box .features-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  right: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  background: #805dca;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Advanced Features
=================================================================== */

.advanced-features-area .right-shape {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: -1;
}

.advanced-features-area .af-items .single-item {
  margin-bottom: 30px;
}

.advanced-features-area .af-items .item h4 {
  font-weight: 600;
}

.advanced-features-area .af-items .item p {
  margin: 0;
}

.advanced-features-area .af-items .item i {
  display: inline-block;
  font-size: 60px;
  color: #805dca;
  background: linear-gradient(-45deg, #02ebad 0%, #5a57fb 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advanced-features-area .af-items .item .icon {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.advanced-features-area .af-items .item .icon::after {
  position: absolute;
  right: 0;
  top: -10px;
  content: "";
  height: 70px;
  width: 70px;
  background: linear-gradient(-62.5deg, transparent, rgba(237, 245, 255, 0.9));
  z-index: -1;
  border-radius: 10px;
  transform: rotate(45deg);
  transition: all 0.35s ease-in-out;
  ;
}

.advanced-features-area .af-items .single-item:nth-child(2n) .item {
  border-bottom: 3px solid #805dca;
}

.advanced-features-area .af-items .item {
  padding: 60px 30px;
  background: #ffffff;
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
  border-radius: 8px;
  transition: all 0.35s ease-in-out;
  border-bottom: 3px solid transparent;
}

.advanced-features-area .af-items .item:hover {
  margin-top: -15px;
  border-bottom: 3px solid #805dca;
}

/* ============================================================== 
     # Our Features Area
=================================================================== */

.our-features-area {
  padding-bottom: 70px;
}

.our-features-area .fixed-bg {
  opacity: 0.4;
}

.our-features-area .feature-items .single-item {
  margin-bottom: 50px;
}

.our-features-area .feature-items .single-item .item {
  border-radius: 8px;
  padding: 0 15px;
  padding-top: 35px;
}

.our-features-area .feature-items .item .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.our-features-area .feature-items .item .icon::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  content: "";
  height: 100px;
  width: 100px;
  background: #f3fbfe;
  z-index: -1;
  transform: translateX(50%);
  -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
}

.our-features-area .feature-items .item .icon>i {
  display: inline-block;
  font-size: 60px;
  color: #805dca;
  background: linear-gradient(-45deg, #02ebad 0%, #5a57fb 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.our-features-area .feature-items .item h4 {
  font-weight: 600;
}

.our-features-area .feature-items .item p {
  margin-bottom: 0;
}

/* ============================================================== 
     # feture version three
=================================================================== */

.features-area .feature-box {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 90px;
}

.features-area .feature-box .single-item {
  margin-bottom: 30px;
}

.features-area .feature-box .single-item .item {
  padding: 50px 30px;
  transition: all 0.35s ease-in-out;
  border-radius: 8px;
}

.features-area .feature-box .single-item .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  color: #232323;
  position: relative;
  z-index: 1;
}


.features-area .feature-box .single-item .item i::after {
  position: absolute;
  right: -30px;
  top: -15px;
  content: "";
  height: 80px;
  width: 80px;
  background: #805dca;
  z-index: -1;
  -webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
  clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
  opacity: 0.07;
}

.features-area .feature-box .single-item h4 {
  font-weight: 700;
}

.features-area .feature-box .single-item p {
  margin: 0;
}

.features-area .feature-box .single-item:nth-child(2n) .item {
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.features-area .feature-box .single-item .item:hover {
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
}


/* ============================================================== 
     # Softar Features
=================================================================== */

.softar-features-area .features-box {
  margin: 0 -15px;
}

.softar-features-area .single-item .item {
  padding: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.softar-features-area .single-item .item i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  color: #805dca;
  background: linear-gradient(-45deg, #02ebad 0%, #5a57fb 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.softar-features-area .single-item .item h4 {
  font-weight: 600;
}

.softar-features-area .single-item .item p {
  margin: 0;
  color: #cccccc;
}


/* ============================================================== 
     # Process
=================================================================== */
.process-area .info {
  padding-right: 35px;
}

.process-area .info h2 {
  font-weight: 600;
  margin-bottom: 50px;
}

.process-area .info li {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  display: flex;
}

.process-area .info li:last-child {
  margin-bottom: 0;
}

.process-area .info li h4 {
  font-weight: 600;
}

.process-area .info li h4 span {
  font-size: 12px;
  background: #e9e9e9;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  min-width: 72px;
  font-weight: 700;
}

.process-area.bg-gray .info li h4 span {
  background: #ffffff;
}

.process-area .info li h4 span::after {
  position: absolute;
  right: -8px;
  top: 0px;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #e9e9e9;
}

.process-area.bg-gray .info li h4 span::after {
  border-left: 12px solid #ffffff;
}

.process-area .info li p {
  margin: 0;
}

.process-area .info ul {
  position: relative;
  z-index: 1;
}

.process-area .info ul::after {
  position: absolute;
  right: 20px;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
}


.process-area .info li i {
  display: inline-block;
  font-size: 45px;
  margin-left: 25px;
  background: #ffffff;
  padding-bottom: 20px;
}

.process-area.bg-gray .info li i {
  background: #edf5ff;
}

.process-area .info li::after {
  position: absolute;
  right: 18px;
  top: 0;
  content: "";
  height: 135%;
  width: 1px;
  background: #dddddd;
  z-index: -1;
}

.process-area.bg-gray .info li::after {
  background: #cccccc;
}

.process-area .info li:last-child::after {
  display: none;
}


/* ============================================================== 
     # Why Choose us
=================================================================== */

.choose-us-area.padding-bottom-extra {
  padding-bottom: 200px;
}

.choose-us-area .thumb {
  position: relative;
  z-index: 1;
}

.choose-us-area .thumb img {
  max-width: 120%;
}

.choose-us-area .thumb::after {
  position: absolute;
  right: 50%;
  top: 50%;
  content: "";
  height: 400px;
  width: 400px;
  background: #ffffff;
  z-index: -1;
  transform: translate(50%, -50%);
  border-radius: 50%;
}

.choose-us-area .thumb::before {
  position: absolute;
  right: 50%;
  top: 50%;
  content: "";
  height: 500px;
  width: 500px;
  background: #ffffff;
  z-index: -1;
  transform: translate(50%, -50%);
  border-radius: 50%;
  opacity: 0.5;
}


.choose-us-area .info {
  padding-right: 35px;
}

.choose-us-area .fun-fact {
  position: relative;
  min-width: 120px;
}

.choose-us-area .counter {
  position: relative;
}

.choose-us-area .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  color: #232323;
  line-height: 1;
  margin-bottom: 5px;
}

.choose-us-area .counter .operator {
  font-size: 40px;
  margin-right: 2px;
}

.choose-us-area .medium {
  font-weight: 600;
  color: #232323;
  text-align: left;
  float: left;
}

.choose-us-area .item {
  display: flex;
  margin-bottom: 30px;
}

.choose-us-area .item:last-child {
  margin-bottom: 0;
}

.choose-us-area .item .fun-fact {
  margin-left: 30px;
}

.choose-us-area .item .content {
  border-right: 1px solid #cccccc;
  padding-right: 30px;
}

.choose-us-area .item .content p {
  margin: 0;
}

.choose-us-area .info h4 {
  font-weight: 600;
  color: #805dca;
}

.choose-us-area .info h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.choose-us-area .info ul {
  margin-top: 15px;
  overflow: hidden;
}

.choose-us-area .info ul li {
  float: right;
  width: 50%;
  padding: 0 15px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
}

.choose-us-area .info ul li::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "N";
  font-family: ElegantIcons;
  color: #805dca;
}

.choose-us-area .progress-box {
  margin-top: 30px;
  position: relative;
}

.choose-us-area .progress-box h5 {
  font-weight: 600;
}

.choose-us-area .progress-box .progress {
  height: 8px;
  background: #ffffff;
  overflow: inherit;
  box-shadow: 0 0 10px #cccccc;
}

.choose-us-area .progress-box .progress .progress-bar {
  background: #805dca;
  position: relative;
  overflow: inherit;
  border-radius: 30px;
}

.choose-us-area .progress-box .progress .progress-bar span {
  position: absolute;
  left: 0;
  top: -33px;
  color: #232323;
  z-index: 9;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
}


/* ============================================================== 
     # Fun Factor 
=================================================================== */

.fun-factor-area .fun-fact-items {
  padding: 80px 0;
  background: linear-gradient(-97deg, rgba(74, 196, 243, 1) 45%, rgba(0, 184, 255, 1) 100%);
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}

.fun-factor-area .fun-fact-items .item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.fun-factor-area .fun-fact-items .item:last-child {
  border-left: none;
}

.fun-factor-area .fun-fact .timer {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
}

.fun-factor-area .fun-fact .medium {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.fun-factor-area .fun-fact {
  position: relative;
}

.fun-factor-area .fun-fact i {
  display: inline-block;
  position: absolute;
  right: 50%;
  top: -30px;
  transform: translateX(50%);
  font-size: 80px;
  opacity: 0.2;
  color: #ffffff;
}

/* ============================================================== 
     # Overview Carousel
=================================================================== */
@media only screen and (min-width: 1200px) {
  .overview-area .container-full {
    margin-right: calc((100% - 1140px)/ 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

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

  .overview-area .overview-carousel.owl-carousel .owl-stage {
    right: -250px;
  }
}

@media only screen and (max-width: 1200px) {
  .overview-area .item .content h4 {
    justify-content: center;
  }
}

.overview-area::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 350px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.overview-area.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}

.overview-area .item {
  position: relative;
}

.overview-area .item .content {
  right: 50px;
  background: #ffffff;
  border-radius: 8px;
  left: 50px;
  align-items: center;
  margin-top: 15px;
}

.overview-area .item img {
  box-shadow: 0 0 10px #cccccc;
  padding: 10px;
  background: #ffffff;
}

.overview-area .item .content h4 {
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.overview-area .item .content h4 span {
  display: inline-block;
  margin-left: 60px;
  position: relative;
  font-size: 36px;
  font-weight: 900;
}

.overview-area .item .content h4 span::after {
  position: absolute;
  left: -42px;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #805dca;
  margin-top: -1px;
}

.overview-area .overview-carousel.owl-carousel .owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
}

.overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  right: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  background: #805dca;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Tab Overview
=================================================================== */

/* Center Tabs */

.center-tabs .nav-tabs {
  margin-bottom: 60px !important;
  text-align: center;
  border-bottom: 2px solid #e7e7e7;
}

.center-tabs .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}

.center-tabs .nav-tabs li a {
  display: block;
  border: none;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
}

.center-tabs .nav-tabs li a:hover,
.center-tabs .nav-tabs li a:focus {
  background: transparent;
}

.center-tabs .nav-tabs li a.active {
  color: #805dca;
}

.center-tabs .nav-tabs li a.active::after {
  position: absolute;
  right: 50%;
  bottom: -15px;
  content: "";
  height: 15px;
  width: 1px;
  background: #805dca;
}

.center-tabs .nav-tabs li a.active::before {
  position: absolute;
  right: 50%;
  bottom: -24px;
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #805dca;
  margin-right: -5px;
  border-radius: 50%;
}

.about-area .center-tabs {
  margin-top: 50px;
}

.center-tabs .tab-content .info {
  padding-right: 35px;
}

.tab-overview-area .center-tabs img {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 10px;
}

.center-tabs .info h3 {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
  padding-left: 40px;
}

.center-tabs .info h3 strong {
  position: absolute;
  left: 0;
  opacity: 0.1;
  font-size: 40px;
  top: -10px;
}

.center-tabs .info a i {
  font-size: 14px;
  margin-left: 2px;
}

.center-tabs .info a {
  margin-top: 20px;
}

/* ============================================================== 
     # Overview Grid
=================================================================== */

.overview-grid-area .single-item {
  margin-bottom: 80px;
}

.overview-grid-area .single-item:last-child {
  margin-bottom: 0;
}

.overview-grid-area .single-item .info {
  padding-right: 35px;
}

.overview-grid-area .single-item .info.order-lg-first {
  padding-left: 35px;
  padding-right: 15px;
}

.overview-grid-area .single-item h4 {
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.overview-grid-area .single-item h4 span {
  display: inline-block;
  margin-left: 60px;
  position: relative;
  font-size: 36px;
  font-weight: 900;
}

.overview-grid-area .single-item h4 span::after {
  position: absolute;
  left: -42px;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #805dca;
  margin-top: -1px;
}

.overview-grid-area .single-item ul {
  margin-top: 20px;
}

.overview-grid-area .single-item ul li {
  padding: 0 15px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
}

.overview-grid-area .single-item ul li::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "N";
  font-family: ElegantIcons;
  color: #805dca;
}


/* ============================================================== 
     # Clients
=================================================================== */

.clients-area .client-items {
  padding: 120px 50px;
  background: linear-gradient(-97deg, rgba(74, 196, 243, 1) 45%, rgba(0, 184, 255, 1) 100%);
  border-radius: 10px;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  position: relative;
  overflow: hidden;
}

.clients-area .client-items .fixed-shape-bottom {
  width: 100%;
  background-size: cover;
  background-position: top right;
  bottom: auto;
  top: 200px;
  opacity: 0.4;
}

.clients-area h2 {
  font-weight: 600;
  margin: 0;
}

.clients-area .partner-carousel,
.clients-area .clients-carousel {
  margin-top: 50px;
  position: relative;
}

.clients-area .partner-carousel img,
.clients-area .clients-carousel img {
  width: auto;
  margin: auto;
}

.clients-area .partner-carousel::after {
  position: absolute;
  left: -50px;
  top: -165px;
  content: "";
  height: 300px;
  width: 250px;
  background: url(assets/img/shape/dotted-bg.png);
  z-index: -1;
}

.clients-area.shape-less .partner-carousel::after {
  display: none;
}

.clients-area.text-light .partner-carousel::after {
  display: none;
}

ul.achivement li {
  display: inline-block;
  margin-left: 40px;
  border-left: 1px solid #cccccc;
  padding-left: 40px;
  float: right;
}

.text-light ul.achivement li {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

ul.achivement li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

ul.achivement li .counter {
  position: relative;
}

ul.achivement li .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  color: #232323;
  line-height: 1;
  margin-bottom: 5px;
}

.text-light ul.achivement li .counter {
  color: #ffffff;
}

ul.achivement li .counter .operator {
  font-size: 40px;
  margin-right: 2px;
}

ul.achivement li .medium {
  font-weight: 600;
  color: #232323;
  text-align: left;
  float: left;
}

.text-light ul.achivement li .medium {
  color: #ffffff;
}

/* ============================================================== 
     # Subscribe
=================================================================== */

.subscribe-area .subscribe-items {
  padding: 80px 50px;
  background: linear-gradient(-97deg, #805dcacf 45%, #805dca 100%);
  border-radius: 10px;
  box-shadow: 0 10px 30px 0 #805dca6b;
  position: relative;
  overflow: hidden;
}

.subscribe-area .subscribe-items .fixed-shape-bottom {
  width: 100%;
  background-size: cover;
  background-position: top right;
  bottom: auto;
  top: 200px;
  opacity: 0.4;
}

.subscribe-area form {
  margin: 30px auto auto;
  position: relative;
}

.subscribe-area form input {
  min-height: 60px;
  border-radius: 30px;
  box-shadow: inherit;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  padding-right: 25px;
}

.subscribe-area form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232323;
}

.subscribe-area form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #232323;
}

.subscribe-area form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #232323;
}

.subscribe-area form input:-moz-placeholder {
  /* Firefox 18- */
  color: #232323;
}

.subscribe-area form button {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 50px;
  border-radius: 30px;
  background: linear-gradient(-90deg, rgb(128 93 202 / 49%) 48%, rgb(128 93 202 / 54%) 100%);
  box-shadow: 0 0 10px #cccccc;
  padding: 0 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
}

.subscribe-area form button i {
  font-size: 20px;
  margin-right: 2px;
  position: relative;
  top: 5px;
}

.subscribe-area .subscribe-items h2 {
  font-weight: 600;
}

.subscribe-area .col-lg-8.offset-lg-2 {
  position: relative;
  z-index: 1;
}

.subscribe-area .col-lg-8.offset-lg-2>i {
  display: inline-block;
  position: absolute;
  right: 50%;
  top: -39px;
  transform: translateX(50%);
  font-size: 100px;
  z-index: -1;
  opacity: 0.2;
}

.subscribe-area .subscribe-items>i:first-child {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 100px;
  opacity: 0.3;
}

/* ============================================================== 
     # Software Details
=================================================================== */

.software-single-details-area .single-item {
  margin-bottom: 120px;
}

.software-single-details-area .single-item:last-child {
  margin-bottom: 0;
}

.software-single-details-area .thumb {
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background: #edf5ff;
  margin-top: 50px;
  margin-left: 80px;
}

.software-single-details-area .thumb::after {
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: "";
  height: 150px;
  width: 150px;
  background: url(assets/img/shape/dotted-bg.png);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.software-single-details-area .single-item:nth-child(2n) .thumb::after {
  right: -50px;
  top: -50px;
  left: auto;
  bottom: auto;
}

.software-single-details-area .order-lg-last .thumb {
  margin-left: 80px;
  margin-right: 0;
}

.software-single-details-area .thumb img:first-child {
  border-radius: 10px;
}

.software-single-details-area .thumb img:nth-child(2) {
  position: absolute;
  left: -80px;
  top: -50px;
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
  height: 180px;
  border-radius: 20px;
  background: #ffffff;
  padding: 5px;
}

.software-single-details-area .order-lg-last .thumb img:nth-child(2) {
  left: -80px;
  top: -50px;
}

.software-single-details-area .info ul li {
  float: right;
  width: 50%;
  padding: 0 15px;
}

.software-single-details-area .info ul {
  margin: 0 -15px;
  margin-top: 30px;
}

.software-single-details-area .info ul li i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #805dca;
  color: #ffffff;
  font-size: 30px;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 25px;
}

.software-single-details-area .info ul li:last-child i {
  background: #202942;
}

.software-single-details-area .info ul li h5 {
  font-weight: 700;
}

.software-single-details-area .info ul li p {
  margin: 0;
}

.software-single-details-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.software-single-details-area .info {
  padding-left: 35px;
  overflow: hidden;
}

.software-single-details-area .single-item:nth-child(2n) .info {
  padding-right: 35px;
  padding-left: 0;
}

/* ============================================================== 
     # Team
=================================================================== */
.fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-area .fixed-shape {
  top: -120px;
}

.team-area .team-items .single-item {
  margin-bottom: 30px;
}

.team-area .team-items .thumb {
  position: relative;
  padding: 10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px #cccccc;
}

.team-area .team-items .thumb img {
  border-radius: 8px;
}

.team-area .team-items .info {
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: -5px;
}

.team-area .team-items .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.team-area .team-items .info span {
  color: #805dca;
  font-weight: 600;
  text-transform: capitalize;
}

.team-area .team-items .social {
  position: absolute;
  left: 30px;
  bottom: -22px;
}

.team-area .team-items .social label i {
  transform: rotate(-45deg);
}

.share-button i {
  transition: .3s ease;
  font-weight: 500;
}

.share-toggle:checked~.share-button i {
  transform: rotate(180deg) !important;
}

.share-toggle:checked~.share-icon:nth-child(3) {
  transform: translateY(-70px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(4) {
  transform: translateY(-125px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(5) {
  transform: translateY(-180px) rotate(0);
}

.share-toggle:checked~.share-icon:nth-child(6) {
  transform: translateY(-235px) rotate(0);
}

.share-button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  background: linear-gradient(-45deg, #02ebad 0%, #5a57fb 100%);
  border-radius: 10px;
  box-shadow: 0px 0px 0px 5px #ffffff;
  cursor: pointer;
  transition: .3s ease;
  transform: rotate(-45deg);
}

.share-icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transform: translateX(0) rotate(-180deg);
  cursor: pointer;
  transition: .3s ease-in-out;
}

.team-area .team-items .thumb .social a {
  color: #ffffff;
  font-weight: 300;
}

.team-area .team-items .thumb .social a.facebook {
  background: #3B5998 none repeat scroll 100% 0;
}

.team-area .team-items .thumb .social a.twitter {
  background: #1DA1F2 none repeat scroll 100% 0;
}

.team-area .team-items .thumb .social a.pinterest {
  background: #BD081C none repeat scroll 100% 0;
}

.team-area .team-items .thumb .social a.g-plus {
  background: #DB4437 none repeat scroll 100% 0;
}

.team-area .team-items .thumb .social a.linkedin {
  background: #0077B5 none repeat scroll 100% 0;
}

.team-area .team-items .thumb .social a.instagram {
  background: #3f729b none repeat scroll 100% 0;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area .fixed-shape-left {
  position: absolute;
  right: 0;
  top: 250px;
  max-width: 500px;
  opacity: 0.1;
}

.testimonial-carousel .item {
  display: flex;
  align-items: center;
}

.testimonial-carousel .item .thumb {
  min-width: 150px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.testimonial-carousel .item .info {
  border-right: 1px solid #dddddd;
  padding: 30px;
}

.testimonial-carousel .item .info h4 {
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 20px;
}

.testimonial-carousel .item .thumb img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  box-shadow: 0 0 10px #cccccc;
  padding: 15px;
  background: #ffffff;
}

.testimonial-carousel .item .thumb::after {
  position: absolute;
  left: 0px;
  top: 0;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  color: #805dca;
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
  transform: rotate(-180deg);
  font-size: 20px;
}

.testimonial-items .review h2 {
  font-weight: 600;
  margin-bottom: 50px;
}

.testimonial-carousel .item .info span {
  display: block;
  position: relative;
  padding-right: 30px;
}

.testimonial-carousel .item .info span::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 20px;
  background: #666666;
}

.testimonials-area .thum {
  padding-right: 35px;
}

.testimonials-area .thum img {
  max-width: 140%;
}

@media only screen and (max-width: 1450px) {
  .testimonials-area .thum img {
    max-width: 100%;
  }
}

.testimonials-area .testimonial-items .testimonial-carousel .owl-nav {
  margin-top: 0;
  text-align: left;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}

.testimonials-area .testimonial-items .testimonial-carousel .owl-nav .owl-prev,
.testimonials-area .testimonial-items .testimonial-carousel .owl-nav .owl-next {
  padding: 0;
  background: transparent;
  color: #232323;
  font-size: 30px;
}


/* ============================================================== 
     # Pricing
=================================================================== */

.pricing-area .pricing-item {
  text-align: center;
  padding-bottom: 40px;
}

.pricing-area .single-item {
  padding: 0;
}

.pricing-items {
  border: 1px solid #e7e7e7;
}

.pricing-area .single-item:nth-child(2) .pricing-item .pricing-header h2 {
  background: #805dca;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.pricing-items .row {
  margin: 0;
}

.pricing-area .single-item:nth-child(2) .pricing-item {
  border-color: #805dca;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.pricing-area .single-item:nth-child(2) .pricing-item h2,
.pricing-area .single-item:nth-child(2) .pricing-item h2 sub,
.pricing-area .single-item:nth-child(2) .pricing-item h2 sup {
  color: #ffffff !important;
}

.pricing-area .pricing-item ul {
  display: inline-block;
  text-align: right;
}

.pricing-area .pricing-item .footer {
  margin-top: 30px;
}

.pricing-area .pricing-item .pricing-header {
  margin-bottom: 30px;
  position: relative;
}

.pricing-area .pricing-item .pricing-header span {
  position: absolute;
  left: 30px;
  top: 30px;
  font-weight: 600;
  color: #805dca;
}

.pricing-area .pricing-item .pricing-header h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  padding: 30px 0;
  text-align: right;
  margin-right: 30px;
}

.pricing-area .pricing-item .pricing-header h2 {
  font-weight: 600;
  margin: 0;
  font-size: 60px;
  background: #edf5ff;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}

.pricing-area .pricing-item .pricing-header h2::after {
  position: absolute;
  right: 30px;
  top: -14px;
  content: "";
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #edf5ff;
}

.pricing-area .single-item:nth-child(2) .pricing-item .pricing-header h2::after {
  border-bottom-color: #805dca;
}

.pricing-area .pricing-item .pricing-header h2 sup {
  font-size: 30px;
  top: -18px;
  margin-left: 5px;
  color: #666666;
}

.pricing-area .pricing-item .pricing-header h2 sub {
  font-size: 16px;
  color: #666666;
  right: -10px;
}

.pricing-item li {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  padding-right: 16px;
}

.pricing-item li::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 6px;
  width: 6px;
  background: #666666;
  border-radius: 50%;
  margin-top: -3px;
}

.pricing-item li:last-child {
  margin-bottom: 0;
}

.pricing-item li i {
  margin-left: 12px;
  color: #805dca;
}

.pricing-item li i.fas.fa-minus-circle {
  color: #e3306f;
}

/* ============================================================== 
     # Blog Area
=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area .blog-grid {
  margin-bottom: 30px;
}

.blog-area .item {
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.blog-area .item:last-child {
  margin-bottom: 0;
}

.blog-area .item .info {
  padding: 30px;
}

.blog-area .item .info h1,
.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4,
.blog-area .item .info h5,
.blog-area .item .info h6 {
  font-weight: 600;
  line-height: 1.4;
}

.blog-area .item .info h1 a,
.blog-area .item .info h2 a,
.blog-area .item .info h3 a,
.blog-area .item .info h4 a,
.blog-area .item .info h5 a,
.blog-area .item .info h6 a {
  font-weight: 700;
}

.blog-area .item .info a.btn {
  margin-top: 8px;
}

.blog-area .item .date {
  display: inline-block;
  background: #ffffff;
  padding: 5px 25px;
  color: #232323;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0 0 10px #cccccc;
}

.blog-area .item .date i {
  margin-left: 3px;
}

.blog-area .item .date span {
  display: block;
  font-size: 14px;
  background: #805dca;
  color: #ffffff;
  padding: 0 19px;
  border-radius: 0 0 8px 8px;
  min-width: 70px;
}

.blog-area .thumb .date strong {
  padding: 10px 5px;
  display: inline-block;
}

.blog-area .thumb {
  position: relative;
  padding: 15px;
  padding-bottom: 0;
}

.blog-area .thumb img {
  border-radius: 8px;
}

.blog-area .thumb .date {
  position: absolute;
  left: 45px;
  bottom: -25px;
  margin: 0;
  border-radius: 8px;
  padding: 0;
}

.blog-area .item .info .meta ul li {
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
  text-transform: capitalize;
}

.blog-area .item .info .meta ul li a {
  color: #666666;
}

.blog-area .item .info .meta {
  margin-bottom: 15px;
}

.blog-area .item .info .meta ul li i {
  margin-left: 5px;
  color: #805dca;
}

.blog-area .item .info h4 a {
  line-height: 1.4;
  font-weight: 700;
}

.blog-area .item .info h4 a:hover {
  color: #805dca;
}

.blog-area .item .info p:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pagi-area .pagination {
  text-align: center;
  display: block;
  margin-top: 30px;
}

.pagi-area .pagination li.page-item {
  float: none;
  display: inline-block;
}

.pagi-area .pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  margin-top: 5px;
  color: #232323;
  font-weight: 800;
}

.pagi-area .pagination li.active a {
  background: #805dca;
  border-color: #805dca;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: left;
}

.blog-area.left-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #805dca;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: #805dca;
  border: medium none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  left: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #805dca none repeat scroll 100% 0;
}

.blog-area .sidebar .sidebar-item {
  float: right;
  margin-bottom: 50px;
  width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  position: relative;
  margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: flex;
  text-transform: capitalize;
  font-weight: 700;
  color: #666666;
  align-items: center;
  justify-content: space-between;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #805dca;
}

.blog-area .sidebar .sidebar-item.category li a span {
  font-size: 12px;
  margin-right: 5px;
  background: #f1f1f1;
  min-width: 40px;
  padding: 3px;
  text-align: center;
  color: #232323;
  border-radius: 30px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #232323;
  display: block;
  font-weight: 700;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-left: 3px;
  font-weight: 500;
}

.sidebar-item.recent-post li a:hover {
  color: #805dca;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding: 0;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  border-radius: inherit;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-right: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 700;
  font-size: 18px;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: right;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-right: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  height: 8px;
  right: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 100% 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 100% 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-left: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #805dca;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #805dca;
  z-index: -1;
  opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
  color: #ffffff;
  font-weight: 700;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
  color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
  display: inline-block;
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 10px 25px;
  margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info>a {
  margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: #805dca none repeat scroll 100% 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: right;
  margin-left: 5px;
}

.blog-area.single .content-box .meta .date {
  float: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info>ul li {
  margin-bottom: 5px;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  display: block;
}

.blog-area .blog-items .info>ul {
  margin-bottom: 25px;
  margin-top: 25px;
}

.blog-area .blog-items .info>ul li::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  height: 5px;
  width: 5px;
  background: #333333;
  border-radius: 50%;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 85px;
  color: #232323;
  font-weight: 500;
  line-height: 32px;
  background: #fafafa;
  padding: 50px;
}

.blog-area .item blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blog-area .item blockquote::before {
  position: absolute;
  right: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #805dca;
}

.blog-area .item blockquote::after {
  position: absolute;
  left: 30px;
  content: "\7b";
  font-family: 'ElegantIcons';
  color: #666666;
  bottom: 30px;
  font-weight: 600;
  opacity: 0.1;
  font-size: 80px;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  padding-bottom: 6px;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-right: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #805dca;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-left: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  color: #999999;
  border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
  margin: 0;
  margin-top: 5px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
}

.blog-area.single .post-pagi-area h5:hover {
  color: #805dca;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: left;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-left: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-right: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
  margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar {
  float: right;
  height: 105px;
  width: 105px;
  min-width: 105px;
}

.comments-list .commen-item .content {
  padding: 30px;
  background: #edf5ff;
  position: relative;
}

.comments-list .commen-item .content::after {
  position: absolute;
  right: -14px;
  top: 30px;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #edf5ff;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.comments-list .commen-item {
  margin-bottom: 50px;
  display: flex;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  margin-right: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comments-list .commen-item .content .reply a {
  font-size: 14px;
  background: #0a1015;
  color: #ffffff;
  display: inline-block;
  padding: 8px;
}

.comments-list .commen-item .content .reply a:hover {
  background: #805dca;
}

.comments-list .commen-item .content .reply i {
  font-size: 12px;
}

.comments-list .commen-item .content p:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.comments-list .commen-item .content .title span {
  font-weight: 400;
  color: #805dca;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.comments-list .commen-item .content .title span i {
  font-weight: 500;
  margin-left: 5px;
}

.comments-list .commen-item .content .title span i.fa-reply {
  font-weight: 600;
  margin-left: 3px;
}

.comments-list .commen-item .content .title span a {
  margin-right: 10px;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 15px;
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  top: 25px;
}

.comments-list .commen-item .content p {
  margin: 0;
}

.comments-info a:hover {
  color: #805dca;
}

.comments-info a i {
  margin-left: 5px;
}

.comments-form input,
.comments-form textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #f7f7f7;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: transparent;
  margin-top: 15px;
  padding: 10px 35px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.35s ease-in-out;
  border: 2px solid #805dca !important;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}

.comments-form button::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #805dca;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  border-radius: 30px;
}

.comments-form button:hover::after {
  width: 100%;
}

.comments-form button:hover {
  color: #ffffff;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: right;
  padding: 0 15px;
}


/* Pagination */

.pagination li {
  display: inline-block;
  margin-top: 7px;
}

ul.pagination {
  display: block;
  margin-top: 30px;
}

.pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  color: #805dca;
  font-weight: 800;
}

.pagination li.page-item.active a {
  background: #805dca;
  border-color: #805dca;
}


/* ============================================================== 
     # Contact From
=================================================================== */

.contact-area .info {
  text-align: center;
}

.contact-area .info h2 {
  font-weight: 600;
}

.contact-area .info ul li {
  float: right;
  padding-left: 30px;
  border-left: 1px solid #e7e7e7;
  margin-left: 30px;
}

.contact-area .info ul {
  margin-top: 40px;
  display: inline-block;
}
.btn-cta{
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  box-shadow: 0 12px 30px rgba(128, 93, 202, .24);
  border: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  background: linear-gradient(-90deg, rgb(128 93 202 / 49%) 48%, rgb(128 93 202 / 54%) 100%);
}
.st-modern-panel h2.title-cta{
  font-size: 31px;
}
.contact-area .info ul li:last-child {
  padding: 0;
  margin: 0;
  border: navajowhite;
}

.contact-area .info ul li h5 {
  font-weight: 700;
  text-transform: uppercase;
}

.contact-area .info ul li h5 i {
  font-size: 25px;
  margin-left: 15px;
  color: #805dca;
}

.contact-area .info ul li p {
  margin: 0;
}

.contact-area .info ul li i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #805dca;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 20px;
}

.contact-area .info ul li i::after {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 70px;
  width: 70px;
  content: "";
  background: #805dca;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.contact-area form .form-group {
  position: relative;
}

.contact-area form .form-group i {
  position: absolute;
  right: 0;
  top: 18px;
  color: #999999;
}

.contact-area .contact-forms input,
.contact-area .contact-forms textarea {
  border: none;
  box-shadow: inherit;
  padding-right: 30px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}

.contact-area .contact-forms textarea {
  min-height: 150px;
  padding-top: 13px;
}

.contact-area .contact-forms button {
  padding: 10px 35px;
  background: transparent;
  border: 2px solid #805dca !important;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 700;
  transition: all 0.35s ease-in-out;
  margin-top: 20px;
}

.contact-area .contact-forms button:hover {
  background: #805dca;
  color: #ffffff;
}

.contact-area .contact-forms button i {
  margin-right: 5px;
}

.contact-area .form-box input,
.contact-area .form-box textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #f4f7fa;
  min-height: 60px;
  font-size: 16px;
}

.contact-area .form-box textarea {
  min-height: 160px;
}

.contact-area .form-box button {
  font-family: 'Almarai', sans-serif;
  display: inline-block;
  background: linear-gradient(to left, #118bba, #805dca, #118bba);
  padding: 15px 40px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.contact-area .form-box button i {
  margin-right: 5px;
}

.contact-area img.loader {
  margin-right: 10px;
}

.contact-area .maps {
  padding-left: 35px;
}

.contact-area .maps iframe {
  height: 100%;
  width: 100%;
}


/* ============================================================== 
     # Error 404
=================================================================== */
.error-page-area .error-box img {
  max-width: 60%;
  margin-bottom: 30px;
}

.error-page-area .error-box h2 {
  font-weight: 600;
}

.error-page-area .error-box p {
  padding: 0 15%;
}

.error-page-area .error-box .search {
  position: relative;
  max-width: 400px;
  margin: 30px auto auto;
}

.error-page-area .error-box .search form {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 30px;
}

.error-page-area .error-box .search form input {
  box-shadow: inherit;
  border: none;
  border-radius: 30px;
  min-height: 60px;
  padding: 25px;
}

.error-page-area .error-box .search form button {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #805dca;
  color: #ffffff;
}


/* ============================================================== 
     # Footer
=================================================================== */

/* SVG */

.svg-shape svg {
  margin-bottom: -10px;
}

.svg-shape svg.gray {
  fill: #edf5ff;
}

.svg-shape svg.light {
  fill: #ffffff;
}

.svg-shape svg.theme {
  fill: #ff4450;
}

.svg-shape svg.dark {
  fill: #111d30;
}

.svg-shape svg.absolute {
  position: absolute;
}

.svg-shape svg.absolute.top {
  top: 0;
  right: 0;
}

.svg-shape svg.absolute.bottom {
  bottom: 0;
  right: 0;
}

/* Main Footer */

footer .f-items .f-item.contact-widget {
  position: relative;
  z-index: 1;
}

footer .f-items .f-item.contact-widget::after {
  position: absolute;
  right: -50px;
  top: -200px;
  height: 300%;
  width: 500%;
  background: #283353;
  content: "";
  z-index: -1;
}

footer {
  overflow: hidden;
}

footer img,
footer .widget-title {
  margin-bottom: 30px;
  font-weight: 600;
}

footer.bg-dark .f-items .f-item p,
footer.bg-dark .f-items .f-item a,
footer.bg-dark .f-items .f-item {
  color: #adb5bd;
}

footer .f-items .f-item form {
  position: relative;
  margin-top: 30px;
}

footer .f-items .f-item form input {
  background: #283353;
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  font-size: 14px;
}

footer .f-items .f-item form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #adb5bd;
}

footer .f-items .f-item form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #adb5bd;
}

footer .f-items .f-item form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #adb5bd;
}

footer .f-items .f-item form input:-moz-placeholder {
  /* Firefox 18- */
  color: #adb5bd;
}

footer .f-items .f-item form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background: transparent;
  color: #805dca;
  font-size: 25px;
  line-height: 55px;
}

footer .f-items .f-item form button::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 30px;
  width: 1px;
  margin-top: -15px;
  opacity: 0.1;
  border-right: 1px solid #ffffff;
}

footer .f-items .f-item.about {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  margin-left: 10px;
}

footer .f-items .f-item.link li {
  margin-bottom: 12px;
}

footer .f-items .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .f-items .f-item.link li a:hover {
  color: #ffffff;
  margin-right: 10px;
}

footer .f-items .f-item.link li a {
  font-weight: 400;
}

footer .f-items .f-item.link li a i {
  font-size: 12px;
  margin-left: 3px;
}

footer .f-items .f-item .address li {
  display: flex;
  margin-bottom: 25px;
}

footer .f-items .f-item .address li i {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  font-weight: 300;
}

footer .f-items .f-item .address li:last-child {
  margin-bottom: 0;
}

footer .f-items .f-item .address li strong {
  display: block;
}

/* Footer Bottom */
footer .footer-bottom {
  border-top: 1px solid #283353;
  padding: 30px 0;
}

footer .footer-bottom ul li {
  display: inline-block;
  margin-right: 15px;
}

footer .footer-bottom p {
  margin: 0;
}

footer.bg-dark .footer-bottom p,
footer.bg-dark .footer-bottom a {
  color: #adb5bd;
}

footer.bg-dark .footer-bottom a {
  font-size: 14px;
}

footer.bg-dark .footer-bottom p a {
  color: #805dca;
}

footer.bg-dark .footer-bottom a:hover {
  color: #ffffff;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  right: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/preloader.gif) center no-repeat #fff;
  text-align: center;
  background-size: 6rem !important;
}
        :root {
            --st-primary: #805dca;
            --st-primary-dark: #5130a8;
            --st-secondary: #19c6d8;
            --st-gold: #f7b955;
            --st-orange: #f97316;
            --st-green: #16a34a;
            --st-dark: #111827;
            --st-muted: #64748b;
            --st-light: #f8fafc;
            --st-border: rgba(15, 23, 42, 0.10);
            --st-card-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
            --st-soft-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
            --st-radius: 24px;
            --st-gradient: linear-gradient(135deg, #805dca 0%, #682be9 50%, #44228c 100%);
            --st-gradient-gold: linear-gradient(135deg, #f7b955 0%, #f97316 100%);
            --st-gradient-dark: radial-gradient(circle at 20% 10%, rgba(128, 93, 202, .35), transparent 28%), radial-gradient(circle at 80% 0%, rgb(148 63 212 / 25%), transparent 30%), linear-gradient(135deg, #0f172a 0%, #1e1b4b 48%, #312e81 100%);
        }

        html { scroll-behavior: smooth; }

        body {
          font-family: 'Almarai', sans-serif;
            color: var(--st-dark);
            background: #ffffff;
        }

        .container-medium,
        .container { max-width: 1180px; }

        .text-sofraprimary { color: var(--st-primary) !important; }

        .st-section {
            position: relative;
            padding: 60px 0;
            overflow: hidden;
        }

        .st-section-sm { padding: 80px 0; }

        .st-bg-soft { background: linear-gradient(-180deg, #ffffff 0%, #f8fafc 100%); }

        .st-bg-dark {
            background: var(--st-gradient-dark);
            color: #ffffff;
        }

        .st-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 14px;
            margin-bottom: 18px;
            border-radius: 999px;
            font-size: 13px;
            font-weight: 900;
            color: var(--st-primary);
            background: rgba(128, 93, 202, .10);
            border: 1px solid rgba(128, 93, 202, .16);
        }

        .st-bg-dark .st-eyebrow,
        .st-hero .st-eyebrow {
            color: #ffffff;
            background: rgba(255, 255, 255, .12);
            border-color: rgba(255, 255, 255, .18);
        }

        .st-section-title {
            max-width: 820px;
            margin: 0 auto 52px;
            text-align: center;
        }

        .st-section-title h2 {
            margin: 0 0 16px;
            color: var(--st-dark);
            font-size: 42px;
            line-height: 1.14;
            letter-spacing: -0.04em;
            font-weight: 1000;
        }

        .st-section-title p {
            margin: 0;
            color: var(--st-muted);
            font-size: 18px;
            line-height: 1.75;
        }

        .st-bg-dark .st-section-title h2,
        .st-bg-dark .st-section-title p { color: #ffffff; }
        .st-bg-dark .st-section-title p { opacity: .84; }

        .st-btn,
        .st-btn-secondary,
        .st-btn-dark {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 52px;
            padding: 14px 24px;
            border-radius: 999px;
            font-weight: 950;
            text-decoration: none !important;
            transition: all .25s ease;
            border: 1px solid transparent;
            white-space: nowrap;
        }

        .st-btn {
            color: #ffffff !important;
            background: var(--st-gradient);
            box-shadow: 0 16px 34px rgba(128, 93, 202, .28);
        }

        .st-btn:hover,
        .st-btn-secondary:hover,
        .st-btn-dark:hover {
            transform: translateY(-2px);
        }

        .st-btn:hover { box-shadow: 0 22px 44px rgba(128, 93, 202, .35); }

        .st-btn-secondary {
            color: var(--st-dark) !important;
            background: #ffffff;
            border-color: rgba(255, 255, 255, .32);
            box-shadow: 0 14px 28px rgba(15, 23, 42, .08);
        }

        .st-btn-secondary:hover { color: var(--st-primary) !important; }

        .st-btn-dark {
            color: #ffffff !important;
            background: var(--st-dark);
            box-shadow: 0 15px 32px rgba(15, 23, 42, .20);
        }

        .st-card {
            height: 100%;
            padding: 30px;
            border-radius: var(--st-radius);
            background: #ffffff;
            border: 1px solid var(--st-border);
            box-shadow: var(--st-soft-shadow);
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

        .st-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--st-card-shadow);
            border-color: rgba(128, 93, 202, .28);
        }

        .st-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 58px;
            height: 58px;
            margin-bottom: 20px;
            border-radius: 18px;
            color: #ffffff;
            font-size: 23px;
            background: var(--st-gradient);
            box-shadow: 0 14px 30px rgba(128, 93, 202, .22);
        }

        .st-icon.gold { background: var(--st-gradient-gold); }
        .st-icon.green { background: linear-gradient(-135deg, #22c55e, #14b8a6); }
        .st-icon.dark { background: linear-gradient(-135deg, #111827, #312e81); }

        .st-card h3,
        .st-card h4 {
            margin: 0 0 12px;
            color: var(--st-dark);
            font-weight: 950;
            line-height: 1.25;
        }

        .st-card h3 { font-size: 22px; }
        .st-card h4 { font-size: 19px; }

        .st-card p {
            margin: 0;
            color: var(--st-muted);
            line-height: 1.75;
            font-size: 15.5px;
        }

        .st-list-clean {
            margin: 24px 0 0;
            padding: 0;
            list-style: none;
        }

        .st-list-clean li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
            color: #334155;
            font-weight: 750;
            line-height: 1.6;
        }

        .st-list-clean i {
            color: var(--st-green);
            margin-top: 4px;
        }

        .navbar.navbar-fixed {
            padding: 14px 0;
            border-bottom: 1px solid rgba(15, 23, 42, .07);
            background: rgba(255, 255, 255, .92) !important;
            backdrop-filter: blur(18px);
            box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
        }

        nav.navbar.bootsnav ul.nav > li > a {
            font-weight: 850;
            color: #1f2937;
            text-transform: none;
            letter-spacing: 0;
            border: none;
        }
        nav.navbar.bootsnav.no-full .navbar-collapse{
            max-height: 66vh !important;
        }

        nav.navbar.bootsnav ul.nav > li > a:hover,
        nav.navbar.bootsnav ul.nav > li.active > a { color: var(--st-primary); }

        .attr-nav > ul > li.button > a {
            background: var(--st-gradient) !important;
            border-radius: 999px !important;
            box-shadow: 0 12px 30px rgba(128, 93, 202, .24);
            font-weight: 950;
            border: 0 !important;
        }

        .navbar-brand .logo { max-height: 46px; }

        .st-hero {
            position: relative;
            padding: 165px 0 100px;
            background: var(--st-gradient-dark);
            color: #ffffff;
            overflow: hidden;
        }

        .st-hero:before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(-90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
            background-size: 42px 42px;
            mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.15));
        }

        .st-hero .container {
            position: relative;
            z-index: 2;
        }

        .st-hero h1 {
            max-width: 980px;
            margin: 0 auto 24px;
            color: #ffffff;
            font-size: 58px;
            line-height: 1.05;
            font-weight: 1000;
            letter-spacing: -0.055em;
        }

        .st-hero h1 span {
            display: inline-block;
            background: linear-gradient(-135deg, #ffffff, #f7b955 55%, #19c6d8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .st-hero p.lead {
            max-width: 850px;
            margin: 0 auto 32px;
            color: rgba(255, 255, 255, .84);
            font-size: 20px;
            line-height: 1.8;
        }

        .st-hero-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 14px;
            margin-bottom: 30px;
        }

        .st-hero-badges {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            max-width: 900px;
            margin: 0 auto 54px;
        }

        .st-hero-badges span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 14px;
            border-radius: 999px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 850;
            background: rgba(255, 255, 255, .10);
            border: 1px solid rgba(255, 255, 255, .16);
        }

        .st-hero-visual {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
        }

        .st-dashboard-frame {
            position: relative;
            padding: 15px;
            border-radius: 32px;
            background: rgba(255, 255, 255, .13);
            border: 1px solid rgba(255, 255, 255, .16);
            box-shadow: 0 40px 120px rgba(0, 0, 0, .34);
            backdrop-filter: blur(16px);
        }

        .st-dashboard-frame img.st-dashboard {
            display: block;
            width: 100%;
            border-radius: 24px;
        }

        .st-mobile-frame {
            position: absolute;
            right: -5rem;
            bottom: -2rem;
            width: 215px;
            padding: 10px;
            border-radius: 30px;
            background: rgba(255, 255, 255, .18);
            border: 1px solid rgba(255, 255, 255, .22);
            box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
            backdrop-filter: blur(16px);
        }

        .st-separator-soft {
            background:
                radial-gradient(circle at top right, rgba(128, 93, 202, 0.14), transparent 34%),
                radial-gradient(circle at bottom left, rgba(25, 198, 216, 0.12), transparent 36%),
                linear-gradient(-180deg, #ffffff 0%, #f8fafc 100%);
        }
        .st-separator-dark {
            background:
                radial-gradient(circle at 20% 10%, rgba(128, 93, 202, 0.35), transparent 30%),
                radial-gradient(circle at 85% 15%, rgba(25, 198, 216, 0.22), transparent 34%),
                radial-gradient(circle at 50% 100%, rgba(247, 185, 85, 0.16), transparent 35%),
                linear-gradient(-135deg, #0f172a 0%, #1e1b4b 48%, #312e81 100%);
            color: #ffffff;
        }
        .st-mobile-frame img {
            width: 100%;
            border-radius: 22px;
        }

        .st-floating-note {
            position: absolute;
            width: 255px;
            padding: 18px;
            border-radius: 22px;
            background: rgba(255, 255, 255, .95);
            color: var(--st-dark);
            box-shadow: 0 25px 80px rgba(0, 0, 0, .22);
            text-align: right;
        }

        .st-floating-note.left { right: -36px; bottom: 54px; }
        .st-floating-note.right { left: -40px; top: 70px; }

        .st-floating-note strong {
            display: block;
            margin-bottom: 6px;
            color: var(--st-primary);
            font-size: 14px;
        }

        .st-floating-note span {
            display: block;
            color: var(--st-muted);
            font-size: 13px;
            line-height: 1.55;
        }

        .st-value-strip {
            position: relative;
            margin-top: -54px;
            z-index: 4;
        }

        .st-value-box {
            padding: 28px;
            border-radius: 28px;
            background: #ffffff;
            border: 1px solid var(--st-border);
            box-shadow: var(--st-card-shadow);
        }

        .st-value-box h4 {
            margin-bottom: 8px;
            color: var(--st-dark);
            font-weight: 950;
        }

        .st-value-box p {
            margin: 0;
            color: var(--st-muted);
            line-height: 1.65;
        }

        .st-problem-card { border-right: 4px solid rgba(128, 93, 202, .42); }

        .st-modern-panel {
            padding: 42px;
            border-radius: 32px;
            background: var(--st-gradient-dark);
            color: #ffffff;
            box-shadow: var(--st-card-shadow);
            overflow: hidden;
            position: relative;
        }

        .st-modern-panel h2 {
            color: #ffffff;
            font-size: 42px;
            line-height: 1.14;
            letter-spacing: -.04em;
            font-weight: 1000;
            margin-bottom: 18px;
        }

        .st-modern-panel p {
            color: rgba(255, 255, 255, .82);
            line-height: 1.8;
            font-size: 17px;
            margin-bottom: 0;
        }

        .st-compare-mini {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px;
            margin-top: 30px;
        }

        .st-compare-col {
            padding: 24px;
            border-radius: 24px;
            background: rgba(255, 255, 255, .09);
            border: 1px solid rgba(255, 255, 255, .14);
        }

        .st-compare-col.good {
            background: rgba(255, 255, 255, .96);
            color: var(--st-dark);
        }

        .st-compare-col h4 {
            color: inherit;
            margin-bottom: 16px;
            font-weight: 950;
        }

        .st-compare-col ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .st-compare-col li {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            padding: 10px 0;
            line-height: 1.55;
            border-bottom: 1px solid rgba(255, 255, 255, .10);
        }

        .st-compare-col.good li { border-bottom-color: rgba(15, 23, 42, .08); }
        .st-compare-col li:last-child { border-bottom: 0; }
        .st-compare-col i.fa-times { color: #fca5a5; margin-top: 4px; }
        .st-compare-col.good i.fa-check { color: var(--st-green); margin-top: 4px; }

        .st-profit-card.featured {
            background: var(--st-gradient-dark);
            color: #ffffff;
        }

        .st-profit-card.featured h3,
        .st-profit-card.featured h4,
        .st-profit-card.featured p,
        .st-profit-card.featured .st-list-clean li { color: #ffffff; }

        .st-profit-card.featured p,
        .st-profit-card.featured .st-list-clean li { opacity: .88; }

        .st-kpi-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 22px;
        }

        .st-kpi-mini {
            padding: 15px;
            border-radius: 18px;
            background: rgba(128, 93, 202, .08);
            border: 1px solid rgba(128, 93, 202, .12);
        }

        .featured .st-kpi-mini {
            background: rgba(255, 255, 255, .10);
            border-color: rgba(255, 255, 255, .14);
        }

        .st-kpi-mini strong {
            display: block;
            color: var(--st-dark);
            font-size: 22px;
            font-weight: 1000;
            line-height: 1;
        }

        .featured .st-kpi-mini strong { color: #ffffff; }

        .st-kpi-mini span {
            display: block;
            margin-top: 7px;
            color: var(--st-muted);
            font-size: 13px;
            line-height: 1.35;
        }

        .featured .st-kpi-mini span { color: rgba(255, 255, 255, .72); }

        .st-split-heading h2 {
            color: var(--st-dark);
            font-size: 42px;
            line-height: 1.14;
            letter-spacing: -.04em;
            font-weight: 1000;
            margin-bottom: 18px;
        }

        .st-split-heading p {
            color: var(--st-muted);
            font-size: 18px;
            line-height: 1.75;
            margin: 0;
        }

        .st-channel-card {
            padding: 34px;
            border-radius: 30px;
            background: #ffffff;
            border: 1px solid var(--st-border);
            box-shadow: var(--st-card-shadow);
        }

        .st-channel-card.dark {
            background: var(--st-gradient-dark);
            color: #ffffff;
        }

        .st-channel-card.dark h3,
        .st-channel-card.dark p,
        .st-channel-card.dark li { color: #ffffff; }

        .st-channel-card.dark p,
        .st-channel-card.dark li { opacity: .86; }

        .st-margin-visual {
            padding: 28px;
            border-radius: 30px;
            background: var(--st-gradient-dark);
            box-shadow: var(--st-card-shadow);
        }

        .st-dish-row {
            display: grid;
            grid-template-columns: 1.3fr .7fr .7fr .9fr;
            gap: 12px;
            align-items: center;
            padding: 15px 0;
            color: rgba(255, 255, 255, .86);
            border-bottom: 1px solid rgba(255, 255, 255, .10);
        }

        .st-dish-row.header {
            color: #ffffff;
            font-weight: 1000;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: .04em;
        }

        .st-dish-row:last-child { border-bottom: 0; }

        .st-status {
            display: inline-flex;
            justify-content: center;
            padding: 7px 10px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 950;
            text-align: center;
        }

        .st-status.good { background: rgba(34, 197, 94, .16); color: #86efac; }
        .st-status.warn { background: rgba(247, 185, 85, .16); color: #fde68a; }
        .st-status.bad { background: rgba(248, 113, 113, .16); color: #fecaca; }

        .st-module-card {
            height: 100%;
            padding: 24px;
            border-radius: 24px;
            background: #ffffff;
            border: 1px solid var(--st-border);
            transition: .25s ease;
        }

        .st-module-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--st-soft-shadow);
        }

        .st-module-card i {
            width: 46px;
            height: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            color: #ffffff;
            background: var(--st-gradient);
            margin-bottom: 16px;
        }

        .st-module-card h4 {
            color: var(--st-dark);
            margin-bottom: 8px;
            font-weight: 950;
            font-size: 18px;
        }

        .st-module-card p {
            margin: 0;
            color: var(--st-muted);
            line-height: 1.65;
            font-size: 15px;
        }

        .st-steps {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
            margin-top: 42px;
        }

        .st-step {
            text-align: center;
            padding: 26px;
            border-radius: 24px;
            background: rgba(255,255,255,.09);
            border: 1px solid rgba(255,255,255,.15);
            color: #ffffff;
        }

        .st-step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            margin-bottom: 16px;
            border-radius: 14px;
            background: rgba(255,255,255,.14);
            color: #ffffff;
            font-weight: 1000;
        }

        .st-step h4 {
            color: #ffffff;
            font-weight: 950;
            margin-bottom: 10px;
        }

        .st-step p {
            color: rgba(255,255,255,.76);
            line-height: 1.65;
            margin: 0;
        }

        .st-offer-card {
            position: relative;
            padding: 42px;
            border-radius: 32px;
            background: #ffffff;
            border: 1px solid rgba(128, 93, 202, .18);
            box-shadow: var(--st-card-shadow);
        }

        .st-offer-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 18px;
            padding: 9px 14px;
            border-radius: 999px;
            color: var(--st-primary);
            background: rgba(128, 93, 202, .10);
            font-weight: 950;
            font-size: 13px;
        }

        .st-offer-card h2 {
            font-size: 42px;
            line-height: 1.13;
            font-weight: 1000;
            letter-spacing: -0.045em;
            margin-bottom: 16px;
        }

        .st-offer-card p {
            color: var(--st-muted);
            font-size: 17px;
            line-height: 1.8;
        }

        .st-offer-list {
            margin: 26px 0 32px;
            padding: 0;
            list-style: none;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px 20px;
        }

        .st-offer-list li {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            color: #334155;
            line-height: 1.55;
            font-weight: 750;
        }

        .st-offer-list i {
            color: var(--st-green);
            margin-top: 4px;
        }

        .st-faq-item {
            padding: 24px 26px;
            margin-bottom: 16px;
            border-radius: 22px;
            background: #ffffff;
            border: 1px solid var(--st-border);
            box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
        }

        .st-faq-item h3 {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin: 0 0 10px;
            color: var(--st-dark);
            font-size: 18px;
            font-weight: 950;
            line-height: 1.35;
        }

        .st-faq-item h3 i {
            color: var(--st-primary);
            margin-top: 3px;
        }

        .st-faq-item p {
            margin: 0;
            color: var(--st-muted);
            line-height: 1.75;
        }

        .subscribe-area.st-contact,
        .st-contact {
            background: var(--st-gradient-dark);
            overflow: hidden;
        }

        .st-contact .subscribe-items {
            position: relative;
            padding: 54px;
            border-radius: 34px;
            background: rgba(255, 255, 255, .09);
            border: 1px solid rgba(255, 255, 255, .15);
            box-shadow: 0 40px 120px rgba(0, 0, 0, .24);
            backdrop-filter: blur(12px);
        }

        .st-contact h2 {
            color: #ffffff;
            font-size: 42px;
            line-height: 1.16;
            font-weight: 1000;
            letter-spacing: -0.045em;
        }

        .st-contact p {
            color: rgba(255, 255, 255, .82);
            font-size: 17px;
            line-height: 1.8;
        }

        .st-contact .form-control {
            min-height: 58px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, .20);
            box-shadow: none;
            background: rgba(255, 255, 255, .94);
            color: var(--st-dark);
            font-weight: 800;
        }

        .st-contact .form-control::placeholder {
            color: #64748b;
            font-weight: 700;
        }

        .st-contact button[type="submit"] {
            min-width: 220px;
            min-height: 58px;
            border: 0;
            border-radius: 999px;
            color: #ffffff;
            font-weight: 600;
            background: var(--st-gradient) !important;
            box-shadow: 0 18px 40px rgba(249, 115, 22, .25);
        }

        .st-footer-main {
            padding: 62px 0 0 0;
            background: #0f172a;
            color: #ffffff;
        }

        .st-footer-logo {
            max-height: 43px;
            margin-bottom: 18px;
        }

        .st-footer-main p {
            color: rgba(255, 255, 255, .70);
            line-height: 1.75;
        }

        .st-footer-title {
            color: #ffffff;
            font-weight: 950;
            margin-bottom: 16px;
        }

        .st-footer-links {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .st-footer-links li { margin-bottom: 10px; }

        .st-footer-links a {
            color: rgba(255, 255, 255, .72);
            text-decoration: none;
            transition: color .2s ease;
        }

        .st-footer-links a:hover { color: #805dca; }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, .10);
            margin-top: 34px;
            padding-top: 22px;
        }

        .st-metrics-shell {
            position: relative;
            padding: 36px;
            border-radius: 34px;
            background: #ffffff;
            border: 1px solid rgba(128, 93, 202, .14);
            box-shadow: var(--st-card-shadow);
            overflow: hidden;
        }

        .st-metrics-shell:before {
            content: "";
            position: absolute;
            right: -120px;
            top: -120px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(128, 93, 202, .08);
        }

        .st-metrics-shell:after {
            content: "";
            position: absolute;
            left: -140px;
            bottom: -140px;
            width: 340px;
            height: 340px;
            border-radius: 50%;
            background: rgba(25, 198, 216, .08);
        }

        .st-metrics-shell > .row {
            position: relative;
            z-index: 2;
        }

        .st-metric-card {
            height: 100%;
            padding: 26px;
            border-radius: 26px;
            background: linear-gradient(-180deg, #ffffff 0%, #f8fafc 100%);
            border: 1px solid var(--st-border);
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

        .st-metric-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--st-soft-shadow);
            border-color: rgba(128, 93, 202, .25);
        }

        .st-metric-card.featured {
            background: var(--st-gradient-dark);
            color: #ffffff;
            border-color: rgba(255,255,255,.12);
            box-shadow: 0 30px 80px rgba(15, 23, 42, .22);
        }

        .st-metric-number {
            display: block;
            margin-bottom: 10px;
            color: var(--st-primary);
            font-size: 46px;
            line-height: 1;
            font-weight: 1000;
            letter-spacing: -.05em;
        }

        .st-metric-label {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 12px;
            padding: 7px 10px;
            border-radius: 999px;
            color: var(--st-primary);
            background: rgba(128, 93, 202, .09);
            border: 1px solid rgba(128, 93, 202, .13);
            font-size: 12px;
            font-weight: 950;
        }

        .st-metric-card.featured .st-metric-label {
            color: #ffffff;
            background: rgba(255,255,255,.12);
            border-color: rgba(255,255,255,.16);
        }

        .st-marketing-example {
            position: relative;
            z-index: 2;
            margin-top: 12px;
            padding: 24px;
            border-radius: 26px;
            background: linear-gradient(-135deg, rgba(128,93,202,.10), rgba(25,198,216,.08));
            border: 1px solid rgba(128, 93, 202, .14);
        }

        .st-marketing-example h3 {
            margin: 0 0 10px;
            color: var(--st-dark);
            font-size: 22px;
            font-weight: 1000;
        }

        .st-marketing-example p {
            margin: 0;
            color: #475569;
            line-height: 1.75;
            font-weight: 750;
        }

        .st-metric-card.featured .st-metric-number {
            color: #ffffff;
            background: linear-gradient(-135deg, #ffffff, #f7b955 55%, #19c6d8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .st-metric-card h3 {
            margin: 0 0 10px;
            color: var(--st-dark);
            font-size: 20px;
            line-height: 1.28;
            font-weight: 950;
        }

        .st-metric-card.featured h3,
        .st-metric-card.featured p { color: #ffffff; }

        .st-metric-card p {
            margin: 0;
            color: var(--st-muted);
            line-height: 1.7;
            font-size: 15px;
        }

        .st-metric-card.featured p { opacity: .82; }

        .st-metrics-note {
            margin-top: 24px;
            padding: 18px 22px;
            border-radius: 22px;
            color: #334155;
            background: rgba(128, 93, 202, .07);
            border: 1px solid rgba(128, 93, 202, .12);
            font-weight: 800;
            line-height: 1.65;
        }

        .st-metrics-note i {
            color: var(--st-primary);
            margin-left: 8px;
        }

        @media (max-width: 1199px) {
            .st-hero h1 { font-size: 48px; }
            .st-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        }

        @media (max-width: 991px) {
            .st-section,
            .st-section-sm { padding: 60px 0; }

            .st-hero { padding: 135px 0 76px; }
            .st-hero h1 { font-size: 42px; }
            .st-hero p.lead { font-size: 18px; }

            .st-mobile-frame,
            .st-floating-note {
                position: relative;
                left: auto;
                right: auto;
                bottom: auto;
                top: auto;
                margin: 18px auto 0;
            }

            .st-mobile-frame { width: 190px; }
            .st-floating-note {
                width: 100%;
                max-width: 420px;
                text-align: center;
            }

            .st-section-title h2,
            .st-offer-card h2,
            .st-contact h2,
            .st-modern-panel h2,
            .st-split-heading h2 { font-size: 34px; }

            .st-offer-list { grid-template-columns: 1fr; }
            .st-compare-mini { grid-template-columns: 1fr; }
        }

        @media (max-width: 767px) {
            .st-hero { text-align: center; }
            .st-hero h1 { font-size: 34px; }

            .st-section-title h2,
            .st-offer-card h2,
            .st-contact h2,
            .st-modern-panel h2,
            .st-split-heading h2 { font-size: 30px; }

            .st-hero-actions,
            .st-hero-badges {
                flex-direction: column;
                align-items: stretch;
            }

            .st-btn,
            .st-btn-secondary,
            .st-btn-dark { width: 100%; }

            .st-modern-panel,
            .st-offer-card,
            .st-contact .subscribe-items,
            .st-channel-card,
            .st-margin-visual { padding: 28px; }

            .st-card { padding: 24px; }
            .st-kpi-grid,
            .st-steps { grid-template-columns: 1fr; }
            .navbar-brand .logo { max-height: 40px; }
        }


        /* =========================================================
           Responsive final SofraTech — tablette & téléphone
           Ce bloc surcharge uniquement l'affichage mobile sans toucher
           au contenu ni au fonctionnement du formulaire.
        ========================================================= */
        *, *:before, *:after { box-sizing: border-box; }
        body { overflow-x: hidden; }
        img { max-width: 100%; height: auto; }
        main section[id], footer[id], #contact-demo { scroll-margin-top: 92px; }
        .container-full {
            width: 100%;
            max-width: 1240px;
            margin: 0 auto;
            padding-right: 24px;
            padding-left: 24px;
        }
        
        .st-demo-choice-grid {
            display: grid;
            grid-template-columns: 1fr;
            align-items: center;
            gap: 14px;
            margin-top: 18px;
        }

        .st-demo-choice-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            min-height: 255px;
            padding: 26px 24px 24px;
            border-radius: 26px;
            text-align: center;
            background: rgba(255, 255, 255, .10);
            border: 1px solid rgba(255, 255, 255, .18);
            box-shadow: 0 22px 60px rgba(0, 0, 0, .14);
            backdrop-filter: blur(10px);
            transition: transform .25s ease, background .25s ease, border-color .25s ease;
        }

        .st-demo-choice-card:hover {
            transform: translateY(-4px);
            background: rgba(255, 255, 255, .14);
            border-color: rgba(255, 255, 255, .28);
        }

        .st-demo-choice-card.whatsapp {
            background: linear-gradient(-180deg, rgba(34, 197, 94, .18), rgba(34, 197, 94, .08));
            border-color: rgba(34, 197, 94, .38);
            box-shadow: 0 24px 70px rgba(34, 197, 94, .16);
        }

        .st-demo-choice-badge {
            position: absolute;
            top: 14px;
            left: 14px;
            padding: 6px 10px;
            border-radius: 999px;
            color: #ffffff;
            background: linear-gradient(-135deg, #22c55e, #16a34a);
            font-size: 11px;
            font-weight: 1000;
            letter-spacing: .02em;
        }

        .st-demo-choice-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 58px;
            height: 58px;
            margin-bottom: 16px;
            border-radius: 20px;
            color: #ffffff;
            font-size: 24px;
            background: var(--st-gradient);
            box-shadow: 0 16px 34px rgba(128, 93, 202, .28);
        }

        .st-demo-choice-card.whatsapp .st-demo-choice-icon {
            background: linear-gradient(-135deg, #22c55e, #16a34a);
            box-shadow: 0 16px 34px rgba(34, 197, 94, .28);
        }

        .st-demo-choice-content {
            margin-bottom: 20px;
        }

        .st-demo-choice-content strong {
            display: block;
            margin-bottom: 8px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 1000;
        }

        .st-demo-choice-content span {
            display: block;
            color: rgba(255, 255, 255, .78);
            font-size: 14.5px;
            line-height: 1.6;
            font-weight: 750;
        }

        .st-contact .st-form-demo-btn,
        .st-contact .st-whatsapp-demo-btn {
            width: 100%;
            min-height: 54px;
            border: 0;
            border-radius: 999px;
            color: #ffffff;
            font-weight: 600;
            box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
        }

        .st-contact .st-form-demo-btn {
            background: rgba(255, 255, 255, .16);
            border: 1px solid rgba(255, 255, 255, .22);
        }

        .st-contact .st-whatsapp-demo-btn {
            background: linear-gradient(-135deg, #22c55e, #16a34a);
        }

        .st-demo-or {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .st-demo-or span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 999px;
            color: rgba(255, 255, 255, .86);
            font-size: 13px;
            font-weight: 1000;
            text-transform: uppercase;
        }
        .st-contact .st-form-demo-btn:hover,
        .st-contact .st-whatsapp-demo-btn:hover {
            transform: translateY(-2px);
        }

        .st-demo-or::before,
        .st-demo-or::after {
            content: "";
            flex: 1;
            height: 1px;
            background: rgba(255, 255, 255, .16);
        }
        @media (max-width: 767px) {
            .st-demo-choice-grid {
                grid-template-columns: 1fr;
                gap: 12px;
            }
            .st-demo-or {
                margin: 2px 0;
            }
            .st-demo-or span {
                margin: 0 12px;
                width: 38px;
                height: 38px;
                font-size: 12px;
            }

            .st-demo-choice-card {
                min-height: auto;
                padding: 22px 20px 20px;
                border-radius: 22px;
            }

            .st-demo-choice-badge {
                top: 12px;
                left: 12px;
            }

            .st-demo-choice-content strong {
                font-size: 17px;
            }

            .st-demo-choice-content span {
                font-size: 14px;
            }

            .st-contact .st-form-demo-btn,
            .st-contact .st-whatsapp-demo-btn {
                min-height: 52px;
                white-space: normal;
                line-height: 1.3;
            }
        }
        @media (hover: none) {
            .st-card:hover,
            .st-module-card:hover,
            .st-metric-card:hover,
            .st-btn:hover,
            .st-btn-secondary:hover,
            .st-btn-dark:hover { transform: none; }
        }

        @media (max-width: 1199px) {
            .container,
            .container-medium,
            .container-full {
                max-width: 100%;
                padding-right: 28px;
                padding-left: 28px;
            }
            nav.navbar.bootsnav ul.nav > li > a {
                padding-right: 10px;
                padding-left: 10px;
                font-size: 13px;
            }
            .attr-nav > ul > li.button > a {
                padding: 11px 17px !important;
                font-size: 13px;
            }
            .st-hero h1 { font-size: 50px; }
            .st-hero p.lead { max-width: 760px; }
            .st-floating-note.left { right: 12px; }
            .st-floating-note.right { left: 12px; }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .st-hero-badges {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
            .st-hero-badges span {
                justify-content: center;
                text-align: center;
                white-space: normal;
            }
            .st-metrics-shell .col-md-6,
            #features .col-md-6,
            #business-types .col-md-6 { display: flex; }
            .st-metric-card,
            .st-module-card,
            .st-card { width: 100%; }
        }

        @media (max-width: 991px) {
            html, body { width: 100%; }
            .container,
            .container-medium,
            .container-full {
                padding-right: 22px;
                padding-left: 22px;
            }
            .navbar.navbar-fixed {
                padding: 10px 0;
                min-height: 66px;
            }
            .navbar-header {
                float: none;
                min-height: 58px;
                display: flex;
                align-items: center;
            }
            .navbar-brand {
                padding: 8px 0 !important;
                height: auto !important;
            }
            .navbar-brand .logo { max-height: 42px; }
            .attr-nav {
                position: absolute;
                left: 74px;
                top: 12px;
                z-index: 45;
                margin: 0 !important;
            }
            .attr-nav > ul { margin: 0; }
            .attr-nav > ul > li.button > a {
                min-height: 40px;
                padding: 9px 14px !important;
                font-size: 12.5px;
                line-height: 1.1;
            }
            nav.navbar.bootsnav .navbar-collapse {
                width: 100%;
                max-height: calc(100vh - 74px);
                margin: 8px 0 0 !important;
                padding: 10px !important;
                border: 1px solid rgba(15, 23, 42, .08) !important;
                border-radius: 22px;
                background: rgba(255, 255, 255, .98) !important;
                box-shadow: 0 24px 70px rgba(15, 23, 42, .14);
                overflow-y: auto !important;
            }
            nav.navbar.bootsnav ul.nav.navbar-nav {
                float: none !important;
                margin: 0 !important;
                display: block;
                width: 100%;
            }
            nav.navbar.bootsnav ul.nav > li {
                float: none;
                display: block;
                width: 100%;
            }
            nav.navbar.bootsnav ul.nav > li > a {
                display: block;
                width: 100%;
                padding: 13px 14px !important;
                color: #111827 !important;
                font-size: 15px;
            }
            nav.navbar.bootsnav ul.nav > li > a:hover {
                color: var(--st-primary) !important;
                background: rgba(128, 93, 202, .08);
            }
            .st-section,
            .st-section-sm {
                padding-top: 60px;
                padding-bottom: 60px;
            }
            .st-section-title {
                margin-bottom: 36px;
                text-align: center;
            }
            .st-section-title h2,
            .st-split-heading h2,
            .st-modern-panel h2,
            .st-offer-card h2,
            .st-contact h2,
            #profit h2[style] {
                font-size: 36px !important;
                line-height: 1.15 !important;
                letter-spacing: -.035em !important;
            }
            .st-section-title p,
            .st-split-heading p,
            .st-offer-card p,
            .st-contact p,
            #profit p[style] {
                font-size: 17px !important;
                line-height: 1.75 !important;
            }
            .st-hero { padding: 118px 0 72px; }
            .st-hero h1 {
                max-width: 720px;
                font-size: 42px;
                line-height: 1.08;
            }
            .st-hero p.lead {
                max-width: 680px;
                font-size: 18px;
                line-height: 1.75;
            }
            .st-hero-actions { margin-bottom: 24px; }
            .st-dashboard-frame {
                padding: 10px;
                border-radius: 26px;
            }
            .st-dashboard-frame img.st-dashboard { border-radius: 20px; }
            .st-mobile-frame,
            .st-floating-note {
                position: relative;
                left: auto;
                right: auto;
                bottom: auto;
                top: auto;
                margin: 18px auto 0;
            }
            .st-mobile-frame { width: min(210px, 60vw); }
            .st-floating-note {
                width: 100%;
                max-width: 460px;
                text-align: center;
            }
            .st-value-strip {
                margin-top: 0;
                padding-top: 28px;
                background: #ffffff;
            }
            .st-value-box,
            .st-metrics-shell,
            .st-modern-panel,
            .st-offer-card,
            .st-channel-card,
            .st-margin-visual,
            .st-contact .subscribe-items { border-radius: 28px; }
            .st-compare-mini,
            .st-offer-list { grid-template-columns: 1fr; }
            .st-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .st-channel-card.dark .st-list-clean li,
            .st-profit-card.featured .st-list-clean li,
            #profit .st-list-clean li { color: rgba(255,255,255,.92) !important; }
            .st-hero {
                overflow: hidden;
            }

            .st-hero-visual {
                position: relative;
                max-width: 760px;
                width: 100%;
                margin: 0 auto;
                padding: 20px 0 45px;
                overflow: visible;
            }

            .st-dashboard-frame {
                width: 100%;
                margin-right: auto;
                margin-left: 0;
                padding: 10px;
                border-radius: 26px;
                position: relative;
                z-index: 1;
            }

            .st-dashboard-frame img.st-dashboard {
                border-radius: 18px;
            }

            .st-mobile-frame {
                position: absolute !important;
                right: 0;
                left: auto;
                top: -18px;
                bottom: auto;
                width: 29%;
                min-width: 145px;
                max-width: 190px;
                margin: 0;
                padding: 7px;
                border-radius: 28px;
                z-index: 4;
            }

            .st-mobile-frame img {
                border-radius: 20px;
            }
        }

        @media (max-width: 767px) {
            .container,
            .container-medium,
            .container-full {
                padding-right: 16px;
                padding-left: 16px;
            }
            .navbar.navbar-fixed { min-height: 62px; }
            .navbar-header { min-height: 54px; }
            .navbar-brand .logo { max-height: 36px; }
            .attr-nav { left: 64px; top: 11px; }
            .attr-nav > ul > li.button > a {
                min-height: 38px;
                padding: 8px 10px !important;
                font-size: 11.5px;
                max-width: 132px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            nav.navbar.bootsnav .navbar-collapse {
                max-height: calc(100vh - 66px);
                border-radius: 18px;
            }
            .st-section,
            .st-section-sm {
                padding-top: 38px;
                padding-bottom: 38px;
            }
            .st-eyebrow {
                max-width: 100%;
                padding: 7px 11px;
                font-size: 12px;
                line-height: 1.35;
                white-space: normal;
                justify-content: center;
                text-align: center;
            }
            .st-section-title { margin-bottom: 30px; }
            .st-section-title h2,
            .st-split-heading h2,
            .st-modern-panel h2,
            .st-offer-card h2,
            .st-contact h2,
            #profit h2[style] {
                font-size: 29px !important;
                line-height: 1.18 !important;
                letter-spacing: -.03em !important;
            }
            .st-section-title p,
            .st-split-heading p,
            .st-offer-card p,
            .st-contact p,
            #profit p[style] {
                font-size: 15.8px !important;
                line-height: 1.72 !important;
            }
            .st-hero {
                padding: 104px 0 56px;
                text-align: center;
            }
            .st-hero h1 {
                font-size: 32px;
                line-height: 1.12;
                letter-spacing: -.04em;
                margin-bottom: 18px;
            }
            .st-hero p.lead {
                font-size: 15.8px;
                line-height: 1.72;
                margin-bottom: 24px;
            }
            .st-hero-actions {
                display: grid;
                grid-template-columns: 1fr;
                gap: 12px;
                margin-bottom: 20px;
            }
            .st-btn,
            .st-btn-secondary,
            .st-btn-dark {
                width: 100%;
                min-height: 48px;
                padding: 12px 16px;
                white-space: normal;
                text-align: center;
                line-height: 1.3;
            }
            .st-hero-badges {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 8px;
                margin-bottom: 30px;
            }
            .st-hero-badges span {
                justify-content: center;
                padding: 9px 8px;
                font-size: 12px;
                line-height: 1.25;
                white-space: normal;
                text-align: center;
            }
            .st-dashboard-frame {
                padding: 7px;
                border-radius: 20px;
            }
            .st-dashboard-frame img.st-dashboard { border-radius: 15px; }
            .st-mobile-frame {
                width: min(180px, 62vw);
                padding: 8px;
                border-radius: 24px;
            }
            .st-mobile-frame img { border-radius: 18px; }
            .st-value-box,
            .st-metrics-shell,
            .st-modern-panel,
            .st-offer-card,
            .st-channel-card,
            .st-margin-visual,
            .st-contact .subscribe-items,
            .st-marketing-example {
                padding: 22px;
                border-radius: 22px;
            }
            .st-card,
            .st-module-card,
            .st-metric-card,
            .st-step,
            .st-faq-item,
            .st-compare-col {
                padding: 20px;
                border-radius: 20px;
            }
            .st-card h3,
            .st-card h4,
            .st-channel-card h3,
            .st-marketing-example h3 {
                font-size: 20px;
                line-height: 1.28;
            }
            .st-card p,
            .st-module-card p,
            .st-metric-card p,
            .st-faq-item p,
            .st-step p,
            .st-marketing-example p {
                font-size: 14.5px;
                line-height: 1.68;
            }
            .st-icon {
                width: 50px;
                height: 50px;
                border-radius: 16px;
                font-size: 20px;
                margin-bottom: 16px;
            }
            .st-metrics-shell:before,
            .st-metrics-shell:after,
            .st-modern-panel:after {
                opacity: .55;
                transform: scale(.75);
            }
            .st-metric-number { font-size: 40px; }
            .st-metric-label {
                max-width: 100%;
                white-space: normal;
                line-height: 1.25;
            }
            .st-kpi-grid,
            .st-steps {
                grid-template-columns: 1fr;
                gap: 12px;
            }
            .st-list-clean li,
            .st-offer-list li,
            .st-compare-col li {
                font-size: 14.8px;
                line-height: 1.55;
            }
            .st-status {
                width: fit-content;
                max-width: 100%;
            }
            .st-contact .form-control {
                min-height: 52px;
                border-radius: 999px;
                margin-bottom: 4px;
                font-size: 15px;
            }
            .st-contact button[type="submit"] {
                width: 100%;
                min-height: 54px;
                margin-top: 4px;
            }
            .st-footer-main {
                padding: 48px 0 0 0;
                text-align: center;
            }
            .st-footer-logo {
                margin-right: auto;
                margin-left: auto;
            }
            .footer-bottom { margin-top: 24px; }
            .st-hero-visual {
                max-width: 100%;
                padding: 18px 0 38px;
            }

            .st-dashboard-frame {
                width: 100%;
                padding: 8px;
                border-radius: 22px;
            }

            .st-dashboard-frame img.st-dashboard {
                border-radius: 15px;
            }

            .st-mobile-frame {
                right: 0;
                top: -14px;
                width: 34%;
                min-width: 112px;
                max-width: 145px;
                padding: 6px;
                border-radius: 22px;
            }

            .st-mobile-frame img {
                border-radius: 16px;
            }
        }

        @media (max-width: 420px) {
            .container,
            .container-medium,
            .container-full {
                padding-right: 14px;
                padding-left: 14px;
            }
            .attr-nav > ul > li.button > a {
                max-width: 112px;
                font-size: 10.8px;
                padding-right: 8px !important;
                padding-left: 8px !important;
            }
            .st-hero h1 { font-size: 29px; }
            .st-hero p.lead { font-size: 15px; }
            .st-hero-badges { grid-template-columns: 1fr; }
            .st-section-title h2,
            .st-split-heading h2,
            .st-modern-panel h2,
            .st-offer-card h2,
            .st-contact h2,
            #profit h2[style] { font-size: 27px !important; }
            .st-value-box,
            .st-metrics-shell,
            .st-modern-panel,
            .st-offer-card,
            .st-channel-card,
            .st-margin-visual,
            .st-contact .subscribe-items,
            .st-marketing-example {
                padding: 18px;
                border-radius: 20px;
            }
            .st-card,
            .st-module-card,
            .st-metric-card,
            .st-step,
            .st-faq-item,
            .st-compare-col { padding: 18px; }
            .st-metric-number { font-size: 36px; }
            .st-dashboard-frame {
                width: 100%;
            }

            .st-mobile-frame {
                width: 36%;
                min-width: 96px;
                max-width: 118px;
                top: -10px;
                right: 0;
            }
        }
        @media (max-width: 767px) {
            #profit .st-margin-visual,
            #stock .st-margin-visual {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                padding: 18px;
            }

            #profit .st-dish-row,
            #stock .st-dish-row {
                grid-template-columns: 1.25fr .65fr .75fr .9fr;
                min-width: 560px;
                gap: 10px;
                padding: 13px 0;
                margin-bottom: 0;
                border: 0;
                border-bottom: 1px solid rgba(255,255,255,.10);
                border-radius: 0;
                background: transparent;
            }

            #profit .st-dish-row.header,
            #stock .st-dish-row.header {
                display: grid;
                position: sticky;
                right: 0;
                z-index: 2;
                padding-bottom: 12px;
            }

            #profit .st-dish-row strong,
            #stock .st-dish-row strong,
            #profit .st-dish-row span,
            #stock .st-dish-row span {
                white-space: nowrap;
                font-size: 13px;
            }

            #profit .st-status,
            #stock .st-status {
                width: max-content;
                min-width: 78px;
                max-width: none;
                white-space: nowrap;
            }
        }
        /* =========================================================
   SofraTech Header Fix — Desktop horizontal + Mobile propre
========================================================= */
/* =========================================================
   SofraTech Header Desktop — alignement propre
   Garde le mobile/tablette tel qu'il est
========================================================= */

@media (min-width: 992px) {
    nav.navbar.bootsnav.navbar-fixed {
        min-height: 74px;
        padding: 0 !important;
        margin: 0 !important;
        background: rgba(255, 255, 255, .94) !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
        box-shadow: 0 14px 38px rgba(15, 23, 42, .07);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    nav.navbar.bootsnav .container-full {
        width: 100%;
        max-width: 1240px;
        min-height: 74px;
        margin: 0 auto;
        padding-right: 24px;
        padding-left: 24px;

        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 22px;
    }

    nav.navbar.bootsnav .navbar-header {
        float: none !important;
        min-height: 74px;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        margin: 0 !important;
    }

    nav.navbar.bootsnav .navbar-brand {
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center;
    }

    nav.navbar.bootsnav .navbar-brand .logo {
        display: block;
        max-height: 35px;
        width: auto;
    }

    nav.navbar.bootsnav .navbar-toggle {
        display: none !important;
    }

    nav.navbar.bootsnav .navbar-collapse {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    nav.navbar.bootsnav ul.nav.navbar-nav.navbar-center {
        float: none !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    nav.navbar.bootsnav ul.nav.navbar-nav.navbar-center > li {
        float: none !important;
        display: flex !important;
        align-items: center;
        margin: 0 !important;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        display: flex !important;
        align-items: center;
        min-height: 74px;
        padding: 0 7px !important;
        color: #1f2937 !important;
        font-size: 13px;
        font-weight: 850;
        line-height: 1.2;
        white-space: nowrap;
        border: 0 !important;
    }

    nav.navbar.bootsnav ul.nav > li > a:hover,
    nav.navbar.bootsnav ul.nav > li.active > a {
        color: var(--st-primary) !important;
    }

    nav.navbar.bootsnav .attr-nav {
        float: none !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 20;
    }

    nav.navbar.bootsnav .attr-nav > ul {
        display: flex !important;
        align-items: center;
        margin: 0 !important;
        padding: 0 !important;
    }

    nav.navbar.bootsnav .attr-nav > ul > li {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    nav.navbar.bootsnav .attr-nav > ul > li.button > a {
        min-height: 42px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 11px 18px !important;
        border-radius: 999px !important;
        color: #ffffff !important;
        background: var(--st-gradient) !important;
        box-shadow: 0 12px 30px rgba(128, 93, 202, .24);
        border: 0 !important;
        font-size: 13px;
        font-weight: 950;
        line-height: 1.1;
        white-space: nowrap;
    }
}

/* Desktop moyen */
@media (min-width: 992px) and (max-width: 1199px) {
    nav.navbar.bootsnav .container-full {
        max-width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        column-gap: 14px;
    }

    nav.navbar.bootsnav .navbar-brand .logo {
        max-height: 35px;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 12px;
    }

    nav.navbar.bootsnav .attr-nav > ul > li.button > a {
        padding-right: 13px !important;
        padding-left: 13px !important;
        font-size: 12px;
    }
}

/* Mobile / tablette */
@media (max-width: 991px) {
    nav.navbar.bootsnav.navbar-fixed {
        min-height: 68px;
        padding: 0 !important;
        background: rgba(255, 255, 255, .96) !important;
        border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
        box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    nav.navbar.bootsnav .container-full {
        padding-right: 16px;
        padding-left: 16px;
    }

    nav.navbar.bootsnav .navbar-header {
        float: none !important;
        min-height: 68px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav.navbar.bootsnav .navbar-brand {
        padding: 0 !important;
        height: auto !important;
        display: flex;
        align-items: center;
    }

    nav.navbar.bootsnav .navbar-brand .logo {
        max-height: 35px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        float: none !important;
        display: inline-flex !important;
        width: 44px;
        height: 44px;
        margin: 0 !important;
        padding: 0 !important;
    }

    nav.navbar.bootsnav .attr-nav {
        display: none !important;
    }

    nav.navbar.bootsnav .navbar-collapse {
        width: 100%;
        max-height: calc(100vh - 78px);
        margin: 0 0 14px !important;
        padding: 10px !important;
        border-radius: 22px;
        background: rgba(255, 255, 255, .98) !important;
        border: 1px solid rgba(15, 23, 42, .08) !important;
        box-shadow: 0 24px 70px rgba(15, 23, 42, .14) !important;
        overflow-y: auto !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block !important;
    }

    nav.navbar.bootsnav ul.nav.navbar-nav {
        float: none !important;
        display: block !important;
        width: 100%;
        margin: 0 !important;
    }

    nav.navbar.bootsnav ul.nav.navbar-nav > li {
        float: none !important;
        display: block !important;
        width: 100%;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        display: block;
        width: 100%;
        padding: 13px 14px !important;
        color: #111827 !important;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.25;
    }

    nav.navbar.bootsnav ul.nav > li > a:hover,
    nav.navbar.bootsnav ul.nav > li.active > a {
        color: var(--st-primary) !important;
        background: rgba(128, 93, 202, .08);
    }

    .st-hero {
        padding-top: 112px;
    }
}
/* =========================================================
   FIX FINAL — ordre correct du header desktop
   Logo gauche | Menu centre | Bouton droite
========================================================= */

@media (min-width: 992px) {
    nav.navbar.bootsnav .container-full {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        align-items: center !important;
        column-gap: 24px !important;
    }

    /* Même si attr-nav est écrit en premier dans le HTML,
       on le force à aller à droite */
    nav.navbar.bootsnav .navbar-header {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        float: none !important;
    }

    nav.navbar.bootsnav .navbar-collapse {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        width: 100% !important;
        float: none !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    nav.navbar.bootsnav .attr-nav {
        grid-column: 3 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        float: none !important;
        position: static !important;
        margin: 0 !important;
    }

    nav.navbar.bootsnav ul.nav.navbar-nav.navbar-center {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    nav.navbar.bootsnav ul.nav.navbar-nav.navbar-center > li {
        display: flex !important;
        float: none !important;
        width: auto !important;
        margin: 0 !important;
    }
    
    /* Bouton démo dans le menu mobile */
    nav.navbar.bootsnav ul.nav.navbar-nav.navbar-center .st-mobile-demo-link,
    nav.navbar.bootsnav ul.nav.navbar-nav.navbar-center .st-mobile-lang-switch {
        display: none !important;
    }

    nav.navbar.bootsnav ul.nav.navbar-nav.navbar-center > li > a {
        min-height: 74px !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 8px !important;
        white-space: nowrap !important;
    }
}
/* Bouton démo dans le menu mobile */
.nav.navbar-nav .st-mobile-demo-link {
    display: none !important;
}

@media (max-width: 991px) {
    .st-mobile-demo-link {
        display: block !important;
        margin-top: 8px !important;
    }

    nav.navbar.bootsnav ul.nav > li.st-mobile-demo-link > a {
        display: block !important;
        width: 100% !important;
        padding: 14px 16px !important;
        border-radius: 15px !important;
        color: #ffffff !important;
        text-align: center !important;
        font-size: 15px !important;
        font-weight: 950 !important;
        background: var(--st-gradient) !important;
        box-shadow: 0 14px 30px rgba(128, 93, 202, .22) !important;
    }

    nav.navbar.bootsnav ul.nav > li.st-mobile-demo-link > a:hover {
        color: #ffffff !important;
        background: var(--st-gradient) !important;
    }
}
/* =========================================================
   Language Switch — SofraTech Landing
========================================================= */

.attr-nav > ul {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.st-lang-switch-desktop {
    display: flex !important;
    align-items: center !important;
}

.st-lang-toggle {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 68px !important;
    height: 42px !important;
    padding: 4px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(128, 93, 202, 0.18) !important;
    box-shadow: 0 10px 28px rgba(32, 41, 66, 0.10) !important;
    overflow: hidden !important;
}

.st-lang-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(32, 41, 66, 0.14) !important;
}

.st-lang-option {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  color: #202942;
  letter-spacing: .02em;
  transition: color .25s ease;
}

.st-lang-option.is-active {
    color: #ffffff;
}

.st-lang-thumb {
    position: absolute;
    top: 5px;
    left: -2.1rem;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--st-gradient, linear-gradient(135deg, #805dca, #118bba));
    box-shadow: 0 8px 18px rgba(128, 93, 202, 0.30);
    transition: transform .25s ease;
}

html[lang="fr"] .st-lang-thumb {
    transform: translateX(0);
}

html[lang="ar"] .st-lang-thumb {
    transform: translateX(38px);
}

.st-mobile-lang-switch {
    display: none !important;
}

@media (max-width: 991px) {
    .st-lang-switch-desktop {
        display: none !important;
    }

    .st-mobile-lang-switch {
        display: block !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    nav.navbar.bootsnav ul.nav > li.st-mobile-lang-switch > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        width: 100% !important;
        padding: 0px !important;
        border-radius: 15px !important;
        color: #111827 !important;
        font-size: 15px !important;
        font-weight: 900 !important;
    }

    .st-lang-mobile-title {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .st-lang-mobile-title i {
        color: var(--st-primary, #805dca);
    }

    .st-lang-mobile-toggle {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px;
        border-radius: 999px;
        background: #ffffff;
        box-shadow: inset 0 0 0 1px rgba(128, 93, 202, .12);
    }

    .st-lang-mobile-toggle span {
        min-width: 34px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 950;
        color: #202942;
    }

    .st-lang-mobile-toggle span.is-active {
        color: #ffffff;
        background: var(--st-gradient, linear-gradient(135deg, #805dca, #118bba));
        box-shadow: 0 8px 18px rgba(128, 93, 202, .25);
    }
}
/* =========================================================
   Language Switch — SofraTech Landing
========================================================= */

.attr-nav > ul {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.st-lang-switch-desktop {
    display: flex !important;
    align-items: center !important;
}

.st-lang-toggle {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 68px !important;
    height: 42px !important;
    padding: 4px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(128, 93, 202, 0.18) !important;
    box-shadow: 0 10px 28px rgba(32, 41, 66, 0.10) !important;
    overflow: hidden !important;
}

.st-lang-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(32, 41, 66, 0.14) !important;
}

.st-lang-option {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  color: #202942;
  letter-spacing: .02em;
  transition: color .25s ease;
}

.st-lang-option.is-active {
    color: #ffffff;
}

.st-lang-thumb {
    position: absolute;
    top: 5px;
    left: -2.1rem;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--st-gradient, linear-gradient(135deg, #805dca, #118bba));
    box-shadow: 0 8px 18px rgba(128, 93, 202, 0.30);
    transition: transform .25s ease;
}

html[lang="fr"] .st-lang-thumb {
    transform: translateX(0);
}

html[lang="ar"] .st-lang-thumb {
    transform: translateX(38px);
}

.st-mobile-lang-switch {
    display: none !important;
}

@media (max-width: 991px) {
    .st-lang-switch-desktop {
        display: none !important;
    }

    .st-mobile-lang-switch {
        display: block !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    nav.navbar.bootsnav ul.nav > li.st-mobile-lang-switch > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        width: 100% !important;
        padding: 0px !important;
        border-radius: 15px !important;
        color: #111827 !important;
        font-size: 15px !important;
        font-weight: 900 !important;
    }

    .st-lang-mobile-title {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .st-lang-mobile-title i {
        color: var(--st-primary, #805dca);
    }

    .st-lang-mobile-toggle {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px;
        border-radius: 999px;
        background: #ffffff;
        box-shadow: inset 0 0 0 1px rgba(128, 93, 202, .12);
    }

    .st-lang-mobile-toggle span {
        min-width: 34px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 950;
        color: #202942;
    }

    .st-lang-mobile-toggle span.is-active {
        color: #ffffff;
        background: var(--st-gradient, linear-gradient(135deg, #805dca, #118bba));
        box-shadow: 0 8px 18px rgba(128, 93, 202, .25);
    }
}